@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Syne:wght@500;600;700;800&display=swap");

:root {
  --bg: #f3f1ec;
  --paper: #fffcf7;
  --ink: #0d0d0c;
  --ink-2: #2c2c28;
  --muted: #6e6d67;
  --line: #d9d6ce;
  --line-strong: #0d0d0c;
  --soft: #e8e4db;
  --max: 42rem;
  --max-wide: 74rem;
  --header: 4.25rem;
  --font-display: "Syne", "Helvetica Neue", Arial, sans-serif;
  --font-body: "Figtree", "Segoe UI", Helvetica, 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.0625rem;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img,
svg {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--ink);
  text-underline-offset: 0.18em;
}

a:hover {
  opacity: 0.65;
}

.skip {
  position: absolute;
  left: -999px;
  top: 0;
}

.skip:focus {
  left: 1rem;
  top: 1rem;
  z-index: 200;
  background: #fff;
  padding: 0.5rem 0.75rem;
  border: 1px solid var(--ink);
}

/* Top utility — replaces old cream disclosure bar */
.topbar {
  background: var(--ink);
  color: #f3f1ec;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.42rem 1.5rem;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
}

.topbar a {
  color: #f3f1ec;
  text-decoration: none;
  letter-spacing: 0.08em;
  text-transform: none;
  font-weight: 500;
}

.topbar a:hover {
  opacity: 1;
  text-decoration: underline;
}

/* Header — thin masthead, no badge, no pills */
.site-header {
  background: var(--paper);
  border-bottom: 1px solid var(--ink);
  position: sticky;
  top: 0;
  z-index: 40;
}

.header-inner {
  max-width: var(--max-wide);
  margin: 0 auto;
  padding: 0.85rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.logo {
  text-decoration: none;
  color: var(--ink);
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
  line-height: 1;
}

.logo:hover {
  opacity: 1;
}

.logo-word {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  margin-right: -0.32em;
}

.logo-sub {
  font-size: 0.62rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}

.nav-toggle {
  display: none;
  background: none;
  border: 1px solid var(--ink);
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
  cursor: pointer;
  position: relative;
}

.nav-toggle span {
  display: block;
  width: 1rem;
  height: 1px;
  background: var(--ink);
  margin: 0.28rem auto;
}

.nav {
  display: flex;
  gap: 1.6rem;
  align-items: center;
}

.nav a {
  text-decoration: none;
  color: var(--ink);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
}

.nav a[aria-current="page"] {
  text-decoration: underline;
  text-underline-offset: 0.35em;
}

.nav .nav-cta {
  background: var(--ink);
  color: var(--paper) !important;
  padding: 0.7rem 1.15rem;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}

.nav .nav-cta:hover {
  opacity: 0.82;
}

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

.wrap-wide {
  max-width: var(--max-wide);
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* Split hero */
.hero {
  border-bottom: 1px solid var(--ink);
  background: var(--paper);
}

.hero-grid {
  max-width: var(--max-wide);
  margin: 0 auto;
  display: grid;
}

.hero-media {
  min-height: 22rem;
  overflow: hidden;
  background: var(--soft);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 22rem;
}

.hero-copy {
  padding: 2.4rem 1.5rem 2.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 1.1rem;
  font-weight: 600;
}

.kicker .tag-ad {
  color: var(--ink);
  border: 1px solid var(--ink);
  padding: 0.15rem 0.5rem;
  letter-spacing: 0.16em;
}

.headline {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 4.4vw, 3.05rem);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin: 0 0 1.1rem;
  text-wrap: balance;
}

.lede {
  font-size: 1.12rem;
  line-height: 1.65;
  color: var(--ink-2);
  margin: 0 0 1.6rem;
  max-width: 36rem;
}

.byline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.1rem;
  font-size: 0.88rem;
  color: var(--muted);
  padding-top: 1.2rem;
  border-top: 1px solid var(--line);
}

.byline img {
  width: 3rem;
  height: 3rem;
  object-fit: cover;
  border-radius: 50%;
}

.byline strong {
  color: var(--ink);
  font-weight: 600;
}

@media (min-width: 900px) {
  .hero-grid {
    grid-template-columns: 1.05fr 0.95fr;
    min-height: 34rem;
  }

  .hero-media,
  .hero-media img {
    min-height: 34rem;
  }

  .hero-copy {
    padding: 3.2rem 3.4rem 3.4rem 2.8rem;
  }
}

/* Chapter index */
.chapter-nav {
  max-width: var(--max-wide);
  margin: 0 auto;
  padding: 1.4rem 1.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6rem 1.4rem;
  border-bottom: 1px solid var(--line);
  background: var(--bg);
}

.chapter-nav a {
  text-decoration: none;
  font-size: 0.82rem;
  display: flex;
  gap: 0.55rem;
  color: var(--ink-2);
}

.chapter-nav a span {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  color: var(--muted);
}

@media (min-width: 800px) {
  .chapter-nav {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Article */
.article-body {
  padding-top: 3rem;
  padding-bottom: 1rem;
}

.entry {
  margin: 0 0 3.4rem;
  padding: 0 0 3.2rem;
  border-bottom: 1px solid var(--line);
}

.entry-meta {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 0.55rem;
  font-weight: 700;
}

.entry h2 {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  line-height: 1.18;
  margin: 0 0 1rem;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.entry p {
  margin: 0 0 1rem;
}

.entry ul {
  margin: 0.4rem 0 1.1rem;
  padding-left: 1.15rem;
}

.entry li {
  margin: 0.35rem 0;
}

figure.story-fig {
  margin: 1.6rem 0 2.2rem;
}

.photo {
  overflow: hidden;
  background: var(--soft);
  border: 1px solid var(--line);
}

.photo img {
  width: 100%;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.photo.portrait img {
  aspect-ratio: 3 / 4;
}

.photo.square img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #fff;
  padding: 1.5rem;
}

.photo.wide img {
  aspect-ratio: 16 / 9;
}

figcaption {
  font-size: 0.78rem;
  color: var(--muted);
  margin-top: 0.55rem;
  line-height: 1.45;
}

blockquote.pull {
  margin: 0 auto 3.2rem;
  max-width: var(--max);
  padding: 0 1.5rem 3.2rem;
  border-bottom: 1px solid var(--line);
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: -0.02em;
}

blockquote.pull cite {
  display: block;
  margin-top: 1rem;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.note {
  background: var(--paper);
  border: 1px solid var(--ink);
  padding: 1.15rem 1.25rem;
  font-size: 0.93rem;
  color: var(--ink-2);
  margin: 1.6rem 0;
}

.note strong {
  color: var(--ink);
}

.section-head {
  margin: 3rem 0 1.15rem;
}

.section-head .eyebrow {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.section-head h2 {
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 3.4vw, 2.1rem);
  margin: 0;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

/* Aside band */
.aside-band {
  background: var(--ink);
  color: var(--paper);
  padding: 3.2rem 0;
  margin: 0 0 0;
}

.aside-band .wrap {
  max-width: 46rem;
}

.aside-band .eyebrow {
  color: #b9b6ae;
}

.aside-band h2,
.aside-band .section-head h2 {
  color: var(--paper);
}

.aside-band p {
  color: #e7e4dc;
}

.checklist {
  list-style: none;
  padding: 0;
  margin: 1.2rem 0 0;
}

.checklist li {
  display: grid;
  grid-template-columns: 1.4rem 1fr;
  gap: 0.7rem;
  padding: 0.85rem 0;
  border-top: 1px solid #2c2c28;
  font-size: 0.98rem;
}

.checklist li::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border: 1px solid #f3f1ec;
  margin-top: 0.4rem;
}

/* Product */
.product-section {
  background: var(--paper);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  padding: 3.4rem 0 3.8rem;
}

.product {
  max-width: var(--max-wide);
  margin: 0 auto;
  padding: 0 1.5rem;
  display: grid;
  gap: 2rem;
}

.product-media .photo {
  border-color: var(--line);
}

.product-body .section-head {
  margin: 0 0 0.6rem;
}

.product-lead {
  margin: 0 0 0.4rem;
  color: var(--ink-2);
}

.product-more {
  padding-top: 2.6rem;
}

.faq-block {
  padding-top: 3rem;
  padding-bottom: 1rem;
}

.closing-fig {
  padding-bottom: 1rem;
}

.product-eyebrow {
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
  margin: 0 0 0.45rem;
}

.price-row {
  display: flex;
  align-items: baseline;
  gap: 0.55rem;
  margin: 0.9rem 0 0.2rem;
}

.price {
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.price-cur {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: 0.08em;
}

.price-note {
  font-size: 0.84rem;
  color: var(--muted);
  margin: 0.15rem 0 1.2rem;
}

.checks {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}

.checks li {
  padding: 0.42rem 0 0.42rem 1.4rem;
  position: relative;
  border-bottom: 1px solid var(--line);
  font-size: 0.97rem;
}

.checks li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--muted);
}

.btn {
  display: inline-block;
  background: var(--ink);
  color: var(--paper) !important;
  text-decoration: none;
  font-weight: 700;
  padding: 1.05rem 1.4rem;
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border: 1px solid var(--ink);
  text-align: center;
  cursor: pointer;
}

.btn:hover {
  opacity: 0.82;
  color: var(--paper) !important;
}

.btn-ghost {
  background: transparent;
  color: var(--ink) !important;
}

.btn-ghost:hover {
  background: var(--ink);
  color: var(--paper) !important;
  opacity: 1;
}

.btn-block {
  display: block;
  width: 100%;
}

.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.75rem;
  margin: 1.4rem 0 0;
  border-top: 1px solid var(--line);
  padding-top: 1.15rem;
}

.trust-row div {
  font-size: 0.74rem;
  color: var(--muted);
  line-height: 1.4;
}

.trust-row strong {
  display: block;
  color: var(--ink);
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0.15rem;
}

@media (min-width: 860px) {
  .product {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 3.2rem;
  }
}

.steps {
  display: grid;
  gap: 0;
  margin: 1.4rem 0 2rem;
  border: 1px solid var(--ink);
}

.step {
  padding: 1.35rem 1.3rem;
  border-bottom: 1px solid var(--ink);
}

.step:last-child {
  border-bottom: 0;
}

.step-num {
  font-family: var(--font-display);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
}

.step h3 {
  margin: 0.3rem 0 0.4rem;
  font-size: 1.12rem;
  font-family: var(--font-display);
}

.step p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--ink-2);
}

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

  .step {
    border-bottom: 0;
    border-right: 1px solid var(--ink);
  }

  .step:last-child {
    border-right: 0;
  }
}

.feature-cards {
  display: grid;
  gap: 0;
  margin: 1.25rem 0 1.6rem;
  border: 1px solid var(--ink);
}

.fcard {
  padding: 1.15rem 1.2rem;
  border-bottom: 1px solid var(--ink);
}

.fcard:last-child {
  border-bottom: 0;
}

.fcard h3 {
  margin: 0 0 0.25rem;
  font-size: 0.95rem;
  font-family: var(--font-display);
}

.fcard p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--muted);
}

@media (min-width: 720px) {
  .feature-cards {
    grid-template-columns: 1fr 1fr;
  }

  .fcard {
    border-right: 1px solid var(--ink);
  }

  .fcard:nth-child(2n) {
    border-right: 0;
  }

  .fcard:nth-child(1),
  .fcard:nth-child(2) {
    border-bottom: 1px solid var(--ink);
  }

  .fcard:nth-child(3),
  .fcard:nth-child(4) {
    border-bottom: 0;
  }
}

.specs {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
  margin: 1rem 0 1.6rem;
  background: var(--paper);
  border: 1px solid var(--ink);
}

.specs th,
.specs td {
  text-align: left;
  vertical-align: top;
  padding: 0.8rem 1rem;
  border-bottom: 1px solid var(--line);
}

.specs tr:last-child th,
.specs tr:last-child td {
  border-bottom: 0;
}

.specs th {
  width: 38%;
  color: var(--muted);
  font-weight: 600;
}

.inline-cta {
  margin: 2.4rem 0 0;
  padding: 2rem 1.6rem;
  background: var(--ink);
  color: var(--paper);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
}

.inline-cta p {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  line-height: 1.3;
  max-width: 28rem;
}

.inline-cta .btn {
  background: var(--paper);
  color: var(--ink) !important;
  border-color: var(--paper);
}

.split-story {
  max-width: var(--max-wide);
  margin: 0 auto 0;
  display: grid;
}

.split-story .photo img {
  aspect-ratio: 4 / 3;
  min-height: 18rem;
}

.split-copy {
  padding: 2.4rem 1.5rem;
  background: var(--paper);
  border-top: 1px solid var(--line);
}

.split-copy h2 {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 3vw, 1.85rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin: 0 0 0.9rem;
  font-weight: 700;
}

.split-copy .btn {
  margin-top: 1rem;
  align-self: flex-start;
}

@media (min-width: 860px) {
  .split-story {
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid var(--ink);
  }

  .split-story .photo {
    border: 0;
    border-right: 1px solid var(--ink);
  }

  .split-copy {
    padding: 3.2rem 3rem;
    border-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .split-story.reverse .photo {
    order: 2;
    border-right: 0;
    border-left: 1px solid var(--ink);
  }
}

.letter {
  background: var(--paper);
  border: 1px solid var(--ink);
  padding: 1.8rem 1.5rem;
  margin: 1.4rem 0 0;
  font-size: 1.02rem;
}

.letter p:last-child {
  margin-bottom: 0;
}

.letter .sign {
  font-family: var(--font-display);
  font-weight: 700;
  margin-top: 1.2rem;
}

.faq details {
  border-bottom: 1px solid var(--ink);
  padding: 0;
  margin: 0;
  background: transparent;
}

.faq details:first-of-type {
  border-top: 1px solid var(--ink);
}

.faq summary {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
  padding: 1.05rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  font-size: 1rem;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: "+";
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1;
}

.faq details[open] summary::after {
  content: "–";
}

.faq details p {
  margin: 0 0 1.1rem;
  color: var(--ink-2);
  font-size: 0.96rem;
}

.site-disclaimer {
  margin: 2.4rem auto 3.2rem;
  padding: 1.2rem 0 0;
  border-top: 1px solid var(--line);
  font-size: 0.8rem;
  line-height: 1.55;
  color: var(--muted);
}

/* Legal pages */
.page-hero {
  padding: 2.8rem 0 0.4rem;
}

.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.8vw, 2.5rem);
  margin: 0 0 0.5rem;
  letter-spacing: -0.03em;
}

.crumb {
  font-size: 0.78rem;
  color: var(--muted);
  margin-bottom: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.crumb a {
  color: var(--muted);
  text-decoration: none;
}

.legal {
  padding-bottom: 4rem;
}

.legal h2 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  margin: 2.1rem 0 0.55rem;
}

.legal h3 {
  font-size: 1.02rem;
  margin: 1.4rem 0 0.4rem;
}

.legal address {
  font-style: normal;
  background: var(--paper);
  border: 1px solid var(--ink);
  padding: 1.15rem 1.2rem;
  line-height: 1.6;
}

.doc-list {
  list-style: none;
  padding: 0;
}

.doc-list li {
  border-top: 1px solid var(--ink);
  padding: 1rem 0;
}

.doc-list li:last-child {
  border-bottom: 1px solid var(--ink);
}

.doc-list a {
  font-weight: 700;
  text-decoration: none;
  font-family: var(--font-display);
}

.doc-list p {
  margin: 0.25rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.updated {
  font-size: 0.82rem;
  color: var(--muted);
}

/* Footer — light, imprint-first, opposite of old dark forest */
.site-footer {
  background: var(--paper);
  color: var(--ink);
  border-top: 1px solid var(--ink);
  padding: 0;
  font-size: 0.9rem;
  line-height: 1.55;
}

.site-footer a {
  color: var(--ink);
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
  opacity: 1;
}

.footer-mast {
  max-width: var(--max-wide);
  margin: 0 auto;
  padding: 2.6rem 1.5rem 2rem;
  display: grid;
  gap: 1.6rem;
  border-bottom: 1px solid var(--line);
}

.footer-word {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 8vw, 5.2rem);
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 0;
  line-height: 0.9;
}

.footer-imprint {
  font-style: normal;
  font-size: 0.92rem;
  line-height: 1.65;
  max-width: 28rem;
}

.footer-imprint a {
  text-decoration: underline;
}

.footer-grid {
  max-width: var(--max-wide);
  margin: 0 auto;
  padding: 2rem 1.5rem;
  display: grid;
  gap: 1.8rem;
  border-bottom: 1px solid var(--line);
}

.site-footer h2 {
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 0.75rem;
  font-weight: 700;
  font-family: var(--font-body);
}

.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer li {
  margin: 0.32rem 0;
}

.footer-contact p {
  margin: 0.2rem 0;
}

.footer-bottom {
  max-width: var(--max-wide);
  margin: 0 auto;
  padding: 1.2rem 1.5rem 1.6rem;
  font-size: 0.78rem;
  color: var(--muted);
}

.footer-bottom p {
  margin: 0;
}

@media (min-width: 800px) {
  .footer-mast {
    grid-template-columns: 1.2fr 1fr;
    align-items: end;
  }

  .footer-grid {
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
  }
}

.sticky-cta {
  display: none;
}

@media (max-width: 860px) {
  .nav-toggle {
    display: block;
  }

  .nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 0.2rem 0 0.4rem;
  }

  .header-inner {
    flex-wrap: wrap;
  }

  .site-header.is-open .nav {
    display: flex;
  }

  .topbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
    padding: 0.45rem 1.25rem;
  }

  body {
    padding-bottom: 4.8rem;
  }

  .sticky-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    background: var(--ink);
    color: var(--paper);
    padding: 0.7rem 1rem 0.7rem 1.15rem;
    text-decoration: none;
    border-top: 1px solid var(--ink);
  }

  .sticky-cta:hover {
    opacity: 1;
  }

  .sticky-cta-info {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
  }

  .sticky-cta-info strong {
    color: var(--paper);
    font-size: 1rem;
    font-weight: 700;
  }

  .sticky-cta-info span {
    color: #c9c6be;
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .sticky-cta-btn {
    background: var(--paper);
    color: var(--ink);
    font-weight: 700;
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 0.75rem 1.05rem;
    white-space: nowrap;
  }
}
