:root {
  --flame: #e85f45;
  --flame-dark: #b83d2b;
  --flame-soft: #fff0eb;
  --ink: #211915;
  --muted: #6e625d;
  --paper: #fffaf7;
  --white: #ffffff;
  --sage: #3d5a4f;
  --sage-soft: #eaf2ed;
  --line: #eadbd4;
  --shadow: 0 22px 55px rgba(64, 38, 28, 0.16);
}

h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; }

.features, .comparison, .faq, .blog-section { background: var(--paper); }

.article-body { font-size: 1.05rem; }
.article-body a { color: var(--flame-dark); text-decoration: underline; text-decoration-thickness: 1px; }

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.75;
}

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

.responsive-picture {
  display: block;
  width: 100%;
}

.responsive-picture > img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-media > .responsive-picture {
  height: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 56px);
  color: var(--white);
  background: linear-gradient(to bottom, rgba(25, 15, 12, 0.72), rgba(25, 15, 12, 0.12));
}

.brand {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.18rem;
  font-weight: 800;
}

.brand-mark {
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 1.05rem;
  line-height: 1;
}

.hero-cta,
.button-light {
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
}

.post-card-image {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 7px;
  object-fit: cover;
}

.article-featured-image {
  width: 100%;
  max-height: 520px;
  margin: 0 0 34px;
  border-radius: 10px;
  object-fit: cover;
}

.hero-cta {
  padding: 11px 18px;
  color: var(--white);
  background: var(--flame);
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 176px;
  margin-top: 2px;
  padding: 14px 28px;
  box-shadow: 0 18px 38px rgba(184, 61, 43, 0.34);
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 120px clamp(18px, 4vw, 56px) 56px;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  color: var(--white);
}

.eyebrow {
  margin: 0 0 12px;
  color: #ffd5ca;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--flame-dark);
}

h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.5rem, 7vw, 5.9rem);
  line-height: 0.95;
  letter-spacing: 0;
}

h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 10px;
  font-size: 1.25rem;
  line-height: 1.2;
}

.hero-copy {
  max-width: 610px;
  margin: 24px 0 28px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.section-inner {
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto;
}

section:not(.hero) {
  padding: clamp(64px, 9vw, 112px) 0;
}

.band {
  background: var(--white);
}

.two-column,
.comparison-layout,
.safety-layout,
.final-layout,
.footer-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 74px);
  align-items: center;
}

.intro p:not(.eyebrow),
.comparison p,
.safety p,
.final-cta p {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.feature-grid article,
.step-list article,
.score-list,
.faq details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.feature-grid article {
  min-height: 260px;
  padding: 28px;
}

.feature-number {
  display: inline-block;
  margin-bottom: 34px;
  color: var(--flame);
  font-weight: 900;
}

.feature-grid p,
.step-list p,
.faq p,
.check-list {
  margin: 0;
  color: var(--muted);
}

.step-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 34px;
  counter-reset: steps;
}

.step-list article {
  position: relative;
  padding: 30px 28px 28px;
  background: linear-gradient(180deg, var(--flame-soft), var(--white));
}

.step-list article::before {
  counter-increment: steps;
  content: counter(steps);
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 50%;
  color: var(--white);
  background: var(--sage);
  font-weight: 900;
}

.comparison {
  background: var(--sage-soft);
}

.score-list {
  display: grid;
  padding: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.score-list div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px;
  border-bottom: 1px solid var(--line);
}

.score-list div:last-child {
  border-bottom: 0;
}

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

.score-list span {
  color: var(--muted);
  text-align: right;
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 16px 18px 16px 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 22px;
  width: 14px;
  height: 8px;
  border-left: 3px solid var(--flame);
  border-bottom: 3px solid var(--flame);
  transform: rotate(-45deg);
}

.faq-list {
  display: grid;
  gap: 12px;
  margin-top: 32px;
}

.faq summary {
  cursor: pointer;
  padding: 20px 22px;
  color: var(--ink);
  font-weight: 850;
}

.faq details p {
  padding: 0 22px 22px;
}

.button-light {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  color: var(--flame-dark);
  background: var(--white);
}

.site-footer {
  padding: 28px 0;
}

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

.footer-layout p {
  margin: 0;
}

.footer-layout div {
  display: flex;
  gap: 20px;
}

.page-hero {
  position: relative;
  min-height: 520px;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 104px 0 72px;
  color: var(--white);
  background: var(--ink);
}

.page-hero-content {
  position: relative;
  z-index: 1;
  width: min(820px, calc(100% - 36px));
  margin: 0 auto;
}

.page-hero h1,
.article-hero h1 {
  font-size: clamp(2.5rem, 6vw, 5rem);
  line-height: 1;
}

.page-hero p:not(.eyebrow),
.article-hero p:not(.eyebrow) {
  max-width: 680px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.12rem;
}

.blog-section {
  background: var(--paper);
}

.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: end;
  margin-bottom: 34px;
}

.section-heading p {
  max-width: 500px;
  margin: 0;
  color: var(--muted);
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.post-card {
  display: flex;
  min-height: 310px;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.post-card:first-child {
  grid-column: 1 / -1;
  min-height: 340px;
}

.post-card h2,
.post-card h3 {
  max-width: 700px;
  margin: 12px 0;
}

.post-card h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.post-card p {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
}

.post-meta {
  color: var(--flame-dark);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 26px;
  color: var(--flame-dark);
  font-weight: 850;
}

.text-link::after {
  content: "\2192";
}

.review-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: clamp(34px, 7vw, 86px);
  align-items: start;
}

.review-copy h2 {
  margin-top: 56px;
  font-size: clamp(1.75rem, 3vw, 2.55rem);
}

.review-copy h2:first-child {
  margin-top: 0;
}

.review-copy p,
.review-copy li,
.article-body p,
.article-body li {
  color: var(--muted);
  font-size: 1.06rem;
}

.review-copy ul,
.article-body ul,
.article-body ol {
  padding-left: 24px;
}

.review-summary {
  position: sticky;
  top: 28px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.review-summary h2 {
  font-size: 1.5rem;
}

.rating-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.rating-row span {
  color: var(--muted);
}

.review-summary .hero-cta {
  width: 100%;
  margin-top: 24px;
}

.article-hero {
  padding: 92px 0 70px;
  color: var(--white);
  background: var(--sage);
}

.article-hero .section-inner {
  width: min(900px, calc(100% - 36px));
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.9rem;
}

.article-shell {
  display: grid;
  grid-template-columns: minmax(0, 740px) minmax(220px, 300px);
  gap: clamp(38px, 7vw, 86px);
  align-items: start;
}

.article-body h2 {
  margin: 54px 0 16px;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.article-body h3 {
  margin-top: 30px;
}

.article-body p {
  margin: 0 0 20px;
}

.article-aside {
  padding: 24px;
  border-left: 4px solid var(--flame);
  background: var(--white);
}

.article-aside h2 {
  font-size: 1.3rem;
}

.article-aside a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  color: var(--flame-dark);
  font-weight: 750;
}

.article-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 56px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.article-nav a {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  font-weight: 800;
}

.article-nav a:last-child {
  text-align: right;
}

@media (max-width: 920px) {
  .site-header {
    position: absolute;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 12px;
  }

  

  .two-column,
.comparison-layout,
.safety-layout,
.final-layout,
.footer-layout,
.review-layout,
.article-shell {
    grid-template-columns: 1fr;
  }

  .hero-cta,
  .button-light {
    width: 100%;
  }

  .button-light {
    justify-self: stretch;
  }

  .feature-grid,
  .step-list,
  .post-grid {
    grid-template-columns: 1fr;
  }

  .post-card:first-child {
    grid-column: auto;
  }

  .review-summary {
    position: static;
  }

  

  .feature-grid article {
    min-height: 0;
  }

  .feature-number {
    margin-bottom: 18px;
  }
}

@media (max-width: 560px) {
  .article-hero {
    padding: 58px 0 48px;
  }

  .section-heading {
    display: block;
  }

  .section-heading p {
    margin-top: 18px;
  }

  .post-card {
    min-height: 0;
    padding: 24px;
  }

  .article-nav {
    grid-template-columns: 1fr;
  }

  .article-nav a:last-child {
    text-align: left;
  }

  h1 {
    font-size: clamp(2.35rem, 14vw, 4.2rem);
  }

  h2 {
    font-size: clamp(1.8rem, 10vw, 2.65rem);
  }

  section:not(.hero) {
    padding: 56px 0;
  }

  .score-list div {
    display: grid;
    gap: 4px;
  }

  .score-list span {
    text-align: left;
  }

  .footer-layout div {
    flex-wrap: wrap;
  }
}

/* Final DK parity overrides */
.site-header { grid-template-columns: auto 1fr auto; gap: 26px; padding: 18px clamp(18px, 5vw, 72px); }
.brand { font-size: 1.2rem; }
.brand-mark { width: 42px; height: 42px; border: 2px solid currentColor; color: var(--white); background: transparent; box-shadow: none; font-size: .95rem; letter-spacing: 0; }

.hero { min-height: 760px; align-items: center; padding: 145px clamp(18px, 5vw, 72px) 120px; }
.hero-content { max-width: 680px; }
.hero h1 { font-size: clamp(2.8rem, 6vw, 5.9rem); line-height: 1.05; }
.hero-copy { padding-left: 18px; border-left: 4px solid #c38b4a; font-size: clamp(1.12rem, 2vw, 1.34rem); }
.eyebrow { color: #c38b4a; font-size: .9rem; }
.eyebrow.dark, .feature-number, .post-meta, .text-link { color: var(--flame); }
.section-inner { width: min(1180px, calc(100% - 36px)); }
.intro { background: linear-gradient(135deg, #f7efe8 0%, #efe1d6 56%, #e7d5ca 100%); }
.steps, .safety { background: var(--flame-soft); }
.feature-grid article, .step-list article, .score-list, .faq details, .post-card, .article-aside, .article-nav a { border-radius: 8px; box-shadow: 0 12px 32px rgba(70,44,36,.08); }
.site-footer { color: rgba(255,255,255,.82); background: #251b1d; }
.inner-header { color: var(--ink); background: rgba(255,250,246,.96); box-shadow: 0 10px 28px rgba(31,20,18,.08); }
.inner-header .brand-mark { color: var(--flame); background: transparent; }

.page-hero h1, .article-hero h1 { font-size: clamp(2.35rem, 5vw, 5rem); line-height: 1.06; }
.post-card { color: var(--ink); }
.post-card:first-child { color: var(--ink); background: var(--white); }
.post-card:first-child .post-meta, .post-card:first-child p { color: var(--muted); }
.post-card:first-child .text-link { color: var(--flame); }
.post-card-image { aspect-ratio: 4 / 3; }
.article-featured-image { border-radius: 8px; box-shadow: var(--shadow); }

@media (max-width: 920px) {
  .site-header { grid-template-columns: 1fr auto; gap: 12px 18px; background: rgba(37,27,29,.94); }
  .inner-header { background: rgba(255,250,246,.98); }
  .brand { justify-self: start; }
  
  
  .hero { min-height: 720px; padding: 180px 18px 70px; }
}

@media (max-width: 560px) {
  body { font-size: 17px; }
}

/* DK navigation components and motion */
.site-header { transition: background .24s ease, box-shadow .24s ease, color .24s ease, padding .24s ease; }
.site-header.is-scrolled { padding-top: 12px; padding-bottom: 12px; color: var(--white); background: rgba(37,27,29,.96); box-shadow: 0 12px 30px rgba(31,20,18,.18); }
.site-nav { display: flex; align-items: center; justify-content: center; gap: clamp(16px,2.4vw,28px); font-size: 1rem; font-weight: 700; }
.site-nav > a { opacity: .9; transition: opacity .2s ease, color .2s ease; }
.site-nav > a:hover { opacity: 1; }
.header-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 24px; border-radius: 999px; color: var(--flame-dark); background: var(--white); font-weight: 800; }
.inner-header .header-cta, .inner-header.is-scrolled .header-cta { color: var(--white); background: var(--flame); }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 0; border-radius: 50%; color: inherit; background: transparent; cursor: pointer; }
.nav-toggle span { display: block; width: 22px; height: 2px; margin: 5px auto; background: currentColor; transition: transform .24s ease, opacity .2s ease; }
.site-header.is-open .nav-toggle span:first-child { transform: translateY(3.5px) rotate(45deg); }
.site-header.is-open .nav-toggle span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.nav-menu { position: relative; border: 0; background: transparent; }
.nav-menu summary { display: inline-flex; align-items: center; padding: 0; color: inherit; list-style: none; font-size: inherit; font-weight: inherit; cursor: pointer; }
.nav-menu summary::-webkit-details-marker { display: none; }
.nav-menu summary::after { content: ""; width: 7px; height: 7px; margin-left: 8px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-2px); transition: transform .24s ease; }
.nav-menu[open] summary::after { transform: rotate(225deg) translate(-1px,-2px); }
.nav-menu-panel { position: absolute; top: calc(100% + 14px); left: 50%; display: grid; min-width: 230px; max-height: 0; padding: 10px; color: var(--ink); background: rgba(255,250,246,.98); border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); overflow: hidden; opacity: 0; visibility: hidden; pointer-events: none; transform: translate(-50%,-12px); transition: max-height .26s ease, opacity .22s ease, transform .26s ease, visibility 0s linear .26s; }
.nav-menu[open] .nav-menu-panel { max-height: 240px; opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%,0); transition: max-height .28s ease, opacity .2s ease, transform .28s ease, visibility 0s; }
.nav-menu.is-closing .nav-menu-panel { max-height: 0; opacity: 0; visibility: visible; pointer-events: none; transform: translate(-50%,-12px); }
.nav-menu-panel a { padding: 10px 12px; border-radius: 6px; }
.nav-menu-panel a:hover { background: var(--flame-soft); }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; overflow: visible; }
  .nav-toggle { display: block; justify-self: end; }
  .site-header .site-nav { grid-column: 1 / -1; display: flex; flex-direction: column; align-items: flex-start; gap: 14px; max-height: 0; padding-top: 0; overflow: hidden; opacity: 0; pointer-events: none; transform: translateY(-8px); transition: max-height .32s ease, opacity .22s ease, padding-top .32s ease, transform .32s ease; }
  .site-header .header-cta { grid-column: 1 / -1; width: max-content; max-height: 0; min-height: 0; padding-top: 0; padding-bottom: 0; overflow: hidden; opacity: 0; pointer-events: none; transform: translateY(-8px); transition: max-height .28s ease, min-height .28s ease, opacity .2s ease, padding .28s ease, transform .28s ease; }
  .site-header.is-open { color: var(--ink); background: rgba(255,250,246,.98); }
  .site-header.is-open .site-nav { max-height: 390px; padding-top: 10px; opacity: 1; pointer-events: auto; transform: translateY(0); }
  .site-header.is-open .header-cta { max-height: 54px; min-height: 48px; padding: 0 26px; color: var(--white); background: var(--flame); opacity: 1; pointer-events: auto; transform: translateY(0); }
  .site-header.is-open .nav-menu { width: 100%; }
  .site-header.is-open .nav-menu-panel { position: static; min-width: 0; margin-top: 8px; transform: translateY(-8px); box-shadow: none; }
  .site-header.is-open .nav-menu[open] .nav-menu-panel { max-height: 180px; transform: translateY(0); }
  .inner-header { position: sticky; top: 0; }
  .hero { padding-top: 132px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  
}

/* Content navigation remains frozen while Blog and Reviews scroll */
.inner-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.inner-header + main .page-hero,
.inner-header + main .article-hero {
  padding-top: 150px;
}

@media (max-width: 980px) {
  .inner-header { position: fixed; }
  .inner-header + main .page-hero,
  .inner-header + main .article-hero { padding-top: 122px; }
}

/* Adaptive header surface after leaving the top of a page */
.site-header.is-scrolled {
  color: var(--header-text, var(--ink));
  background: var(--header-surface, rgba(255, 250, 247, .60));
  box-shadow: 0 12px 30px rgba(31, 20, 18, .16);
}

.site-header.is-scrolled .brand-mark {
  color: var(--flame);
}

.site-header.is-scrolled .header-cta,
.inner-header.is-scrolled .header-cta {
  color: var(--white);
  background: var(--flame);
}

.final-layout-stacked {
  grid-template-columns: minmax(0, 1fr);
  justify-content: start;
  gap: 28px;
}

.final-layout-stacked .button-light {
  justify-self: start;
}

section.final-cta.home-final-cta {
  padding: clamp(44px, 4vw, 60px) 0;
}

.home-final-cta .final-layout-stacked {
  gap: 24px;
  justify-items: center;
  text-align: center;
}

.home-final-cta .final-layout-stacked .button-light {
  justify-self: center;
}

.home-final-cta .final-layout-stacked > div {
  display: grid;
  gap: 10px;
}

.home-final-cta .eyebrow,
.home-final-cta h2,
.home-final-cta p {
  margin: 0;
}

.home-final-cta h2 {
  max-width: none;
  font-size: clamp(2.1rem, 3.1vw, 3.05rem);
}

@media (min-width: 981px) {
  .hero h1 {
    font-size: clamp(2.8rem, 3.4vw, 3rem);
    white-space: nowrap;
  }

  .home-final-cta h2 {
    white-space: nowrap;
  }
}

/* July 24: denser reference-inspired hero composition */
.hero-content {
  width: min(960px, 100%);
  max-width: 960px;
}

.hero-title-line {
  display: block;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.hero-actions .hero-cta,
.hero-secondary {
  display: inline-flex;
  min-width: 230px;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border-radius: 999px;
  font-weight: 800;
}

.hero-secondary {
  border: 1px solid rgba(255, 255, 255, .72);
  color: var(--white);
  background: rgba(255, 255, 255, .04);
}

.hero-keywords {
  margin-top: 24px;
}

.hero-keywords span {
  min-height: 42px;
  padding-inline: 18px;
  font-size: .86rem;
}

@media (min-width: 981px) {
  .hero {
    min-height: 780px;
    padding-top: 126px;
    padding-bottom: 82px;
  }

  .hero h1 {
    width: min(940px, 100%);
    max-width: 940px;
    font-size: clamp(4.4rem, 6.2vw, 5.8rem);
    line-height: .98;
    letter-spacing: -.025em;
    white-space: normal;
  }

  .hero-copy {
    max-width: 760px;
    margin: 28px 0 30px;
    font-size: clamp(1.18rem, 1.55vw, 1.4rem);
  }
}

@media (max-width: 700px) {
  .hero-title-line {
    display: inline;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 10px;
  }

  .hero-actions .hero-cta,
  .hero-secondary {
    width: 100%;
    min-width: 0;
    min-height: 52px;
    padding-inline: 12px;
  }

  .hero-keywords {
    margin-top: 16px;
  }

  .hero-keywords span {
    min-height: 34px;
    padding-inline: 6px;
    font-size: .69rem;
  }
}

/* Natural typography for Blog and Location listing cards */
h1,
h2,
h3,
p {
  overflow-wrap: break-word;
  word-break: normal;
}

.post-card:first-child h2,
.post-card:first-child h3 {
  max-width: 1320px;
  font-size: clamp(1.9rem, 2.5vw, 2.6rem);
  line-height: 1.12;
  text-wrap: balance;
}

.post-card:first-child p {
  max-width: 920px;
}

/* Match every Blog and Location page-end CTA to the homepage CTA */
section.final-cta {
  padding: clamp(44px, 4vw, 60px) 0;
}

.final-cta .final-layout {
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  justify-items: center;
  text-align: center;
}

.final-cta .final-layout > div {
  display: grid;
  gap: 10px;
  justify-items: center;
}

.final-cta .final-layout .button-light {
  justify-self: center;
}

.final-cta .final-layout .eyebrow,
.final-cta .final-layout h2,
.final-cta .final-layout p {
  margin: 0;
}

.final-cta .final-layout h2 {
  max-width: none;
  font-size: clamp(2.1rem, 3.1vw, 3.05rem);
}

@media (min-width: 981px) {
  .final-cta .final-layout h2 {
    white-space: nowrap;
  }
}

/* Homepage photo: mirror the selected warm-toned image without altering the file */
.hero-media img {
  transform: scaleX(-1);
  object-position: center 56%;
}

/* Article titles: smaller, wider and naturally balanced */
.article-hero h1 {
  width: min(1160px, 100%);
  max-width: 1160px;
  font-size: clamp(2.45rem, 3.2vw, 3.4rem);
  line-height: 1.08;
  text-wrap: balance;
}

/* Keep anchored article sections visible below the fixed navigation */
.article-body h2[id] {
  scroll-margin-top: 116px;
}

.article-aside .guide-anchor-link + .guide-related-link {
  margin-top: 10px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

/* Use the site's warm peach palette for every profile CTA */
.final-cta {
  color: var(--ink);
  background: linear-gradient(135deg, #f4dfd4 0%, #eac8ba 100%);
}

.final-cta h2 {
  color: var(--ink);
}

.final-cta p {
  color: var(--muted);
}

.final-cta .eyebrow {
  color: var(--flame-dark);
}

.final-cta .button-light {
  color: var(--white);
  background: var(--flame);
}

@media (max-width: 560px) {
  .article-hero h1 {
    font-size: clamp(2.2rem, 10vw, 2.8rem);
  }
}

/* July 16 v4: lighter homepage, distinct directory imagery and persistent guide navigation */
.hero-overlay {
  background:
    linear-gradient(90deg, rgba(35, 23, 27, .62) 0%, rgba(35, 23, 27, .40) 38%, rgba(35, 23, 27, .07) 100%),
    linear-gradient(0deg, rgba(35, 23, 27, .18), transparent 52%);
}

.article-aside {
  position: sticky;
  top: 112px;
  max-height: calc(100vh - 140px);
  overflow-y: auto;
}

@media (min-width: 981px) {
  .page-hero-content {
    width: min(1180px, calc(100% - 72px));
  }

  .page-hero h1 {
    max-width: none;
    font-size: clamp(2.6rem, 4vw, 3.8rem);
    white-space: nowrap;
  }
}

@media (max-width: 980px) {
  .article-aside {
    position: static;
    max-height: none;
    overflow: visible;
  }
}

/* July 20: clearer content discovery and uncropped mobile hero photography */
.home-guides {
  background: var(--paper);
}

.home-guides-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

.home-guides-heading > p:last-child {
  max-width: 720px;
  margin: 16px 0 0;
  color: var(--muted);
}

.home-guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.home-guide-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 32px rgba(70, 44, 36, .08);
}

.home-guide-card > img,
.home-guide-card > .responsive-picture > img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.home-guide-card-content {
  padding: 28px;
}

.home-guide-card-content h3 {
  margin: 0 0 12px;
  font-size: clamp(1.65rem, 2.5vw, 2.25rem);
}

.home-guide-card-content > p:not(.eyebrow) {
  margin: 0 0 18px;
  color: var(--muted);
}

@media (max-width: 700px) {
  .hero,
  .page-hero,
  .inner-header + main .page-hero {
    min-height: 0;
    display: block;
    padding: 92px 0 0;
    background: var(--sage);
  }

  .hero-media {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: var(--paper);
  }

  .hero-media img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
  }

  .hero-overlay {
    display: none;
  }

  .hero-content,
  .page-hero-content {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 34px 18px 46px;
    color: var(--white);
    background: var(--sage);
  }

  .hero h1,
  .page-hero h1 {
    font-size: clamp(2.35rem, 11vw, 3.1rem);
    line-height: 1.06;
    white-space: normal;
  }

  .hero-copy {
    padding-left: 16px;
  }

  .home-guide-grid {
    grid-template-columns: 1fr;
  }

  .home-guide-card > img,
  .home-guide-card > .responsive-picture > img {
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
  }
}

/* July 24: wider homepage action, transparent topic chips, and balanced mobile section titles */
.hero .hero-cta {
  min-width: 230px;
}

.hero-keywords {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 10px;
  margin-top: 18px;
}

.hero-keywords span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 5px 13px;
  border: 1px solid rgba(255, 255, 255, .58);
  border-radius: 999px;
  color: var(--white);
  background: rgba(255, 255, 255, .06);
  font-size: .78rem;
  font-weight: 750;
  line-height: 1.15;
  white-space: nowrap;
  backdrop-filter: blur(3px);
}

@media (max-width: 560px) {
  .hero-keywords {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    gap: 8px;
  }

  .hero-keywords span {
    min-width: 0;
    padding-inline: 6px;
    font-size: .69rem;
  }

  #why-title,
  #steps-title,
  #home-guides-title,
  #faq-title {
    width: 100%;
    max-width: none;
    margin-inline: 0;
    font-size: clamp(1.45rem, 7.2vw, 1.9rem);
    line-height: 1.12;
    text-align: left;
    text-wrap: balance;
  }

  .features .section-inner,
  .steps .section-inner,
  .home-guides .section-inner,
  .faq .section-inner {
    width: calc(100% - 36px);
    margin-inline: auto;
  }
}

@media (min-width: 981px) {
  .hero-keywords {
    margin-top: 26px;
  }

  .hero-keywords span {
    min-height: 42px;
    padding-inline: 18px;
    font-size: .86rem;
  }
}

@media (max-width: 700px) {
  .hero .hero-actions .hero-cta,
  .hero .hero-actions .hero-secondary {
    width: 100%;
    min-width: 0;
  }
}
