:root {
  --ink: #f3efe7;
  --muted: #b9b1a4;
  --soft: #82796f;
  --line: rgba(255, 255, 255, 0.14);
  --surface: #141313;
  --surface-2: #1c1a18;
  --gold: #c8a66a;
  --paper: #eee8dc;
  --paper-ink: #171512;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--surface);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  overflow-x: hidden;
}

main {
  overflow: hidden;
}

.hero {
  min-height: 96svh;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.2fr);
  align-items: center;
  gap: clamp(32px, 5vw, 80px);
  padding: clamp(28px, 5vw, 72px);
  background:
    linear-gradient(90deg, rgba(20, 19, 19, 0.96) 0%, rgba(20, 19, 19, 0.72) 44%, rgba(20, 19, 19, 0.18) 100%),
    #141313;
}

.hero-copy {
  max-width: 640px;
  z-index: 1;
}

.kicker {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  text-wrap: pretty;
}

h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4.2rem, 10vw, 10.5rem);
  font-weight: 400;
  line-height: 0.82;
  letter-spacing: 0;
}

.lead {
  max-width: 560px;
  margin: 28px 0 0;
  color: var(--paper);
  font-size: clamp(1.35rem, 2.2vw, 2.2rem);
  line-height: 1.18;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.button,
button {
  min-height: 48px;
  border: 1px solid var(--line);
  padding: 14px 20px;
  font: inherit;
  font-weight: 750;
  color: var(--ink);
  text-decoration: none;
  background: transparent;
  cursor: pointer;
}

.button.primary,
button {
  border-color: var(--gold);
  background: var(--gold);
  color: #15120c;
}

.button.secondary {
  color: var(--paper);
}

.hero-visual {
  position: relative;
  margin: 0;
  align-self: stretch;
  display: flex;
  align-items: center;
}

.hero-visual img {
  width: min(960px, 70vw);
  max-width: none;
  height: auto;
  margin-left: clamp(-120px, -8vw, -40px);
  filter: drop-shadow(0 38px 60px rgba(0, 0, 0, 0.5));
}

figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  color: rgba(243, 239, 231, 0.66);
  font-size: 0.82rem;
}

.statement {
  padding: clamp(44px, 7vw, 88px) clamp(24px, 7vw, 96px);
  background: var(--paper);
  color: var(--paper-ink);
}

.statement p {
  max-width: 1120px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 5vw, 5.6rem);
  line-height: 0.98;
}

.grid-section {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(28px, 6vw, 84px);
  padding: clamp(56px, 8vw, 112px) clamp(24px, 7vw, 96px);
  border-top: 1px solid var(--line);
}

.grid-section h2,
.specs h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.3rem, 5vw, 5.2rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0;
}

.text-stack {
  display: grid;
  gap: 22px;
  align-content: start;
}

.text-stack p {
  max-width: 780px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.1rem, 1.8vw, 1.45rem);
  line-height: 1.5;
}

.section-note {
  max-width: 440px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.5;
}

.detail-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--surface-2);
}

.detail-band article {
  min-height: 320px;
  padding: clamp(26px, 4vw, 48px);
  border-right: 1px solid var(--line);
}

.detail-band article:last-child {
  border-right: 0;
}

.detail-band span {
  color: var(--gold);
  font-size: 0.86rem;
  font-weight: 800;
}

.detail-band h3 {
  margin: 72px 0 16px;
  font-size: clamp(1.5rem, 2vw, 2rem);
}

.detail-band p,
.fineprint {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.compact {
  align-items: start;
}

.mock-form {
  display: grid;
  gap: 16px;
  max-width: 560px;
  padding: 0;
}

label {
  display: grid;
  gap: 8px;
  color: var(--soft);
  font-size: 0.88rem;
  font-weight: 700;
  text-transform: uppercase;
}

input,
select {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--line);
  border-radius: 0;
  padding: 0 14px;
  color: var(--ink);
  background: #0f0e0d;
  font: inherit;
}

.success-message {
  padding: 14px 16px;
  border: 1px solid rgba(200, 166, 106, 0.5);
  color: var(--paper);
  background: rgba(200, 166, 106, 0.1);
}

.specs {
  padding: clamp(56px, 8vw, 112px) clamp(24px, 7vw, 96px);
  background: #0f0e0d;
}

.spec-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: clamp(28px, 5vw, 64px);
  background: var(--line);
}

.spec-grid p {
  min-height: 128px;
  margin: 0;
  padding: 24px;
  background: #141313;
  color: var(--paper);
  font-size: 1.08rem;
  line-height: 1.45;
}

@media (max-width: 900px) {
  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-bottom: 30px;
  }

  .hero-visual {
    min-height: 360px;
    justify-content: center;
    order: -1;
    overflow: hidden;
  }

  .hero-visual img {
    width: min(760px, 112vw);
    margin-left: 0;
  }

  figcaption {
    right: 8px;
    bottom: 4px;
  }

  .grid-section,
  .detail-band,
  .spec-grid {
    grid-template-columns: 1fr;
  }

  .detail-band article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .detail-band article:last-child {
    border-bottom: 0;
  }

  .detail-band h3 {
    margin-top: 36px;
  }
}

@media (max-width: 520px) {
  .hero {
    padding: 22px;
  }

  h1 {
    font-size: clamp(3.7rem, 18vw, 5rem);
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .button {
    text-align: center;
  }
}
