:root {
  --paper: #f6f2e9;
  --paper-soft: #fbf9f4;
  --white: #fffefa;
  --ink: #1b211d;
  --muted: #6c716b;
  --green: #46594d;
  --green-deep: #29372f;
  --sage: #dfe4dc;
  --sand: #c4a777;
  --sand-soft: #ece2d0;
  --line: rgba(27, 33, 29, .13);
  --shadow: 0 22px 65px rgba(44, 48, 41, .08);
  --serif: "Lora", Georgia, serif;
  --sans: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shell: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img, svg { display: block; max-width: 100%; }
::selection { background: var(--green); color: white; }
[hidden] { display: none !important; }
.shell { width: var(--shell); margin-inline: auto; }

.skip-link {
  position: fixed;
  left: 16px;
  top: -90px;
  z-index: 1000;
  padding: 11px 15px;
  background: var(--ink);
  color: white;
  transition: top .2s ease;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease;
}
.site-header.is-scrolled,
.site-header.menu-active {
  background: rgba(246, 242, 233, .94);
  border-color: var(--line);
  backdrop-filter: blur(18px);
}
.header-inner {
  min-height: 78px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; }
.brand-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(27, 33, 29, .62);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 10px;
}

.brand-avatar {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: block;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,.96);
  box-shadow: 0 0 0 1px rgba(27,33,29,.14), 0 5px 14px rgba(27,33,29,.12);
}
.brand-name { font-family: var(--serif); font-size: 17px; font-weight: 600; white-space: nowrap; }
.desktop-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 42px); }
.desktop-nav a,
.cabinet-link {
  position: relative;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .02em;
}
.desktop-nav a::after,
.cabinet-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 1px;
  background: var(--green);
  transition: right .22s ease;
}
.desktop-nav a:hover::after,
.cabinet-link:hover::after { right: 0; }
.header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 18px; }
.cabinet-link { color: var(--green-deep); }

.menu-button {
  display: none;
  width: 46px;
  height: 46px;
  padding: 10px 8px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255,255,255,.42);
  cursor: pointer;
}
.menu-button span {
  display: block;
  width: 23px;
  height: 1.5px;
  margin: 4.5px auto;
  border-radius: 999px;
  background: var(--ink);
  transition: transform .24s ease, opacity .2s ease;
}
.menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.mobile-menu {
  position: fixed;
  inset: 72px 0 0;
  z-index: 99;
  height: calc(100dvh - 72px);
  padding: 22px 0 40px;
  overflow-y: auto;
  background: var(--paper);
  border-top: 1px solid var(--line);
}
.mobile-menu nav { width: var(--shell); margin: auto; }
.mobile-menu a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 19px 2px;
  border-bottom: 1px solid var(--line);
}
.mobile-menu a span { font-family: var(--serif); font-size: clamp(22px, 6.5vw, 30px); font-weight: 500; }
.mobile-menu a small { color: var(--muted); font-size: 10px; letter-spacing: .12em; }

.hero {
  min-height: 760px;
  padding-top: 142px;
  padding-bottom: 80px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr);
  align-items: center;
  gap: clamp(44px, 8vw, 104px);
}
.hero-copy { max-width: 690px; }
.trust-label {
  width: max-content;
  margin: 0 0 24px;
  padding: 8px 13px;
  border: 1px solid rgba(70,89,77,.2);
  border-radius: 999px;
  background: rgba(255,255,255,.38);
  color: var(--green);
  font-size: 12px;
  font-weight: 700;
}
.trust-label span { margin-right: 6px; }
.hero h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(46px, 5.2vw, 70px);
  font-weight: 500;
  line-height: 1.09;
  letter-spacing: -.035em;
}
.hero h1 em { color: var(--green); font-style: italic; font-weight: 500; }
.hero-lead {
  max-width: 640px;
  margin: 28px 0 0;
  color: #555b55;
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.75;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green-deep); color: white; }
.button-primary:hover { background: var(--green); }
.button-secondary { border-color: var(--line); background: rgba(255,255,255,.58); }
.button-secondary:hover { border-color: rgba(27,33,29,.28); background: white; }

.hero-visual {
  position: relative;
  min-height: 500px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(70,89,77,.14);
  border-radius: 46% 46% 44% 44% / 38% 38% 52% 52%;
  background:
    radial-gradient(circle at 45% 34%, rgba(255,255,255,.84), transparent 35%),
    linear-gradient(145deg, #ebe6da, #dce3da);
  box-shadow: var(--shadow);
}
.hero-visual::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(70,89,77,.12);
  border-radius: inherit;
}
.hero-orbit {
  position: absolute;
  border: 1px solid rgba(70,89,77,.17);
  border-radius: 50%;
}
.hero-orbit-one { width: 68%; aspect-ratio: 1; }
.hero-orbit-two { width: 88%; aspect-ratio: 1; transform: rotate(18deg) scaleY(.72); }
.hero-center { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; text-align: center; }
.hero-heart { margin-bottom: 12px; color: var(--sand); font-family: var(--serif); font-size: 62px; line-height: 1; }
.hero-center strong { font-family: var(--serif); font-size: clamp(26px, 3vw, 39px); font-weight: 500; }
.hero-center small { margin-top: 8px; color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; }
.hero-note {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 28px;
  max-width: 210px;
  margin: 0;
  color: #646a64;
  font-size: 12px;
  line-height: 1.65;
  text-align: right;
}

.section { padding-block: clamp(86px, 9vw, 126px); }
.section-light { background: var(--paper-soft); }
.eyebrow {
  margin: 0 0 14px;
  color: var(--sand);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .16em;
}
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 36px; margin-bottom: 44px; }
.section-heading h2,
.products-intro h2,
.question-inner h2,
.about-heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -.025em;
}
.section-heading h2 { font-size: clamp(34px, 3.7vw, 48px); }
.section-subtitle { margin: 8px 0 0; color: var(--muted); }
.quiet-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--line);
  color: var(--green);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}
.quiet-link span { transition: transform .2s ease; }
.quiet-link:hover span { transform: translateX(4px); }

.about-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(42px, 8vw, 100px);
  align-items: start;
}
.about-heading h2 { max-width: 480px; font-size: clamp(37px, 4.1vw, 54px); }
.about-text { display: grid; gap: 18px; }
.about-text p { margin: 0; color: #555b55; font-size: 16px; line-height: 1.86; }
.about-text strong { color: var(--ink); }
.principles { margin-top: 38px; border-top: 1px solid var(--line); }
.principles article { min-height: 96px; display: grid; grid-template-columns: 44px 1fr; gap: 12px; align-items: center; border-bottom: 1px solid var(--line); }
.principles article > span { color: var(--sand); font-size: 10px; letter-spacing: .12em; }
.principles h3 { margin: 0 0 4px; font-family: var(--serif); font-size: 21px; font-weight: 500; }
.principles p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.about-quote {
  grid-column: 1 / -1;
  margin: 14px 0 0;
  padding: clamp(34px, 5vw, 64px);
  border: 0;
  border-radius: 28px;
  background: linear-gradient(135deg, var(--sand-soft), #e1e5dd);
  text-align: center;
}
.about-quote p { max-width: 760px; margin: 0 auto; font-family: var(--serif); font-size: clamp(27px, 3.3vw, 43px); font-style: italic; line-height: 1.4; }
.about-quote footer { margin-top: 18px; color: var(--green); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; }

.articles-grid { display: grid; grid-template-columns: 1.18fr .91fr .91fr; gap: 18px; }
.article-card {
  position: relative;
  min-height: 310px;
  padding: 27px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255,255,255,.53);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.article-card:hover { transform: translateY(-5px); border-color: rgba(70,89,77,.28); box-shadow: var(--shadow); }
.article-card-featured { background: var(--green-deep); color: white; }
.article-card-featured::before {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  right: -90px;
  top: -90px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 50%;
  box-shadow: 0 0 0 38px rgba(255,255,255,.025), 0 0 0 78px rgba(255,255,255,.02);
}
.article-top { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 16px; color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .11em; }
.article-card-featured .article-top { color: rgba(255,255,255,.58); }
.article-card h3 { position: relative; z-index: 1; max-width: 430px; margin: auto 0; font-family: var(--serif); font-size: clamp(25px, 2.5vw, 35px); font-weight: 500; line-height: 1.3; }
.article-card:not(.article-card-featured) h3 { font-size: clamp(23px, 2vw, 29px); }
.card-arrow { position: relative; z-index: 1; align-self: flex-end; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 17px; opacity: .75; transition: transform .22s ease; }
.article-card:hover .card-arrow { transform: rotate(45deg); }
.mobile-all-link { display: none; }

.products-section { background: var(--green-deep); color: white; }
.products-intro { max-width: 760px; margin-bottom: 50px; }
.products-intro .eyebrow { color: #d4bb8d; }
.products-intro h2 { font-size: clamp(37px, 4.1vw, 53px); }
.products-intro > p:last-child { max-width: 670px; margin: 18px 0 0; color: rgba(255,255,255,.65); font-size: 16px; line-height: 1.75; }
.products-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.product-card {
  min-height: 570px;
  padding: clamp(26px, 3.5vw, 42px);
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 26px;
  background: rgba(255,255,255,.055);
  transition: transform .25s ease, background .25s ease;
}
a.product-card:hover { transform: translateY(-5px); background: rgba(255,255,255,.09); }
.product-main { background: #f0e9db; color: var(--ink); border-color: transparent; }
a.product-main:hover { background: #f6efe2; }
.product-soon { min-height: 360px; grid-column: 1 / -1; max-width: none; background: rgba(255,255,255,.035); }
.product-label { width: max-content; padding: 7px 11px; border: 1px solid currentColor; border-radius: 999px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; opacity: .75; }
.product-heading { margin-top: 58px; }
.product-heading small { display: block; margin-bottom: 10px; color: inherit; font-size: 12px; opacity: .62; }
.product-heading h3 { margin: 0; font-family: var(--serif); font-size: clamp(35px, 3.7vw, 50px); font-weight: 500; line-height: 1.15; }
.product-card > p { max-width: 560px; margin: 26px 0 0; color: inherit; font-size: 14px; line-height: 1.8; opacity: .72; }
.product-card ul { margin: 26px 0 0; padding: 0; display: grid; gap: 10px; list-style: none; }
.product-card li { position: relative; padding-left: 19px; font-size: 13px; opacity: .78; }
.product-card li::before { content: ""; position: absolute; left: 0; top: .72em; width: 6px; height: 1px; background: currentColor; }
.product-link { margin-top: auto; padding-top: 30px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid currentColor; font-size: 13px; font-weight: 700; }
.product-link b { font-size: 18px; font-weight: 400; transition: transform .2s ease; }
a.product-card:hover .product-link b { transform: translateX(5px); }
.product-link-muted { opacity: .45; }

.reviews-section { background: var(--paper-soft); }
.reviews-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.review-card {
  min-height: 300px;
  margin: 0;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: white;
}
.review-card-wide { background: #e5e9e2; }
.review-person { display: flex; flex-direction: column; gap: 2px; }
.review-person strong { font-size: 13px; }
.review-person span { color: var(--sand); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }
.review-card > p { margin: 42px 0 0; color: #4f554f; font-family: var(--serif); font-size: clamp(18px, 1.65vw, 23px); line-height: 1.6; }

.question-section { padding-block: clamp(68px, 8vw, 105px); background: #dfe6df; }
.question-inner { display: flex; justify-content: space-between; align-items: flex-end; gap: 48px; }
.question-inner h2 { font-size: clamp(37px, 4.4vw, 56px); }
.question-inner div > p:last-child { max-width: 620px; margin: 17px 0 0; color: #59605a; }
.telegram-button {
  min-height: 54px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 0 23px;
  border-radius: 999px;
  background: #2aabee;
  color: white;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 14px 35px rgba(42,171,238,.2);
  transition: transform .2s ease, background .2s ease;
}
.telegram-button:hover { transform: translateY(-2px); background: #2297d4; }

.site-footer { padding: 48px 0; background: #151a16; color: white; }
.footer-inner { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; }
.footer-brand { font-family: var(--serif); font-size: 27px; font-weight: 500; }
.footer-inner p { margin: 8px 0 0; color: rgba(255,255,255,.42); font-size: 11px; }
.footer-inner nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px; }
.footer-inner nav a { color: rgba(255,255,255,.62); font-size: 11px; }
.footer-inner nav a:hover { color: white; }

[data-reveal] { opacity: 1; transform: none; }
.js [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.js [data-reveal].is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
}

@media (max-width: 1040px) {
  .desktop-nav { display: none; }
  .header-inner { grid-template-columns: 1fr auto; }
  .menu-button { display: block; }
  .hero { grid-template-columns: 1fr .75fr; gap: 40px; }
  .hero-visual { min-height: 440px; }
  .articles-grid { grid-template-columns: 1fr 1fr; }
  .article-card-featured { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 32px, 680px); }
  .site-header,
  .site-header.is-scrolled { background: rgba(246,242,233,.96); border-color: var(--line); backdrop-filter: blur(16px); }
  .header-inner { min-height: 72px; }
  .brand-name { font-size: 15px; }
  .brand-avatar { width: 38px; height: 38px; flex-basis: 38px; }
  .cabinet-link { display: none; }
  .menu-button { display: block; }
  .hero { min-height: 0; padding-top: 116px; padding-bottom: 62px; grid-template-columns: 1fr; gap: 42px; }
  .hero-copy { max-width: none; }
  .hero h1 { max-width: 620px; font-size: clamp(39px, 11.2vw, 52px); line-height: 1.13; }
  .hero-lead { margin-top: 22px; font-size: 16px; }
  .hero-visual { min-height: 370px; max-width: 520px; width: 100%; margin: 0 auto; }
  .hero-note { right: 24px; bottom: 22px; max-width: 175px; font-size: 11px; }
.about-grid { grid-template-columns: 1fr; gap: 36px; }
  .about-heading h2 { max-width: 620px; }
  .about-quote { grid-column: auto; }
  .section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 34px; }
  .articles-grid { grid-template-columns: 1fr; }
  .article-card-featured { grid-column: auto; }
  .article-card { min-height: 245px; }
  .quiet-link { display: none; }
  .mobile-all-link {
    margin-top: 18px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--green);
    font-size: 13px;
    font-weight: 700;
  }
  .products-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 520px; }
  .product-soon { min-height: 340px; grid-column: auto; }
  .reviews-grid { grid-template-columns: 1fr; }
  .review-card { min-height: 260px; }
  .question-inner { align-items: flex-start; flex-direction: column; gap: 30px; }
  .telegram-button { width: 100%; justify-content: center; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .footer-inner nav { justify-content: flex-start; }
}

@media (max-width: 480px) {
  .menu-button { width: 42px; height: 42px; }
  .trust-label { margin-bottom: 20px; font-size: 11px; }
  .hero h1 { font-size: 40px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-visual { min-height: 335px; border-radius: 42% 42% 38% 38% / 34% 34% 48% 48%; }
  .hero-heart { font-size: 50px; }
  .hero-center strong { font-size: 27px; }
  .hero-note { display: none; }
  .section { padding-block: 74px; }
  .section-heading h2 { font-size: 35px; }
  .about-heading h2 { font-size: 37px; }
  .about-quote { padding: 34px 22px; }
  .about-quote p { font-size: 27px; }
  .article-card { padding: 23px; }
  .article-card h3,
  .article-card:not(.article-card-featured) h3 { font-size: 25px; }
  .products-intro h2 { font-size: 38px; }
  .product-card { min-height: 500px; padding: 25px 21px; }
  .product-heading { margin-top: 46px; }
  .product-heading h3 { font-size: 38px; }
  .review-card { padding: 24px; }
  .review-card > p { font-size: 19px; }
  .footer-inner nav { flex-direction: column; gap: 10px; }
}

/* Archive page */
.archive-page { background: var(--paper-soft); }
.archive-header,
.archive-header.is-scrolled,
.archive-header.menu-active {
  background: rgba(251, 249, 244, .94);
  border-color: var(--line);
  backdrop-filter: blur(18px);
}
.desktop-nav a.is-current::after { right: 0; }
.archive-hero { padding-top: 136px; padding-bottom: 64px; }
.back-link {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  transition: color .2s ease, transform .2s ease;
}
.back-link:hover { color: var(--green); transform: translateX(-3px); }
.archive-hero-grid {
  margin-top: 52px;
  padding-bottom: 58px;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(340px, .72fr);
  justify-content: space-between;
  align-items: end;
  gap: clamp(48px, 10vw, 150px);
  border-bottom: 1px solid var(--line);
}
.archive-hero h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(46px, 6vw, 72px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.035em;
}
.archive-intro {
  max-width: 540px;
  margin: 0 0 4px;
  color: #555b55;
  font-size: clamp(16px, 1.35vw, 18px);
  line-height: 1.82;
}
.archive-content { padding-bottom: clamp(90px, 10vw, 135px); }
.archive-toolbar {
  padding: 34px 0 30px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 38px;
}
.archive-toolbar h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 500;
  white-space: nowrap;
}
.filter-scroll { min-width: 0; overflow-x: auto; scrollbar-width: none; }
.filter-scroll::-webkit-scrollbar { display: none; }
.archive-filters { width: max-content; display: flex; align-items: center; gap: 8px; }
.filter-button {
  min-height: 38px;
  padding: 0 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.filter-button:hover { border-color: rgba(70,89,77,.36); color: var(--green-deep); }
.filter-button.is-active { border-color: var(--green-deep); background: var(--green-deep); color: white; }
.archive-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.archive-card {
  position: relative;
  min-height: 300px;
  padding: 25px 26px 24px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255,255,255,.72);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;
}
.archive-card:hover {
  transform: translateY(-4px);
  border-color: rgba(70,89,77,.28);
  background: var(--white);
  box-shadow: 0 19px 55px rgba(44,48,41,.075);
}
.archive-card-lead { grid-column: 1 / -1; min-height: 350px; background: linear-gradient(135deg, #e5e9e2, #f0e8da); }
.archive-card-lead::after {
  content: "";
  position: absolute;
  top: -105px;
  right: -70px;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(70,89,77,.13);
  border-radius: 50%;
  box-shadow: 0 0 0 42px rgba(70,89,77,.035), 0 0 0 84px rgba(70,89,77,.022);
}
.archive-card[hidden] { display: none !important; }
.archive-card-top {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .11em;
}
.archive-card-body {
  position: relative;
  z-index: 1;
  max-width: 690px;
  margin: auto 0;
  display: grid;
  grid-template-columns: 35px 1fr;
  gap: 20px;
  align-items: start;
}
.archive-number { padding-top: 7px; color: var(--sand); font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.archive-card h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(24px, 2.1vw, 31px);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -.018em;
}
.archive-card-lead h3 { max-width: 760px; font-size: clamp(30px, 3vw, 42px); line-height: 1.27; }
.archive-arrow {
  position: relative;
  z-index: 1;
  align-self: flex-end;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--green);
  font-size: 16px;
  transition: transform .22s ease, background .22s ease, color .22s ease;
}
.archive-card:hover .archive-arrow { transform: rotate(45deg); background: var(--green-deep); color: white; }
.archive-notice {
  max-width: 820px;
  margin: 64px auto 0;
  padding: clamp(32px, 4vw, 48px);
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(135deg, var(--sand-soft), #e2e8e1);
}
.archive-notice .eyebrow { margin-bottom: 18px; }
.archive-notice div > p:not(.eyebrow) {
  max-width: 680px;
  margin: 0;
  color: #5d625d;
  line-height: 1.8;
}
.archive-status {
  width: max-content;
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--green);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.archive-status i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(70,89,77,.11);
  animation: statusPulse 1.8s ease-in-out infinite;
}
@keyframes statusPulse { 50% { opacity: .35; transform: scale(.78); } }
.archive-footer { padding-bottom: 34px; }
.archive-disclaimer {
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.34);
  font-size: 10px;
  line-height: 1.7;
}

@media (max-width: 900px) {
  .archive-hero-grid { grid-template-columns: 1fr; gap: 24px; }
  .archive-intro { max-width: 690px; }
  .archive-toolbar { grid-template-columns: 1fr; gap: 18px; }
  .archive-grid { grid-template-columns: 1fr; }
  .archive-card-lead { grid-column: auto; }
}

@media (max-width: 760px) {
  .archive-hero { padding-top: 110px; padding-bottom: 40px; }
  .archive-hero-grid { margin-top: 38px; padding-bottom: 38px; }
  .archive-hero h1 { font-size: 44px; }
  .archive-toolbar { padding: 25px 0 22px; }
  .filter-scroll { width: calc(100% + 16px); padding-right: 16px; }
  .archive-card,
  .archive-card-lead { min-height: 265px; padding: 22px; }
  .archive-card-body { grid-template-columns: 28px 1fr; gap: 12px; }
  .archive-card h3,
  .archive-card-lead h3 { font-size: 25px; line-height: 1.35; }
  .archive-content { padding-bottom: 44px; }
  .archive-notice { margin-top: 42px; padding: 28px 24px; border-radius: 20px; }
  .archive-notice .eyebrow { margin-bottom: 14px; }
  .archive-notice div > p:not(.eyebrow) { font-size: 14px; line-height: 1.72; }
  .archive-status { margin-top: 21px; font-size: 9px; letter-spacing: .1em; }
  .archive-footer { padding: 42px 0 26px; }
  .archive-footer .footer-inner { align-items: center; text-align: center; gap: 26px; }
  .archive-footer .footer-brand { display: inline-block; font-size: 25px; }
  .archive-footer .footer-inner p { margin-top: 9px; }
  .archive-footer .footer-inner nav { align-items: center; justify-content: center; gap: 14px; }
  .archive-footer .archive-disclaimer { text-align: center; margin-top: 28px; padding-top: 22px; }
}

@media (max-width: 480px) {
  .archive-hero h1 { font-size: 40px; }
  .archive-intro { font-size: 15px; }
  .archive-card-top { align-items: flex-start; flex-direction: column; gap: 5px; }
  .archive-card h3,
  .archive-card-lead h3 { font-size: 23px; }
  .archive-card-body { margin-block: 32px; }
  .archive-notice { padding: 25px 20px; }
  .archive-footer .footer-inner nav { width: 100%; }
  .archive-footer .footer-inner nav a { font-size: 11px; }
}

/* Guide sales page */
.guide-page { background: var(--paper-soft); }
.guide-header,
.guide-header.is-scrolled,
.guide-header.menu-active {
  background: rgba(251, 249, 244, .94);
  border-color: var(--line);
  backdrop-filter: blur(18px);
}
.guide-hero { padding-top: 118px; padding-bottom: clamp(74px, 9vw, 116px); }
.guide-hero-grid {
  margin-top: 38px;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(330px, .74fr);
  align-items: center;
  gap: clamp(48px, 8vw, 104px);
}
.guide-hero-copy { max-width: 670px; }
.guide-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.guide-badge {
  min-height: 29px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(70, 89, 77, .18);
  border-radius: 999px;
  background: rgba(255,255,255,.5);
  color: var(--green);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.guide-badge-accent { border-color: rgba(196, 167, 119, .32); background: var(--sand-soft); color: #7b6543; }
.guide-hero h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(48px, 6.4vw, 78px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -.045em;
}
.guide-hero h1 em { color: var(--green); font-style: italic; font-weight: 500; }
.guide-hero-lead {
  max-width: 620px;
  margin: 26px 0 0;
  color: #3e463f;
  font-family: var(--serif);
  font-size: clamp(21px, 2.1vw, 29px);
  line-height: 1.5;
}
.guide-hero-note { max-width: 610px; margin: 20px 0 0; color: var(--muted); font-size: 14px; line-height: 1.82; }
.guide-hero-actions { margin-top: 31px; display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.guide-text-link { color: var(--green-deep); font-size: 12px; font-weight: 700; border-bottom: 1px solid rgba(41,55,47,.28); padding-bottom: 3px; }
.guide-text-link:hover { border-color: var(--green-deep); }
.guide-cover {
  position: relative;
  min-height: 525px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 48px 32px 31px;
  border: 1px solid rgba(70,89,77,.15);
  border-radius: 45% 45% 25px 25px / 31% 31% 25px 25px;
  background: radial-gradient(circle at 50% 26%, rgba(255,255,255,.9), transparent 32%), linear-gradient(150deg, #ebe5d8, #dbe3da);
  box-shadow: var(--shadow);
}
.guide-cover::after { content: ""; position: absolute; inset: 13px; border: 1px solid rgba(70,89,77,.11); border-radius: inherit; }
.guide-cover-ring { position: absolute; border: 1px solid rgba(70,89,77,.14); border-radius: 50%; }
.guide-cover-ring-one { width: 78%; aspect-ratio: 1; }
.guide-cover-ring-two { width: 105%; aspect-ratio: 1; transform: scaleY(.68) rotate(14deg); }
.guide-cover-content { position: relative; z-index: 2; text-align: center; }
.guide-cover-content span { display: block; margin-bottom: 30px; color: var(--green); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .18em; }
.guide-cover-content strong { font-family: var(--serif); font-size: clamp(35px, 4vw, 50px); font-weight: 500; line-height: 1.08; }
.guide-cover-content small { display: block; margin-top: 22px; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }
.guide-cover > p { position: absolute; z-index: 2; bottom: 28px; margin: 0; color: #697069; font-size: 10px; }
.guide-narrow { max-width: 940px; }
.guide-pain { padding-block: clamp(74px, 9vw, 112px); }
.guide-pain h2,
.guide-section-heading h2,
.guide-program-copy h2,
.guide-value-card h2,
.guide-access-top h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(35px, 4.2vw, 53px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -.03em;
}
.guide-pain-grid { margin-top: 34px; display: grid; grid-template-columns: 1fr 1fr; gap: 42px; }
.guide-pain-grid p { margin: 0; color: #555c56; line-height: 1.85; }
.guide-soft-line { margin-top: 44px; padding-top: 24px; display: grid; grid-template-columns: 72px 1fr; align-items: start; gap: 22px; border-top: 1px solid var(--line); }
.guide-soft-line span { height: 1px; margin-top: 12px; background: var(--sand); }
.guide-soft-line p { max-width: 650px; margin: 0; color: var(--green); font-family: var(--serif); font-size: 20px; line-height: 1.65; }
.guide-section-heading { margin-bottom: 44px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(270px, .52fr); align-items: end; gap: 70px; }
.guide-section-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.guide-feature-list { border-top: 1px solid var(--line); }
.guide-feature { min-height: 190px; padding: 33px 0; display: grid; grid-template-columns: 65px 1fr; gap: 34px; border-bottom: 1px solid var(--line); }
.guide-feature-number { padding-top: 6px; color: var(--sand); font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.guide-feature div { display: grid; grid-template-columns: minmax(260px, .7fr) minmax(0, 1fr); gap: 52px; }
.guide-feature h3 { margin: 0; font-family: var(--serif); font-size: clamp(26px, 2.5vw, 34px); font-weight: 500; line-height: 1.3; }
.guide-feature p { max-width: 600px; margin: 4px 0 0; color: var(--muted); font-size: 14px; line-height: 1.82; }
.guide-program { padding-block: clamp(76px, 9vw, 112px); }
.guide-program-grid { display: grid; grid-template-columns: minmax(0, .72fr) minmax(0, 1fr); gap: clamp(52px, 9vw, 120px); align-items: start; }
.guide-program-copy { position: sticky; top: 112px; }
.guide-program-copy p:last-child { max-width: 490px; margin: 24px 0 0; color: var(--muted); line-height: 1.84; }
.guide-program-days { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.guide-program-days li { padding: 27px 0; display: grid; grid-template-columns: 90px 1fr; gap: 26px; border-bottom: 1px solid var(--line); }
.guide-program-days span { color: var(--sand); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.guide-program-days strong { font-family: var(--serif); font-size: 21px; font-weight: 500; line-height: 1.5; }
.guide-value-card { max-width: 920px; margin: auto; padding: clamp(32px, 6vw, 72px); border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(135deg, #e7ebe4, #efe6d7); }
.guide-value-card > p:not(.eyebrow) { max-width: 730px; margin: 24px 0 0; color: #565d57; line-height: 1.85; }
.guide-value-card .guide-value-conclusion { color: var(--green-deep); font-family: var(--serif); font-size: 20px; line-height: 1.7; }
.guide-reviews { padding-block: clamp(76px, 9vw, 112px); }
.guide-review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.guide-review { min-height: 315px; margin: 0; padding: 29px 27px 25px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.7); }
.guide-review > p { margin: 0; font-family: var(--serif); font-size: 19px; line-height: 1.67; }
.guide-review footer { margin-top: auto; padding-top: 30px; display: flex; flex-direction: column; gap: 4px; }
.guide-review footer span { color: var(--green-deep); font-size: 11px; font-weight: 700; }
.guide-review footer small { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.guide-access { padding-top: clamp(78px, 9vw, 116px); padding-bottom: clamp(90px, 10vw, 138px); }
.guide-access-card { max-width: 960px; margin: auto; overflow: hidden; border: 1px solid var(--line); border-radius: 30px; background: var(--white); box-shadow: var(--shadow); }
.guide-access-top { padding: clamp(30px, 5vw, 58px); display: grid; grid-template-columns: 1fr auto; gap: 45px; align-items: end; }
.guide-access-top > div:first-child > p:last-child { max-width: 580px; margin: 18px 0 0; color: var(--muted); }
.guide-access-status { min-width: 170px; text-align: right; }
.guide-access-status small { display: block; color: #9b9e9a; font-size: 15px; text-decoration: line-through; }
.guide-access-status strong { display: block; color: var(--green-deep); font-family: var(--serif); font-size: 48px; font-weight: 500; line-height: 1.15; }
.guide-access-status span { color: var(--sand); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.guide-trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--green-deep); color: white; }
.guide-trust-strip div { min-height: 104px; padding: 24px 27px; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid rgba(255,255,255,.1); }
.guide-trust-strip div:first-child { border-left: 0; }
.guide-trust-strip strong { color: #dfc79e; font-family: var(--serif); font-size: 21px; font-weight: 500; }
.guide-trust-strip span { margin-top: 5px; color: rgba(255,255,255,.58); font-size: 10px; }
.guide-access-steps { padding: 15px clamp(28px, 5vw, 58px) 0; }
.guide-step { padding: 28px 0; display: grid; grid-template-columns: 42px 1fr; gap: 22px; border-bottom: 1px solid var(--line); }
.guide-step > span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--sand); font-size: 9px; font-weight: 700; }
.guide-step h3 { margin: 0; font-family: var(--serif); font-size: 23px; font-weight: 500; }
.guide-step p { margin: 8px 0 0; color: var(--muted); font-size: 13px; }
.guide-card-number { width: min(100%, 360px); margin-top: 17px; padding: 14px 17px; display: flex; justify-content: space-between; align-items: center; gap: 15px; border: 1px dashed rgba(70,89,77,.32); border-radius: 12px; background: var(--paper); cursor: pointer; text-align: left; transition: background .2s ease, border-color .2s ease; }
.guide-card-number strong { color: var(--green-deep); font-size: 15px; letter-spacing: .08em; }
.guide-card-number small { color: var(--muted); font-size: 9px; }
.guide-card-number.is-copied { border-color: var(--green); background: var(--sage); }
.guide-access-actions { padding: 30px clamp(28px, 5vw, 58px) 0; display: flex; gap: 12px; }
.guide-access-button { min-height: 54px; width: max-content; padding: 0 24px; display: flex; align-items: center; justify-content: center; border-radius: 999px; color: white; font-size: 12px; font-weight: 700; transition: transform .2s ease, opacity .2s ease; }
.guide-access-button:hover { transform: translateY(-2px); opacity: .9; }
.guide-access-primary { background: var(--green-deep); }
.guide-access-secondary { background: var(--green); }
.guide-access-help { margin: 26px clamp(28px, 5vw, 58px) clamp(30px, 5vw, 58px); padding: 20px 22px; border-radius: 15px; background: var(--paper); }
.guide-access-help strong { color: var(--green-deep); font-family: var(--serif); font-size: 18px; font-weight: 500; }
.guide-access-help p { margin: 7px 0 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.guide-footer { padding-bottom: 30px; }

@media (max-width: 900px) {
  .guide-hero-grid { grid-template-columns: 1fr; }
  .guide-cover { width: min(100%, 500px); min-height: 500px; margin: 0 auto; }
  .guide-section-heading { grid-template-columns: 1fr; gap: 18px; }
  .guide-feature div { grid-template-columns: 1fr; gap: 13px; }
  .guide-audience-grid { grid-template-columns: repeat(2, 1fr); }
  .guide-sample-grid { grid-template-columns: 1fr; }
  .guide-diagnostic-options { grid-template-columns: 1fr; }
  .guide-program-grid { grid-template-columns: 1fr; gap: 42px; }
  .guide-program-copy { position: static; }
  .guide-review-grid { grid-template-columns: 1fr; }
  .guide-review { min-height: 0; }
}

@media (max-width: 760px) {
  .guide-hero { padding-top: 101px; padding-bottom: 68px; }
  .guide-hero-grid { margin-top: 30px; gap: 43px; }
  .guide-badges { margin-bottom: 22px; }
  .guide-hero h1 { font-size: 50px; }
  .guide-hero-lead { margin-top: 21px; font-size: 22px; line-height: 1.48; }
  .guide-hero-note { margin-top: 17px; font-size: 13px; line-height: 1.75; }
  .guide-hero-actions { align-items: stretch; flex-direction: column; gap: 16px; }
  .guide-hero-actions .button { width: 100%; }
  .guide-hero-actions .guide-text-link { width: max-content; align-self: center; }
  .guide-cover { min-height: 405px; padding-inline: 24px; border-radius: 42% 42% 22px 22px / 28% 28% 22px 22px; }
  .guide-cover-content strong { font-size: 38px; }
  .guide-pain { padding-block: 68px; }
  .guide-pain h2,
  .guide-section-heading h2,
  .guide-program-copy h2,
  .guide-value-card h2,
  .guide-access-top h2 { font-size: 35px; }
  .guide-pain-grid { grid-template-columns: 1fr; gap: 17px; margin-top: 27px; }
  .guide-pain-grid p { font-size: 14px; }
  .guide-soft-line { margin-top: 31px; grid-template-columns: 38px 1fr; gap: 15px; }
  .guide-soft-line p { font-size: 18px; }
  .guide-section-heading { margin-bottom: 31px; }
  .guide-section-heading > p { font-size: 13px; }
  .guide-feature { min-height: 0; padding: 27px 0; grid-template-columns: 31px 1fr; gap: 15px; }
  .guide-feature h3 { font-size: 25px; }
  .guide-feature p { font-size: 13px; }
  .guide-audience { padding-block: 68px; }
  .guide-audience-grid { grid-template-columns: 1fr; }
  .guide-audience-card { min-height: 0; padding: 23px; }
  .guide-audience-card p { margin-top: 18px; font-size: 13px; }
  .guide-samples { padding-block: 68px; }
  .guide-sample-card { min-height: 0; padding: 25px 22px; }
  .guide-sample-card p { font-size: 18px; }
  .guide-diagnostic { padding-block: 68px; }
  .guide-diagnostic-card { padding: 28px 22px; border-radius: 22px; }
  .guide-diagnostic-options button { min-height: 62px; }
  .guide-program { padding-block: 68px; }
  .guide-program-copy p:last-child { font-size: 14px; }
  .guide-program-days li { padding: 23px 0; grid-template-columns: 72px 1fr; gap: 14px; }
  .guide-program-days strong { font-size: 18px; }
  .guide-value-card { padding: 30px 23px; border-radius: 21px; }
  .guide-value-card > p:not(.eyebrow) { margin-top: 18px; font-size: 14px; }
  .guide-value-card .guide-value-conclusion { font-size: 18px; }
  .guide-review { padding: 25px 22px; }
  .guide-review > p { font-size: 18px; }
  .guide-access-card { border-radius: 22px; }
  .guide-access-top { padding: 30px 23px; grid-template-columns: 1fr; gap: 24px; }
  .guide-access-status { text-align: left; }
  .guide-access-status strong { font-size: 43px; }
  .guide-trust-strip { grid-template-columns: 1fr; }
  .guide-trust-strip div { min-height: 78px; padding: 18px 23px; border-left: 0; border-top: 1px solid rgba(255,255,255,.1); }
  .guide-trust-strip div:first-child { border-top: 0; }
  .guide-access-steps { padding: 8px 23px 0; }
  .guide-step { grid-template-columns: 34px 1fr; gap: 13px; }
  .guide-step h3 { font-size: 21px; }
  .guide-card-number { align-items: flex-start; flex-direction: column; gap: 3px; }
  .guide-access-actions { padding: 25px 23px 0; }
  .guide-access-button { width: 100%; }
  .guide-access-help { margin: 22px 23px 27px; }
  .guide-footer .footer-inner { align-items: center; text-align: center; }
  .guide-footer .footer-inner nav { align-items: center; justify-content: center; width: 100%; }
  .guide-footer .archive-disclaimer { text-align: center; }
}

@media (max-width: 420px) {
  .guide-hero h1 { font-size: 46px; }
  .guide-hero-lead { font-size: 21px; }
  .guide-cover { min-height: 370px; }
  .guide-program-days li { grid-template-columns: 1fr; gap: 8px; }
}


.guide-audience { padding-top: clamp(74px, 9vw, 112px); padding-bottom: clamp(76px, 9vw, 118px); }
.guide-audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.guide-audience-card { min-height: 245px; padding: 26px 24px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.7); display: flex; flex-direction: column; justify-content: space-between; }
.guide-audience-card span { color: var(--sand); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.guide-audience-card p { margin: 38px 0 0; color: #545b55; font-size: 14px; line-height: 1.82; }

.guide-samples { padding-block: clamp(76px, 9vw, 112px); }
.guide-sample-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.guide-sample-card { min-height: 315px; padding: 30px 28px; border: 1px solid rgba(70,89,77,.14); border-radius: 24px; background: rgba(255,255,255,.74); box-shadow: 0 18px 44px rgba(44,48,41,.045); }
.guide-sample-card span { display: inline-flex; min-height: 29px; align-items: center; padding: 0 11px; border-radius: 999px; background: var(--sand-soft); color: #7b6543; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.guide-sample-card p { margin: 28px 0 0; color: var(--green-deep); font-family: var(--serif); font-size: 19px; line-height: 1.72; }

.guide-diagnostic { padding-top: clamp(76px, 9vw, 112px); padding-bottom: clamp(76px, 9vw, 112px); }
.guide-diagnostic-card { padding: clamp(30px, 5.5vw, 58px); border: 1px solid var(--line); border-radius: 30px; background: linear-gradient(135deg, rgba(255,255,255,.86), rgba(236,226,208,.48)); box-shadow: var(--shadow); }
.guide-diagnostic-card .guide-section-heading { margin-bottom: 34px; }
.guide-diagnostic-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.guide-diagnostic-options button { min-height: 68px; padding: 18px 20px; border: 1px solid rgba(70,89,77,.18); border-radius: 16px; background: rgba(255,255,255,.7); color: var(--green-deep); text-align: left; font-size: 13px; font-weight: 700; cursor: pointer; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.guide-diagnostic-options button:hover,
.guide-diagnostic-options button.is-active { border-color: rgba(196,167,119,.65); background: var(--white); transform: translateY(-1px); }
.guide-diagnostic-result { margin-top: 22px; padding: 23px 24px; border-radius: 18px; background: var(--green-deep); color: white; }
.guide-diagnostic-result span { display: block; color: #dfc79e; font-family: var(--serif); font-size: 21px; line-height: 1.45; }
.guide-diagnostic-result p { max-width: 760px; margin: 9px 0 15px; color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.75; }
.guide-diagnostic-result .guide-text-link { color: white; border-color: rgba(255,255,255,.32); }


@media (max-width: 900px) {
  .guide-audience-grid { grid-template-columns: repeat(2, 1fr); }
  .guide-sample-grid { grid-template-columns: 1fr; }
  .guide-diagnostic-options { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .guide-audience { padding-block: 68px; }
  .guide-audience-grid { grid-template-columns: 1fr; }
  .guide-audience-card { min-height: 0; padding: 23px; }
  .guide-audience-card p { margin-top: 18px; font-size: 13px; }
  .guide-samples { padding-block: 68px; }
  .guide-sample-card { min-height: 0; padding: 25px 22px; }
  .guide-sample-card p { font-size: 18px; }
  .guide-diagnostic { padding-block: 68px; }
  .guide-diagnostic-card { padding: 28px 22px; border-radius: 22px; }
  .guide-diagnostic-options button { min-height: 62px; }
}

/* Reviews page */
.reviews-page { background: var(--paper-soft); }
.reviews-header,
.reviews-header.is-scrolled,
.reviews-header.menu-active {
  background: rgba(251, 249, 244, .95);
  border-color: var(--line);
  backdrop-filter: blur(18px);
}
.desktop-nav .is-current::after { right: 0; }
.reviews-hero { padding-top: 118px; padding-bottom: clamp(58px, 7vw, 88px); }
.reviews-hero-copy { max-width: 760px; margin-top: 42px; }
.reviews-hero h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(50px, 6.4vw, 78px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -.045em;
}
.reviews-hero-copy > p:not(.eyebrow) {
  max-width: 650px;
  margin: 25px 0 0;
  color: #555c56;
  font-size: 16px;
  line-height: 1.85;
}
.reviews-open-form { margin-top: 31px; cursor: pointer; }
.reviews-form-section { scroll-margin-top: 92px; padding-bottom: 72px; }
.reviews-form-card {
  max-width: 820px;
  padding: clamp(27px, 5vw, 52px);
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--white);
  box-shadow: var(--shadow);
}
.reviews-form-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 28px; }
.reviews-form-head h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(31px, 4vw, 45px);
  font-weight: 500;
  line-height: 1.2;
}
.reviews-form-close {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  color: var(--muted);
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}
.reviews-form-intro { max-width: 650px; margin: 20px 0 29px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.reviews-form-card form { display: grid; gap: 13px; }
.reviews-form-card label { color: var(--green-deep); font-size: 12px; font-weight: 700; }
.reviews-form-card textarea {
  width: 100%;
  min-height: 155px;
  resize: vertical;
  padding: 17px 18px;
  border: 1px solid var(--line);
  border-radius: 17px;
  outline: none;
  background: var(--paper-soft);
  color: var(--ink);
  font: inherit;
  font-size: 15px;
  line-height: 1.7;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.reviews-form-card textarea::placeholder { color: #979b96; }
.reviews-form-card textarea:focus { border-color: rgba(70,89,77,.55); background: white; box-shadow: 0 0 0 4px rgba(70,89,77,.07); }
.reviews-submit { width: max-content; margin-top: 8px; cursor: pointer; }
.reviews-list-section { padding-block: clamp(70px, 9vw, 112px); background: var(--paper); border-top: 1px solid var(--line); }
.reviews-list { max-width: 1000px; }
.reviews-entry {
  min-height: 250px;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: clamp(25px, 5vw, 58px);
  padding: clamp(34px, 5vw, 56px) 0;
  border-bottom: 1px solid var(--line);
}
.reviews-entry:first-child { border-top: 1px solid var(--line); }
.reviews-entry-number { padding-top: 8px; color: var(--sand); font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.reviews-entry blockquote { max-width: 800px; margin: 0; display: flex; flex-direction: column; }
.reviews-entry blockquote > p {
  margin: 0;
  color: #323a34;
  font-family: var(--serif);
  font-size: clamp(22px, 2.5vw, 31px);
  font-weight: 500;
  line-height: 1.58;
  letter-spacing: -.015em;
}
.reviews-entry-featured blockquote > p { color: var(--green-deep); }
.reviews-entry footer { margin-top: 28px; display: flex; align-items: center; flex-wrap: wrap; gap: 8px 16px; }
.reviews-entry footer span { color: var(--green-deep); font-size: 11px; font-weight: 700; }
.reviews-entry footer small { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .11em; }
.reviews-entry footer small::before { content: "•"; margin-right: 16px; color: var(--sand); }
.reviews-notification {
  position: fixed;
  z-index: 220;
  top: 92px;
  left: 50%;
  width: min(430px, calc(100vw - 32px));
  padding: 17px 18px;
  display: grid;
  grid-template-columns: 38px 1fr 28px;
  align-items: center;
  gap: 12px;
  transform: translateX(-50%);
  border: 1px solid rgba(70,89,77,.18);
  border-radius: 18px;
  background: rgba(255,254,250,.97);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}
.reviews-notification-mark { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--sage); color: var(--green-deep); font-weight: 700; }
.reviews-notification strong { display: block; font-size: 13px; }
.reviews-notification p { margin: 3px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.reviews-notification button { border: 0; background: transparent; color: var(--muted); font-size: 22px; cursor: pointer; }

@media (max-width: 760px) {
  .reviews-hero { padding-top: 102px; padding-bottom: 52px; }
  .reviews-hero-copy { margin-top: 34px; }
  .reviews-hero h1 { font-size: clamp(42px, 12vw, 52px); line-height: 1.1; }
  .reviews-hero-copy > p:not(.eyebrow) { margin-top: 20px; font-size: 15px; line-height: 1.78; }
  .reviews-open-form { width: 100%; min-height: 52px; margin-top: 27px; }
  .reviews-form-section { padding-bottom: 48px; }
  .reviews-form-card { padding: 25px 20px; border-radius: 22px; }
  .reviews-form-head h2 { font-size: 31px; }
  .reviews-form-close { width: 38px; height: 38px; font-size: 23px; }
  .reviews-form-intro { margin: 17px 0 23px; font-size: 13px; }
  .reviews-form-card textarea { min-height: 170px; padding: 15px; border-radius: 15px; font-size: 16px; }
  .reviews-submit { width: 100%; min-height: 52px; }
  .reviews-list-section { padding-block: 52px; }
  .reviews-entry { min-height: 0; grid-template-columns: 28px 1fr; gap: 13px; padding: 34px 0; }
  .reviews-entry-number { padding-top: 6px; }
  .reviews-entry blockquote > p { font-size: 22px; line-height: 1.58; }
  .reviews-entry footer { margin-top: 23px; display: grid; gap: 5px; }
  .reviews-entry footer small::before { display: none; }
  .reviews-footer { padding: 42px 0 28px; }
  .reviews-footer .footer-inner { align-items: center; text-align: center; gap: 25px; }
  .reviews-footer .footer-inner nav { width: 100%; justify-content: center; gap: 13px 17px; }
  .reviews-footer .footer-brand { font-size: 25px; }
  .reviews-notification { top: 84px; }
}

@media (max-width: 380px) {
  .reviews-entry blockquote > p { font-size: 20px; }
  .reviews-footer .footer-inner nav a { font-size: 10px; }
}


/* Unified article / utility pages */
.article-page,
.utility-page { background: var(--paper-soft); }
.article-page .site-header,
.utility-page .site-header,
.article-page .site-header.is-scrolled,
.utility-page .site-header.is-scrolled,
.article-page .site-header.menu-active,
.utility-page .site-header.menu-active {
  background: rgba(251,249,244,.95);
  border-color: var(--line);
  backdrop-filter: blur(18px);
}
.article-main { padding-top: 1px; }
.article-hero { padding-top: 128px; padding-bottom: 58px; }
.article-hero > .back-link { display: block; max-width: 900px; margin-inline: auto; }
.article-hero-copy { max-width: 900px; margin: 38px auto 0; }
.article-meta {
  width: max-content; margin: 0 0 20px; padding: 8px 12px;
  border: 1px solid rgba(196,167,119,.34); border-radius: 999px;
  background: rgba(255,255,255,.55); color: #8a714e;
  font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em;
}
.article-hero h1 {
  max-width: 900px; margin: 0; color: var(--green-deep); font-family: var(--serif);
  font-size: clamp(40px, 4.7vw, 60px); font-weight: 500; line-height: 1.12; letter-spacing: -.037em;
}
.article-hero h1 span { color: var(--sand); }
.article-layout { max-width: 900px; padding-bottom: 100px; }
.article-body {
  padding: clamp(28px, 5vw, 58px); border: 1px solid var(--line); border-radius: 30px;
  background: var(--white); box-shadow: var(--shadow); color: #39413b;
  font-size: clamp(16px, 1.35vw, 18px); line-height: 1.9;
}
.article-body > :first-child { margin-top: 0 !important; }
.article-body > :last-child { margin-bottom: 0 !important; }
.article-body p { margin: 0 0 1.25em; }
.article-body p.font-bold { color: var(--green-deep); font-family: var(--serif); font-size: 1.18em; font-weight: 600; line-height: 1.55; }
.article-body h2 { margin: 2.2em 0 .75em; color: var(--green-deep); font-family: var(--serif); font-size: clamp(28px, 3.4vw, 38px); font-weight: 500; line-height: 1.25; letter-spacing: -.025em; }
.article-body h3 { margin: 1.8em 0 .7em; color: var(--green-deep); font-family: var(--serif); font-size: 25px; font-weight: 600; }
.article-body ul, .article-body ol { margin: 1.25em 0 1.5em; padding-left: 1.35em; }
.article-body li { margin: .55em 0; padding-left: .25em; }
.article-body strong { color: var(--green-deep); }
.article-body em { color: #575e58; }
.article-body blockquote,
.article-body > div {
  margin: 1.75em 0; padding: 21px 23px; border: 1px solid rgba(196,167,119,.22);
  border-left: 3px solid var(--sand); border-radius: 0 16px 16px 0;
  background: #faf7f0; color: #555d56;
}
.article-body blockquote p:last-child,
.article-body > div p:last-child { margin-bottom: 0; }
.article-body > ul[class*="bg-"] { padding: 21px 23px 21px 42px; border: 1px solid var(--line); border-radius: 16px; background: #faf9f5; }
.article-sources { margin-top: 24px; padding: 24px 26px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.55); }
.article-sources .eyebrow { margin-bottom: 10px; }
.article-sources p:last-child { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.article-next { margin-top: 48px; padding: 32px 34px; display: flex; justify-content: space-between; align-items: end; gap: 30px; border-radius: 26px; background: var(--green-deep); color: white; }
.article-next h2 { margin: 0; font-family: var(--serif); font-size: clamp(28px, 4vw, 40px); font-weight: 500; }
.article-next p:not(.eyebrow) { max-width: 560px; margin: 12px 0 0; color: rgba(255,255,255,.72); font-size: 14px; }
.article-next .eyebrow { color: #dfc79e; margin-bottom: 8px; }
.article-next .button { flex: 0 0 auto; background: var(--sand); color: var(--green-deep); }
.article-next .button:hover { background: #d4b888; }

.utility-main { min-height: 72vh; padding-top: 128px; padding-bottom: 100px; }
.utility-hero { max-width: 760px; padding: 38px 0 54px; }
.utility-hero-compact { padding-bottom: 38px; }
.utility-hero h1 { margin: 0; color: var(--green-deep); font-family: var(--serif); font-size: clamp(48px, 6.5vw, 76px); font-weight: 500; line-height: 1.05; letter-spacing: -.04em; }
.utility-hero > p:not(.eyebrow) { max-width: 650px; margin: 24px 0 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.contact-card { min-height: 310px; padding: 34px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 26px; background: var(--white); transition: transform .2s ease, box-shadow .2s ease; }
.contact-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.contact-number { color: var(--sand); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.contact-card h2 { margin: auto 0 10px; color: var(--green-deep); font-family: var(--serif); font-size: 36px; font-weight: 500; }
.contact-card p { max-width: 360px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.contact-card strong { margin-top: 25px; color: var(--green); font-size: 12px; }
.contact-cooperation { margin-top: 18px; padding: 21px 24px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.contact-cooperation span { color: var(--muted); font-size: 12px; }
.contact-cooperation a { color: var(--green-deep); font-size: 13px; font-weight: 700; }
.contact-disclaimer { max-width: 760px; margin: 26px 0 0; color: #8d918d; font-size: 10px; line-height: 1.6; }
.legal-content { padding: clamp(28px, 5vw, 52px); border: 1px solid var(--line); border-radius: 28px; background: var(--white); box-shadow: var(--shadow); }
.legal-content h2 { margin: 2em 0 .7em; color: var(--green-deep); font-family: var(--serif); font-size: clamp(25px, 3vw, 33px); font-weight: 500; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p, .legal-content li { color: #555d57; line-height: 1.85; }
.legal-content ul { padding-left: 1.25em; }
.legal-note { margin-top: 34px; padding-top: 20px; border-top: 1px solid var(--line); color: #888e89 !important; font-size: 11px; }

/* Free access card: avoid the visual language of pricing. */
.guide-access-status strong { font-size: clamp(26px, 4vw, 42px) !important; letter-spacing: -.03em; }

@media (max-width: 760px) {
  .article-hero { padding-top: 105px; padding-bottom: 38px; }
  .article-hero-copy { margin-top: 30px; }
  .article-hero h1 { font-size: clamp(38px, 11vw, 50px); line-height: 1.14; }
  .article-layout { width: min(100% - 28px, 900px); padding-bottom: 66px; }
  .article-body { padding: 25px 20px; border-radius: 22px; font-size: 16px; line-height: 1.82; }
  .article-body h2 { font-size: 29px; }
  .article-body blockquote, .article-body > div { padding: 18px; }
  .article-next { padding: 26px 22px; flex-direction: column; align-items: stretch; }
  .article-next .button { width: 100%; }
  .utility-main { padding-top: 102px; padding-bottom: 68px; }
  .utility-hero { padding: 34px 0 40px; }
  .utility-hero h1 { font-size: 47px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-card { min-height: 250px; padding: 28px; }
  .contact-cooperation { align-items: flex-start; flex-direction: column; gap: 7px; }
  .legal-content { padding: 26px 21px; border-radius: 22px; }
}


/* v3: final guide CTA — compact, editorial, not a pricing card. */
.guide-access-card {
  max-width: 940px;
  overflow: hidden;
  border: 1px solid rgba(70,89,77,.16);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255,254,250,.98), rgba(239,230,215,.60));
  box-shadow: 0 22px 62px rgba(44,48,41,.075);
}
.guide-access-inner {
  padding: clamp(34px, 5.5vw, 62px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: clamp(36px, 7vw, 82px);
}
.guide-access-copy h2 {
  margin: 0;
  max-width: 610px;
  font-family: var(--serif);
  font-size: clamp(36px, 4.3vw, 52px);
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: -.032em;
}
.guide-access-copy > p:last-child {
  max-width: 590px;
  margin: 19px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.82;
}
.guide-access-cta {
  min-width: 225px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.guide-access-button {
  min-height: 56px;
  width: auto;
  padding: 0 25px;
  gap: 16px;
  border-radius: 999px;
  background: var(--green-deep);
  color: white;
  font-size: 12px;
  font-weight: 700;
  transition: transform .2s ease, background .2s ease;
}
.guide-access-button:hover { transform: translateY(-2px); background: #35473c; opacity: 1; }
.guide-access-button span { color: #dfc79e; font-size: 16px; }
.guide-access-cta small { color: #858b85; font-size: 10px; line-height: 1.55; }
.guide-access-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(70,89,77,.12);
  background: rgba(255,255,255,.42);
}
.guide-access-meta span {
  min-height: 62px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgba(70,89,77,.10);
  color: #697069;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.guide-access-meta span:first-child { border-left: 0; }
@media (max-width: 760px) {
  .article-hero-copy { margin-top: 28px; }
  .article-hero > .back-link { max-width: none; }
  .article-hero h1 { font-size: clamp(36px, 10.4vw, 48px); }
  .guide-access-inner { padding: 30px 23px 26px; grid-template-columns: 1fr; align-items: start; gap: 28px; }
  .guide-access-copy h2 { font-size: 35px; }
  .guide-access-copy > p:last-child { font-size: 13px; }
  .guide-access-cta { min-width: 0; width: 100%; }
  .guide-access-button { width: 100%; }
  .guide-access-meta { grid-template-columns: 1fr; }
  .guide-access-meta span { min-height: 52px; border-left: 0; border-top: 1px solid rgba(70,89,77,.09); }
  .guide-access-meta span:first-child { border-top: 0; }
}
