:root{--bg:#0d0a0b;--bg-soft:#130e0f;--bg-card:rgba(255,240,235,.025);--bg-card-hover:rgba(255,240,235,.05);--border:rgba(255,220,210,.09);--border-hover:rgba(255,220,210,.18);--text:#fdf8f6;--text-muted:hsla(17,64%,98%,.55);--text-subtle:hsla(17,64%,98%,.35);--rose:#c97e7a;--rose-light:#e0b0ac;--rose-dark:#a85e5a;--rose-glow:hsla(3,42%,63%,.15);--rose-glow-strong:hsla(3,42%,63%,.25);--radius:16px;--radius-sm:10px;--radius-xs:6px;--shadow-card:0 1px 0 0 rgba(255,220,210,.06),0 4px 24px rgba(0,0,0,.45);--shadow-glow:0 0 48px hsla(3,42%,63%,.14)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background:var(--bg);font-family:var(--font-body),"Inter",system-ui,sans-serif;font-size:1rem;line-height:1.6}body,h1,h2,h3,h4{color:var(--text)}h1,h2,h3,h4{font-family:var(--font-heading),"Playfair Display",Georgia,serif;font-weight:700;line-height:1.1;letter-spacing:-.01em}p{color:var(--text-muted);line-height:1.75}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}strong{color:var(--text);font-weight:600}.shell{width:min(1160px,calc(100vw - 2.5rem));margin:0 auto}.section{padding:6rem 0}.section-sm{padding:4rem 0}.eyebrow{display:inline-block;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:var(--rose);margin-bottom:1rem}.btn,.eyebrow{font-family:var(--font-body),"Inter",sans-serif;font-weight:600}.btn{display:inline-flex;align-items:center;gap:.5rem;font-size:.95rem;padding:.85rem 1.75rem;border-radius:var(--radius-sm);border:none;cursor:pointer;transition:all .2s ease;text-decoration:none;white-space:nowrap}.btn-primary{background:var(--rose);color:#0d0a0b}.btn-primary:hover{background:var(--rose-light);transform:translateY(-1px);box-shadow:0 8px 32px hsla(3,42%,63%,.35)}.btn-ghost{background:transparent;color:var(--text-muted);border:1px solid var(--border)}.btn-ghost:hover{border-color:var(--border-hover);color:var(--text)}.nav{position:-webkit-sticky;position:sticky;top:0;z-index:200;border-bottom:1px solid var(--border);background:rgba(13,10,11,.82);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);transition:box-shadow .3s,background .3s}.nav--scrolled{background:rgba(13,10,11,.96);box-shadow:0 1px 0 0 rgba(255,220,210,.06),0 4px 32px rgba(0,0,0,.55)}.nav-inner{display:flex;align-items:center;justify-content:space-between;height:68px}.nav-logo{font-family:var(--font-heading),"Playfair Display",Georgia,serif;font-size:1.4rem;font-weight:700;letter-spacing:-.04em;color:var(--text);flex-shrink:0}.nav-logo span{color:var(--rose)}.nav-links{display:flex;align-items:center;gap:2.25rem;list-style:none}.nav-links a{font-size:.875rem;font-weight:500;color:var(--text-muted);letter-spacing:.01em;transition:color .2s}.nav-links a:hover{color:var(--text)}.nav-actions{display:flex;align-items:center;gap:1rem}.nav-cta{padding:.55rem 1.25rem;font-size:.875rem}.nav-hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;background:none;border:none;cursor:pointer;padding:8px;border-radius:var(--radius-sm);transition:background .2s}.nav-hamburger:hover{background:var(--bg-card-hover)}.nav-hamburger span{display:block;width:22px;height:1.5px;background:var(--text);border-radius:2px;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .3s;transform-origin:center}.nav-hamburger.open span:first-child{transform:translateY(6.5px) rotate(45deg)}.nav-hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.nav-hamburger.open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.nav-overlay{position:fixed;inset:0;z-index:300;background:rgba(13,10,11,.65);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);opacity:0;pointer-events:none;transition:opacity .3s ease}.nav-overlay.open{opacity:1;pointer-events:auto}.nav-drawer{position:fixed;top:0;right:0;z-index:400;width:min(300px,85vw);height:100dvh;background:#110d0e;border-left:1px solid var(--border);display:flex;flex-direction:column;transform:translateX(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);box-shadow:-8px 0 48px rgba(0,0,0,.6)}.nav-drawer.open{transform:translateX(0)}.nav-drawer-top{display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;height:68px;border-bottom:1px solid var(--border);flex-shrink:0}.nav-drawer-close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:none;border:none;color:var(--text-muted);cursor:pointer;border-radius:var(--radius-sm);transition:color .2s,background .2s}.nav-drawer-close:hover{color:var(--text);background:var(--bg-card-hover)}.nav-drawer-links{list-style:none;padding:1.5rem 0;flex:1 1}.nav-drawer-links li{border-bottom:1px solid var(--border)}.nav-drawer-links a{display:flex;align-items:center;padding:1rem 1.75rem;font-size:1.05rem;font-weight:500;color:var(--text-muted);letter-spacing:.01em;transition:color .2s,background .2s;min-height:52px}.nav-drawer-links a:hover{color:var(--text);background:var(--bg-card)}.nav-drawer-footer{padding:1.5rem 1.75rem 2.5rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:.75rem;flex-shrink:0}.nav-drawer-cta{width:100%;justify-content:center;padding:.85rem 1.5rem;font-size:.95rem}.nav-drawer-note{font-size:.75rem;color:var(--text-subtle);text-align:center}.hero{position:relative;padding:7rem 0 5rem;overflow:hidden}.hero:before{inset:0;background-image:radial-gradient(circle,hsla(0,0%,100%,.06) 1px,transparent 0);background-size:32px 32px}.hero:after,.hero:before{content:"";position:absolute;pointer-events:none}.hero:after{top:-20%;right:-10%;width:700px;height:700px;background:radial-gradient(circle,hsla(3,42%,63%,.08) 0,transparent 70%)}.hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.hero-copy{max-width:560px}.hero-headline{font-size:clamp(2.8rem,5vw,4.5rem);margin-bottom:1.25rem;line-height:1}.hero-headline em{font-style:normal;color:var(--rose)}.hero-sub{font-size:1.15rem;color:var(--text-muted);margin-bottom:2rem;max-width:440px;line-height:1.65}.hero-sub--mobile{display:none}.hero-actions{gap:1rem;flex-wrap:wrap}.hero-actions,.hero-trust{display:flex;align-items:center}.hero-trust{margin-top:2rem;gap:.6rem;font-size:.82rem;color:var(--text-subtle)}.hero-trust-dot{color:var(--rose)}.hero-visual{position:relative;display:flex;align-items:center;justify-content:center;gap:1rem}.hero-photo-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1rem;box-shadow:var(--shadow-card);flex:1 1;max-width:200px}.hero-photo-label{font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--text-subtle);margin-bottom:.6rem}.hero-photo-img{object-fit:cover;background:linear-gradient(135deg,#1f0e14,#3d1424);display:flex;align-items:center;justify-content:center}.hero-photo-img,.hero-photo-img-wrap{width:100%;aspect-ratio:4/5;border-radius:var(--radius-sm);overflow:hidden}.hero-photo-img-wrap img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.hero-arrow{flex-direction:column;gap:.3rem;flex-shrink:0}.hero-arrow,.hero-arrow-icon{display:flex;align-items:center}.hero-arrow-icon{width:36px;height:36px;background:var(--rose-glow);border:1px solid hsla(3,42%,63%,.3);border-radius:50%;justify-content:center;color:var(--rose);font-size:1rem}.hero-arrow-label{font-size:.6rem;color:var(--rose);font-weight:600;letter-spacing:.1em;text-transform:uppercase}.hero-after-col{display:flex;flex-direction:column;gap:.5rem;flex:1 1;max-width:210px}.hero-insta-card{background:#1a1a1a;border:1px solid hsla(0,0%,100%,.1);border-radius:var(--radius);overflow:hidden;width:100%;box-shadow:var(--shadow-card)}.hero-insta-header{display:flex;align-items:center;gap:.5rem;padding:.6rem .75rem;border-bottom:1px solid hsla(0,0%,100%,.06)}.hero-insta-avatar{width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,var(--rose),#b5345a);flex-shrink:0}.hero-insta-handle{font-size:.72rem;font-weight:600;color:#fff}.hero-insta-img{width:100%;aspect-ratio:4/5;overflow:hidden;position:relative}.hero-insta-img img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block;transition:opacity .2s ease}.hero-before-inset{display:none;position:absolute;bottom:.75rem;left:.75rem;width:82px;border-radius:8px;overflow:hidden;border:2px solid hsla(0,0%,100%,.85);box-shadow:0 4px 20px rgba(0,0,0,.65);z-index:2}.hero-before-inset img{width:100%;aspect-ratio:4/5;object-fit:cover;object-position:center top;display:block}.hero-before-inset-label{display:block;font-size:.5rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:hsla(0,0%,100%,.85);background:rgba(0,0,0,.82);text-align:center;padding:3px 0}.hero-insta-caption{padding:.6rem .75rem}.hero-insta-caption p{font-size:.65rem;color:hsla(0,0%,100%,.75);line-height:1.5;margin:0}.hero-insta-caption strong{color:#fff}.hero-insta-stats{display:flex;gap:.75rem;padding:0 .75rem .6rem;font-size:.65rem;color:hsla(0,0%,100%,.45)}.hero-thryve-badge{font-size:.6rem;color:var(--rose);font-weight:600;letter-spacing:.08em;text-transform:uppercase;text-align:center;padding:.4rem;background:hsla(3,42%,63%,.08);border-top:1px solid hsla(3,42%,63%,.15)}.hero-variations{display:flex;align-items:center;gap:.5rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.45rem .6rem}.hero-variation-thumb{width:30px;height:38px;border-radius:3px;overflow:hidden;flex-shrink:0;border:1.5px solid var(--border);padding:0;background:none;cursor:pointer;transition:border-color .15s ease,transform .15s ease}.hero-variation-thumb:hover{border-color:hsla(3,42%,63%,.5);transform:scale(1.08)}.hero-variation-thumb.active{border-color:var(--rose);box-shadow:0 0 0 1px var(--rose)}.hero-variation-thumb img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block;pointer-events:none}.hero-variation-label{font-size:.6rem;color:var(--rose);font-weight:600;letter-spacing:.06em;line-height:1.3;flex:1 1}.verticals{padding:3rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.verticals-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1px;gap:1px;background:var(--border);border-radius:var(--radius);overflow:hidden}.vertical-item{background:var(--bg);padding:2rem;display:flex;flex-direction:column;gap:.5rem;transition:background .2s}.vertical-item:hover{background:var(--bg-card-hover)}.vertical-icon{font-size:1.75rem}.vertical-label{font-family:var(--font-heading),"Playfair Display",Georgia,sans-serif;font-size:1.05rem;font-weight:700;letter-spacing:-.02em;color:var(--text)}.vertical-desc{font-size:.85rem;color:var(--text-muted);margin:0;line-height:1.5}.vertical-example{font-size:.78rem;color:var(--rose);margin:.25rem 0 0}.section-heading{font-size:clamp(1.75rem,3vw,2.5rem);margin-bottom:2.5rem;max-width:520px}.section-sub{font-size:1.05rem;color:var(--text-muted);max-width:560px;line-height:1.7;margin-bottom:3rem;margin-top:-1.5rem}.pain-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem}.pain-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;transition:border-color .2s,box-shadow .2s}.pain-card:hover{border-color:var(--border-hover);box-shadow:var(--shadow-card)}.pain-stat{font-family:var(--font-heading),"Playfair Display",Georgia,sans-serif;font-size:3rem;font-weight:700;letter-spacing:-.04em;color:var(--rose);line-height:1;margin-bottom:1rem}.pain-headline{font-size:1rem;font-weight:600;color:var(--text);line-height:1.4;margin-bottom:.5rem;font-family:var(--font-body),"Inter",sans-serif;letter-spacing:-.01em}.pain-body{font-size:.88rem;color:var(--text-muted);line-height:1.6;margin:0}.how-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;margin-top:3rem}.how-card{position:relative;padding:2rem}.how-step{font-family:var(--font-heading),"Playfair Display",Georgia,sans-serif;font-size:3.5rem;font-weight:700;letter-spacing:-.05em;color:var(--border);line-height:1;margin-bottom:1.25rem}.how-title{font-size:1.15rem;font-weight:700;margin-bottom:.6rem;letter-spacing:-.02em}.how-desc{font-size:.9rem;color:var(--text-muted);line-height:1.65;margin:0}.layers-section{background:var(--bg-soft);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.layers-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;margin-top:3rem}.layer-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;display:flex;flex-direction:column;gap:.5rem;transition:border-color .2s,box-shadow .2s;position:relative}.layer-card:hover{border-color:var(--border-hover);box-shadow:var(--shadow-card)}.layer-card--intelligence{border-color:hsla(3,42%,63%,.2)}.layer-number{font-family:var(--font-heading),"Playfair Display",Georgia,serif;font-size:2.5rem;font-weight:700;letter-spacing:-.05em;color:var(--border);line-height:1;margin-bottom:.5rem}.layer-icon{font-size:1.75rem;margin-bottom:.25rem}.layer-label{font-family:var(--font-heading),"Playfair Display",Georgia,serif;font-size:1.3rem;font-weight:700;letter-spacing:-.02em;color:var(--text)}.layer-tagline{font-size:.82rem;font-weight:600;letter-spacing:.02em;color:var(--rose);margin:0 0 .25rem}.layer-desc{font-size:.88rem;color:var(--text-muted);line-height:1.65;margin:0 0 .75rem}.layer-features{list-style:none;display:flex;flex-direction:column;gap:.45rem;margin-top:auto}.layer-features li{font-size:.82rem;color:var(--text-muted);padding-left:1rem;position:relative;line-height:1.5}.layer-features li:before{content:"·";position:absolute;left:0;color:var(--rose);font-weight:700}.layers-flywheel{margin-top:2.5rem}.layers-flywheel-inner{background:linear-gradient(135deg,hsla(3,42%,63%,.05),hsla(3,42%,63%,.02));border:1px solid hsla(3,42%,63%,.18);border-radius:var(--radius);padding:1.5rem 2rem;display:flex;gap:1.5rem;align-items:flex-start}.layers-flywheel-label{font-size:.7rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--rose);white-space:nowrap;padding-top:.2rem;flex-shrink:0}.layers-flywheel-inner p{font-size:.9rem;color:var(--text-muted);line-height:1.7;margin:0}.layers-flywheel-inner strong{color:var(--text)}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;margin-top:3rem}.feature-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;transition:border-color .2s,box-shadow .2s,background .2s}.feature-card:hover{border-color:hsla(3,42%,63%,.2);background:var(--bg-card-hover);box-shadow:0 0 0 1px hsla(3,42%,63%,.08),var(--shadow-card)}.feature-icon{font-size:1.75rem;margin-bottom:1rem}.feature-title{font-size:1.1rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.5rem}.feature-desc{font-size:.9rem;color:var(--text-muted);line-height:1.65;margin:0 0 .75rem}.feature-detail{font-size:.78rem;color:var(--rose);font-weight:600;margin:0}.exhibition-section{background:var(--bg-soft);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.exhibition-inner{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.exhibition-cards{display:flex;flex-direction:column;gap:1rem}.exhibition-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;transition:border-color .2s}.exhibition-card:hover{border-color:hsla(3,42%,63%,.25)}.exhibition-card-name{font-size:.95rem;font-weight:600;color:var(--text);margin-bottom:.25rem;font-family:var(--font-body),"Inter",sans-serif;letter-spacing:-.01em}.exhibition-card-meta{font-size:.78rem;color:var(--text-muted);margin:0}.exhibition-card-tag{font-size:.72rem;font-weight:600;padding:.3rem .7rem;background:var(--rose-glow);color:var(--rose);border-radius:99px;border:1px solid hsla(3,42%,63%,.2);white-space:nowrap;flex-shrink:0}.pricing-card{max-width:480px;margin:3rem auto 0;background:var(--bg-card);border:1px solid hsla(3,42%,63%,.25);border-radius:var(--radius);padding:2.5rem;text-align:center;box-shadow:var(--shadow-glow)}.pricing-amount{font-family:var(--font-heading),"Playfair Display",Georgia,sans-serif;font-size:3.5rem;font-weight:700;letter-spacing:-.05em;color:var(--text);line-height:1;margin:1rem 0 .25rem}.pricing-amount sup{font-size:1.5rem;vertical-align:super;margin-right:.1em}.pricing-period{font-size:.85rem;color:var(--text-muted);margin-bottom:1.5rem}.pricing-list{list-style:none;text-align:left;margin:1.5rem 0 2rem;display:flex;flex-direction:column;gap:.75rem}.pricing-list li{display:flex;align-items:center;gap:.6rem;font-size:.9rem;color:var(--text-muted)}.pricing-list li:before{content:"✓";color:var(--rose);font-weight:700;flex-shrink:0}.pricing-trial{font-size:.8rem;color:var(--text-subtle);margin-top:1rem}.access-section{text-align:center;padding:7rem 0}.access-section h2{font-size:clamp(2rem,4vw,3rem);margin-bottom:.75rem}.access-section p{max-width:420px;margin:0 auto 2rem;font-size:1rem}.access-form{display:flex;gap:.75rem;max-width:440px;margin:0 auto;flex-wrap:wrap;justify-content:center}.access-input{flex:1 1;min-width:200px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.85rem 1.25rem;color:var(--text);font-size:.95rem;font-family:var(--font-body),"Inter",sans-serif;outline:none;transition:border-color .2s}.access-input::placeholder{color:var(--text-subtle)}.access-input:focus{border-color:var(--rose)}.footer{border-top:1px solid var(--border);padding:4rem 0 0}.footer-inner{display:grid;grid-template-columns:1fr auto;grid-gap:3rem;gap:3rem;align-items:flex-start;padding-bottom:3rem}.footer-brand{display:flex;flex-direction:column;gap:.5rem}.footer-logo{font-family:var(--font-heading),"Playfair Display",Georgia,sans-serif;font-size:1.2rem;font-weight:700;letter-spacing:-.03em;color:var(--text)}.footer-logo span{color:var(--rose)}.footer-tagline{font-size:.82rem;color:var(--text-subtle);max-width:240px;line-height:1.5}.footer-nav{display:flex;gap:3rem}.footer-nav-col ul{list-style:none;display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem}.footer-nav-heading{font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-subtle);margin:0}.footer-nav-col a{font-size:.875rem;color:var(--text-muted);transition:color .2s}.footer-nav-col a:hover{color:var(--text)}.footer-bottom{border-top:1px solid var(--border);padding:1.25rem 0}.footer-entity{font-size:.78rem;color:var(--text-subtle)}[data-reveal]{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}[data-reveal].revealed{opacity:1;transform:translateY(0)}@media (max-width:1100px){.layers-grid{grid-template-columns:1fr;gap:1rem}.layers-flywheel-inner{flex-direction:column;gap:.75rem}}@media (max-width:980px){.hero-inner{grid-template-columns:1fr;gap:3rem}.hero-visual{justify-content:flex-start}.verticals-grid{grid-template-columns:1fr;gap:1px}.pain-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.how-grid{grid-template-columns:1fr;gap:1.5rem}.features-grid{grid-template-columns:repeat(2,1fr)}.exhibition-inner{grid-template-columns:1fr;gap:2.5rem}.nav-cta,.nav-links{display:none}.nav-hamburger{display:flex}}@media (max-width:640px){.section{padding:2.5rem 0}.section-heading{font-size:1.7rem;margin-bottom:1.25rem}.section-sub{font-size:.92rem;margin-bottom:1.5rem;margin-top:-.75rem}.hero{padding:1.25rem 0 1.75rem}.hero-inner{gap:1.25rem}.hero-headline{font-size:2rem;line-height:1.05}.hero-sub--desktop{display:none}.hero-sub--mobile{display:block;margin-bottom:1rem;font-size:.92rem}.hero-trust{display:none}.hero-actions{gap:.75rem}.hero-arrow,.hero-before{display:none!important}.hero-visual{flex-direction:column;align-items:stretch;gap:1rem;width:100%}.hero-after-col{width:100%;max-width:none;flex:unset}.hero-before-inset,.hero-insta-caption{display:block}.verticals{padding:2rem 0}.verticals-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1px;border-radius:var(--radius);scrollbar-width:none}.verticals-grid::-webkit-scrollbar{display:none}.vertical-item{flex:0 0 82vw;scroll-snap-align:start;padding:1.5rem}.pain-grid{grid-template-columns:1fr;gap:.75rem}.pain-card{padding:1.5rem}.pain-stat{font-size:2.75rem;margin-bottom:.6rem}.how-grid{gap:0;margin-top:1.5rem}.how-card{padding:1.25rem .5rem 1.25rem 0;border-bottom:1px solid var(--border)}.how-card:last-child{border-bottom:none}.how-step{font-size:2.5rem;margin-bottom:.6rem}.features-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:.75rem;margin-top:1.5rem;padding-bottom:.5rem;scrollbar-width:none}.features-grid::-webkit-scrollbar{display:none}.feature-card{flex:0 0 78vw;scroll-snap-align:start;scroll-margin-left:0}.layers-grid{grid-template-columns:1fr;gap:.75rem;margin-top:1.5rem}.layer-card{padding:1.25rem;gap:.4rem}.layer-number{font-size:1.75rem}.layers-flywheel-inner{flex-direction:column;gap:.5rem;padding:1.25rem}.exhibition-inner{grid-template-columns:1fr;gap:2rem}.pricing-card{padding:1.5rem;margin-top:1.5rem}.access-form{flex-direction:column}.footer-inner{grid-template-columns:1fr;gap:2rem}.footer-nav{flex-wrap:wrap;gap:2rem}.footer{padding-bottom:4.5rem}}.mobile-cta-bar{display:none}@media (max-width:640px){.hero-sub--mobile{display:none}.mobile-cta-bar{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:200;padding:.75rem 1rem calc(.75rem + env(safe-area-inset-bottom, 0px));background:rgba(10,5,7,.97);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-top:1px solid var(--border);transform:translateY(110%);transition:transform .3s cubic-bezier(.4,0,.2,1)}.mobile-cta-bar.visible{transform:translateY(0)}.mobile-cta-bar-btn{width:100%;justify-content:center}}@media (max-width:375px){.shell{width:calc(100vw - 1.5rem)}.hero-headline{font-size:2rem}}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));grid-gap:1.5rem;gap:1.5rem}.blog-card{display:flex;flex-direction:column;gap:.75rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;text-decoration:none;color:inherit;transition:border-color .2s,background .2s}.blog-card:hover{border-color:var(--border-hover);background:var(--bg-card-hover)}.blog-card-meta{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.blog-card-category{font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--rose);background:var(--rose-glow);border:1px solid hsla(3,42%,63%,.2);border-radius:99px;padding:.2rem .6rem}.blog-card-date{font-size:.78rem;color:var(--text-subtle)}.blog-card-title{font-size:1.15rem;font-weight:600;line-height:1.3;color:var(--text);letter-spacing:-.02em}.blog-card-excerpt{font-size:.88rem;color:var(--text-muted);line-height:1.65;flex:1 1}.blog-card-read{font-size:.82rem;color:var(--rose);font-weight:500;margin-top:auto}.blog-back{font-size:.85rem;color:var(--text-muted);text-decoration:none;transition:color .15s}.blog-back:hover{color:var(--text)}.blog-post-meta{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:1.25rem}.blog-post-title{font-size:clamp(1.75rem,3.5vw,2.5rem);line-height:1.15;letter-spacing:-.03em;margin-bottom:1rem}.blog-post-excerpt{font-size:1.05rem;color:var(--text-muted);line-height:1.7;max-width:600px;margin-bottom:3rem;padding-bottom:2.5rem;border-bottom:1px solid var(--border)}.blog-post-content{color:var(--text-muted);font-size:1rem;line-height:1.8}.blog-post-content h2{font-size:1.35rem;color:var(--text);margin:2.5rem 0 1rem;letter-spacing:-.025em}.blog-post-content h3{font-size:1.1rem;color:var(--text);margin:1.75rem 0 .75rem;letter-spacing:-.02em}.blog-post-content p{margin-bottom:1.25rem}.blog-post-content ol,.blog-post-content ul{padding-left:1.5rem;margin-bottom:1.25rem}.blog-post-content li{margin-bottom:.5rem}.blog-post-content strong{color:var(--text);font-weight:600}.blog-post-content a{color:var(--rose);text-decoration:underline;text-underline-offset:3px}.blog-post-content hr{border:none;border-top:1px solid var(--border);margin:2rem 0}.blog-post-content blockquote{border-left:3px solid var(--rose);padding:.75rem 1.25rem;margin:1.5rem 0;background:var(--bg-card);border-radius:0 var(--radius-sm) var(--radius-sm) 0;color:var(--text);font-style:italic}.blog-post-content table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.9rem}.blog-post-content th{background:var(--bg-card);color:var(--text);text-align:left}.blog-post-content td,.blog-post-content th{padding:.6rem 1rem;border-bottom:1px solid var(--border)}.blog-post-content td{color:var(--text-muted)}.blog-related{margin-top:3rem;padding-top:2.5rem;border-top:1px solid var(--border)}.blog-related-heading{font-size:1rem;font-weight:600;color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;font-family:var(--font-body),"Inter",sans-serif;margin-bottom:1rem}.blog-related-list{display:flex;flex-direction:column;gap:.5rem}.blog-related-item{display:flex;align-items:baseline;gap:.75rem;padding:.75rem 1rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);text-decoration:none;transition:border-color .2s,background .2s}.blog-related-item:hover{border-color:var(--border-hover);background:var(--bg-card-hover)}.blog-related-category{font-size:.65rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--rose);flex-shrink:0;font-family:var(--font-body),"Inter",sans-serif}.blog-related-title{font-size:.9rem;color:var(--text);line-height:1.4}.blog-post-footer{margin-top:3rem;padding-top:3rem;border-top:1px solid var(--border)}.blog-cta-box{background:linear-gradient(135deg,hsla(3,42%,63%,.06),hsla(3,42%,63%,.02));border:1px solid hsla(3,42%,63%,.2);border-radius:var(--radius);padding:2.5rem;display:flex;flex-direction:column;gap:1rem;align-items:flex-start}.blog-cta-box h3{font-size:1.25rem;color:var(--text);line-height:1.4;font-weight:600;letter-spacing:-.02em}@media (max-width:640px){.blog-grid{grid-template-columns:1fr}.blog-cta-box{padding:1.75rem}.blog-post-content table{font-size:.78rem}.blog-post-content td,.blog-post-content th{padding:.5rem .6rem}}.access-success{display:flex;flex-direction:column;align-items:center;gap:.75rem;max-width:440px;margin:0 auto}.access-success-icon{width:48px;height:48px;border-radius:50%;background:hsla(3,42%,63%,.15);border:1px solid hsla(3,42%,63%,.35);display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:var(--rose)}.access-success-text{font-size:1rem;color:var(--text-muted);line-height:1.65;text-align:center;margin:0}.access-error{font-size:.82rem;color:#e07070;width:100%;text-align:center;margin:0}.cookie-banner{position:fixed;bottom:1.25rem;left:50%;transform:translateX(-50%);z-index:9999;display:flex;align-items:center;gap:1.25rem;background:#1c1519;border:1px solid var(--border-hover);border-radius:12px;padding:.85rem 1.25rem;max-width:680px;width:calc(100% - 2rem);box-shadow:0 8px 32px rgba(0,0,0,.5);animation:cookie-slide-up .3s ease}@keyframes cookie-slide-up{0%{opacity:0;transform:translateX(-50%) translateY(12px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.cookie-text{font-size:.82rem;color:var(--text-muted);line-height:1.5;margin:0;flex:1 1}.cookie-link{color:var(--rose);text-decoration:underline;text-underline-offset:2px}.cookie-actions{display:flex;gap:.5rem;flex-shrink:0}.cookie-btn{font-size:.78rem;font-weight:600;padding:.45rem .85rem;border-radius:8px;border:1px solid transparent;cursor:pointer;white-space:nowrap;transition:opacity .15s}.cookie-btn:hover{opacity:.85}.cookie-btn--reject{background:transparent;border-color:var(--border-hover);color:var(--text-muted)}.cookie-btn--accept{background:var(--rose);color:#0d0a0b}@media (max-width:540px){.cookie-banner{flex-direction:column;align-items:flex-start;gap:.85rem;bottom:.75rem}}@font-face{font-family:__Playfair_Display_5d3d4e;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Playfair_Display_5d3d4e;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Playfair_Display_5d3d4e;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Playfair_Display_5d3d4e;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Playfair_Display_5d3d4e;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Playfair_Display_5d3d4e;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Playfair_Display_5d3d4e;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Playfair_Display_5d3d4e;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Playfair_Display_5d3d4e;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Playfair_Display_5d3d4e;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Playfair_Display_5d3d4e;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Playfair_Display_5d3d4e;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Playfair_Display_Fallback_5d3d4e;src:local("Times New Roman");ascent-override:97.25%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:111.26%}.__className_5d3d4e{font-family:__Playfair_Display_5d3d4e,__Playfair_Display_Fallback_5d3d4e;font-style:normal}.__variable_5d3d4e{--font-heading:"__Playfair_Display_5d3d4e","__Playfair_Display_Fallback_5d3d4e"}@font-face{font-family:__Inter_37ef13;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_37ef13;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_37ef13;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_37ef13;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_37ef13;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_37ef13;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_37ef13;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_37ef13;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_37ef13;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_37ef13;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_37ef13;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_37ef13;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_37ef13;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_37ef13;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_37ef13;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_37ef13;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_37ef13;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_37ef13;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_37ef13;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_37ef13;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_37ef13;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_37ef13;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_37ef13{font-family:__Inter_37ef13,__Inter_Fallback_37ef13;font-style:normal}.__variable_37ef13{--font-body:"__Inter_37ef13","__Inter_Fallback_37ef13"}