:root {
  --ink: #17201d;
  --muted: #5d6963;
  --paper: #f6f5f0;
  --panel: #e7ece5;
  --line: #ccd4cc;
  --accent: #d84c35;
  --accent-dark: #b73424;
  --white: #ffffff;
  --display: Georgia, 'Times New Roman', serif;
  --body: Inter, Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.55; }
a { color: inherit; }
.site-header, .site-footer, .hero, .section, .page-shell { max-width: 1200px; margin: 0 auto; }
.site-header { min-height: 84px; display: flex; align-items: center; justify-content: space-between; padding: 22px 32px; }
.brand { color: var(--ink); font-weight: 800; letter-spacing: 0.12em; text-decoration: none; font-size: 16px; white-space: nowrap; }
.brand span, .preview-mark span { color: var(--accent); margin-left: 3px; }
nav { display: flex; flex-wrap: wrap; align-items: center; justify-content: end; gap: 22px; }
nav a, .footer-links a { color: var(--muted); font-size: 14px; text-decoration: none; }
nav a:hover, .footer-links a:hover, .text-link:hover, .site-footer a:hover { text-decoration: underline; text-underline-offset: 4px; }
.hero { display: grid; grid-template-columns: minmax(0, 0.94fr) minmax(360px, 1.06fr); gap: 42px; padding: 40px 32px 72px; align-items: center; }
.eyebrow { color: var(--accent-dark); font-size: 12px; font-weight: 800; letter-spacing: 0.12em; margin: 0 0 16px; text-transform: uppercase; }
h1, h2, h3 { letter-spacing: 0; line-height: 1.05; }
h1, h2 { font-family: var(--display); font-weight: 600; }
h1 { font-size: clamp(48px, 6vw, 82px); margin: 0; max-width: 660px; }
h2 { font-size: clamp(32px, 4vw, 52px); margin: 0; }
h3 { font-size: 20px; margin: 14px 0 8px; }
.lede { color: var(--muted); font-size: 20px; line-height: 1.5; margin: 28px 0; max-width: 590px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 22px; align-items: center; }
.button { border: 1px solid var(--ink); border-radius: 3px; display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 18px; font-weight: 700; text-decoration: none; cursor: pointer; font-family: inherit; font-size: 15px; }
.button-primary { background: var(--ink); color: var(--white); }
.button-primary:hover { background: var(--accent-dark); border-color: var(--accent-dark); }
.button-secondary { background: transparent; color: var(--ink); }
.button-secondary:hover { background: var(--ink); color: var(--white); }
.text-link { color: var(--ink); font-weight: 700; text-underline-offset: 5px; }
.consent-note { color: var(--muted); font-size: 13px; margin: 26px 0 0; max-width: 520px; }
.hero-image-wrap { position: relative; }
.hero-image { aspect-ratio: 1 / 1.08; display: block; object-fit: cover; width: 100%; }
.image-caption { background: var(--ink); bottom: 18px; color: var(--white); font-size: 13px; left: -18px; margin: 0; max-width: 275px; padding: 14px 16px; position: absolute; }
.section { padding: 84px 32px; }
.process { border-top: 1px solid var(--line); }
.section-intro { max-width: 720px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; list-style: none; margin: 48px 0 0; padding: 0; }
.steps li { border-top: 2px solid var(--ink); padding-top: 16px; }
.steps p, .member-copy p, .email-preview p { color: var(--muted); margin: 0; }
.step-number { color: var(--accent-dark); font-family: var(--display); font-size: 21px; }
.member-panel { background: var(--ink); color: var(--white); display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 60px; max-width: none; padding-left: max(32px, calc((100vw - 1136px) / 2)); padding-right: max(32px, calc((100vw - 1136px) / 2)); }
.member-panel .eyebrow { color: #ff9f90; }
.member-panel h2 { max-width: 680px; }
.member-copy { align-self: end; }
.member-copy p { color: #cbd2cd; margin-bottom: 24px; }
.member-panel .button-secondary { border-color: var(--white); color: var(--white); }
.member-panel .button-secondary:hover { background: var(--white); color: var(--ink); }
.email-preview { align-items: center; display: grid; grid-template-columns: 1fr 0.8fr; gap: 60px; }
.email-preview h2 { margin-bottom: 18px; }
.preview-card { background: var(--white); box-shadow: 12px 12px 0 var(--panel); color: var(--ink); display: flex; flex-direction: column; gap: 22px; min-height: 244px; padding: 34px; text-decoration: none; }
.preview-card:hover { transform: translate(-3px, -3px); box-shadow: 15px 15px 0 #d5ddd5; }
.preview-mark { font-size: 12px; font-weight: 800; letter-spacing: 0.12em; }
.preview-card strong { font-family: var(--display); font-size: 31px; font-weight: 600; line-height: 1.1; }
.preview-card span:last-child { color: var(--muted); font-size: 14px; }
.site-footer { border-top: 1px solid var(--line); display: grid; gap: 14px; margin-top: 34px; padding: 42px 32px; }
.site-footer p { color: var(--muted); font-size: 14px; margin: 0; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-small { font-size: 13px !important; }
.compact-footer { margin-top: 0; }
.page-shell { max-width: 840px; padding: 72px 32px 96px; }
.form-intro h1, .policy-page h1 { font-size: clamp(42px, 5vw, 64px); margin-bottom: 22px; }
.form-intro > p:last-child { color: var(--muted); font-size: 19px; max-width: 700px; }
.signup-form { background: var(--white); box-shadow: 12px 12px 0 var(--panel); display: grid; gap: 12px; margin-top: 42px; padding: 32px; }
.signup-form label { font-weight: 700; }
input[type="email"], select { background: #fbfcfa; border: 1px solid var(--line); border-radius: 2px; color: var(--ink); font: inherit; min-height: 50px; padding: 12px; width: 100%; }
.checkbox-row { align-items: flex-start; color: var(--muted); display: flex; font-size: 14px; font-weight: 400 !important; gap: 11px; margin: 10px 0 6px; }
.checkbox-row input { flex: 0 0 auto; height: 17px; margin: 3px 0 0; width: 17px; }
.signup-form .button { justify-self: start; margin-top: 4px; }
.form-help, .form-status { color: var(--muted); font-size: 13px; margin: 2px 0 0; }
.form-status { color: var(--accent-dark); font-weight: 700; min-height: 1.6em; }
.info-callout { border-left: 3px solid var(--accent); margin-top: 54px; max-width: 690px; padding: 8px 0 8px 22px; }
.info-callout h2 { font-family: var(--body); font-size: 21px; margin: 0 0 10px; }
.info-callout p, .policy-page section p { color: var(--muted); margin: 0; }
.policy-page section { border-top: 1px solid var(--line); margin-top: 36px; padding-top: 26px; }
.policy-page section h2 { font-family: var(--body); font-size: 22px; margin: 0 0 10px; }
.policy-page section a { color: var(--accent-dark); }
@media (max-width: 760px) {
  .site-header { align-items: flex-start; flex-direction: column; gap: 16px; min-height: 0; padding: 22px 20px; }
  nav { justify-content: flex-start; }
  .hero { display: flex; flex-direction: column; gap: 36px; padding: 28px 20px 56px; }
  .hero-image-wrap { width: 100%; }
  .image-caption { bottom: 12px; left: 0; }
  .section { padding: 56px 20px; }
  .steps, .member-panel, .email-preview { grid-template-columns: 1fr; }
  .steps { gap: 26px; margin-top: 34px; }
  .member-panel { gap: 26px; padding-left: 20px; padding-right: 20px; }
  .email-preview { gap: 34px; }
  .site-footer, .page-shell { padding-left: 20px; padding-right: 20px; }
  .page-shell { padding-top: 48px; }
  .signup-form { box-shadow: 7px 7px 0 var(--panel); padding: 22px; }
}
