@font-face{font-family:Inter Variable;src:url(/fonts/InterVariable.woff2) format("woff2-variations");font-weight:100 900;font-style:normal;font-display:swap}:root{--bg-dark: #0a0a0a;--bg-light: #ececec;--ink-on-dark: #d8d6d2;--ink-on-dark-soft: rgba(216, 214, 210, .55);--ink-on-light: #111111;--ink-on-light-soft: rgba(17, 17, 17, .55);--accent-yellow: #fff100;--accent-yellow-ink: #0a0a0a;--hairline-dark: rgba(216, 214, 210, .12);--hairline-light: rgba(17, 17, 17, .12);--font-display: "Inter Variable", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;--font-body: "Inter Variable", -apple-system, BlinkMacSystemFont, sans-serif;--ease-out-expo: cubic-bezier(.16, 1, .3, 1);--ease-in-expo: cubic-bezier(.7, 0, .84, 0);--gutter: clamp(20px, 3vw, 48px);--radius-md: 18px;--radius-lg: 28px;--radius-pill: 999px;color-scheme:dark}*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html,body{background:var(--bg-dark);color:var(--ink-on-dark);font-family:var(--font-body);font-weight:300;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{overflow-x:hidden;font-size:clamp(15px,1.05vw,18px);line-height:1.5;letter-spacing:-.005em}a{color:inherit;text-decoration:none}button{font:inherit;background:none;border:none;cursor:pointer;color:inherit}img,svg,video{display:block;max-width:100%}ul,ol{list-style:none}::selection{background:var(--accent-yellow);color:var(--accent-yellow-ink)}.container{width:100%;padding-inline:var(--gutter)}.site-header{position:fixed;inset:0 0 auto;z-index:60;padding:16px var(--gutter);display:flex;align-items:center;gap:8px}.pill{height:56px;padding:0 22px;border-radius:12px;background:#1414148c;backdrop-filter:blur(14px) saturate(140%);-webkit-backdrop-filter:blur(14px) saturate(140%);display:inline-flex;align-items:center;gap:10px;color:var(--ink-on-dark);font-weight:400;font-size:15px;letter-spacing:-.005em;transition:background .4s var(--ease-out-expo);white-space:nowrap}.pill:hover{background:#282828b3}.pill--brand{padding:0 14px}.pill--brand img{width:26px;height:26px;object-fit:contain;filter:invert(1)}.pill--nav{flex:1;min-width:0;justify-content:space-between}.pill--nav .caret{opacity:.5;font-size:10px;transition:transform .3s ease}.pill--cta{background:var(--accent-yellow);color:var(--accent-yellow-ink);font-weight:500}.pill--cta:hover{background:#fff833}.pill--access{gap:8px}.pill__lock{width:13px;height:13px;flex-shrink:0}@media(max-width:880px){.pill--access{display:none}}.site-header__nav{display:flex;gap:8px;flex:1;min-width:0}.site-header__nav .pill{flex:1}@media(max-width:1100px){.site-header__nav{display:none}}.hero{position:sticky;top:0;height:100dvh;overflow:hidden;isolation:isolate;z-index:0}.hero__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;display:block;background:#050505}.hero__gradient-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#00000059,#00000026,#0000 60%,#0000008c);z-index:1;pointer-events:none}.hero__content{position:relative;z-index:2;min-height:100dvh;display:flex;flex-direction:column;justify-content:flex-end;padding:clamp(40px,8vh,120px) var(--gutter);padding-top:140px}.hero__headline{font-family:var(--font-display);font-weight:200;font-size:clamp(2.5rem,6vw,7rem);line-height:1;letter-spacing:-.025em;color:var(--ink-on-dark);max-width:18ch;margin-bottom:clamp(80px,14vh,160px);opacity:0;filter:blur(8px)}.hero__sub{max-width:38ch;font-size:clamp(15px,1.15vw,19px);line-height:1.45;font-weight:300;color:var(--ink-on-dark-soft)}.hero__card{position:fixed;right:var(--gutter);bottom:var(--gutter);width:clamp(280px,28vw,420px);padding:18px 18px 18px 22px;background:#1e1e1ea6;backdrop-filter:blur(20px) saturate(140%);-webkit-backdrop-filter:blur(20px) saturate(140%);border:1px solid var(--hairline-dark);border-radius:var(--radius-md);display:grid;grid-template-columns:1fr auto;gap:16px;align-items:center;z-index:50;opacity:0;transform:translateY(20px);transition:opacity .6s var(--ease-out-expo),transform .6s var(--ease-out-expo)}.hero__card.is-visible{opacity:1;transform:none}.hero__card-eyebrow{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.06em;color:var(--ink-on-dark-soft);margin-bottom:6px}.hero__card-eyebrow:before{content:"";width:6px;height:6px;border-radius:50%;background:#6f6}.hero__card-title{font-size:13px;line-height:1.35;color:var(--ink-on-dark);font-weight:300;min-height:2.7em}.hero__card-title-rotator{display:inline-block;opacity:1;transform:translateY(0);transition:opacity .45s var(--ease-out-expo),transform .5s var(--ease-out-expo);will-change:opacity,transform}.hero__card-title-rotator.is-hidden{opacity:0;transform:translateY(6px)}.hero__card-thumb{width:64px;height:64px;border-radius:10px;background:#000;display:grid;place-items:center;font-size:9px;color:var(--ink-on-dark-soft);flex-shrink:0;overflow:hidden}.hero__card-thumb svg{width:100%;height:100%}.takeover{position:relative;height:320vh;z-index:1;margin-top:-100vh}.takeover__sticky{position:sticky;top:0;height:100dvh;width:100%;overflow:hidden}.takeover__cover{position:absolute;inset:0;background:var(--accent-yellow);color:var(--accent-yellow-ink);will-change:transform;padding:clamp(140px,18vh,200px) var(--gutter) clamp(60px,10vh,100px);display:flex;flex-direction:column;justify-content:flex-start;gap:clamp(36px,6vh,64px);border-radius:clamp(20px,3vw,44px) clamp(20px,3vw,44px) 0 0}.takeover__copy{font-family:var(--font-display);font-weight:300;font-size:clamp(1.5rem,2.8vw,2.9rem);line-height:1.12;letter-spacing:-.02em;max-width:22ch;color:var(--accent-yellow-ink)}.takeover__copy--sub{font-size:clamp(.95rem,1.35vw,1.35rem);line-height:1.45;font-weight:400;max-width:58ch;letter-spacing:-.005em;opacity:.9}.takeover__copy--accent{font-size:clamp(1.15rem,2vw,2.1rem);font-weight:400;font-style:italic;max-width:36ch;margin-top:4px}.takeover__copy .word{display:inline-block;vertical-align:top;overflow:clip;overflow-clip-margin:.18em}.takeover__copy .word>*{display:inline-block;will-change:transform}.takeover__copy--accent .word{overflow-clip-margin:.32em}.takeover__copy{position:relative;z-index:1}.globe{position:absolute;right:clamp(-40px,-2vw,0px);bottom:clamp(40px,6vh,100px);width:clamp(340px,46vw,680px);height:clamp(340px,46vw,680px);z-index:0;pointer-events:none;opacity:1}.globe__svg{width:100%;height:100%;display:block;overflow:visible}.globe__outline{fill:none;stroke:#0a0a0a66;stroke-width:1.2}.globe__country{fill:#0a0a0a1f;stroke:#0a0a0a59;stroke-width:.5;vector-effect:non-scaling-stroke}.globe__country--active{fill:var(--accent-yellow-ink);stroke:var(--accent-yellow-ink)}.globe__marker{fill:var(--accent-yellow);stroke:var(--accent-yellow-ink);stroke-width:1.6}.globe__marker-ring{fill:none;stroke:var(--accent-yellow-ink);stroke-width:1.2;transform-origin:center;transform-box:fill-box;animation:globe-ring-pulse 2.4s ease-out infinite}@keyframes globe-ring-pulse{0%{transform:scale(.6);opacity:.7}to{transform:scale(3);opacity:0}}@media(prefers-reduced-motion:reduce){.globe__marker-ring{animation:none;opacity:.25}}@media(max-width:720px){.globe{right:-10vw;bottom:-8vh;width:80vw;height:80vw;opacity:.5}}.cinema2{position:relative;height:200vh;z-index:2}.cinema2__pinned{position:sticky;top:0;height:100dvh;overflow:hidden;background:#0a0a0a}.cinema2__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:grayscale(1) brightness(.7) contrast(1.75);z-index:0}.cinema2__overlay{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,#0000008c,#0003 40%,#000000a6)}.cinema2__content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:clamp(40px,8vh,120px) var(--gutter);padding-top:140px;color:var(--ink-on-dark)}.cinema2__eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.18em;color:#f5f2eca6;margin-bottom:clamp(24px,4vh,40px)}.cinema2__eyebrow:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--accent-yellow)}.cinema2__title{font-family:var(--font-display);font-weight:200;font-size:clamp(2.5rem,6vw,6.5rem);line-height:.95;letter-spacing:-.025em;color:var(--ink-on-dark);margin-bottom:clamp(32px,5vh,56px);max-width:16ch}.cinema2__pill{display:inline-flex;align-items:center;gap:12px;align-self:flex-start;padding:16px 26px;background:#141414b3;backdrop-filter:blur(14px) saturate(140%);-webkit-backdrop-filter:blur(14px) saturate(140%);border:1px solid rgba(245,242,236,.18);border-radius:var(--radius-md);color:var(--ink-on-dark);font-weight:400;font-size:15px;letter-spacing:-.005em;transition:background .4s var(--ease-out-expo),color .4s ease,border-color .4s ease}.cinema2__pill:hover{background:var(--accent-yellow);color:var(--accent-yellow-ink);border-color:var(--accent-yellow)}.cinema2__pill .arrow{font-size:17px;transition:transform .4s var(--ease-out-expo)}.cinema2__pill:hover .arrow{transform:translate(4px)}.features{position:relative;background:var(--bg-dark);color:var(--ink-on-dark);padding:clamp(100px,16vh,200px) var(--gutter);z-index:3}.features__inner{max-width:1680px;margin-inline:auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,2.4fr);gap:clamp(40px,6vw,120px);align-items:start}.features__intro{position:sticky;top:120px;max-width:28ch;font-size:clamp(.95rem,1.25vw,1.2rem);line-height:1.5;font-weight:300;color:var(--ink-on-dark-soft)}.features__intro-lead{display:inline;color:var(--ink-on-dark);font-weight:400}.features__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(48px,6vh,80px) clamp(40px,5vw,80px)}.features__item{display:flex;flex-direction:column;gap:clamp(64px,10vh,120px);opacity:0;transform:translateY(24px);will-change:opacity,transform}.features__item-icon{width:clamp(38px,4vw,56px);height:clamp(38px,4vw,56px);display:block}.features__item-icon path,.features__item-icon rect{fill:var(--ink-on-dark)}.features__item-body{display:flex;flex-direction:column;gap:clamp(20px,3vh,32px)}.features__item-title{font-family:var(--font-display);font-weight:200;font-size:clamp(1.5rem,2.4vw,2.4rem);line-height:1.05;letter-spacing:-.025em;color:var(--ink-on-dark);white-space:nowrap}.features__item-desc{font-size:clamp(.95rem,1.15vw,1.1rem);line-height:1.5;font-weight:300;color:var(--ink-on-dark-soft);max-width:36ch}@media(max-width:880px){.features__inner{grid-template-columns:1fr}.features__intro{position:static;max-width:none}.features__grid{grid-template-columns:1fr;gap:clamp(48px,8vh,80px)}.features__item{gap:clamp(40px,6vh,60px)}}.cinema2__paragraph{max-width:56ch;font-size:clamp(.95rem,1.2vw,1.18rem);line-height:1.55;font-weight:300;color:#f5f2ecbf;margin-top:clamp(36px,5vh,56px);letter-spacing:-.005em}.cinema2__paragraph .word{display:inline-block;vertical-align:top;overflow:clip;overflow-clip-margin:.18em}.cinema2__paragraph .word>*{display:inline-block;will-change:transform,opacity}.expertise{position:relative;background:var(--accent-yellow);color:var(--accent-yellow-ink);padding:clamp(100px,18vh,240px) var(--gutter);z-index:4}.expertise__inner{max-width:1680px;margin-inline:auto;display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);gap:clamp(40px,6vw,120px);align-items:end;margin-bottom:clamp(80px,14vh,160px)}.expertise__head{display:flex;flex-direction:column;gap:clamp(32px,5vh,56px)}.expertise__eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.18em;color:#0a0a0ab3}.expertise__eyebrow:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--accent-yellow-ink)}.expertise__headline{font-family:var(--font-display);font-weight:200;font-size:clamp(3rem,8vw,9rem);line-height:.94;letter-spacing:-.04em;color:var(--accent-yellow-ink)}.expertise__headline-row{display:block}.expertise__headline-row--indent{padding-left:clamp(40px,6vw,140px);font-style:italic;font-weight:200}.expertise__body{font-size:clamp(.95rem,1.25vw,1.2rem);line-height:1.5;font-weight:400;color:#0a0a0abf;max-width:42ch}.expertise__list{max-width:1680px;margin-inline:auto;border-top:1px solid rgba(10,10,10,.22)}.expertise__item{display:grid;grid-template-columns:clamp(80px,8vw,140px) minmax(0,1fr) minmax(0,1.4fr) auto;gap:clamp(24px,4vw,80px);align-items:baseline;padding-block:clamp(36px,6vh,72px);border-bottom:1px solid rgba(10,10,10,.22);color:var(--accent-yellow-ink);text-decoration:none;position:relative;transition:padding .55s var(--ease-out-expo);cursor:pointer}.expertise__item:hover{padding-left:clamp(12px,1.4vw,24px);padding-right:clamp(12px,1.4vw,24px)}.expertise__item-num{font-family:var(--font-display);font-weight:200;font-size:clamp(1.5rem,2.4vw,2.4rem);letter-spacing:-.02em;color:#0a0a0a8c;line-height:1;transition:color .4s var(--ease-out-expo)}.expertise__item:hover .expertise__item-num{color:var(--accent-yellow-ink)}.expertise__item-title{font-family:var(--font-display);font-weight:200;font-size:clamp(2rem,4.2vw,4.5rem);line-height:.98;letter-spacing:-.03em;color:var(--accent-yellow-ink)}.expertise__item-desc{font-size:clamp(.95rem,1.2vw,1.15rem);line-height:1.5;font-weight:400;color:#0a0a0abf;max-width:48ch}.expertise__item-arrow{font-family:var(--font-display);font-weight:200;font-size:clamp(1.5rem,2.4vw,2.4rem);color:var(--accent-yellow-ink);transition:transform .55s var(--ease-out-expo);line-height:1}.expertise__item:hover .expertise__item-arrow{transform:translate(14px)}@media(max-width:880px){.expertise__inner{grid-template-columns:1fr;align-items:start}.expertise__item{grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"num title arrow" ". desc desc";gap:16px 20px}.expertise__item-num{grid-area:num}.expertise__item-title{grid-area:title;font-size:clamp(1.5rem,6vw,2.4rem)}.expertise__item-desc{grid-area:desc}.expertise__item-arrow{grid-area:arrow}}.cinematic3{position:relative;height:280vh;z-index:5;margin-top:-100vh}.cinematic3__sticky{position:sticky;top:0;height:100dvh;width:100%;overflow:hidden}.cinematic3__cover{position:absolute;inset:0;background:#050505;color:var(--ink-on-dark);will-change:transform;border-radius:clamp(20px,3vw,44px) clamp(20px,3vw,44px) 0 0;overflow:hidden}.cinematic3__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;filter:brightness(.75) contrast(1.1)}.cinematic3__overlay{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,#0000008c,#00000026 35%,#0000 60%,#000000a6)}.cinematic3__content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:clamp(140px,16vh,200px) var(--gutter) clamp(60px,10vh,120px);color:var(--ink-on-dark)}.cinematic3__eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.18em;color:#f5f2ecb3;margin-bottom:clamp(28px,4vh,40px)}.cinematic3__eyebrow:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--accent-yellow)}.cinematic3__title{font-family:var(--font-display);font-weight:200;font-size:clamp(2.75rem,7vw,8rem);line-height:.95;letter-spacing:-.035em;color:var(--ink-on-dark);max-width:18ch;margin-bottom:clamp(40px,6vh,56px)}.cinematic3__title .accent{font-style:italic;font-weight:200}.cinematic3__sub{max-width:44ch;font-size:clamp(1rem,1.25vw,1.25rem);line-height:1.5;font-weight:300;color:#f5f2ecc7;margin-bottom:clamp(36px,5vh,56px)}.cinematic3__pill{display:inline-flex;align-self:flex-start;align-items:center;gap:14px;padding:16px 28px;background:#141414b3;backdrop-filter:blur(14px) saturate(140%);-webkit-backdrop-filter:blur(14px) saturate(140%);border:1px solid rgba(245,242,236,.2);border-radius:var(--radius-md);color:var(--ink-on-dark);font-weight:400;font-size:15px;letter-spacing:-.005em;transition:background .4s var(--ease-out-expo),color .4s var(--ease-out-expo),border-color .4s var(--ease-out-expo)}.cinematic3__pill:hover{background:var(--accent-yellow);color:var(--accent-yellow-ink);border-color:var(--accent-yellow)}.cinematic3__pill .arrow{font-size:18px;transition:transform .4s var(--ease-out-expo)}.cinematic3__pill:hover .arrow{transform:translate(4px)}.stats{position:relative;background:var(--bg-dark);color:var(--ink-on-dark);padding:clamp(100px,16vh,200px) var(--gutter);z-index:6}.stats__head{max-width:1680px;margin-inline:auto;margin-bottom:clamp(60px,10vh,120px);display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);gap:clamp(40px,6vw,100px);align-items:end}.stats__eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.18em;color:#f5f2ecb3;margin-bottom:clamp(20px,3vh,32px)}.stats__eyebrow:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--accent-yellow)}.stats__headline{font-family:var(--font-display);font-weight:200;font-size:clamp(2.5rem,6vw,6.5rem);line-height:.98;letter-spacing:-.035em;color:var(--ink-on-dark);max-width:16ch}.stats__headline .accent{font-style:italic;font-weight:200}.stats__body{font-size:clamp(.95rem,1.2vw,1.18rem);line-height:1.5;font-weight:300;color:#f5f2ecbf;max-width:44ch}.stats__grid{max-width:1680px;margin-inline:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(16px,1.6vw,24px)}.stats__card{position:relative;background:#1c1c1c8c;border-radius:clamp(20px,2.6vw,36px);padding:clamp(36px,5vw,64px);min-height:clamp(320px,42vh,440px);display:flex;flex-direction:column;justify-content:space-between;gap:clamp(28px,4vh,56px);overflow:hidden;transition:background .5s var(--ease-out-expo)}.stats__card-viz{width:100%;max-width:320px;align-self:flex-start}.stats__card-viz svg{width:100%;height:auto;display:block;overflow:visible}.stats__viz-curve circle{fill:#f5f2ec52;opacity:0;animation:viz-curve-rise 5.5s ease-out infinite}.stats__viz-curve circle:nth-child(1){animation-delay:0s}.stats__viz-curve circle:nth-child(2){animation-delay:.18s}.stats__viz-curve circle:nth-child(3){animation-delay:.36s}.stats__viz-curve circle:nth-child(4){animation-delay:.54s}.stats__viz-curve circle:nth-child(5){animation-delay:.72s}.stats__viz-curve circle:nth-child(6){animation-delay:.9s}.stats__viz-curve circle:nth-child(7){animation-delay:1.08s}.stats__viz-curve circle:nth-child(8){animation-delay:1.26s}.stats__viz-curve circle:nth-child(9){animation-delay:1.44s}.stats__viz-curve circle:nth-child(10){animation-delay:1.62s}.stats__viz-curve circle:nth-child(11){animation-delay:1.8s}.stats__viz-curve-peak{fill:var(--accent-yellow)!important;filter:drop-shadow(0 0 6px rgba(255,241,0,.45))}@keyframes viz-curve-rise{0%{opacity:0}18%{opacity:1}78%{opacity:1}to{opacity:0}}.stats__viz-grid circle{fill:#f5f2ec38;animation:viz-grid-pulse 6s ease-in-out infinite}.stats__viz-grid circle:nth-child(2n){animation-delay:-.5s}.stats__viz-grid circle:nth-child(3n){animation-delay:-1.5s}.stats__viz-grid circle:nth-child(5n){animation-delay:-2.5s}.stats__viz-grid circle:nth-child(7n){animation-delay:-3.5s}.stats__viz-grid circle:nth-child(11n){animation-delay:-4.5s}@keyframes viz-grid-pulse{0%,88%,to{fill:#f5f2ec38}44%,50%{fill:var(--accent-yellow)}}.stats__viz-flow{height:110px}.stats__viz-flow-col circle{fill:#f5f2ec8c;animation:viz-flow-down 3.6s linear infinite;animation-delay:var(--col-delay, 0s)}@keyframes viz-flow-down{0%{transform:translateY(-8px);opacity:0}15%{opacity:1}85%{opacity:1}to{transform:translateY(112px);opacity:0}}@media(prefers-reduced-motion:reduce){.stats__viz-curve circle,.stats__viz-grid circle,.stats__viz-flow-col circle{animation:none;opacity:1;fill:#f5f2ec47}.stats__viz-curve-peak{fill:var(--accent-yellow)!important}}.stats__card:hover{background:#282828b3}.stats__card-num{font-family:var(--font-display);font-weight:100;font-size:clamp(5rem,13vw,14rem);line-height:.85;letter-spacing:-.06em;color:var(--ink-on-dark);align-self:flex-end;display:flex;align-items:baseline}.stats__card-num-unit{font-size:.32em;font-weight:300;letter-spacing:.01em;color:#f5f2eccc;margin-left:.15em;align-self:flex-start}.stats__card-body{margin-top:auto}.stats__card-title{font-family:var(--font-display);font-weight:200;font-size:clamp(1.75rem,2.6vw,2.6rem);line-height:1.05;letter-spacing:-.03em;color:var(--ink-on-dark)}.stats__card-desc{margin-top:12px;font-size:clamp(.9rem,1.05vw,1rem);line-height:1.5;font-weight:300;color:#f5f2ec99;max-width:36ch}.stats__card--map{align-items:stretch;justify-content:space-between;min-height:clamp(320px,42vh,460px)}.stats__card-map{position:relative;flex:1;display:grid;place-items:center;margin-bottom:clamp(32px,5vh,48px)}.stats__card-map svg{width:100%;max-width:360px;height:auto}.stats__card-map .dot{fill:#f5f2ec4d;transition:fill .4s var(--ease-out-expo)}.stats__card-map .dot--active{fill:var(--accent-yellow)}@media(max-width:880px){.stats__head{grid-template-columns:1fr;align-items:start}.stats__grid{grid-template-columns:1fr}.stats__card{min-height:260px}}.news{position:relative;background:var(--bg-light);color:var(--ink-on-light);padding:clamp(100px,18vh,240px) var(--gutter) clamp(80px,12vh,160px);z-index:7}.news__inner{max-width:1680px;margin-inline:auto}.news__head{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);gap:clamp(40px,6vw,100px);align-items:end;margin-bottom:clamp(80px,12vh,140px)}.news__eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.18em;color:#1111118c;margin-bottom:clamp(28px,4vh,40px)}.news__eyebrow:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--accent-yellow-ink)}.news__headline{font-family:var(--font-display);font-weight:200;font-size:clamp(3.5rem,9vw,11rem);line-height:.92;letter-spacing:-.04em;color:var(--ink-on-light)}.news__body{font-size:clamp(.95rem,1.2vw,1.2rem);line-height:1.5;font-weight:400;color:#111111b3;max-width:42ch;margin-bottom:20px}.news__featured{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(20px,2.5vw,36px);margin-bottom:clamp(80px,12vh,140px)}.news__feature{display:flex;flex-direction:column;gap:clamp(20px,3vh,32px);text-decoration:none;color:inherit}.news__feature-img{width:100%;aspect-ratio:4 / 3;border-radius:clamp(14px,1.6vw,22px);overflow:hidden;position:relative;background:#c9c4ba}.news__feature-img:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#0000000d,#0003);pointer-events:none}.news__feature-img img,.news__feature-img svg{width:100%;height:100%;object-fit:cover;display:block;transition:transform 1.4s var(--ease-out-expo)}.news__feature:hover .news__feature-img img,.news__feature:hover .news__feature-img svg{transform:scale(1.04)}.news__feature-img--eurocluster,.news__feature-img--heurex{background:#0a0a0a}.news__feature-meta{display:flex;align-items:center;gap:12px;font-family:var(--font-body);font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.15em;color:#1111118c}.news__feature-meta-dot{width:4px;height:4px;border-radius:50%;background:#11111159}.news__feature-meta-brand{font-weight:600;letter-spacing:.22em;color:var(--ink-on-light)}.news__feature-title{font-family:var(--font-display);font-weight:300;font-size:clamp(1.5rem,2.4vw,2.4rem);line-height:1.1;letter-spacing:-.025em;color:var(--ink-on-light);max-width:22ch}.news__feature-desc{font-size:clamp(.95rem,1.1vw,1.1rem);line-height:1.5;font-weight:300;color:#111111b3;max-width:42ch;margin-top:4px}.news__feature-link{display:inline-flex;align-items:center;gap:10px;font-family:var(--font-body);font-size:clamp(.95rem,1.1vw,1.1rem);font-weight:500;color:var(--ink-on-light);letter-spacing:-.005em;margin-top:4px}.news__feature-link .arrow{transition:transform .4s var(--ease-out-expo)}.news__feature:hover .news__feature-link .arrow{transform:translate(6px)}.news__list-wrap{position:relative}.news__list{border-top:1px solid rgba(17,17,17,.18)}.news__list-item{display:grid;grid-template-columns:minmax(0,1.4fr) auto auto;gap:clamp(24px,4vw,60px);align-items:baseline;padding-block:clamp(28px,4vh,44px);border-bottom:1px solid rgba(17,17,17,.18);color:inherit;text-decoration:none;position:relative;transition:padding .5s var(--ease-out-expo),background .4s var(--ease-out-expo)}.news__list-item:hover{padding-left:clamp(12px,1.4vw,24px)}.news__list-item-title{font-family:var(--font-display);font-weight:300;font-size:clamp(1.05rem,1.4vw,1.4rem);line-height:1.3;letter-spacing:-.015em;color:var(--ink-on-light);max-width:64ch}.news__list-item-date{font-family:var(--font-body);font-size:13px;font-weight:400;letter-spacing:.04em;color:#1119;text-transform:uppercase;white-space:nowrap}.news__list-item-readmore{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-body);font-size:14px;font-weight:400;color:var(--ink-on-light);white-space:nowrap}.news__list-item-readmore:after{content:"→";font-size:16px;transition:transform .4s var(--ease-out-expo)}.news__list-item:hover .news__list-item-readmore:after{transform:translate(6px)}.news__preview{position:fixed;pointer-events:none;width:clamp(220px,22vw,320px);aspect-ratio:4 / 3;border-radius:clamp(10px,1.2vw,16px);overflow:hidden;background:#0a0a0a;z-index:80;opacity:0;transform:scale(.92) translateY(10px);transition:opacity .4s var(--ease-out-expo),transform .55s var(--ease-out-expo)}.news__preview.is-visible{opacity:1;transform:scale(1) translateY(0)}.news__preview img{width:100%;height:100%;object-fit:cover}@media(max-width:880px){.news__head{grid-template-columns:1fr;align-items:start}.news__featured{grid-template-columns:1fr}.news__list-item{grid-template-columns:1fr;gap:8px}.news__preview{display:none}}.footer{position:relative;z-index:8;height:200vh;margin-top:-100vh}.footer__sticky{position:sticky;top:0;height:100dvh;width:100%;overflow:hidden;pointer-events:none}.footer__block{position:absolute;inset:0;background:var(--accent-yellow);color:var(--accent-yellow-ink);border-radius:clamp(20px,3vw,44px) clamp(20px,3vw,44px) 0 0;padding:clamp(140px,17vh,200px) var(--gutter) clamp(36px,4vh,56px);overflow:hidden;display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:clamp(40px,6vw,100px);align-content:space-between;will-change:transform;pointer-events:auto}.footer__lead{display:flex;flex-direction:column;gap:clamp(28px,4vh,40px)}.footer__copy{font-family:var(--font-display);font-weight:200;font-size:clamp(1.5rem,2.4vw,2.4rem);line-height:1.15;letter-spacing:-.02em;color:var(--accent-yellow-ink);max-width:28ch}.footer__copy .accent{font-style:italic;font-weight:200}.footer__cta{display:inline-flex;align-self:flex-start;align-items:center;gap:14px;padding:18px 30px;background:var(--accent-yellow-ink);color:var(--accent-yellow);border-radius:var(--radius-md);font-family:var(--font-display);font-weight:400;font-size:clamp(1rem,1.3vw,1.25rem);letter-spacing:-.005em;transition:background .4s var(--ease-out-expo)}.footer__cta:hover{background:#1a1a1a}.footer__cta .arrow{font-size:18px;transition:transform .4s var(--ease-out-expo)}.footer__cta:hover .arrow{transform:translate(4px)}.footer__nav{display:flex;flex-direction:column;border-top:1px solid rgba(10,10,10,.18)}.footer__nav-link{display:flex;justify-content:space-between;align-items:center;padding-block:clamp(14px,1.8vh,20px);border-bottom:1px solid rgba(10,10,10,.18);font-family:var(--font-display);font-weight:300;font-size:clamp(1.5rem,2.2vw,2.2rem);line-height:1;letter-spacing:-.02em;color:var(--accent-yellow-ink);transition:padding .4s var(--ease-out-expo)}.footer__nav-link:after{content:"→";font-size:.7em;opacity:.4;transition:opacity .3s ease,transform .4s var(--ease-out-expo)}.footer__nav-link:hover{padding-left:12px}.footer__nav-link:hover:after{opacity:1;transform:translate(6px)}.footer__bottom{grid-column:1 / -1;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:clamp(24px,3vw,60px);margin-top:clamp(40px,6vh,80px);padding-top:clamp(28px,4vh,44px);border-top:1px solid rgba(10,10,10,.18)}.footer__wordmark{font-family:var(--font-display);font-weight:200;font-size:clamp(4rem,14vw,18rem);line-height:.82;letter-spacing:-.045em;color:var(--accent-yellow-ink);white-space:nowrap}.footer__wordmark .dot{color:var(--accent-yellow-ink)}.footer__meta{display:flex;flex-direction:column;gap:clamp(16px,2vh,24px);align-items:flex-end;text-align:right}.footer__social{display:flex;gap:10px}.footer__social a{width:40px;height:40px;border-radius:10px;background:var(--accent-yellow-ink);color:var(--accent-yellow);display:grid;place-items:center;font-size:14px;font-weight:500;transition:transform .4s var(--ease-out-expo)}.footer__social a:hover{transform:translateY(-2px)}.footer__social svg{width:16px;height:16px;fill:currentColor}.footer__legal{font-family:var(--font-body);font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#0a0a0a99}.footer__legal a{color:inherit;margin-left:16px}.footer__legal a:hover{text-decoration:underline}.footer__easter{font-family:var(--font-body);font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:#0a0a0a80;padding-top:8px}.footer__easter .heart{color:var(--accent-yellow-ink);font-weight:500}@media(max-width:880px){.footer__block{grid-template-columns:1fr}.footer__bottom{grid-template-columns:1fr;align-items:start}.footer__meta{align-items:flex-start;text-align:left}}body.subpage{background:var(--bg-dark);scroll-behavior:smooth;scroll-padding-top:100px}.subhero{position:relative;padding:clamp(140px,22vh,240px) var(--gutter) clamp(80px,12vh,140px);background:var(--bg-dark);color:var(--ink-on-dark);overflow:hidden}.subhero__inner{max-width:1680px;margin-inline:auto;display:flex;flex-direction:column;gap:clamp(32px,5vh,56px)}.subhero__eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.18em;color:#f5f2eca6}.subhero__eyebrow:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--accent-yellow)}.subhero__headline{font-family:var(--font-display);font-weight:200;font-size:clamp(3rem,7vw,8rem);line-height:.95;letter-spacing:-.035em;color:var(--ink-on-dark);max-width:22ch}.subhero__headline .accent{font-style:italic;font-weight:200}.subhero__sub{max-width:56ch;font-size:clamp(1rem,1.3vw,1.3rem);line-height:1.5;font-weight:300;color:#f5f2ecc7}.subhero__anchors{display:flex;gap:clamp(16px,2vw,28px);flex-wrap:wrap;font-family:var(--font-body);font-size:13px;letter-spacing:.04em;text-transform:uppercase;color:#f5f2ec8c}.subhero__anchors a{position:relative;padding-bottom:4px;border-bottom:1px solid rgba(245,242,236,.18);transition:color .4s var(--ease-out-expo),border-color .4s ease}.subhero__anchors a:hover{color:var(--accent-yellow);border-color:var(--accent-yellow)}.profile{position:relative;padding:clamp(80px,14vh,160px) var(--gutter);background:var(--bg-dark);color:var(--ink-on-dark);border-top:1px solid var(--hairline-dark)}.profile--alt{background:var(--accent-yellow);color:var(--accent-yellow-ink);border-top:1px solid rgba(10,10,10,.12)}.profile__inner{max-width:1680px;margin-inline:auto;display:flex;flex-direction:column;gap:clamp(40px,6vh,80px)}.profile__head{display:grid;grid-template-columns:clamp(80px,8vw,140px) minmax(0,1fr);gap:clamp(24px,4vw,60px);align-items:start}.profile__num{font-family:var(--font-display);font-weight:200;font-size:clamp(2.5rem,5vw,5rem);line-height:.9;letter-spacing:-.04em;color:#f5f2ec73}.profile--alt .profile__num{color:#0a0a0a73}.profile__eyebrow{font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.18em;color:#f5f2ec8c;margin-bottom:clamp(16px,2vh,24px)}.profile--alt .profile__eyebrow{color:#0a0a0a99}.profile__title{font-family:var(--font-display);font-weight:200;font-size:clamp(2.5rem,6vw,6.5rem);line-height:.95;letter-spacing:-.035em;max-width:18ch;margin-bottom:clamp(20px,3vh,32px)}.profile__title .accent{font-style:italic;font-weight:200}.profile__sub{max-width:56ch;font-size:clamp(1rem,1.25vw,1.2rem);line-height:1.5;font-weight:300;color:#f5f2ecc7}.profile--alt .profile__sub{color:#0a0a0abf}.profile__body{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(40px,5vw,80px);padding-left:clamp(80px,8vw,140px);padding-right:0;margin-left:clamp(24px,4vw,60px)}.profile__block-title{font-family:var(--font-display);font-weight:300;font-size:clamp(1.1rem,1.4vw,1.4rem);line-height:1.2;letter-spacing:-.015em;margin-bottom:clamp(20px,2.5vh,28px);padding-bottom:clamp(12px,1.5vh,18px);border-bottom:1px solid var(--hairline-dark)}.profile--alt .profile__block-title{border-bottom-color:#0a0a0a2e}.profile__list{display:flex;flex-direction:column;gap:clamp(12px,1.6vh,20px);font-size:clamp(.95rem,1.1vw,1.1rem);line-height:1.5;font-weight:300;color:#f5f2ecc7}.profile--alt .profile__list{color:#0a0a0ac7}.profile__list li{position:relative;padding-left:20px}.profile__list li:before{content:"→";position:absolute;left:0;top:0;color:var(--accent-yellow)}.profile--alt .profile__list li:before{color:var(--accent-yellow-ink)}.profile__cta{align-self:flex-start;display:inline-flex;align-items:center;gap:12px;padding:16px 28px;background:#141414b3;border:1px solid rgba(245,242,236,.18);border-radius:var(--radius-md);color:var(--ink-on-dark);font-weight:400;font-size:15px;margin-left:clamp(80px,8vw,140px);transition:background .4s var(--ease-out-expo),color .4s ease,border-color .4s ease}.profile__cta:hover{background:var(--accent-yellow);color:var(--accent-yellow-ink);border-color:var(--accent-yellow)}.profile--alt .profile__cta{background:var(--accent-yellow-ink);color:var(--accent-yellow);border-color:var(--accent-yellow-ink)}.profile--alt .profile__cta:hover{background:#1a1a1a}.profile__cta .arrow{transition:transform .4s var(--ease-out-expo)}.profile__cta:hover .arrow{transform:translate(4px)}.subpage-footer{height:auto;margin-top:0;z-index:auto}.subpage-footer .footer__sticky{position:relative;top:auto;height:auto;overflow:visible;display:block;padding:clamp(60px,10vh,120px) var(--gutter) clamp(40px,6vh,80px);pointer-events:auto}.subpage-footer .footer__block{position:relative;inset:auto;max-width:1680px;margin-inline:auto;padding:clamp(48px,7vh,100px) clamp(40px,5vw,80px) clamp(36px,5vh,64px);border-radius:clamp(24px,3vw,44px);transform:none!important;pointer-events:auto}@media(max-width:880px){.profile__head{grid-template-columns:1fr;gap:16px}.profile__body{grid-template-columns:1fr;padding-left:0;margin-left:0}.profile__cta{margin-left:0}}.venture{position:relative;padding:clamp(80px,14vh,160px) var(--gutter);background:var(--bg-dark);color:var(--ink-on-dark);border-top:1px solid var(--hairline-dark)}.venture--alt{border-top:1px solid rgba(255,241,0,.2)}.venture__inner{max-width:1680px;margin-inline:auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.3fr);gap:clamp(40px,5vw,100px);align-items:start}.venture__visual{position:sticky;top:120px;aspect-ratio:1 / 1;border-radius:clamp(14px,1.6vw,22px);overflow:hidden}.venture__visual svg,.venture__visual img{width:100%;height:100%;object-fit:cover;display:block}.venture__content{display:flex;flex-direction:column;gap:clamp(20px,3vh,32px)}.venture__content .profile__num{display:inline-block;font-size:clamp(2rem,4vw,4rem);margin-bottom:4px}.venture__content .profile__title{margin-bottom:0}.venture__brand{font-weight:600;letter-spacing:.22em;color:var(--ink-on-dark)}.venture__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(16px,2vw,28px);padding:clamp(20px,3vh,28px) 0;border-top:1px solid var(--hairline-dark);border-bottom:1px solid var(--hairline-dark)}.venture__stats li{display:flex;flex-direction:column;gap:4px;font-size:13px;line-height:1.35;color:#f5f2eca6}.venture__stat-num{font-family:var(--font-display);font-weight:200;font-size:clamp(1.5rem,2.4vw,2.4rem);line-height:1;letter-spacing:-.02em;color:var(--ink-on-dark)}.venture__blocks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(28px,4vw,56px)}@media(max-width:880px){.venture__inner{grid-template-columns:1fr}.venture__visual{position:static;max-width:360px}.venture__stats,.venture__blocks{grid-template-columns:1fr}}.article{position:relative;background:var(--bg-dark);color:var(--ink-on-dark)}.article__hero{padding:clamp(140px,22vh,240px) var(--gutter) clamp(48px,7vh,80px);border-bottom:1px solid var(--hairline-dark)}.article__hero-inner{max-width:920px;margin-inline:auto;display:flex;flex-direction:column;gap:clamp(24px,4vh,40px)}.article__tag{display:inline-flex;align-items:center;gap:10px;align-self:flex-start;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.18em;color:#f5f2ec99}.article__tag:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--accent-yellow)}.article__title{font-family:var(--font-display);font-weight:200;font-size:clamp(2.5rem,5.5vw,5rem);line-height:1;letter-spacing:-.035em;color:var(--ink-on-dark)}.article__dek{font-family:var(--font-display);font-weight:300;font-size:clamp(1.15rem,1.8vw,1.6rem);line-height:1.4;letter-spacing:-.015em;color:#f5f2ecd1;max-width:44ch}.article__meta{display:flex;align-items:center;gap:14px;font-family:var(--font-body);font-size:13px;letter-spacing:.04em;text-transform:uppercase;color:#f5f2ec80}.article__meta-dot{width:4px;height:4px;border-radius:50%;background:#f5f2ec59}.article__body{max-width:680px;margin-inline:auto;padding:clamp(56px,9vh,110px) var(--gutter) clamp(80px,12vh,160px)}.article__body p{font-size:clamp(1.05rem,1.3vw,1.25rem);line-height:1.65;font-weight:300;color:#f5f2ecd9;margin-bottom:clamp(20px,3vh,32px)}.article__body p:last-child{margin-bottom:0}.article__body p:first-of-type{font-size:clamp(1.15rem,1.45vw,1.4rem);color:var(--ink-on-dark);line-height:1.55}.article__body h2{font-family:var(--font-display);font-weight:300;font-size:clamp(1.5rem,2.4vw,2.1rem);line-height:1.15;letter-spacing:-.025em;color:var(--ink-on-dark);margin-top:clamp(40px,6vh,64px);margin-bottom:clamp(16px,2.5vh,24px)}.article__body strong{font-weight:500;color:var(--ink-on-dark)}.article__body em{font-style:italic}.article__pull{font-family:var(--font-display);font-weight:200;font-size:clamp(1.5rem,2.6vw,2.3rem);line-height:1.25;letter-spacing:-.025em;color:var(--accent-yellow);margin:clamp(40px,6vh,72px) 0;padding-left:clamp(20px,3vw,32px);border-left:2px solid var(--accent-yellow)}.article__next{border-top:1px solid var(--hairline-dark);padding:clamp(48px,8vh,96px) var(--gutter)}.article__next-inner{max-width:920px;margin-inline:auto;display:flex;flex-direction:column;gap:16px}.article__next-label{font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.18em;color:#f5f2ec80}.article__next-link{font-family:var(--font-display);font-weight:200;font-size:clamp(1.75rem,3.5vw,3rem);line-height:1.05;letter-spacing:-.03em;color:var(--ink-on-dark);display:inline-flex;align-items:baseline;gap:16px;transition:color .4s var(--ease-out-expo)}.article__next-link:hover{color:var(--accent-yellow)}.article__next-link .arrow{font-size:.6em;transition:transform .4s var(--ease-out-expo)}.article__next-link:hover .arrow{transform:translate(8px)}.login-page{min-height:100dvh}.login{min-height:100dvh;display:grid;place-items:center;padding:clamp(120px,18vh,200px) var(--gutter) clamp(48px,8vh,96px)}.login__card{width:100%;max-width:440px;background:#1c1c1c8c;border:1px solid var(--hairline-dark);border-radius:clamp(20px,2.6vw,32px);padding:clamp(36px,5vw,56px)}.login__eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.18em;color:#f5f2ec99;margin-bottom:clamp(20px,3vh,28px)}.login__eyebrow:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--accent-yellow)}.login__title{font-family:var(--font-display);font-weight:200;font-size:clamp(1.75rem,3vw,2.4rem);line-height:1.05;letter-spacing:-.03em;color:var(--ink-on-dark);margin-bottom:14px}.login__sub{font-size:clamp(.9rem,1.05vw,1rem);line-height:1.5;font-weight:300;color:#f5f2eca6;margin-bottom:clamp(28px,4vh,40px)}.login__form{display:flex;flex-direction:column;gap:16px}.login__field{display:flex;flex-direction:column;gap:8px}.login__label{font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.12em;color:#f5f2ec8c}.login__field input{height:52px;padding:0 18px;background:#0a0a0a99;border:1px solid var(--hairline-dark);border-radius:var(--radius-md);color:var(--ink-on-dark);font-family:var(--font-body);font-size:15px;transition:border-color .3s var(--ease-out-expo)}.login__field input:focus{outline:none;border-color:var(--accent-yellow)}.login__error{min-height:1.2em;font-size:13px;color:#ff6b5e}.login__submit{height:54px;display:inline-flex;align-items:center;justify-content:center;gap:12px;background:var(--accent-yellow);color:var(--accent-yellow-ink);border-radius:var(--radius-md);font-weight:500;font-size:15px;letter-spacing:-.005em;transition:background .3s var(--ease-out-expo)}.login__submit:hover{background:#fff833}.login__submit .arrow{transition:transform .4s var(--ease-out-expo)}.login__submit:hover .arrow{transform:translate(4px)}.login__help{margin-top:clamp(24px,3.5vh,32px);font-size:13px;font-weight:300;color:#f5f2ec80}.login__help a{color:var(--ink-on-dark);border-bottom:1px solid var(--hairline-dark)}.login__help a:hover{color:var(--accent-yellow);border-color:var(--accent-yellow)}.portal-header{gap:8px}.portal-chip{display:inline-flex;align-items:center;gap:8px;height:56px;padding:0 20px;border-radius:12px;background:var(--accent-yellow);color:var(--accent-yellow-ink);font-weight:600;font-size:13px;letter-spacing:.14em;text-transform:uppercase}.portal-chip__dot{width:7px;height:7px;border-radius:50%;background:var(--accent-yellow-ink)}.portal-header .pill--brand{flex:1}.pill--logout{background:#1414148c}.portal{min-height:100dvh;padding:clamp(140px,20vh,220px) var(--gutter) clamp(80px,12vh,140px);max-width:1280px;margin-inline:auto}.portal__hero{display:flex;flex-direction:column;gap:clamp(20px,3vh,32px);padding-bottom:clamp(48px,7vh,88px);border-bottom:1px solid var(--hairline-dark)}.portal__eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.18em;color:#f5f2ec99}.portal__eyebrow:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--accent-yellow)}.portal__title{font-family:var(--font-display);font-weight:200;font-size:clamp(2.5rem,6vw,5.5rem);line-height:.98;letter-spacing:-.035em;color:var(--ink-on-dark)}.portal__title .accent{font-style:italic}.portal__sub{max-width:56ch;font-size:clamp(1rem,1.25vw,1.2rem);line-height:1.55;font-weight:300;color:#f5f2ecb3}.portal__body{padding-top:clamp(48px,7vh,88px)}.portal__placeholder{display:flex;flex-direction:column;gap:12px;align-items:center;text-align:center;padding:clamp(56px,10vh,120px) var(--gutter);background:#1c1c1c66;border:1px dashed var(--hairline-dark);border-radius:clamp(20px,2.6vw,32px)}.portal__placeholder-label{font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.18em;color:var(--accent-yellow)}.portal__placeholder-text{max-width:40ch;font-size:clamp(.95rem,1.15vw,1.1rem);line-height:1.5;font-weight:300;color:#f5f2ec99}.portal-footer{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:clamp(28px,4vh,44px) var(--gutter);border-top:1px solid var(--hairline-dark);font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#f5f2ec73}
