:root {
  --ink: #251b16;
  --muted: #74665c;
  --cream: #f8f4ef;
  --sand: #eee5da;
  --sand-2: #e5d7c8;
  --paper: #fffdf9;
  --line: rgba(37, 27, 22, 0.18);
  --shadow: 0 18px 60px rgba(62, 46, 36, 0.10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--cream); }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 48% 18%, rgba(255,255,255,.95) 0, rgba(255,255,255,0) 31%),
    linear-gradient(180deg, #fbf8f3 0%, #f5eee6 100%);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }

.topbar {
  min-height: 116px;
  padding: 22px clamp(24px, 5vw, 84px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 1px solid var(--line);
  background: rgba(250,247,242,.86);
  backdrop-filter: blur(12px);
}
.brand { display: inline-flex; width: min(430px, 48vw); text-decoration: none; }
.brand img { width: 100%; height: auto; }
.topbar-note {
  font-size: 11px;
  letter-spacing: .34em;
  text-transform: uppercase;
  white-space: nowrap;
  color: #4f4137;
}

.hero {
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(230px, 28vw) minmax(430px, 1fr) minmax(260px, 30vw);
  align-items: stretch;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.visual { position: relative; margin: 0; min-width: 0; overflow: hidden; background: var(--sand); }
.visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(25,17,12,0.00) 45%, rgba(25,17,12,0.26) 100%);
  pointer-events: none;
}
.visual img { width: 100%; height: 100%; object-fit: cover; }
.visual-model img { object-position: 48% 15%; }
.visual-city img { object-position: 58% center; }
.visual figcaption {
  position: absolute;
  z-index: 1;
  bottom: 34px;
  left: 32px;
  right: 30px;
  color: white;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(22px, 2vw, 35px);
  font-style: italic;
  line-height: 1.05;
  text-shadow: 0 2px 16px rgba(0,0,0,.22);
}
.visual-city figcaption { text-align: right; left: 40px; }

.hero-copy {
  align-self: center;
  text-align: center;
  padding: 64px clamp(28px, 4vw, 82px);
}
.eyebrow {
  margin: 0 0 26px;
  color: #5f5046;
  text-transform: uppercase;
  letter-spacing: .32em;
  font-size: 11px;
}
.hero h1 {
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(64px, 7.2vw, 126px);
  font-weight: 400;
  line-height: .86;
  letter-spacing: -.055em;
}
.hero h1 em {
  font-weight: 400;
  color: #4f372b;
}
.hero-lead {
  max-width: 700px;
  margin: 30px auto 0;
  font-size: clamp(16px, 1.35vw, 21px);
  line-height: 1.55;
  color: #493d35;
}
.launch-date {
  margin: 30px auto 24px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 14px;
  max-width: 640px;
  color: #6a5a50;
  letter-spacing: .25em;
  font-size: 10px;
  font-weight: 700;
}
.launch-rule { display: block; height: 1px; background: var(--line); }
.countdown {
  display: grid;
  grid-template-columns: repeat(4, minmax(76px, 1fr));
  gap: 10px;
  max-width: 640px;
  margin: 0 auto;
}
.time-card {
  min-height: 94px;
  padding: 16px 8px 13px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(233,223,211,.62);
  border: 1px solid rgba(61,45,35,.05);
}
.time-card strong {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(31px, 3.2vw, 45px);
  line-height: 1;
  font-weight: 400;
  font-variant-numeric: tabular-nums;
}
.time-card span {
  margin-top: 9px;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .22em;
  color: var(--muted);
}
.countdown-status { margin: 14px 0 0; color: var(--muted); font-size: 13px; }
.soft-link {
  display: inline-block;
  margin-top: 24px;
  padding: 10px 2px;
  text-decoration: none;
  border-bottom: 1px solid rgba(37,27,22,.38);
  font-size: 12px;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.soft-link span { margin-left: 6px; }

.feature-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #efe7de;
  border-bottom: 1px solid var(--line);
}
.feature-band article {
  min-height: 184px;
  padding: 34px 28px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.feature-band article + article { border-left: 1px solid var(--line); }
.feature-icon { font-family: Georgia, serif; font-size: 29px; line-height: 1; margin-bottom: 14px; }
.feature-band h2 {
  margin: 0;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .22em;
}
.feature-band p { margin: 10px auto 0; max-width: 230px; color: #5d5149; font-size: 13px; line-height: 1.55; }

.concept {
  max-width: 1500px;
  margin: 0 auto;
  padding: clamp(72px, 9vw, 150px) clamp(28px, 7vw, 110px);
  display: grid;
  grid-template-columns: 180px 1fr 230px;
  gap: clamp(30px, 5vw, 86px);
  align-items: start;
}
.concept-kicker {
  padding-top: 10px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .3em;
  color: #6b5c52;
}
.concept-main h2 {
  margin: 0;
  max-width: 850px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(48px, 5.6vw, 88px);
  line-height: .98;
  letter-spacing: -.045em;
  font-weight: 400;
}
.concept-main h2 em { color: #7e6250; font-weight: 400; }
.concept-main p {
  max-width: 780px;
  margin: 34px 0 0;
  font-size: 18px;
  line-height: 1.75;
  color: #53463e;
}
.concept-side { padding-top: 15px; text-transform: uppercase; color: #5e5048; font-size: 10px; letter-spacing: .24em; }
.concept-side p { margin: 0; }
.concept-side span { display: block; width: 100%; height: 1px; background: var(--line); margin: 16px 0; }

.statement {
  min-height: 340px;
  padding: 70px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #2b201a;
  color: #f7f0e8;
}
.statement p { margin: 0; font-size: 10px; letter-spacing: .34em; text-transform: uppercase; opacity: .72; }
.statement strong {
  margin: 18px 0 22px;
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
  font-style: italic;
  font-size: clamp(48px, 6vw, 92px);
  letter-spacing: -.04em;
}

.footer {
  padding: 36px clamp(24px, 5vw, 84px) 42px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 36px;
  background: #f6f0e9;
  border-top: 1px solid rgba(255,255,255,.35);
}
.footer-brand { width: min(360px, 38vw); }
.footer-copy { max-width: 620px; text-align: right; color: #6a5b52; font-size: 11px; line-height: 1.55; }
.footer-copy p { margin: 0; }
.legal-note { margin-top: 5px !important; font-size: 10px; opacity: .82; }

@media (max-width: 1050px) {
  .topbar-note { display: none; }
  .brand { width: min(420px, 72vw); }
  .hero { grid-template-columns: 28% 44% 28%; min-height: 630px; }
  .hero-copy { padding: 50px 24px; }
  .hero h1 { font-size: clamp(54px, 7vw, 80px); }
  .hero-lead { font-size: 15px; }
  .countdown { grid-template-columns: repeat(2, 1fr); max-width: 330px; }
  .concept { grid-template-columns: 120px 1fr; }
  .concept-side { display: none; }
}

@media (max-width: 760px) {
  .topbar { min-height: 88px; padding: 16px 20px; justify-content: center; }
  .brand { width: min(390px, 88vw); }
  .hero {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "copy copy"
      "model city";
  }
  .hero-copy { grid-area: copy; padding: 64px 24px 48px; }
  .visual-model { grid-area: model; }
  .visual-city { grid-area: city; }
  .visual { min-height: 310px; }
  .visual figcaption { left: 18px; right: 18px; bottom: 20px; font-size: 21px; }
  .visual-city figcaption { left: 18px; text-align: right; }
  .hero h1 { font-size: clamp(59px, 18vw, 94px); }
  .hero-lead { max-width: 560px; }
  .launch-date { max-width: 520px; }
  .countdown { grid-template-columns: repeat(4, 1fr); max-width: 520px; }
  .time-card { min-height: 84px; }
  .time-card strong { font-size: 32px; }
  .time-card span { font-size: 8px; letter-spacing: .13em; }
  .feature-band { grid-template-columns: 1fr 1fr; }
  .feature-band article { min-height: 155px; }
  .feature-band article + article { border-left: 0; }
  .feature-band article:nth-child(even) { border-left: 1px solid var(--line); }
  .feature-band article:nth-child(n+3) { border-top: 1px solid var(--line); }
  .concept { grid-template-columns: 1fr; gap: 22px; padding: 72px 24px 84px; }
  .concept-main h2 { font-size: clamp(48px, 13vw, 70px); }
  .concept-main p { font-size: 16px; margin-top: 26px; }
  .footer { align-items: flex-start; flex-direction: column; }
  .footer-brand { width: min(340px, 82vw); }
  .footer-copy { text-align: left; }
}

@media (max-width: 500px) {
  .hero-copy { padding: 54px 18px 40px; }
  .eyebrow { letter-spacing: .24em; }
  .hero h1 { font-size: clamp(55px, 17vw, 76px); }
  .hero-lead { font-size: 15px; line-height: 1.6; }
  .launch-date { gap: 8px; font-size: 8px; letter-spacing: .13em; }
  .countdown { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 315px; }
  .visual { min-height: 280px; }
  .visual-model img { object-position: 52% 10%; }
  .visual-city img { object-position: 63% center; }
  .visual figcaption { font-size: 18px; }
  .feature-band { grid-template-columns: 1fr; }
  .feature-band article { border-left: 0 !important; border-top: 1px solid var(--line); }
  .feature-band article:first-child { border-top: 0; }
  .statement { min-height: 300px; }
  .statement strong { font-size: 48px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
