@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&family=Manrope:wght@300;400;500;600;700&display=swap");

/* Hautbrief — editorial beauty journal
   Cream, terracotta, serif masthead. Minimal, photographic, converting. */

:root {
  --bg: #f4efe8;
  --bg-deep: #ebe3d8;
  --paper: #fffaf4;
  --ink: #1c1814;
  --ink-soft: #4a433c;
  --muted: #8a8176;
  --line: #e4dbd0;
  --line-strong: #d3c8ba;
  --accent: #9c5a48;
  --accent-deep: #7a4032;
  --accent-soft: #f0e0d6;
  --gold: #b8976a;
  --led-red: #c45c4e;
  --led-amber: #c9924a;
  --led-blue: #5a7fb5;
  --radius: 0;
  --max: 42rem;
  --max-wide: 72rem;
  --header-h: 0px;
  --font-display: "Cormorant Garamond", "Times New Roman", Georgia, serif;
  --font-body: "Manrope", "Helvetica Neue", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.72;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--accent-deep); text-underline-offset: 0.18em; }
a:hover { color: var(--accent); }
.skip { position: absolute; left: -999px; top: 0; }
.skip:focus { left: 1rem; top: 1rem; z-index: 200; background: #fff; padding: 0.5rem 0.75rem; }

/* Reading progress */
.progress {
  position: fixed; top: 0; left: 0; height: 2px; width: 0;
  background: var(--accent); z-index: 80; pointer-events: none;
}

/* Top disclosure — thin editorial strip */
.topbar {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 0.55rem 1.6rem;
  background: var(--ink);
  color: #e8e0d6;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
}
.topbar a { color: #e8e0d6; text-decoration: none; }
.topbar a:hover { color: #fff; }
.topbar-meta { color: #b7aea3; }
@media (max-width: 640px) {
  .topbar-meta { display: none; }
}

/* Masthead — magazine, not a app bar */
.masthead {
  background: var(--bg);
  border-bottom: 1px solid var(--line);
  padding: 1.6rem 1.4rem 0;
}
.masthead-inner {
  max-width: var(--max-wide);
  margin: 0 auto;
  text-align: center;
}
.wordmark {
  display: inline-block;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 6vw, 3.6rem);
  font-weight: 500;
  font-style: italic;
  letter-spacing: -0.02em;
  color: var(--ink);
  text-decoration: none;
  line-height: 1;
}
.wordmark:hover { color: var(--accent-deep); }
.masthead-line {
  margin: 0.45rem 0 1.35rem;
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
}
@media (max-width: 640px) {
  .masthead-line {
    letter-spacing: 0.08em;
    padding: 0 1.1rem;
    line-height: 1.55;
    font-size: 0.64rem;
  }
  .hero h1 { max-width: none; }
  .hero-copy { padding: 3.2rem 1.15rem 5.4rem; }
}

.nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.15rem 1.7rem;
  flex-wrap: wrap;
  padding: 0.95rem 0 1.15rem;
  border-top: 1px solid var(--line);
}
.nav a {
  text-decoration: none;
  color: var(--ink-soft);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.nav a:hover,
.nav a[aria-current="page"] { color: var(--ink); }
.nav .nav-cta {
  background: var(--accent);
  color: #fff !important;
  padding: 0.55rem 1.15rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.nav .nav-cta:hover { background: var(--accent-deep); }

.nav-toggle {
  display: none;
  background: none;
  border: 1px solid var(--line-strong);
  padding: 0.5rem 0.6rem;
  cursor: pointer;
  margin: 0 auto 0.8rem;
}
.nav-toggle span {
  display: block; width: 1.2rem; height: 1px; background: var(--ink); margin: 0.28rem 0;
}

/* Slim bar — fixed overlay, appears after the masthead scrolls away */
.stick {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: rgba(244, 239, 232, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
  transform: translateY(-120%);
  transition: transform 0.28s ease;
  pointer-events: none;
}
.stick.is-on { transform: translateY(0); pointer-events: auto; }
.page-legal .stick { display: none; }
.page-legal .masthead { padding-top: 1.15rem; }
.page-legal .masthead-line { margin-bottom: 1rem; }
.stick-inner {
  max-width: var(--max-wide);
  margin: 0 auto;
  padding: 0.55rem 1.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.wordmark-sm {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.45rem;
  color: var(--ink);
  text-decoration: none;
  font-weight: 500;
}
.stick-nav { display: flex; gap: 1.3rem; align-items: center; }
.stick-nav a {
  text-decoration: none;
  color: var(--ink-soft);
  font-size: 0.78rem;
  font-weight: 500;
}
.stick-nav a:hover { color: var(--ink); }
.stick-nav .nav-cta {
  background: var(--ink);
  color: #fff !important;
  padding: 0.45rem 0.95rem;
  font-size: 0.75rem;
}
.stick-nav .nav-cta:hover { background: var(--accent); }

/* Layout */
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 1.4rem; }
.wrap-wide { max-width: var(--max-wide); margin: 0 auto; padding: 0 1.4rem; }

/* Hero */
.hero {
  position: relative;
  min-height: 78vh;
  display: grid;
  place-items: end stretch;
  overflow: hidden;
  background: #cbb9a8;
}
.hero img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 62% 40%;
}
.hero-veil {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(28,24,20,0.08) 20%, rgba(28,24,20,0.62) 100%);
}
.hero-copy {
  position: relative;
  z-index: 1;
  max-width: var(--max-wide);
  margin: 0 auto;
  padding: 4rem 1.6rem 3.2rem;
  color: #f7f1ea;
}
.hero-kicker {
  font-size: 0.7rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  margin: 0 0 0.8rem;
  color: #ead9c8;
}
.hero h1 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(2.4rem, 5.6vw, 4.4rem);
  line-height: 1.05;
  letter-spacing: -0.025em;
  margin: 0 0 1rem;
  max-width: 16ch;
}
.hero-lede {
  max-width: 36rem;
  font-size: 1.08rem;
  line-height: 1.55;
  color: #ece4d9;
  margin: 0 0 1.5rem;
  font-weight: 300;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.7rem; align-items: center; }
.btn {
  display: inline-block;
  background: var(--accent);
  color: #fff !important;
  text-decoration: none;
  font-weight: 600;
  padding: 0.9rem 1.45rem;
  font-size: 0.86rem;
  letter-spacing: 0.04em;
  border: 0;
  cursor: pointer;
  text-align: center;
  transition: background 0.15s ease, transform 0.12s ease;
}
.btn:hover { background: var(--accent-deep); transform: translateY(-1px); }
.btn-ghost {
  background: transparent;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,0.45);
}
.btn-ghost:hover { background: #fff; color: var(--ink) !important; }
.btn-block { display: block; width: 100%; }
.btn-ink { background: var(--ink); }
.btn-ink:hover { background: var(--accent); }

/* Intro / byline */
.intro {
  padding: 3.4rem 0 1rem;
}
.kicker {
  display: flex; flex-wrap: wrap; gap: 0.45rem 1rem; align-items: center;
  font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--muted); margin: 0 0 1rem; font-weight: 600;
}
.kicker .tag-ad {
  background: var(--accent-soft); color: var(--accent-deep);
  padding: 0.16rem 0.5rem; font-weight: 700; letter-spacing: 0.12em;
}
.headline {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.6vw, 3.05rem);
  line-height: 1.12;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin: 0 0 1.1rem;
}
.lede {
  font-size: 1.18rem;
  line-height: 1.58;
  color: var(--ink-soft);
  margin: 0 0 1.6rem;
  font-weight: 400;
}

.byline-card {
  display: grid;
  grid-template-columns: 5.2rem 1fr;
  gap: 1.1rem;
  align-items: center;
  padding: 1.1rem 0 1.8rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-bottom: 2.4rem;
}
.byline-card img {
  width: 5.2rem; height: 5.2rem;
  object-fit: cover;
  border-radius: 50%;
}
.byline-card strong { display: block; font-weight: 600; color: var(--ink); }
.byline-card span { display: block; font-size: 0.86rem; color: var(--muted); }

.trust-row-inline {
  display: flex; flex-wrap: wrap; gap: 0.55rem 1.4rem;
  font-size: 0.78rem; color: var(--ink-soft); margin: 0 0 2.2rem;
}
.trust-row-inline span::before {
  content: "";
  display: inline-block;
  width: 0.4rem; height: 0.4rem;
  background: var(--gold);
  margin-right: 0.45rem;
  vertical-align: 0.1rem;
}

/* Figures */
figure.story-fig { margin: 2rem 0 2.4rem; }
figure.story-fig img { width: 100%; }
.photo { overflow: hidden; background: var(--bg-deep); }
.photo.ratio-wide img { aspect-ratio: 16 / 9; object-fit: cover; }
.photo.ratio img { aspect-ratio: 4 / 3; object-fit: cover; }
.photo.ratio-tall img { aspect-ratio: 3 / 4; object-fit: cover; width: 100%; }
.photo.ratio-sq img { aspect-ratio: 1 / 1; object-fit: cover; }
figcaption {
  font-size: 0.78rem;
  color: var(--muted);
  margin-top: 0.65rem;
  font-weight: 400;
  line-height: 1.5;
}

.full-bleed {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
}
.full-bleed img { width: 100%; height: min(72vh, 40rem); object-fit: cover; }
.chapter-label {
  position: absolute; left: 1.5rem; bottom: 1.5rem;
  color: #f7f1ea;
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-style: italic;
  text-shadow: 0 1px 12px rgba(0,0,0,0.35);
}

/* Diary entries */
.entry {
  padding: 0.4rem 0 2.4rem;
  margin: 0 0 0.6rem;
}
.entry-meta {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 0.5rem;
  font-weight: 600;
}
.entry h2 {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3vw, 2.15rem);
  line-height: 1.18;
  font-weight: 500;
  margin: 0 0 0.95rem;
}
.entry p { margin: 0 0 0.95rem; color: var(--ink-soft); }
.entry ul { margin: 0.3rem 0 1rem; padding-left: 1.15rem; }
.entry li { margin: 0.32rem 0; color: var(--ink-soft); }
.entry li::marker { color: var(--accent); }

blockquote.pull {
  margin: 2.2rem 0;
  padding: 0;
  border: 0;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.6vw, 1.85rem);
  line-height: 1.32;
  font-style: italic;
  font-weight: 500;
  color: var(--ink);
  text-align: center;
}
blockquote.pull::before,
blockquote.pull::after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 1px;
  background: var(--gold);
  margin: 0 auto 1.1rem;
}
blockquote.pull::after { margin: 1.1rem auto 0; }
blockquote.pull cite {
  display: block;
  margin-top: 0.85rem;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-style: normal;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}

.split {
  display: grid;
  gap: 1.4rem;
  margin: 2rem 0 2.6rem;
  align-items: center;
}
@media (min-width: 820px) {
  .split { grid-template-columns: 1fr 1fr; gap: 2.2rem; }
  .split.reverse { direction: rtl; }
  .split.reverse > * { direction: ltr; }
}

.note {
  background: var(--accent-soft);
  border-left: 2px solid var(--accent);
  padding: 1.05rem 1.15rem;
  font-size: 0.93rem;
  color: var(--ink-soft);
  margin: 1.6rem 0;
}
.note strong { color: var(--accent-deep); }

/* Timeline */
.timeline {
  margin: 2.4rem 0 3rem;
  padding: 0;
  list-style: none;
  border-left: 1px solid var(--line-strong);
}
.timeline li {
  position: relative;
  padding: 0 0 1.6rem 1.5rem;
}
.timeline li::before {
  content: "";
  position: absolute;
  left: -0.29rem;
  top: 0.35rem;
  width: 0.55rem;
  height: 0.55rem;
  background: var(--accent);
  border-radius: 50%;
}
.timeline strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
}
.timeline p { margin: 0; font-size: 0.92rem; color: var(--ink-soft); }

/* Stats */
.stat-grid { display: grid; gap: 1px; background: var(--line); margin: 1.6rem 0; border: 1px solid var(--line); }
.stat { background: var(--paper); padding: 1.35rem 1.2rem; }
.stat .stat-num {
  font-family: var(--font-display);
  font-size: 2.35rem;
  font-weight: 500;
  color: var(--accent-deep);
  line-height: 1;
}
.stat .stat-lab { font-size: 0.86rem; color: var(--ink-soft); margin-top: 0.4rem; }
.footnote { font-size: 0.76rem; color: var(--muted); margin: 0.6rem 0 0; }

/* Spectrum */
.spectrum { display: grid; gap: 0.9rem; margin: 1.4rem 0 2rem; }
.spec-card {
  background: var(--paper);
  padding: 1.1rem 1.15rem 1.1rem 1.25rem;
  border-left: 3px solid var(--accent);
}
.spec-card.red { border-left-color: var(--led-red); }
.spec-card.amber { border-left-color: var(--led-amber); }
.spec-card.blue { border-left-color: var(--led-blue); }
.spec-card h3 { margin: 0 0 0.15rem; font-size: 1.02rem; font-family: var(--font-display); font-weight: 600; }
.spec-card .nm { font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.spec-card p { margin: 0.4rem 0 0; font-size: 0.88rem; color: var(--ink-soft); }

/* Product */
.product-band {
  background: var(--paper);
  padding: 3.2rem 0 3.6rem;
  margin: 3rem 0 0;
  border-top: 1px solid var(--line);
}
.product-layout {
  max-width: var(--max-wide);
  margin: 0 auto;
  padding: 0 1.4rem;
  display: grid;
  gap: 2.2rem;
}
@media (min-width: 860px) {
  .product-layout { grid-template-columns: 1fr 1.05fr; align-items: start; }
  .product-visual { position: sticky; top: 4.5rem; }
}
.product-eyebrow {
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
  margin: 0 0 0.5rem;
}
.product-layout h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 500;
  margin: 0 0 0.7rem;
  line-height: 1.15;
}
.price-row { display: flex; align-items: baseline; gap: 0.6rem; margin: 0.8rem 0 0.2rem; }
.price { font-family: var(--font-display); font-size: 2.3rem; font-weight: 500; }
.price-cur { font-size: 0.86rem; color: var(--muted); font-weight: 500; }
.price-note { font-size: 0.82rem; color: var(--muted); margin: 0.15rem 0 1.1rem; }
.checks { list-style: none; padding: 0; margin: 0 0 1.3rem; }
.checks li {
  padding: 0.38rem 0 0.38rem 1.55rem;
  position: relative;
  font-size: 0.95rem;
  color: var(--ink-soft);
}
.checks li::before {
  content: "";
  position: absolute; left: 0; top: 0.72rem;
  width: 0.55rem; height: 0.55rem;
  border: 1px solid var(--accent);
  border-radius: 50%;
}
.cta-note { font-size: 0.78rem; color: var(--muted); margin: 0.7rem 0 0; text-align: center; }
.trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem;
  margin: 1.3rem 0 0;
  padding-top: 1.1rem;
  border-top: 1px solid var(--line);
}
.trust-row div { text-align: center; font-size: 0.72rem; color: var(--muted); line-height: 1.35; }
.trust-row strong { display: block; color: var(--ink); font-size: 0.8rem; margin-bottom: 0.12rem; font-weight: 600; }

/* Steps */
.steps { display: grid; gap: 1.1rem; margin: 1.6rem 0 2rem; }
.step { background: var(--paper); padding: 1.2rem 1.15rem; }
.step-num {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.5rem;
  color: var(--accent);
  display: block;
  margin-bottom: 0.35rem;
}
.step h3 { margin: 0 0 0.3rem; font-size: 1.05rem; font-family: var(--font-display); font-weight: 600; }
.step p { margin: 0; font-size: 0.88rem; color: var(--ink-soft); }

.feature-cards { display: grid; gap: 0.85rem; margin: 1.3rem 0 1.6rem; }
.fcard { background: var(--paper); padding: 1.05rem 1.1rem; }
.fcard h3 { margin: 0 0 0.25rem; font-size: 1rem; font-family: var(--font-display); font-weight: 600; }
.fcard p { margin: 0; font-size: 0.86rem; color: var(--muted); }

.specs { width: 100%; border-collapse: collapse; font-size: 0.9rem; margin: 1rem 0 1.5rem; }
.specs th, .specs td { text-align: left; vertical-align: top; padding: 0.7rem 0.4rem 0.7rem 0; border-bottom: 1px solid var(--line); }
.specs th { width: 38%; color: var(--muted); font-weight: 500; }

@media (min-width: 720px) {
  .steps { grid-template-columns: repeat(3, 1fr); }
  .feature-cards { grid-template-columns: 1fr 1fr; }
  .stat-grid { grid-template-columns: repeat(3, 1fr); }
  .spectrum { grid-template-columns: 1fr 1fr; }
}

.inline-cta {
  margin: 2.4rem 0;
  padding: 2.1rem 1.6rem;
  background: var(--ink);
  color: #ece4d9;
  text-align: center;
}
.inline-cta p { margin: 0 0 1.1rem; font-size: 1.2rem; font-family: var(--font-display); font-style: italic; }
.inline-cta .btn { background: var(--accent); }

.gallery-3 {
  display: grid;
  gap: 0.7rem;
  margin: 1.8rem 0 2.2rem;
}
@media (min-width: 700px) {
  .gallery-3 { grid-template-columns: 1.1fr 0.9fr 1fr; }
}

/* FAQ */
.faq { padding: 2.6rem 0 1rem; }
.faq details {
  border-bottom: 1px solid var(--line);
  padding: 0.1rem 0;
  margin: 0;
}
.faq summary {
  cursor: pointer;
  font-weight: 500;
  list-style: none;
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--accent); font-size: 1.3rem; font-weight: 400; }
.faq details[open] summary::after { content: "–"; }
.faq details p { margin: 0 0 1rem; color: var(--ink-soft); font-size: 0.95rem; }

.site-disclaimer {
  margin: 2rem auto 3rem;
  padding: 1.15rem 0 0;
  border-top: 1px solid var(--line);
  font-size: 0.78rem;
  line-height: 1.55;
  color: var(--muted);
}

/* Legal pages */
.page-hero { padding: 2.4rem 0 0.4rem; }
.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.7rem);
  margin: 0 0 0.45rem;
  font-weight: 500;
}
.crumb { font-size: 0.78rem; color: var(--muted); margin-bottom: 0.5rem; }
.crumb a { color: var(--muted); text-decoration: none; }
.crumb a:hover { color: var(--accent-deep); }
.legal { padding-bottom: 3.5rem; }
.legal h2 { font-family: var(--font-display); font-size: 1.45rem; margin: 2rem 0 0.55rem; font-weight: 500; }
.legal h3 { font-size: 1.02rem; margin: 1.4rem 0 0.4rem; font-family: var(--font-display); font-weight: 600; }
.legal p, .legal li { font-size: 0.98rem; color: var(--ink-soft); }
.legal ul, .legal ol { padding-left: 1.2rem; }
.legal address {
  font-style: normal;
  background: var(--paper);
  padding: 1.15rem 1.2rem;
  line-height: 1.65;
}
.doc-list { list-style: none; padding: 0; }
.doc-list li { background: var(--paper); padding: 1rem 1.1rem; margin: 0 0 0.7rem; }
.doc-list a { font-weight: 600; text-decoration: none; color: var(--ink); font-family: var(--font-display); font-size: 1.2rem; }
.doc-list a:hover { color: var(--accent-deep); }
.doc-list p { margin: 0.25rem 0 0; color: var(--muted); font-size: 0.88rem; }
.updated { font-size: 0.8rem; color: var(--muted); }

/* Footer — light editorial, radically different from the old black bar */
.site-footer {
  background: var(--paper);
  color: var(--ink-soft);
  border-top: 1px solid var(--line);
  padding: 0;
  font-size: 0.9rem;
}
.footer-mail {
  text-align: center;
  padding: 3.2rem 1.4rem 2.4rem;
  border-bottom: 1px solid var(--line);
}
.footer-mail p {
  margin: 0 0 0.4rem;
  font-size: 0.7rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}
.footer-mail a {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 4vw, 2.5rem);
  font-style: italic;
  color: var(--ink);
  text-decoration: none;
  font-weight: 500;
}
.footer-mail a:hover { color: var(--accent); }

.footer-grid {
  max-width: var(--max-wide);
  margin: 0 auto;
  padding: 2.4rem 1.4rem 2rem;
  display: grid;
  gap: 1.8rem;
}
@media (min-width: 800px) {
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1.3fr; }
}
.site-footer h2 {
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 0.75rem;
  font-weight: 600;
}
.footer-brand .wordmark-sm { display: inline-block; margin-bottom: 0.7rem; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin: 0.28rem 0; }
.site-footer a { color: var(--ink-soft); text-decoration: none; }
.site-footer a:hover { color: var(--accent-deep); }

.legal-block {
  font-size: 0.82rem;
  line-height: 1.6;
  color: var(--ink-soft);
}
.legal-block strong { color: var(--ink); font-weight: 600; }

.footer-bottom {
  max-width: var(--max-wide);
  margin: 0 auto;
  padding: 1.2rem 1.4rem 1.8rem;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 0.7rem;
  font-size: 0.76rem;
  color: var(--muted);
}
.footer-bottom p { margin: 0; }

/* Mobile buy bar */
.buybar {
  display: none;
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 45;
  background: var(--paper);
  border-top: 1px solid var(--line);
  padding: 0.7rem 1rem calc(0.7rem + env(safe-area-inset-bottom));
  box-shadow: 0 -8px 24px rgba(28,24,20,0.06);
}
.buybar-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 0.8rem;
  max-width: var(--max-wide); margin: 0 auto;
}
.buybar .price { font-size: 1.35rem; }
.buybar .btn { padding: 0.75rem 1.1rem; flex: 1; max-width: 14rem; }

@media (max-width: 760px) {
  .nav-toggle { display: block; }
  .masthead .nav { display: none; }
  .masthead.is-open .nav { display: flex; flex-direction: column; gap: 0.7rem; }
  .stick-nav a:not(.nav-cta) { display: none; }
  .buybar { display: block; }
  body.has-buybar { padding-bottom: 4.6rem; }
  .trust-row { grid-template-columns: 1fr; }
}

@media (min-width: 761px) {
  .buybar { display: none !important; }
}
