@import "https://api.fontshare.com/v2/css?f[]=satoshi@400,500,700,900&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--color-black:#000;--color-white:#fff;--color-gray:#666;--color-light-gray:#e5e5e5;--font-primary:"Satoshi", sans-serif}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{font-family:var(--font-primary);color:var(--color-black);background-color:var(--color-white);line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}.navbar-wrapper{padding:1rem 1rem 0}.navbar{background:#0a0a12;border-radius:2rem;justify-content:space-between;align-items:center;height:5rem;padding:0 1.5rem;display:flex}.navbar__brand{letter-spacing:-.02em;text-transform:uppercase;color:#fff;font-family:Satoshi,sans-serif;font-size:.875rem;font-weight:700;text-decoration:none}.navbar__links{align-items:center;gap:1.75rem;list-style:none;display:flex}.navbar__link{color:#fff;font-family:Satoshi,sans-serif;font-size:.875rem;font-weight:500;text-decoration:none;transition:opacity .3s}.navbar__link:hover{opacity:.7}.navbar__link.active{opacity:.5}.navbar__cta{color:#0a0a12;background:#fff;border-radius:9999px;padding:.5rem 1.25rem;font-family:Satoshi,sans-serif;font-size:.8125rem;font-weight:500;text-decoration:none;transition:opacity .3s}.navbar__cta:hover{opacity:.85}.navbar__toggle{cursor:pointer;background:0 0;border:none;padding:.5rem;display:none}.navbar__toggle span{background:#fff;width:20px;height:1.5px;margin:4px 0;transition:transform .3s,opacity .3s;display:block}.navbar__toggle.open span:first-child{transform:rotate(45deg)translate(4px,4px)}.navbar__toggle.open span:nth-child(2){opacity:0}.navbar__toggle.open span:nth-child(3){transform:rotate(-45deg)translate(4px,-4px)}.navbar__mobile{background:#0a0a12;border-radius:0 0 1rem 1rem;flex-direction:column;gap:0;margin-top:-.5rem;padding:1rem 1.5rem 1.5rem;display:flex}.navbar__mobile-link{color:#fff;border-bottom:1px solid #ffffff14;padding:.75rem 0;font-family:Satoshi,sans-serif;font-size:.9375rem;font-weight:500;text-decoration:none;transition:opacity .3s}.navbar__mobile-link:hover{opacity:.7}.navbar__mobile-cta{color:#0a0a12;text-align:center;background:#fff;border-radius:9999px;margin-top:1rem;padding:.625rem 1.25rem;font-family:Satoshi,sans-serif;font-size:.8125rem;font-weight:500;text-decoration:none}@media (width>=769px){.navbar-wrapper{padding:1.5rem 1.5rem 0}.navbar{padding:0 3rem}.navbar__brand{font-size:1rem}.navbar__cta{padding:.625rem 1.5rem;font-size:.875rem}}@media (width<=768px){.navbar__links,.navbar__cta{display:none}.navbar__toggle{display:block}}.footer{border-top:1px solid #e5e5e5;padding:4rem 2rem 2rem}.footer__inner{justify-content:space-between;gap:4rem;max-width:1200px;margin:0 auto 4rem;display:flex}.footer__left{max-width:400px}.footer__heading{color:#000;letter-spacing:-.04em;margin-bottom:1rem;font-family:Satoshi,sans-serif;font-size:3rem;font-weight:900;line-height:1}.footer__tagline{color:#000;opacity:.35;font-family:Inter,sans-serif;font-size:.875rem}.footer__right{gap:4rem;display:flex}.footer__col{flex-direction:column;gap:.625rem;display:flex}.footer__col-label{letter-spacing:.1em;text-transform:uppercase;color:#000;opacity:.3;margin-bottom:.5rem;font-family:Satoshi,sans-serif;font-size:.6875rem;font-weight:700}.footer__link{color:#000;opacity:.5;font-family:Inter,sans-serif;font-size:.9375rem;text-decoration:none;transition:opacity .3s}.footer__link:hover{opacity:1}.footer__bottom{border-top:1px solid #e5e5e5;max-width:1200px;margin:0 auto;padding-top:1.5rem}.footer__copy{color:#000;opacity:.2;font-family:Inter,sans-serif;font-size:.75rem}@media (width<=768px){.footer__inner{flex-direction:column;gap:2.5rem}.footer__heading{font-size:2.25rem}.footer__right{gap:3rem}}.hero-wrapper{padding:1rem 1rem 0}.hero{background-color:#0a0a12;border-radius:2rem;flex-direction:column;justify-content:center;align-items:center;height:calc(90vh - 1rem);display:flex;position:relative;overflow:hidden}.hero__nav{z-index:20;justify-content:space-between;align-items:center;height:5rem;padding:0 1.5rem;display:flex;position:absolute;top:0;left:0;right:0}.hero__brand{letter-spacing:-.02em;text-transform:uppercase;color:#fff;font-family:Satoshi,sans-serif;font-size:.875rem;font-weight:700}.hero__links{align-items:center;gap:1.75rem;list-style:none;display:flex}.hero__link{color:#fff;font-family:Satoshi,sans-serif;font-size:.875rem;font-weight:500;text-decoration:none;transition:opacity .3s}.hero__link:hover,.hero__link.active{opacity:.7}.hero__cta{color:#0a0a12;cursor:pointer;background:#fff;border:none;border-radius:9999px;padding:.5rem 1.25rem;font-family:Satoshi,sans-serif;font-size:.8125rem;font-weight:500;text-decoration:none;transition:opacity .3s}.hero__cta:hover{opacity:.85}.hero__glow{pointer-events:none;z-index:0;background:radial-gradient(circle,#2a2035 0%,#0000 70%);border-radius:50%;width:500px;height:500px;animation:12s ease-in-out infinite glow-drift;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes glow-drift{0%{transform:translate(-50%,-50%)scale(1)}25%{transform:translate(-45%,-55%)scale(1.2)}50%{transform:translate(-55%,-48%)scale(.9)}75%{transform:translate(-48%,-52%)scale(1.15)}to{transform:translate(-50%,-50%)scale(1)}}.hero__content{z-index:10;text-align:center;flex-direction:column;align-items:center;padding:0 1.5rem;display:flex;position:relative}.hero__title{color:#fff;letter-spacing:-.01em;font-family:Satoshi,sans-serif;font-size:clamp(2rem,5vw,3rem);font-weight:900;line-height:1.1}.hero__subtitle{color:#fff;letter-spacing:.02em;margin-top:1rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:400}.hero__buttons{gap:.75rem;margin-top:2.5rem;display:flex}.hero__btn{color:#fff;letter-spacing:.04em;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #ffffff26;border-radius:6px;padding:.75rem 1.75rem;font-family:Satoshi,sans-serif;font-size:.875rem;font-weight:500;text-decoration:none;transition:border-color .3s}.hero__btn:hover{border-color:#fff6}.hero__notch{z-index:20;background:#fff;border-radius:1rem 1rem 0 0;justify-content:center;align-items:center;height:2.5rem;padding:0 2rem;display:flex;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.hero__notch-ear-left,.hero__notch-ear-right{background:0 0;width:1rem;height:1rem;position:absolute;bottom:0}.hero__notch-ear-left{border-bottom-right-radius:1rem;left:-1rem;box-shadow:4px 4px 0 4px #fff}.hero__notch-ear-right{border-bottom-left-radius:1rem;right:-1rem;box-shadow:-4px 4px 0 4px #fff}.hero__notch-text{letter-spacing:.05em;color:#0a0a12;text-transform:uppercase;white-space:nowrap;padding-top:.25rem;font-family:Satoshi,sans-serif;font-size:.75rem;font-weight:600}.quote-section{text-align:center;max-width:960px;margin:0 auto;padding:5rem 2rem}.quote-section__quote{color:#000;letter-spacing:-.01em;font-family:Satoshi,sans-serif;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;line-height:1.4}.quote-section__divider{opacity:.15;background:#000;width:40px;height:1px;margin:2rem auto}.quote-section__bridge{color:#000;opacity:.4;letter-spacing:-.01em;font-family:Satoshi,sans-serif;font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:500;line-height:1.5}.hp-experiment{max-width:1000px;margin:0 auto;padding:0 2rem 5rem}.hp-experiment__layout{align-items:center;gap:4rem;display:flex}.hp-experiment__cover{aspect-ratio:2/3;background:#000;border-radius:4px;flex-direction:column;flex:0 0 220px;justify-content:center;align-items:center;gap:.25rem;display:flex;box-shadow:0 12px 40px #00000026}.hp-experiment__cover-the{color:#fff6;text-transform:uppercase;letter-spacing:.15em;font-family:Inter,sans-serif;font-size:.6875rem}.hp-experiment__cover-title{color:#fff;font-family:Satoshi,sans-serif;font-size:1.5rem;font-weight:900}.hp-experiment__cover-line{background:#fff3;width:25px;height:1px;margin:.4rem 0}.hp-experiment__cover-level{color:#fff6;text-transform:uppercase;letter-spacing:.2em;font-family:Inter,sans-serif;font-size:.5rem}.hp-experiment__info{flex:1}.hp-experiment__label{color:#000;opacity:.3;letter-spacing:.1em;text-transform:uppercase;font-family:Satoshi,sans-serif;font-size:.6875rem;font-weight:700}.hp-experiment__heading{color:#000;margin-top:.75rem;font-family:Satoshi,sans-serif;font-size:1.75rem;font-weight:700;line-height:1.2}.hp-experiment__desc{margin-top:1rem}.hp-experiment__desc p{color:#000;opacity:.5;font-family:Inter,sans-serif;font-size:1rem;line-height:1.8}.hp-experiment__features{flex-direction:column;gap:.4rem;margin-top:1.5rem;list-style:none;display:flex}.hp-experiment__features li{color:#000;opacity:.5;font-family:Inter,sans-serif;font-size:.875rem;line-height:1.6}.hp-experiment__dash{color:#000;margin-right:.5rem}.hp-experiment__btn{color:#fff;background:#000;border-radius:6px;margin-top:2rem;padding:.875rem 2rem;font-family:Satoshi,sans-serif;font-size:.9375rem;font-weight:500;text-decoration:none;transition:opacity .3s;display:inline-block}.hp-experiment__btn:hover{opacity:.8}.hp-experiment__bundle{color:#000;opacity:.35;margin-top:.75rem;font-family:Inter,sans-serif;font-size:.8125rem;text-decoration:none;display:block}.hp-experiment__bundle:hover{text-decoration:underline}.hp-frameworks{max-width:1200px;margin:0 auto;padding:5rem 2rem}.hp-frameworks__header{align-items:center;gap:1.5rem;margin-bottom:2.5rem;display:flex}.hp-frameworks__label{letter-spacing:.1em;text-transform:uppercase;color:#000;white-space:nowrap;font-family:Satoshi,sans-serif;font-size:.75rem;font-weight:700}.hp-frameworks__line{background:#e0e0e0;flex:1;height:1px}.hp-frameworks__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.hp-fw-card{text-decoration:none;display:block}.hp-fw-card__img-wrap{border-radius:1rem;margin-bottom:1rem;overflow:hidden}.hp-fw-card__img{aspect-ratio:1;object-fit:cover;width:100%;transition:transform .5s;display:block}.hp-fw-card:hover .hp-fw-card__img{transform:scale(1.03)}.hp-fw-card__title{color:#000;margin-bottom:.25rem;font-family:Satoshi,sans-serif;font-size:1rem;font-weight:700}.hp-fw-card__desc{color:#000;opacity:.45;margin-bottom:.5rem;font-family:Inter,sans-serif;font-size:.8125rem;line-height:1.5}.hp-fw-card__link{color:#000;font-family:Satoshi,sans-serif;font-size:.8125rem;font-weight:600}.hp-music{margin-bottom:5rem;padding:0 1.5rem}.hp-music__inner{text-align:center;background:#0a0a12;border-radius:2rem;padding:4rem 3rem}.hp-music__label{letter-spacing:.15em;text-transform:uppercase;color:#ffffff4d;margin-bottom:.75rem;font-family:Satoshi,sans-serif;font-size:.6875rem;font-weight:700}.hp-music__heading{color:#fff;letter-spacing:-.02em;margin-bottom:.75rem;font-family:Satoshi,sans-serif;font-size:2rem;font-weight:700}.hp-music__desc{color:#fff6;max-width:480px;margin:0 auto 2.5rem;font-family:Inter,sans-serif;font-size:.9375rem}.hp-music__songs{flex-direction:column;gap:0;max-width:400px;margin:0 auto 2rem;display:flex}.hp-music__song{border-bottom:1px solid #ffffff0f;align-items:center;gap:1rem;padding:1rem 0;display:flex}.hp-music__song:last-child{border-bottom:none}.hp-music__play{color:#fff;background:#ffffff0f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:.625rem;display:flex}.hp-music__song-title{color:#fff;font-family:Satoshi,sans-serif;font-size:.9375rem;font-weight:500}.hp-music__link{color:#ffffff80;font-family:Satoshi,sans-serif;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .3s}.hp-music__link:hover{color:#fff}.hp-blog{max-width:1200px;margin:0 auto;padding:0 2rem 5rem}.hp-blog__header{align-items:center;gap:1.5rem;margin-bottom:2.5rem;display:flex}.hp-blog__label{letter-spacing:.1em;text-transform:uppercase;color:#000;white-space:nowrap;font-family:Satoshi,sans-serif;font-size:.75rem;font-weight:700}.hp-blog__line{background:#e0e0e0;flex:1;height:1px}.hp-blog__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.hp-blog-card{text-decoration:none;display:block}.hp-blog-card__img-wrap{border-radius:1rem;margin-bottom:1rem;overflow:hidden}.hp-blog-card__img{aspect-ratio:16/10;object-fit:cover;width:100%;transition:transform .5s;display:block}.hp-blog-card:hover .hp-blog-card__img{transform:scale(1.03)}.hp-blog-card__body{padding:.25rem 0}.hp-blog-card__reading{color:#000;opacity:.3;margin-bottom:.375rem;font-family:Inter,sans-serif;font-size:.75rem;display:block}.hp-blog-card__title{color:#000;margin-bottom:.375rem;font-family:Satoshi,sans-serif;font-size:1.0625rem;font-weight:600;line-height:1.3}.hp-blog-card__desc{color:#000;opacity:.45;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-family:Inter,sans-serif;font-size:.8125rem;line-height:1.5;display:-webkit-box;overflow:hidden}.hp-blog__footer{text-align:center;margin-top:2.5rem}.hp-blog__all{color:#000;font-family:Satoshi,sans-serif;font-size:.875rem;font-weight:600;text-decoration:none;transition:opacity .3s}.hp-blog__all:hover{opacity:.5}.hp-community-wrap{margin-bottom:5rem;padding:0 1.5rem}.hp-community{text-align:center;background:#f5f5f3;border-radius:2rem;max-width:100%;padding:4rem 2rem}.hp-community__heading{color:#000;letter-spacing:-.02em;margin-bottom:.75rem;font-family:Satoshi,sans-serif;font-size:1.75rem;font-weight:700}.hp-community__desc{color:#000;opacity:.45;max-width:480px;margin:0 auto 2rem;font-family:Inter,sans-serif;font-size:.9375rem;line-height:1.7}.hp-community__btn{color:#fff;background:#000;border-radius:6px;padding:.875rem 2rem;font-family:Satoshi,sans-serif;font-size:.875rem;font-weight:500;text-decoration:none;transition:opacity .3s;display:inline-block}.hp-community__btn:hover{opacity:.8}.hp-optin{text-align:center;max-width:560px;margin:0 auto;padding:5rem 2rem}.hp-optin__heading{color:#000;letter-spacing:-.02em;margin-bottom:.5rem;font-family:Satoshi,sans-serif;font-size:1.75rem;font-weight:700}.hp-optin__desc{color:#000;opacity:.45;margin-bottom:2rem;font-family:Inter,sans-serif;font-size:.9375rem}.hp-optin__form{gap:.75rem;max-width:420px;margin:0 auto;display:flex}.hp-optin__input{color:#000;border:1px solid #e5e5e5;border-radius:6px;outline:none;flex:1;padding:.875rem 1.25rem;font-family:Inter,sans-serif;font-size:.875rem;transition:border-color .3s}.hp-optin__input::placeholder{color:#999}.hp-optin__input:focus{border-color:#000}.hp-optin__btn{color:#fff;cursor:pointer;white-space:nowrap;background:#000;border:none;border-radius:6px;padding:.875rem 1.5rem;font-family:Satoshi,sans-serif;font-size:.875rem;font-weight:500;transition:opacity .3s}.hp-optin__btn:hover{opacity:.8}.hp-optin__success{color:#000;font-family:Satoshi,sans-serif;font-size:1rem;font-weight:600}.hp-optin__note{color:#000;opacity:.25;margin-top:1rem;font-family:Inter,sans-serif;font-size:.75rem}@media (width>=768px){.hero-wrapper{padding:1.5rem 1.5rem 0}.hero{height:calc(92vh - 1.5rem)}.hero__nav{padding:0 3rem}.hero__brand{font-size:1rem}.hero__cta{padding:.625rem 1.5rem;font-size:.875rem}}@media (width<=768px){.hero__links{display:none}.hp-experiment__layout{text-align:center;flex-direction:column}.hp-experiment__cover{flex:none;width:180px}.hp-frameworks__grid{grid-template-columns:repeat(2,1fr)}.hp-blog__grid{grid-template-columns:1fr}}@media (width<=640px){.hero__buttons{flex-direction:column;width:100%;max-width:280px}.hero__btn{text-align:center}.hp-frameworks__grid{grid-template-columns:1fr}.hp-optin__form{flex-direction:column}}.blog{max-width:1200px;margin:0 auto;padding:3rem 2rem 5rem}.blog__header{margin-bottom:2.5rem}.blog__title{color:#000;letter-spacing:-.02em;font-family:Satoshi,sans-serif;font-size:2.5rem;font-weight:700}.blog__subtitle{color:#000;opacity:.45;margin-top:.5rem;font-family:Inter,sans-serif;font-size:1rem}.blog__featured{grid-template-columns:7fr 5fr;gap:1.25rem;height:520px;margin-bottom:2rem;display:grid}.blog__hero-card{border-radius:1rem;text-decoration:none;display:block;position:relative;overflow:hidden}.blog__hero-img{object-fit:cover;width:100%;height:100%;transition:transform .6s;position:absolute;inset:0}.blog__hero-card:hover .blog__hero-img{transform:scale(1.03)}.blog__hero-overlay{background:linear-gradient(#0000,#00000026,#000000b3);position:absolute;inset:0}.blog__hero-content{z-index:2;padding:2rem;position:absolute;bottom:0;left:0;right:0}.blog__hero-reading{color:#fff9;margin-bottom:.75rem;font-family:Inter,sans-serif;font-size:.75rem;display:block}.blog__hero-title{color:#fff;margin-bottom:.5rem;font-family:Satoshi,sans-serif;font-size:1.75rem;font-weight:600;line-height:1.2}.blog__hero-desc{color:#ffffffa6;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:480px;margin-bottom:.75rem;font-family:Inter,sans-serif;font-size:.875rem;line-height:1.5;display:-webkit-box;overflow:hidden}.blog__hero-link{color:#fffc;font-family:Satoshi,sans-serif;font-size:.875rem;font-weight:500}.blog__sidebar{flex-direction:column;gap:1.25rem;height:100%;display:flex}.blog__sidebar-card{border-radius:1rem;flex:1;text-decoration:none;display:block;position:relative;overflow:hidden}.blog__sidebar-img{object-fit:cover;width:100%;height:100%;transition:transform .5s;position:absolute;inset:0}.blog__sidebar-card:hover .blog__sidebar-img{transform:scale(1.03)}.blog__sidebar-content{z-index:2;padding:1.25rem;position:absolute;bottom:0;left:0;right:0}.blog__sidebar-title{color:#fff;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.25rem;font-family:Satoshi,sans-serif;font-size:1rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.blog__sidebar-reading{color:#ffffff80;font-family:Inter,sans-serif;font-size:.6875rem}.blog__divider{background:#e5e5e5;height:1px;margin:2rem 0}.blog__grid-label{letter-spacing:.1em;text-transform:uppercase;color:#000;opacity:.35;margin-bottom:1.5rem;font-family:Satoshi,sans-serif;font-size:.6875rem;font-weight:700}.blog__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.blog-card{text-decoration:none;display:block}.blog-card__img-wrap{border-radius:1rem;position:relative;overflow:hidden}.blog-card__img{aspect-ratio:16/10;object-fit:cover;width:100%;transition:transform .5s;display:block}.blog-card:hover .blog-card__img{transform:scale(1.03)}.blog-card__body{padding:1rem 0}.blog-card__title{color:#000;margin-bottom:.25rem;font-family:Satoshi,sans-serif;font-size:1.0625rem;font-weight:600;line-height:1.3}.blog-card__meta{color:#000;opacity:.3;margin-bottom:.5rem;font-family:Inter,sans-serif;font-size:.75rem}.blog-card__desc{color:#000;opacity:.45;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-family:Inter,sans-serif;font-size:.8125rem;line-height:1.5;display:-webkit-box;overflow:hidden}@media (width<=1024px){.blog__featured{grid-template-columns:1fr;height:auto}.blog__hero-card{aspect-ratio:16/9}.blog__sidebar{flex-direction:row}.blog__sidebar-card{aspect-ratio:4/3}.blog__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.blog__sidebar{flex-direction:column}.blog__sidebar-card{aspect-ratio:16/9}.blog__grid{grid-template-columns:1fr}}.post{padding-bottom:0}.post__nav{max-width:1100px;margin:0 auto;padding:1.5rem 2rem}.post__back{color:#000;opacity:.35;font-family:Satoshi,sans-serif;font-size:.875rem;font-weight:500;text-decoration:none;transition:opacity .3s}.post__back:hover{opacity:1}.post__hero{max-width:1100px;margin:0 auto;padding:0 2rem;position:relative}.post__hero-img{aspect-ratio:16/7;object-fit:cover;border-radius:1rem;width:100%;display:block}.post__hero-overlay{pointer-events:none;background:linear-gradient(#0000000d,#0003,#000000a6);border-radius:1rem;margin:0 2rem;position:absolute;inset:0}.post__hero-content{z-index:2;padding:2rem 2.5rem;position:absolute;bottom:0;left:2rem;right:2rem}.post__hero-title{color:#fff;letter-spacing:-.02em;max-width:700px;margin-bottom:.5rem;font-family:Satoshi,sans-serif;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;line-height:1.15}.post__hero-desc{color:#ffffffa6;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:600px;font-family:Inter,sans-serif;font-size:.9375rem;line-height:1.5;display:-webkit-box;overflow:hidden}.post__container{max-width:720px;margin:0 auto;padding:0 2rem}.post__meta{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;justify-content:space-between;align-items:center;margin:1.5rem 0;padding:1.25rem 0;display:flex}.post__meta-left{align-items:center;gap:.75rem;display:flex}.post__avatar{color:#fff;background:#000;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-family:Satoshi,sans-serif;font-size:.875rem;font-weight:700;display:flex}.post__author{color:#000;font-family:Satoshi,sans-serif;font-size:.875rem;font-weight:600}.post__date-reading{color:#000;opacity:.35;margin-top:.125rem;font-family:Inter,sans-serif;font-size:.75rem}.post__content{color:#000;padding:2rem 0 4rem;font-family:Inter,sans-serif;font-size:1.0625rem;line-height:1.8}.post__content h2{letter-spacing:-.01em;margin-top:2.5rem;margin-bottom:.75rem;font-family:Satoshi,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.3}.post__content h3{margin-top:2rem;margin-bottom:.5rem;font-family:Satoshi,sans-serif;font-size:1.25rem;font-weight:700}.post__content p{margin-bottom:1.25rem}.post__content ul,.post__content ol{margin-bottom:1.25rem;padding-left:1.5rem}.post__content li{margin-bottom:.5rem}.post__content blockquote{opacity:.7;border-left:3px solid #000;margin:1.5rem 0;padding-left:1.25rem;font-style:italic}.post__content strong{font-weight:600}.post__content a{color:#000;text-decoration:underline}.post__content hr{border:none;border-top:1px solid #e5e5e5;margin:2rem 0}.subscribe-banner{background:#f5f5f3;border-radius:1rem;margin-bottom:1.5rem;padding:2rem}.subscribe-banner--done{text-align:center;padding:2.5rem 2rem}.subscribe-banner__thanks{color:#000;font-family:Satoshi,sans-serif;font-size:1.125rem;font-weight:600}.subscribe-banner__top{align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.subscribe-banner__icon{background:#e5e5e3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1rem;display:flex}.subscribe-banner__title{color:#000;margin-bottom:.25rem;font-family:Satoshi,sans-serif;font-size:1.0625rem;font-weight:700}.subscribe-banner__desc{color:#000;opacity:.5;font-family:Inter,sans-serif;font-size:.875rem;line-height:1.5}.subscribe-banner__form{gap:.75rem;display:flex}.subscribe-banner__input{color:#000;background:#fff;border:1px solid #e0e0e0;border-radius:.5rem;outline:none;flex:1;padding:.875rem 1rem;font-family:Inter,sans-serif;font-size:.875rem;transition:border-color .3s}.subscribe-banner__input:focus{border-color:#000}.subscribe-banner__input::placeholder{color:#999}.subscribe-banner__btn{color:#fff;cursor:pointer;white-space:nowrap;background:#000;border:none;border-radius:.5rem;padding:.875rem 1.5rem;font-family:Satoshi,sans-serif;font-size:.875rem;font-weight:500;transition:opacity .3s}.subscribe-banner__btn:hover{opacity:.8}.author-banner{background:#f5f5f3;border-radius:1rem;align-items:center;gap:2rem;margin-bottom:3rem;padding:2rem;display:flex}.author-banner__avatar{color:#fff;background:#000;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:5rem;height:5rem;font-family:Satoshi,sans-serif;font-size:1.5rem;font-weight:700;display:flex}.author-banner__info{flex:1}.author-banner__label{letter-spacing:.1em;text-transform:uppercase;color:#000;opacity:.35;margin-bottom:.25rem;font-family:Satoshi,sans-serif;font-size:.6875rem;font-weight:700}.author-banner__name{color:#000;margin-bottom:.5rem;font-family:Satoshi,sans-serif;font-size:1.25rem;font-weight:700}.author-banner__bio{color:#000;opacity:.5;margin-bottom:.75rem;font-family:Inter,sans-serif;font-size:.875rem;line-height:1.6}.author-banner__link{color:#000;font-family:Satoshi,sans-serif;font-size:.875rem;font-weight:600;text-decoration:none;transition:opacity .3s}.author-banner__link:hover{opacity:.6}@media (width<=640px){.subscribe-banner__form{flex-direction:column}.author-banner{text-align:center;flex-direction:column}}.post__related{border-top:1px solid #e5e5e5;padding:4rem 2rem 5rem}.post__related-inner{max-width:1200px;margin:0 auto}.post__related-label{letter-spacing:.1em;text-transform:uppercase;color:#000;opacity:.35;margin-bottom:.5rem;font-family:Satoshi,sans-serif;font-size:.6875rem;font-weight:700}.post__related-title{color:#000;margin-bottom:2rem;font-family:Satoshi,sans-serif;font-size:1.75rem;font-weight:700}.post__related-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.post__related-card{text-decoration:none}.post__related-img-wrap{border-radius:1rem;margin-bottom:1rem;overflow:hidden}.post__related-img{aspect-ratio:16/10;object-fit:cover;width:100%;transition:transform .5s;display:block}.post__related-card:hover .post__related-img{transform:scale(1.03)}.post__related-card-title{color:#000;margin-bottom:.25rem;font-family:Satoshi,sans-serif;font-size:1rem;font-weight:600;line-height:1.3}.post__related-card-meta{color:#000;opacity:.3;font-family:Inter,sans-serif;font-size:.75rem}@media (width<=768px){.post__hero-content{padding:1.5rem}.post__hero-overlay{margin:0 2rem}.post__related-grid{grid-template-columns:1fr}}.about__hero{max-width:800px;margin:0 auto;padding:4rem 2rem 3rem}.about__label{letter-spacing:.1em;text-transform:uppercase;color:#000;opacity:.3;margin-bottom:.75rem;font-family:Satoshi,sans-serif;font-size:.6875rem;font-weight:700}.about__heading{color:#000;letter-spacing:-.03em;font-family:Satoshi,sans-serif;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;line-height:1.1}.about__story{max-width:1100px;margin:0 auto;padding:3rem 2rem 5rem}.about__story-grid{grid-template-columns:5fr 7fr;align-items:start;gap:4rem;display:grid}.about__photo-frame{background:#fff;padding:.75rem;transition:transform .7s;transform:rotate(-1.5deg);box-shadow:0 4px 20px #0000000f}.about__photo-frame:hover{transform:rotate(0)}.about__photo{aspect-ratio:3/4;object-fit:cover;width:100%;display:block}.about__story-text{padding-top:1.5rem}.about__rule{opacity:.12;background:#000;width:50px;height:1px;margin-bottom:2.5rem}.about__lead{color:#000;margin-bottom:1.5rem;font-family:Satoshi,sans-serif;font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:600;line-height:1.7}.about__body{color:#000;opacity:.5;margin-bottom:1rem;font-family:Inter,sans-serif;font-size:1.0625rem;font-weight:300;line-height:2}.about__accent{color:#000;margin-top:1rem;font-family:Satoshi,sans-serif;font-size:1.125rem;font-weight:600;line-height:1.6}.about__dark-wrap{margin:1rem 0;padding:0 1.5rem}.about__dark-frame{background:#0a0a12;border-radius:2rem;padding:5rem 2rem}.about__dark-inner{max-width:640px;margin:0 auto}.about__dark-lead{color:#fff;margin-bottom:1.5rem;font-family:Satoshi,sans-serif;font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:700;line-height:1.5}.about__dark-body{color:#fff6;margin-bottom:1rem;font-family:Inter,sans-serif;font-size:1rem;line-height:1.8}.about__dark-accent{color:#fff;margin-top:1.5rem;font-family:Satoshi,sans-serif;font-size:1.0625rem;font-weight:600;line-height:1.6}.about__now{max-width:720px;margin:0 auto;padding:5rem 2rem}.about__what{max-width:900px;margin:0 auto;padding:0 2rem 5rem}.about__what-heading{color:#000;letter-spacing:-.02em;margin-bottom:1rem;font-family:Satoshi,sans-serif;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;line-height:1.3}.about__tools{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.about__tool{border:1px solid #e5e5e5;border-radius:1rem;padding:1.75rem;transition:box-shadow .3s}.about__tool:hover{box-shadow:0 8px 30px #0000000f}.about__tool-title{color:#000;margin-bottom:.375rem;font-family:Satoshi,sans-serif;font-size:1rem;font-weight:700}.about__tool-desc{color:#000;opacity:.45;font-family:Inter,sans-serif;font-size:.875rem;line-height:1.6}.about__cta{text-align:center;border-top:1px solid #e5e5e5;max-width:560px;margin:0 auto;padding:4rem 2rem 5rem}.about__cta-heading{color:#000;letter-spacing:-.02em;margin-bottom:.75rem;font-family:Satoshi,sans-serif;font-size:1.75rem;font-weight:700}.about__cta-btn{color:#fff;background:#000;border-radius:6px;margin-top:1rem;padding:.875rem 2rem;font-family:Satoshi,sans-serif;font-size:.875rem;font-weight:500;text-decoration:none;transition:opacity .3s;display:inline-block}.about__cta-btn:hover{opacity:.8}@media (width<=768px){.about__story-grid{grid-template-columns:1fr;gap:2.5rem}.about__photo-frame{max-width:320px;margin:0 auto}.about__tools{grid-template-columns:1fr}.about__dark-wrap{padding:0}.about__dark-frame{border-radius:0;padding:3rem 1.5rem}}.floating-pages{background:#fff;position:relative;overflow:visible}.floating-pages__glow{display:none}.floating-pages__scene{perspective:1200px;max-width:1200px;height:560px;margin:0 auto;position:relative}.floating-page{opacity:0;transform-style:preserve-3d;will-change:transform;translate:0 calc(30px + var(--parallax-y,0px)) 0;transition:opacity .8s,transform .8s;position:absolute}.floating-page--visible{opacity:1;translate:0 var(--parallax-y,0px) 0}.floating-page__img{border-radius:4px;width:100%;transition:transform .4s,box-shadow .4s;display:block;box-shadow:0 12px 40px #0000001f}.floating-page:hover .floating-page__img{transform:scale(1.03);box-shadow:0 20px 60px #0000002e}@media (width<=1024px){.floating-pages__scene{height:420px}.floating-page:first-child,.floating-page:last-child{display:none}}@media (width<=640px){.floating-pages__scene{perspective:800px;height:350px}.floating-page:first-child,.floating-page:nth-child(2),.floating-page:last-child,.floating-page:nth-last-child(2){display:none}.floating-page{width:45%!important}}.sales__hero-wrap{padding:1rem 1rem 0}.sales__hero{text-align:center;background:#0a0a12;border-radius:2rem;flex-direction:column;align-items:center;padding:0 0 6rem;display:flex;position:relative;overflow:hidden}.sales__hero .hero__nav{z-index:20;justify-content:space-between;align-items:center;width:100%;height:5rem;margin-bottom:3rem;padding:0 1.5rem;display:flex;position:relative}.sales__hero .hero__brand{letter-spacing:-.02em;text-transform:uppercase;color:#fff;font-family:Satoshi,sans-serif;font-size:.875rem;font-weight:700;text-decoration:none}.sales__hero .hero__links{align-items:center;gap:1.75rem;list-style:none;display:flex}.sales__hero .hero__link{color:#fff;font-family:Satoshi,sans-serif;font-size:.875rem;font-weight:500;text-decoration:none;transition:opacity .3s}.sales__hero .hero__link:hover{opacity:.7}.sales__hero .hero__link.active{opacity:.5}.sales__hero .hero__cta{color:#0a0a12;background:#fff;border-radius:9999px;padding:.5rem 1.25rem;font-family:Satoshi,sans-serif;font-size:.8125rem;font-weight:500;text-decoration:none;transition:opacity .3s}.sales__hero .hero__cta:hover{opacity:.85}.sales__hero-glow{pointer-events:none;background:radial-gradient(circle,#2a2035 0%,#0000 70%);border-radius:50%;width:500px;height:500px;animation:12s ease-in-out infinite glow-drift;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.sales__hero-content{z-index:10;max-width:700px;padding:0 2rem;position:relative}.sales__hero-label{letter-spacing:.15em;text-transform:uppercase;color:#ffffff59;margin-bottom:1.5rem;font-family:Satoshi,sans-serif;font-size:.6875rem;font-weight:700}.sales__hero-title{color:#fff;letter-spacing:-.02em;margin-bottom:1.5rem;font-family:Satoshi,sans-serif;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;line-height:1.2}.sales__hero-title--em{opacity:.5}.sales__hero-sub{color:#ffffff73;margin-bottom:2.5rem;font-family:Inter,sans-serif;font-size:1rem;line-height:1.7}.sales__hero-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.sales__btn-light{color:#0a0a12;background:#fff;border-radius:6px;padding:.875rem 2rem;font-family:Satoshi,sans-serif;font-size:.875rem;font-weight:500;text-decoration:none;transition:opacity .3s;display:inline-block}.sales__btn-light:hover{opacity:.85}.sales__btn-ghost{color:#fff;background:0 0;border:1px solid #ffffff26;border-radius:6px;padding:.875rem 2rem;font-family:Satoshi,sans-serif;font-size:.875rem;font-weight:500;text-decoration:none;transition:border-color .3s;display:inline-block}.sales__btn-ghost:hover{border-color:#fff6}.sales__btn-dark{color:#fff;background:#000;border-radius:6px;padding:.875rem 2rem;font-family:Satoshi,sans-serif;font-size:.875rem;font-weight:500;text-decoration:none;transition:opacity .3s;display:inline-block}.sales__btn-dark:hover{opacity:.8}.sales__btn-outline{color:#000;background:0 0;border:1px solid #00000026;border-radius:6px;padding:.875rem 2rem;font-family:Satoshi,sans-serif;font-size:.875rem;font-weight:500;text-decoration:none;transition:border-color .3s;display:inline-block}.sales__btn-outline:hover{border-color:#000}.sales__btn--full{text-align:center;width:100%}.sales__text-section{padding:5rem 2rem}.sales__text-section--gray{background:#f5f5f3}.sales__text-narrow{max-width:640px;margin:0 auto}.sales__wide{max-width:960px;margin:0 auto}.sales__label{letter-spacing:.1em;text-transform:uppercase;color:#000;opacity:.3;margin-bottom:.75rem;font-family:Satoshi,sans-serif;font-size:.6875rem;font-weight:700}.sales__heading{color:#000;letter-spacing:-.02em;margin-bottom:1.25rem;font-family:Satoshi,sans-serif;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;line-height:1.2}.sales__body{color:#000;opacity:.55;margin-bottom:1rem;font-family:Inter,sans-serif;font-size:1.0625rem;line-height:1.8}.sales__pull-quote{color:#000;letter-spacing:-.01em;font-family:Satoshi,sans-serif;font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:700;line-height:1.4}.sales__divider{opacity:.12;background:#000;width:40px;height:1px;margin:2rem 0}.real-issue{background:#f5f5f3;padding:6rem 2rem}.real-issue__grid{grid-template-columns:5fr 7fr;align-items:start;gap:4rem;max-width:1100px;margin:0 auto;display:grid}.real-issue__frame-wrap{position:relative}.real-issue__frame{background:#fff;padding:.75rem;transition:transform .7s;transform:rotate(-1.5deg);box-shadow:0 4px 20px #0000000f}.real-issue__frame:hover{transform:rotate(0)}.real-issue__img{aspect-ratio:3/4;object-fit:cover;width:100%;display:block}.real-issue__text{padding-top:1.5rem}.real-issue__rule{opacity:.12;transform-origin:0;background:#000;width:50px;height:1px;margin-bottom:2.5rem}.real-issue__lead{color:#000;margin-bottom:1.5rem;font-family:Satoshi,sans-serif;font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:600;line-height:1.7}.real-issue__body{color:#000;opacity:.5;margin-bottom:1rem;font-family:Inter,sans-serif;font-size:1.0625rem;font-weight:300;line-height:2}.real-issue__accent{color:#000;margin-top:1.5rem;font-family:Satoshi,sans-serif;font-size:1.125rem;font-weight:600;line-height:1.6}.sales__dark-wrap{margin:1rem 0;padding:0 1.5rem}.sales__dark-frame{background:#0a0a12;border-radius:2rem;padding:5rem 2rem}.sales__dark-frame--center{text-align:center}.sales__dark-inner{max-width:560px;margin:0 auto}.sales__dark-inner--wide{max-width:800px}.sales__dark-label{letter-spacing:.15em;text-transform:uppercase;color:#ffffff4d;margin-bottom:1rem;font-family:Satoshi,sans-serif;font-size:.6875rem;font-weight:700}.sales__dark-heading{color:#fff;letter-spacing:-.02em;margin-bottom:1.5rem;font-family:Satoshi,sans-serif;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;line-height:1.3}.sales__dark-body{color:#fff6;margin-bottom:1rem;font-family:Inter,sans-serif;font-size:1rem;line-height:1.8}.sales__dark-accent{color:#fff;margin-top:1rem;font-family:Satoshi,sans-serif;font-size:1.125rem;font-weight:600;line-height:1.5}.sales__matthias-cols{grid-template-columns:1fr 1fr;gap:3rem;margin-top:1rem;display:grid}.sales__weeks{grid-template-columns:repeat(4,1fr);gap:1rem;max-width:960px;margin:3rem auto 0;display:grid}.sales__week-card{border:1px solid #e5e5e5;border-radius:.75rem;padding:1.75rem 1.5rem}.sales__week-icon{color:#000;opacity:.15;margin-bottom:1rem}.sales__week-title{color:#000;margin-bottom:.5rem;font-family:Satoshi,sans-serif;font-size:1rem;font-weight:700}.sales__week-desc{color:#000;opacity:.45;font-family:Inter,sans-serif;font-size:.8125rem;line-height:1.6}.sales__diff-grid{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.sales__diff-card{background:#fff;border:1px solid #0000000f;border-radius:.75rem;padding:2rem}.sales__diff-icon{color:#000;opacity:.2;margin-bottom:1rem}.sales__diff-title{color:#000;margin-bottom:.5rem;font-family:Satoshi,sans-serif;font-size:1rem;font-weight:700}.sales__diff-desc{color:#000;opacity:.45;font-family:Inter,sans-serif;font-size:.875rem;line-height:1.6}.sales__for-layout{grid-template-columns:1fr 1fr;gap:4rem;display:grid}.sales__check-list{padding:0;list-style:none}.sales__check-list li{color:#000;opacity:.55;border-bottom:1px solid #0000000d;padding:.625rem 0 .625rem 1.5rem;font-family:Inter,sans-serif;font-size:.9375rem;line-height:1.5;position:relative}.sales__check-list li:before{content:"✓";opacity:.7;position:absolute;left:0}.sales__check-list--no li:before{content:"—";opacity:.25}.pricing{border-top:1px solid #e5e5e5;max-width:820px;margin:0 auto;padding:5rem 2rem}.pricing__header{text-align:center;margin-bottom:3rem}.pricing__title{color:#000;letter-spacing:-.03em;margin-bottom:.5rem;font-family:Satoshi,sans-serif;font-size:clamp(2rem,4vw,2.75rem);font-weight:700}.pricing__subtitle{color:#000;opacity:.4;font-family:Inter,sans-serif;font-size:.9375rem}.pricing__grid{grid-template-columns:1fr 1fr;align-items:stretch;gap:1.5rem;display:grid}.pricing__card{border:1px solid #e5e5e5;border-radius:2rem;flex-direction:column;padding:2.5rem 2rem;transition:box-shadow .4s;display:flex}.pricing__card:hover{box-shadow:0 12px 40px #0000000f}.pricing__card--featured{border-color:#e5e5e5;position:relative}.pricing__card-glow{pointer-events:none;z-index:-1;background:radial-gradient(circle,#00000008 0%,#0000 70%);border-radius:3rem;position:absolute;inset:-1rem}.pricing__card-top{border-bottom:1px solid #f0f0f0;margin-bottom:2rem;padding-bottom:2rem}.pricing__card-name{color:#000;margin-bottom:.25rem;font-family:Satoshi,sans-serif;font-size:1.375rem;font-weight:700}.pricing__card-tier{color:#000;opacity:.4;margin-bottom:1.25rem;font-family:Inter,sans-serif;font-size:.8125rem}.pricing__card-price{color:#000;letter-spacing:-.03em;font-family:Satoshi,sans-serif;font-size:2.75rem;font-weight:900}.pricing__card-features{flex-direction:column;flex:1;gap:.75rem;margin-bottom:2rem;padding:0;list-style:none;display:flex}.pricing__card-features li{color:#000;opacity:.5;padding-left:1.5rem;font-family:Inter,sans-serif;font-size:.875rem;position:relative}.pricing__card-features li:before{content:"✓";color:#000;opacity:.7;position:absolute;left:0}.pricing__card-features--bold{font-weight:600;opacity:.8!important}.pricing__card-btn{color:#000;border:1px solid #e5e5e5;border-radius:9999px;justify-content:center;align-items:center;padding:.875rem 1.5rem;font-family:Satoshi,sans-serif;font-size:.875rem;font-weight:600;text-decoration:none;transition:border-color .3s;display:flex}.pricing__card-btn:hover{border-color:#000}.pricing__card-btn--outline{color:#fff;background:#000;border-color:#000}.pricing__card-btn--outline:hover{opacity:.85}.pricing__note{text-align:center;color:#000;opacity:.3;margin-top:2rem;font-family:Inter,sans-serif;font-size:.8125rem}.sales__faqs{margin-top:.5rem}.faq{cursor:pointer;border-bottom:1px solid #00000014;padding:1.25rem 0}.faq__q{color:#000;justify-content:space-between;align-items:center;font-family:Satoshi,sans-serif;font-size:1rem;font-weight:600;display:flex}.faq__icon{opacity:.2;flex-shrink:0;margin-left:1rem;font-size:1.25rem}.faq__a{color:#000;opacity:.45;margin-top:.75rem;font-family:Inter,sans-serif;font-size:.9375rem;line-height:1.7}.sales__final-cta{max-width:1100px;margin:0 auto;padding:5rem 2rem}.sales__final-layout{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.sales__final-photos{justify-content:center;align-items:center;height:480px;display:flex;position:relative}.sales__final-photo{border:5px solid #fff;border-radius:.75rem;position:absolute;overflow:hidden;box-shadow:0 15px 50px #0000001f}.sales__final-photo img{object-fit:cover;width:100%;height:100%;display:block}.sales__final-photo--back{z-index:0;width:240px;height:340px;transform:translate(-35px)rotate(-6deg)}.sales__final-photo--front{z-index:1;width:260px;height:370px;transform:translate(30px)rotate(3deg)}.sales__final-text{max-width:420px}.sales__final-heading{color:#000;letter-spacing:-.03em;margin-bottom:.75rem;font-family:Satoshi,sans-serif;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;line-height:1.15}.sales__final-sub{color:#000;opacity:.4;margin-bottom:2rem;font-family:Inter,sans-serif;font-size:1rem}.sales__final-actions{flex-direction:column;gap:.75rem;display:flex}@media (width>=769px){.sales__hero-wrap{padding:1.5rem 1.5rem 0}.sales__dark-wrap{padding:0 1.5rem}.sales__hero .hero__nav{padding:0 3rem}.sales__hero .hero__brand{font-size:1rem}.sales__hero .hero__cta{padding:.625rem 1.5rem;font-size:.875rem}}@media (width<=768px){.sales__hero .hero__links,.sales__hero .hero__cta{display:none}.sales__hero{border-radius:0;padding:5rem 1.5rem 4rem}.sales__hero-wrap,.sales__dark-wrap{padding:0}.sales__dark-frame{border-radius:0;padding:3rem 1.5rem}.sales__weeks{grid-template-columns:1fr 1fr}.sales__diff-grid{grid-template-columns:1fr}.sales__for-layout{grid-template-columns:1fr;gap:2.5rem}.pricing__grid{grid-template-columns:1fr}.sales__matthias-cols{grid-template-columns:1fr;gap:0}.real-issue__grid{grid-template-columns:1fr;gap:2.5rem}.real-issue__frame{max-width:320px;margin:0 auto}.sales__final-layout{grid-template-columns:1fr;gap:2rem}.sales__final-photos{height:350px}.sales__final-photo--back{width:180px;height:260px}.sales__final-photo--front{width:200px;height:280px}.sales__final-text{text-align:center;max-width:none}.sales__final-actions{align-items:center}}@media (width<=480px){.sales__weeks{grid-template-columns:1fr}}.challenge__hero-wrap{padding:1.5rem 1.5rem 0}.challenge__hero{text-align:center;background:#0a0a12;border-radius:2rem;justify-content:center;padding:8rem 2rem 6rem;display:flex;position:relative;overflow:hidden}.challenge__glow{pointer-events:none;background:radial-gradient(circle,#2a2035 0%,#0000 70%);border-radius:50%;width:500px;height:500px;animation:12s ease-in-out infinite glow-drift;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.challenge__hero-content{z-index:10;max-width:580px;position:relative}.challenge__title{color:#fff;letter-spacing:-.02em;margin-bottom:1.25rem;font-family:Satoshi,sans-serif;font-size:clamp(2rem,5vw,2.75rem);font-weight:900;line-height:1.15}.challenge__subtitle{color:#fff6;margin-bottom:2.5rem;font-family:Inter,sans-serif;font-size:1rem;line-height:1.7}.challenge__form{gap:.75rem;max-width:480px;margin:0 auto;display:flex}.challenge__input{color:#fff;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:6px;outline:none;flex:1;padding:.875rem 1.25rem;font-family:Inter,sans-serif;font-size:.875rem;transition:border-color .3s}.challenge__input::placeholder{color:#ffffff40}.challenge__input:focus{border-color:#ffffff4d}.challenge__submit{color:#0a0a12;cursor:pointer;white-space:nowrap;background:#fff;border:none;border-radius:6px;padding:.875rem 1.75rem;font-family:Satoshi,sans-serif;font-size:.875rem;font-weight:500;transition:opacity .3s}.challenge__submit:hover{opacity:.85}.challenge__form--light{max-width:480px;margin:0 auto}.challenge__input--light{color:#000;background:#f5f5f3;border-color:#e5e5e5}.challenge__input--light::placeholder{color:#0000004d}.challenge__input--light:focus{border-color:#000}.challenge__submit--dark{color:#fff;background:#000}.challenge__success{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:6px;padding:1.5rem}.challenge__success-text{color:#fff;font-family:Satoshi,sans-serif;font-size:1rem;font-weight:600}.challenge__disclaimer{color:#ffffff40;margin-top:1rem;font-family:Inter,sans-serif;font-size:.75rem}.challenge__notch{z-index:20;background:#fff;border-radius:1rem 1rem 0 0;justify-content:center;align-items:center;height:2.5rem;padding:0 2rem;display:flex;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.challenge__notch-ear-left,.challenge__notch-ear-right{background:0 0;width:1rem;height:1rem;position:absolute;bottom:0}.challenge__notch-ear-left{border-bottom-right-radius:1rem;left:-1rem;box-shadow:4px 4px 0 4px #fff}.challenge__notch-ear-right{border-bottom-left-radius:1rem;right:-1rem;box-shadow:-4px 4px 0 4px #fff}.challenge__notch-text{letter-spacing:.05em;color:#0a0a12;text-transform:uppercase;white-space:nowrap;padding-top:.25rem;font-family:Satoshi,sans-serif;font-size:.75rem;font-weight:600}.challenge__explore{max-width:1100px;margin:0 auto;padding:5rem 2rem}.challenge__card{border:1px solid #e5e5e5;border-radius:2rem;transition:box-shadow .4s;overflow:hidden}.challenge__card:hover{box-shadow:0 12px 40px #0000000f}.challenge__card-grid{grid-template-columns:5fr 7fr;min-height:520px;display:grid}.challenge__card-img-wrap{border-right:1px solid #e5e5e5;position:relative}.challenge__card-img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.challenge__card-body{flex-direction:column;justify-content:center;padding:2.5rem 3rem;display:flex}.challenge__card-tag{color:#000;opacity:.5;background:#f5f5f3;border-radius:9999px;align-self:flex-start;margin-bottom:1.5rem;padding:.375rem .875rem;font-family:Satoshi,sans-serif;font-size:.75rem;font-weight:600;display:inline-block}.challenge__card-title{color:#000;letter-spacing:-.02em;margin-bottom:1.5rem;font-family:Satoshi,sans-serif;font-size:1.75rem;font-weight:700;line-height:1.3}.challenge__card-days{flex-direction:column;margin-bottom:1.5rem;display:flex}.challenge__card-day{border-bottom:1px solid #f0f0f0;align-items:baseline;gap:1rem;padding:.5rem 0;display:flex}.challenge__card-day:last-child{border-bottom:none}.challenge__card-day-num{color:#000;white-space:nowrap;flex-shrink:0;width:3rem;font-family:Satoshi,sans-serif;font-size:.9375rem;font-weight:700}.challenge__card-day-desc{color:#000;opacity:.45;font-family:Inter,sans-serif;font-size:.9375rem;line-height:1.5}.challenge__card-pills{flex-wrap:wrap;gap:.5rem;display:flex}.challenge__pill{color:#000;opacity:.5;border:1px solid #e5e5e5;border-radius:9999px;padding:.375rem .875rem;font-family:Satoshi,sans-serif;font-size:.75rem;font-weight:500}.challenge__testimonials{background:#f5f5f3;border-radius:2rem;max-width:1100px;margin:0 auto;padding:4rem 2rem}.challenge__testimonials-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:960px;margin:0 auto;display:grid}.challenge__tcard{background:#fff;border-radius:1rem;padding:2rem;transition:transform .5s,box-shadow .5s}.challenge__tcard:hover{box-shadow:0 20px 40px #00000014;transform:rotate(0)translateY(-4px)!important}.challenge__tcard--r1{transform:rotate(-2deg)}.challenge__tcard--r2{transform:rotate(1.5deg)}.challenge__tcard--r3{transform:rotate(-1deg)}.challenge__tcard-quote{color:#000;opacity:.6;letter-spacing:-.01em;margin-bottom:1.25rem;font-family:Satoshi,sans-serif;font-size:1rem;font-weight:700;line-height:1.5}.challenge__tcard-name{color:#000;opacity:.4;font-family:Satoshi,sans-serif;font-size:.8125rem;font-weight:700}.challenge__cta2{max-width:640px;margin:0 auto;padding:2rem 2rem 3rem}.challenge__cta2-done{text-align:center;color:#000;font-family:Satoshi,sans-serif;font-size:1rem;font-weight:600}.challenge__footer-note{text-align:center;border-top:1px solid #f0f0f0;max-width:560px;margin:0 auto;padding:3rem 2rem 5rem}.challenge__footer-note p{color:#000;opacity:.3;font-family:Inter,sans-serif;font-size:.8125rem;line-height:1.7}.challenge__link{color:#000;text-decoration:underline}@media (width<=640px){.challenge__hero-wrap{padding:0}.challenge__hero{border-radius:0;padding:5rem 1.5rem 4rem}.challenge__form{flex-direction:column}.challenge__card-grid{grid-template-columns:1fr;min-height:auto}.challenge__card-img-wrap{border-bottom:1px solid #e5e5e5;border-right:none;height:250px}.challenge__card-body{padding:2rem 1.5rem}.challenge__testimonials-grid{grid-template-columns:1fr;max-width:400px}.challenge__testimonials{margin:0 1rem}}.test-diffs{padding:2rem 0 0}.test-diffs__page-title{color:#000;border-bottom:1px solid #e5e5e5;padding:0 2rem 1.5rem;font-family:Satoshi,sans-serif;font-size:1.25rem;font-weight:700}.td-section{padding:3rem 2rem 0}.td-version{letter-spacing:.1em;text-transform:uppercase;color:#000;opacity:.25;margin-bottom:1.5rem;font-family:Satoshi,sans-serif;font-size:.6875rem;font-weight:700}.v1-wrap{background:#0a0a12;border-radius:2rem;margin:0 1.5rem;padding:4rem 3rem}.v1-inner{max-width:1000px;margin:0 auto}.v1-header{margin-bottom:3rem}.v1-heading{color:#fff;letter-spacing:-.03em;margin-bottom:.75rem;font-family:Satoshi,sans-serif;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;line-height:1.15}.v1-sub{color:#ffffff59;font-family:Inter,sans-serif;font-size:1rem}.v1-grid{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.v1-card{background:#ffffff08;border:1px solid #ffffff0f;border-radius:1rem;padding:2.25rem;transition:border-color .4s,background .4s}.v1-card:hover{background:#ffffff0d;border-color:#ffffff1f}.v1-card__stat{align-items:baseline;gap:.5rem;margin-bottom:1.5rem;display:flex}.v1-card__stat-num{color:#fff;letter-spacing:-.03em;font-family:Satoshi,sans-serif;font-size:1.75rem;font-weight:900}.v1-card__stat-label{color:#ffffff4d;font-family:Inter,sans-serif;font-size:.75rem}.v1-card__title{color:#fff;margin-bottom:.5rem;font-family:Satoshi,sans-serif;font-size:1.0625rem;font-weight:700}.v1-card__desc{color:#ffffff59;font-family:Inter,sans-serif;font-size:.8125rem;line-height:1.6}.v2-wrap{border:1px solid #e5e5e5;border-radius:2rem;margin:0 1.5rem;overflow:hidden}.v2-row{border-bottom:1px solid #e5e5e5;padding:3rem}.v2-row:last-child{border-bottom:none}.v2-row--alt{background:#f5f5f3}.v2-row__inner{align-items:flex-start;gap:3rem;max-width:900px;margin:0 auto;display:flex}.v2-row__num{color:#000;opacity:.04;flex-shrink:0;font-family:Satoshi,sans-serif;font-size:5rem;font-weight:900;line-height:1}.v2-row__title{color:#000;letter-spacing:-.01em;margin-bottom:.5rem;font-family:Satoshi,sans-serif;font-size:1.375rem;font-weight:700}.v2-row__desc{color:#000;opacity:.45;max-width:500px;font-family:Inter,sans-serif;font-size:1rem;line-height:1.7}.v3-wrap{gap:5rem;max-width:1100px;margin:0 auto;padding:3rem 2rem 4rem;display:flex}.v3-left{flex:0 0 340px;align-self:flex-start;position:sticky;top:6rem}.v3-label{letter-spacing:.1em;text-transform:uppercase;color:#000;opacity:.3;margin-bottom:.75rem;font-family:Satoshi,sans-serif;font-size:.6875rem;font-weight:700}.v3-heading{color:#000;letter-spacing:-.03em;margin-bottom:1rem;font-family:Satoshi,sans-serif;font-size:2.25rem;font-weight:700;line-height:1.15}.v3-sub{color:#000;opacity:.4;font-family:Inter,sans-serif;font-size:.9375rem;line-height:1.6}.v3-right{flex-direction:column;flex:1;gap:0;display:flex}.v3-card{border-bottom:1px solid #e5e5e5;padding:2rem 0}.v3-card:last-child{border-bottom:none}.v3-card__num{color:#000;opacity:.2;letter-spacing:.05em;margin-bottom:.75rem;font-family:Satoshi,sans-serif;font-size:.75rem;font-weight:900;display:block}.v3-card__title{color:#000;margin-bottom:.375rem;font-family:Satoshi,sans-serif;font-size:1.25rem;font-weight:700}.v3-card__desc{color:#000;opacity:.45;font-family:Inter,sans-serif;font-size:.9375rem;line-height:1.7}.v4-wrap{padding:0 1.5rem}.v4-frame{background:#0a0a12;border-radius:2rem;padding:4rem 3rem}.v4-header{max-width:900px;margin:0 auto 2.5rem}.v4-label{letter-spacing:.15em;text-transform:uppercase;color:#ffffff4d;margin-bottom:.5rem;font-family:Satoshi,sans-serif;font-size:.6875rem;font-weight:700}.v4-heading{color:#fff;letter-spacing:-.03em;font-family:Satoshi,sans-serif;font-size:2.5rem;font-weight:700}.v4-bento{grid-template-columns:1fr 1fr;gap:1rem;max-width:900px;margin:0 auto;display:grid}.v4-card{background:#ffffff08;border:1px solid #ffffff0f;border-radius:1rem;padding:2.25rem;transition:border-color .4s;position:relative;overflow:hidden}.v4-card:hover{border-color:#ffffff26}.v4-card--tall{flex-direction:column;grid-row:span 2;justify-content:space-between;display:flex}.v4-card--wide{grid-column:span 2}.v4-card__accent{background:linear-gradient(90deg,#ffffff4d,#0000);width:40px;height:2px;position:absolute;top:0;left:2rem}.v4-card__title{color:#fff;margin-top:.75rem;margin-bottom:.5rem;font-family:Satoshi,sans-serif;font-size:1.125rem;font-weight:700}.v4-card__desc{color:#ffffff59;font-family:Inter,sans-serif;font-size:.8125rem;line-height:1.65}.v4-card__tag{letter-spacing:.08em;text-transform:uppercase;color:#fff3;border:1px solid #ffffff14;border-radius:9999px;margin-top:1.5rem;padding:.375rem .75rem;font-family:Satoshi,sans-serif;font-size:.6875rem;font-weight:600;display:inline-block}.v5-wrap{max-width:1100px;margin:0 auto;padding:0 2rem 4rem}.v5-statement{border-bottom:1px solid #e5e5e5;margin-bottom:2.5rem;padding:3rem 0}.v5-statement__text{color:#000;letter-spacing:-.03em;font-family:Satoshi,sans-serif;font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.1}.v5-cards{grid-template-columns:repeat(4,1fr);gap:0;display:grid}.v5-card{border-left:1px solid #e5e5e5;padding:0 1.5rem}.v5-card:first-child{border-left:none;padding-left:0}.v5-card__line{opacity:.1;background:#000;width:24px;height:2px;margin-bottom:1.25rem}.v5-card__title{color:#000;margin-bottom:.5rem;font-family:Satoshi,sans-serif;font-size:1rem;font-weight:700}.v5-card__desc{color:#000;opacity:.4;font-family:Inter,sans-serif;font-size:.8125rem;line-height:1.65}@media (width<=768px){.v1-grid,.v4-bento{grid-template-columns:1fr}.v4-card--tall{grid-row:span 1}.v4-card--wide{grid-column:span 1}.v2-row__inner{flex-direction:column;gap:.5rem}.v2-row__num{font-size:3rem}.v3-wrap{flex-direction:column;gap:2rem}.v3-left{flex:none;position:static}.v5-cards{grid-template-columns:1fr 1fr;gap:1.5rem}.v5-card{border-left:none;padding:0}.v1-wrap,.v2-wrap,.v4-wrap .v4-frame{padding:2.5rem 1.5rem}}@media (width<=480px){.v5-cards{grid-template-columns:1fr}}.ta{padding:2rem 0 0}.ta__page-title{color:#000;border-bottom:1px solid #e5e5e5;padding:0 2rem 1.5rem;font-family:Satoshi,sans-serif;font-size:1.25rem;font-weight:700}.ta__section{padding:3rem 2rem 0}.ta__version{letter-spacing:.1em;text-transform:uppercase;color:#000;opacity:.25;margin-bottom:1.5rem;font-family:Satoshi,sans-serif;font-size:.6875rem;font-weight:700}.v1{margin-bottom:5rem}.v1__hero{border-radius:2rem;height:60vh;min-height:400px;margin:0 1.5rem;position:relative;overflow:hidden}.v1__hero-img{object-fit:cover;width:100%;height:100%}.v1__hero-overlay{background:linear-gradient(#0000 40%,#00000080);position:absolute;inset:0}.v1__intro-card{z-index:10;text-align:center;background:#fff;border-radius:1.5rem;max-width:560px;margin:-5rem auto 0;padding:3rem;position:relative;box-shadow:0 20px 60px #00000014}.v1__intro-label{letter-spacing:.15em;text-transform:uppercase;color:#000;opacity:.3;margin-bottom:.5rem;font-family:Satoshi,sans-serif;font-size:.6875rem;font-weight:700}.v1__intro-heading{color:#000;letter-spacing:-.03em;font-family:Satoshi,sans-serif;font-size:2.5rem;font-weight:900}.v1__intro-rule{opacity:.1;background:#000;width:40px;height:1px;margin:1.5rem auto}.v1__intro-lead{color:#000;opacity:.6;font-family:Satoshi,sans-serif;font-size:1.125rem;font-weight:600;line-height:1.6}.v1__story{max-width:900px;margin:4rem auto;padding:0 2rem}.v1__block{margin-bottom:3rem}.v1__block--wide{max-width:640px}.v1__block--narrow{max-width:480px;margin-left:auto}.v1__body{color:#000;opacity:.5;margin-bottom:1rem;font-family:Inter,sans-serif;font-size:1.0625rem;font-weight:300;line-height:2}.v1__accent{color:#000;margin-top:.5rem;font-family:Satoshi,sans-serif;font-size:1.125rem;font-weight:600;line-height:1.6}.v1__pullquote{text-align:center;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;margin:2rem 0;padding:3rem 0;position:relative}.v1__pullquote-mark{color:#000;opacity:.04;font-family:Satoshi,sans-serif;font-size:6rem;font-weight:900;line-height:1;position:absolute;top:0;left:50%;transform:translate(-50%)}.v1__pullquote p{color:#000;letter-spacing:-.01em;max-width:500px;margin:0 auto;font-family:Satoshi,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.4;position:relative}.v1__stat-row{justify-content:center;gap:4rem;margin:3rem 0;display:flex}.v1__stat{text-align:center}.v1__stat-num{color:#000;letter-spacing:-.03em;font-family:Satoshi,sans-serif;font-size:3rem;font-weight:900;line-height:1;display:block}.v1__stat-label{color:#000;opacity:.3;margin-top:.5rem;font-family:Inter,sans-serif;font-size:.75rem;display:block}.v1__tools-wrap{max-width:1000px;margin:0 auto;padding:3rem 2rem}.v1__tools-label{letter-spacing:.1em;text-transform:uppercase;color:#000;opacity:.3;margin-bottom:1.5rem;font-family:Satoshi,sans-serif;font-size:.6875rem;font-weight:700}.v1__tools{gap:0;display:flex}.v1__tool{border-left:1px solid #e5e5e5;flex:1;padding:1.5rem 2rem}.v1__tool:first-child{border-left:none;padding-left:0}.v1__tool-title{color:#000;margin-bottom:.25rem;font-family:Satoshi,sans-serif;font-size:1rem;font-weight:700}.v1__tool-desc{color:#000;opacity:.4;font-family:Inter,sans-serif;font-size:.8125rem;line-height:1.5}.v2{margin-bottom:5rem}.v2__top{align-items:center;gap:4rem;max-width:1100px;margin:0 auto;padding:4rem 2rem;display:flex}.v2__top-left{flex:1}.v2__label{letter-spacing:.15em;text-transform:uppercase;color:#000;opacity:.3;margin-bottom:.5rem;font-family:Satoshi,sans-serif;font-size:.6875rem;font-weight:700}.v2__name{color:#000;letter-spacing:-.04em;font-family:Satoshi,sans-serif;font-size:clamp(4rem,10vw,7rem);font-weight:900;line-height:.9}.v2__role{color:#000;opacity:.35;margin-top:1rem;font-family:Inter,sans-serif;font-size:.875rem}.v2__top-right{flex:0 0 340px}.v2__photo-stack{height:420px;position:relative}.v2__photo{border:4px solid #fff;border-radius:.75rem;position:absolute;overflow:hidden;box-shadow:0 15px 50px #0000001a}.v2__photo img{object-fit:cover;width:100%;height:100%}.v2__photo--back{width:220px;height:300px;top:0;left:0;transform:rotate(-4deg)}.v2__photo--front{width:240px;height:320px;bottom:0;right:0;transform:rotate(2deg)}.v2__columns{grid-template-columns:1fr 1fr;gap:4rem;max-width:900px;margin:0 auto;padding:0 2rem 4rem;display:grid}.v2__body{color:#000;opacity:.5;margin-bottom:1rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:300;line-height:2}.v2__band{background:#0a0a12;border-radius:2rem;margin:0 1.5rem;padding:4rem 3rem}.v2__band-inner{align-items:center;gap:4rem;max-width:800px;margin:0 auto;display:flex}.v2__band-quote{color:#fff;letter-spacing:-.01em;flex:1;font-family:Satoshi,sans-serif;font-size:1.375rem;font-weight:700;line-height:1.4}.v2__band-tools{flex-direction:column;flex-shrink:0;gap:.75rem;display:flex}.v2__band-tool{color:#ffffff80;align-items:center;gap:.75rem;font-family:Satoshi,sans-serif;font-size:.875rem;font-weight:500;display:flex}.v2__band-tool-dot{background:#ffffff4d;border-radius:50%;width:4px;height:4px}.v3{margin-bottom:5rem}.v3__manifesto{text-align:center;max-width:800px;margin:0 auto;padding:4rem 2rem}.v3__manifesto-label{letter-spacing:.15em;text-transform:uppercase;color:#000;opacity:.3;margin-bottom:1.5rem;font-family:Satoshi,sans-serif;font-size:.6875rem;font-weight:700}.v3__manifesto-text{color:#000;letter-spacing:-.02em;font-family:Satoshi,sans-serif;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.3}.v3__collage{grid-template-columns:3fr 2fr 2fr;gap:1rem;max-width:1000px;height:380px;margin:0 auto;padding:0 2rem;display:grid}.v3__collage-img{border-radius:1rem;overflow:hidden}.v3__collage-img img{object-fit:cover;width:100%;height:100%}.v3__collage-img--1{grid-row:span 2}.v3__collage-img--2{transform:translateY(2rem)}.v3__collage-img--3{transform:translateY(-1rem)}.v3__timeline{max-width:700px;margin:5rem auto;padding:0 2rem;position:relative}.v3__timeline:before{content:"";background:#e5e5e5;width:1px;position:absolute;top:0;bottom:0;left:5.5rem}.v3__tl-item{gap:2rem;padding:2rem 0;display:flex;position:relative}.v3__tl-marker{flex-direction:column;flex-shrink:0;align-items:center;gap:.5rem;width:3.5rem;display:flex}.v3__tl-year{color:#000;opacity:.3;text-transform:uppercase;letter-spacing:.05em;font-family:Satoshi,sans-serif;font-size:.6875rem;font-weight:700}.v3__tl-dot{z-index:2;background:#000;border-radius:50%;width:10px;height:10px;position:relative}.v3__tl-content{flex:1;padding-top:.25rem}.v3__tl-title{color:#000;margin-bottom:.375rem;font-family:Satoshi,sans-serif;font-size:1.125rem;font-weight:700}.v3__tl-desc{color:#000;opacity:.45;font-family:Inter,sans-serif;font-size:.9375rem;line-height:1.7}.v3__closing{text-align:center;border-top:1px solid #e5e5e5;max-width:560px;margin:0 auto;padding:3rem 2rem}.v3__closing-text{color:#000;margin-bottom:2rem;font-family:Satoshi,sans-serif;font-size:1.25rem;font-weight:700;line-height:1.5}.v3__closing-btn{color:#fff;background:#000;border-radius:6px;padding:.875rem 2rem;font-family:Satoshi,sans-serif;font-size:.875rem;font-weight:500;text-decoration:none;transition:opacity .3s;display:inline-block}.v3__closing-btn:hover{opacity:.8}@media (width<=768px){.v1__stat-row{flex-direction:column;gap:2rem}.v1__tools{flex-direction:column}.v1__tool{border-top:1px solid #e5e5e5;border-left:none;padding:1.25rem 0}.v1__tool:first-child{border-top:none}.v1__block--narrow{margin-left:0}.v2__top{text-align:center;flex-direction:column}.v2__top-right{flex:none;width:280px}.v2__photo-stack{height:320px}.v2__columns{grid-template-columns:1fr;gap:0}.v2__band-inner{text-align:center;flex-direction:column;gap:2rem}.v3__collage{grid-template-columns:1fr 1fr;height:auto}.v3__collage-img--1{grid-row:span 1}.v3__collage-img--2,.v3__collage-img--3{transform:none}}.tf{padding:2rem 0 0}.tf__page-title{color:#000;border-bottom:1px solid #e5e5e5;padding:0 2rem 1.5rem;font-family:Satoshi,sans-serif;font-size:1.25rem;font-weight:700}.tf__section{padding:3rem 2rem 0}.tf__version{letter-spacing:.1em;text-transform:uppercase;color:#000;opacity:.25;margin-bottom:1.5rem;font-family:Satoshi,sans-serif;font-size:.6875rem;font-weight:700}.f1-wrap{margin-bottom:4rem;padding:0 1.5rem}.f1{text-align:center;background:#0a0a12;border-radius:2rem;padding:4rem 2rem 3rem}.f1__brand{letter-spacing:-.02em;text-transform:uppercase;color:#fff;margin-bottom:2rem;font-family:Satoshi,sans-serif;font-size:.875rem;font-weight:700}.f1__links{flex-wrap:wrap;justify-content:center;gap:2rem;margin-bottom:2rem;display:flex}.f1__link{color:#ffffff80;font-family:Satoshi,sans-serif;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .3s}.f1__link:hover{color:#fff}.f1__divider{background:#ffffff1a;width:40px;height:1px;margin:0 auto 2rem}.f1__tagline{color:#ffffff40;margin-bottom:.5rem;font-family:Inter,sans-serif;font-size:.875rem}.f1__copy{color:#ffffff26;font-family:Inter,sans-serif;font-size:.6875rem}.f2{border-top:1px solid #e5e5e5;max-width:1100px;margin:0 auto 4rem;padding:4rem 2rem 2rem}.f2__inner{justify-content:space-between;gap:4rem;margin-bottom:4rem;display:flex}.f2__left{max-width:400px}.f2__heading{color:#000;letter-spacing:-.04em;margin-bottom:1rem;font-family:Satoshi,sans-serif;font-size:3rem;font-weight:900;line-height:1}.f2__tagline{color:#000;opacity:.35;font-family:Inter,sans-serif;font-size:.875rem}.f2__right{gap:4rem;display:flex}.f2__col{flex-direction:column;gap:.625rem;display:flex}.f2__col-label{letter-spacing:.1em;text-transform:uppercase;color:#000;opacity:.3;margin-bottom:.5rem;font-family:Satoshi,sans-serif;font-size:.6875rem;font-weight:700}.f2__link{color:#000;opacity:.5;font-family:Inter,sans-serif;font-size:.9375rem;text-decoration:none;transition:opacity .3s}.f2__link:hover{opacity:1}.f2__bottom{border-top:1px solid #e5e5e5;padding-top:1.5rem}.f2__copy{color:#000;opacity:.2;font-family:Inter,sans-serif;font-size:.75rem}.f3-wrap{margin-bottom:4rem;padding:0 1.5rem}.f3{background:#0a0a12;border-radius:2rem;padding:4rem 3rem 2.5rem}.f3__cta{text-align:center;margin-bottom:3rem}.f3__cta-heading{color:#fff;letter-spacing:-.02em;margin-bottom:.5rem;font-family:Satoshi,sans-serif;font-size:1.75rem;font-weight:700}.f3__cta-sub{color:#ffffff59;margin-bottom:1.5rem;font-family:Inter,sans-serif;font-size:.875rem}.f3__cta-btn{color:#0a0a12;background:#fff;border-radius:6px;padding:.75rem 2rem;font-family:Satoshi,sans-serif;font-size:.875rem;font-weight:500;text-decoration:none;transition:opacity .3s;display:inline-block}.f3__cta-btn:hover{opacity:.85}.f3__divider{background:#ffffff0f;height:1px;margin-bottom:2.5rem}.f3__grid{grid-template-columns:2fr 1fr 1fr;gap:2rem;margin-bottom:2.5rem;display:grid}.f3__brand{text-transform:uppercase;letter-spacing:-.02em;color:#fff;margin-bottom:.375rem;font-family:Satoshi,sans-serif;font-size:.875rem;font-weight:700}.f3__brand-sub{color:#ffffff40;font-family:Inter,sans-serif;font-size:.8125rem}.f3__links-col{flex-direction:column;gap:.5rem;display:flex}.f3__link{color:#fff6;font-family:Inter,sans-serif;font-size:.8125rem;text-decoration:none;transition:color .3s}.f3__link:hover{color:#fff}.f3__copy{color:#ffffff1f;text-align:center;font-family:Inter,sans-serif;font-size:.6875rem}.f4{border-top:1px solid #e5e5e5;margin-bottom:4rem;padding:1.5rem 2rem}.f4__inner{justify-content:space-between;align-items:center;max-width:1100px;margin:0 auto;display:flex}.f4__brand{text-transform:uppercase;letter-spacing:-.02em;color:#000;font-family:Satoshi,sans-serif;font-size:.8125rem;font-weight:700}.f4__links{gap:1.5rem;display:flex}.f4__link{color:#000;opacity:.35;font-family:Inter,sans-serif;font-size:.8125rem;text-decoration:none;transition:opacity .3s}.f4__link:hover{opacity:1}.f4__copy{color:#000;opacity:.2;font-family:Inter,sans-serif;font-size:.75rem}.f5{background:#f5f5f3;margin-bottom:4rem;padding:4rem 2rem}.f5__inner{align-items:flex-start;gap:4rem;max-width:1100px;margin:0 auto;display:flex}.f5__wordmark{color:#000;opacity:.04;letter-spacing:-.05em;flex-shrink:0;font-family:Satoshi,sans-serif;font-size:6rem;font-weight:900;line-height:1}.f5__content{flex:1}.f5__row{grid-template-columns:1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.f5__col{flex-direction:column;gap:.5rem;display:flex}.f5__col-label{letter-spacing:.1em;text-transform:uppercase;color:#000;opacity:.3;margin-bottom:.5rem;font-family:Satoshi,sans-serif;font-size:.6875rem;font-weight:700}.f5__link{color:#000;opacity:.5;font-family:Inter,sans-serif;font-size:.9375rem;text-decoration:none;transition:opacity .3s}.f5__link:hover{opacity:1}.f5__link--accent{opacity:.8;font-weight:600}.f5__bottom{border-top:1px solid #00000014;justify-content:space-between;align-items:center;padding-top:1.5rem;display:flex}.f5__tagline{color:#000;opacity:.3;font-family:Inter,sans-serif;font-size:.8125rem}.f5__copy{color:#000;opacity:.2;font-family:Inter,sans-serif;font-size:.75rem}@media (width<=768px){.f2__inner{flex-direction:column;gap:2rem}.f2__heading{font-size:2rem}.f3__grid{grid-template-columns:1fr}.f4__inner{text-align:center;flex-direction:column;gap:1rem}.f4__links{flex-wrap:wrap;justify-content:center}.f5__inner{flex-direction:column}.f5__wordmark{font-size:4rem}.f5__row{grid-template-columns:1fr;gap:2rem}.f5__bottom{flex-direction:column;gap:.5rem}}
