:root { color-scheme: dark; --orange: #ff6600; --ink: #080808; --text: #f8f7f4; --muted: #aaa8a4; --line: rgba(248,247,244,.18); --display-font: "Manrope", Arial, Helvetica, sans-serif; }
@font-face { font-family: "Manrope"; src: url("../fonts/Manrope-Variable.woff2") format("woff2"); font-style: normal; font-weight: 200 800; font-display: swap; }
* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; min-height: 100svh; background: var(--ink); color: var(--text); font-family: var(--display-font); transition: background-color .35s ease, color .35s ease; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
button:focus-visible, a:focus-visible { outline: 2px solid var(--orange); outline-offset: 5px; }
.site-shell { display: flex; min-height: 100svh; flex-direction: column; padding: 32px clamp(22px, 5vw, 80px) 28px; overflow: hidden; }
.site-header, .site-footer { display: flex; align-items: center; justify-content: space-between; }
.site-header { position: relative; z-index: 4; }
.brand { display: inline-flex; align-items: center; gap: 13px; min-height: 51px; color: var(--text); text-decoration: none; }
.brand-symbol { width: 57px; height: 51px; flex: 0 0 auto; object-fit: contain; }
.brand-copy { display: flex; min-width: 0; flex-direction: column; gap: 3px; }
.brand-name { color: var(--text); font-size: 1.16rem; font-weight: 800; letter-spacing: .02em; line-height: 1; }
.brand-tagline { color: var(--text); font-size: .68rem; font-weight: 400; letter-spacing: .04em; line-height: 1.15; }
.header-controls { display: flex; align-items: center; gap: 25px; }
.language-switcher { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: .68rem; letter-spacing: .18em; }
.language-button { border: 0; background: transparent; color: inherit; cursor: pointer; }
.language-button { padding: 5px 0; letter-spacing: inherit; }
.language-button.is-active { color: var(--text); font-weight: 700; }
.language-button:hover { color: var(--orange); }
main { display: flex; flex: 1; flex-direction: column; min-height: 0; }
.hero { position: relative; display: flex; align-items: flex-end; width: 100%; max-width: 1440px; min-height: min(610px, 64vh); margin: clamp(24px, 4vw, 54px) auto 0; padding: clamp(90px, 13vh, 160px) 5% clamp(42px, 6vh, 70px); overflow: hidden; background: #080808; }
.hero-art { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero::after { position: absolute; inset: 0; z-index: 0; background: linear-gradient(90deg, rgba(8,8,8,.15), rgba(8,8,8,.03) 58%, rgba(8,8,8,.16)); content: ""; pointer-events: none; }
.hero-copy { position: relative; z-index: 1; max-width: min(610px, 57%); color: #f8f7f4; }
.eyebrow { margin: 0 0 20px; color: var(--orange); font-size: .68rem; font-weight: 700; letter-spacing: .23em; text-transform: uppercase; }
h1, h2 { margin: 0; letter-spacing: -.055em; line-height: .98; }
h1 { max-width: 600px; font-size: clamp(2.55rem, 4.8vw, 5rem); font-weight: 500; }
h2 { font-size: clamp(2.3rem, 4vw, 4.8rem); font-weight: 500; }
.supporting-text { margin: clamp(28px, 4vw, 46px) 0 0; color: #f8f7f4; font-size: clamp(.9rem, 1.25vw, 1.1rem); font-weight: 500; letter-spacing: .2em; }
.supporting-accent { color: var(--orange); }
.stay-close { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 1fr); gap: clamp(30px, 9vw, 160px); max-width: 1200px; width: 100%; margin: 0 auto; padding: clamp(24px, 3vw, 42px) 0 clamp(28px, 4vw, 48px); border-top: 1px solid var(--line); }
.stay-close__copy { max-width: 620px; }
.stay-close-link { display: inline-block; color: var(--orange); font-size: clamp(1.45rem, 2.3vw, 2.25rem); font-weight: 600; letter-spacing: -.04em; line-height: 1; text-decoration: none; }
.stay-close-link:hover { color: var(--text); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 24px; border: 1px solid var(--text); color: var(--text); font-size: .72rem; font-weight: 700; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; transition: background-color .25s ease, color .25s ease, border-color .25s ease; }
.button:hover { border-color: var(--orange); color: var(--orange); }
.button--orange { border-color: var(--orange); background: var(--orange); color: #fff; }
.button--orange:hover { background: transparent; color: var(--orange); }
.form-note { margin: 22px 0 0; color: var(--muted); font-size: .78rem; }
.signup-page { display: grid; grid-template-columns: minmax(220px, .75fr) minmax(0, 1.25fr); gap: clamp(40px, 9vw, 150px); max-width: 1200px; width: 100%; margin: auto; padding: clamp(70px, 10vw, 140px) 0; }
.signup-page__intro { max-width: 440px; }
.back-link { display: inline-block; margin-bottom: clamp(65px, 10vw, 130px); color: var(--muted); font-size: .72rem; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.back-link:hover { color: var(--orange); }
.signup-page h1 { font-size: clamp(2.3rem, 4vw, 4.5rem); }
.signup-page__intro > p:not(.eyebrow) { margin: 25px 0 0; color: var(--muted); font-size: clamp(1rem, 1.5vw, 1.18rem); line-height: 1.6; }
.signup-page__form { min-width: 0; }
.signup-page iframe { display: block; width: 100%; min-height: 680px; border: 0; background: #fff; }
.site-footer { justify-content: flex-start; gap: 15px; margin-top: auto; padding-top: 22px; color: var(--muted); font-size: .65rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.footer-divider { width: 28px; height: 2px; background: var(--orange); }
@media (max-width: 760px) { .site-shell { padding: 23px 22px 24px; } .header-controls { gap: 16px; } .brand-symbol { width: 48px; height: 42px; } .brand-name { font-size: .96rem; } .brand-tagline { font-size: .56rem; } .hero { min-height: 61svh; margin-top: 24px; padding: 70px 7% 45px; } .hero-copy { max-width: 92%; } h1 { font-size: clamp(2.45rem, 11.5vw, 4.8rem); } .supporting-text { max-width: 280px; line-height: 1.55; } .hero-art { object-position: 58% center; } .stay-close { padding: 22px 0 28px; } .signup-page { display: block; padding: 70px 0; } .back-link { margin-bottom: 70px; } .signup-page__form { margin-top: 58px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }
