﻿:root {
  --ink: #17201d;
  --muted: #65706a;
  --dark: #17201d;
  --surface: #fbfaf7;
  --line: #e3e0d8;
  --blue: #e85d3f;
  --blue-bright: #e85d3f;
  --danger: #a53624;
  --success: #3f9f78;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fbfaf7; font-family: "DM Sans", sans-serif; }
a { color: inherit; }
.container { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.site-header { border-bottom: 1px solid rgba(255,255,255,.15); color: #fff; background: #17201d; }
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: "DM Sans", sans-serif; font-weight: 700; text-decoration: none; letter-spacing: -.03em; }
.brand-mark { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; color: #fff; background: #e85d3f; font-size: 19px; }
.nav-link, .text-link { color: inherit; font-size: 14px; font-weight: 600; text-decoration: none; }
.nav-link span, .text-link span { color: var(--blue-bright); margin-left: 5px; }
.hero {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr);
  align-items: center;
  gap: 70px;
  margin: 0;
  padding: 90px 24px 110px;
  color: #fff;
  background: #17201d;
  isolation: isolate;
}
.hero-copy { max-width: 650px; animation: rise .7s ease both; }
.hero-copy, .hero-art { position: relative; z-index: 1; }
.hero-background { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 42%; opacity: .68; }
.hero::after { position: absolute; inset: 0; z-index: 0; content: ""; background: linear-gradient(105deg, rgba(18,25,22,.72) 0%, rgba(18,25,22,.46) 52%, rgba(18,25,22,.2) 100%); }
.eyebrow { margin: 0 0 22px; color: var(--blue-bright); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow-dot { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 5px rgba(79,140,255,.13); }
h1, h2, h3 { margin: 0; font-family: "Fraunces", serif; letter-spacing: -.045em; line-height: .98; }
h1 { max-width: 700px; font-size: clamp(3.5rem, 7vw, 5.3rem); }
h1 span, h2 span { color: var(--blue-bright); }
.hero-text { max-width: 520px; margin: 30px 0 32px; color: rgba(255,255,255,.85); font-size: 18px; line-height: 1.65; }
.text-link { display: inline-block; border-bottom: 1px solid var(--blue); padding-bottom: 6px; }
.hero-art { position: relative; min-height: 430px; overflow: hidden; border-radius: 32px; background: transparent; animation: rise .8s .1s ease both; }
.art-grid { position: absolute; inset: 0; opacity: .32; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 44px 44px; transform: perspective(500px) rotateX(55deg) scale(1.6) translateY(85px); }
.orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.orb-one { width: 220px; height: 220px; top: 30px; left: 45px; border: 1px solid rgba(120,167,255,.5); box-shadow: inset 0 0 55px rgba(79,140,255,.28), 0 0 50px rgba(79,140,255,.2); }
.orb-two { width: 12px; height: 12px; top: 120px; right: 65px; background: var(--blue-bright); box-shadow: 0 0 30px 8px rgba(120,167,255,.55); }
.floating-card { position: absolute; display: flex; align-items: center; gap: 13px; padding: 15px 17px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: rgba(18,23,33,.8); box-shadow: 0 16px 40px rgba(0,0,0,.25); backdrop-filter: blur(10px); }
.floating-card b, .floating-card small { display: block; }
.floating-card b { font-size: 13px; }
.floating-card small { margin-top: 4px; color: var(--muted); font-size: 11px; }
.card-icon, .pin { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 9px; color: var(--blue-bright); background: rgba(232,93,63,.14); }
.card-main { right: 22px; bottom: 108px; }
.card-small { left: 28px; bottom: 28px; }
.pin { color: var(--success); font-size: 9px; }
.art-label { position: absolute; right: 26px; top: 25px; color: #657083; font-size: 10px; letter-spacing: .2em; }
.waitlist-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; padding: 105px 0 130px; border-top: 1px solid var(--line); }
.section-intro h2 { font-size: clamp(2.6rem, 5vw, 4.5rem); }
.section-intro > p:last-child { max-width: 330px; margin-top: 25px; color: var(--muted); line-height: 1.65; }
.form-shell { position: relative; z-index: 1; padding: 35px; border: 1px solid var(--line); border-radius: 28px; color: var(--ink); background: var(--surface); box-shadow: 0 26px 60px rgba(0,0,0,.22); }
.form-heading { margin-bottom: 25px; }
.form-heading .eyebrow { margin-bottom: 13px; }
.form-heading h2 { font-size: clamp(2.3rem, 4vw, 3.5rem); }
.form-heading p:last-child { margin: 15px 0 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 20px; }
.field label { display: block; margin-bottom: 9px; font-size: 13px; font-weight: 600; }
input, select { width: 100%; min-height: 52px; border: 1px solid var(--line); border-radius: 10px; padding: 0 15px; color: var(--ink); background: #fff; font: inherit; font-size: 15px; }
select { cursor: pointer; }
input::placeholder { color: #667083; }
input:focus, select:focus, .button:focus-visible, a:focus-visible { outline: 3px solid rgba(79,140,255,.5); outline-offset: 3px; }
.field-error { min-height: 18px; margin: 6px 0 0; color: var(--danger); font-size: 12px; }
input.invalid, select.invalid { border-color: var(--danger); }
.honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.consent-field { display: grid; grid-template-columns: 18px 1fr; column-gap: 10px; align-items: start; margin: 2px 0 18px; }
.consent-field input { width: 18px; min-height: 18px; margin: 2px 0 0; accent-color: var(--blue); cursor: pointer; }
.consent-field label { color: var(--muted); font-size: 12px; line-height: 1.5; cursor: pointer; }
.consent-field .field-error { grid-column: 2; }
.form-message { margin: 0 0 16px; border-radius: 10px; padding: 12px 14px; font-size: 13px; line-height: 1.45; }
.error-message { color: var(--danger); background: rgba(255, 87, 87, .1); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 52px; border: 0; border-radius: 10px; padding: 0 21px; font: inherit; font-size: 14px; font-weight: 700; text-decoration: none; cursor: pointer; transition: transform .2s, background .2s, box-shadow .2s; }
.button-primary { width: 100%; color: #07101f; background: var(--blue-bright); }
.button:hover:not(:disabled) { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(79,140,255,.22); }
.button:disabled { cursor: wait; opacity: .7; }
.button-loader { display: none; width: 17px; height: 17px; border: 2px solid rgba(7,16,31,.3); border-top-color: #07101f; border-radius: 50%; animation: spin .7s linear infinite; }
.is-loading .button-label { display: none; }
.is-loading .button-loader { display: block; }
.privacy-note { margin: 17px 0 0; color: #778194; font-size: 12px; text-align: center; }
.success-view { text-align: center; padding: 35px 15px 20px; }
.success-mark { display: grid; place-items: center; width: 62px; height: 62px; margin: 0 auto 23px; border-radius: 50%; color: var(--dark); background: var(--success); font-size: 27px; font-weight: 700; }
.success-view h3 { font-size: clamp(2rem, 5vw, 3rem); }
.success-view > p:not(.eyebrow) { max-width: 360px; margin: 18px auto 27px; color: var(--muted); line-height: 1.6; }
.button-secondary { color: var(--ink); border: 1px solid var(--line); background: transparent; }
.site-footer { border-top: 1px solid var(--line); color: #778194; font-size: 12px; }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; padding: 25px 0; }
[hidden] { display: none !important; }
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes spin { to { transform: rotate(360deg); } }
@media (max-width: 800px) {
  .container { width: min(100% - 36px, 600px); }
  .hero { grid-template-columns: 1fr; gap: 46px; padding: 75px 18px 90px; background-position: center, 58% center; }
}
@media (max-width: 520px) {
  .nav { min-height: 68px; }
  .nav-link { font-size: 12px; }
  .hero { padding-top: 58px; padding-bottom: 70px; background-position: center, 62% center; }
  .hero-text { font-size: 16px; }
  .form-shell { padding: 22px 18px; }
  .form-grid { grid-template-columns: 1fr; gap: 0; margin-bottom: 0; }
  .field { margin-bottom: 14px; }
  .footer-inner { flex-direction: column; gap: 8px; }
  .card-main { right: 12px; bottom: 80px; }
  .card-small { left: 12px; bottom: 18px; }
}
