@layer reset{*,:before,:after{box-sizing:border-box}html{color-scheme:dark;scroll-behavior:smooth}body,h1,h2,h3,p,ul,ol,dl,dd{margin:0}ul,ol{padding:0;list-style:none}img{max-width:100%;display:block}button,a{font:inherit}}@layer tokens{:root{--color-canvas:#090b0c;--color-surface:#101315;--color-surface-raised:#171b1d;--color-ink:#f0f1ee;--color-ink-soft:#b8bdbb;--color-ink-faint:#7f8784;--color-silver:#d9dddc;--color-accent:#9acb3c;--color-accent-dark:#496c14;--color-line:#d9dddc24;--color-line-strong:#d9dddc47;--font-sans:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display:Impact, "Arial Black", var(--font-sans);--font-mono:"Cascadia Mono", "SFMono-Regular", Consolas, monospace;--shell:76rem;--shell-wide:92rem;--space-1:.35rem;--space-2:.65rem;--space-3:1rem;--space-4:1.5rem;--space-5:2rem;--space-6:3rem;--space-7:4.5rem;--space-8:6.5rem;--radius:.2rem;--header-height:5.5rem;--motion:.18s;--ease:cubic-bezier(.2, .8, .2, 1)}}@layer base{body{background:linear-gradient(#ffffff04 1px, transparent 1px), var(--color-canvas);min-width:0;color:var(--color-ink);font-family:var(--font-sans);text-rendering:optimizelegibility;background-size:100% 5.5rem;font-size:1rem;line-height:1.65;overflow-x:clip}body[data-menu-open]{overflow:hidden}a{color:inherit;text-underline-offset:.22em}button:disabled{cursor:not-allowed}:focus-visible{outline:.18rem solid var(--color-accent);outline-offset:.25rem}h1,h2,h3{text-wrap:balance;line-height:1.02}h1,h2{font-family:var(--font-display);letter-spacing:-.035em;text-transform:uppercase;font-weight:900}h2{font-size:clamp(2.2rem,5vw,5rem)}h3{font-size:clamp(1.35rem,2vw,2rem)}main:focus{outline:0}}@layer components{.shell{width:min(calc(100% - 2rem), var(--shell));margin-inline:auto}.shell--wide{max-width:var(--shell-wide)}.skip-link{z-index:999;background:var(--color-ink);color:var(--color-canvas);padding:.7rem 1rem;position:fixed;top:.5rem;left:.5rem;transform:translateY(-180%)}.skip-link:focus{transform:none}.eyebrow{color:var(--color-accent);font-family:var(--font-mono);letter-spacing:.11em;text-transform:uppercase;font-size:clamp(.67rem,1.2vw,.78rem);font-weight:700;line-height:1.5}.button,.text-link,.text-button{letter-spacing:.07em;text-transform:uppercase;justify-content:center;align-items:center;gap:.5rem;min-height:2.9rem;font-size:.76rem;font-weight:800;display:inline-flex}.button{border:1px solid var(--color-silver);border-radius:var(--radius);background:var(--color-silver);color:var(--color-canvas);transition:background var(--motion) var(--ease), color var(--motion) var(--ease);padding:.8rem 1.15rem;text-decoration:none}.button:hover,.button--secondary{color:var(--color-ink);background:0 0}.button--disabled{border-color:var(--color-line-strong);background:var(--color-surface-raised);color:var(--color-ink-faint)}.text-link,.text-button{border:0;border-bottom:1px solid var(--color-line-strong);min-height:2.75rem;color:var(--color-ink);background:0 0;padding:0;text-decoration:none}.text-link:hover,.text-button:hover:not(:disabled){border-color:var(--color-accent);color:var(--color-accent)}.site-header{z-index:100;border-bottom:1px solid var(--color-line);backdrop-filter:blur(1rem);background:#090b0ceb;position:sticky;top:0}.site-header__inner{min-height:var(--header-height);align-items:center;gap:clamp(.7rem,2vw,1.8rem);display:flex}.wordmark{flex:none;align-items:center;gap:.8rem;text-decoration:none;display:inline-flex}.wordmark__crest{border:1px solid var(--color-line-strong);background:linear-gradient(145deg,#242a2c,#070809);border-radius:50%;place-items:center;width:3.5rem;height:3.5rem;display:grid;overflow:hidden}.wordmark__crest img{object-fit:contain;width:3.1rem;height:3.1rem}.wordmark__type{letter-spacing:-.04em;font-size:clamp(.96rem,1.7vw,1.22rem);font-weight:950}.wordmark__type span,.site-footer h2 span,.language-entry h1 span{color:var(--color-accent)}.desktop-navigation{margin-left:auto;display:none}.desktop-navigation ul{align-items:center;gap:clamp(.8rem,1.6vw,1.55rem);display:flex}.desktop-navigation a{color:var(--color-ink-soft);padding-block:2rem;font-size:.78rem;font-weight:700;text-decoration:none;display:block;position:relative}.desktop-navigation a:hover,.desktop-navigation a[aria-current=page]{color:var(--color-ink)}.desktop-navigation a[aria-current=page]:after{background:var(--color-accent);content:"";height:.12rem;position:absolute;bottom:1.3rem;left:0;right:0}.language-switcher{font-family:var(--font-mono);align-items:center;gap:.4rem;margin-left:auto;font-size:.72rem;display:flex}.language-switcher a{color:var(--color-ink-faint);padding:.35rem;text-decoration:none}.language-switcher a[aria-current=true]{color:var(--color-accent)}.menu-toggle{border:1px solid var(--color-line-strong);min-height:2.8rem;color:var(--color-ink);text-transform:uppercase;background:0 0;align-items:center;gap:.75rem;padding-inline:.8rem;font-size:.69rem;font-weight:800;display:inline-flex}.menu-toggle__icon{gap:.3rem;width:1.1rem;display:grid}.menu-toggle__icon span{background:currentColor;height:1px}.mobile-navigation{z-index:95;inset:var(--header-height) 0 0;padding:2rem max(1rem, calc((100vw - var(--shell)) / 2));background:var(--color-canvas);transition:opacity var(--motion) var(--ease), visibility var(--motion) var(--ease);align-content:start;gap:2rem;display:grid;position:fixed;overflow:auto}.mobile-navigation[data-open=false]{visibility:hidden;opacity:0;pointer-events:none}.mobile-navigation ul{display:grid}.mobile-navigation li{border-bottom:1px solid var(--color-line);grid-template-columns:2rem 1fr;align-items:center;gap:.5rem;display:grid}.mobile-navigation li>span{color:var(--color-ink-faint);font-family:var(--font-mono);font-size:.66rem}.mobile-navigation li a{font-family:var(--font-display);text-transform:uppercase;padding-block:.8rem;font-size:clamp(1.9rem,8vw,3.4rem);line-height:1;text-decoration:none}.mobile-navigation li a[aria-current=page]{color:var(--color-accent)}.mobile-navigation__languages{gap:.7rem;display:flex}.mobile-navigation__languages a{border:1px solid var(--color-line-strong);place-items:center;width:3.5rem;height:3.5rem;text-decoration:none;display:grid}.mobile-navigation__languages a[aria-current=true]{border-color:var(--color-accent);color:var(--color-accent)}.hero{border-bottom:1px solid var(--color-line);background:radial-gradient(circle at 76% 42%,#9acb3c12,#0000 26rem),linear-gradient(135deg,#d9dddc08,#0000 40%)}.hero__inner{align-items:center;gap:clamp(2.5rem,6vw,7rem);padding-block:clamp(3rem,7vw,7rem);display:grid}.hero__copy{justify-items:start;gap:clamp(1.2rem,2.5vw,2rem);min-width:0;display:grid}.hero h1{width:100%;font-size:clamp(3.1rem,13.5vw,6.8rem);line-height:.84}.hero h1 span{display:block}.hero h1 span:nth-child(2){color:var(--color-silver)}.hero h1 span:nth-child(3){color:var(--color-accent)}.hero__intro{max-width:37rem;color:var(--color-ink-soft);font-size:clamp(1rem,2vw,1.18rem)}.hero__actions{flex-wrap:wrap;align-items:center;gap:.9rem 1.4rem;display:flex}.hero__visual{gap:1rem;min-width:0;display:grid}.hero__frame{border:1px solid var(--color-line-strong);background:linear-gradient(145deg, #d9dddc17, transparent 55%), var(--color-surface);place-items:end center;width:100%;min-height:clamp(20rem,92vw,36rem);display:grid;position:relative;overflow:hidden}.hero__frame:before{content:"";border:1px solid #9acb3c38;position:absolute;inset:1rem}.hero__frame img{z-index:1;object-fit:contain;width:min(100%,43rem);height:auto;max-height:40rem;position:relative}.hero__identity{color:var(--color-ink-faint);font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;grid-template-columns:auto 1fr;align-items:center;gap:.8rem;font-size:.62rem;display:grid}.hero__identity img{object-fit:contain;width:2.5rem;height:2.5rem}.home-index{background:var(--color-surface)}.home-index__item{border-bottom:1px solid var(--color-line);gap:1.2rem;padding-block:clamp(2.4rem,6vw,5rem);display:grid}.home-index__number{color:var(--color-ink-faint);font-family:var(--font-mono);font-size:.72rem}.home-index__item h2{max-width:14ch;font-size:clamp(2rem,5vw,4.2rem)}.home-index__item>div:last-child{align-content:start;justify-items:start;gap:1.3rem;display:grid}.home-index__item>div:last-child p{max-width:36rem;color:var(--color-ink-soft)}.section{padding-block:clamp(4rem,9vw,8rem)}.section--ink{border-block:1px solid var(--color-line);background:var(--color-surface)}.breadcrumbs{padding-top:1.25rem}.breadcrumbs ol{color:var(--color-ink-faint);font-family:var(--font-mono);text-transform:uppercase;flex-wrap:wrap;gap:.55rem;font-size:.67rem;display:flex}.breadcrumbs li{gap:.55rem;display:flex}.page-hero{align-content:center;justify-items:start;gap:1.6rem;min-height:min(37rem,76svh);padding-block:clamp(4rem,9vw,8rem);display:grid}.page-hero h1{max-width:12ch;font-size:clamp(3rem,8vw,7rem)}.page-hero>p:not(.eyebrow),.page-hero>div>p:not(.eyebrow){max-width:46rem;color:var(--color-ink-soft);font-size:clamp(1rem,2vw,1.2rem)}.page-hero--split{gap:clamp(2rem,6vw,6rem)}.page-hero--split>div:first-child{align-content:center;justify-items:start;gap:1.6rem;display:grid}.page-hero__portrait{border:1px solid var(--color-line-strong);background:var(--color-surface);place-items:end center;min-height:23rem;display:grid;overflow:hidden}.page-hero__portrait img{object-fit:contain;width:100%;max-height:38rem}.category-strip{gap:1.5rem;margin-bottom:3rem;display:grid}.category-strip h2{font-family:var(--font-mono);letter-spacing:.1em;font-size:.72rem}.category-strip ul{flex-wrap:wrap;gap:.6rem;display:flex}.category-strip li{border:1px solid var(--color-line-strong);color:var(--color-ink-soft);padding:.55rem .8rem;font-size:.78rem}.video-grid{gap:1rem;display:grid}.video-card{border:1px solid var(--color-line);background:var(--color-canvas);display:grid;overflow:hidden}.video-card__media{min-height:17rem;color:var(--color-ink-faint);font-family:var(--font-mono);text-transform:uppercase;background:linear-gradient(135deg,#0000 45%,#9acb3c1a),repeating-linear-gradient(135deg,#ffffff0a 0 1px,#0000 1px 1.2rem),#111516;justify-content:space-between;align-items:flex-end;padding:1rem;font-size:.65rem;display:flex}.video-card__body{align-content:start;gap:1rem;padding:1.5rem;display:grid}.video-card__body>p:not(.eyebrow){color:var(--color-ink-soft)}.video-card__body>span{color:var(--color-ink-faint);font-family:var(--font-mono);text-transform:uppercase;font-size:.64rem}.catalog-note{gap:1rem;margin-bottom:3rem;display:grid}.catalog-note p,.purchase-disclosure p:not(.eyebrow),.media-kit>p{max-width:49rem;color:var(--color-ink-soft)}.merch-grid{gap:1rem;display:grid}.merch-card{border:1px solid var(--color-line);background:var(--color-surface);align-content:start;display:grid;overflow:hidden}.merch-card__image-wrap{aspect-ratio:1/1.06;background:#e9e9e5;position:relative;overflow:hidden}.merch-card__image-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .3s var(--ease)}.merch-card:hover .merch-card__image-wrap img{transform:scale(1.025)}.preview-label{color:var(--color-ink-soft);font-family:var(--font-mono);text-align:center;text-transform:uppercase;background:#090b0ce0;padding:.5rem;font-size:.58rem;position:absolute;bottom:.7rem;left:.7rem;right:.7rem}.merch-card__body{align-content:start;justify-items:start;gap:.9rem;padding:1.25rem;display:grid}.merch-card__body>p:not(.eyebrow){color:var(--color-ink-soft);font-size:.9rem}.purchase-disclosure,.media-kit{border:1px solid var(--color-line-strong);background:var(--color-surface);gap:1.4rem;margin-block:clamp(4rem,8vw,7rem);padding:clamp(1.5rem,5vw,4rem);display:grid}.modal{z-index:200;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.modal[hidden]{display:none}.modal__backdrop{background:#000000d1;position:absolute;inset:0}.modal__panel{border:1px solid var(--color-line-strong);background:var(--color-surface);width:min(100%,62rem);max-height:calc(100svh - 2rem);display:grid;position:relative;overflow:auto}.modal__close{z-index:2;border:1px solid var(--color-line-strong);background:var(--color-canvas);width:2.8rem;height:2.8rem;color:var(--color-ink);border-radius:50%;place-items:center;font-size:1.5rem;display:grid;position:absolute;top:.8rem;right:.8rem}.modal__image-wrap{background:#e9e9e5;min-height:18rem}.modal__image-wrap img{object-fit:cover;width:100%;height:100%;max-height:25rem}.modal__content{align-content:center;justify-items:start;gap:1.2rem;padding:clamp(1.5rem,5vw,3rem);display:grid}.modal__content>p:not(.eyebrow){color:var(--color-ink-soft)}.merch-store-disclosure{border-left:2px solid var(--color-accent);padding-left:1rem;font-size:.9rem;line-height:1.65}.merch-store-link{align-items:center;gap:.55rem;display:inline-flex}.merch-destination-status{border:1px solid var(--color-line-strong);min-height:2.75rem;color:var(--color-ink-soft);text-transform:uppercase;align-items:center;padding-inline:1rem;font-size:.78rem;display:inline-flex}.product-details{border:1px solid var(--color-line);background:var(--color-line);gap:1px;width:100%;display:grid}.product-details div{background:var(--color-canvas);grid-template-columns:minmax(6rem,.7fr) 1fr;gap:1rem;padding:.8rem;display:grid}.product-details dt{color:var(--color-ink-faint)}.story-grid,.partner-framework{gap:clamp(2rem,7vw,6rem);display:grid}.story-grid h2,.partner-framework h2,.deliverables>h2{max-width:15ch}.prose,.partner-framework>div{align-content:start;justify-items:start;gap:1.4rem;display:grid}.prose p,.partner-framework>div>p:last-child,.deliverables article p,.contact-grid article p:not(.eyebrow),.legal-copy p{color:var(--color-ink-soft)}.partner-framework li{border-bottom:1px solid var(--color-line);justify-content:space-between;align-items:center;gap:1rem;min-height:3.8rem;display:flex}.partner-framework li span{color:var(--color-ink-faint);font-family:var(--font-mono);text-transform:uppercase;font-size:.62rem}.deliverables{gap:2.5rem;display:grid}.deliverables__grid,.contact-grid{border:1px solid var(--color-line);background:var(--color-line);gap:1px;display:grid}.deliverables article,.contact-grid article{background:var(--color-surface);align-content:start;justify-items:start;gap:1.3rem;padding:clamp(1.5rem,4vw,3rem);display:grid}.deliverables article>span{color:var(--color-accent);font-family:var(--font-mono)}.contact-grid article{min-height:22rem}.legal-copy{gap:3rem;padding-bottom:clamp(5rem,10vw,9rem);display:grid}.legal-copy section{gap:1rem;max-width:50rem;display:grid}.site-footer{border-top:1px solid var(--color-line);background:#060708;padding-top:clamp(4rem,9vw,8rem)}.site-footer__lead{gap:1.3rem;padding-bottom:clamp(4rem,8vw,7rem);display:grid}.site-footer__lead h2{max-width:100%;font-family:var(--font-display);letter-spacing:-.045em;font-size:clamp(4rem,17vw,14rem);line-height:.76;overflow:hidden}.site-footer__lead>p:last-child{max-width:42rem;color:var(--color-ink-soft)}.site-footer__grid{border-top:1px solid var(--color-line);gap:2.5rem;padding-block:3rem;display:grid}.site-footer__grid h3{color:var(--color-ink-faint);font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem;font-size:.68rem}.site-footer__grid ul{color:var(--color-ink-soft);gap:.55rem;display:grid}.site-footer__grid a{text-decoration:none}.site-footer__grid a:hover{color:var(--color-accent)}.site-footer__base{border-top:1px solid var(--color-line);color:var(--color-ink-faint);font-family:var(--font-mono);flex-wrap:wrap;justify-content:space-between;gap:.9rem 1.5rem;padding-block:1.5rem;font-size:.62rem;display:flex}.language-entry{background:radial-gradient(circle at 50% 20%, #d9dddc17, transparent 28rem), var(--color-canvas);place-items:center;min-height:100svh;padding:1rem;display:grid}.language-entry__panel{border:1px solid var(--color-line-strong);background:var(--color-surface);text-align:center;justify-items:center;gap:1.4rem;width:min(100%,46rem);padding:clamp(2rem,8vw,5rem);display:grid}.language-entry__panel>img{object-fit:contain;width:7.5rem;height:7.5rem}.language-entry h1{font-size:clamp(3rem,12vw,6rem)}.language-entry__panel>p:not(.eyebrow){max-width:36rem;color:var(--color-ink-soft)}.language-entry nav{flex-wrap:wrap;justify-content:center;gap:.8rem;display:flex}.error-page{place-items:center;min-height:70svh;padding-block:5rem;display:grid}.error-page__content{justify-items:start;gap:1.4rem;display:grid}.error-page__code{color:var(--color-accent);font-family:var(--font-mono)}@media (width>=40rem){.shell{width:min(calc(100% - 3rem), var(--shell))}.video-grid,.merch-grid,.deliverables__grid,.contact-grid,.site-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.modal__panel{grid-template-columns:minmax(0,.9fr) minmax(20rem,1.1fr)}.modal__image-wrap img{max-height:none}}@media (width>=48rem){.hero__inner,.page-hero--split,.story-grid,.partner-framework{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.hero__inner{min-height:calc(100svh - var(--header-height));padding-block:clamp(3rem,6vw,6rem)}.hero h1{font-size:clamp(4.4rem,7.2vw,7rem)}.hero__frame{min-height:clamp(28rem,54vw,42rem)}.home-index__item{grid-template-columns:2rem minmax(0,1.15fr) minmax(17rem,.85fr);gap:clamp(1.5rem,4vw,4rem)}.page-hero--split{align-items:center}.video-card:first-child{grid-column:1/-1;grid-template-columns:minmax(0,1.35fr) minmax(18rem,.65fr)}.media-kit{grid-template-columns:1fr 1.4fr auto;align-items:center}}@media (width>=68rem){.desktop-navigation{display:block}.language-switcher{margin-left:0}.menu-toggle,.mobile-navigation{display:none}.merch-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width<=28rem){.wordmark__crest{width:3rem;height:3rem}.wordmark__crest img{width:2.7rem;height:2.7rem}.language-switcher{display:none}.menu-toggle{margin-left:auto;padding-inline:.65rem}.hero h1{font-size:2.82rem}.hero__frame{min-height:19rem}}}@layer utilities{.profile-links{flex-wrap:wrap;gap:.8rem 1.4rem;display:flex}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
