:root {
  --ink: #211b16;
  --charcoal: #2d302b;
  --cedar: #7a4e2d;
  --rust: #a9572a;
  --hide: #d8b679;
  --paper: #f8f1e4;
  --bone: #fffaf0;
  --sage: #6d7d5a;
  --steel: #64717a;
  --line: rgba(33, 27, 22, 0.18);
  --shadow: 0 18px 45px rgba(25, 21, 15, 0.2);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(33, 27, 22, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(33, 27, 22, 0.025) 1px, transparent 1px),
    var(--paper);
  background-size: 32px 32px;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.5;
  overflow-x: hidden;
}

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

a {
  color: inherit;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px clamp(18px, 4vw, 56px);
  color: var(--bone);
  background: rgba(30, 25, 20, 0.74);
  border-bottom: 1px solid rgba(255, 250, 240, 0.18);
  backdrop-filter: blur(12px);
}

.brand,
.site-header nav {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand {
  font-weight: 800;
  text-decoration: none;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--ink);
  background: var(--hide);
  border: 2px solid rgba(255, 250, 240, 0.55);
  font-family: Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
}

.site-header nav a {
  color: rgba(255, 250, 240, 0.88);
  font-family: Arial, sans-serif;
  font-size: 0.88rem;
  text-decoration: none;
}

.site-header nav a:hover {
  color: var(--hide);
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--bone);
}

.hero-image,
.hero-scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: 42% center;
}

.hero-scrim {
  background:
    linear-gradient(90deg, rgba(24, 19, 14, 0.9) 0%, rgba(31, 25, 19, 0.62) 38%, rgba(31, 25, 19, 0.1) 76%),
    linear-gradient(0deg, rgba(24, 19, 14, 0.3), rgba(24, 19, 14, 0.02));
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  padding: 150px clamp(20px, 5vw, 76px) 74px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--rust);
  font-family: Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--hide);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  max-width: 680px;
  font-size: clamp(3.6rem, 9vw, 8.2rem);
  line-height: 0.9;
  letter-spacing: 0;
  text-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}

h2 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 8px;
  font-size: 1.25rem;
  line-height: 1.1;
}

.hero-copy {
  max-width: 620px;
  margin: 24px 0;
  color: rgba(255, 250, 240, 0.9);
  font-size: clamp(1.05rem, 2vw, 1.34rem);
}

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

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 19px;
  border: 2px solid transparent;
  font-family: Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.button.primary {
  color: var(--bone);
  background: var(--rust);
  border-color: #c56a38;
}

.button.secondary {
  color: var(--bone);
  background: rgba(255, 250, 240, 0.08);
  border-color: rgba(255, 250, 240, 0.48);
}

.button:hover {
  transform: translateY(-1px);
}

.giveaway-strip {
  max-width: 640px;
  margin-top: 28px;
  padding: 16px 18px;
  background: rgba(248, 241, 228, 0.13);
  border: 1px solid rgba(248, 241, 228, 0.26);
  font-family: Arial, sans-serif;
}

.intro-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--charcoal);
  color: var(--bone);
}

.stat {
  min-height: 150px;
  padding: clamp(22px, 4vw, 38px);
  background:
    linear-gradient(135deg, rgba(216, 182, 121, 0.12), rgba(109, 125, 90, 0.08)),
    var(--charcoal);
}

.stat span {
  display: block;
  margin-bottom: 8px;
  color: var(--hide);
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 900;
  line-height: 1;
}

.stat p,
.feature p,
.video-card p,
.form-copy p,
.faq-grid p {
  margin: 0;
}

.section {
  padding: clamp(58px, 9vw, 112px) clamp(20px, 5vw, 76px);
}

.split {
  display: grid;
  grid-template-columns: minmax(240px, 0.85fr) minmax(320px, 1.15fr);
  gap: clamp(30px, 5vw, 76px);
  align-items: start;
}

.split > div:first-child p:not(.eyebrow),
.form-copy p {
  max-width: 620px;
  font-size: 1.08rem;
}

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

.feature,
.video-card,
.faq-grid details {
  background: rgba(255, 250, 240, 0.62);
  border: 1px solid var(--line);
  box-shadow: 0 10px 22px rgba(33, 27, 22, 0.07);
}

.feature {
  padding: 24px;
}

.feature-icon {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--steel);
  font-family: Arial, sans-serif;
  font-weight: 900;
}

.video-section,
.form-section {
  background: #ede0c8;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 30px;
}

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

.video-card {
  overflow: hidden;
}

.video-card > div {
  padding: 20px;
}

.video-placeholder {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  border: 0;
  cursor: pointer;
  background:
    linear-gradient(135deg, rgba(33, 27, 22, 0.42), rgba(33, 27, 22, 0.12)),
    linear-gradient(45deg, #7a4e2d, #6d7d5a);
}

.video-placeholder.testimony {
  background:
    linear-gradient(135deg, rgba(33, 27, 22, 0.38), rgba(33, 27, 22, 0.08)),
    linear-gradient(45deg, #2d302b, #a9572a);
}

.video-placeholder.detail {
  background:
    linear-gradient(135deg, rgba(33, 27, 22, 0.4), rgba(33, 27, 22, 0.1)),
    linear-gradient(45deg, #64717a, #d8b679);
}

.play {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 64px;
  height: 64px;
  transform: translate(-50%, -50%);
  border: 2px solid rgba(255, 250, 240, 0.75);
  border-radius: 50%;
  background: rgba(33, 27, 22, 0.35);
}

.play::after {
  content: "";
  position: absolute;
  top: 19px;
  left: 25px;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 19px solid var(--bone);
}

.compare-section {
  background: var(--bone);
}

.comparison {
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.comparison-row {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
}

.comparison-row > div {
  padding: 18px;
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  background: rgba(255, 250, 240, 0.82);
}

.comparison-row > div:last-child {
  border-right: 0;
}

.comparison-row.header > div {
  color: var(--bone);
  background: var(--charcoal);
  font-family: Arial, sans-serif;
  font-weight: 900;
}

.comparison-row:not(.header) > div:nth-child(2) {
  color: #1f3f2d;
  background: rgba(109, 125, 90, 0.16);
  font-weight: 900;
}

.quote-band {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--ink);
  color: var(--bone);
}

.quote-band figure {
  margin: 0;
  padding: clamp(34px, 6vw, 70px);
  background:
    linear-gradient(135deg, rgba(169, 87, 42, 0.2), rgba(100, 113, 122, 0.14)),
    var(--ink);
}

blockquote {
  margin: 0 0 18px;
  font-size: clamp(1.45rem, 3vw, 2.3rem);
  line-height: 1.12;
}

figcaption {
  color: var(--hide);
  font-family: Arial, sans-serif;
}

.form-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(320px, 1.15fr);
  gap: clamp(28px, 5vw, 74px);
}

.survey-callout {
  margin-top: 24px;
  padding: 18px;
  background: rgba(109, 125, 90, 0.14);
  border: 1px solid rgba(109, 125, 90, 0.36);
  font-family: Arial, sans-serif;
}

.interest-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: clamp(18px, 4vw, 34px);
  background: var(--bone);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 7px;
  font-family: Arial, sans-serif;
  font-size: 0.88rem;
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  border: 1px solid rgba(33, 27, 22, 0.28);
  color: var(--ink);
  background: #fffdf7;
  font: 1rem Arial, sans-serif;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus,
button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(169, 87, 42, 0.34);
  outline-offset: 2px;
}

.wide {
  grid-column: 1 / -1;
}

.checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 700;
}

.checkbox input {
  width: 18px;
  min-height: 18px;
  margin-top: 2px;
}

.interest-form .button {
  width: 100%;
}

.form-status {
  grid-column: 1 / -1;
  min-height: 24px;
  margin: 0;
  color: #1f3f2d;
  font-family: Arial, sans-serif;
  font-weight: 900;
}

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

.faq-grid details {
  padding: 22px;
}

summary {
  cursor: pointer;
  font-weight: 900;
  font-size: 1.08rem;
}

summary + p {
  margin-top: 14px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 24px clamp(20px, 5vw, 76px);
  color: var(--bone);
  background: var(--ink);
  font-family: Arial, sans-serif;
}

.site-footer p {
  margin: 0;
}

@media (max-width: 900px) {
  .site-header {
    position: absolute;
    align-items: flex-start;
  }

  .site-header nav {
    display: none;
  }

  .hero {
    min-height: 780px;
  }

  .hero-scrim {
    background:
      linear-gradient(90deg, rgba(24, 19, 14, 0.9), rgba(24, 19, 14, 0.45)),
      linear-gradient(0deg, rgba(24, 19, 14, 0.42), rgba(24, 19, 14, 0.06));
  }

  .intro-band,
  .split,
  .video-grid,
  .quote-band,
  .form-section,
  .faq-grid {
    grid-template-columns: 1fr;
  }

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

  .comparison {
    display: grid;
    gap: 12px;
    border: 0;
    box-shadow: none;
    background: transparent;
  }

  .comparison-row {
    grid-template-columns: 1fr;
    border: 1px solid var(--line);
    box-shadow: 0 8px 18px rgba(33, 27, 22, 0.07);
  }

  .comparison-row.header {
    display: none;
  }

  .comparison-row > div {
    border-right: 0;
  }

  .comparison-row > div:not(:first-child)::before {
    content: attr(data-label) ": ";
    font-family: Arial, sans-serif;
    font-weight: 900;
  }
}

@media (max-width: 620px) {
  .hero-content {
    width: 100%;
    max-width: 100vw;
    padding: 112px 48px 74px 24px;
  }

  h1 {
    max-width: calc(100vw - 72px);
    font-size: clamp(2.75rem, 13.8vw, 3.85rem);
    line-height: 0.94;
  }

  .hero-copy,
  .hero-actions,
  .giveaway-strip {
    width: calc(100vw - 96px);
    max-width: calc(100vw - 96px);
  }

  .button {
    width: 100%;
  }

  .hero-actions {
    flex-direction: column;
  }

  .interest-form {
    grid-template-columns: 1fr;
  }

  .site-footer {
    flex-direction: column;
  }
}
