.interactive-nav-link{min-height:32px;color:var(--ink);font-family:Arial Nova,Helvetica Neue,Arial,sans-serif;font-size:inherit;white-space:nowrap;cursor:pointer;align-items:center;margin:-14px -10px;padding:14px 10px;font-weight:400;line-height:1;text-decoration:none;display:inline-flex}.interactive-nav-link__letters{align-items:baseline;display:inline-flex}.interactive-nav-link__character{color:var(--ink);will-change:font-weight;line-height:1;transition:font-weight 90ms linear;display:inline-block}.interactive-nav-link__space{width:.34em;display:inline-block}@media (prefers-reduced-motion:reduce){.interactive-nav-link__character{transition:none}}.menu-overlay{z-index:70;background:var(--ink);color:var(--paper);flex-direction:column;justify-content:space-between;padding:92px 16px 16px;display:none;position:fixed;inset:0;overflow-y:auto}.menu-overlay__links{flex-direction:column;display:flex}.menu-overlay__links a{color:inherit;letter-spacing:-.055em;text-transform:uppercase;border-bottom:1px solid #f7f4eb29;grid-template-columns:34px 1fr;align-items:baseline;padding:17px 0 15px;font-size:clamp(38px,12vw,62px);font-weight:600;line-height:.95;text-decoration:none;display:grid}.menu-overlay__number{letter-spacing:.08em;color:#f7f4eb6b;align-self:start;padding-top:7px;font-size:9px}.menu-overlay__bottom{padding-top:42px}.menu-overlay__contact{background:var(--red);min-height:64px;color:var(--ink);letter-spacing:-.025em;border-radius:999px;justify-content:space-between;align-items:center;padding:0 22px;font-size:15px;font-weight:750;text-decoration:none;display:flex}@media (width<=900px){.menu-overlay{display:flex}}.site-header{z-index:80;pointer-events:none;grid-template-columns:minmax(120px,1fr) auto minmax(120px,1fr);align-items:center;gap:24px;width:100%;padding:0 clamp(24px,3vw,52px);display:grid;position:fixed;top:24px;left:0}.site-header__desktop-spacer{min-width:1px}.site-header__desktop-nav,.site-header__contact,.site-header__menu{pointer-events:auto}.site-header__desktop-nav{background:var(--paper);border-radius:999px;justify-self:center;align-items:center;gap:clamp(28px,3.1vw,58px);min-height:54px;padding:0 clamp(34px,3.1vw,58px);display:flex;box-shadow:0 1px #00000012}.site-header__desktop-nav .interactive-nav-link{color:var(--ink);letter-spacing:-.02em;font-size:16px}.site-header__contact{background:var(--ink);min-height:54px;color:var(--paper);letter-spacing:-.02em;border-radius:999px;justify-content:center;justify-self:end;align-items:center;padding:0 28px;font-size:13px;font-weight:650;text-decoration:none;display:inline-flex}.site-header__menu{background:var(--paper);min-width:88px;min-height:48px;color:var(--ink);font:inherit;cursor:pointer;border:0;border-radius:999px;justify-content:center;justify-self:end;align-items:center;padding:0 22px;font-size:12px;font-weight:700;display:none}@media (width<=900px){.site-header{grid-template-columns:1fr;justify-items:end;padding:0 16px;top:16px}.site-header__desktop-spacer,.site-header__desktop-nav,.site-header__contact{display:none}.site-header__menu{display:inline-flex}}.hero-section{isolation:isolate;color:#f3f0eb;background:#050505;height:100svh;min-height:100svh;position:sticky;top:0;overflow:hidden}.hero-section__light{z-index:0;filter:blur(60px);opacity:0;pointer-events:none;background:radial-gradient(#ffffff0e 0%,#ffffff05 38%,#fff0 72%);border-radius:50%;width:min(1050px,72vw);height:min(580px,55vh);transition:opacity 1.8s cubic-bezier(.16,1,.3,1),transform 2s cubic-bezier(.16,1,.3,1);position:absolute;top:48%;left:50%;transform:translate(-50%,-50%)scale(.9)}.hero-section--ready .hero-section__light{opacity:1;transform:translate(-50%,-50%)scale(1)}.hero-section__inner{z-index:1;justify-content:center;align-items:center;width:min(100%,1920px);height:100svh;min-height:100svh;margin:0 auto;padding:108px clamp(28px,4vw,72px) 76px;display:flex;position:relative}.hero-section__stage{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex;transform:translateY(-1vh)}.hero-section__title{color:#f3f0eb;letter-spacing:-.052em;width:100%;margin:0;font-family:Neue Montreal,sans-serif;font-size:clamp(68px,6.4vw,120px);font-weight:500;line-height:.9}.hero-section__title-line{perspective:1000px;margin:-.08em 0 -.1em;padding:.08em .05em .1em;display:block;overflow:hidden}.hero-section__title-line-inner{opacity:0;filter:blur(11px);transform-origin:50% 100%;will-change:transform,opacity,filter;transition-property:transform,opacity,filter;transition-duration:1.25s,.78s,1.05s;transition-timing-function:cubic-bezier(.16,1,.3,1);display:block;transform:translateY(115%)rotateX(-9deg)}.hero-section__title-line:first-child .hero-section__title-line-inner{transition-delay:80ms}.hero-section__title-line:nth-child(2) .hero-section__title-line-inner{transition-delay:.18s}.hero-section__title-line:nth-child(3) .hero-section__title-line-inner{transition-delay:.28s}.hero-section--ready .hero-section__title-line-inner{opacity:1;filter:blur();transform:translate(0,0)rotateX(0)}.hero-section__subheading{color:#f3f0ebab;letter-spacing:-.022em;text-wrap:balance;opacity:0;filter:blur(7px);width:min(720px,70vw);margin:clamp(34px,4vh,48px) 0 0;font-family:Neue Montreal,sans-serif;font-size:clamp(17px,1.18vw,21px);font-weight:400;line-height:1.25;transition:opacity .85s cubic-bezier(.16,1,.3,1) .7s,transform 1s cubic-bezier(.16,1,.3,1) .7s,filter .9s cubic-bezier(.16,1,.3,1) .7s;transform:translateY(20px)}.hero-section--ready .hero-section__subheading{opacity:1;filter:blur();transform:translateY(0)}.hero-section__brand{color:#f3f0ebc7;letter-spacing:-.03em;opacity:0;font-family:Neue Montreal,sans-serif;font-size:clamp(16px,1.05vw,19px);font-weight:500;line-height:1;transition:opacity .7s cubic-bezier(.16,1,.3,1) .88s,transform .85s cubic-bezier(.16,1,.3,1) .88s;position:absolute;bottom:clamp(26px,3.2vh,38px);left:clamp(28px,4vw,72px);transform:translateY(10px)}.hero-section--ready .hero-section__brand{opacity:1;transform:translateY(0)}@media (width<=900px){.hero-section__inner{padding:88px 16px 66px}.hero-section__stage{transform:translateY(-1vh)}.hero-section__title{letter-spacing:-.048em;font-size:clamp(32px,10.2vw,56px);line-height:.92}.hero-section__title-line{padding-left:0;padding-right:0}.hero-section__subheading{width:min(500px,88vw);margin-top:28px;font-size:clamp(15px,4vw,17px);line-height:1.3}.hero-section__brand{font-size:15px;bottom:22px;left:18px}.hero-section__light{filter:blur(50px);width:110vw;height:48vh}}@media (width<=360px){.hero-section__title{font-size:9.6vw}}@media (prefers-reduced-motion:reduce){.hero-section__light,.hero-section__title-line-inner,.hero-section__subheading,.hero-section__brand{opacity:1;filter:none;transition:none;transform:none}}.intro-panel{z-index:2;background:var(--ink);min-height:105svh;color:var(--paper);border-radius:30px 30px 0 0;position:relative;box-shadow:0 -20px 50px #0000001f}.intro-panel__inner{width:min(100%,1920px);margin:0 auto;padding:clamp(54px,7vw,120px) clamp(22px,3vw,54px)}.intro-panel__kicker{color:#f7f4eb80;letter-spacing:.04em;text-transform:uppercase;margin:0 0 40px;font-size:11px;font-weight:700}.intro-panel h2{letter-spacing:-.065em;max-width:13ch;margin:0;font-size:clamp(56px,8vw,148px);font-weight:600;line-height:.9}@media (width<=900px){.intro-panel{border-radius:20px 20px 0 0;min-height:100svh}.intro-panel__inner{padding:56px 16px}.intro-panel h2{font-size:clamp(48px,14vw,80px)}}.home-page{background:var(--ink);width:100%;min-height:100vh}.home-page__stack{position:relative}@font-face{font-family:Neue Montreal;src:url(/fonts/neue-montreal/NeueMontreal-Regular.otf)format("opentype");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Neue Montreal;src:url(/fonts/neue-montreal/NeueMontreal-Medium.otf)format("opentype");font-style:normal;font-weight:500;font-display:swap}@font-face{font-family:Neue Montreal;src:url(/fonts/neue-montreal/NeueMontreal-Bold.otf)format("opentype");font-style:normal;font-weight:700;font-display:swap}@font-face{font-family:Neue Montreal;src:url(/fonts/neue-montreal/NeueMontreal-Italic.otf)format("opentype");font-style:italic;font-weight:400;font-display:swap}@font-face{font-family:Neue Montreal;src:url(/fonts/neue-montreal/NeueMontreal-MediumItalic.otf)format("opentype");font-style:italic;font-weight:500;font-display:swap}@font-face{font-family:Neue Montreal;src:url(/fonts/neue-montreal/NeueMontreal-BoldItalic.otf)format("opentype");font-style:italic;font-weight:700;font-display:swap}:root{--red:#d82f2f;--ink:#1a1a1a;--paper:#f7f4eb}*{box-sizing:border-box}html{background:var(--ink);scroll-behavior:smooth;min-width:320px;margin:0}body{background:var(--ink);min-width:320px;min-height:100vh;color:var(--ink);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;margin:0;font-family:Neue Montreal,Arial,Helvetica,sans-serif}button,a{-webkit-tap-highlight-color:transparent}button{font-family:inherit}#root{min-height:100vh}::selection{background:var(--paper);color:var(--ink)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
