:root {
  --ink: #101010;
  --muted: #5f5f5f;
  --soft: #f6f6f3;
  --white: #ffffff;
  --orange: #f39a22;
  --orange-dark: #d77f10;
  --charcoal: #171717;
  --line: rgba(16, 16, 16, 0.12);
  --shadow: 0 18px 42px rgba(0, 0, 0, 0.12);
  font-family: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  line-height: 1.55;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.notice {
  background: var(--charcoal);
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 700;
  padding: 0.65rem 1rem;
  text-align: center;
}

.site-header {
  align-items: center;
  background: var(--white);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  padding: 0.8rem clamp(1rem, 4vw, 4rem);
  position: sticky;
  top: 0;
  z-index: 20;
}

.brand img {
  height: 58px;
  width: auto;
}

nav {
  align-items: center;
  display: flex;
  gap: 1.2rem;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 800;
}

nav a:hover {
  color: var(--orange-dark);
}

.hero {
  align-items: stretch;
  background: var(--white);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  min-height: auto;
  overflow: hidden;
  padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 5vw, 5rem);
  position: relative;
}

.hero::after {
  background: var(--soft);
  bottom: 0;
  content: "";
  height: 24%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 0;
}

.hero-content {
  align-self: center;
  color: var(--ink);
  max-width: 760px;
  order: 1;
  padding: 0;
  position: relative;
  z-index: 1;
}

.hero-launch-card {
  align-self: center;
  background: var(--charcoal);
  border-radius: 8px;
  box-shadow: var(--shadow);
  color: var(--white);
  display: grid;
  min-height: 520px;
  order: 2;
  padding: clamp(1.3rem, 3vw, 2.2rem);
  position: relative;
  z-index: 1;
}

.hero-launch-card::before {
  background:
    linear-gradient(135deg, rgba(243, 154, 34, 0.95), rgba(243, 154, 34, 0.15)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.14) 0 1px, transparent 1px 14px);
  border-radius: 6px;
  content: "";
  min-height: 160px;
  width: 100%;
}

.hero-launch-card h2 {
  font-size: clamp(1.8rem, 3.1vw, 3rem);
  margin: 1.4rem 0 1rem;
}

.hero-launch-card .section-kicker {
  color: var(--orange);
  margin: 1.5rem 0 0;
}

.launch-list {
  align-self: end;
  display: grid;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.launch-list div {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: 0.8rem;
}

.launch-list span {
  color: rgba(255, 255, 255, 0.68);
  display: block;
  font-size: 0.82rem;
  font-weight: 800;
  margin-bottom: 0.2rem;
  text-transform: uppercase;
}

.launch-list strong {
  display: block;
  font-size: 1.1rem;
  line-height: 1.2;
}

.eyebrow,
.section-kicker,
.status-pill {
  color: var(--orange-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 0 0 0.8rem;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-size: clamp(2.85rem, 6.3vw, 5.55rem);
  letter-spacing: 0;
  line-height: 0.96;
  margin-bottom: 1.1rem;
  max-width: 850px;
}

h2 {
  font-size: clamp(2rem, 3.6vw, 3.15rem);
  letter-spacing: 0;
  line-height: 1.04;
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.12rem;
  margin-bottom: 0.45rem;
}

.lede {
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  max-width: 650px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.7rem;
}

.hero-proof {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2rem;
  max-width: 680px;
  position: relative;
  z-index: 1;
}

.hero-proof div {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 6px;
  min-height: 112px;
  padding: 1rem;
}

.hero-proof strong {
  display: block;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  line-height: 1;
}

.hero-proof span {
  color: var(--muted);
  display: block;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.25;
  margin-top: 0.45rem;
}

.button,
.reserve-form button {
  align-items: center;
  border-radius: 5px;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 50px;
  padding: 0.9rem 1.2rem;
  text-transform: uppercase;
}

.button.primary,
.reserve-form button {
  background: var(--orange);
  color: var(--ink);
}

.button.primary:hover,
.reserve-form button:hover {
  background: var(--orange-dark);
}

.button.secondary {
  border: 2px solid var(--ink);
  color: var(--ink);
}

.metrics-band {
  background: var(--charcoal);
  color: var(--white);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.metrics-band div {
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  min-height: 126px;
  padding: 1.25rem clamp(1rem, 3vw, 2rem);
}

.metrics-band div:last-child {
  border-right: 0;
}

.metrics-band strong {
  display: block;
  font-size: clamp(1.9rem, 4vw, 3.1rem);
  line-height: 1;
}

.metrics-band span {
  color: rgba(255, 255, 255, 0.75);
  display: block;
  font-weight: 700;
  margin-top: 0.45rem;
}

.campaign-shell {
  align-items: start;
  display: grid;
  gap: clamp(1rem, 3vw, 2rem);
  grid-template-columns: minmax(0, 1fr) minmax(320px, 410px);
  margin: 0 auto;
  max-width: 1480px;
  padding: clamp(1.2rem, 4vw, 3rem);
}

.campaign-main {
  min-width: 0;
}

.section {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  margin-bottom: 0;
  padding: clamp(1.6rem, 4vw, 3rem) 0;
}

.section:first-child {
  padding-top: 0;
}

.section p {
  color: var(--muted);
  font-size: 1.04rem;
}

.insight-grid,
.model-grid,
.advantage-grid,
.funds {
  display: grid;
  gap: 0.9rem;
}

.insight-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.3rem;
}

.insight-grid div,
.model-card,
.funds div,
.founder-card {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 1.1rem;
}

.insight-grid span,
.funds span,
.founder-card span {
  color: var(--muted);
  display: block;
  font-size: 0.85rem;
  font-weight: 800;
  margin-bottom: 0.45rem;
}

.insight-grid strong,
.funds strong,
.founder-card strong {
  display: block;
  font-size: 1.08rem;
  line-height: 1.24;
}

.split,
.founder {
  align-items: center;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
}

.split figure {
  border-radius: 8px;
  margin: 0;
  overflow: hidden;
}

.split img {
  aspect-ratio: 4 / 5;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.check-list {
  display: grid;
  gap: 0.55rem;
  list-style: none;
  margin: 1.2rem 0 0;
  padding: 0;
}

.check-list li {
  color: var(--ink);
  font-weight: 800;
  padding-left: 1.55rem;
  position: relative;
}

.check-list li::before {
  background: var(--orange);
  border-radius: 999px;
  content: "";
  height: 9px;
  left: 0;
  position: absolute;
  top: 0.55rem;
  width: 9px;
}

.model-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.funds {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dark {
  background: var(--charcoal);
  border: 0;
  border-radius: 8px;
  color: var(--white);
  margin: clamp(1.4rem, 4vw, 2.6rem) 0;
  padding: clamp(1.5rem, 4vw, 3rem);
}

.dark p {
  color: rgba(255, 255, 255, 0.75);
}

.dark .section-kicker {
  color: var(--orange);
}

.advantage-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.3rem;
}

.advantage-grid div {
  border-top: 3px solid var(--orange);
  padding-top: 1rem;
}

blockquote {
  border-left: 5px solid var(--orange);
  color: var(--ink);
  font-size: 1.18rem;
  font-weight: 850;
  margin: 1.4rem 0 0;
  padding-left: 1rem;
}

.founder-card {
  background: var(--charcoal);
  border-color: transparent;
  box-shadow: none;
  color: var(--white);
}

.founder-card span,
.founder-card p {
  color: rgba(255, 255, 255, 0.74);
}

.founder-card strong {
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.05;
}

.founder-card p {
  margin: 1rem 0 0;
}

.table-wrap {
  overflow-x: auto;
}

table {
  border-collapse: collapse;
  min-width: 680px;
  width: 100%;
}

th,
td {
  border-bottom: 1px solid var(--line);
  padding: 1rem;
  text-align: left;
  vertical-align: top;
}

th {
  background: var(--soft);
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.legal {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 6px;
  margin-top: 1.5rem;
  padding: 1.4rem;
}

.legal h2 {
  font-size: 1.45rem;
}

.legal p {
  font-size: 0.94rem;
  margin-bottom: 0;
}

.reservation-panel {
  position: sticky;
  top: 100px;
}

.panel-inner {
  background: var(--white);
  border: 2px solid var(--ink);
  border-radius: 6px;
  box-shadow: var(--shadow);
  padding: 1.2rem;
}

.panel-inner h2 {
  font-size: 1.55rem;
  line-height: 1.08;
}

.raise-meter {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  margin: 1.1rem 0;
  padding: 1rem 0;
}

.meter-top {
  align-items: end;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.meter-top span,
.raise-meter p,
.form-note {
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 750;
}

.meter-top strong {
  font-size: 1.85rem;
  line-height: 1;
}

.meter-track {
  background: #e7e7e3;
  border-radius: 999px;
  height: 10px;
  margin: 0.8rem 0;
  overflow: hidden;
}

.meter-track span {
  background: var(--orange);
  display: block;
  height: 100%;
  width: 42%;
}

.terms {
  display: grid;
  gap: 0.5rem;
  margin: 0 0 1.1rem;
}

.terms div {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.terms dt {
  color: var(--muted);
  font-weight: 800;
}

.terms dd {
  font-weight: 900;
  margin: 0;
  text-align: right;
}

.reserve-form {
  display: grid;
  gap: 0.75rem;
}

.reserve-form label {
  color: var(--muted);
  display: grid;
  font-size: 0.86rem;
  font-weight: 850;
  gap: 0.35rem;
}

input,
select {
  appearance: none;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 5px;
  color: var(--ink);
  font: inherit;
  min-height: 46px;
  padding: 0.7rem 0.8rem;
  width: 100%;
}

input:focus,
select:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(243, 154, 34, 0.2);
  outline: 0;
}

.reserve-form button {
  font-size: 0.88rem;
  width: 100%;
}

footer {
  align-items: center;
  background: var(--charcoal);
  color: var(--white);
  display: flex;
  justify-content: space-between;
  padding: 1.3rem clamp(1rem, 4vw, 3.5rem);
}

footer span {
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 1100px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero::after {
    height: 36%;
  }

  .hero-content {
    order: 1;
  }

  .hero-launch-card {
    min-height: auto;
  }

  .campaign-shell {
    grid-template-columns: 1fr;
  }

  .reservation-panel {
    position: static;
  }

  .model-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .notice {
    font-size: 0.75rem;
  }

  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.7rem;
    position: static;
  }

  nav {
    flex-wrap: wrap;
  }

  .brand img {
    height: 48px;
  }

  .hero {
    gap: 1.5rem;
    min-height: auto;
    padding: 1rem 1rem 2rem;
  }

  .hero-launch-card::before {
    min-height: 96px;
  }

  h1 {
    font-size: 2.85rem;
  }

  .metrics-band,
  .hero-proof,
  .insight-grid,
  .funds,
  .advantage-grid,
  .split,
  .founder {
    grid-template-columns: 1fr;
  }

  .metrics-band div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    border-right: 0;
    min-height: auto;
  }

  .metrics-band div:last-child {
    border-bottom: 0;
  }

  .model-grid {
    grid-template-columns: 1fr;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.35rem;
  }
}
