*, *::before, *::after { box-sizing: border-box; }

:root {
  --paper: #f4ecde;
  --paper-soft: #fffaf2;
  --mist: #ebe4d6;
  --ink: #171914;
  --ink-soft: rgba(23, 25, 20, 0.72);
  --muted: #716b5e;
  --forest: #173f2c;
  --leaf: #2d6f45;
  --bioq-teal: #1fa9b8;
  --bioq-green: #78d64b;
  --brass: #c5a25c;
  --water: #dceceb;
  --line: rgba(43, 38, 26, 0.16);
  --line-strong: rgba(23, 63, 44, 0.2);
  --shadow-soft: 0 18px 52px rgba(29, 25, 17, 0.12);
  --shadow-card: 0 16px 38px rgba(29, 25, 17, 0.08);
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --radius-pill: 999px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --font-display: "Newsreader", Georgia, serif;
  --font-body: "Outfit", "Segoe UI", sans-serif;
}

html {
  background: var(--paper);
  color: var(--ink);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font-body);
  background:
    radial-gradient(circle at 86% 12%, rgba(197, 162, 92, 0.16), transparent 28rem),
    radial-gradient(circle at 8% 30%, rgba(122, 143, 94, 0.1), transparent 26rem),
    linear-gradient(150deg, #fffaf2 0%, var(--paper) 58%, #eee5d7 100%);
  color: var(--ink);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: 0.025;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

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

a {
  color: inherit;
  text-decoration-thickness: 1px;
}

.shell {
  width: min(1160px, calc(100vw - 48px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(244, 236, 222, 0.86);
  border-bottom: 1px solid rgba(43, 38, 26, 0.1);
  backdrop-filter: blur(16px) saturate(130%);
}

.nav {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 28px;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.brand-mark {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--bioq-teal), var(--bioq-green));
  box-shadow: 0 0 0 6px rgba(120, 214, 75, 0.12);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  color: rgba(23, 25, 20, 0.64);
  font-size: 14px;
  font-weight: 600;
}

.nav-links a {
  text-decoration: none;
  transition: color 180ms var(--ease-out);
}

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

.btn {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  background: rgba(247, 243, 236, 0.82);
  color: var(--ink);
  font: 600 14px/1 var(--font-body);
  text-decoration: none;
  transition:
    transform 160ms var(--ease-out),
    background 180ms var(--ease-out),
    border-color 180ms var(--ease-out),
    color 180ms var(--ease-out);
}

.btn:active { transform: scale(0.97); }

.btn-primary {
  border-color: var(--forest);
  background: var(--forest);
  color: #fffaf0;
}

.btn-secondary:hover {
  border-color: rgba(23, 63, 44, 0.42);
  background: rgba(255, 250, 242, 0.92);
}

.eyebrow,
.small-label,
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--forest);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow::before,
.kicker::before {
  content: "";
  width: 38px;
  height: 1px;
  background: var(--brass);
}

h1, h2, h3, h4 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

p, li {
  text-wrap: pretty;
}

.hero {
  padding: 0 0 38px;
}

.hero-stage {
  position: relative;
  min-height: min(900px, calc(100vh - 64px));
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(10, 26, 20, 0.86) 0%, rgba(10, 26, 20, 0.56) 46%, rgba(10, 26, 20, 0.22) 100%),
    linear-gradient(180deg, rgba(8, 16, 13, 0.16) 0%, rgba(8, 16, 13, 0.42) 100%),
    url("/forest/assets/blog-1-hero-moss-forest.png") center 48% / cover no-repeat;
}

.hero-shell {
  position: relative;
  z-index: 2;
  min-height: min(900px, calc(100vh - 64px));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(46px, 7vw, 84px) 0 clamp(34px, 4vw, 42px);
}

.hero-ambient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 18%, rgba(197, 162, 92, 0.24), transparent 22rem),
    radial-gradient(circle at 80% 78%, rgba(31, 169, 184, 0.14), transparent 24rem);
  mix-blend-mode: screen;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 620px;
}

.hero-content h1 {
  color: #fffaf2;
  font-size: clamp(68px, 9.2vw, 140px);
  line-height: 0.88;
  text-shadow: 0 10px 32px rgba(0, 0, 0, 0.26);
}

.lead {
  max-width: 580px;
  margin: 24px 0 0;
  font-size: clamp(17px, 1.35vw, 19px);
  line-height: 1.72;
}

.hero-lead {
  max-width: 460px;
  color: rgba(255, 250, 242, 0.88);
  font-size: clamp(19px, 1.6vw, 24px);
  line-height: 1.46;
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.22);
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-ghost {
  border-color: rgba(255, 250, 242, 0.34);
  background: rgba(255, 250, 242, 0.08);
  color: #fffaf2;
}

.hero-ghost:hover {
  border-color: rgba(255, 250, 242, 0.58);
  background: rgba(255, 250, 242, 0.14);
}

.hero-trust {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 36px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 242, 0.16);
  background: linear-gradient(180deg, rgba(255, 250, 242, 0.12), rgba(255, 250, 242, 0.08));
  backdrop-filter: blur(14px);
}

.hero-trust-item {
  padding: 18px 20px;
  border-right: 1px solid rgba(255, 250, 242, 0.14);
}

.hero-trust-item:last-child {
  border-right: 0;
}

.hero-trust-item strong {
  display: block;
  color: #fffaf2;
  font-size: 14px;
  font-weight: 750;
  letter-spacing: -0.01em;
}

.hero-trust-item span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 250, 242, 0.72);
  font-size: 13px;
  line-height: 1.45;
}

.hero-figure,
.card-image,
.inline-image,
.article-cover,
.story-visual,
.aside-product-image {
  overflow: hidden;
  border-radius: var(--radius-md);
  background: var(--mist);
  border: 1px solid rgba(43, 38, 26, 0.08);
}

.hero-figure {
  position: relative;
  min-height: 248px;
}

.hero-figure-large {
  min-height: 528px;
}

.hero-figure img,
.card-image img,
.inline-image img,
.article-cover img,
.story-visual img,
.aside-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-figure-large img {
  object-position: 50% 48%;
}

.hero-figure-small img {
  object-position: center;
}

.hero-badge {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 10px 16px;
  border-radius: var(--radius-pill);
  background: rgba(255, 250, 242, 0.92);
  color: var(--forest);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-stat-card {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 34px;
  z-index: 2;
  padding: 24px;
  border-radius: var(--radius-md);
  background: rgba(255, 250, 242, 0.94);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(43, 38, 26, 0.08);
}

.hero-stat-card small {
  display: block;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-stat-card strong {
  display: block;
  max-width: 280px;
  color: var(--forest);
  font-family: var(--font-display);
  font-size: clamp(34px, 3vw, 46px);
  line-height: 0.98;
}

.section {
  padding: clamp(44px, 5vw, 76px) 0;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.68fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 26px;
}

.section-head h2 {
  color: var(--forest);
  font-size: clamp(36px, 4.7vw, 62px);
  line-height: 1.02;
  margin-top: 16px;
}

.section-head p {
  margin: 0;
  max-width: 520px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.54;
}

.intro-grid,
.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 0.92fr);
  gap: 22px;
}

.story-card,
.reason-card,
.use-case-card,
.care-card,
.range-card,
.aside-card,
.faq-card,
.note-card,
.article-cta,
.comparison-wrap {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 250, 242, 0.86);
  box-shadow: var(--shadow-card);
}

.story-card,
.reason-card,
.use-case-card,
.care-card,
.aside-card,
.faq-card,
.note-card {
  padding: 22px;
}

.story-card h3,
.reason-card h3,
.use-case-card h3,
.care-card h3,
.aside-card h3,
.faq-card h3 {
  color: var(--forest);
  font-size: clamp(22px, 2.1vw, 30px);
  line-height: 1.04;
}

.story-card p,
.reason-card p,
.use-case-card p,
.care-card p,
.aside-card p,
.faq-card p,
.note-card p {
  margin: 12px 0 0;
  color: var(--ink-soft);
  font-size: 13.5px;
  line-height: 1.56;
}

.story-card ul,
.article-content ul {
  margin: 16px 0 0;
  padding-left: 18px;
  color: var(--ink-soft);
}

.story-card li,
.article-content li {
  margin-top: 8px;
  line-height: 1.7;
}

.reason-grid,
.use-case-grid,
.care-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.reason-grid-tight .reason-card {
  padding-top: 20px;
}

.reason-card h4,
.use-case-card h4,
.care-card h4,
.range-meta strong,
.article-related-card strong {
  margin: 0;
  color: var(--forest);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(45, 111, 69, 0.18);
  background: rgba(255, 250, 242, 0.88);
  color: var(--forest);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.visual-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--forest);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.visual-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(197, 162, 92, 0.2), rgba(23, 63, 44, 0.08));
  border: 1px solid rgba(23, 63, 44, 0.14);
  color: var(--forest);
  font-size: 11px;
  font-weight: 800;
}

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

.range-card {
  overflow: hidden;
  transition:
    transform 180ms var(--ease-out),
    box-shadow 180ms var(--ease-out),
    border-color 180ms var(--ease-out);
}

.range-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 46px rgba(29, 25, 17, 0.1);
  border-color: rgba(23, 63, 44, 0.18);
}

.card-image {
  aspect-ratio: 1 / 0.92;
  border-radius: 0;
  border: 0;
}

.card-image img {
  transition: transform 260ms var(--ease-out);
}

.range-card:hover .card-image img {
  transform: scale(1.025);
}

.range-meta {
  padding: 18px 18px 20px;
}

.range-kicker {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.range-title {
  margin-top: 10px;
  color: var(--forest);
  font-size: clamp(25px, 2vw, 32px);
  line-height: 1;
}

.range-meta p {
  margin: 10px 0 0;
  color: var(--ink-soft);
  font-size: 13.5px;
  line-height: 1.52;
}

.mini-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.mini-tags span {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: var(--radius-pill);
  background: rgba(23, 63, 44, 0.06);
  border: 1px solid rgba(23, 63, 44, 0.12);
  color: var(--forest);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-details {
  margin-top: 16px;
  border-top: 1px solid rgba(23, 63, 44, 0.12);
  padding-top: 14px;
}

.product-details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  cursor: pointer;
  color: var(--forest);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.product-details summary::after {
  content: "+";
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.product-details[open] summary::after {
  content: "−";
}

.range-features {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.range-features div {
  display: flex;
  gap: 10px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.46;
}

.range-features div::before {
  content: "•";
  color: var(--brass);
  font-weight: 800;
}

.story-strip {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 24px;
  align-items: center;
}

.story-visual {
  min-height: 460px;
}

.care-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.care-card {
  min-height: 100%;
  background: rgba(255, 250, 242, 0.92);
}

.care-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.care-number {
  color: var(--brass);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.care-icon {
  min-width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(23, 63, 44, 0.08);
  border: 1px solid rgba(23, 63, 44, 0.12);
  color: var(--forest);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.journal-section {
  padding: clamp(48px, 6vw, 84px) 0;
  background: linear-gradient(180deg, rgba(23, 63, 44, 0.96), #153523);
  color: #fffaf0;
}

.journal-section .section-head h2,
.journal-section .section-head p,
.journal-section .eyebrow {
  color: #fffaf0;
}

.journal-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.journal-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 250, 242, 0.12);
  border-radius: var(--radius-lg);
  background: rgba(255, 250, 242, 0.06);
  text-decoration: none;
  transition:
    transform 180ms var(--ease-out),
    background 180ms var(--ease-out),
    border-color 180ms var(--ease-out);
}

.journal-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 250, 242, 0.1);
  border-color: rgba(255, 250, 242, 0.2);
}

.journal-card figure {
  margin: 0;
  aspect-ratio: 1 / 0.76;
  overflow: hidden;
}

.journal-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.journal-copy {
  display: grid;
  gap: 10px;
  padding: 18px 18px 22px;
}

.journal-copy small {
  color: rgba(255, 250, 242, 0.72);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.journal-copy strong {
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.journal-copy p {
  margin: 0;
  color: rgba(255, 250, 242, 0.82);
  font-size: 13px;
  line-height: 1.58;
}

.cta {
  padding: clamp(48px, 6vw, 84px) 0;
}

.cta-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 30px;
  border-radius: var(--radius-lg);
  background: var(--forest);
  color: #fffaf0;
  box-shadow: var(--shadow-soft);
}

.cta-box h2 {
  color: #fffaf0;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
  margin-top: 14px;
}

.cta-box p {
  max-width: 620px;
  margin: 14px 0 0;
  color: rgba(255, 250, 242, 0.84);
  font-size: 16px;
  line-height: 1.75;
}

.cta-box .btn-secondary {
  background: rgba(255, 250, 242, 0.14);
  border-color: rgba(255, 250, 242, 0.28);
  color: #fffaf0;
}

.site-footer {
  padding: 22px 0 28px;
  border-top: 1px solid rgba(43, 38, 26, 0.1);
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px 24px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

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

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.breadcrumbs span {
  opacity: 0.54;
}

.article-shell {
  padding: clamp(54px, 7vw, 88px) 0 clamp(44px, 5vw, 72px);
}

.article-hero {
  display: grid;
  gap: 18px;
}

.article-title {
  color: var(--forest);
  font-size: clamp(44px, 6.2vw, 78px);
  line-height: 0.96;
}

.article-subtitle {
  max-width: 760px;
  color: var(--ink-soft);
  font-size: 20px;
  line-height: 1.7;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.article-cover {
  aspect-ratio: 16 / 8.5;
  margin-top: 20px;
}

.article-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(270px, 0.52fr);
  gap: 34px;
  margin-top: 30px;
}

.article-content {
  display: grid;
  gap: 18px;
}

.article-content p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.82;
}

.article-content h2 {
  margin-top: 18px;
  color: var(--forest);
  font-size: clamp(32px, 3.6vw, 48px);
  line-height: 1.02;
}

.article-content h3 {
  margin-top: 10px;
  color: var(--forest);
  font-size: clamp(24px, 2.6vw, 34px);
}

.article-content strong {
  color: var(--forest);
}

.inline-image {
  margin: 12px 0 2px;
}

.inline-image img {
  aspect-ratio: 16 / 10;
}

.inline-image figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.comparison-wrap {
  overflow: hidden;
  margin: 10px 0 2px;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.comparison-table th,
.comparison-table td {
  padding: 15px 16px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.comparison-table th {
  background: rgba(255, 250, 242, 0.9);
  color: var(--forest);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: left;
}

.comparison-table td:first-child {
  color: var(--forest);
  font-weight: 700;
}

.comparison-table tr:last-child td {
  border-bottom: 0;
}

.check {
  color: var(--leaf);
  font-weight: 800;
}

.mute {
  color: var(--muted);
}

.article-sidebar {
  display: grid;
  gap: 18px;
  align-content: start;
  position: sticky;
  top: 88px;
  height: fit-content;
}

.aside-card {
  padding: 20px;
}

.aside-card h3 {
  font-size: 30px;
}

.aside-card ul {
  margin: 14px 0 0;
  padding-left: 18px;
  color: var(--ink-soft);
}

.aside-card li {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.6;
}

.aside-product {
  display: grid;
  gap: 12px;
}

.aside-product-copy small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.aside-product-copy p {
  margin: 8px 0 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.6;
}

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

.faq-card details {
  margin: 0;
}

.faq-card summary {
  cursor: pointer;
  list-style: none;
  color: var(--forest);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.45;
}

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

.faq-card details p {
  margin-top: 12px;
}

.note-card {
  display: grid;
  gap: 10px;
  padding: 22px;
  background: rgba(255, 250, 242, 0.94);
}

.note-card strong {
  color: var(--forest);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.article-cta {
  display: grid;
  gap: 12px;
  padding: 26px;
  margin-top: 10px;
  background: linear-gradient(135deg, rgba(23, 63, 44, 0.08), rgba(197, 162, 92, 0.08));
}

.article-cta h3 {
  color: var(--forest);
  font-size: clamp(28px, 3vw, 38px);
}

.article-cta p {
  margin: 0;
}

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

.article-related-card {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 250, 242, 0.86);
  text-decoration: none;
}

.article-related-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.6;
}

.reveal-on-scroll {
  opacity: 1;
  transform: none;
}

@media (max-width: 1120px) {
  .section-head,
  .intro-grid,
  .story-grid,
  .story-strip,
  .article-grid,
  .cta-box {
    grid-template-columns: 1fr;
  }

  .story-visual {
    min-height: auto;
  }

  .hero-stage {
    min-height: 760px;
  }

  .hero-shell {
    min-height: 760px;
  }

  .article-sidebar {
    position: static;
  }

  .range-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .journal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .care-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 840px) {
  .nav {
    padding: 10px 0;
    align-items: flex-start;
  }

  .nav-links {
    display: none;
  }

  .hero {
    padding-top: 0;
  }

  .hero-stage {
    min-height: auto;
  }

  .hero-shell {
    min-height: auto;
    padding: 34px 0 22px;
  }

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

  .hero-trust,
  .reason-grid,
  .use-case-grid,
  .range-grid,
  .care-grid,
  .journal-grid,
  .article-related-grid {
    grid-template-columns: 1fr;
  }

  .hero-trust {
    margin-top: 18px;
  }

  .hero-trust-item {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 250, 242, 0.14);
  }

  .hero-trust-item:last-child {
    border-bottom: 0;
  }

  .article-title {
    font-size: clamp(42px, 13vw, 62px);
  }

  .article-subtitle {
    font-size: 18px;
  }

  .comparison-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

@media (max-width: 560px) {
  .shell {
    width: min(100vw - 28px, 1160px);
  }

  .btn {
    width: 100%;
  }

  .hero-actions,
  .cta-actions {
    flex-direction: column;
  }

  .hero-content h1 {
    font-size: clamp(52px, 18vw, 72px);
  }

  .cta-box {
    padding: 24px;
  }
}
