:root {
  --navy: #08131f;
  --navy-soft: #102538;
  --blue: #7fc8ef;
  --cream: #f4f0e8;
  --white: #fff;
  --ink: #101b24;
  --muted: #6c7780;
  --line: rgba(255,255,255,.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "DM Sans", sans-serif; color: var(--ink); background: var(--cream); }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }

.site-header {
  position: absolute; z-index: 10; top: 0; left: 0; right: 0;
  display: flex; justify-content: space-between; align-items: center;
  padding: 24px clamp(22px, 5vw, 72px); color: white;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 700; letter-spacing: .02em; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid currentColor; border-radius: 50%; font-size: 12px; letter-spacing: .08em; }
nav { display: flex; align-items: center; gap: 30px; font-size: 14px; }
nav a { opacity: .86; }
nav a:hover { opacity: 1; }
.nav-button { border: 1px solid rgba(255,255,255,.55); padding: 11px 17px; border-radius: 999px; }

.hero { position: relative; min-height: 100svh; color: white; overflow: hidden; background: var(--navy); }
.hero picture, .hero picture img { position: absolute; inset: 0; height: 100%; }
.hero img { object-fit: cover; object-position: 50% 48%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,12,21,.88) 0%, rgba(5,15,24,.52) 48%, rgba(5,15,24,.18) 100%), linear-gradient(0deg, rgba(3,10,17,.5), transparent 45%); }
.hero-content { position: relative; z-index: 2; width: min(780px, 88vw); padding: 25vh 0 14vh clamp(24px, 8vw, 125px); }
.eyebrow { margin: 0 0 18px; text-transform: uppercase; letter-spacing: .2em; font-size: 12px; font-weight: 700; color: var(--blue); }
h1, h2, h3 { font-family: "Playfair Display", serif; font-weight: 600; margin-top: 0; }
h1 { font-size: clamp(58px, 8.2vw, 118px); line-height: .94; letter-spacing: -.045em; margin-bottom: 28px; }
.hero-copy { max-width: 600px; font-size: clamp(17px, 2vw, 22px); line-height: 1.55; color: rgba(255,255,255,.84); }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: 15px 23px; border-radius: 999px; font-weight: 700; font-size: 14px; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: white; color: var(--navy); }
.launch-note { font-size: 13px; color: rgba(255,255,255,.62); }
.scroll-cue { position: absolute; z-index: 2; right: clamp(22px,5vw,72px); bottom: 34px; display: flex; gap: 12px; align-items: center; font-size: 12px; text-transform: uppercase; letter-spacing: .16em; }

.section { padding: clamp(72px, 10vw, 150px) clamp(24px, 8vw, 125px); }
.intro { display: grid; grid-template-columns: 1fr 3fr; gap: 40px; }
.section-label { text-transform: uppercase; letter-spacing: .18em; font-size: 12px; color: var(--muted); padding-top: 12px; }
.intro-copy { max-width: 900px; }
.intro h2, .coming h2, .signup h2 { font-size: clamp(42px, 6vw, 82px); line-height: 1.02; letter-spacing: -.035em; margin-bottom: 26px; }
.intro p { font-size: clamp(19px, 2.4vw, 30px); line-height: 1.48; color: #43515b; margin: 0; }

.feature-grid { padding-top: 0; display: grid; grid-template-columns: 1.35fr .65fr; gap: 20px; background: var(--cream); }
.image-card { position: relative; min-height: 650px; overflow: hidden; border-radius: 4px; background: var(--navy-soft); color: white; }
.image-card img { position: absolute; inset: 0; height: 100%; object-fit: cover; transition: transform .8s ease; }
.image-card-large img { object-position: 50% 46%; }
.image-card:not(.image-card-large) img { object-position: 55% 50%; }
.image-card:hover img { transform: scale(1.025); }
.card-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(2,11,18,.86), transparent 62%); }
.card-content { position: absolute; z-index: 2; left: clamp(24px, 4vw, 50px); right: 30px; bottom: 38px; }
.card-content h3 { font-size: clamp(33px, 4vw, 54px); margin-bottom: 9px; }
.card-content p:last-child { margin: 0; color: rgba(255,255,255,.73); font-size: 16px; }

.coming { background: white; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 9vw, 130px); }
.dark { color: #4b7f9b; }
.coming-heading h2 { font-size: clamp(43px, 5vw, 72px); }
.coming-list > div { display: grid; grid-template-columns: 50px 1fr; column-gap: 20px; border-top: 1px solid #dfe4e7; padding: 25px 0 28px; }
.coming-list span { grid-row: 1 / span 2; font-size: 12px; color: #78909f; padding-top: 5px; }
.coming-list strong { font-family: "Playfair Display", serif; font-size: 27px; }
.coming-list p { margin: 8px 0 0; color: var(--muted); line-height: 1.6; }

.signup { background: var(--navy); color: white; padding: clamp(75px, 10vw, 145px) clamp(24px, 8vw, 125px); display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.signup h2 { max-width: 760px; margin-bottom: 18px; }
.signup p:last-child { color: rgba(255,255,255,.63); margin-bottom: 0; }
.button-light { background: white; color: var(--navy); white-space: nowrap; }

footer { background: #050d15; color: rgba(255,255,255,.62); padding: 34px clamp(24px, 8vw, 125px); display: flex; align-items: center; justify-content: space-between; gap: 30px; font-size: 12px; }
.footer-brand { color: white; }

@media (max-width: 820px) {
  nav a:not(.nav-button) { display: none; }
  .site-header { padding: 18px 20px; }
  .hero-content { padding-left: 24px; padding-top: 24vh; }
  .hero img { object-position: 54% 50%; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .intro, .coming { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: 1fr; }
  .image-card { min-height: 620px; }
  .signup { align-items: flex-start; flex-direction: column; }
  footer { flex-direction: column; align-items: flex-start; }
  footer p { margin: 0; }
}

@media (max-width: 520px) {
  .brand > span:last-child { font-size: 14px; }
  .nav-button { padding: 9px 13px; }
  h1 { font-size: 57px; }
  .hero-copy { font-size: 17px; }
  .scroll-cue { display: none; }
  .image-card { min-height: 520px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
