:root {
  --beige: #f2e5c6;
  --peach: #f2d9a0;
  --paper: #fffaf0;
  --burgundy: #800020;
  --bordeaux: #560b18;
  --mahogany: #3b010b;
  --bronze: #c6a75b;
  --ink: #251719;
  --muted: #6b574c;
  --line: rgba(86, 11, 24, 0.16);
  --shadow: rgba(59, 1, 11, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(255, 250, 240, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: var(--bordeaux);
  text-decoration: none;
}

.brand-name {
  font-family: "Corinthia", cursive;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  overflow-wrap: anywhere;
}

.footer-tagline {
  font-family: "Corinthia", cursive;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
}

.brand img {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
}

.brand span {
  overflow-wrap: anywhere;
}

.header-cta,
.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border-radius: 8px;
  background: var(--burgundy);
  color: #fffaf0;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 10px 24px var(--shadow);
}

.header-cta {
  white-space: nowrap;
  min-height: 40px;
  padding: 10px 14px;
  font-size: 0.92rem;
}

.hero {
  min-height: calc(100svh - 70px);
  display: flex;
  align-items: center;
  background: var(--beige);
  border-bottom: 1px solid var(--line);
}

.hero-inner {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: center;
  padding: clamp(44px, 8vw, 92px) 0;
}

.kicker,
.section-label {
  margin: 0 0 14px;
  color: var(--burgundy);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1,
h2 {
  margin: 0;
  color: var(--mahogany);
  font-family: "Lora", Georgia, serif;
  line-height: 1.05;
}

h1 {
  max-width: 820px;
  font-size: clamp(3.35rem, 8vw, 7.8rem);
}

h2 {
  font-size: clamp(2rem, 4.6vw, 4.1rem);
}

h3 {
  margin: 0;
  color: var(--bordeaux);
  font-family: "Lora", Georgia, serif;
  font-size: 1.25rem;
  line-height: 1.2;
}

.hero-subtitle {
  max-width: 680px;
  margin: 22px 0 0;
  color: var(--mahogany);
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 34px;
}

.secondary-link {
  color: var(--bordeaux);
  font-weight: 800;
  text-underline-offset: 5px;
}

.hero-panel {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(128, 0, 32, 0.22);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 22px 60px var(--shadow);
}

.panel-mark {
  color: var(--burgundy);
  font-family: "Corinthia", cursive;
  font-size: clamp(4.6rem, 9vw, 7.1rem);
  line-height: 0.78;
}

.stat-grid {
  display: grid;
  gap: 12px;
}

.stat-grid div {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 16px;
  align-items: center;
  padding: 15px 0;
  border-top: 1px solid var(--line);
}

.stat-grid strong {
  color: var(--bordeaux);
  font-size: 2rem;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.stat-grid span {
  color: var(--muted);
  font-weight: 700;
}

.intro-band,
.reassurance-band {
  padding: clamp(56px, 8vw, 108px) clamp(18px, 4vw, 56px);
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.content-grid {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.75fr);
  gap: clamp(28px, 6vw, 80px);
}

.text-stack {
  color: var(--muted);
  font-size: clamp(1.04rem, 1.4vw, 1.2rem);
}

.text-stack p {
  margin: 0 0 18px;
}

.symptoms-section {
  padding: clamp(56px, 8vw, 108px) clamp(18px, 4vw, 56px);
  background: #f8ebd1;
  border-bottom: 1px solid var(--line);
}

.section-heading {
  width: min(980px, 100%);
  margin: 0 auto clamp(28px, 5vw, 56px);
  text-align: center;
}

.symptom-list {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.symptom-list article {
  min-height: 238px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.symptom-number {
  display: block;
  margin-bottom: 32px;
  color: var(--bronze);
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.symptom-list p {
  margin: 12px 0 0;
  color: var(--muted);
}

.reassurance-band {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(280px, 0.55fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
}

.reassurance-copy,
.quote-strip {
  width: min(680px, 100%);
}

.reassurance-copy p:not(.section-label) {
  color: var(--muted);
  font-size: 1.12rem;
}

.quote-strip {
  justify-self: end;
  padding: 28px;
  border-left: 4px solid var(--bronze);
  background: var(--beige);
}

.quote-strip p {
  margin: 0;
  color: var(--bordeaux);
  font-family: "Lora", Georgia, serif;
  font-size: clamp(1.4rem, 3vw, 2.1rem);
  line-height: 1.2;
}

.form-section {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(320px, 0.9fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: start;
  padding: clamp(56px, 8vw, 108px) clamp(18px, 4vw, 56px);
  background: var(--bordeaux);
  color: #fffaf0;
}

.form-copy {
  max-width: 600px;
}

.form-copy .section-label {
  color: var(--peach);
}

.form-copy h2 {
  color: #fffaf0;
}

.form-copy p:not(.section-label) {
  color: rgba(255, 250, 240, 0.82);
  font-size: 1.12rem;
}

.form-shell {
  min-height: 434px;
  height: 434px;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 240, 0.18);
  border-radius: 8px;
  background: #fffaf0;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 26px clamp(18px, 4vw, 56px);
  background: var(--mahogany);
  color: #fffaf0;
  font-weight: 700;
}

@media (max-width: 900px) {
  .hero {
    min-height: auto;
  }

  .hero-inner,
  .content-grid,
  .reassurance-band,
  .form-section {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    min-height: 320px;
  }

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

  .reassurance-band {
    padding-left: clamp(18px, 4vw, 56px);
    padding-right: clamp(18px, 4vw, 56px);
  }

  .quote-strip {
    justify-self: start;
  }
}

@media (max-width: 560px) {
  .site-header {
    position: static;
  }

  .brand span {
    font-size: 0.98rem;
  }

  .header-cta {
    padding: 9px 11px;
    white-space: normal;
    text-align: center;
  }

  h1 {
    font-size: clamp(3rem, 18vw, 4.4rem);
  }

  .hero-inner {
    width: min(100% - 28px, 1180px);
    padding: 38px 0 50px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .primary-button,
  .secondary-link {
    width: 100%;
    text-align: center;
  }

  .stat-grid div {
    grid-template-columns: 74px 1fr;
  }

  .symptom-list {
    grid-template-columns: 1fr;
  }

  .symptom-list article {
    min-height: auto;
  }

  .form-shell {
    min-height: 500px;
    height: 500px;
  }

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