.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(21, 20, 18, 0.94);
  color: var(--paper);
  border-bottom: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(16px);
}
.header-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.logo-lockup { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; min-width: 210px; }
.logo-lockup img { width: 46px; height: 46px; object-fit: contain; }
.logo-lockup span { display: block; font-weight: 720; letter-spacing: 0; line-height: 1.1; }
.logo-lockup small { color: #d9c8aa; font-size: 0.74rem; }
.nav { display: none; gap: 18px; font-size: 0.92rem; color: #eadfce; }
.nav a { text-decoration: none; }
.header-cta { display: none; }
.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 11px 18px;
  font-weight: 760;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}
.button:hover { transform: translateY(-1px); }
.button--gold { background: var(--gold); color: #15110b; }
.button--dark { background: var(--ink); color: var(--paper); }
.button--light { background: #fff7e9; color: var(--ink); border-color: var(--line); }
.button--ghost { border-color: rgba(255,255,255,0.28); color: var(--paper); }
.hero {
  background: var(--ink);
  color: var(--paper);
  min-height: calc(100svh - 72px);
  display: grid;
  align-items: end;
  position: relative;
  overflow: hidden;
}
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(21,20,18,0.9) 0%, rgba(21,20,18,0.62) 45%, rgba(21,20,18,0.28) 100%);
}
.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.82;
}
.hero-content {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 94px 20px 56px;
}
.eyebrow { color: var(--gold); text-transform: uppercase; font-weight: 800; font-size: 0.76rem; letter-spacing: 0.08em; margin: 0 0 12px; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; letter-spacing: 0; line-height: 1.05; margin: 0; }
h1 { max-width: 780px; font-size: clamp(2.65rem, 9vw, 5.8rem); }
h2 { font-size: clamp(2rem, 6vw, 3.7rem); max-width: 790px; }
h3 { font-size: 1.45rem; }
.hero-copy { max-width: 630px; color: #f1e7d7; font-size: 1.12rem; margin: 20px 0 28px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-strip { margin-top: 54px; display: grid; grid-template-columns: 1fr; gap: 10px; max-width: 760px; }
.hero-strip div { border-left: 2px solid var(--gold); padding-left: 14px; color: #eadfce; }
.section { padding: 76px 20px; }
.section.dark { background: var(--charcoal); color: var(--paper); }
.section.paper { background: var(--paper); }
.inner { max-width: 1180px; margin: 0 auto; }
.section-kicker { max-width: 760px; color: var(--muted); font-size: 1.05rem; }
.dark .section-kicker, .dark p { color: #e2d5c2; }
.story-grid, .benefit-grid, .health-grid, .trust-grid, .terms-grid { display: grid; gap: 22px; margin-top: 34px; }
.story-panel, .benefit, .health-note, .trust-panel, .terms-panel, .form-panel, .compare-card, .plan-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 250, 241, 0.82);
}
.story-panel, .benefit, .health-note, .trust-panel, .terms-panel { padding: 24px; }
.dark .story-panel, .dark .benefit, .dark .health-note, .dark .trust-panel { background: rgba(255,255,255,0.055); border-color: rgba(255,255,255,0.14); }
.benefit-grid { grid-template-columns: 1fr; }
.benefit strong { display: block; margin-bottom: 8px; font-size: 1.05rem; }
.check-list { list-style: none; padding: 0; margin: 18px 0; display: grid; gap: 10px; }
.check-list li { position: relative; padding-left: 28px; }
.check-list li::before { content: '✓'; position: absolute; left: 0; top: 0; color: var(--gold); font-weight: 900; }
.photo-band { min-height: 340px; background: #221f1a; position: relative; overflow: hidden; }
.photo-band img { width: 100%; height: 100%; min-height: 340px; object-fit: cover; opacity: 0.86; }
.photo-band p { position: absolute; left: 20px; bottom: 20px; max-width: 560px; margin: 0; color: #fff5e7; font-size: 1.18rem; font-weight: 680; }
.plan-grid { display: grid; grid-template-columns: 1fr; gap: 18px; margin-top: 34px; }
.plan-card { padding: 24px; display: flex; flex-direction: column; box-shadow: 0 14px 38px rgba(21, 20, 18, 0.08); }
.plan-card.featured { border-color: var(--gold); box-shadow: var(--shadow); }
.plan-card.elite { background: #1f1c18; color: var(--paper); border-color: #806338; }
.plan-lead, .audience { color: var(--muted); }
.elite .plan-lead, .elite .audience { color: #e5d7c5; }
.price { margin: 18px 0 6px; }
.price span { font-family: Georgia, "Times New Roman", serif; font-size: 2.9rem; line-height: 1; }
.price small { color: var(--muted); margin-left: 4px; }
.elite .price small { color: #d5c4a9; }
.comparison-wrap { margin-top: 34px; }
table { width: 100%; border-collapse: collapse; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
th, td { padding: 18px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
thead th { background: #27231d; color: var(--paper); }
.comparison-table { display: none; }
.mobile-compare { display: grid; gap: 14px; }
.compare-card { padding: 20px; }
.compare-card dl { margin: 12px 0 0; display: grid; gap: 10px; }
.compare-card div { display: grid; grid-template-columns: 110px 1fr; gap: 10px; }
dt { color: var(--muted); font-weight: 800; }
dd { margin: 0; }
.elite-feature { margin-top: 36px; display: grid; gap: 24px; align-items: center; }
.elite-feature img { border-radius: var(--radius); box-shadow: var(--shadow); aspect-ratio: 4/3; object-fit: cover; }
.brand-list { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.brand-list li { border: 1px solid rgba(255,255,255,0.18); border-radius: 999px; padding: 8px 12px; background: rgba(255,255,255,0.06); }
.faq-list { margin-top: 30px; display: grid; gap: 12px; }
details { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px 20px; }
summary { cursor: pointer; font-weight: 800; }
.request-layout { display: grid; gap: 26px; margin-top: 30px; align-items: start; }
.form-panel { padding: 24px; background: var(--paper); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
label { display: grid; gap: 6px; font-weight: 800; }
input, select, textarea {
  width: 100%;
  border: 1px solid #cdbc9f;
  border-radius: 6px;
  min-height: 46px;
  padding: 11px 12px;
  background: #fffdf7;
  color: var(--ink);
}
textarea { min-height: 116px; resize: vertical; }
.field-error { min-height: 18px; color: var(--danger); font-size: 0.86rem; font-weight: 680; }
.honeypot { position: absolute; left: -100vw; width: 1px; height: 1px; overflow: hidden; }
.form-note { font-size: 0.92rem; color: var(--muted); }
.form-status { margin-top: 16px; min-height: 24px; font-weight: 760; }
.form-status[data-tone="success"] { color: var(--success); }
.form-status[data-tone="error"] { color: var(--danger); }
.final-cta { text-align: center; background: var(--ink); color: var(--paper); }
.final-cta h2 { margin: 0 auto; }
.footer { background: #11100e; color: #cdbfa9; padding: 28px 20px; }
.footer .inner { display: flex; flex-wrap: wrap; gap: 14px; justify-content: space-between; }
.footer a { color: #f2dfb4; }

@media (min-width: 720px) {
  .nav, .header-cta { display: flex; }
  .hero-strip { grid-template-columns: repeat(3, 1fr); }
  .story-grid, .health-grid, .trust-grid, .terms-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit-grid { grid-template-columns: repeat(3, 1fr); }
  .plan-grid { grid-template-columns: repeat(2, 1fr); }
  .request-layout { grid-template-columns: 0.82fr 1.18fr; }
  .form-grid { grid-template-columns: repeat(2, 1fr); }
  .field-wide { grid-column: 1 / -1; }
}
@media (min-width: 1040px) {
  .plan-grid { grid-template-columns: repeat(4, 1fr); }
  .comparison-table { display: block; overflow-x: auto; }
  .mobile-compare { display: none; }
  .elite-feature { grid-template-columns: 0.95fr 1.05fr; }
}
@media (max-width: 520px) {
  .logo-lockup { min-width: 0; }
  .logo-lockup img { width: 40px; height: 40px; }
  .logo-lockup span { font-size: 0.92rem; }
  .section { padding: 58px 18px; }
  .hero-content { padding: 74px 18px 42px; }
  .button { width: 100%; }
  .compare-card div { grid-template-columns: 1fr; gap: 2px; }
}

/* Final responsive header overrides: keep the mobile header quiet and unclipped. */
.site-header .header-cta { display: none; }
.hero-strip div, .hero-copy, h1 { overflow-wrap: anywhere; }
@media (min-width: 720px) {
  .site-header .header-cta { display: inline-flex; }
}

html, body { overflow-x: hidden; }
@media (max-width: 520px) {
  h1 { font-size: 2.42rem; line-height: 1.08; max-width: 11ch; }
  .hero-copy { font-size: 1rem; line-height: 1.48; max-width: 33ch; }
  .hero-strip { max-width: 33ch; }
  .hero-strip div { line-height: 1.35; }
}

@media (max-width: 520px) {
  .button { white-space: normal; text-align: center; line-height: 1.2; }
}
