/* Four visual directions share one stylesheet. Plain Speaking is the default;
   the password-protected site settings choose the published direction. */

:root[data-direction="bracken"] {
  --bg: #F1ECE1;
  --surface: #FFFFFF;
  --tint: #E7E3D6;
  --tint-2: #D5D9C6;
  --line: #D9D4C5;
  --line-strong: #B9B5A5;
  --ink: #1E1F1A;
  --ink-2: #4B4D46;
  --muted: #76786E;
  --brand: #3B4A36;
  --brand-ink: #F1ECE1;
  --accent: #A0562B;
  --accent-ink: #F1ECE1;
  --footer-bg: #3B4A36;
  --footer-ink: #F1ECE1;
  --footer-muted: #BFC7B5;
  --ff-display: "Young Serif", Georgia, "Times New Roman", serif;
  --ff-body: "Manrope", "Helvetica Neue", Arial, sans-serif;
  --h-weight: 400;
  --h-transform: none;
  --h-ls: -0.015em;
  --h-lh: 1.08;
  --radius: 3px;
  --btn-bg: var(--accent);
  --btn-ink: var(--accent-ink);
  --btn-border: var(--accent);
  --btn-2-bg: transparent;
  --btn-2-ink: var(--brand);
  --btn-2-border: var(--brand);
  --img-filter: none;
  --hero-overlay: linear-gradient(90deg, rgba(30,31,26,.72) 0%, rgba(30,31,26,.45) 55%, rgba(30,31,26,.15) 100%);
  --hero-ink: #F1ECE1;
  --hero-muted: #D9D4C5;
  --logo-hero: url("../img/logo-white.png");
  --logo-header: url("../img/logo-green.png");
  --logo-footer: url("../img/logo-white.png");
  color-scheme: light;
}

:root[data-direction="dark"] {
  --bg: #141F1A;
  --surface: #1C2A23;
  --tint: #1A2620;
  --tint-2: #22302A;
  --line: #2A3A32;
  --line-strong: #40544A;
  --ink: #F0EEE6;
  --ink-2: #C8CEC4;
  --muted: #8C9A8A;
  --brand: #F0EEE6;
  --brand-ink: #141F1A;
  --accent: #E0A33A;
  --accent-ink: #141F1A;
  --footer-bg: #0E1612;
  --footer-ink: #F0EEE6;
  --footer-muted: #8C9A8A;
  --ff-display: "Bricolage Grotesque", "Helvetica Neue", Arial, sans-serif;
  --ff-body: "Newsreader", Georgia, "Times New Roman", serif;
  --h-weight: 700;
  --h-transform: none;
  --h-ls: -0.025em;
  --h-lh: 1.02;
  --radius: 0;
  --btn-bg: var(--accent);
  --btn-ink: var(--accent-ink);
  --btn-border: var(--accent);
  --btn-2-bg: transparent;
  --btn-2-ink: var(--ink);
  --btn-2-border: var(--line-strong);
  --img-filter: saturate(.8) contrast(1.05);
  --hero-overlay: linear-gradient(90deg, rgba(20,31,26,.92) 0%, rgba(20,31,26,.75) 50%, rgba(20,31,26,.35) 100%);
  --hero-ink: #F0EEE6;
  --hero-muted: #B9C2B8;
  --logo-hero: url("../img/logo-white.png");
  --logo-header: url("../img/logo-white.png");
  --logo-footer: url("../img/logo-white.png");
  color-scheme: dark;
}

:root,
:root[data-direction="plain"] {
  --bg: #EDF1F2;
  --surface: #FFFFFF;
  --tint: #E1E7E9;
  --tint-2: #D3DCE0;
  --line: #CDD6DA;
  --line-strong: #9FB0B8;
  --ink: #24303A;
  --ink-2: #3E4C55;
  --muted: #667883;
  --brand: #24303A;
  --brand-ink: #EDF1F2;
  --accent: #D8622A;
  --accent-ink: #FFFFFF;
  --footer-bg: #24303A;
  --footer-ink: #EDF1F2;
  --footer-muted: #9FB0B8;
  --ff-display: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --ff-body: "Public Sans", "Helvetica Neue", Arial, sans-serif;
  --h-weight: 800;
  --h-transform: uppercase;
  --h-ls: -0.01em;
  --h-lh: 1.0;
  --radius: 0;
  --btn-bg: var(--brand);
  --btn-ink: var(--brand-ink);
  --btn-border: var(--accent);
  --btn-2-bg: transparent;
  --btn-2-ink: var(--brand);
  --btn-2-border: var(--brand);
  --img-filter: saturate(.7) contrast(1.08);
  --hero-overlay: linear-gradient(90deg, rgba(36,48,58,.85) 0%, rgba(36,48,58,.6) 50%, rgba(36,48,58,.25) 100%);
  --hero-ink: #EDF1F2;
  --hero-muted: #C7D2D8;
  --logo-hero: url("../img/logo-white.png");
  --logo-header: url("../img/logo-green.png");
  --logo-header-filter: grayscale(1) brightness(.45);
  --logo-footer: url("../img/logo-white.png");
  color-scheme: light;
}

:root[data-direction="bluehour"] {
  --bg: #F2F0F0;
  --surface: #FFFFFF;
  --tint: #E6D6C5;
  --tint-2: #C9A379;
  --line: #E6D6C5;
  --line-strong: #C9A379;
  --ink: #292E3B;
  --ink-2: #2A385E;
  --muted: #3D5494;
  --brand: #2A385E;
  --brand-ink: #F2F0F0;
  --accent: #3D5494;
  --accent-ink: #F2F0F0;
  --footer-bg: #292E3B;
  --footer-ink: #F2F0F0;
  --footer-muted: #E6D6C5;
  --ff-display: "Young Serif", Georgia, "Times New Roman", serif;
  --ff-body: "Manrope", "Helvetica Neue", Arial, sans-serif;
  --h-weight: 400;
  --h-transform: none;
  --h-ls: -0.015em;
  --h-lh: 1.08;
  --radius: 3px;
  --btn-bg: var(--brand);
  --btn-ink: var(--brand-ink);
  --btn-border: var(--brand);
  --btn-2-bg: transparent;
  --btn-2-ink: var(--brand);
  --btn-2-border: var(--brand);
  --img-filter: saturate(.72) contrast(1.03);
  --hero-overlay: linear-gradient(90deg, rgba(41,46,59,.9) 0%, rgba(42,56,94,.68) 55%, rgba(61,84,148,.24) 100%);
  --hero-ink: #F2F0F0;
  --hero-muted: #E6D6C5;
  --logo-hero: url("../img/logo-white.png");
  --logo-header: url("../img/logo-green.png");
  --logo-header-filter: brightness(0) saturate(100%) invert(20%) sepia(20%) saturate(1576%) hue-rotate(188deg) brightness(88%) contrast(91%);
  --logo-footer: url("../img/logo-white.png");
  color-scheme: light;
}

/* ---- base ---- */
*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--ff-body);
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3, h4 {
  font-family: var(--ff-display);
  font-weight: var(--h-weight);
  text-transform: var(--h-transform);
  letter-spacing: var(--h-ls);
  line-height: var(--h-lh);
  text-wrap: balance;
  margin: 0;
}
:root[data-direction="plain"] h1, :root[data-direction="plain"] h2, :root[data-direction="plain"] h3 { font-stretch: 112%; }
h1 { font-size: clamp(38px, 5.6vw, 64px); }
h2 { font-size: clamp(30px, 3.8vw, 44px); }
h3 { font-size: clamp(21px, 2.2vw, 26px); }
h4 { font-size: 18px; font-family: var(--ff-body); font-weight: 700; text-transform: none; letter-spacing: 0; line-height: 1.3; }
p { margin: 0; }
.wrap { max-width: 1120px; margin: 0 auto; padding-inline: clamp(18px, 4vw, 40px); }
.narrow { max-width: 760px; }
.eyebrow {
  font-family: var(--ff-body);
  font-size: 12.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--accent);
}
.lede { font-size: clamp(18px, 1.6vw, 21px); line-height: 1.45; color: var(--ink-2); max-width: 36em; }
.prose { max-width: 66ch; color: var(--ink-2); }
.prose p + p { margin-top: 1em; }
.prose strong { color: var(--ink); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--accent); color: var(--accent-ink); padding: 8px 12px; z-index: 100; }
.skip:focus { left: 8px; }

/* ---- buttons ---- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--ff-body); font-weight: 700; font-size: 15px; letter-spacing: .01em;
  padding: 14px 22px; border-radius: var(--radius); text-decoration: none; cursor: pointer;
  background: var(--btn-bg); color: var(--btn-ink); border: 2px solid var(--btn-border);
  transition: transform .15s ease, opacity .15s ease;
}
:root[data-direction="plain"] .btn { border-width: 0 0 0 5px; padding-left: 20px; }
.btn:hover { opacity: .92; transform: translateY(-1px); }
.btn.secondary { background: var(--btn-2-bg); color: var(--btn-2-ink); border-color: var(--btn-2-border); }
:root[data-direction="plain"] .btn.secondary { border-width: 2px; }
.btn.small { padding: 10px 16px; font-size: 14px; }
.btn .arrow { font-family: Arial, sans-serif; }
.link { font-weight: 700; color: var(--accent); text-decoration: none; border-bottom: 2px solid transparent; }
.link:hover { border-bottom-color: var(--accent); }

/* ---- header ---- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--bg) 88%, transparent);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 72px; }
.logo { display: block; width: 150px; aspect-ratio: 3048/956; background: var(--logo-header) center/contain no-repeat; filter: var(--logo-header-filter, none); text-decoration: none; }
.site-footer .logo { filter: none; }
.logo span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.nav { display: flex; align-items: center; gap: clamp(14px, 2.4vw, 30px); }
.nav a { font-family: var(--ff-body); font-size: 15px; font-weight: 600; text-decoration: none; color: var(--ink-2); padding-block: 6px; border-bottom: 2px solid transparent; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--ink); border-bottom-color: var(--accent); }
.nav a.btn { margin-left: 8px; color: var(--btn-ink); border-bottom: 2px solid var(--btn-border); padding-block: 10px; }
.nav a.btn:hover { color: var(--btn-ink); border-bottom-color: var(--btn-border); }
:root[data-direction="plain"] .nav a.btn { border-bottom: 0; }
.nav-toggle { display: none; background: none; border: 1px solid var(--line-strong); border-radius: var(--radius); color: var(--ink); font: inherit; font-weight: 700; padding: 8px 12px; cursor: pointer; }
@media (max-width: 820px) {
  .nav-toggle { display: inline-block; }
  .nav { display: none; position: absolute; left: 0; right: 0; top: 100%; flex-direction: column; align-items: stretch; gap: 0; background: var(--bg); border-bottom: 1px solid var(--line); padding: 8px clamp(18px,4vw,40px) 18px; }
  .nav.open { display: flex; }
  .nav a { padding-block: 12px; border-bottom: 1px solid var(--line); }
  .nav .btn { margin: 14px 0 0; justify-content: center; }
}

/* ---- hero ---- */
.hero { position: relative; color: var(--hero-ink); overflow: hidden; isolation: isolate; }
.hero .bg { position: absolute; inset: 0; z-index: -2; }
.hero .bg img { width: 100%; height: 100%; object-fit: cover; filter: var(--img-filter); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--hero-overlay); }
.hero .wrap { padding-block: clamp(64px, 10vw, 130px) clamp(56px, 8vw, 110px); display: grid; gap: 22px; max-width: 1120px; }
.hero .eyebrow { color: var(--hero-muted); }
.hero h1 { max-width: 15ch; overflow-wrap: anywhere; }
@media (max-width: 480px) {
  h1, .hero h1, .page-head h1 { font-size: clamp(30px, 9vw, 38px); }
  :root[data-direction="plain"] h1 { font-stretch: 100%; letter-spacing: -0.02em; }
}
.hero .lede { color: var(--hero-muted); max-width: 32em; }
.hero .actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 6px; }
.hero .btn.secondary { color: var(--hero-ink); border-color: var(--hero-ink); }
:root[data-direction="plain"] .hero .btn.secondary { border-width: 2px; }
.hero .facts { display: flex; flex-wrap: wrap; gap: 8px 28px; font-size: 14px; color: var(--hero-muted); margin-top: 10px; }
.hero .facts b { color: var(--hero-ink); font-weight: 700; }
.hero.short .wrap { padding-block: clamp(48px, 7vw, 90px); }

/* ---- sections ---- */
.section { padding-block: clamp(56px, 8vw, 104px); }
.section.tint { background: var(--tint); }
.section.brand { background: var(--brand); color: var(--brand-ink); }
.section.brand .eyebrow { color: var(--accent); }
:root[data-direction="dark"] .section.brand { background: var(--tint-2); color: var(--ink); }
:root[data-direction="bluehour"] .section.brand .eyebrow,
:root[data-direction="bluehour"] .cta-band .eyebrow { color: #E6D6C5; }
:root[data-direction="bluehour"] .section.brand .step { border-top-color: #C9A379; }
.section-head { display: grid; gap: 12px; margin-bottom: clamp(28px, 4vw, 48px); max-width: 720px; }
.section-head.center { margin-inline: auto; text-align: center; justify-items: center; }
.split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(28px, 5vw, 64px); align-items: center; }
@media (max-width: 800px) { .split { grid-template-columns: 1fr; } }
.split img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--radius); filter: var(--img-filter); }
.split .pic { aspect-ratio: 4/3; overflow: hidden; border-radius: var(--radius); }
.split .pic.portrait { aspect-ratio: 4/5; }

/* who it's for */
.fits { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
@media (max-width: 760px) { .fits { grid-template-columns: 1fr; } }
.fit { background: var(--surface); padding: 26px 26px 28px; display: grid; gap: 10px; align-content: start; text-decoration: none; color: inherit; }
.fit:hover { background: var(--tint); }
.fit h3 { font-size: 22px; }
.fit p { color: var(--ink-2); font-size: 16px; }
.fit .link { margin-top: 6px; font-size: 14.5px; }

/* packages */
.packages { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
@media (max-width: 1000px) { .packages { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .packages { grid-template-columns: 1fr; } }
.pkg {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 24px 24px; display: flex; flex-direction: column; gap: 14px; position: relative; min-width: 0;
}
.pkg > * { min-width: 0; }
.pkg.featured { border-color: var(--accent); box-shadow: 0 0 0 1px var(--accent); }
.pkg .flag { position: absolute; top: -12px; left: 22px; background: var(--accent); color: var(--accent-ink); font-size: 11.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 4px 10px; border-radius: var(--radius); }
.pkg .kind { font-size: 12.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.pkg h3 { font-size: 23px; min-height: calc(2 * var(--h-lh) * 1em); overflow-wrap: anywhere; hyphens: manual; }
:root[data-direction="plain"] .pkg h3 { font-size: 19px; letter-spacing: 0; font-stretch: 100%; min-height: 2.2em; }
.pkg .promise { color: var(--ink-2); font-size: 16px; min-height: 2.6em; }
.pkg .price {
  font-family: var(--ff-display); font-weight: var(--h-weight); font-size: 30px; letter-spacing: -.02em; line-height: 1; color: var(--ink);
  display: flex; flex-wrap: wrap; align-items: baseline; row-gap: 8px; align-content: start; min-height: 58px;
}
.pkg .price .tbc { flex: 0 0 100%; max-width: max-content; }
.pkg .price small { font-family: var(--ff-body); font-size: 13px; font-weight: 600; color: var(--muted); letter-spacing: 0; text-transform: none; margin-left: 4px; }
.pkg .price .tbc { font-family: var(--ff-body); font-size: 10.5px; font-weight: 700; letter-spacing: .08em; line-height: 1; color: var(--accent); border: 1px solid var(--accent); border-radius: var(--radius); padding: 3px 6px; text-transform: uppercase; }
.pkg ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 8px; font-size: 15px; color: var(--ink-2); }
.pkg li { padding-left: 22px; position: relative; }
.pkg li::before { content: ""; position: absolute; left: 0; top: .55em; width: 10px; height: 10px; background: var(--accent); border-radius: 50%; }
:root[data-direction="plain"] .pkg li::before { border-radius: 0; top: .6em; height: 3px; width: 12px; }
.pkg .for { font-size: 14px; color: var(--muted); border-top: 1px solid var(--line); padding-top: 12px; margin-top: auto; min-height: 4.4em; }
.pkg .for b { color: var(--ink-2); }
.pkg .btn { justify-content: center; margin-top: 4px; width: 100%; }
.packages-note { margin-top: 18px; font-size: 14.5px; color: var(--muted); max-width: 70ch; }

/* steps */
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(20px, 3vw, 40px); }
@media (max-width: 760px) { .steps { grid-template-columns: 1fr; } }
.step { display: grid; gap: 10px; align-content: start; padding-top: 18px; border-top: 3px solid var(--accent); }
.step .n { font-family: var(--ff-display); font-weight: var(--h-weight); font-size: 15px; color: var(--muted); letter-spacing: .05em; }
.step h3 { font-size: 23px; }
.step p { color: var(--ink-2); font-size: 16px; }
.section.brand .step p, .section.brand .step .n { color: inherit; opacity: .85; }
.section.brand .step { border-top-color: var(--accent); }

/* proof */
.proof { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 64px); align-items: center; }
@media (max-width: 800px) { .proof { grid-template-columns: 1fr; } }
blockquote { margin: 0; display: grid; gap: 16px; }
blockquote p { font-family: var(--ff-display); font-weight: var(--h-weight); text-transform: none; font-size: clamp(22px, 2.6vw, 30px); line-height: 1.25; letter-spacing: -.01em; }
:root[data-direction="dark"] blockquote p { font-family: var(--ff-body); font-style: italic; font-weight: 400; }
blockquote footer { font-size: 15px; color: var(--muted); }
blockquote footer b { color: var(--ink-2); }
.partner { display: grid; grid-template-columns: 84px minmax(0, 1fr); gap: 18px; align-items: center; padding: 20px 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); text-decoration: none; color: inherit; }
.partner img { width: 84px; height: 84px; }
.partner b { display: block; font-size: 17px; margin-bottom: 4px; }
.partner span { font-size: 14.5px; color: var(--ink-2); }

/* articles */
.posts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
@media (max-width: 900px) { .posts { grid-template-columns: 1fr; } }
.post { display: grid; gap: 12px; align-content: start; text-decoration: none; color: inherit; }
.post .pic { aspect-ratio: 3/2; overflow: hidden; border-radius: var(--radius); background: var(--tint-2); }
.post .pic img { width: 100%; height: 100%; object-fit: cover; filter: var(--img-filter); transition: transform .3s ease; }
.post:hover .pic img { transform: scale(1.03); }
.post .meta { font-size: 13px; color: var(--muted); font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.post h3 { font-size: 21px; }
.post p { color: var(--ink-2); font-size: 15.5px; }
.post .link { font-size: 14.5px; }
.posts.list { grid-template-columns: 1fr; gap: 0; }
.posts.list .post { grid-template-columns: 280px minmax(0, 1fr); gap: 28px; padding-block: 28px; border-top: 1px solid var(--line); align-items: start; }
.posts.list .post:last-child { border-bottom: 1px solid var(--line); }
@media (max-width: 700px) { .posts.list .post { grid-template-columns: 1fr; } }
.posts.list .post .body { display: grid; gap: 10px; }

/* FAQ */
.faq { display: grid; gap: 0; border-top: 1px solid var(--line); max-width: 800px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 20px 0; font-weight: 700; font-size: 18px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 24px; color: var(--accent); font-weight: 400; flex: none; }
.faq details[open] summary::after { content: "−"; }
.faq details p { padding: 0 0 20px; color: var(--ink-2); max-width: 64ch; }

/* comparison table */
.compare { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.compare table { border-collapse: collapse; width: 100%; min-width: 760px; font-size: 15px; }
.compare th, .compare td { text-align: left; padding: 14px 16px; border-bottom: 1px solid var(--line); vertical-align: top; }
.compare th { font-size: 12.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); background: var(--tint); font-weight: 700; }
.compare th:first-child, .compare td:first-child { color: var(--ink); font-weight: 700; width: 22%; }
.compare tr:last-child td { border-bottom: 0; }
.compare td { color: var(--ink-2); }
.compare .yes { color: var(--accent); font-weight: 700; }

/* CTA band */
.cta-band { background: var(--brand); color: var(--brand-ink); }
:root[data-direction="dark"] .cta-band { background: var(--tint-2); color: var(--ink); }
.cta-band .wrap { padding-block: clamp(56px, 8vw, 96px); display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 64px); align-items: start; }
@media (max-width: 800px) { .cta-band .wrap { grid-template-columns: 1fr; } }
.cta-band h2 { font-size: clamp(30px, 3.6vw, 44px); }
.cta-band .lede { color: inherit; opacity: .85; }
.cta-band .eyebrow { color: var(--accent); }
.cta-band .contact { margin-top: 20px; display: grid; gap: 8px; font-size: 15.5px; opacity: .9; }
.cta-band .contact a { text-decoration: none; font-weight: 600; border-bottom: 1px solid currentColor; }
form.book { display: grid; gap: 14px; background: var(--surface); color: var(--ink); padding: 26px; border-radius: var(--radius); border: 1px solid var(--line); }
form.book label { display: grid; gap: 6px; font-size: 14px; font-weight: 700; }
form.book input, form.book textarea, form.book select {
  font: inherit; font-size: 16px; padding: 12px 14px; border: 1px solid var(--line-strong); border-radius: var(--radius);
  background: var(--bg); color: var(--ink); width: 100%;
}
form.book textarea { min-height: 110px; resize: vertical; }
form.book .row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 520px) { form.book .row { grid-template-columns: 1fr; } }
form.book .btn { justify-content: center; }
form.book .fine { font-size: 13px; color: var(--muted); }
form.book .done { display: none; padding: 14px; background: var(--tint); border-radius: var(--radius); font-size: 15px; }
form.book.sent .done { display: block; }

/* footer */
.site-footer { background: var(--footer-bg); color: var(--footer-ink); }
.site-footer .wrap { padding-block: 48px 28px; display: grid; gap: 32px; }
.site-footer .top { display: grid; grid-template-columns: minmax(0, 1.4fr) repeat(2, minmax(0, 1fr)); gap: 32px; }
@media (max-width: 760px) { .site-footer .top { grid-template-columns: 1fr; } }
.site-footer .logo { background-image: var(--logo-footer); width: 170px; margin-bottom: 14px; }
.site-footer p { color: var(--footer-muted); font-size: 15px; max-width: 40ch; }
.site-footer h4 { color: var(--footer-ink); font-size: 13px; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 12px; }
.site-footer ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 8px; font-size: 15px; }
.site-footer ul a { color: var(--footer-muted); text-decoration: none; }
.site-footer ul a:hover { color: var(--footer-ink); }
.site-footer .bottom { border-top: 1px solid color-mix(in srgb, var(--footer-ink) 16%, transparent); padding-top: 18px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; font-size: 13.5px; color: var(--footer-muted); }

/* page hero (inner pages) */
.page-head { padding-block: clamp(48px, 7vw, 88px) clamp(28px, 4vw, 48px); display: grid; gap: 14px; max-width: 800px; }
.page-head h1 { font-size: clamp(36px, 5vw, 58px); }

/* veterans */
.stack { display: grid; gap: 12px; }
.checklist { margin: 0; padding: 0; list-style: none; display: grid; gap: 12px; font-size: 16.5px; color: var(--ink-2); }
.checklist li { padding-left: 30px; position: relative; }
.checklist li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--accent); font-weight: 700; }

/* ---- articles and long-form pages ---- */
.article-head { padding-block: clamp(40px, 6vw, 72px) clamp(24px, 3vw, 36px); display: grid; gap: 14px; max-width: 800px; }
.article-head h1 { font-size: clamp(32px, 4.4vw, 52px); }
.article-head .meta { font-size: 13.5px; color: var(--muted); font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.article-head .meta a { color: inherit; text-decoration: none; border-bottom: 1px solid var(--line-strong); }
.article-hero { aspect-ratio: 21/9; overflow: hidden; border-radius: var(--radius); background: var(--tint-2); margin-bottom: clamp(28px, 4vw, 48px); }
.article-hero img { width: 100%; height: 100%; object-fit: cover; filter: var(--img-filter); }
.story-hero img { object-position: center 47%; }
@media (max-width: 640px) { .story-hero { aspect-ratio: 4/3; } .story-hero img { object-position: center 40%; } }
.article-body { max-width: 68ch; font-size: 18px; line-height: 1.65; color: var(--ink-2); }
:root[data-direction="dark"] .article-body { font-size: 19px; }
.article-body p, .article-body ul, .article-body ol, .article-body blockquote { margin: 0 0 1.1em; }
.article-body h2, .article-body h3 { color: var(--ink); margin: 1.8em 0 .6em; }
.article-body h2 { font-size: clamp(24px, 2.6vw, 30px); }
.article-body h3 { font-size: clamp(20px, 2.1vw, 24px); }
.article-body strong { color: var(--ink); }
.article-body a { color: var(--accent); }
.article-body li { margin-bottom: .35em; }
.article-body blockquote { border-left: 3px solid var(--accent); padding-left: 18px; font-style: italic; }
.article-body hr { border: 0; border-top: 1px solid var(--line); margin: 2em 0; }
.article-next { margin-top: clamp(32px, 5vw, 56px); display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 20px; align-items: center; padding: 24px 26px; background: var(--surface); border: 1px solid var(--line); border-left: 4px solid var(--accent); border-radius: var(--radius); max-width: 800px; }
@media (max-width: 640px) { .article-next { grid-template-columns: 1fr; } }
.article-next h3 { font-size: 21px; margin-bottom: 6px; }
.article-next p { color: var(--ink-2); font-size: 15.5px; }
.author { margin-top: 28px; display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 18px; align-items: center; max-width: 800px; padding-top: 24px; border-top: 1px solid var(--line); }
.author img { width: 72px; height: 72px; object-fit: cover; border-radius: 50%; filter: var(--img-filter); }
:root[data-direction="plain"] .author img { border-radius: 0; }
.author b { display: block; font-size: 16px; }
.author span { font-size: 14.5px; color: var(--ink-2); }
.more-posts { margin-top: clamp(40px, 6vw, 72px); margin-bottom: clamp(56px, 8vw, 96px); }
.more-posts h2 { font-size: 26px; margin-bottom: 20px; }
.story .article-body p:first-of-type::first-letter { font-family: var(--ff-display); font-size: 3.2em; float: left; line-height: .85; padding: .08em .1em 0 0; color: var(--accent); }
