:root {
  --ink: #16232b;
  --muted: #596871;
  --paper: #f8f7f2;
  --surface: #ffffff;
  --line: #d7d4ca;
  --cedar: #2f6f73;
  --cedar-dark: #183f46;
  --sage: #7b8b76;
  --gold: #b98254;
  --blue: #4f6f88;
  --soft-blue: #e8f0f2;
  --warm: #f1e8dc;
  --shadow: 0 18px 45px rgba(22, 35, 43, 0.12);
  font-family: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }

html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.6;
  overflow-x: hidden;
}

a { color: inherit; }

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

.wrap {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
  min-width: 0;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 10;
  background: var(--ink);
  color: white;
  padding: 10px 14px;
}

.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 5;
  background: rgba(248, 247, 242, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.header-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0;
}

.brand-name-short {
  display: none;
}

.brand-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cedar-dark), var(--cedar));
  color: white;
}

.site-nav {
  display: none;
  align-items: center;
  gap: 6px;
}

.site-nav a {
  padding: 9px 12px;
  text-decoration: none;
  color: var(--muted);
  border-bottom: 2px solid transparent;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--ink);
  border-color: var(--gold);
}

.nav-toggle {
  display: inline-flex;
  width: 44px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--surface);
  padding: 8px 12px;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 76px 0 50px;
  background:
    linear-gradient(135deg, rgba(47, 111, 115, 0.1), rgba(185, 130, 84, 0.1)),
    var(--paper);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
}

.hero-copy,
.hero-visual,
.link-card,
.split > *,
.final-cta-inner > *,
.footer-grid > * {
  min-width: 0;
}

.hero-copy {
  width: 100%;
  max-width: 100%;
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--cedar);
  font: 700 0.78rem/1.2 Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

p,
a,
li {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 780px;
  font-size: clamp(1.55rem, 7vw, 2.3rem);
  text-wrap: balance;
}

h2 { font-size: clamp(1.75rem, 3.4vw, 3rem); }

h3 { font-size: 1.25rem; }

.hero-intro {
  max-width: 690px;
  margin: 24px 0 0;
  font-size: 1.16rem;
  color: var(--muted);
}

.affiliate-note {
  margin: 18px 0 0;
  color: var(--muted);
  font: 0.92rem/1.5 Verdana, sans-serif;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  box-sizing: border-box;
  font: 700 0.96rem/1.2 Verdana, sans-serif;
  text-decoration: none;
}

.button-primary {
  border-color: var(--cedar-dark);
  background: linear-gradient(135deg, var(--cedar-dark), var(--cedar));
  color: white;
  box-shadow: var(--shadow);
}

.button-secondary {
  border-color: var(--cedar);
  background: rgba(255,255,255,0.7);
  color: var(--ink);
}

.button-light {
  background: var(--surface);
  color: var(--cedar-dark);
}

.context-cta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: center;
  margin: 28px 0;
  padding: 22px;
  border: 1px solid rgba(47, 111, 115, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(232,240,242,0.86), rgba(255,255,255,0.92)),
    var(--surface);
  box-shadow: 0 12px 30px rgba(22,35,43,0.08);
}

.context-cta h2 {
  font-size: clamp(1.25rem, 2.2vw, 1.8rem);
}

.context-cta p:not(.section-kicker) {
  margin: 10px 0 0;
  color: var(--muted);
}

.context-cta .button {
  justify-self: start;
}

.hero-visual {
  margin: 0;
  padding: 0;
  max-width: 100%;
  overflow: hidden;
  background: transparent;
}

.hero-visual img {
  width: 100%;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.next-step-section {
  padding: 48px 0;
}

.next-step-heading {
  max-width: 760px;
  margin-bottom: 20px;
}

.next-step-heading h2 {
  font-size: clamp(1.6rem, 3vw, 2.45rem);
}

.next-step-heading p:not(.section-kicker) {
  margin: 14px 0 0;
  color: var(--muted);
}

.card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.link-card {
  min-height: 210px;
  padding: 26px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.link-card p { color: var(--muted); }

.link-card a {
  font-weight: 700;
  color: var(--cedar);
}

.takeaway-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin: -22px auto 52px;
}

.takeaway-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 20px;
  background: linear-gradient(135deg, rgba(255,255,255,0.94), rgba(232,240,242,0.78));
  border: 1px solid var(--line);
  border-radius: 8px;
}

.takeaway-card > div {
  min-width: 0;
}

.takeaway-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--cedar);
  color: white;
  font: 700 0.86rem/1 Verdana, sans-serif;
}

.takeaway-card h3 {
  margin: 0 0 5px;
  font-size: 1.05rem;
}

.takeaway-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.answer-panel,
.question-list,
.editorial-guide,
.visual-process {
  margin-block: 18px 54px;
  padding: 34px;
  background: rgba(255,255,255,0.74);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.answer-panel h2,
.question-list h2 {
  max-width: 780px;
  font-size: clamp(1.55rem, 2.4vw, 2.3rem);
}

.answer-panel p,
.qa-item p {
  max-width: 820px;
  color: var(--muted);
  font-size: 1.05rem;
}

.reviewed {
  margin-top: 18px;
  font: 700 0.82rem/1.4 Verdana, sans-serif;
  color: var(--cedar);
}

.qa-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 22px;
}

.qa-item {
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.qa-item h3 {
  max-width: 760px;
}

.editorial-guide {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.92), rgba(244,239,231,0.7)),
    var(--surface);
}

.editorial-heading {
  max-width: 760px;
}

.editorial-body {
  display: grid;
  gap: 16px;
  max-width: 860px;
  min-width: 0;
}

.editorial-body p {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
  max-width: 70ch;
}

.visual-process {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
  overflow: hidden;
}

.visual-copy p {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.05rem;
}

.process-chips {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: process;
}

.process-chips li {
  counter-increment: process;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(244,239,231,0.78);
  font: 700 0.88rem/1.25 Verdana, sans-serif;
}

.process-chips li::before {
  content: counter(process);
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--cedar);
  color: white;
  font-size: 0.76rem;
}

.process-art {
  margin: 0;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  overflow: hidden;
  background: var(--paper);
}

.process-art img {
  width: 100%;
  display: block;
}

.decision-matrix {
  margin-block: -10px 58px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(251,250,247,0.95), rgba(234,240,238,0.68)),
    var(--surface);
}

.matrix-heading {
  max-width: 760px;
}

.matrix-heading p:not(.section-kicker) {
  color: var(--muted);
  font-size: 1.05rem;
}

.matrix-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 26px;
}

.matrix-item {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,0.76);
}

.matrix-item h3 {
  margin-bottom: 8px;
  color: var(--cedar-dark);
  font-size: 1.08rem;
}

.matrix-item p {
  margin: 0;
  color: var(--muted);
}

.content-band {
  padding: 56px 0;
  border-top: 1px solid var(--line);
}

.content-band-muted { background: linear-gradient(180deg, var(--soft-blue), var(--warm)); }

.split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 42px;
}

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

.content-band .section-kicker {
  display: inline-grid;
  min-width: 42px;
  min-height: 42px;
  place-items: center;
  margin-bottom: 16px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--surface);
  color: var(--cedar);
  box-shadow: 0 10px 24px rgba(24,33,43,0.08);
}

.final-cta {
  padding: 58px 0;
  background: linear-gradient(135deg, #183f46, #2f5f62);
  color: white;
}

.final-cta .eyebrow,
.final-cta .affiliate-note { color: #f1e8dc; }

.final-cta-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}

.site-footer {
  padding: 42px 0;
  background: #101b21;
  color: white;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

.site-footer p,
.site-footer a { color: #c9d0d8; }

.site-footer nav {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px 18px;
}

@media (min-width: 769px) {
  .site-nav { display: flex; }
  .nav-toggle { display: none; }
  .hero-home {
    min-height: 574px;
    display: grid;
    align-items: center;
    padding: 62px 0 56px;
    background:
      linear-gradient(90deg, rgba(248,247,242,0.98) 0%, rgba(248,247,242,0.92) 42%, rgba(248,247,242,0.36) 64%, rgba(248,247,242,0.03) 100%),
      linear-gradient(180deg, rgba(241,232,220,0.34), rgba(232,240,242,0.44)),
      url("../img/silversingles-over-50-park-dating-hero.webp") center right / cover no-repeat;
  }
  .hero-home .hero-grid {
    display: block;
  }
  .hero-home h1 {
    max-width: 620px;
    font-size: clamp(2.25rem, 4vw, 3.55rem);
    line-height: 1.12;
  }
  .hero-home .hero-copy {
    position: relative;
    z-index: 1;
    max-width: 620px;
  }
  .hero-home .hero-intro {
    max-width: 600px;
    font-size: 1.22rem;
    line-height: 1.68;
  }
  .hero-home .affiliate-note {
    max-width: 560px;
  }
  .hero-home .hero-actions {
    justify-content: flex-start;
  }
  .hero-home .hero-visual {
    display: none;
  }
  .hero-subpage {
    min-height: 574px;
    display: grid;
    align-items: center;
    padding: 62px 0 56px;
    background:
      linear-gradient(90deg, rgba(248,247,242,0.98) 0%, rgba(248,247,242,0.92) 42%, rgba(248,247,242,0.36) 64%, rgba(248,247,242,0.03) 100%),
      linear-gradient(180deg, rgba(241,232,220,0.34), rgba(232,240,242,0.44)),
      url("../img/silversingles-over-50-park-dating-hero.webp") center right / cover no-repeat;
  }
  .hero-subpage .hero-grid {
    display: block;
  }
  .hero-subpage .hero-copy {
    position: relative;
    z-index: 1;
    max-width: 620px;
  }
  .hero-subpage h1 {
    max-width: 620px;
    font-size: clamp(2.25rem, 4vw, 3.55rem);
    line-height: 1.12;
  }
  .hero-subpage .hero-intro {
    max-width: 600px;
    font-size: 1.22rem;
    line-height: 1.68;
  }
  .hero-subpage .affiliate-note {
    max-width: 560px;
  }
  .hero-subpage .hero-actions {
    justify-content: flex-start;
  }
  .hero-subpage .hero-visual {
    display: none;
  }
  .card-grid { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
  .takeaway-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .qa-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .editorial-guide { grid-template-columns: minmax(220px, 0.48fr) minmax(0, 1fr); }
  .visual-process { grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1.12fr); }
  .process-chips { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .matrix-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .split { grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.2fr); }
  .context-cta { grid-template-columns: minmax(0, 1fr) auto; }
  .final-cta-inner { grid-template-columns: minmax(0, 1fr) auto; }
  .footer-grid { grid-template-columns: minmax(0, 1fr) minmax(260px, 0.7fr); }
  .site-footer nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .blog-featured-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .blog-list-layout { grid-template-columns: minmax(220px, 0.45fr) minmax(0, 1fr); }
  .blog-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .article-shell { grid-template-columns: minmax(180px, 0.34fr) minmax(0, 1fr); align-items: start; }
  .article-toc { position: sticky; top: 96px; }
  .related-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .example-compare { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .long-tail-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

.site-footer a { text-decoration: none; }

.blog-index-hero {
  padding: 72px 0 54px;
  background:
    linear-gradient(90deg, rgba(248,247,242,0.98), rgba(232,240,242,0.86)),
    var(--paper);
  border-bottom: 1px solid var(--line);
}

.blog-index-hero-inner,
.article-header-inner {
  max-width: 900px;
}

.blog-index-hero h1,
.article-header h1 {
  font-size: clamp(2.1rem, 5vw, 4.4rem);
}

.blog-index-hero p:not(.eyebrow):not(.affiliate-note),
.article-dek {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.18rem;
}

.blog-category-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 28px 0 10px;
}

.blog-category-strip span {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  color: var(--cedar-dark);
  font: 700 0.78rem/1 Verdana, sans-serif;
}

.blog-featured-grid,
.blog-list,
.related-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.blog-featured-grid {
  padding: 24px 0 54px;
}

.blog-list-layout {
  display: grid;
  gap: 28px;
  padding-bottom: 56px;
}

.blog-list-heading {
  max-width: 760px;
}

.blog-list-heading p:not(.section-kicker),
.blog-card p,
.article-body-block p,
.article-section p,
.article-checklist p,
.article-callout p,
.article-checklist span,
.related-card p {
  color: var(--muted);
}

.blog-card,
.related-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.blog-card-featured {
  min-height: 280px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.96), rgba(232,240,242,0.78)),
    var(--surface);
}

.blog-card h2 {
  font-size: clamp(1.35rem, 2.2vw, 2rem);
}

.blog-card h2 a {
  text-decoration: none;
}

.blog-card-meta,
.article-meta {
  color: var(--cedar);
  font: 700 0.78rem/1.45 Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.text-link {
  color: var(--cedar);
  font-weight: 700;
}

.article-header {
  padding: 58px 0 44px;
  background:
    linear-gradient(180deg, rgba(232,240,242,0.92), rgba(248,247,242,0.96)),
    var(--paper);
  border-bottom: 1px solid var(--line);
}

.article-shell {
  display: grid;
  gap: 34px;
  padding: 44px 0 64px;
}

.article-toc {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,0.78);
}

.article-toc a {
  display: block;
  padding: 9px 0;
  color: var(--muted);
  text-decoration: none;
  border-top: 1px solid rgba(216,209,196,0.7);
}

.article-main {
  min-width: 0;
  max-width: 780px;
}

.article-callout,
.article-checklist,
.article-related,
.article-faq,
.reader-note,
.example-box,
.long-tail-questions {
  margin-bottom: 42px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.article-body-block {
  margin-bottom: 42px;
}

.article-image {
  margin: 0 0 42px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.article-image img {
  width: 100%;
  display: block;
}

.article-body-block h2,
.article-section h2,
.article-checklist h2,
.article-related h2,
.reader-note h2,
.example-box h2,
.long-tail-questions h2 {
  font-size: clamp(1.6rem, 3vw, 2.35rem);
}

.article-body-block p,
.article-section p,
.article-checklist p,
.article-callout p,
.reader-note p,
.example-box p,
.long-tail-questions p {
  font-size: 1.08rem;
}

.related-intro {
  max-width: 700px;
  margin: 12px 0 0;
  color: var(--muted);
}

.reader-note {
  background:
    linear-gradient(135deg, rgba(234,240,238,0.92), rgba(255,255,255,0.88)),
    var(--surface);
}

.example-box {
  background:
    linear-gradient(135deg, rgba(244,239,231,0.92), rgba(255,255,255,0.88)),
    var(--surface);
}

.example-compare {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 18px;
}

.example-compare > div,
.long-tail-grid article {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,0.75);
}

.example-compare strong {
  color: var(--cedar-dark);
}

.article-section {
  padding: 30px 0;
  border-top: 1px solid var(--line);
}

.article-checklist ul {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.article-checklist li {
  display: grid;
  gap: 5px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(244,239,231,0.55);
}

.long-tail-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 20px;
}

.long-tail-grid h3 {
  font-size: 1.08rem;
}

/* mobile audit marker: viewport-768 */
@media (max-width: 768px) {
  .header-inner { min-height: 64px; }
  .brand {
    min-width: 0;
    max-width: calc(100% - 76px);
  }
  .brand-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .site-nav {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 64px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    background: var(--surface);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 12px; }
  .hero { padding-top: 46px; }
  .hero-grid,
  .split,
  .final-cta-inner,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .card-grid { grid-template-columns: 1fr; }
  .editorial-guide {
    grid-template-columns: 1fr;
    padding-inline: 28px;
  }
  .editorial-body {
    max-width: 100%;
  }
}

@media (max-width: 560px) {
  .brand-name-full { display: none; }
  .brand-name-short { display: inline; }
  .brand {
    max-width: calc(100% - 62px);
    gap: 8px;
    font-size: 0.95rem;
  }
  .wrap {
    width: min(360px, calc(100% - 32px)) !important;
    padding-inline: 0 !important;
    margin-inline: auto !important;
  }
  .hero-copy,
  .hero-copy h1,
  .hero-intro,
  .affiliate-note,
  .hero-actions {
    max-width: 300px;
  }
  .hero-copy {
    margin-inline: auto;
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    width: min(100%, 240px);
    max-width: 240px;
    margin-inline: auto;
  }
  .hero-actions .button {
    align-self: center;
    flex: 0 0 auto;
    inline-size: min(100%, 240px);
    max-inline-size: 240px;
  }
  .button {
    min-width: 0;
    font-size: 0.76rem;
    line-height: 1.25;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
  }
  .takeaway-card {
    grid-template-columns: 1fr;
    padding: 14px;
  }
  .card-grid,
  .takeaway-grid,
  .answer-panel,
  .editorial-guide,
  .visual-process,
  .decision-matrix,
  .question-list {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  .link-card,
  .answer-panel,
  .editorial-guide,
  .visual-process,
  .decision-matrix,
  .question-list,
  .matrix-item {
    padding-inline: 24px !important;
  }
  .editorial-guide h2 {
    font-size: clamp(1.45rem, 5vw, 1.95rem);
    line-height: 1.1;
  }
  .editorial-body p {
    font-size: 1rem;
    line-height: 1.62;
  }
  .process-art {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 500px) {
  .wrap {
    width: min(300px, calc(100% - 32px)) !important;
  }
  .site-nav {
    left: 16px;
    right: 16px;
  }
  .hero-copy,
  .hero-copy h1,
  .hero-intro,
  .affiliate-note,
  .hero-actions {
    max-width: 300px;
  }
}

/* mobile audit marker: viewport-414 */
@media (max-width: 414px) {
  .brand-name-full { display: none; }
  .brand-name-short { display: inline; }
  .brand {
    max-width: calc(100% - 62px);
    gap: 8px;
    font-size: 0.95rem;
  }
  .wrap {
    width: min(350px, calc(100% - 32px)) !important;
    padding-inline: 0 !important;
    margin-inline: auto !important;
  }
  .hero-copy,
  .hero-copy h1,
  .hero-intro,
  .affiliate-note {
    max-width: 300px;
  }
  h1 { font-size: 1.34rem; line-height: 1.16; }
  .affiliate-note { font-size: 0.86rem; }
  .hero-visual { padding: 10px; }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    width: min(100%, 240px);
    max-width: 240px;
    margin-inline: auto;
  }
  .hero-actions .button {
    align-self: center;
    flex: 0 0 auto;
    inline-size: min(100%, 240px);
    max-inline-size: 240px;
  }
  .button {
    width: 100%;
    max-width: 100%;
    padding-inline: 12px;
    min-width: 0;
    font-size: 0.86rem;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
  }
  .takeaway-card {
    grid-template-columns: 1fr;
    padding: 14px;
  }
  .takeaway-icon {
    width: 34px;
    height: 34px;
  }
  .process-art {
    margin-inline: auto;
  }
}

/* mobile audit marker: viewport-390 */
@media (max-width: 390px) {
  .brand { font-size: 0.9rem; }
  h1 { font-size: 1.26rem; }
  .hero-intro { font-size: 1rem; }
  .hero-actions {
    width: min(100%, 232px);
    max-width: 232px;
  }
  .hero-actions .button {
    inline-size: min(100%, 232px);
    max-inline-size: 232px;
  }
  .button {
    font-size: 0.76rem;
    line-height: 1.25;
  }
  .card-grid,
  .takeaway-grid,
  .answer-panel,
  .editorial-guide,
  .visual-process,
  .decision-matrix,
  .question-list {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  .link-card,
  .answer-panel,
  .editorial-guide,
  .visual-process,
  .decision-matrix,
  .question-list,
  .matrix-item {
    padding-inline: 22px !important;
  }
  .process-art {
    width: calc(100% - 12px);
  }
}

/* mobile audit marker: viewport-360 */
@media (max-width: 360px) {
  .hero-copy,
  .hero-copy h1,
  .hero-intro,
  .affiliate-note,
  .hero-actions {
    max-width: 310px;
  }
  .link-card { padding: 20px; }
  .editorial-guide,
  .answer-panel,
  .visual-process,
  .decision-matrix,
  .question-list,
  .matrix-item {
    padding-inline: 20px !important;
  }
  .brand { font-size: 0.86rem; }
}

/* mobile audit marker: viewport-320 */
@media (max-width: 320px) {
  .hero-copy,
  .hero-copy h1,
  .hero-intro,
  .affiliate-note,
  .hero-actions {
    max-width: 278px;
  }
  h1 { font-size: 1.18rem; }
  .wrap { padding-inline: 14px; }
  .brand-mark { width: 30px; height: 30px; }
}
