:root {
  --ink: #090000;
  --cream: #f7f2e8;
  --cream-muted: #ded7c9;
  --gold: #efc400;
  --gold-dark: #8d7300;
  --field: #150807;
  --line: rgba(247, 242, 232, 0.2);
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--cream);
  font-family: Arial, Helvetica, sans-serif;
}

main {
  min-height: calc(100vh - 88px);
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 88px;
  padding: 18px clamp(20px, 5vw, 72px);
  background: rgba(9, 0, 0, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand img {
  display: block;
  width: min(330px, 52vw);
  height: auto;
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.8vw, 34px);
  font-size: 0.92rem;
  font-weight: 700;
  text-transform: uppercase;
}

nav a,
.site-footer a,
.contact-strip a {
  text-decoration: none;
}

.phone-link,
.eyebrow,
.kicker {
  color: var(--gold);
  font-weight: 800;
}

.hero {
  min-height: calc(100vh - 88px);
  display: grid;
  place-items: center;
  padding: clamp(42px, 7vw, 96px) 20px clamp(64px, 8vw, 110px);
}

.hero-inner {
  width: min(100%, var(--max));
}

.hero-mark img {
  display: block;
  width: min(760px, 100%);
  height: auto;
}

.gold-rule {
  width: min(540px, 58vw);
  height: 5px;
  margin: clamp(28px, 4vw, 48px) 0;
  background: var(--gold);
}

.kicker,
.eyebrow {
  margin: 0 0 16px;
  text-transform: uppercase;
}

.kicker {
  font-size: clamp(1rem, 2vw, 1.35rem);
}

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

h1 {
  max-width: 980px;
  margin-bottom: 22px;
  color: var(--cream);
  font-size: clamp(3.1rem, 7.5vw, 7.6rem);
  line-height: 0.9;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 4.25rem);
  line-height: 0.98;
  text-transform: uppercase;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.35rem;
  text-transform: uppercase;
}

p {
  color: var(--cream-muted);
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  line-height: 1.55;
}

.hero-copy {
  max-width: 790px;
  font-size: clamp(1.15rem, 2vw, 1.5rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 2px solid var(--gold);
  border-radius: 4px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  touch-action: manipulation;
  transition: border-color 160ms ease, box-shadow 160ms ease, opacity 160ms ease;
}

.button-primary {
  background: var(--gold);
  color: var(--ink);
}

.button-secondary {
  background: transparent;
  color: var(--cream);
}

.lead-section {
  padding: clamp(34px, 6vw, 64px) clamp(20px, 5vw, 72px) clamp(52px, 7vw, 84px);
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(34px, 6vw, 76px);
  width: min(100%, var(--max));
  margin: 0 auto;
}

.option-list {
  display: grid;
  gap: 18px;
}

.option-list article {
  padding: 26px 0 24px;
  border-top: 4px solid var(--gold);
}

.option-list span {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--gold);
  font-size: 0.9rem;
  font-weight: 900;
}

.proof-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
  padding: clamp(44px, 7vw, 86px) clamp(20px, 5vw, 72px);
  background: var(--cream);
  color: var(--ink);
}

.proof-media,
.proof-copy {
  width: min(100%, 560px);
}

.proof-media {
  justify-self: end;
}

.proof-media img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0 18px 45px rgba(9, 0, 0, 0.24);
}

.proof-copy p {
  color: #2a201d;
}

.proof-copy h2 {
  color: var(--ink);
}

.contact-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
  font-size: clamp(1rem, 2vw, 1.3rem);
}

.lead-section {
  width: min(100%, 1040px);
  margin: 0 auto;
}

.lead-intro {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 26px;
  align-items: center;
  margin-bottom: 36px;
}

.lead-intro img {
  width: 112px;
  height: 112px;
  object-fit: cover;
  border: 3px solid var(--gold);
}

.lead-form {
  display: grid;
  gap: 18px;
  padding-top: 34px;
  border-top: 5px solid var(--gold);
}

.field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

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

label {
  display: grid;
  gap: 8px;
  color: var(--cream);
  font-weight: 800;
  text-transform: uppercase;
  min-width: 0;
}

input,
select,
textarea {
  width: 100%;
  min-height: 54px;
  border: 1px solid rgba(247, 242, 232, 0.34);
  border-radius: 4px;
  background: var(--field);
  color: var(--cream);
  font: inherit;
  font-size: 16px;
  padding: 13px 14px;
}

input[type="checkbox"] {
  width: 20px;
  height: 20px;
  min-height: 20px;
  accent-color: var(--gold);
  margin: 2px 0 0;
  flex: 0 0 auto;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(239, 196, 0, 0.35);
  border-color: var(--gold);
}

.button:focus-visible {
  outline: 3px solid rgba(239, 196, 0, 0.45);
  outline-offset: 3px;
}

.button:active {
  box-shadow: inset 0 0 0 999px rgba(9, 0, 0, 0.08);
}

.field-error {
  border-color: #ffdd4a;
}

.consent-block {
  display: grid;
  gap: 8px;
  padding-top: 2px;
}

.consent-label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #b8b2a8;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
  text-transform: none;
}

.consent-text a {
  color: var(--gold);
  font-weight: 800;
}

.ai-disclosure,
.consent-error {
  margin: 0 0 0 32px;
}

.ai-disclosure {
  color: #8f8b84;
  font-size: 12px;
  line-height: 1.5;
}

.consent-error {
  min-height: 20px;
  color: var(--cream);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.form-status {
  min-height: 28px;
  margin: 0;
  color: var(--gold);
  font-weight: 800;
}

.form-status.is-error {
  color: var(--cream);
}

.lead-form button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.legal-section {
  width: min(100%, 900px);
  margin: 0 auto;
  padding: clamp(34px, 6vw, 64px) clamp(20px, 5vw, 72px) clamp(52px, 7vw, 84px);
}

.legal-section h1 {
  font-size: clamp(2rem, 4vw, 4rem);
}

.legal-section a {
  color: var(--gold);
  font-weight: 800;
}

.site-footer {
  padding: 44px 20px 52px;
  text-align: center;
  border-top: 1px solid var(--line);
}

.site-footer img {
  width: min(360px, 78vw);
  height: auto;
}

.site-footer p {
  margin: 12px 0 0;
}

@media (max-width: 780px) {
  .site-header {
    position: static;
    align-items: center;
  }

  nav {
    width: auto;
    justify-content: flex-end;
  }

  .hero {
    min-height: auto;
    place-items: start;
  }

  h1 {
    font-size: clamp(2.45rem, 13vw, 4.5rem);
  }

  .section-grid,
  .proof-section,
  .field-row,
  .lead-intro {
    grid-template-columns: 1fr;
  }

  .proof-media {
    justify-self: start;
  }

  .lead-intro img {
    width: 96px;
    height: 96px;
  }

  .lead-section {
    padding-top: 30px;
  }
}

@media (max-width: 520px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .brand img {
    width: min(330px, 88vw);
  }

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

  .gold-rule {
    width: 100%;
  }

  .lead-intro {
    gap: 18px;
    margin-bottom: 28px;
  }

  h2 {
    font-size: clamp(1.7rem, 9vw, 2.35rem);
  }
}

@media (min-width: 781px) and (max-width: 980px) {
  .lead-section {
    width: min(100%, 920px);
    padding-inline: clamp(28px, 5vw, 48px);
  }

  .field-row-three {
    grid-template-columns: minmax(0, 1fr) 112px minmax(0, 0.8fr);
  }
}
