@font-face {
  font-family: 'Manrope';
  src: url('/assets/manrope-400.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Adamina';
  src: url('/assets/adamina-400.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
:root {
  color-scheme: dark;
  --blue: #1e2859;
  --deep-blue: #16264f;
  --white: #ffffff;
  --muted: #c4cbdf;
  --line: #ffffff29;
  --accent: #f05123;
  font-family: 'Manrope', sans-serif;
  background: var(--blue);
  color: var(--white);
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 0; }
button, input, textarea { font: inherit; }
button, a, input, textarea { -webkit-tap-highlight-color: transparent; outline-offset: 5px; }
a { color: inherit; text-underline-offset: 4px; }
:focus-visible { outline: 2px solid #ffa185; }
button { cursor: pointer; }
.site-shell { max-width: 1580px; margin: auto; padding: 0 6.15%; }
.site-header { min-height: 116px; display: flex; justify-content: space-between; align-items: center; gap: 24px; border-bottom: 1px solid var(--line); }
.wordmark { display: block; width: 188px; max-width: 48%; line-height: 0; flex-shrink: 0; }
.wordmark img { display: block; width: 100%; height: auto; }
.launch-label { display: flex; align-items: center; gap: 10px; font-size: 10px; line-height: 1.6; letter-spacing: 1.7px; text-decoration: none; }
.status-dot { width: 6px; height: 6px; flex: 0 0 6px; border-radius: 50%; background: var(--accent); }
.hero { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr); gap: 8.4%; padding: 72px 0 68px; align-items: start; }
.hero-intro { min-width: 0; padding-top: 10px; }
.eyebrow { margin: 0; font-size: 10px; line-height: 1.6; letter-spacing: 1.7px; font-weight: 400; }
.hero-eyebrow { display: flex; align-items: center; gap: 13px; color: var(--muted); margin: 0 0 29px; }
.hero-eyebrow::before { content: ''; width: 25px; height: 1px; background: var(--accent); flex-shrink: 0; }
h1 { font: 400 clamp(61px, 6.1vw, 91px)/1.12 'Adamina', Georgia, serif; letter-spacing: -3.6px; margin: 0; }
.orange-period { color: var(--accent); }
.hero-subheading { margin: 28px 0 0; font-size: clamp(18px, 1.58vw, 23px); line-height: 1.55; letter-spacing: -.5px; }
.hero-subheading > span { white-space: nowrap; }
.hero-description { max-width: 520px; margin: 24px 0 0; color: var(--muted); font-size: 14px; line-height: 1.95; }
.coming-note { display: grid; grid-template-columns: 105px minmax(0, 1fr); align-items: center; gap: 28px; max-width: 510px; margin: 45px 0 0; padding-top: 29px; border-top: 1px solid var(--line); }
.brand-mark { display: block; width: 105px; height: auto; }
.coming-note .eyebrow { color: var(--white); font-size: 9px; }
.coming-note div > p + p { font-size: 12px; line-height: 1.85; color: var(--muted); margin: 10px 0 0; }
.contact-card { position: relative; padding: 30px 31px 25px; border: 1px solid #ffffff26; background: var(--deep-blue); }
.contact-card::before { content: ''; position: absolute; height: 3px; width: 56px; top: -1px; left: 31px; background: var(--accent); }
.card-heading { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: var(--muted); }
.card-heading .eyebrow { font-size: 9px; letter-spacing: 1.2px; }
.card-symbol { color: var(--accent); font-size: 23px; line-height: 1; }
h2 { font: 400 33px/1.23 'Adamina', Georgia, serif; letter-spacing: -.9px; margin: 19px 0 14px; }
.card-description { color: var(--muted); font-size: 12px; line-height: 1.7; margin: 0 0 23px; }
.field { margin: 0 0 15px; }
.field label { display: flex; justify-content: space-between; align-items: baseline; gap: 5px; font-size: 10px; font-weight: 400; margin: 0 0 8px; }
.field label[for='email'] { justify-content: start; }
.optional { color: var(--muted); font-size: 9px; font-weight: 400; }
.field input, .field textarea { display: block; width: 100%; min-width: 0; border: 1px solid #7786ad; background: #ffffff03; border-radius: 0; padding: 11px 12px; font-size: 13px; color: var(--white); line-height: 1.4; transition: border-color .15s ease; }
.field input { min-height: 43px; }
.field textarea { resize: vertical; min-height: 73px; max-height: 240px; }
.field input::placeholder, .field textarea::placeholder { color: #b7c1da; opacity: 1; }
.field input:hover, .field textarea:hover { border-color: #b1bedf; }
.field input:disabled, .field textarea:disabled { opacity: .65; }
.privacy-check { display: flex; align-items: flex-start; gap: 10px; margin: 18px 0; font-size: 10px; line-height: 1.65; color: var(--muted); cursor: pointer; }
.privacy-check input { appearance: none; flex: 0 0 15px; width: 15px; height: 15px; margin: 1px 0 0; border: 1px solid #7786ad; border-radius: 0; cursor: pointer; background: transparent; }
.privacy-check input:checked { background: var(--accent); border-color: var(--accent); }
.privacy-check input:checked::after { content: ''; display: block; width: 7px; height: 4px; margin: 3px 2px; border-bottom: 1.5px solid var(--deep-blue); border-left: 1.5px solid var(--deep-blue); transform: rotate(-45deg); }
.privacy-check a:hover { text-decoration-thickness: 2px; }
.submit-button { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 14px; border: 1px solid var(--accent); border-radius: 0; background: var(--accent); color: #111d3b; padding: 14px 16px; min-height: 50px; font-size: 13px; font-weight: 400; transition: background .15s ease, transform .15s ease; }
.submit-button:hover:not(:disabled) { background: #ff7047; transform: translateY(-1px); }
.submit-button:active:not(:disabled) { transform: translateY(0); }
.submit-button:disabled { cursor: wait; opacity: .68; }
.button-arrow { font-size: 21px; line-height: 1; }
.form-reassurance { text-align: center; color: var(--muted); font-size: 9px; line-height: 1.7; margin: 10px 0 0; }
.form-reassurance + .form-reassurance { margin-top: 5px; }
.form-status { margin-top: 18px; padding: 13px; font-size: 12px; line-height: 1.65; overflow-wrap: anywhere; }
.form-status[data-state='success'] { background: #dcead4; color: #244322; }
.form-status[data-state='error'] { background: #f7e0d7; color: #6c3022; }
.form-status:focus-visible, .form-status a:focus-visible { outline-color: var(--deep-blue); }
.form-status p { margin: 0; }
.form-status p + p { margin-top: 6px; }
.contact-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.noscript-message { font-size: 12px; line-height: 1.7; overflow-wrap: anywhere; }
.site-footer { min-height: 98px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 25px; color: var(--muted); font-size: 10px; line-height: 1.8; }
.footer-identity p { margin: 0; }
.footer-identity p + p { margin-top: 3px; }
.footer-links { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { text-decoration: underline; }
.sr-only, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; left: 12px; top: 12px; z-index: 10; padding: 12px; background: var(--white); color: var(--deep-blue); }
.privacy-content { max-width: 760px; margin: 0 auto; padding: 65px 0 85px; }
.privacy-content .eyebrow { color: var(--muted); margin-bottom: 28px; }
.privacy-content h1 { font-size: clamp(39px, 5.5vw, 63px); letter-spacing: -2px; margin-bottom: 34px; }
.privacy-content h2 { font-size: 22px; letter-spacing: -.4px; margin: 30px 0 12px; }
.privacy-content p, .privacy-content li { font-size: 15px; line-height: 1.85; color: var(--muted); }
.privacy-content ul { padding-left: 22px; }
.privacy-content a { overflow-wrap: anywhere; }
.back-link { display: inline-block; font-size: 12px; margin-top: 28px; }
@media (min-width: 1500px) {
  .hero { padding-top: 88px; padding-bottom: 85px; }
  .hero-intro { padding-top: 18px; }
  .coming-note { margin-top: 55px; }
}
@media (max-width: 1100px) {
  .site-shell { padding: 0 5%; }
  .hero { gap: 5%; grid-template-columns: minmax(0, 1.1fr) minmax(305px, .9fr); padding-top: 55px; }
  h1 { font-size: clamp(50px, 6.4vw, 70px); letter-spacing: -2.8px; }
  .hero-subheading { font-size: 19px; }
  .hero-description { font-size: 13px; }
  .contact-card { padding: 29px 24px 24px; }
  .contact-card::before { left: 24px; }
  .coming-note { grid-template-columns: 78px minmax(0, 1fr); gap: 20px; margin-top: 33px; }
  .brand-mark { width: 78px; }
}
@media (max-width: 760px) {
  .site-shell { padding: 0 6.4%; }
  .site-header { min-height: 94px; gap: 16px; }
  .wordmark { width: 151px; }
  .launch-label { font-size: 8px; letter-spacing: 1px; gap: 8px; }
  .hero { grid-template-columns: minmax(0, 1fr); gap: 38px; padding: 42px 0 43px; }
  .hero-intro { padding-top: 0; }
  .hero-eyebrow { font-size: 9px; margin-bottom: 26px; }
  h1 { font-size: clamp(44px, 11.8vw, 73px); line-height: 1.15; letter-spacing: -2.3px; }
  .hero-subheading { font-size: 18px; line-height: 1.65; margin-top: 24px; }
  .hero-description { font-size: 13px; line-height: 1.9; margin-top: 20px; }
  .coming-note { max-width: none; margin-top: 31px; padding-top: 23px; gap: 22px; grid-template-columns: 76px minmax(0, 1fr); }
  .brand-mark { width: 76px; }
  .coming-note div > p + p { font-size: 11px; line-height: 1.8; margin-top: 7px; }
  .coming-note .eyebrow { font-size: 8px; }
  .contact-card { padding: 29px 25px 25px; }
  .contact-card::before { left: 25px; }
  h2 { font-size: 32px; margin-top: 18px; }
  .card-description { font-size: 13px; }
  .field label { font-size: 11px; }
  .optional { font-size: 10px; }
  .field input, .field textarea { font-size: 16px; }
  .field input { min-height: 48px; }
  .field textarea { min-height: 83px; }
  .privacy-check { font-size: 11px; line-height: 1.65; }
  .privacy-check input { flex-basis: 17px; width: 17px; height: 17px; }
  .privacy-check input:checked::after { margin: 4px 3px; }
  .submit-button { font-size: 14px; min-height: 53px; }
  .form-reassurance { font-size: 10px; }
  .site-footer { min-height: 140px; padding: 25px 0; align-items: flex-start; flex-direction: column; justify-content: center; gap: 16px; font-size: 10px; }
  .footer-links { gap: 24px; }
  .privacy-content { padding: 44px 0 55px; }
}
@media (max-width: 370px) {
  .site-shell { padding: 0 6%; }
  .wordmark { width: 130px; }
  .launch-label { font-size: 7px; letter-spacing: .7px; }
  h1 { font-size: 42px; letter-spacing: -2px; }
  .hero-subheading { font-size: 17px; }
  .contact-card { padding-right: 19px; padding-left: 19px; }
  .contact-card::before { left: 19px; }
  h2 { font-size: 29px; }
  .coming-note { grid-template-columns: 61px minmax(0, 1fr); gap: 18px; }
  .brand-mark { width: 61px; }
  .privacy-content h1 { font-size: 35px; letter-spacing: -1.5px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
