:root{--font-sans:Arial, Helvetica, sans-serif;--content-width:1180px;--space-1:.5rem;--space-2:1rem;--space-3:1.5rem;--space-4:2rem;--space-5:4rem;--space-6:7rem;--radius-sm:12px;--radius-md:18px;--radius-lg:28px;--shadow-soft:0 30px 80px #14231c14}*{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-sans);color:#1b1e1c;background:#f5f3ed;margin:0}a{color:inherit}img{max-width:100%;display:block}.container{width:min(calc(100% - 2rem), var(--content-width));margin-inline:auto}.section{width:100%}.theme{background:var(--theme-background);color:var(--theme-text)}.eyebrow{color:var(--theme-primary);text-transform:uppercase;letter-spacing:.16em;margin:0 0 1rem;font-size:.8rem;font-weight:700}.theme-demo-palette{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;margin-top:2rem;display:grid}.theme-demo-swatch{border-radius:var(--radius-md);border:1px solid color-mix(in srgb, var(--theme-text) 10%, transparent);background:var(--theme-surface);overflow:hidden}.theme-demo-swatch__color{min-height:92px}.theme-demo-swatch__label{color:var(--theme-text-muted);padding:.8rem .9rem;font-size:.8rem}.theme-demo-functional{grid-template-columns:repeat(4,1fr);gap:.8rem;margin-top:1.5rem;display:grid}.theme-demo-functional>div{border-radius:var(--radius-sm);color:#fff;text-align:center;padding:1rem;font-weight:700}.theme-demo-functional__success{background:var(--functional-success)}.theme-demo-functional__warning{background:var(--functional-warning)}.theme-demo-functional__error{background:var(--functional-error)}.theme-demo-functional__info{background:var(--functional-info)}.hero{color:#fff;align-items:end;min-height:100svh;display:grid;position:relative;overflow:hidden}.hero__media{position:absolute;inset:0}.hero__media img{object-fit:cover;width:100%;height:100%}.hero__overlay{background:linear-gradient(#0000001a,#000000bf);position:absolute;inset:0}.hero__content{z-index:1;max-width:850px;padding-block:8rem 4rem;position:relative}.hero h1,.hero-split h1{letter-spacing:-.06em;margin:0;font-size:clamp(3rem,8vw,7.5rem);line-height:.92}.hero__lead{max-width:620px;margin-top:1.5rem;font-size:clamp(1.05rem,2vw,1.35rem);line-height:1.55}.hero-split{min-height:90svh;padding-block:var(--space-5);align-items:center;display:grid}.hero-split__grid{grid-template-columns:.9fr 1.1fr;align-items:center;gap:clamp(2rem,6vw,6rem);display:grid}.hero-split__copy p:last-child{max-width:600px;color:var(--theme-text-muted);font-size:1.15rem;line-height:1.7}.hero-split__media{border-radius:var(--radius-lg);aspect-ratio:4/5;overflow:hidden}.hero-split__media img{object-fit:cover;width:100%;height:100%}.story{padding-block:var(--space-6)}.story__grid{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2rem,7vw,7rem);display:grid}.story__media{border-radius:var(--radius-lg);aspect-ratio:4/5;overflow:hidden}.story__media img{object-fit:cover;width:100%;height:100%}.story h2,.story-centered h2,.demo-title h2{letter-spacing:-.05em;margin:0 0 1.5rem;font-size:clamp(2.4rem,5vw,5rem);line-height:.98}.story p,.story-centered p{color:var(--theme-text-muted);font-size:1.1rem;line-height:1.75}.story-centered{min-height:75vh;padding-block:var(--space-6);align-items:center;display:grid}.story-centered__inner{text-align:center;max-width:880px}.cta{padding-block:var(--space-5)}.cta__panel{border-radius:var(--radius-lg);background:var(--theme-surface);color:var(--theme-text);padding:clamp(2rem,7vw,6rem)}.button{background:var(--theme-primary);color:var(--theme-background);border-radius:999px;margin-top:1rem;padding:.9rem 1.3rem;font-weight:700;text-decoration:none;display:inline-flex}.behavior-section{width:100%;position:relative}.behavior-section>div{width:100%}.behavior-section--sticky-stage{position:relative}.behavior-section__sticky{width:100%;position:sticky}.section-progress{z-index:50;transform-origin:0;background:var(--theme-primary);width:100%;height:8px;position:sticky;top:0;box-shadow:0 2px 12px #0000002e}.demo-title{padding-block:7rem}.demo-title__inner{max-width:900px}.demo-title p:last-child{max-width:720px;color:var(--theme-text-muted);font-size:1.15rem;line-height:1.7}.demo-card{align-items:center;min-height:100vh;padding-block:5rem;display:grid}.demo-card__panel{border:1px solid color-mix(in srgb, var(--theme-text) 12%, transparent);border-radius:var(--radius-lg);background:var(--theme-surface);box-shadow:var(--shadow-soft);padding:clamp(1.6rem,4vw,4rem)}.demo-card__header{justify-content:space-between;align-items:flex-start;gap:2rem;display:flex}.demo-card__header h2{letter-spacing:-.05em;margin:0;font-size:clamp(2.2rem,5vw,4.6rem);line-height:.98}.demo-card__badge{background:color-mix(in srgb, var(--theme-primary) 12%, transparent);color:var(--theme-text);white-space:nowrap;border-radius:999px;padding:.55rem .75rem;font-size:.75rem}.demo-card__description{max-width:760px;color:var(--theme-text-muted);margin:2rem 0;font-size:1.1rem;line-height:1.7}.demo-card__params{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:.8rem;display:grid}.demo-card__param{border-radius:var(--radius-md);background:color-mix(in srgb, var(--theme-primary) 9%, var(--theme-surface));gap:.45rem;padding:1rem;display:grid}.demo-card__param code{color:var(--theme-primary);font-weight:700}.demo-card__param span{color:var(--theme-text-muted)}.demo-card__note{border-left:3px solid var(--theme-primary);color:var(--theme-text-muted);margin-top:1rem;padding-left:1rem;line-height:1.6}.demo-card__effect{text-align:center;border:2px dashed color-mix(in srgb, var(--theme-primary) 35%, transparent);background:color-mix(in srgb, var(--theme-primary) 12%, var(--theme-surface));border-radius:22px;place-content:center;gap:.5rem;min-height:300px;margin-top:2.5rem;display:grid}.demo-card__effect span{text-transform:uppercase;letter-spacing:.14em;color:var(--theme-text-muted);font-size:.75rem}.demo-card__effect strong{font-size:clamp(1.8rem,4vw,3.5rem)}@media (max-width:639px){.responsive-hide-mobile{display:none!important}[style*=--section-min-height-mobile] .behavior-section{min-height:var(--section-min-height-mobile)!important}.story__grid,.hero-split__grid{grid-template-columns:1fr}.demo-card__header{flex-direction:column}}@media (min-width:640px) and (max-width:1023px){.responsive-hide-tablet{display:none!important}[style*=--section-min-height-tablet] .behavior-section{min-height:var(--section-min-height-tablet)!important}}@media (min-width:1024px){.responsive-hide-desktop{display:none!important}[style*=--section-min-height-desktop] .behavior-section{min-height:var(--section-min-height-desktop)!important}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.behavior-section__sticky{transform:none!important}.section-progress{display:none}}.theme-example__preview{border-radius:var(--radius-lg);background:var(--theme-background);border:1px dashed color-mix(in srgb, var(--theme-text) 22%, transparent);margin-top:3rem;padding:clamp(1.25rem,3vw,2.5rem)}.theme-example__caption{color:var(--theme-text-muted);text-transform:uppercase;letter-spacing:.12em;margin:0 0 1rem;font-size:.78rem;font-weight:700}.theme-example__surface{border-radius:var(--radius-lg);background:var(--theme-surface);max-width:760px;box-shadow:var(--shadow-soft);padding:clamp(1.5rem,4vw,3rem)}.theme-example__topline{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.theme-example__highlight{background:var(--theme-highlight);color:#1b1e1c;border-radius:999px;padding:.45rem .7rem;font-size:.75rem;font-weight:800;display:inline-flex}.theme-example__secondary-text{color:var(--theme-secondary);font-size:.82rem;font-weight:800}.theme-example__surface h3{color:var(--theme-text);letter-spacing:-.04em;margin:0 0 1rem;font-size:clamp(2rem,4vw,3.5rem);line-height:1}.theme-example__text{color:var(--theme-text);font-size:1.05rem;line-height:1.65}.theme-example__muted{color:var(--theme-text-muted);line-height:1.6}.theme-example__actions{flex-wrap:wrap;gap:.8rem;margin-top:2rem;display:flex}.theme-example__actions button{font:inherit;cursor:pointer;border:0;border-radius:999px;padding:.85rem 1.2rem;font-weight:800}.theme-example__primary{background:var(--theme-primary);color:var(--theme-background)}.theme-example__secondary{background:var(--theme-secondary);color:var(--theme-background)}.theme-demo-swatch__label{gap:.3rem;display:grid}.theme-demo-swatch__label strong{color:var(--theme-text)}.theme-demo-swatch__label span{color:var(--theme-text-muted);line-height:1.35}.theme-example__functional-title{color:var(--theme-text-muted);text-transform:uppercase;letter-spacing:.1em;margin:3rem 0 0;font-size:.82rem;font-weight:700}@media (max-width:639px){.theme-demo-functional{grid-template-columns:1fr 1fr}}.theme-showcase{background:var(--theme-background);color:var(--theme-text);padding-block:8rem}.theme-showcase__heading{max-width:900px;margin-bottom:3rem}.theme-showcase__heading h2{color:var(--theme-text);letter-spacing:-.055em;margin:0 0 1.25rem;font-size:clamp(2.8rem,6vw,6rem);line-height:.95}.theme-showcase__heading>p:last-child{max-width:760px;color:var(--theme-text-muted);font-size:1.08rem;line-height:1.7}.theme-site{background:var(--theme-background);border:1px solid color-mix(in srgb, var(--theme-text) 10%, transparent);box-shadow:0 35px 110px color-mix(in srgb, var(--theme-text) 10%, transparent);border-radius:34px;overflow:hidden}.theme-site__nav{background:var(--theme-surface);border-bottom:1px solid color-mix(in srgb, var(--theme-text) 8%, transparent);justify-content:space-between;align-items:center;gap:2rem;min-height:76px;padding:1rem 2rem;display:flex}.theme-site__brand{color:var(--theme-text);letter-spacing:-.02em;align-items:center;gap:.65rem;font-weight:900;display:flex}.theme-site__brand-mark{background:var(--theme-primary);width:22px;height:22px;box-shadow:10px 8px 0 var(--theme-highlight);border-radius:7px}.theme-site__links{gap:1.5rem;display:flex}.theme-site__links a{color:var(--theme-text-muted);font-size:.9rem;text-decoration:none}.theme-site__nav-action{background:var(--theme-primary);color:var(--theme-background);border:0;border-radius:999px;padding:.7rem 1rem;font-weight:800}.theme-site__hero{grid-template-columns:1.05fr .95fr;align-items:center;gap:3rem;min-height:560px;padding:clamp(2rem,6vw,5.5rem);display:grid}.theme-site__badge{background:var(--theme-highlight);color:var(--theme-text);border-radius:999px;padding:.45rem .7rem;font-size:.74rem;font-weight:900;display:inline-flex}.theme-site__kicker{color:var(--theme-secondary);text-transform:uppercase;letter-spacing:.12em;margin:1.5rem 0 .8rem;font-size:.82rem;font-weight:900}.theme-site__hero h3{max-width:720px;color:var(--theme-text);letter-spacing:-.055em;margin:0;font-size:clamp(2.8rem,5vw,5.6rem);line-height:.94}.theme-site__lead{max-width:650px;color:var(--theme-text-muted);margin:1.5rem 0 0;font-size:1.08rem;line-height:1.7}.theme-site__actions{flex-wrap:wrap;gap:.8rem;margin-top:2rem;display:flex}.theme-site__actions button{font:inherit;border-radius:999px;padding:.9rem 1.2rem;font-weight:850}.theme-site__primary{border:1px solid var(--theme-primary);background:var(--theme-primary);color:var(--theme-background)}.theme-site__secondary{border:1px solid var(--theme-secondary);color:var(--theme-secondary);background:0 0}.theme-site__visual{background:radial-gradient(circle at 25% 20%, color-mix(in srgb, var(--theme-highlight) 80%, transparent), transparent 35%), var(--theme-surface);border-radius:28px;place-items:center;min-height:390px;display:grid;position:relative;overflow:hidden}.theme-site__visual-orb{filter:blur(2px);border-radius:999px;position:absolute}.theme-site__visual-orb--primary{background:var(--theme-primary);opacity:.82;width:240px;height:240px;top:-30px;right:-50px}.theme-site__visual-orb--secondary{background:var(--theme-secondary);opacity:.78;width:180px;height:180px;bottom:-25px;left:-35px}.theme-site__visual-card{z-index:2;background:color-mix(in srgb, var(--theme-surface) 88%, transparent);width:min(75%,320px);color:var(--theme-text);box-shadow:0 25px 80px color-mix(in srgb, var(--theme-text) 17%, transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:22px;gap:.55rem;padding:1.6rem;display:grid;position:relative}.theme-site__visual-card span,.theme-site__visual-card small{color:var(--theme-text-muted)}.theme-site__visual-card strong{font-size:1.45rem}.theme-site__stats{border-top:1px solid color-mix(in srgb, var(--theme-text) 8%, transparent);border-bottom:1px solid color-mix(in srgb, var(--theme-text) 8%, transparent);background:var(--theme-surface);grid-template-columns:repeat(3,1fr);display:grid}.theme-site__stats>div{border-right:1px solid color-mix(in srgb, var(--theme-text) 8%, transparent);gap:.25rem;padding:1.7rem 2rem;display:grid}.theme-site__stats>div:last-child{border-right:0}.theme-site__stats strong{color:var(--theme-primary);font-size:2rem}.theme-site__stats span{color:var(--theme-text-muted);font-size:.85rem}.theme-site__content-grid{grid-template-columns:repeat(3,1fr);gap:1.2rem;padding:2rem;display:grid}.theme-site__card{background:var(--theme-surface);min-height:280px;color:var(--theme-text);border:1px solid color-mix(in srgb, var(--theme-text) 8%, transparent);border-radius:22px;flex-direction:column;padding:1.6rem;display:flex}.theme-site__card--accent{background:var(--theme-primary);color:var(--theme-background)}.theme-site__card-index{color:var(--theme-secondary);font-weight:900}.theme-site__card--accent .theme-site__card-index,.theme-site__card--accent p,.theme-site__card--accent a{color:color-mix(in srgb, var(--theme-background) 82%, transparent)}.theme-site__card h4{margin:auto 0 .7rem;font-size:1.8rem}.theme-site__card p{color:var(--theme-text-muted);line-height:1.6}.theme-site__card a{color:var(--theme-primary);margin-top:.8rem;font-weight:850;text-decoration:none}.theme-site__functional{grid-template-columns:repeat(4,1fr);gap:.8rem;padding:0 2rem 2rem;display:grid}.theme-site__message{color:#fff;border-radius:16px;gap:.3rem;padding:1rem;font-size:.82rem;display:grid}.theme-site__message span{opacity:.88}.theme-site__message--success{background:var(--functional-success)}.theme-site__message--warning{background:var(--functional-warning)}.theme-site__message--error{background:var(--functional-error)}.theme-site__message--info{background:var(--functional-info)}.theme-demo-palette{margin-top:2rem}@media (max-width:840px){.theme-site__links{display:none}.theme-site__hero,.theme-site__content-grid{grid-template-columns:1fr}.theme-site__functional{grid-template-columns:1fr 1fr}}@media (max-width:560px){.theme-site__nav{padding-inline:1rem}.theme-site__nav-action{display:none}.theme-site__stats,.theme-site__functional{grid-template-columns:1fr}.theme-site__stats>div{border-right:0;border-bottom:1px solid color-mix(in srgb, var(--theme-text) 8%, transparent)}}.media{background:color-mix(in srgb, var(--theme-surface) 70%, transparent);width:100%;min-height:1px;position:relative;overflow:hidden}.media img,.media video{display:block}.media__overlay{pointer-events:none;position:absolute;inset:0}.media-showcase{background:var(--theme-background);color:var(--theme-text);padding-block:8rem}.media-showcase__heading{max-width:900px;margin-bottom:3rem}.media-showcase__heading h2{letter-spacing:-.055em;margin:0 0 1.25rem;font-size:clamp(2.8rem,6vw,6rem);line-height:.95}.media-showcase__heading>p:last-child{max-width:760px;color:var(--theme-text-muted);font-size:1.08rem;line-height:1.7}.media-showcase__grid{gap:1.5rem;display:grid}.media-demo-card{border-radius:var(--radius-lg);background:var(--theme-surface);border:1px solid color-mix(in srgb, var(--theme-text) 10%, transparent);box-shadow:var(--shadow-soft);grid-template-columns:1.15fr .85fr;display:grid;overflow:hidden}.media-demo-card>.media{min-height:360px;aspect-ratio:auto!important}.media-demo-card__content{flex-direction:column;justify-content:center;padding:clamp(1.5rem,4vw,3rem);display:flex}.media-demo-card__content h3{color:var(--theme-text);letter-spacing:-.04em;margin:0 0 1rem;font-size:clamp(1.8rem,3vw,3rem);line-height:1}.media-demo-card__content>p:not(.eyebrow){color:var(--theme-text-muted);line-height:1.65}.media-demo-card__content code{border-radius:var(--radius-sm);background:color-mix(in srgb, var(--theme-primary) 10%, var(--theme-surface));color:var(--theme-primary);margin-top:1rem;padding:.8rem 1rem}@media (max-width:760px){.media-demo-card{grid-template-columns:1fr}.media-demo-card>.media{min-height:260px}}.library-section{background:var(--theme-background);color:var(--theme-text);padding-block:7rem}.library-heading{max-width:850px;margin-bottom:3rem}.library-heading h2{letter-spacing:-.05em;margin:0 0 1rem;font-size:clamp(2.6rem,5vw,5.5rem);line-height:.96}.library-heading>p:last-child{color:var(--theme-text-muted);max-width:720px;line-height:1.7}.features-grid{border-top:1px solid color-mix(in srgb,var(--theme-text) 15%,transparent);grid-template-columns:repeat(2,1fr);display:grid}.feature-grid-item{border-bottom:1px solid color-mix(in srgb,var(--theme-text) 15%,transparent);padding:2.2rem 2rem}.feature-grid-item:nth-child(odd){border-right:1px solid color-mix(in srgb,var(--theme-text) 15%,transparent)}.feature-grid-item span,.feature-grid-item p{color:var(--theme-text-muted)}.feature-grid-item h3{margin:2rem 0 .7rem;font-size:2rem}.features-cards{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.features-cards article{background:var(--theme-surface);border:1px solid color-mix(in srgb,var(--theme-text) 8%,transparent);border-radius:22px;flex-direction:column;min-height:330px;padding:1.5rem;display:flex}.features-cards b{color:var(--theme-primary);font-size:2rem}.features-cards small{color:var(--theme-secondary);margin-top:auto;font-weight:800}.features-cards h3{margin:.6rem 0;font-size:1.7rem}.features-cards p{color:var(--theme-text-muted);line-height:1.6}.features-alternating{display:grid}.features-alternating article{border-top:1px solid color-mix(in srgb,var(--theme-text) 14%,transparent);grid-template-columns:120px 1fr;gap:2rem;padding:2.5rem 0;display:grid}.features-alternating article:nth-child(2n) div{margin-left:15%}.features-alternating span{color:var(--theme-secondary);font-size:3rem}.features-alternating h3{margin:0;font-size:2.5rem}.features-alternating p{color:var(--theme-text-muted);max-width:650px;line-height:1.7}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.gallery-grid figure,.gallery-mosaic figure,.gallery-horizontal figure{background:var(--theme-surface);border-radius:20px;margin:0;overflow:hidden}.gallery-grid .media{min-height:280px;aspect-ratio:16/10!important}.gallery-grid figcaption,.gallery-horizontal figcaption{gap:.25rem;padding:1rem;display:grid}.gallery-grid figcaption span,.gallery-horizontal figcaption span{color:var(--theme-text-muted)}.gallery-mosaic{grid-template-rows:320px 320px;grid-template-columns:1.3fr .7fr;gap:1rem;display:grid}.gallery-mosaic__item--1{grid-row:1/3}.gallery-mosaic .media{height:100%;aspect-ratio:auto!important}.gallery-mosaic figure{position:relative}.gallery-mosaic figcaption{background:var(--theme-surface);color:var(--theme-text);border-radius:999px;padding:.5rem .8rem;font-weight:800;position:absolute;bottom:1rem;left:1rem}.gallery-horizontal{padding:0 max(1rem,calc((100vw - var(--content-width))/2));scroll-snap-type:x mandatory;gap:1rem;padding-bottom:2rem;display:flex;overflow-x:auto}.gallery-horizontal figure{scroll-snap-align:center;flex:0 0 min(72vw,720px)}.gallery-horizontal .media{height:420px;aspect-ratio:auto!important}.stats-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.stats-grid article{background:var(--theme-surface);border-radius:20px;padding:2rem}.stats-grid strong{color:var(--theme-primary);letter-spacing:-.06em;font-size:clamp(3rem,6vw,6rem);display:block}.stats-grid h3{margin:.5rem 0}.stats-grid p{color:var(--theme-text-muted);line-height:1.5}.stats-large article{border-top:1px solid color-mix(in srgb,var(--theme-text) 15%,transparent);grid-template-columns:.8fr 1.2fr;align-items:center;padding:2rem 0;display:grid}.stats-large strong{color:var(--theme-primary);letter-spacing:-.08em;font-size:clamp(5rem,13vw,12rem);line-height:.8}.stats-large h3{margin:0;font-size:2rem}.stats-large p{color:var(--theme-text-muted)}.hero-centered{place-items:center;min-height:90svh;display:grid;position:relative;overflow:hidden}.hero-centered>.media{height:100%;position:absolute;inset:0;aspect-ratio:auto!important}.hero-centered__shade{background:linear-gradient(#00000026,#000000a6);position:absolute;inset:0}.hero-centered__copy{z-index:2;text-align:center;color:#fff;max-width:1000px;position:relative}.hero-centered h1,.hero-minimal h1{letter-spacing:-.065em;margin:0;font-size:clamp(3.5rem,8vw,8rem);line-height:.9}.hero-centered__copy>p:last-child{max-width:700px;margin:1.5rem auto;line-height:1.7}.hero-minimal{background:var(--theme-background);min-height:75svh;color:var(--theme-text);align-items:center;padding:6rem 0;display:grid}.hero-minimal .container>p:last-child{max-width:700px;color:var(--theme-text-muted);font-size:1.2rem;line-height:1.7}.story-editorial__grid{grid-template-columns:1.2fr .8fr;gap:5rem;display:grid}.story-editorial h2{letter-spacing:-.055em;margin:0;font-size:clamp(3rem,6vw,6rem);line-height:.95}.story-editorial__grid p{color:var(--theme-text-muted);font-size:1.2rem;line-height:1.8}.cta-fullscreen{text-align:center;background:var(--theme-background);min-height:85svh;color:var(--theme-text);place-items:center;padding:5rem 0;display:grid}.cta-fullscreen .container{max-width:950px}.cta-fullscreen h2{letter-spacing:-.065em;margin:0;font-size:clamp(3.5rem,8vw,8rem);line-height:.9}.cta-fullscreen p:not(.eyebrow){max-width:700px;color:var(--theme-text-muted);margin:1.5rem auto;line-height:1.7}.cta-fullscreen a{background:var(--theme-primary);color:var(--theme-background);border-radius:999px;margin-top:1rem;padding:1rem 1.4rem;font-weight:900;text-decoration:none;display:inline-flex}@media (max-width:800px){.features-cards,.stats-grid{grid-template-columns:1fr 1fr}.gallery-mosaic{grid-template-rows:auto;grid-template-columns:1fr}.gallery-mosaic__item--1{grid-row:auto}.gallery-mosaic .media{height:300px}.story-editorial__grid{grid-template-columns:1fr;gap:1rem}.stats-large article{grid-template-columns:1fr}}@media (max-width:560px){.features-grid,.features-cards,.stats-grid{grid-template-columns:1fr}.feature-grid-item:nth-child(odd){border-right:0}.features-alternating article{grid-template-columns:60px 1fr}.features-alternating article:nth-child(2n) div{margin-left:0}.gallery-grid{grid-template-columns:1fr}.gallery-horizontal figure{flex-basis:88vw}.gallery-horizontal .media{height:300px}}.scroll-scene{background:var(--theme-background);color:var(--theme-text);position:relative}.scroll-scene__sticky{flex-direction:column;justify-content:center;min-height:100svh;display:flex;position:sticky;top:0;overflow:hidden}.scroll-scene__heading{padding-top:2rem;padding-bottom:1.5rem}.scroll-scene__heading h2{letter-spacing:-.055em;max-width:1000px;margin:0;font-size:clamp(2.6rem,6vw,6rem);line-height:.94}.scroll-scene__heading>p:last-child{max-width:760px;color:var(--theme-text-muted);line-height:1.7}.scroll-scene__viewport{width:100%;overflow:hidden}.scroll-scene__track{will-change:transform;width:100%;display:flex}.scroll-scene__panel{padding:1rem max(1rem, calc((100vw - var(--content-width)) / 2)) 3rem;flex:0 0 100%;grid-template-columns:.9fr 1.1fr;align-items:center;gap:3rem;display:grid}.scroll-scene__copy span{color:var(--theme-secondary);letter-spacing:.12em;margin-bottom:1rem;font-weight:900;display:inline-block}.scroll-scene__copy h3{letter-spacing:-.05em;margin:0 0 1rem;font-size:clamp(2.4rem,5vw,5rem);line-height:.95}.scroll-scene__copy p{max-width:620px;color:var(--theme-text-muted);font-size:1.08rem;line-height:1.7}.scroll-scene__media{background:var(--theme-surface);border-radius:28px;min-height:420px;overflow:hidden}.scroll-scene__media .media{height:100%;min-height:420px;aspect-ratio:auto!important}.scroll-scene__progress{transform-origin:0;background:var(--theme-primary);height:8px;position:absolute;bottom:0;left:0;right:0}.transition-demo{background:var(--theme-background);min-height:90svh;color:var(--theme-text);text-align:center;place-items:center;padding-block:6rem;display:grid}.transition-demo__inner{max-width:900px}.transition-demo h2{letter-spacing:-.06em;margin:0;font-size:clamp(3rem,7vw,7rem);line-height:.92}.transition-demo p:not(.eyebrow){max-width:700px;color:var(--theme-text-muted);margin:1.5rem auto 0;font-size:1.1rem;line-height:1.7}.transition-demo span{background:var(--theme-highlight);color:var(--theme-text);border-radius:999px;margin-top:2rem;padding:.7rem 1rem;font-weight:900;display:inline-flex}@media (max-width:760px){.scroll-scene__panel{grid-template-columns:1fr;gap:1.5rem}.scroll-scene__media,.scroll-scene__media .media{min-height:260px}}@media (prefers-reduced-motion:reduce){.scroll-scene{height:auto!important}.scroll-scene__sticky{min-height:auto;position:relative}.scroll-scene__track{display:grid}.scroll-scene__panel{grid-template-columns:1fr}.scroll-scene__progress{display:none}}[data-responsive-breakpoint]{position:relative}[data-responsive-breakpoint]:before{content:"Breakpoint: " attr(data-responsive-breakpoint);z-index:120;color:#fff;letter-spacing:.04em;pointer-events:none;background:#000000b8;border-radius:999px;padding:.45rem .65rem;font-size:.7rem;font-weight:800;position:absolute;top:.7rem;right:.7rem}@media (prefers-reduced-motion:reduce){[data-responsive-breakpoint]:before{opacity:.65}}.section-navigation{z-index:500;background:color-mix(in srgb, var(--theme-background,#fff) 88%, transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid #00000014}.section-navigation--sticky{position:sticky;top:0}.section-navigation__inner{justify-content:space-between;align-items:center;gap:1.5rem;min-height:64px;display:flex}.section-navigation__brand{white-space:nowrap;align-items:baseline;gap:.65rem;display:flex}.section-navigation__brand strong{color:#1b1e1c}.section-navigation__brand span{color:#68706a;font-size:.78rem;font-weight:800}.section-navigation__links{scrollbar-width:none;gap:.35rem;display:flex;overflow-x:auto}.section-navigation__links::-webkit-scrollbar{display:none}.section-navigation__links button{color:#68706a;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:999px;flex:none;padding:.6rem .8rem;font-size:.78rem;font-weight:800}.section-navigation__links button:hover{color:#173f35;background:#173f3514}.section-navigation__links button.is-active{color:#fff;background:#173f35}.section-navigation__progress{background:#173f3517;height:4px;overflow:hidden}.section-navigation__progress span{transform-origin:0;background:#173f35;width:100%;height:100%;transition:transform 80ms linear;display:block}.mini-section-nav{z-index:450;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffd1;border:1px solid #00000014;border-radius:18px;gap:.45rem;padding:.55rem;display:grid;position:fixed;top:50%;right:1rem;transform:translateY(-50%);box-shadow:0 16px 50px #0000001a}.mini-section-nav button{color:#68706a;width:34px;height:34px;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:10px;place-items:center;font-size:.68rem;font-weight:900;display:grid}.mini-section-nav button:hover{color:#173f35;background:#173f3514}.mini-section-nav button.is-active{color:#fff;background:#173f35}@media (max-width:900px){.section-navigation__brand{display:none}.section-navigation__inner{justify-content:flex-start}.mini-section-nav{display:none}}@media (prefers-reduced-motion:reduce){.section-navigation__progress span{transition:none}}.validation-panel{z-index:1000;color:#fff;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:18px;width:min(430px,100vw - 2rem);position:fixed;bottom:1rem;left:1rem;overflow:hidden;box-shadow:0 18px 60px #0000003d}.validation-panel--valid{background:#205345eb}.validation-panel--invalid{background:#782222f0}.validation-panel__summary{gap:.25rem;padding:.9rem 1rem;display:grid}.validation-panel__summary span{opacity:.82;font-size:.72rem}.validation-panel details{border-top:1px solid #ffffff29}.validation-panel summary{cursor:pointer;padding:.75rem 1rem;font-size:.78rem;font-weight:800}.validation-panel__issues{max-height:280px;padding:0 .75rem .75rem;overflow:auto}.validation-panel__issue{background:#ffffff1a;border-radius:12px;gap:.3rem;margin-top:.5rem;padding:.7rem;display:grid}.validation-panel__issue code{font-size:.72rem;font-weight:900}.validation-panel__issue span{font-size:.78rem;line-height:1.4}.validation-panel__issue--warning{border-left:4px solid #f0cf72}.validation-panel__issue--error{border-left:4px solid #ff8c8c}@media (max-width:760px){.validation-panel{width:calc(100vw - 1.2rem);bottom:.6rem;left:.6rem}}.preset-showcase{background:var(--theme-background);color:var(--theme-text);padding-block:8rem}.preset-showcase__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.preset-card{background:var(--theme-surface);border:1px solid color-mix(in srgb, var(--theme-text) 10%, transparent);box-shadow:var(--shadow-soft);border-radius:28px;overflow:hidden}.preset-card__top{border-bottom:1px solid color-mix(in srgb, var(--theme-text) 10%, transparent);padding:2rem}.preset-card__top>span{background:color-mix(in srgb, var(--theme-primary) 12%, transparent);color:var(--theme-primary);border-radius:999px;padding:.45rem .65rem;font-size:.72rem;font-weight:900;display:inline-flex}.preset-card__top h3{letter-spacing:-.045em;margin:1.3rem 0 .7rem;font-size:clamp(2rem,4vw,3.6rem);line-height:.95}.preset-card__top p{color:var(--theme-text-muted);line-height:1.65}.preset-card__slots{padding:.75rem 1.2rem 1.2rem}.preset-slot{border-bottom:1px solid color-mix(in srgb, var(--theme-text) 9%, transparent);grid-template-columns:42px 1fr auto;align-items:center;gap:.8rem;padding:.9rem 0;display:grid}.preset-slot:last-child{border-bottom:0}.preset-slot>strong{color:var(--theme-secondary);font-size:.78rem}.preset-slot div{gap:.2rem;display:grid}.preset-slot div b{text-transform:capitalize}.preset-slot div span{color:var(--theme-text-muted);font-size:.76rem}.preset-slot>i{background:color-mix(in srgb, var(--theme-primary) 8%, transparent);color:var(--theme-text-muted);border-radius:999px;padding:.35rem .55rem;font-size:.68rem;font-style:normal;font-weight:800}@media (max-width:820px){.preset-showcase__grid{grid-template-columns:1fr}}@media (max-width:480px){.preset-slot{grid-template-columns:32px 1fr}.preset-slot>i{grid-column:2;justify-self:start}}.preset-catalog{gap:5rem;display:grid}.preset-family{gap:1.5rem;display:grid}.preset-family__header{border-bottom:1px solid color-mix(in srgb, var(--theme-text) 12%, transparent);grid-template-columns:.7fr 1.3fr;align-items:end;gap:3rem;padding-bottom:1.5rem;display:grid}.preset-family__header span{color:var(--theme-secondary);text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;font-weight:900}.preset-family__header h3{letter-spacing:-.05em;margin:.35rem 0 0;font-size:clamp(2.4rem,5vw,4.7rem);line-height:.95}.preset-family__header>p{max-width:650px;color:var(--theme-text-muted);margin:0;line-height:1.7}.preset-family__grid{grid-template-columns:repeat(3,1fr);align-items:start;gap:1rem;display:grid}.preset-card__meta{justify-content:space-between;align-items:center;gap:.7rem;display:flex}.preset-card__meta code{color:var(--theme-text-muted);font-size:.7rem}.preset-card__top h4{letter-spacing:-.04em;margin:1.3rem 0 .7rem;font-size:clamp(1.9rem,3vw,3rem);line-height:.96}.preset-card__usecase{background:color-mix(in srgb, var(--theme-primary) 8%, transparent);border-radius:14px;gap:.3rem;margin-top:1.2rem;padding:.9rem;display:grid}.preset-card__usecase strong{color:var(--theme-primary);text-transform:uppercase;letter-spacing:.08em;font-size:.7rem}.preset-card__usecase span{color:var(--theme-text-muted);font-size:.8rem;line-height:1.45}.preset-slot small{color:var(--theme-text-muted);font-size:.68rem;line-height:1.35}@media (max-width:1100px){.preset-family__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:760px){.preset-family__header{grid-template-columns:1fr;gap:1rem}.preset-family__grid{grid-template-columns:1fr}}.preset-card__demo{color:var(--theme-primary);margin-top:1rem;font-weight:900;text-decoration:none;display:inline-flex}.preset-card__demo:hover{text-decoration:underline}.variant-hero-overlay{color:#fff;align-items:end;min-height:90vh;display:grid;position:relative;overflow:hidden}.variant-hero-overlay__media{position:absolute;inset:0}.variant-hero-overlay__media>*{width:100%;height:100%}.variant-hero-overlay__media:after{content:"";background:linear-gradient(#0000,#000000c7);position:absolute;inset:0}.variant-hero-overlay__copy{z-index:2;padding-block:7rem;position:relative}.variant-hero-overlay h1{letter-spacing:-.065em;max-width:950px;font-size:clamp(4rem,10vw,9rem);line-height:.85}.variant-hero-overlay__copy>p:last-child{max-width:650px;font-size:1.15rem}.variant-hero-editorial{padding-block:8rem}.variant-hero-editorial__copy{max-width:1000px}.variant-hero-editorial h1{letter-spacing:-.075em;font-size:clamp(4rem,11vw,10rem);line-height:.82}.variant-hero-editorial__copy>p:last-child{max-width:650px;margin-left:auto}.variant-hero-editorial__media{border-radius:28px;min-height:55vh;margin-top:4rem;overflow:hidden}.variant-story-quote blockquote{letter-spacing:-.055em;max-width:1100px;margin:0;font-size:clamp(3rem,7vw,7rem);line-height:.95}.variant-story-quote .container>p:last-child{max-width:600px;color:var(--theme-text-muted);margin:2rem 0 0 auto;font-size:1.1rem}.variant-story-magazine .container{grid-template-columns:1fr 1fr;gap:5rem;display:grid}.variant-story-magazine h2{font-size:clamp(3rem,7vw,6.5rem);line-height:.9}.variant-story-magazine__body{font-size:1.25rem;line-height:1.8}.variant-story-magazine__body p:first-letter{float:left;padding-right:.5rem;font-size:5rem;line-height:.8}.variant-features-bento{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.variant-features-bento article{background:var(--theme-surface);border-radius:24px;min-height:260px;padding:2rem}.variant-features-bento article.is-large{grid-row:span 2;min-height:540px}.variant-features-bento span{color:var(--theme-secondary);font-weight:900}.variant-features-bento h3{font-size:2rem}.variant-features-steps{margin:0;padding:0;list-style:none}.variant-features-steps li{border-top:1px solid color-mix(in srgb,var(--theme-text) 15%,transparent);grid-template-columns:120px 1fr;gap:2rem;padding:2rem 0;display:grid}.variant-features-steps li>strong{color:var(--theme-secondary);font-size:2.5rem}.variant-features-steps h3{margin:0 0 .5rem;font-size:2rem}.variant-gallery-filmstrip{overflow:hidden}.variant-gallery-filmstrip__track{scroll-snap-type:x mandatory;gap:1rem;padding:1rem max(1rem,50vw - 600px);display:flex;overflow-x:auto}.variant-gallery-filmstrip figure{scroll-snap-align:center;flex:0 0 min(70vw,760px);margin:0}.variant-gallery-filmstrip figure>div{height:60vh}.variant-gallery-filmstrip figcaption{padding:.8rem 0;font-weight:800}.variant-gallery-stacked{gap:5rem;display:grid}.variant-gallery-stacked figure{margin:0}.variant-gallery-stacked figure:nth-child(2n){width:72%;margin-left:auto}.variant-gallery-stacked figure>div{min-height:60vh}.variant-gallery-stacked figcaption{color:var(--theme-text-muted);justify-content:space-between;padding-top:.8rem;display:flex}.variant-stats-inline{border-block:1px solid color-mix(in srgb,var(--theme-text) 15%,transparent);grid-template-columns:repeat(4,1fr);display:grid}.variant-stats-inline article{border-right:1px solid color-mix(in srgb,var(--theme-text) 15%,transparent);padding:2rem 1rem}.variant-stats-inline strong{letter-spacing:-.06em;font-size:clamp(3rem,6vw,6rem);display:block}.variant-stats-editorial{grid-template-columns:1fr 1.4fr;gap:5rem;display:grid}.variant-stats-editorial>div>article{border-top:1px solid color-mix(in srgb,var(--theme-text) 15%,transparent);grid-template-columns:180px 1fr;gap:2rem;padding:1.5rem 0;display:grid}.variant-stats-editorial strong{font-size:3rem}.variant-cta-split{grid-template-columns:1.2fr 1fr;align-items:end;gap:5rem;display:grid}.variant-cta-split h2{font-size:clamp(3.5rem,8vw,7rem);line-height:.88}.variant-cta-minimal{text-align:center}.variant-cta-minimal h2{margin-bottom:1rem;font-size:clamp(3rem,7vw,6rem)}.variant-cta-minimal a{color:var(--theme-primary);margin-top:1rem;font-weight:900;display:inline-block}.variant-catalog{padding-block:8rem}.variant-catalog__grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.variant-catalog__grid article{background:var(--theme-surface);border:1px solid color-mix(in srgb,var(--theme-text) 10%,transparent);border-radius:20px;padding:1.5rem}.variant-catalog__grid h3{text-transform:capitalize;margin:0;font-size:2rem}.variant-catalog__grid article>strong{color:var(--theme-secondary);font-size:.75rem}.variant-catalog__grid article>div{flex-wrap:wrap;gap:.4rem;margin-top:1.2rem;display:flex}.variant-catalog code{background:color-mix(in srgb,var(--theme-primary) 8%,transparent);border-radius:8px;padding:.35rem .5rem}@media (max-width:760px){.variant-story-magazine .container,.variant-stats-editorial,.variant-cta-split,.variant-features-bento,.variant-catalog__grid{grid-template-columns:1fr}.variant-features-bento article.is-large{grid-row:auto;min-height:300px}.variant-stats-inline{grid-template-columns:repeat(2,1fr)}.variant-features-steps li{grid-template-columns:60px 1fr}}.variants-test-toolbar{z-index:950;color:#fff;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#101815f0;border-bottom:1px solid #ffffff1a;position:sticky;top:0}.variants-test-toolbar__inner{justify-content:space-between;align-items:center;gap:1rem;min-height:54px;display:flex}.variants-test-toolbar a{color:#fff;font-size:.78rem;font-weight:800;text-decoration:none}.variants-test-toolbar a:hover{text-decoration:underline}.variants-test-toolbar strong{font-size:.82rem}.section-transition{width:100%;position:relative}.section-transition--overlap{box-shadow:0 -30px 70px #0000001a}.section-transition--mask{overflow:hidden}.section-transition--sticky-handoff{transform-origin:50% 0}.transition-lab{background:var(--theme-background);min-height:92svh;color:var(--theme-text);place-items:center;padding-block:7rem;display:grid}.transition-lab__inner{text-align:center;max-width:1000px}.transition-lab h2{letter-spacing:-.065em;margin:0;font-size:clamp(3.5rem,8vw,8rem);line-height:.88}.transition-lab p:not(.eyebrow){max-width:720px;color:var(--theme-text-muted);margin:1.5rem auto 0;font-size:1.12rem;line-height:1.7}@media (prefers-reduced-motion:reduce){.section-transition{clip-path:none!important;opacity:1!important;margin-top:0!important;transform:none!important}}.section-transition--crossfade{z-index:2;position:relative;box-shadow:0 -45px 90px #0000001f,0 45px 90px #0000001f}.section-transition--theme-blend{position:relative;overflow:hidden;box-shadow:0 -55px 120px #00000029}.section-transition--theme-blend:before{content:"";z-index:10;pointer-events:none;mix-blend-mode:soft-light;background:linear-gradient(#ffffff47,#0000 28% 72%,#00000014);position:absolute;inset:0}#transition-crossfade,#transition-theme{min-height:120svh}.section-transition--none{width:100%}.motion-demo{background:var(--theme-background);color:var(--theme-text);padding-block:8rem}.motion-demo__grid{grid-template-columns:repeat(5,1fr);gap:1rem;display:grid}.motion-demo__card{background:var(--theme-surface);border:1px solid color-mix(in srgb,var(--theme-text) 10%,transparent);border-radius:22px;min-height:250px;padding:1.4rem}.motion-demo__card h3{margin-top:4rem;font-size:1.8rem}.motion-demo__card p{color:var(--theme-text-muted)}.motion-demo__stagger-zone{margin-top:5rem}.motion-demo__stagger{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.motion-demo__stagger article{background:var(--theme-primary);min-height:210px;color:var(--theme-background);border-radius:22px;flex-direction:column;justify-content:flex-end;padding:1.4rem;display:flex}.motion-demo__stagger strong{margin-bottom:auto}@media (max-width:1000px){.motion-demo__grid,.motion-demo__stagger{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.motion-demo__grid,.motion-demo__stagger{grid-template-columns:1fr}}.motion-demo__chapter{border-top:1px solid color-mix(in srgb, var(--theme-text) 12%, transparent);margin-top:5rem;padding-top:4rem}.motion-demo__chapter-title{max-width:760px;margin-bottom:3rem}.motion-demo__chapter-title h3{letter-spacing:-.05em;margin:0 0 1rem;font-size:clamp(2.5rem,5vw,5rem);line-height:.95}.motion-demo__chapter-title>p:last-child{color:var(--theme-text-muted);line-height:1.7}.motion-demo__chapter--scroll{margin-top:8rem}.motion-scroll-tests{gap:18vh;display:grid}.motion-scroll-test{background:var(--theme-primary);min-height:72vh;color:var(--theme-background);border-radius:32px;flex-direction:column;justify-content:flex-end;padding:clamp(2rem,6vw,5rem);display:flex;overflow:hidden}.motion-scroll-test span{letter-spacing:.12em;opacity:.7;margin-bottom:auto;font-size:.75rem;font-weight:900}.motion-scroll-test h3{letter-spacing:-.06em;max-width:950px;margin:4rem 0 0;font-size:clamp(3rem,7vw,7rem);line-height:.9}.motion-block--scroll{will-change:transform, opacity, filter}@media (max-width:700px){.motion-scroll-tests{gap:10vh}.motion-scroll-test{min-height:62vh}}.motion-triggered-tests{gap:24vh;display:grid}.motion-triggered-test__stage{align-items:flex-end;min-height:78vh;padding-bottom:8vh;display:flex}.motion-triggered-test{background:var(--theme-surface);border:1px solid color-mix(in srgb, var(--theme-text) 10%, transparent);width:100%;min-height:42vh;box-shadow:var(--shadow-soft);border-radius:32px;flex-direction:column;justify-content:flex-end;padding:clamp(2rem,6vw,5rem);display:flex}.motion-triggered-test span{color:var(--theme-secondary);letter-spacing:.12em;margin-bottom:auto;font-size:.75rem;font-weight:900}.motion-triggered-test h3{letter-spacing:-.06em;margin:4rem 0 .7rem;font-size:clamp(3rem,7vw,7rem);line-height:.9}.motion-triggered-test p{max-width:700px;color:var(--theme-text-muted);line-height:1.6}.section-typography{--typo-display-size:clamp(4rem, 10vw, 9rem);--typo-h1-size:clamp(3.3rem, 8vw, 7rem);--typo-h2-size:clamp(2.6rem, 6vw, 5rem);--typo-h3-size:clamp(1.7rem, 3vw, 2.6rem);--typo-lead-size:clamp(1.15rem, 2vw, 1.45rem);--typo-body-size:1rem;--typo-caption-size:.78rem;--typo-heading-line:.95;--typo-body-line:1.7;--typo-heading-spacing:-.045em;--typo-body-spacing:0}.typo-scale-compact{--typo-display-size:clamp(3rem, 7vw, 6rem);--typo-h1-size:clamp(2.8rem, 6vw, 5rem);--typo-h2-size:clamp(2.2rem, 4vw, 3.8rem);--typo-h3-size:clamp(1.5rem, 2.5vw, 2.2rem);--typo-lead-size:1.05rem;--typo-body-size:.95rem}.typo-scale-large{--typo-display-size:clamp(5rem, 12vw, 11rem);--typo-h1-size:clamp(4rem, 10vw, 8.5rem);--typo-h2-size:clamp(3rem, 7vw, 6rem);--typo-h3-size:clamp(1.9rem, 3.5vw, 3rem);--typo-lead-size:clamp(1.2rem, 2.2vw, 1.6rem)}.typo-scale-display{--typo-display-size:clamp(6rem, 15vw, 14rem);--typo-h1-size:clamp(5rem, 12vw, 11rem);--typo-h2-size:clamp(3.5rem, 8vw, 7rem);--typo-h3-size:clamp(2rem, 4vw, 3.4rem);--typo-lead-size:clamp(1.25rem, 2.4vw, 1.7rem)}.section-typography h1{font-size:var(--typo-h1-size)!important;line-height:var(--typo-heading-line)!important;letter-spacing:var(--typo-heading-spacing)!important}.section-typography h2{font-size:var(--typo-h2-size)!important;line-height:var(--typo-heading-line)!important;letter-spacing:var(--typo-heading-spacing)!important}.section-typography h3{font-size:var(--typo-h3-size)!important;letter-spacing:calc(var(--typo-heading-spacing) * .75)!important;line-height:1!important}.section-typography p{font-size:var(--typo-body-size);line-height:var(--typo-body-line);letter-spacing:var(--typo-body-spacing)}.section-typography .lead{font-size:var(--typo-lead-size)}.section-typography blockquote{font-size:clamp(1.8rem,4vw,3.5rem);line-height:1.1}.section-typography small,.section-typography figcaption,.section-typography .eyebrow{font-size:var(--typo-caption-size)}.typo-preset-modern{--typo-heading-spacing:-.055em;--typo-body-line:1.62;font-family:Arial,Helvetica,sans-serif}.typo-preset-modern h1,.typo-preset-modern h2,.typo-preset-modern h3{font-weight:800}.typo-preset-editorial{--typo-heading-spacing:-.035em;--typo-heading-line:.92;--typo-body-line:1.78;font-family:Georgia,Times New Roman,serif}.typo-preset-editorial h1,.typo-preset-editorial h2,.typo-preset-editorial h3{font-weight:500}.typo-preset-editorial p,.typo-preset-editorial small,.typo-preset-editorial .eyebrow{font-family:Arial,Helvetica,sans-serif}.typo-preset-minimal{--typo-heading-spacing:-.025em;--typo-heading-line:1;--typo-body-line:1.85;font-family:Arial,Helvetica,sans-serif}.typo-preset-minimal h1,.typo-preset-minimal h2,.typo-preset-minimal h3{font-weight:500}.typo-preset-luxury{--typo-heading-spacing:.015em;--typo-heading-line:.98;--typo-body-line:1.8;font-family:Georgia,Times New Roman,serif}.typo-preset-luxury h1,.typo-preset-luxury h2,.typo-preset-luxury h3{font-weight:400}.typo-preset-luxury .eyebrow{letter-spacing:.22em;text-transform:uppercase;font-family:Arial,Helvetica,sans-serif}.typo-preset-bold{--typo-heading-spacing:-.075em;--typo-heading-line:.84;--typo-body-line:1.5;font-family:Arial,Helvetica,sans-serif}.typo-preset-bold h1,.typo-preset-bold h2,.typo-preset-bold h3{text-transform:uppercase;font-weight:900}.typo-preset-technical{--typo-heading-spacing:-.02em;--typo-heading-line:1.02;--typo-body-line:1.55;font-family:Courier New,Courier,monospace}.typo-preset-technical h1,.typo-preset-technical h2,.typo-preset-technical h3{font-weight:700}.typo-preset-technical .eyebrow,.typo-preset-technical small{text-transform:uppercase;letter-spacing:.1em}.typo-role-display{font-size:var(--typo-display-size);letter-spacing:var(--typo-heading-spacing);line-height:.86;display:block}.typography-demo{background:var(--theme-background);color:var(--theme-text);padding-block:8rem}.typography-demo__roles{border-top:1px solid color-mix(in srgb, var(--theme-text) 12%, transparent);margin-top:5rem;padding-top:4rem}.typography-role-sheet{gap:1.4rem;margin-top:2rem;display:grid}.typography-role-sheet blockquote{margin:1rem 0}.typography-demo__presets{gap:4rem;margin-top:7rem;display:grid}.typography-preset-card{background:var(--theme-surface);border:1px solid color-mix(in srgb, var(--theme-text) 10%, transparent);border-radius:32px;padding:clamp(2rem,6vw,5rem)}.typography-preset-card__meta{justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:3rem;display:flex}.typography-preset-card__meta span{color:var(--theme-secondary);text-transform:uppercase;letter-spacing:.12em;font-size:.75rem;font-weight:900}.typography-preset-card__meta strong{font-size:1rem}.typography-preset-card h2{max-width:1000px;margin:2rem 0 1rem}.typography-preset-card .lead{max-width:760px;color:var(--theme-text-muted)}.typography-preset-card blockquote{max-width:850px;margin:3rem 0 0}.typography-test-toolbar{z-index:980;color:#fff;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0e1412f0;border-bottom:1px solid #ffffff1a;position:sticky;top:0}.typography-test-toolbar__inner{justify-content:space-between;align-items:center;min-height:54px;display:flex}.typography-test-toolbar a{color:#fff;font-size:.78rem;font-weight:800;text-decoration:none}.typography-test-toolbar a:hover{text-decoration:underline}.typography-test-toolbar strong{font-size:.82rem}@media (max-width:700px){.typography-preset-card{border-radius:22px}}.typo-preset-topaz-natural{font-family:var(--font-lato), Arial, Helvetica, sans-serif;--typo-heading-spacing:-.025em;--typo-heading-line:.95;--typo-body-line:1.72;--typo-body-spacing:0}.typo-preset-topaz-natural h1,.typo-preset-topaz-natural h2,.typo-preset-topaz-natural h3,.typo-preset-topaz-natural blockquote,.typo-preset-topaz-natural .typo-role-display{font-family:var(--font-cormorant-garamond), Georgia, serif;font-weight:400}.typo-preset-topaz-natural h1,.typo-preset-topaz-natural h2{letter-spacing:-.035em!important}.typo-preset-topaz-natural blockquote{font-style:italic;font-weight:400}.typo-preset-topaz-natural .lead{font-family:var(--font-lato), Arial, Helvetica, sans-serif;font-weight:300}.typo-preset-topaz-natural .eyebrow,.typo-preset-topaz-natural small,.typo-preset-topaz-natural figcaption,.typo-preset-topaz-natural .button,.typo-preset-topaz-natural button,.typo-preset-topaz-natural a{font-family:var(--font-lato), Arial, Helvetica, sans-serif}.typo-preset-topaz-natural .eyebrow{letter-spacing:.12em;text-transform:uppercase;font-weight:700}.typo-preset-therapist-soft{font-family:var(--font-open-sans), Arial, sans-serif;--typo-heading-line:1;--typo-heading-spacing:-.02em;--typo-body-line:1.75}.typo-preset-therapist-soft h1,.typo-preset-therapist-soft h2,.typo-preset-therapist-soft h3,.typo-preset-therapist-soft blockquote,.typo-preset-therapist-soft .typo-role-display{font-family:var(--font-lora), Georgia, serif;font-weight:500}.typo-preset-therapist-modern{font-family:var(--font-lato), Arial, sans-serif;--typo-heading-line:.95;--typo-heading-spacing:-.045em;--typo-body-line:1.65}.typo-preset-therapist-modern h1,.typo-preset-therapist-modern h2,.typo-preset-therapist-modern h3,.typo-preset-therapist-modern .typo-role-display{font-family:var(--font-montserrat), Arial, sans-serif;font-weight:700}.typo-preset-artisan-elegant{font-family:var(--font-raleway), Arial, sans-serif;--typo-heading-line:.95;--typo-heading-spacing:-.025em;--typo-body-line:1.72}.typo-preset-artisan-elegant h1,.typo-preset-artisan-elegant h2,.typo-preset-artisan-elegant h3,.typo-preset-artisan-elegant blockquote,.typo-preset-artisan-elegant .typo-role-display{font-family:var(--font-playfair-display), Georgia, serif;font-weight:500}.typo-preset-artisan-creative{font-family:var(--font-lato), Arial, sans-serif;--typo-heading-line:.98;--typo-heading-spacing:-.03em;--typo-body-line:1.68}.typo-preset-artisan-creative h1,.typo-preset-artisan-creative h2,.typo-preset-artisan-creative h3,.typo-preset-artisan-creative .typo-role-display{font-family:var(--font-josefin-sans), Arial, sans-serif;font-weight:600}.typo-preset-consultant-impact{font-family:var(--font-merriweather), Georgia, serif;--typo-heading-line:.9;--typo-heading-spacing:-.035em;--typo-body-line:1.78}.typo-preset-consultant-impact h1,.typo-preset-consultant-impact h2,.typo-preset-consultant-impact h3,.typo-preset-consultant-impact .typo-role-display{font-family:var(--font-roboto-condensed), Arial, sans-serif;font-weight:700}.typo-preset-consultant-modern{font-family:var(--font-roboto), Arial, sans-serif;--typo-heading-line:.92;--typo-heading-spacing:-.045em;--typo-body-line:1.62}.typo-preset-consultant-modern h1,.typo-preset-consultant-modern h2,.typo-preset-consultant-modern h3,.typo-preset-consultant-modern .typo-role-display{font-family:var(--font-poppins), Arial, sans-serif;font-weight:700}.typo-preset-editorial-reading{--typo-heading-line:.95;--typo-heading-spacing:-.025em;--typo-body-line:1.85;font-family:Georgia,Times New Roman,serif}.typo-preset-editorial-reading h1,.typo-preset-editorial-reading h2,.typo-preset-editorial-reading h3,.typo-preset-editorial-reading .typo-role-display{font-family:var(--font-merriweather), Georgia, serif;font-weight:700}.typo-preset-editorial-source{font-family:var(--font-source-serif), Georgia, serif;--typo-heading-line:.98;--typo-heading-spacing:-.025em;--typo-body-line:1.8}.typo-preset-editorial-source h1,.typo-preset-editorial-source h2,.typo-preset-editorial-source h3,.typo-preset-editorial-source .typo-role-display{font-family:var(--font-source-sans), Arial, sans-serif;font-weight:700}.typography-recommendations{gap:5rem;margin-top:8rem;display:grid}.typography-recommendations__intro{max-width:900px}.typography-recommendations__intro h2{letter-spacing:-.055em;margin:0;font-size:clamp(3rem,7vw,6rem);line-height:.92}.typography-recommendation-group{gap:1.5rem;display:grid}.typography-recommendation-group>h3{margin:0;font-size:clamp(1.8rem,3vw,2.8rem)}.typography-recommendation-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.typography-recommendation-card{background:var(--theme-surface);border:1px solid color-mix(in srgb, var(--theme-text) 10%, transparent);border-radius:28px;min-height:760px;padding:clamp(2rem,5vw,4rem)}.typography-recommendation-card__meta{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:4rem;display:flex}.typography-recommendation-card__meta>span{text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;font-weight:900}.typography-recommendation-card__meta code{color:var(--theme-text-muted);font-size:.7rem}.typography-recommendation-card h2{margin:2rem 0 1rem}.typography-recommendation-card .lead{color:var(--theme-text-muted);margin-top:2rem}.typography-recommendation-card blockquote{margin:3rem 0 0}@media (max-width:900px){.typography-recommendation-grid{grid-template-columns:1fr}.typography-recommendation-card{min-height:auto}}.section-layout{--layout-max-width:1200px;--layout-padding-inline:clamp(1rem, 3vw, 2rem);--layout-padding-block:5rem;--layout-content-width:100%;--layout-offset:0px;width:100%;padding-inline:var(--layout-padding-inline);padding-block:var(--layout-padding-block)}.section-layout>*{width:min(var(--layout-content-width), 100%)}.layout-preset-contained{--layout-content-width:min(1200px, 100%)}.layout-preset-contained>*{margin-inline:auto}.layout-preset-wide{--layout-content-width:min(1500px, 100%)}.layout-preset-wide>*{margin-inline:auto}.layout-preset-full-bleed{--layout-content-width:100%;padding-inline:0}.layout-preset-narrow{--layout-content-width:min(760px, 100%)}.layout-preset-narrow>*{margin-inline:auto}.layout-preset-asymmetric-left{--layout-content-width:min(1100px, 82%)}.layout-preset-asymmetric-left>*{margin-right:auto}.layout-preset-asymmetric-right{--layout-content-width:min(1100px, 82%)}.layout-preset-asymmetric-right>*{margin-left:auto}.layout-preset-offset{--layout-content-width:min(1050px, 84%)}.layout-preset-offset>*{margin-left:clamp(2rem,10vw,12rem)}.layout-preset-stacked>*{gap:clamp(3rem,8vw,8rem);display:grid}.layout-preset-split-40-60>*,.layout-preset-split-60-40>*{align-items:center;gap:clamp(1.5rem,4vw,4rem);display:grid}.layout-preset-split-40-60>*{grid-template-columns:minmax(0,2fr) minmax(0,3fr)}.layout-preset-split-60-40>*{grid-template-columns:minmax(0,3fr) minmax(0,2fr)}.layout-rhythm-tight{--layout-padding-block:clamp(2.5rem, 5vw, 4rem)}.layout-rhythm-normal{--layout-padding-block:clamp(4rem, 7vw, 6rem)}.layout-rhythm-relaxed{--layout-padding-block:clamp(6rem, 10vw, 10rem)}.layout-rhythm-cinematic{--layout-padding-block:clamp(9rem, 16vw, 16rem)}.layout-demo{background:var(--theme-background);color:var(--theme-text);padding-block:8rem}.layout-demo__presets{gap:1rem;margin-top:5rem;display:grid}.layout-demo-card{background:var(--theme-surface);border:1px solid color-mix(in srgb, var(--theme-text) 10%, transparent);border-radius:24px;flex-direction:column;justify-content:space-between;min-height:440px;padding:clamp(2rem,4vw,4rem);display:flex}.layout-demo-card__meta{justify-content:space-between;gap:1rem;display:flex}.layout-demo-card__meta span{font-weight:900}.layout-demo-card__meta code{color:var(--theme-text-muted)}.layout-demo-card__visual{grid-template-columns:1fr 1fr;align-items:end;gap:2rem;display:grid}.layout-demo-card__visual h2{letter-spacing:-.05em;margin:0 0 .8rem;font-size:clamp(2.8rem,5vw,5rem);line-height:.92}.layout-demo-card__visual p:last-child{color:var(--theme-text-muted)}.layout-demo-card__block{background:var(--theme-primary);min-height:180px;color:var(--theme-background);letter-spacing:.15em;border-radius:18px;place-items:center;font-weight:900;display:grid}.layout-demo__rhythms{margin-top:9rem}.layout-demo__rhythms>header{max-width:800px}.layout-demo__rhythms>header h2{letter-spacing:-.055em;margin:0;font-size:clamp(3rem,7vw,6rem);line-height:.92}.layout-demo__rhythm-grid{gap:1rem;margin-top:3rem;display:grid}.layout-rhythm-card{background:var(--theme-surface);border:1px solid color-mix(in srgb, var(--theme-text) 10%, transparent);border-radius:18px;justify-content:space-between;align-items:center;min-height:140px;padding:2rem;display:flex}.layout-rhythm-card strong{font-size:2rem}.layout-rhythm-card span{color:var(--theme-text-muted)}.layout-test-toolbar{z-index:990;color:#fff;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0e1412f0;border-bottom:1px solid #ffffff1a;position:sticky;top:0}.layout-test-toolbar__inner{justify-content:space-between;align-items:center;min-height:54px;display:flex}.layout-test-toolbar a{color:#fff;font-size:.78rem;font-weight:800;text-decoration:none}.layout-test-toolbar strong{font-size:.82rem}@media (max-width:800px){.layout-preset-split-40-60>*,.layout-preset-split-60-40>*,.layout-demo-card__visual{grid-template-columns:1fr}.layout-preset-offset>*{margin-left:0}.layout-preset-asymmetric-left,.layout-preset-asymmetric-right{--layout-content-width:100%}}.navigation-shell{z-index:700;transition:transform .28s,opacity .28s;position:relative}.navigation-shell.is-hidden{transform:translateY(-100%)}.navigation-shell--classic .section-navigation{background:#fffffff5}.navigation-shell--transparent .section-navigation{color:#fff;background:0 0;border-bottom-color:#0000;transition:background .35s,color .35s,border-color .35s}.navigation-shell--transparent.is-scrolled .section-navigation{color:#1b1e1c;background:#fffffff0;border-bottom-color:#00000014}.navigation-shell--floating{padding-inline:.75rem;position:sticky;top:.75rem}.navigation-shell--floating .section-navigation{background:#ffffffe0;border:1px solid #00000012;border-radius:18px;max-width:1180px;margin-inline:auto;overflow:hidden;box-shadow:0 18px 50px #0000001f}.navigation-shell--minimal .section-navigation__brand{display:none}.navigation-shell--minimal .section-navigation__inner{justify-content:center}.navigation-shell--side{width:170px;position:fixed;top:50%;left:1rem;transform:translateY(-50%)}.navigation-shell--side .section-navigation{background:#ffffffe6;border-radius:18px;position:static;overflow:hidden;box-shadow:0 18px 50px #0000001f}.navigation-shell--side .section-navigation__inner{gap:1rem;min-height:auto;padding:1rem;display:grid}.navigation-shell--side .section-navigation__brand{display:none}.navigation-shell--side .section-navigation__links{display:grid;overflow:visible}.navigation-shell--side .section-navigation__links button{text-align:left;width:100%}.navigation-shell--side .section-navigation__progress,.mobile-navigation{display:none}.mobile-navigation__trigger{color:#fff;font:inherit;background:#173f35;border:0;border-radius:999px;padding:.65rem .9rem;font-size:.76rem;font-weight:900}.mobile-navigation__panel{background:#fffffff7;border-radius:18px;gap:.35rem;padding:1rem;display:grid;position:fixed;inset:64px 1rem auto;box-shadow:0 24px 70px #0000002e}.mobile-navigation__panel button{text-align:left;font:inherit;background:0 0;border:0;border-radius:12px;padding:.9rem 1rem;font-weight:800}.mobile-navigation__panel button.is-active{color:#fff;background:#173f35}.navigation-demo{background:var(--theme-background);color:var(--theme-text);padding-block:8rem}.navigation-demo__grid{grid-template-columns:repeat(5,1fr);gap:1rem;margin-top:4rem;display:grid}.navigation-demo-card{background:var(--theme-surface);border:1px solid color-mix(in srgb, var(--theme-text) 10%, transparent);border-radius:22px;flex-direction:column;min-height:350px;padding:1.4rem;display:flex}.navigation-demo-card>span{color:var(--theme-secondary);font-size:.72rem;font-weight:900}.navigation-demo-card h3{margin:2.5rem 0 .6rem;font-size:1.8rem}.navigation-demo-card p{color:var(--theme-text-muted);line-height:1.5}.navigation-miniature{background:color-mix(in srgb, var(--theme-primary) 7%, transparent);border-radius:14px;justify-content:space-between;align-items:flex-start;gap:1rem;min-height:110px;margin-top:auto;padding:.8rem;display:flex}.navigation-miniature b{font-size:.7rem}.navigation-miniature>div{gap:.3rem;display:flex}.navigation-miniature i{background:var(--theme-primary);opacity:.45;border-radius:999px;width:22px;height:6px}.navigation-miniature--floating{border:1px solid color-mix(in srgb, var(--theme-primary) 15%, transparent);align-items:center;box-shadow:0 8px 24px #00000017}.navigation-miniature--side{justify-content:flex-start}.navigation-miniature--side>div{display:grid}@media (max-width:980px){.navigation-demo__grid{grid-template-columns:repeat(2,1fr)}.navigation-shell--side{width:auto;position:sticky;top:0;left:auto;transform:none}.navigation-shell--side .section-navigation{border-radius:0}}@media (max-width:760px){.section-navigation__links{display:none}.mobile-navigation{z-index:20;display:block;position:absolute;top:.7rem;right:1rem}.navigation-demo__grid{grid-template-columns:1fr}}.navigation-shell--classic .section-navigation{color:#17201d;background:#fff;border-bottom:2px solid #17201d}.navigation-shell--transparent{width:100%;position:absolute;inset:auto 0}.navigation-shell--transparent .section-navigation{color:#fff;background:0 0}.navigation-shell--transparent:not(.is-scrolled) .section-navigation__progress{background:#ffffff26}.navigation-shell--transparent:not(.is-scrolled) .section-navigation__progress span{background:#fff}.navigation-shell--transparent.is-scrolled{position:sticky;top:0}.navigation-shell--floating{top:1.1rem}.navigation-shell--floating .section-navigation{background:#ffffffe6;border-radius:999px;max-width:1050px;box-shadow:0 22px 70px #0003}.navigation-shell--floating .section-navigation__progress{display:none}.navigation-shell--minimal .section-navigation{color:#fff;background:#101614;border:0}.navigation-shell--minimal .section-navigation__links{gap:1.4rem}.navigation-shell--minimal .section-navigation__links button{color:#ffffffa6;border-bottom:2px solid #0000;border-radius:0;padding-inline:0}.navigation-shell--minimal .section-navigation__links button.is-active{color:#fff;background:0 0;border-bottom-color:#fff}.navigation-shell--side{z-index:1100;width:190px}.navigation-shell--side .section-navigation{color:#fff;background:#101614;border-radius:24px;box-shadow:0 22px 70px #0000003d}.navigation-shell--side .section-navigation__links button{color:#ffffff9e}.navigation-shell--side .section-navigation__links button.is-active{color:#101614;background:#fff}.section-effects{isolation:isolate;position:relative}.section-effects__content{z-index:2;position:relative}.section-effects__decor{z-index:1;pointer-events:none;opacity:var(--effect-opacity,1);position:absolute;inset:0}.effect-soft-gradient .section-effects__decor{background:linear-gradient(135deg, color-mix(in srgb, var(--theme-primary) 28%, transparent), transparent 48%, color-mix(in srgb, var(--theme-secondary) 18%, transparent))}.effect-radial-glow .section-effects__decor{background:radial-gradient(circle at 50% 45%, color-mix(in srgb, var(--theme-highlight) 36%, transparent), transparent 54%);filter:blur(calc(var(--effect-blur) * .65));transform:scale(calc(1 + (.03 * var(--effect-intensity))))}.effect-glass{border-radius:var(--effect-radius);overflow:hidden}.effect-glass .section-effects__content{-webkit-backdrop-filter:blur(var(--effect-blur));backdrop-filter:blur(var(--effect-blur));background:#ffffff17;border:1px solid #ffffff2e}.effect-glass .section-effects__decor{background:linear-gradient(135deg,#ffffff24,#0000 45%,#ffffff0f)}.effect-grain .section-effects__decor{opacity:calc(.12 * var(--effect-intensity));mix-blend-mode:multiply;background-image:repeating-radial-gradient(circle at 0 0,#00000059 0 1px,#0000 1px 3px);background-size:5px 5px}.effect-vignette .section-effects__decor{background:radial-gradient(ellipse at center, transparent 45%, rgb(0 0 0/calc(.48 * var(--effect-intensity))) 100%)}.effect-soft-blur .section-effects__decor{background:color-mix(in srgb, var(--theme-primary) 24%, transparent);filter:blur(var(--effect-blur));border-radius:999px;inset:8% 6%}.effect-mask-fade{-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%)}.effect-multiply .section-effects__decor{background:linear-gradient(135deg, var(--theme-primary), var(--theme-secondary));mix-blend-mode:multiply;opacity:calc(.36 * var(--effect-intensity))}.effect-screen .section-effects__decor{background:radial-gradient(circle at 30% 30%, var(--theme-highlight), transparent 48%);mix-blend-mode:screen;opacity:calc(.5 * var(--effect-intensity))}.effects-demo{background:var(--theme-background);color:var(--theme-text);padding-block:8rem}.effects-demo__grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:4rem;display:grid}.effects-demo__grid>.section-effects{background:var(--theme-surface);border:1px solid color-mix(in srgb, var(--theme-text) 10%, transparent);border-radius:24px;min-height:380px;overflow:hidden}.effects-demo-card{flex-direction:column;min-height:380px;padding:1.4rem;display:flex}.effects-demo-card__meta{justify-content:space-between;gap:1rem;display:flex}.effects-demo-card__meta span{font-size:.78rem;font-weight:900}.effects-demo-card__meta code{color:var(--theme-text-muted);font-size:.7rem}.effects-demo-card__visual{margin-top:auto}.effects-demo-card__orb{background:radial-gradient(circle at 30% 30%, var(--theme-highlight), var(--theme-primary));border-radius:50%;width:140px;height:140px;margin-bottom:2rem;box-shadow:0 24px 60px #0000002e}.effects-demo-card h3{margin:0 0 .6rem;font-size:2rem}.effects-demo-card p{color:var(--theme-text-muted);line-height:1.55}@media (max-width:980px){.effects-demo__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:620px){.effects-demo__grid{grid-template-columns:1fr}}.media-asset{background:#d9dedb;margin:0;position:relative;overflow:hidden}.media-asset img,.media-asset video{object-fit:var(--media-fit,cover);object-position:var(--media-position,center center);width:100%;height:100%;display:block}.media-asset--image-editorial,.media-asset--image-portrait{border-radius:28px}.media-asset--video-inline{border-radius:24px;box-shadow:0 24px 70px #00000024}.media-asset--background-image,.media-asset--background-video,.media-asset--cinematic{border-radius:0;width:100%;min-height:70vh}.media-asset--media-split{border-radius:24px}.media-v2-demo{background:var(--theme-background);color:var(--theme-text);padding-block:8rem 0}.media-v2-demo__chapters{gap:0;margin-top:6rem;display:grid}.media-v2-chapter{padding-block:8rem}.media-v2-chapter__copy{max-width:900px;margin-bottom:3rem}.media-v2-chapter__copy h3,.media-v2-split__copy h3,.media-v2-portrait-grid h3,.media-v2-background__overlay h3{letter-spacing:-.06em;margin:0 0 1rem;font-size:clamp(3rem,7vw,7rem);line-height:.9}.media-v2-chapter__copy p:last-child,.media-v2-split__copy p:last-child,.media-v2-portrait-grid>div p:last-child{max-width:700px;color:var(--theme-text-muted);line-height:1.7}.media-v2-hero{border-radius:30px;width:min(1600px,100% - 2rem);margin-inline:auto}.media-v2-chapter--split{background:#f0ede5}.media-v2-split{grid-template-columns:.9fr 1.1fr;align-items:center;gap:4rem;display:grid}.media-v2-chapter--portrait{color:#fff;background:#18211e}.media-v2-portrait-grid{grid-template-columns:minmax(280px,.65fr) 1.35fr;align-items:center;gap:5rem;display:grid}.media-v2-portrait-grid .media-asset{max-width:520px}.media-v2-chapter--video{background:#e7ece9}.media-v2-chapter--background{min-height:78vh;padding:0;position:relative;overflow:hidden}.media-v2-chapter--background .media-asset{min-height:78vh}.media-v2-background__overlay{color:#fff;background:linear-gradient(#0000 45%,#000000a6);align-items:end;padding-block:5rem;display:grid;position:absolute;inset:0}.media18-test-toolbar{z-index:1020;color:#fff;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0e1412f0;border-bottom:1px solid #ffffff1a;position:sticky;top:0}.media18-test-toolbar__inner{justify-content:space-between;align-items:center;min-height:54px;display:flex}.media18-test-toolbar a{color:#fff;font-size:.78rem;font-weight:800;text-decoration:none}.media18-test-toolbar strong{font-size:.82rem}@media (max-width:800px){.media-v2-split,.media-v2-portrait-grid{grid-template-columns:1fr}.media-v2-chapter{padding-block:5rem}}.interactive-section,.interaction-demo{background:var(--theme-background);color:var(--theme-text);padding-block:8rem}.interaction-demo__grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:4rem;display:grid}.interaction-demo__grid article{background:var(--theme-surface);border:1px solid color-mix(in srgb, var(--theme-text) 10%, transparent);border-radius:22px;min-height:280px;padding:1.4rem}.interaction-demo__grid span{color:var(--theme-secondary);font-weight:900}.interaction-demo__grid h3{margin:3rem 0 .6rem;font-size:2rem}.interaction-demo__grid p{color:var(--theme-text-muted);line-height:1.55}.interaction-demo__grid code{margin-top:1rem;display:inline-block}.tabs-section__layout{grid-template-columns:.45fr 1.55fr;gap:2rem;margin-top:4rem;display:grid}.tabs-section__list{align-content:start;gap:.5rem;display:grid}.tabs-section__list button{color:var(--theme-text);text-align:left;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:14px;padding:1rem 1.2rem;font-weight:800}.tabs-section__list button.is-active{background:var(--theme-primary);color:var(--theme-background)}.tabs-section__panel{background:var(--theme-surface);border-radius:24px;min-height:360px;padding:clamp(2rem,5vw,4rem)}.tabs-section__panel h3{margin:0 0 1rem;font-size:clamp(2.8rem,6vw,5.5rem)}.accordion-section__list{margin-top:4rem;display:grid}.accordion-section__list article{border-top:1px solid color-mix(in srgb, var(--theme-text) 14%, transparent)}.accordion-section__list button{width:100%;color:var(--theme-text);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;gap:1rem;padding:1.5rem 0;font-size:1.4rem;font-weight:800;display:flex}.accordion-section__list article>p{max-width:760px;color:var(--theme-text-muted);margin:0 0 1.8rem;line-height:1.7}.carousel-section__stage{grid-template-columns:1.15fr .85fr;align-items:stretch;gap:2rem;margin-top:4rem;display:grid}.carousel-section__media{border-radius:24px;min-height:520px;overflow:hidden}.carousel-section__media>*{width:100%;height:100%}.carousel-section__placeholder{background:var(--theme-surface);width:100%;height:100%}.carousel-section__copy{background:var(--theme-surface);border-radius:24px;flex-direction:column;padding:2rem;display:flex}.carousel-section__copy>span{color:var(--theme-secondary);font-weight:900}.carousel-section__copy h3{margin:auto 0 1rem;font-size:clamp(3rem,6vw,5.5rem);line-height:.92}.carousel-section__controls{gap:.7rem;margin-top:2rem;display:flex}.carousel-section__controls button{border:1px solid color-mix(in srgb, var(--theme-text) 16%, transparent);color:var(--theme-text);font:inherit;cursor:pointer;background:0 0;border-radius:999px;padding:.75rem 1rem;font-weight:800}.comparison-section__stage{background:var(--theme-surface);border-radius:28px;min-height:520px;margin-top:4rem;position:relative;overflow:hidden}.comparison-section__before,.comparison-section__after{flex-direction:column;justify-content:flex-end;padding:clamp(2rem,6vw,5rem);display:flex;position:absolute;inset:0}.comparison-section__before{color:#15211d;background:#d6ddd9}.comparison-section__after{color:#fff;background:#173f35}.comparison-section__before span,.comparison-section__after span{text-transform:uppercase;letter-spacing:.12em;margin-bottom:auto;font-size:.78rem;font-weight:900}.comparison-section__before p,.comparison-section__after p{letter-spacing:-.05em;max-width:800px;font-size:clamp(2.6rem,6vw,5.5rem);line-height:.92}.comparison-section__stage input{z-index:5;width:90%;position:absolute;bottom:1.4rem;left:5%;right:5%}.hotspots-section__stage{grid-template-columns:1.4fr .6fr;gap:2rem;margin-top:4rem;display:grid}.hotspots-section__media{background:var(--theme-surface);border-radius:28px;min-height:560px;position:relative;overflow:hidden}.hotspots-section__media>div,.hotspots-section__media img{width:100%;height:100%}.hotspots-section__placeholder{background:linear-gradient(135deg, var(--theme-primary), var(--theme-secondary));width:100%;height:100%}.hotspots-section__media button{color:#173f35;cursor:pointer;background:#fff;border:0;border-radius:50%;width:42px;height:42px;font-size:1.4rem;font-weight:900;position:absolute;transform:translate(-50%,-50%);box-shadow:0 10px 30px #0003}.hotspots-section__media button.is-active{background:var(--theme-highlight)}.hotspots-section__panel{background:var(--theme-surface);border-radius:24px;align-items:flex-end;padding:2rem;display:flex}.hotspots-section__panel span{text-transform:uppercase;font-size:.8rem;font-weight:900}.hotspots-section__panel p{color:var(--theme-text-muted);margin:1rem 0 0;line-height:1.7}.interactive-cards-section__grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:4rem;display:grid}.interactive-cards-section__grid button{border:1px solid color-mix(in srgb, var(--theme-text) 12%, transparent);background:var(--theme-surface);min-height:340px;color:var(--theme-text);text-align:left;font:inherit;cursor:pointer;border-radius:22px;flex-direction:column;align-items:flex-start;padding:1.5rem;transition:transform .25s,background .25s;display:flex}.interactive-cards-section__grid button:hover,.interactive-cards-section__grid button.is-active{background:color-mix(in srgb, var(--theme-primary) 8%, var(--theme-surface));transform:translateY(-6px)}.interactive-cards-section__grid span{font-size:2rem;font-weight:900}.interactive-cards-section__grid p{color:var(--theme-text-muted);margin-top:auto}.interactive-cards-section__grid strong{color:var(--theme-primary);margin-top:1rem}@media (max-width:900px){.interaction-demo__grid,.interactive-cards-section__grid{grid-template-columns:repeat(2,1fr)}.tabs-section__layout,.carousel-section__stage,.hotspots-section__stage{grid-template-columns:1fr}}@media (max-width:620px){.interaction-demo__grid,.interactive-cards-section__grid{grid-template-columns:1fr}}.story-demo{background:var(--theme-background);color:var(--theme-text);padding-block:8rem}.story-demo__architecture{grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:4rem;display:grid}.story-demo__architecture article{background:var(--theme-surface);border:1px solid color-mix(in srgb, var(--theme-text) 10%, transparent);border-radius:22px;flex-direction:column;min-height:280px;padding:1.4rem;display:flex}.story-demo__architecture span{color:var(--theme-secondary);font-weight:900}.story-demo__architecture h3{margin:auto 0 .7rem;font-size:2rem}.story-demo__architecture p{color:var(--theme-text-muted);line-height:1.55}.scroll-story{background:var(--theme-background);color:var(--theme-text);position:relative}.scroll-story__sticky{grid-template-columns:minmax(0,1.55fr) minmax(320px,.45fr);height:100svh;display:grid;position:sticky;top:0;overflow:hidden}.scroll-story__scene{background:var(--theme-surface);min-width:0;position:relative;overflow:hidden}.scroll-story__scene-backdrop{background:radial-gradient(circle at 25% 25%, color-mix(in srgb, var(--theme-highlight) 24%, transparent), transparent 45%), linear-gradient(135deg, color-mix(in srgb, var(--theme-primary) 65%, #000), color-mix(in srgb, var(--theme-secondary) 35%, #111));position:absolute;inset:0}.scroll-story__media{opacity:.48;position:absolute;inset:0}.scroll-story__media>*{width:100%;height:100%}.scroll-story__media img,.scroll-story__media video{object-fit:cover;width:100%;height:100%}.scroll-story__media:after{content:"";background:linear-gradient(#0000 45%,#000000b8);position:absolute;inset:0}.scroll-story--fallback-copy .scroll-story__media:after{opacity:0;transition:opacity .35s}.scroll-story__scene-copy{z-index:3;color:#fff;flex-direction:column;justify-content:flex-end;padding:clamp(2rem,6vw,6rem);display:flex;position:absolute;inset:0}.scroll-story__scene-copy>span,.scroll-story__scene-copy>small{text-transform:uppercase;letter-spacing:.13em;font-size:.76rem;font-weight:900}.scroll-story__value{letter-spacing:-.08em;margin-bottom:auto;font-size:clamp(5rem,14vw,14rem);line-height:.8}.scroll-story__scene-copy h3{letter-spacing:-.06em;max-width:1000px;margin:1rem 0;font-size:clamp(3rem,7vw,7rem);line-height:.88}.scroll-story__scene-copy p{color:#ffffffc2;max-width:700px;margin:0 0 1rem;font-size:1.08rem;line-height:1.65}.scroll-story__content{background:var(--theme-background);color:var(--theme-text);border-left:1px solid color-mix(in srgb, var(--theme-text) 10%, transparent);flex-direction:column;padding:clamp(2rem,4vw,4rem);display:flex;position:relative}.scroll-story__heading{max-width:420px}.scroll-story__heading h2{letter-spacing:-.05em;margin:0 0 1rem;font-size:clamp(2.1rem,4vw,4rem);line-height:.95}.scroll-story__heading>p:last-child{color:var(--theme-text-muted);line-height:1.6}.scroll-story__steps{gap:.35rem;margin:auto 0 0;padding:0;list-style:none;display:grid}.scroll-story__steps li{color:var(--theme-text-muted);opacity:.45;grid-template-columns:42px 1fr;align-items:center;gap:.7rem;padding:.7rem 0;transition:opacity .25s,transform .25s;display:grid}.scroll-story__steps li.is-active{opacity:1;color:var(--theme-text);transform:translate(8px)}.scroll-story__steps li.is-complete{opacity:.7}.scroll-story__steps span{font-size:.68rem;font-weight:900}.scroll-story__steps strong{font-size:.9rem}.scroll-story__progress{background:color-mix(in srgb, var(--theme-text) 10%, transparent);width:3px;position:absolute;top:0;bottom:0;left:0}.scroll-story__progress span{background:var(--theme-primary);width:100%;height:100%;display:block}.scroll-story__scene{transition:background-color .45s,color .45s}.scroll-story__scene--panels .scroll-story__scene-copy{max-width:min(78%,980px)}.scroll-story__scene--panels .scroll-story__scene-backdrop{background:linear-gradient(90deg, color-mix(in srgb, var(--theme-primary) 86%, #000), color-mix(in srgb, var(--theme-secondary) 52%, #111))}.scroll-story__scene--cards{background:var(--theme-background);place-items:center;padding:clamp(1.5rem,5vw,5rem);display:grid}.scroll-story__scene--cards .scroll-story__scene-backdrop{background:radial-gradient(circle at 80% 20%, color-mix(in srgb, var(--theme-highlight) 75%, transparent), transparent 36%), var(--theme-surface);border-radius:clamp(1.5rem,4vw,4rem);inset:8%;box-shadow:0 2rem 6rem #00000029}.scroll-story__scene--cards .scroll-story__scene-copy{width:min(76%,860px);min-height:min(66vh,680px);color:var(--theme-text);justify-content:center;padding:clamp(2rem,5vw,5rem);position:relative;inset:auto}.scroll-story__scene--cards .scroll-story__scene-copy p{color:var(--theme-text-muted)}.scroll-story__scene--cards .scroll-story__value{color:var(--theme-primary);margin-bottom:2rem;font-size:clamp(3.5rem,9vw,9rem)}.scroll-story__scene--media .scroll-story__scene-backdrop{background:var(--theme-primary)}.scroll-story__scene--media .scroll-story__media{opacity:.88}.scroll-story__scene--media .scroll-story__media:after{background:linear-gradient(90deg,#000000ad,#0000 72%),linear-gradient(#0000 52%,#0000007a)}.scroll-story__scene--media .scroll-story__scene-copy{justify-content:center;width:min(70%,820px)}.scroll-story__scene--media .scroll-story__value{margin-bottom:1.5rem;font-size:clamp(3rem,8vw,8rem)}.scroll-story__scene--metric{background:var(--theme-background)}.scroll-story__scene--metric .scroll-story__scene-backdrop{background:radial-gradient(circle at 50% 42%, color-mix(in srgb, var(--theme-highlight) 76%, transparent), transparent 34%), linear-gradient(180deg, var(--theme-background), var(--theme-surface))}.scroll-story__scene--metric .scroll-story__scene-copy{text-align:center;color:var(--theme-text);justify-content:center;align-items:center}.scroll-story__scene--metric .scroll-story__scene-copy p{color:var(--theme-text-muted)}.scroll-story__scene--metric .scroll-story__value{color:var(--theme-primary);margin:0 0 2rem;font-size:clamp(7rem,20vw,20rem);line-height:.72}.scroll-story__scene--metric .scroll-story__scene-copy h3{max-width:760px;font-size:clamp(2.4rem,5vw,5rem)}@media (max-width:900px){.story-demo__architecture{grid-template-columns:repeat(2,1fr)}.scroll-story__sticky{grid-template-columns:1fr}.scroll-story__content{z-index:5;color:#fff;background:linear-gradient(#0000,#000000e0);border-left:0;min-height:190px;position:absolute;inset:auto 0 0}.scroll-story__heading{display:none}.scroll-story__steps{grid-template-columns:repeat(4,1fr);gap:.4rem;margin:auto 0 0}.scroll-story__steps li{grid-template-columns:1fr}.scroll-story__steps strong{display:none}.scroll-story__progress{width:100%;height:3px;top:auto;bottom:0;right:0}.scroll-story__progress span{transform-origin:0!important}}@media (max-width:620px){.story-demo__architecture{grid-template-columns:1fr}.scroll-story__value{font-size:clamp(4.5rem,22vw,8rem)}.scroll-story__scene-copy h3{font-size:clamp(2.6rem,12vw,5rem)}}.three-demo{background:var(--theme-background);color:var(--theme-text);padding-block:8rem}.three-demo__grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:4rem;display:grid}.three-demo__grid article{background:var(--theme-surface);border:1px solid color-mix(in srgb, var(--theme-text) 10%, transparent);border-radius:22px;flex-direction:column;min-height:300px;padding:1.4rem;display:flex}.three-demo__grid span{color:var(--theme-secondary);font-weight:900}.three-demo__grid h3{margin:auto 0 .7rem;font-size:2rem}.three-demo__grid p{color:var(--theme-text-muted);line-height:1.55}.three-scene-section{color:#fff;min-height:100svh;position:relative;overflow:hidden}.three-scene-section--scroll{min-height:160svh}.three-scene-section__canvas{background:radial-gradient(circle at 50% 38%,#ffffff0d,#0000 55%);width:100%;height:100svh;position:sticky;top:0}.three-scene-section__canvas canvas{display:block}.three-scene-section__overlay{z-index:3;pointer-events:none;background:linear-gradient(#0000 42%,#000000b8);align-items:flex-end;padding:clamp(2rem,6vw,6rem);display:flex;position:absolute;inset:0}.three-scene-section--scroll .three-scene-section__overlay{height:100svh;margin-top:-100svh;position:sticky;top:0}.three-scene-section__overlay>div{max-width:900px}.three-scene-section__overlay h2{letter-spacing:-.065em;margin:0 0 1rem;font-size:clamp(3rem,8vw,8rem);line-height:.88}.three-scene-section__overlay>div>p:last-of-type{color:#ffffffb8;max-width:700px;line-height:1.65}.three-scene-section__meta{flex-wrap:wrap;gap:.45rem;margin-top:1.5rem;display:flex}.three-scene-section__meta span{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000002e;border:1px solid #ffffff2e;border-radius:999px;padding:.48rem .65rem;font-size:.7rem;font-weight:800}.three-scene-section__fallback{color:#fff;background:#ffffff14;border:1px solid #ffffff26;border-radius:24px;width:min(680px,100% - 2rem);margin:20vh auto 0;padding:2rem}.three21-test-toolbar{z-index:1050;color:#fff;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0e1412f0;border-bottom:1px solid #ffffff1a;position:sticky;top:0}.three21-test-toolbar__inner{justify-content:space-between;align-items:center;min-height:54px;display:flex}.three21-test-toolbar a{color:#fff;font-size:.78rem;font-weight:800;text-decoration:none}.three21-test-toolbar strong{font-size:.82rem}@media (max-width:800px){.three-demo__grid{grid-template-columns:1fr}.three-scene-section__overlay h2{font-size:clamp(2.8rem,14vw,5.5rem)}}.section-performance{width:100%}.section-performance__placeholder{min-height:inherit;background:linear-gradient(90deg,#00000008,#ffffff14,#00000008) 0 0/220% 100%;width:100%;animation:1.8s linear infinite performance-placeholder}@keyframes performance-placeholder{0%{background-position:200% 0}to{background-position:-20% 0}}@media (prefers-reduced-motion:reduce){.section-performance__placeholder{animation:none}.motion-block,.motion-block--scroll{transition:none!important}}.performance-demo{background:var(--theme-background);color:var(--theme-text);padding-block:8rem}.performance-demo__status{grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:4rem;display:grid}.performance-demo__status article{background:var(--theme-surface);border:1px solid color-mix(in srgb, var(--theme-text) 10%, transparent);border-radius:20px;flex-direction:column;justify-content:space-between;min-height:160px;padding:1.4rem;display:flex}.performance-demo__status span{color:var(--theme-text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;font-weight:800}.performance-demo__status strong{font-size:clamp(2.4rem,5vw,4.5rem);line-height:.9}.performance-demo__grid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:1rem;display:grid}.performance-demo__grid article{background:var(--theme-surface);border:1px solid color-mix(in srgb, var(--theme-text) 10%, transparent);border-radius:20px;flex-direction:column;min-height:300px;padding:1.4rem;display:flex}.performance-demo__grid span{color:var(--theme-secondary);font-weight:900}.performance-demo__grid h3{margin:auto 0 .7rem;font-size:2rem}.performance-demo__grid p{color:var(--theme-text-muted);line-height:1.55}.performance22-test-toolbar{z-index:1060;color:#fff;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0e1412f0;border-bottom:1px solid #ffffff1a;position:sticky;top:0}.performance22-test-toolbar__inner{justify-content:space-between;align-items:center;min-height:54px;display:flex}.performance22-test-toolbar a{color:#fff;font-size:.78rem;font-weight:800;text-decoration:none}.performance22-test-toolbar strong{font-size:.82rem}@media (max-width:900px){.performance-demo__grid{grid-template-columns:repeat(2,1fr)}.performance-demo__status{grid-template-columns:1fr}}@media (max-width:620px){.performance-demo__grid{grid-template-columns:1fr}}.three-story-demo__grid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:4rem;display:grid}.three-story-demo__grid article{background:var(--theme-surface);border:1px solid color-mix(in srgb, var(--theme-text) 10%, transparent);border-radius:22px;flex-direction:column;min-height:300px;padding:1.4rem;display:flex}.three-story-demo__grid span{color:var(--theme-secondary);font-weight:900}.three-story-demo__grid h3{margin:auto 0 .7rem;font-size:2rem}.three-story-demo__grid p{color:var(--theme-text-muted);line-height:1.55}.three-story__canvas{position:absolute;inset:0}.three-story__canvas canvas{display:block}.three-story__overlay{z-index:4;pointer-events:none;background:linear-gradient(#0000 42%,#000000c7);flex-direction:column;justify-content:flex-end;padding:clamp(2rem,5vw,5rem);display:flex;position:absolute;inset:0}.three-story__copy{max-width:900px}.three-story__copy>span,.three-story__copy>small{text-transform:uppercase;letter-spacing:.13em;font-size:.75rem;font-weight:900;display:block}.three-story__copy h2{letter-spacing:-.065em;margin:.8rem 0 1rem;font-size:clamp(3rem,7vw,7rem);line-height:.88}.three-story__copy p{color:#ffffffb8;max-width:720px;margin:0 0 1rem;line-height:1.65}.three-story__timeline{margin-top:2rem}.three-story__progress{background:#ffffff29;width:100%;height:3px}.three-story__progress span{transform-origin:0;background:#fff;width:100%;height:100%;display:block}.three-story__timeline ol{grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem;margin:1rem 0 0;padding:0;list-style:none;display:grid}.three-story__timeline li{opacity:.35;gap:.2rem;transition:opacity .25s;display:grid}.three-story__timeline li.is-active{opacity:1}.three-story__timeline li.is-complete{opacity:.7}.three-story__timeline li span{font-size:.65rem;font-weight:900}.three-story__timeline li strong{font-size:.8rem;line-height:1.25}.three-story23-test-toolbar{z-index:1070;color:#fff;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0e1412f0;border-bottom:1px solid #ffffff1a;position:sticky;top:0}.three-story23-test-toolbar__inner{justify-content:space-between;align-items:center;min-height:54px;display:flex}.three-story23-test-toolbar a{color:#fff;font-size:.78rem;font-weight:800;text-decoration:none}.three-story23-test-toolbar strong{font-size:.82rem}@media (max-width:900px){.three-story-demo__grid{grid-template-columns:repeat(2,1fr)}.three-story__timeline ol{grid-template-columns:repeat(4,1fr)}.three-story__timeline li strong{display:none}}@media (max-width:620px){.three-story-demo__grid{grid-template-columns:1fr}.three-story__copy h2{font-size:clamp(2.8rem,13vw,5rem)}}.three-assets-demo{background:var(--theme-background);color:var(--theme-text);padding-block:8rem}.three-assets-demo__grid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:4rem;display:grid}.three-assets-demo__grid article{background:var(--theme-surface);border:1px solid color-mix(in srgb, var(--theme-text) 10%, transparent);border-radius:22px;flex-direction:column;min-height:290px;padding:1.4rem;display:flex}.three-assets-demo__grid span{color:var(--theme-secondary);font-weight:900}.three-assets-demo__grid h3{margin:auto 0 .7rem;font-size:2rem}.three-assets-demo__grid p{color:var(--theme-text-muted);line-height:1.55}.three-model-section{color:#fff;min-height:100svh;position:relative;overflow:hidden}.three-model-section--scroll{min-height:165svh}.three-model-section__canvas{width:100%;height:100svh;position:sticky;top:0}.three-model-section__canvas canvas{display:block}.three-model-section__overlay{z-index:4;pointer-events:none;background:linear-gradient(#0000 42%,#000000b8);align-items:flex-end;padding:clamp(2rem,6vw,6rem);display:flex;position:absolute;inset:0}.three-model-section--scroll .three-model-section__overlay{height:100svh;margin-top:-100svh;position:sticky;top:0}.three-model-section__overlay>div{max-width:900px}.three-model-section__overlay h2{letter-spacing:-.065em;margin:0 0 1rem;font-size:clamp(3rem,8vw,8rem);line-height:.88}.three-model-section__overlay>div>p:last-of-type{color:#ffffffb8;max-width:700px;line-height:1.65}.three-model-section__meta{flex-wrap:wrap;gap:.45rem;margin-top:1.5rem;display:flex}.three-model-section__meta span{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0003;border:1px solid #ffffff2e;border-radius:999px;padding:.48rem .65rem;font-size:.7rem;font-weight:800}.three-model-section__missing{color:#fff;place-items:center;height:100%;font-weight:800;display:grid}.three-assets24-test-toolbar{z-index:1080;color:#fff;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0e1412f0;border-bottom:1px solid #ffffff1a;position:sticky;top:0}.three-assets24-test-toolbar__inner{justify-content:space-between;align-items:center;min-height:54px;display:flex}.three-assets24-test-toolbar a{color:#fff;font-size:.78rem;font-weight:800;text-decoration:none}.three-assets24-test-toolbar strong{font-size:.82rem}@media (max-width:900px){.three-assets-demo__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:620px){.three-assets-demo__grid{grid-template-columns:1fr}.three-model-section__overlay h2{font-size:clamp(2.8rem,13vw,5rem)}}.three-quality-demo{background:var(--theme-background);color:var(--theme-text);padding-block:8rem}.three-quality-demo__grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:4rem;display:grid}.three-quality-demo__grid article{background:var(--theme-surface);border:1px solid color-mix(in srgb, var(--theme-text) 10%, transparent);border-radius:22px;flex-direction:column;min-height:290px;padding:1.4rem;display:flex}.three-quality-demo__grid span{color:var(--theme-secondary);font-weight:900}.three-quality-demo__grid h3{margin:auto 0 .7rem;font-size:2rem}.three-quality-demo__grid p{color:var(--theme-text-muted);line-height:1.55}.three-quality-section{color:#fff;min-height:100svh;position:relative;overflow:hidden}.three-quality-section__canvas{width:100%;height:100svh}.three-quality-section__canvas canvas{display:block}.three-quality-section__overlay{z-index:4;pointer-events:none;background:linear-gradient(#0000 42%,#0000009e);align-items:flex-end;padding:clamp(2rem,6vw,6rem);display:flex;position:absolute;inset:0}.three-quality-section__overlay>div{max-width:900px}.three-quality-section__overlay h2{letter-spacing:-.065em;margin:0 0 1rem;font-size:clamp(3rem,8vw,8rem);line-height:.88}.three-quality-section__overlay>div>p:last-of-type{color:#ffffffc2;max-width:720px;line-height:1.65}.three-quality-section__meta{flex-wrap:wrap;gap:.45rem;margin-top:1.5rem;display:flex}.three-quality-section__meta span{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#00000038;border:1px solid #ffffff2e;border-radius:999px;padding:.48rem .65rem;font-size:.7rem;font-weight:800}.three-quality-section__missing{color:#fff;place-items:center;height:100%;font-weight:800;display:grid}.three-quality25-test-toolbar{z-index:1090;color:#fff;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0e1412f0;border-bottom:1px solid #ffffff1a;position:sticky;top:0}.three-quality25-test-toolbar__inner{justify-content:space-between;align-items:center;min-height:54px;display:flex}.three-quality25-test-toolbar a{color:#fff;font-size:.78rem;font-weight:800;text-decoration:none}.three-quality25-test-toolbar strong{font-size:.82rem}@media (max-width:900px){.three-quality-demo__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:620px){.three-quality-demo__grid{grid-template-columns:1fr}.three-quality-section__overlay h2{font-size:clamp(2.8rem,13vw,5rem)}}.three-scenes-demo{background:var(--theme-background);color:var(--theme-text);padding-block:8rem}.three-scenes-demo__grid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:4rem;display:grid}.three-scenes-demo__grid article{background:var(--theme-surface);border:1px solid color-mix(in srgb, var(--theme-text) 10%, transparent);border-radius:22px;flex-direction:column;min-height:290px;padding:1.4rem;display:flex}.three-scenes-demo__grid span{color:var(--theme-secondary);font-weight:900}.three-scenes-demo__grid h3{margin:auto 0 .7rem;font-size:2rem}.three-scenes-demo__grid p{color:var(--theme-text-muted);line-height:1.55}.three-scene-composition-section{color:#fff;min-height:100svh;position:relative;overflow:hidden}.three-scene-composition-section__canvas{width:100%;height:100svh}.three-scene-composition-section__canvas canvas{display:block}.three-scene-composition-section__overlay{z-index:4;pointer-events:none;background:linear-gradient(#0000 42%,#000000a3);align-items:flex-end;padding:clamp(2rem,6vw,6rem);display:flex;position:absolute;inset:0}.three-scene-composition-section__overlay>div{max-width:920px}.three-scene-composition-section__overlay h2{letter-spacing:-.065em;margin:0 0 1rem;font-size:clamp(3rem,8vw,8rem);line-height:.88}.three-scene-composition-section__overlay>div>p:last-of-type{color:#ffffffc2;max-width:720px;line-height:1.65}.three-scene-composition-section__meta{flex-wrap:wrap;gap:.45rem;margin-top:1.5rem;display:flex}.three-scene-composition-section__meta span{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#00000038;border:1px solid #ffffff2e;border-radius:999px;padding:.48rem .65rem;font-size:.7rem;font-weight:800}.three-scenes26-test-toolbar{z-index:1100;color:#fff;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0e1412f0;border-bottom:1px solid #ffffff1a;position:sticky;top:0}.three-scenes26-test-toolbar__inner{justify-content:space-between;align-items:center;min-height:54px;display:flex}.three-scenes26-test-toolbar a{color:#fff;font-size:.78rem;font-weight:800;text-decoration:none}.three-scenes26-test-toolbar strong{font-size:.82rem}@media (max-width:900px){.three-scenes-demo__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:620px){.three-scenes-demo__grid{grid-template-columns:1fr}.three-scene-composition-section__overlay h2{font-size:clamp(2.8rem,13vw,5rem)}}.three-interactions-demo{background:var(--theme-background);color:var(--theme-text);padding-block:8rem}.three-interactions-demo__grid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:4rem;display:grid}.three-interactions-demo__grid article{background:var(--theme-surface);border:1px solid color-mix(in srgb, var(--theme-text) 10%, transparent);border-radius:22px;flex-direction:column;min-height:290px;padding:1.4rem;display:flex}.three-interactions-demo__grid span{color:var(--theme-secondary);font-weight:900}.three-interactions-demo__grid h3{margin:auto 0 .7rem;font-size:2rem}.three-interactions-demo__grid p{color:var(--theme-text-muted);line-height:1.55}.three-interactive-scene{color:#fff;min-height:100svh;position:relative;overflow:hidden}.three-interactive-scene__canvas{width:100%;height:100svh}.three-interactive-scene__canvas canvas{display:block}.three-interactive-scene__overlay{z-index:4;pointer-events:none;background:linear-gradient(#0000 48%,#000000b3);grid-template-rows:1fr auto;grid-template-columns:minmax(0,1fr) 360px;gap:1rem;padding:clamp(2rem,4vw,4rem);display:grid;position:absolute;inset:0}.three-interactive-scene__heading{align-self:end;max-width:780px}.three-interactive-scene__heading h2{letter-spacing:-.06em;margin:0 0 1rem;font-size:clamp(3rem,7vw,7rem);line-height:.88}.three-interactive-scene__heading>p:last-child{color:#ffffffbd;max-width:680px;line-height:1.65}.three-interactive-scene__panel{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0a0e0cbd;border:1px solid #ffffff29;border-radius:22px;align-self:end;padding:1.4rem}.three-interactive-scene__panel>span{color:#ffffff8c;text-transform:uppercase;letter-spacing:.1em;font-size:.7rem;font-weight:900}.three-interactive-scene__panel h3{margin:2rem 0 .7rem;font-size:2.4rem}.three-interactive-scene__panel p{color:#ffffffb3;line-height:1.6}.three-interactive-scene__panel>div{flex-wrap:wrap;gap:.4rem;margin-top:1rem;display:flex}.three-interactive-scene__panel small{background:#ffffff14;border-radius:999px;padding:.35rem .5rem}.three-interactive-scene__legend{pointer-events:auto;flex-wrap:wrap;grid-column:1/-1;gap:.5rem;display:flex}.three-interactive-scene__legend button{color:#fff;font:inherit;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;background:#00000038;border:1px solid #ffffff29;border-radius:999px;align-items:center;gap:.45rem;padding:.7rem .85rem;font-size:.74rem;font-weight:800;display:inline-flex}.three-interactive-scene__legend button.is-active{color:#111714;background:#fff}.three-interactive-scene__legend button span{opacity:.55;font-size:.65rem}.three-interactions27-test-toolbar{z-index:1110;color:#fff;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0e1412f0;border-bottom:1px solid #ffffff1a;position:sticky;top:0}.three-interactions27-test-toolbar__inner{justify-content:space-between;align-items:center;min-height:54px;display:flex}.three-interactions27-test-toolbar a{color:#fff;font-size:.78rem;font-weight:800;text-decoration:none}.three-interactions27-test-toolbar strong{font-size:.82rem}@media (max-width:900px){.three-interactions-demo__grid{grid-template-columns:repeat(2,1fr)}.three-interactive-scene__overlay{grid-template-columns:1fr}.three-interactive-scene__panel{max-width:420px}}@media (max-width:620px){.three-interactions-demo__grid{grid-template-columns:1fr}.three-interactive-scene__heading h2{font-size:clamp(2.8rem,13vw,5rem)}}.three-story-demo{background:var(--theme-background);color:var(--theme-text);padding-block:8rem}.three-story-demo__flow{grid-template-columns:repeat(5,1fr);gap:.8rem;margin-top:4rem;display:grid}.three-story-demo__flow div{border:1px solid color-mix(in srgb,var(--theme-text) 12%,transparent);border-radius:20px;flex-direction:column;justify-content:space-between;min-height:160px;padding:1rem;display:flex}.three-story-demo__flow span{opacity:.45;font-weight:900}.three-story-demo__flow strong{font-size:1.35rem}.three-story{color:#fff;position:relative}.three-story__sticky{height:100svh;position:sticky;top:0;overflow:hidden}.three-story__sticky canvas{position:absolute;inset:0}.three-story__copy{z-index:4;pointer-events:none;background:linear-gradient(#0000 42%,#00000094);grid-template-columns:minmax(0,1fr) minmax(280px,420px);align-items:end;gap:2rem;padding:clamp(2rem,5vw,5rem);display:grid;position:absolute;inset:0}.three-story__intro{max-width:760px}.three-story__intro h2{letter-spacing:-.06em;margin:0 0 1rem;font-size:clamp(3rem,7vw,7rem);line-height:.88}.three-story__intro>p:last-child{color:#ffffffb3;max-width:650px;line-height:1.6}.three-story__chapter{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#080c0ab8;border:1px solid #ffffff24;border-radius:22px;padding:1.4rem;animation:.45s both storyChapterIn}.three-story__chapter span{letter-spacing:.1em;text-transform:uppercase;opacity:.55;font-size:.7rem;font-weight:900}.three-story__chapter h3{margin:2rem 0 .7rem;font-size:2.2rem}.three-story__chapter p{color:#ffffffad;line-height:1.6}@keyframes storyChapterIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.three-story28-toolbar{z-index:1120;color:#fff;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0e1412f0;border-bottom:1px solid #ffffff1a;position:sticky;top:0}.three-story28-toolbar__inner{justify-content:space-between;align-items:center;min-height:54px;display:flex}.three-story28-toolbar a{color:#fff;font-size:.78rem;font-weight:800;text-decoration:none}.three-story28-toolbar strong{font-size:.82rem}@media (max-width:800px){.three-story-demo__flow{grid-template-columns:1fr 1fr}.three-story__copy{grid-template-columns:1fr}.three-story__intro h2{font-size:clamp(2.8rem,13vw,5rem)}}.three-visual-demo{background:var(--theme-background);color:var(--theme-text);padding-block:8rem}.three-visual-demo__grid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:4rem;display:grid}.three-visual-demo__grid article{background:var(--theme-surface);border:1px solid color-mix(in srgb,var(--theme-text) 10%,transparent);border-radius:22px;flex-direction:column;justify-content:space-between;min-height:220px;padding:1.3rem;display:flex}.three-visual-demo__grid span{opacity:.45;font-weight:900}.three-visual-demo__grid h3{margin:0;font-size:2rem}.three-visual{color:#fff;height:100svh;position:relative;overflow:hidden}.three-visual__canvas{position:absolute;inset:0}.three-visual__canvas canvas{display:block}.three-visual__overlay{z-index:4;pointer-events:none;background:linear-gradient(#0000 45%,#00000094);align-items:flex-end;padding:clamp(2rem,5vw,5rem);display:flex;position:absolute;inset:0}.three-visual__overlay>div{max-width:900px}.three-visual__overlay h2{letter-spacing:-.06em;margin:0 0 1rem;font-size:clamp(3rem,7vw,7rem);line-height:.88}.three-visual__overlay>div>p:last-of-type{color:#ffffffb8;max-width:680px;line-height:1.6}.three-visual__meta{flex-wrap:wrap;gap:.45rem;margin-top:1.3rem;display:flex}.three-visual__meta span{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0003;border:1px solid #ffffff2e;border-radius:999px;padding:.45rem .62rem;font-size:.68rem;font-weight:800}.three-visual29-toolbar{z-index:1130;color:#fff;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0e1412f0;border-bottom:1px solid #ffffff1a;position:sticky;top:0}.three-visual29-toolbar__inner{justify-content:space-between;align-items:center;min-height:54px;display:flex}.three-visual29-toolbar a{color:#fff;font-size:.78rem;font-weight:800;text-decoration:none}.three-visual29-toolbar strong{font-size:.82rem}@media (max-width:800px){.three-visual-demo__grid{grid-template-columns:1fr 1fr}.three-visual__overlay h2{font-size:clamp(2.8rem,13vw,5rem)}}@media (max-width:560px){.three-visual-demo__grid{grid-template-columns:1fr}}.three-production-demo{background:var(--theme-background);color:var(--theme-text);padding-block:8rem}.three-production-demo__grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:4rem;display:grid}.three-production-demo__grid article{background:var(--theme-surface);border:1px solid color-mix(in srgb, var(--theme-text) 10%, transparent);border-radius:22px;flex-direction:column;min-height:260px;padding:1.4rem;display:flex}.three-production-demo__grid span{color:var(--theme-secondary);font-weight:900}.three-production-demo__grid h3{margin:auto 0 .7rem;font-size:2rem}.three-production-demo__grid p{color:var(--theme-text-muted);line-height:1.55}.three-production{color:#fff;min-height:100svh;position:relative}.three-production__viewport{background:#101613;height:100svh;position:relative;overflow:hidden}.three-production__viewport canvas{display:block}.three-production__overlay{z-index:5;pointer-events:none;background:linear-gradient(#0000 45%,#000000a3);align-items:flex-end;padding:clamp(2rem,5vw,5rem);display:flex;position:absolute;inset:0}.three-production__overlay>div{max-width:900px}.three-production__overlay h2{letter-spacing:-.06em;margin:0 0 1rem;font-size:clamp(3rem,7vw,7rem);line-height:.88}.three-production__overlay>div>p:last-of-type{color:#ffffffb8;max-width:690px;line-height:1.6}.three-production__meta{flex-wrap:wrap;gap:.45rem;margin-top:1.3rem;display:flex}.three-production__meta span{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0003;border:1px solid #ffffff2e;border-radius:999px;padding:.45rem .62rem;font-size:.68rem;font-weight:800}.three-production-loader{z-index:8;color:#fff;text-align:center;background:#0e1411;place-content:center;gap:.7rem;padding:2rem;display:grid;position:absolute;inset:0}.three-production-loader>span{text-transform:uppercase;letter-spacing:.12em;opacity:.55;font-size:.75rem;font-weight:900}.three-production-loader strong{font-size:clamp(3rem,8vw,6rem);line-height:1}.three-production-loader__track{background:#ffffff1f;width:min(420px,70vw);height:3px;overflow:hidden}.three-production-loader__track span{transform-origin:0;background:#fff;width:100%;height:100%;display:block}.three-production-fallback{color:#fff;justify-content:center;align-items:center;padding:2rem;display:flex;position:absolute;inset:0}.three-production-fallback>div{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#00000038;border:1px solid #ffffff24;border-radius:24px;width:min(620px,100%);padding:2rem}.three-production-fallback span{text-transform:uppercase;letter-spacing:.1em;opacity:.55;font-size:.7rem;font-weight:900}.three-production-fallback h3{margin:2rem 0 .8rem;font-size:clamp(2.4rem,6vw,5rem)}.three-production-fallback p{color:#ffffffb3;line-height:1.6}.three-production30-toolbar{z-index:1140;color:#fff;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0e1412f0;border-bottom:1px solid #ffffff1a;position:sticky;top:0}.three-production30-toolbar__inner{justify-content:space-between;align-items:center;min-height:54px;display:flex}.three-production30-toolbar a{color:#fff;font-size:.78rem;font-weight:800;text-decoration:none}.three-production30-toolbar strong{font-size:.82rem}@media (max-width:900px){.three-production-demo__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:620px){.three-production-demo__grid{grid-template-columns:1fr}.three-production__overlay h2{font-size:clamp(2.8rem,13vw,5rem)}}.production-system-demo{background:var(--theme-background);color:var(--theme-text);padding-block:8rem}.production-system-demo__grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:4rem;display:grid}.production-system-demo__grid article{background:var(--theme-surface);border:1px solid color-mix(in srgb,var(--theme-text) 10%,transparent);border-radius:22px;flex-direction:column;min-height:250px;padding:1.4rem;display:flex}.production-system-demo__grid span{opacity:.45;font-weight:900}.production-system-demo__grid h3{margin:auto 0 .7rem;font-size:2rem}.production-system-demo__grid p{color:var(--theme-text-muted);line-height:1.55}.production31-toolbar{z-index:1150;color:#fff;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0e1412f0;border-bottom:1px solid #ffffff1a;position:sticky;top:0}.production31-toolbar__inner{justify-content:space-between;align-items:center;min-height:54px;display:flex}.production31-toolbar a{color:#fff;font-size:.78rem;font-weight:800;text-decoration:none}.production31-toolbar strong{font-size:.82rem}.framework-error-fallback{color:#542626;background:#fff5f5;border:1px solid #d8a7a7;padding:3rem}.framework-error-fallback span{text-transform:uppercase;letter-spacing:.1em;font-size:.7rem;font-weight:900}.framework-error-fallback p{margin:.8rem 0 0}@media (max-width:900px){.production-system-demo__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:620px){.production-system-demo__grid{grid-template-columns:1fr}}.site-hub{color:#151715;background:#f4f3ee;min-height:100vh}.site-hub__hero{padding:9rem 0 5rem}.site-hub__hero h1{letter-spacing:-.07em;max-width:1100px;margin:0;font-size:clamp(4rem,9vw,9rem);line-height:.88}.site-hub__hero>.container>p:last-child{color:#151715a3;max-width:700px;margin-top:2rem;font-size:1.15rem;line-height:1.6}.site-hub__sites{padding-bottom:8rem}.site-hub__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.site-hub-card{background:#fff;border:1px solid #00000014;border-radius:26px;flex-direction:column;gap:2rem;min-height:520px;padding:1.5rem;display:flex}.site-hub-card__topline{justify-content:space-between;gap:1rem;display:flex}.site-hub-card__topline span,.site-hub-card__topline small{text-transform:uppercase;letter-spacing:.1em;font-size:.7rem;font-weight:900}.site-hub-card__topline small{opacity:.42}.site-hub-card h2{letter-spacing:-.04em;margin:4rem 0 1rem;font-size:2.7rem}.site-hub-card p{color:#15171599;line-height:1.6}.site-hub-card dl{margin:auto 0 0}.site-hub-card dl div{border-top:1px solid #00000014;grid-template-columns:80px 1fr;gap:1rem;padding:.65rem 0;display:grid}.site-hub-card dt{text-transform:uppercase;opacity:.42;font-size:.68rem;font-weight:900}.site-hub-card dd{overflow-wrap:anywhere;margin:0;font-size:.78rem}.site-hub-card__link{color:#fff;background:#151715;border-radius:999px;justify-content:space-between;padding:.9rem 1rem;font-weight:800;text-decoration:none;display:inline-flex}.bootstrap-toolbar{z-index:1200;color:#fff;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0e1412f0;border-bottom:1px solid #ffffff1a;position:sticky;top:0}.bootstrap-toolbar__inner{justify-content:space-between;align-items:center;min-height:54px;display:flex}.bootstrap-toolbar a{color:#fff;font-size:.76rem;font-weight:800;text-decoration:none}.bootstrap-toolbar strong{font-size:.82rem}.bootstrap-catalog{color:#fff;background:#111512;min-height:100vh;padding:7rem 0}.bootstrap-catalog header{max-width:1050px}.bootstrap-catalog header>a{color:#fff;font-weight:800;text-decoration:none}.bootstrap-catalog h1{letter-spacing:-.065em;margin:3rem 0 1.5rem;font-size:clamp(4rem,9vw,8rem);line-height:.9}.bootstrap-catalog header>p:last-child{color:#ffffff9e;max-width:680px;line-height:1.6}.bootstrap-catalog__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:5rem;display:grid}.bootstrap-catalog__grid section{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:24px;padding:1.4rem}.bootstrap-catalog__grid h2{margin:0 0 2rem;font-size:2rem}.bootstrap-catalog__grid section>div{gap:.45rem;display:grid}.bootstrap-catalog__grid section a{color:#fff;border-top:1px solid #ffffff1a;justify-content:space-between;padding:.8rem 0;text-decoration:none;display:flex}@media (max-width:900px){.site-hub__grid,.bootstrap-catalog__grid{grid-template-columns:1fr}}.bootstrap-home{color:#171917;background:#fff;min-height:100vh}.bootstrap-home__nav{border-bottom:1px solid #e7e7e3;justify-content:space-between;align-items:center;height:64px;padding:0 clamp(1.5rem,5vw,5rem);display:flex}.bootstrap-home__nav a{color:inherit;font-size:.82rem;font-weight:700;text-decoration:none}.bootstrap-home__hero{max-width:1100px;padding:clamp(5rem,10vw,10rem) clamp(1.5rem,5vw,5rem)}.bootstrap-home__hero h1{letter-spacing:-.065em;margin:.8rem 0 1.5rem;font-size:clamp(3.7rem,8vw,7.8rem);line-height:.92}.bootstrap-home__hero>p:last-of-type{color:#666b66;max-width:680px;font-size:1.2rem;line-height:1.65}.bootstrap-home__hero>div{gap:.7rem;margin-top:2rem;display:flex}.bootstrap-home__hero>div a{color:#fff;background:#171917;border-radius:.5rem;padding:.85rem 1.2rem;font-weight:700;text-decoration:none}.bootstrap-home__hero>div a+a{color:#171917;background:#f0f1ed}.bootstrap-home__chapters{max-width:1200px;margin:0 auto;padding:0 clamp(1.5rem,5vw,5rem) 8rem}.bootstrap-home__chapters>a{color:inherit;border-top:1px solid #dddeda;grid-template-columns:70px 1fr auto;align-items:center;gap:1rem;padding:2rem 0;text-decoration:none;display:grid}.bootstrap-home__chapters h2{margin:0;font-size:clamp(1.7rem,3vw,2.8rem)}.bootstrap-home__chapters p{color:#747874;margin:.4rem 0 0}.docs-shell{color:#202320;background:#fff;min-height:100vh;padding-top:64px;padding-left:280px}.docs-topbar{z-index:1400;background:#fff;border-bottom:1px solid #e5e6e2;justify-content:space-between;align-items:center;height:64px;padding:0 2rem;display:flex;position:fixed;top:0;left:0;right:0}.docs-topbar a{color:inherit;font-size:.82rem;font-weight:700;text-decoration:none}.docs-brand{font-size:1rem!important}.docs-sidebar{background:#fafaf8;border-right:1px solid #e5e6e2;width:280px;padding:2rem;position:fixed;top:64px;bottom:0;left:0;overflow:auto}.docs-sidebar nav{margin-bottom:1.6rem;display:grid}.docs-sidebar strong{margin-bottom:.55rem;font-size:.76rem}.docs-sidebar a{color:#6c716c;padding:.28rem 0;font-size:.84rem;text-decoration:none}.docs-sidebar a:hover{color:#111}.docs-main{max-width:960px;padding:5rem clamp(2rem,6vw,6rem) 8rem}.docs-page-header{border-bottom:1px solid #e5e6e2;padding-bottom:3rem}.docs-page-header h1{letter-spacing:-.055em;margin:.7rem 0 1rem;font-size:clamp(3.2rem,6vw,5.7rem);line-height:.95}.docs-page-header>p:last-child{color:#666b66;max-width:700px;font-size:1.18rem;line-height:1.65}.docs-section{border-bottom:1px solid #e5e6e2;padding:3.2rem 0}.docs-section h2{letter-spacing:-.03em;margin:0 0 1.4rem;font-size:2rem}.docs-section>p{color:#505550;max-width:720px;line-height:1.75}.docs-link-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;display:grid}.docs-link-card{color:inherit;border:1px solid #dedfdb;border-radius:.7rem;padding:1.3rem;text-decoration:none}.docs-link-card h3{margin:0 0 .5rem}.docs-link-card p{color:#6c716c;min-height:3em;margin:0 0 1.5rem;line-height:1.5}.docs-link-card span{font-size:.82rem;font-weight:700}.docs-example{background:#f5f5f2;border-radius:.7rem;justify-content:space-between;align-items:center;gap:2rem;padding:1.3rem;display:flex}.docs-example p{color:#6c716c;margin:.3rem 0 0}.docs-example a{white-space:nowrap;color:inherit;font-weight:700;text-decoration:none}.docs-code{color:#fff;background:#171917;border-radius:.5rem;padding:1.2rem 1.4rem;font-family:monospace}@media (max-width:850px){.docs-shell{padding-left:0}.docs-sidebar{display:none}.docs-main{padding-top:3rem}.docs-link-grid{grid-template-columns:1fr}.bootstrap-home__chapters>a{grid-template-columns:45px 1fr auto}}.docs-on-this-page{z-index:5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff0;border-bottom:1px solid #e5e6e2;align-items:center;gap:.9rem;margin:0 0 1rem;padding:.85rem 0;display:flex;position:sticky;top:64px}.docs-on-this-page span{color:#8a8f8a;text-transform:uppercase;letter-spacing:.08em;margin-right:.3rem;font-size:.72rem;font-weight:800}.docs-on-this-page a{color:#505550;font-size:.78rem;font-weight:700;text-decoration:none}.docs-anchor-section{border-bottom:1px solid #e5e6e2;padding:4.5rem 0;scroll-margin-top:126px}.docs-anchor-section>h2{letter-spacing:-.05em;margin:.5rem 0 1rem;font-size:clamp(2.8rem,5vw,4.8rem);line-height:.95}.docs-anchor-section__intro{color:#606560;max-width:720px;margin-bottom:2.5rem;font-size:1.08rem;line-height:1.7}.docs-option-group{margin:2.6rem 0}.docs-option-group__heading{margin-bottom:1rem}.docs-option-group__heading h3{margin:0;font-size:1.15rem}.docs-option-group__heading p{color:#737873;margin:.4rem 0 0}.docs-option-list{border-top:1px solid #dedfdb}.docs-option{border-bottom:1px solid #dedfdb;grid-template-columns:minmax(180px,260px) 1fr;gap:1.5rem;padding:1rem 0;display:grid}.docs-option>div{align-items:center;gap:.55rem;display:flex}.docs-option code{color:#272a27;background:#f0f1ed;border-radius:.35rem;padding:.28rem .45rem;font-size:.78rem;font-weight:700}.docs-option>div span{color:#fff;text-transform:uppercase;letter-spacing:.05em;background:#171917;border-radius:999px;padding:.2rem .4rem;font-size:.6rem;font-weight:800}.docs-option p{color:#5f645f;margin:0;line-height:1.55}.docs-code-block{background:#171917;border-radius:.6rem;margin-top:2rem;overflow:hidden}.docs-code-block pre{color:#f6f6f2;margin:0;padding:1.2rem 1.4rem;font-size:.82rem;line-height:1.6;overflow-x:auto}@media (max-width:850px){.docs-on-this-page{white-space:nowrap;overflow-x:auto}.docs-option{grid-template-columns:1fr;gap:.55rem}}.design-playground{border-top:6px solid #171917;margin-top:6rem;padding-top:6rem}.design-playground__header{max-width:760px;margin-bottom:3rem}.design-playground__header h2{letter-spacing:-.055em;margin:.5rem 0 1rem;font-size:clamp(3rem,5.5vw,5.4rem);line-height:.94}.design-playground__header>p:last-child{color:#666b66;font-size:1.08rem;line-height:1.7}.design-demo-carousel{margin-top:2rem}.design-demo-carousel__toolbar{justify-content:space-between;align-items:end;gap:1rem;margin-bottom:.8rem;display:flex}.design-demo-carousel__toolbar>div:first-child{gap:.2rem;display:grid}.design-demo-carousel__toolbar span{color:#858a85;letter-spacing:.08em;text-transform:uppercase;font-size:.68rem;font-weight:800}.design-demo-carousel__toolbar strong{font-size:1rem}.design-demo-carousel__controls{gap:.4rem;display:flex}.design-demo-carousel__controls button{cursor:pointer;background:#fff;border:1px solid #d9dad6;border-radius:999px;width:42px;height:42px;font-size:1rem}.design-demo{border:1px solid #d9dad6;border-radius:18px;overflow:hidden}.design-demo__meta{background:#f6f6f3;border-bottom:1px solid #d9dad6;grid-template-columns:repeat(3,1fr);display:grid}.design-demo__meta>div{border-right:1px solid #d9dad6;gap:.25rem;padding:.85rem 1rem;display:grid}.design-demo__meta>div:last-child{border-right:0}.design-demo__meta span{color:#8b908b;letter-spacing:.07em;text-transform:uppercase;font-size:.62rem;font-weight:800}.design-demo__meta strong{font-size:.76rem}.design-demo__stage{grid-template-columns:minmax(0,1.6fr) minmax(260px,.65fr);min-height:560px;display:grid}.design-demo__visual{flex-direction:column;justify-content:center;padding:clamp(2rem,5vw,5rem);display:flex;position:relative}.design-demo__visual-mark{gap:.3rem;display:flex;position:absolute;top:1.5rem;right:1.5rem}.design-demo__visual-mark span{opacity:.18;background:currentColor;border-radius:50%;width:9px;height:9px}.design-demo__visual small{letter-spacing:.08em;text-transform:uppercase;margin-bottom:2rem;font-weight:800}.design-demo__visual h3{letter-spacing:-.055em;max-width:760px;margin:0;font-size:clamp(3rem,6vw,6rem);line-height:.92}.design-demo__visual>p{opacity:.72;max-width:610px;margin:1.5rem 0 2rem;font-size:1.05rem;line-height:1.7}.design-demo__visual>button{cursor:pointer;background:currentColor;border:0;border-radius:999px;align-self:flex-start;padding:.8rem 1rem;font-weight:800}.design-demo__notes{background:#ffffff38;border-color:#0000001a;border-left-style:solid;border-left-width:1px;flex-direction:column;justify-content:flex-end;padding:1.6rem;display:flex}.design-demo__notes span{letter-spacing:.08em;text-transform:uppercase;opacity:.55;font-size:.7rem;font-weight:900}.design-demo__notes p{opacity:.72;margin:.8rem 0 0;line-height:1.65}.design-demo-carousel__dots{justify-content:center;gap:.4rem;margin-top:1rem;display:flex}.design-demo-carousel__dots button{cursor:pointer;background:#d1d3cf;border:0;border-radius:50%;width:8px;height:8px;padding:0}.design-demo-carousel__dots button.is-active{background:#171917;border-radius:999px;width:26px}.design-demo.is-editorial .design-demo__visual{color:#2d2a25;background:#f2eee5}.design-demo.is-editorial .design-demo__visual h3{font-family:var(--font-playfair,Georgia, serif);font-weight:500}.design-demo.is-editorial .design-demo__visual>button{color:#f2eee5}.design-demo.is-professional .design-demo__visual{color:#f6f8f7;background:#121719}.design-demo.is-professional .design-demo__visual h3{font-family:var(--font-poppins,Arial, sans-serif);font-weight:700}.design-demo.is-professional .design-demo__visual>button{color:#121719}.design-demo.is-wellness .design-demo__visual{color:#2c3b30;background:#dfe8dd}.design-demo.is-wellness .design-demo__visual h3{font-family:var(--font-lora,Georgia, serif);font-weight:500}.design-demo.is-wellness .design-demo__visual>button{color:#dfe8dd}.design-demo.is-creative .design-demo__visual{color:#1c1c1a;background:#f4c655}.design-demo.is-creative .design-demo__visual h3{font-family:var(--font-josefin,Arial, sans-serif);text-transform:uppercase;font-weight:700}.design-demo.is-creative .design-demo__visual>button{color:#f4c655}.design-demo.is-longform .design-demo__visual{color:#292826;background:#fbfaf6;justify-content:flex-start}.design-demo.is-longform .design-demo__visual h3{max-width:620px;font-family:Georgia,serif;font-size:clamp(2.8rem,4.5vw,4.6rem);font-weight:500}.design-demo.is-longform .design-demo__visual>button{color:#fbfaf6}@media (max-width:900px){.design-demo__stage{grid-template-columns:1fr}.design-demo__notes{border-top:1px solid #0000001a;border-left:0}}@media (max-width:620px){.design-demo__meta{grid-template-columns:1fr}.design-demo__meta>div{border-bottom:1px solid #d9dad6;border-right:0}.design-demo__meta>div:last-child{border-bottom:0}.design-demo__stage{min-height:auto}.design-demo__visual{min-height:560px}}.design-playground{background:#f7f7f4;width:calc(100vw - 280px);max-width:none;margin-left:calc(620px - 50vw);padding-bottom:6rem;padding-left:clamp(2rem,4vw,4rem);padding-right:clamp(2rem,4vw,4rem)}.design-playground__header{padding-top:1rem}.design-demo-carousel__actions{align-items:center;gap:.8rem;display:flex}.design-demo-carousel__identity{gap:.15rem;display:grid}.design-demo-carousel__identity small{color:#777c77;font-size:.72rem}.design-demo-viewport-toggle{background:#e9eae6;border-radius:999px;padding:.25rem;display:flex}.design-demo-viewport-toggle button{color:#666b66;cursor:pointer;background:0 0;border:0;border-radius:999px;padding:.5rem .75rem;font-size:.7rem;font-weight:800}.design-demo-viewport-toggle button.is-active{color:#171917;background:#fff;box-shadow:0 1px 5px #00000014}.design-demo-comparison-note{color:#666b66;align-items:baseline;gap:.7rem;padding:.8rem 0 1rem;font-size:.76rem;display:flex}.design-demo-comparison-note strong{color:#202320}.design-demo__meta{grid-template-columns:repeat(4,1fr)}.design-demo__viewport-shell{background:linear-gradient(135deg,#dedfd9,#f4f4f0);place-items:center;min-height:690px;padding:clamp(1rem,3vw,2.5rem);display:grid}.design-demo__browser{background:#fff;border-radius:12px;width:100%;transition:width .35s,border-radius .35s;overflow:hidden;box-shadow:0 22px 70px #1e221e2e}.design-demo.is-mobile .design-demo__browser{border-radius:28px;width:min(390px,100%)}.design-demo__browser-bar{background:#f0f1ed;border-bottom:1px solid #dedfda;grid-template-columns:1fr auto 1fr;align-items:center;height:38px;padding:0 .9rem;display:grid}.design-demo__browser-bar>div{gap:.3rem;display:flex}.design-demo__browser-bar>div span{background:#bfc2bc;border-radius:50%;width:7px;height:7px}.design-demo__browser-bar small{color:#8a8e89;font-size:.62rem}.design-demo__stage{min-height:620px;display:block}.design-demo.is-mobile .design-demo__stage{min-height:700px}.design-demo__visual{grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);align-items:center;gap:clamp(2rem,5vw,6rem);min-height:620px;padding:clamp(2rem,5vw,5.5rem) clamp(2rem,6vw,6.5rem);display:grid;position:relative}.design-demo__brand{letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-weight:800;position:absolute;top:1.4rem;left:clamp(2rem,6vw,6.5rem)}.design-demo__content{z-index:2;position:relative}.design-demo__content small{letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.5rem;font-size:.64rem;font-weight:900;display:block}.design-demo__content h3{letter-spacing:-.06em;max-width:760px;margin:0;font-size:clamp(3.5rem,6vw,7rem);line-height:.9}.design-demo__content p{opacity:.72;max-width:580px;margin:1.6rem 0 2rem;line-height:1.7}.design-demo__content button{cursor:pointer;background:currentColor;border:0;border-radius:999px;padding:.85rem 1.05rem;font-weight:800}.design-demo__art{min-height:390px;position:relative}.design-demo__art span{display:block;position:absolute}.design-demo__art .shape-one{opacity:.08;background:currentColor;border-radius:48% 52% 41% 59%;inset:6% 8% 12% 12%}.design-demo__art .shape-two{aspect-ratio:1;opacity:.22;border:1px solid;border-radius:50%;width:44%;top:13%;right:2%}.design-demo__art .shape-three{opacity:.13;background:currentColor;border-radius:4px;width:42%;height:46%;bottom:7%;left:7%}.design-demo.is-mobile .design-demo__visual{grid-template-columns:1fr;align-content:end;min-height:700px;padding:5.5rem 1.6rem 1.8rem}.design-demo.is-mobile .design-demo__brand{left:1.6rem}.design-demo.is-mobile .design-demo__content h3{font-size:clamp(2.5rem,11vw,3.7rem)}.design-demo.is-mobile .design-demo__art{opacity:.7;min-height:260px;position:absolute;inset:4.5rem 1rem auto}.design-demo.is-editorial .design-demo__visual{color:#302b24;background:#eee7da;grid-template-columns:minmax(0,.95fr) minmax(300px,1.05fr)}.design-demo.is-editorial .design-demo__content h3{font-family:var(--font-playfair,Georgia, serif);letter-spacing:-.045em;font-weight:500}.design-demo.is-editorial .design-demo__content p{font-family:var(--font-raleway,Arial, sans-serif)}.design-demo.is-editorial .design-demo__content button{color:#eee7da}.design-demo.is-professional .design-demo__visual{color:#f6f8f7;background:#11191e;grid-template-columns:minmax(0,1.3fr) minmax(260px,.7fr)}.design-demo.is-professional .design-demo__content h3{font-family:var(--font-poppins,Arial, sans-serif);letter-spacing:-.07em;font-weight:750}.design-demo.is-professional .design-demo__content button{color:#11191e}.design-demo.is-wellness .design-demo__visual{color:#304036;text-align:center;background:#dae6d8;grid-template-columns:1fr}.design-demo.is-wellness .design-demo__content{max-width:760px;margin:0 auto}.design-demo.is-wellness .design-demo__content h3{font-family:var(--font-lora,Georgia, serif);letter-spacing:-.04em;font-weight:500}.design-demo.is-wellness .design-demo__content p{margin-left:auto;margin-right:auto}.design-demo.is-wellness .design-demo__content button{color:#dae6d8}.design-demo.is-wellness .design-demo__art{display:none}.design-demo.is-creative .design-demo__visual{color:#1d1d19;background:#f0c545;grid-template-columns:minmax(0,1.45fr) minmax(220px,.55fr);align-items:end}.design-demo.is-creative .design-demo__content h3{font-family:var(--font-josefin,Arial, sans-serif);text-transform:uppercase;letter-spacing:-.075em;font-weight:700}.design-demo.is-creative .design-demo__content button{color:#f0c545;border-radius:0}.design-demo.is-longform .design-demo__visual{color:#292826;background:#fbfaf6;padding-right:28%;display:block}.design-demo.is-longform .design-demo__content{max-width:720px;padding-top:5rem}.design-demo.is-longform .design-demo__content h3{letter-spacing:-.04em;font-family:Georgia,serif;font-size:clamp(3rem,4.5vw,5rem);font-weight:500;line-height:1.02}.design-demo.is-longform .design-demo__art{width:22%;position:absolute;top:15%;right:4%}.design-demo.is-longform .design-demo__content button{color:#fbfaf6}.design-demo.is-technical .design-demo__visual{color:#15272b;background-color:#f5f8f8;background-image:linear-gradient(#dfe5e6 1px,#0000 1px),linear-gradient(90deg,#dfe5e6 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:30px 30px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;grid-template-columns:minmax(0,1.5fr) minmax(260px,.5fr)}.design-demo.is-technical .design-demo__content h3{letter-spacing:-.055em;font-family:Arial Narrow,Arial,sans-serif;font-weight:800}.design-demo.is-technical .design-demo__content button{color:#f5f8f8;border-radius:4px}.design-demo.is-minimal .design-demo__visual{color:#1a1d1a;background:#fff;grid-template-columns:1fr 1fr}.design-demo.is-minimal .design-demo__content h3{letter-spacing:-.055em;font-family:Arial,sans-serif;font-weight:500}.design-demo.is-minimal .design-demo__content button{color:currentColor;background:0 0;border:1px solid}.design-demo.is-luxury .design-demo__visual{color:#e9e2d2;background:#23251f;grid-template-columns:minmax(0,.8fr) minmax(360px,1.2fr);padding-top:7rem;padding-bottom:7rem}.design-demo.is-luxury .design-demo__content h3{letter-spacing:-.04em;font-family:Times New Roman,Georgia,serif;font-style:italic;font-weight:400}.design-demo.is-luxury .design-demo__content button{color:currentColor;background:0 0;border:1px solid}.design-demo-thumbnails{grid-template-columns:repeat(4,1fr);gap:.5rem;margin-top:1rem;display:grid}.design-demo-thumbnails button{text-align:left;cursor:pointer;background:#fff;border:1px solid #dcddd9;border-radius:8px;flex-direction:column;align-items:flex-start;min-height:105px;padding:.8rem;display:flex}.design-demo-thumbnails button.is-active{border-color:#171917;box-shadow:inset 0 0 0 1px #171917}.design-demo-thumbnails span{color:#969a95;font-size:.6rem;font-weight:800}.design-demo-thumbnails strong{margin-top:auto;font-size:.76rem}.design-demo-thumbnails small{color:#7b807b;margin-top:.2rem;font-size:.61rem}@media (max-width:1100px){.design-demo-thumbnails{grid-template-columns:repeat(2,1fr)}}@media (max-width:850px){.design-playground{width:100%;margin-left:0;padding-left:0;padding-right:0}.design-demo-carousel__toolbar{flex-direction:column;align-items:flex-start}.design-demo-carousel__actions{justify-content:space-between;width:100%}.design-demo__meta{grid-template-columns:1fr 1fr}.design-demo__visual{grid-template-columns:1fr}.design-demo__art{min-height:260px}}@media (min-width:851px){.design-playground{box-sizing:border-box;width:calc(100vw - 280px);max-width:calc(100vw - 280px);margin-left:calc(-1*clamp(2rem,6vw,6rem));margin-right:0;padding-left:clamp(2rem,4vw,4rem);padding-right:clamp(2rem,4vw,4rem);overflow:hidden}.design-demo-carousel,.design-demo{max-width:100%}.design-demo__viewport-shell{max-width:100%;overflow:hidden}}@media (max-width:850px){.design-playground{width:100%;max-width:100%;margin-left:0;margin-right:0}}.design-demo.is-mobile .design-demo__visual{text-align:left;flex-direction:column;justify-content:flex-end;align-items:stretch;min-height:720px;padding:5rem 1.35rem 1.5rem;display:flex}.design-demo.is-mobile .design-demo__brand{max-width:calc(100% - 2.7rem);top:1.25rem;left:1.35rem;right:1.35rem}.design-demo.is-mobile .design-demo__content{width:100%;max-width:100%;margin:0}.design-demo.is-mobile .design-demo__content small{margin-bottom:1rem;font-size:.58rem;line-height:1.4}.design-demo.is-mobile .design-demo__content h3{letter-spacing:-.048em;overflow-wrap:anywhere;width:100%;max-width:100%;margin:0;font-size:clamp(2.35rem,10vw,3.25rem);line-height:.98}.design-demo.is-mobile .design-demo__content p{width:100%;max-width:100%;margin:1rem 0 1.35rem;font-size:.92rem;line-height:1.6}.design-demo.is-mobile .design-demo__content button{white-space:normal;max-width:100%}.design-demo.is-mobile .design-demo__art{pointer-events:none;width:auto;height:230px;min-height:0;position:absolute;inset:4.3rem 1rem auto}.design-demo.is-mobile.is-editorial .design-demo__visual,.design-demo.is-mobile.is-wellness .design-demo__visual,.design-demo.is-mobile.is-luxury .design-demo__visual{text-align:center}.design-demo.is-mobile.is-editorial .design-demo__content p,.design-demo.is-mobile.is-wellness .design-demo__content p,.design-demo.is-mobile.is-luxury .design-demo__content p{margin-left:auto;margin-right:auto}.design-demo.is-mobile.is-editorial .design-demo__content button,.design-demo.is-mobile.is-wellness .design-demo__content button,.design-demo.is-mobile.is-luxury .design-demo__content button{align-self:center}.design-demo.is-mobile.is-wellness .design-demo__art{display:none}.design-demo.is-mobile.is-longform .design-demo__visual{padding-right:1.35rem}.design-demo.is-mobile.is-longform .design-demo__content{padding-top:0}.design-demo.is-mobile.is-longform .design-demo__art{width:auto;top:4.3rem;right:1rem}.design-demo.is-mobile.is-creative .design-demo__content h3{font-size:clamp(2.15rem,9.5vw,3rem);line-height:.94}.design-demo.is-mobile.is-professional .design-demo__content h3,.design-demo.is-mobile.is-technical .design-demo__content h3{font-size:clamp(2.25rem,9.7vw,3.1rem)}.design-demo-table-wrap{border-top:1px solid #d8d9d5;margin-top:3rem;padding-top:3rem}.design-demo-table-heading{justify-content:space-between;align-items:end;gap:2rem;margin-bottom:1rem;display:flex}.design-demo-table-heading>div{gap:.25rem;display:grid}.design-demo-table-heading span{color:#8b908b;text-transform:uppercase;letter-spacing:.08em;font-size:.65rem;font-weight:900}.design-demo-table-heading strong{font-size:1.25rem}.design-demo-table-heading p{color:#707570;max-width:520px;margin:0;font-size:.78rem;line-height:1.5}.design-demo-table-scroll{background:#fff;border:1px solid #d8d9d5;border-radius:10px;overflow-x:auto}.design-demo-table{border-collapse:collapse;width:100%;min-width:1100px;font-size:.74rem}.design-demo-table th,.design-demo-table td{text-align:left;vertical-align:top;border-bottom:1px solid #e5e6e2;border-right:1px solid #ecece8;padding:.85rem 1rem}.design-demo-table th:last-child,.design-demo-table td:last-child{border-right:0}.design-demo-table th{color:#606560;text-transform:uppercase;letter-spacing:.07em;background:#f3f4f0;font-size:.62rem;font-weight:900;position:sticky;top:0}.design-demo-table tbody tr:last-child td{border-bottom:0}.design-demo-table code{white-space:nowrap;background:#f0f1ed;border-radius:.3rem;padding:.2rem .35rem;font-size:.68rem}@media (max-width:850px){.design-demo-table-heading{flex-direction:column;align-items:flex-start;gap:.6rem}.design-demo.is-mobile .design-demo__viewport-shell{padding-left:.75rem;padding-right:.75rem}}.design-demo.is-tablet .design-demo__browser{width:min(820px,100%)}.design-demo.is-tablet .design-demo__stage{min-height:680px}.design-demo.is-tablet .design-demo__visual{grid-template-columns:minmax(0,1.05fr) minmax(240px,.95fr);gap:clamp(1.5rem,4vw,3.5rem);min-height:680px;padding:4.5rem clamp(2rem,4vw,3.5rem) 3rem}.design-demo.is-tablet .design-demo__brand{left:clamp(2rem,4vw,3.5rem)}.design-demo.is-tablet .design-demo__content h3{font-size:clamp(3rem,6vw,4.8rem);line-height:.94}.design-demo.is-tablet .design-demo__content p{max-width:520px;font-size:.98rem}.design-demo.is-tablet .design-demo__art{min-height:330px}.design-demo.is-tablet.is-editorial .design-demo__visual{grid-template-columns:minmax(0,.9fr) minmax(260px,1.1fr)}.design-demo.is-tablet.is-professional .design-demo__visual,.design-demo.is-tablet.is-technical .design-demo__visual{grid-template-columns:minmax(0,1.25fr) minmax(220px,.75fr)}.design-demo.is-tablet.is-wellness .design-demo__visual{text-align:center;grid-template-columns:1fr}.design-demo.is-tablet.is-wellness .design-demo__content{max-width:700px;margin:0 auto}.design-demo.is-tablet.is-wellness .design-demo__art{display:none}.design-demo.is-tablet.is-creative .design-demo__visual{grid-template-columns:minmax(0,1.3fr) minmax(200px,.7fr);align-items:end}.design-demo.is-tablet.is-longform .design-demo__visual{padding-right:20%;display:block}.design-demo.is-tablet.is-longform .design-demo__art{width:16%;position:absolute;top:18%;right:3%}.design-demo.is-tablet.is-minimal .design-demo__visual{grid-template-columns:1fr 1fr}.design-demo.is-tablet.is-luxury .design-demo__visual{grid-template-columns:minmax(0,.8fr) minmax(300px,1.2fr);padding-top:5.5rem;padding-bottom:5.5rem}@media (max-width:900px){.design-demo.is-tablet .design-demo__browser{width:min(760px,100%)}}.chapter-playground{box-sizing:border-box;background:#f7f7f4;border-top:6px solid #171917;width:calc(100vw - 280px);max-width:calc(100vw - 280px);margin-top:6rem;margin-left:calc(-1*clamp(2rem,6vw,6rem));padding:6rem clamp(2rem,4vw,4rem);scroll-margin-top:100px;overflow:hidden}.chapter-playground__intro{max-width:800px;margin-bottom:3rem}.chapter-playground__intro h2{letter-spacing:-.055em;margin:.5rem 0 1rem;font-size:clamp(3rem,5.5vw,5.4rem);line-height:.94}.chapter-playground__intro>p:last-child{color:#666b66;line-height:1.7}.chapter-playground__toolbar{justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1rem;display:flex}.chapter-playground__toolbar>div:first-child{gap:.2rem;display:grid}.chapter-playground__toolbar span{color:#8a8f8a;letter-spacing:.08em;text-transform:uppercase;font-size:.65rem;font-weight:900}.chapter-playground__actions{align-items:center;gap:.45rem;display:flex}.chapter-playground__arrow{cursor:pointer;background:#fff;border:1px solid #d5d7d2;border-radius:999px;width:42px;height:42px}.chapter-demo{background:linear-gradient(135deg,#dedfd9,#f4f4f0);border-radius:16px;place-items:center;min-height:650px;padding:clamp(1rem,3vw,2.5rem);display:grid}.chapter-demo__frame{background:#fff;border-radius:12px;width:100%;transition:width .3s;overflow:hidden;box-shadow:0 22px 70px #1e221e2e}.chapter-demo.is-tablet .chapter-demo__frame{width:min(820px,100%)}.chapter-demo.is-mobile .chapter-demo__frame{border-radius:28px;width:min(390px,100%)}.chapter-demo__bar{background:#f0f1ed;border-bottom:1px solid #dedfda;align-items:center;gap:.3rem;height:38px;padding:0 .9rem;display:flex}.chapter-demo__bar span{background:#bfc2bc;border-radius:50%;width:7px;height:7px}.chapter-demo__content{min-height:560px;padding:clamp(2rem,6vw,6rem);position:relative;overflow:hidden}.chapter-demo__content small{letter-spacing:.09em;text-transform:uppercase;font-weight:900}.chapter-demo__content h3{z-index:2;letter-spacing:-.06em;max-width:800px;margin:1rem 0;font-size:clamp(3.2rem,6vw,6.5rem);line-height:.92;position:relative}.chapter-demo__content>p{z-index:2;max-width:580px;line-height:1.7;position:relative}.chapter-demo__visual{aspect-ratio:1.2;width:34%;position:absolute;bottom:8%;right:6%}.chapter-demo__visual span{opacity:.1;background:currentColor;display:block;position:absolute}.chapter-demo__visual span:first-child{border-radius:50%;inset:0 20% 20% 0}.chapter-demo__visual span:nth-child(2){width:45%;height:70%;bottom:0;right:0}.chapter-demo__visual span:nth-child(3){aspect-ratio:1;border-radius:50%;width:35%;bottom:0;left:20%}.chapter-demo__visual span:nth-child(4){opacity:.3;width:60%;height:1px;top:20%;right:0}.chapter-demo.is-tablet .chapter-demo__content{min-height:600px;padding:4rem 3rem}.chapter-demo.is-tablet .chapter-demo__content h3{font-size:clamp(3rem,6vw,4.8rem)}.chapter-demo.is-mobile .chapter-demo__content{flex-direction:column;justify-content:flex-end;min-height:650px;padding:4.5rem 1.35rem 1.5rem;display:flex}.chapter-demo.is-mobile .chapter-demo__content h3{max-width:100%;font-size:clamp(2.35rem,10vw,3.25rem);line-height:.98}.chapter-demo.is-mobile .chapter-demo__content>p{max-width:100%;font-size:.92rem}.chapter-demo.is-mobile .chapter-demo__visual{width:70%;top:4rem;bottom:auto;right:1rem}.chapter-demo.is-a .chapter-demo__content{color:#302b24;background:#eee7da}.chapter-demo.is-b .chapter-demo__content{color:#f6f8f7;background:#11191e}.chapter-demo.is-c .chapter-demo__content{color:#304036;background:#dae6d8}.chapter-demo.is-d .chapter-demo__content{color:#1d1d19;background:#f0c545}.chapter-demo.is-e .chapter-demo__content{color:#e9e2d2;background:#23251f}.chapter-playground__thumbs{grid-template-columns:repeat(5,1fr);gap:.5rem;margin-top:1rem;display:grid}.chapter-playground__thumbs button{cursor:pointer;text-align:left;background:#fff;border:1px solid #dcddd9;border-radius:8px;flex-direction:column;align-items:flex-start;min-height:82px;padding:.75rem;display:flex}.chapter-playground__thumbs button.is-active{border-color:#171917;box-shadow:inset 0 0 0 1px #171917}.chapter-playground__thumbs strong{margin-top:auto;font-size:.74rem}@media (max-width:1000px){.chapter-playground__thumbs{grid-template-columns:repeat(2,1fr)}}@media (max-width:850px){.chapter-playground{width:100%;max-width:100%;margin-left:0;padding-left:0;padding-right:0}.chapter-playground__toolbar{flex-direction:column;align-items:flex-start}.chapter-playground__actions{flex-wrap:wrap;width:100%}}.three-playground{box-sizing:border-box;background:#f7f7f4;border-top:6px solid #171917;width:calc(100vw - 280px);max-width:calc(100vw - 280px);margin-top:6rem;margin-left:calc(-1*clamp(2rem,6vw,6rem));padding:6rem clamp(2rem,4vw,4rem);scroll-margin-top:105px;overflow:hidden}.three-playground__intro{max-width:860px;margin-bottom:3rem}.three-playground__intro h2{letter-spacing:-.055em;margin:.5rem 0 1rem;font-size:clamp(3rem,5.5vw,5.5rem);line-height:.94}.three-playground__intro>p:last-child{color:#666b66;line-height:1.7}.three-playground__toolbar{justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1rem;display:flex}.three-playground__tabs{flex:1;grid-template-columns:repeat(4,minmax(135px,1fr));gap:.45rem;display:grid}.three-playground__tabs button{cursor:pointer;text-align:left;background:#fff;border:1px solid #d7d9d4;border-radius:8px;align-content:end;gap:.2rem;min-height:82px;padding:.75rem;display:grid}.three-playground__tabs button small{color:#8c918c;text-transform:uppercase;letter-spacing:.07em;font-size:.58rem;font-weight:900}.three-playground__tabs button strong{font-size:.72rem}.three-playground__tabs button.is-active{color:#fff;background:#171917;border-color:#171917}.three-playground__tabs button.is-active small{color:#ffffff8c}.three-playground__workspace{grid-template-columns:290px minmax(0,1fr);gap:.8rem;display:grid}.three-playground__controls{background:#fff;border:1px solid #d8d9d5;border-radius:10px;flex-direction:column;gap:1rem;padding:1.1rem;display:flex}.three-playground__controls header small{color:#8b908b;text-transform:uppercase;letter-spacing:.08em;font-size:.62rem;font-weight:900}.three-playground__controls header h3{letter-spacing:-.035em;margin:.5rem 0;font-size:1.6rem}.three-playground__controls header p{color:#666b66;margin:0;font-size:.78rem;line-height:1.5}.three-playground__control-group{border-top:1px solid #e6e7e3;padding-top:1rem}.three-playground__control-group>span,.three-playground__values>span{color:#8b908b;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem;font-size:.6rem;font-weight:900;display:block}.three-playground__control-group>div{flex-wrap:wrap;gap:.35rem;display:flex}.three-playground__control-group button{cursor:pointer;background:#fff;border:1px solid #d7d9d4;border-radius:999px;padding:.45rem .65rem;font-size:.68rem;font-weight:800}.three-playground__control-group button.is-active{color:#fff;background:#171917;border-color:#171917}.three-playground__values{border-top:1px solid #e6e7e3;margin-top:auto;padding-top:1rem}.three-playground__values>div{border-top:1px solid #f0f0ed;grid-template-columns:80px 1fr;gap:.6rem;padding:.5rem 0;display:grid}.three-playground__values code{font-size:.64rem}.three-playground__values strong{font-size:.68rem;font-weight:700}.three-playground__preview{background:linear-gradient(135deg,#dfe0da,#f1f2ee);border-radius:10px;place-items:center;min-height:720px;padding:clamp(.75rem,2.5vw,2rem);display:grid}.three-playground__browser{background:#fff;border-radius:12px;width:100%;transition:width .3s;overflow:hidden;box-shadow:0 22px 70px #1e221e2e}.three-playground__preview.is-tablet .three-playground__browser{width:min(820px,100%)}.three-playground__preview.is-mobile .three-playground__browser{border-radius:28px;width:min(390px,100%)}.three-playground__bar{background:#f0f1ed;border-bottom:1px solid #dedfda;grid-template-columns:auto auto auto 1fr;align-items:center;gap:.3rem;height:38px;padding:0 .9rem;display:grid}.three-playground__bar>span{background:#bfc2bc;border-radius:50%;width:7px;height:7px}.three-playground__bar small{color:#8a8e89;justify-self:center;font-size:.6rem}.three-playground__canvas{background:#e8ebe5;height:640px;position:relative}.three-playground__preview.is-tablet .three-playground__canvas{height:650px}.three-playground__preview.is-mobile .three-playground__canvas{height:680px}.three-playground__canvas canvas{display:block}.three-playground__overlay{z-index:5;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);pointer-events:none;background:#0000006b;border-radius:7px;gap:.15rem;padding:.65rem .8rem;display:grid;position:absolute;bottom:1rem;left:1rem}.three-playground__overlay small{opacity:.6;text-transform:uppercase;letter-spacing:.08em;font-size:.56rem}.three-playground__overlay strong{font-size:.76rem}.three-playground__overlay span{opacity:.65;font-size:.62rem}.three-playground__matrix{border-top:1px solid #d8d9d5;margin-top:3rem;padding-top:3rem}@media (max-width:1150px){.three-playground__tabs{grid-template-columns:repeat(2,1fr)}.three-playground__workspace{grid-template-columns:240px minmax(0,1fr)}}@media (max-width:850px){.three-playground{width:100%;max-width:100%;margin-left:0;padding:4rem 0}.three-playground__intro,.three-playground__toolbar,.three-playground__workspace,.three-playground__matrix{margin-left:1rem;margin-right:1rem}.three-playground__toolbar{flex-direction:column;align-items:flex-start}.three-playground__tabs{grid-template-columns:1fr 1fr;width:100%}.three-playground__workspace{grid-template-columns:1fr}.three-playground__controls{order:2}.three-playground__preview{order:1}}.three-playground__story-copy{z-index:6;color:#fff;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0f1210b8;border-radius:10px;width:min(420px,48%);padding:1.1rem;position:absolute;top:clamp(1rem,5vw,3.5rem);left:clamp(1rem,4vw,3rem)}.three-playground__story-copy small{opacity:.55;text-transform:uppercase;letter-spacing:.08em;font-size:.58rem;font-weight:900}.three-playground__story-copy h4{letter-spacing:-.035em;margin:.55rem 0 .65rem;font-size:clamp(1.5rem,2.6vw,2.5rem);line-height:1}.three-playground__story-copy p{color:#ffffffb8;margin:0;font-size:.76rem;line-height:1.55}.three-playground__story-copy>div{gap:.35rem;margin-top:1rem;display:flex}.three-playground__story-copy button{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff38;border-radius:999px;width:34px;height:34px;font-size:.65rem;font-weight:800}.three-playground__story-copy button.is-active{color:#171917;background:#fff}.three-playground__preview.is-mobile .three-playground__story-copy{width:auto;top:.8rem;left:.8rem;right:.8rem}.three-playground__preview.is-mobile .three-playground__story-copy h4{font-size:1.45rem}.three-playground__preview.is-mobile .three-playground__story-copy p{font-size:.7rem}
