/* ===========================================================
   Luna Herbtea LP v3 — Components & Sections
   tokens-v3.css の後に読み込む
   =========================================================== */

.lp { overflow-x: clip; }
.container {
  width: 100%; max-width: var(--maxw); margin: 0 auto;
  padding-left: 26px; padding-right: 26px; position: relative; z-index: 1;
}
section.band { position: relative; padding-top: 66px; padding-bottom: 66px; overflow: clip; }
section.band.paper  { background: var(--paper); }
section.band.white  { background: var(--white); }
section.band.cream  { background: var(--cream); }
section.band.greige { background: var(--greige); }

/* ===== Eyebrow / headings ===== */
.eyebrow {
  font-family: var(--font-latin); font-style: italic; font-size: 17px; letter-spacing: .06em;
  color: var(--olive-mut); display: inline-flex; align-items: center; gap: 10px; margin-bottom: 16px;
}
.eyebrow::before { content: ""; width: 26px; height: 1px; background: var(--olive-mut); opacity: .7; }
.eyebrow.center { justify-content: center; }
h2.sec-title { font-size: 27px; line-height: 1.42; letter-spacing: .045em; margin-bottom: 22px; color: var(--ink); font-weight: 600; }
h3.sub { font-size: 20px; line-height: 1.5; }
.lede { color: var(--ink-soft); margin-bottom: 26px; }
.body { color: var(--ink-body); }
.body + .body { margin-top: 1.05em; }
.center { text-align: center; }
.accent-word { color: var(--pink-deep); font-weight: 600; }
.mk { background: linear-gradient(transparent 58%, var(--sage-pale) 58%); padding: 0 .12em; }
.mk-pink { background: linear-gradient(transparent 58%, var(--dusty-soft) 58%); padding: 0 .12em; }

/* ===== Botanical sprig ===== */
.sprig { position: absolute; color: var(--sage-mut); opacity: .55; pointer-events: none; z-index: 0; }
.sprig svg { display: block; width: 100%; height: 100%; }
.sprig.tr { top: 22px; right: 18px; width: 72px; height: 72px; transform: scaleX(-1); }
.sprig.bl { bottom: 22px; left: 18px; width: 66px; height: 66px; }
.sprig.faint { opacity: .32; color: var(--taupe); }

.blob { position: absolute; border-radius: 48% 52% 56% 44% / 52% 48% 52% 48%; background: var(--sage-pale); opacity: .7; z-index: 0; pointer-events: none; }

/* ===== Moon + sprig logo mark ===== */
.moon-mark { display: inline-block; color: var(--olive); line-height: 0; }
.moon-mark svg { display: block; }

/* ===== Image placeholder ===== */
.img-ph {
  position: relative; border-radius: var(--radius-lg); background-color: var(--cream);
  background-image: repeating-linear-gradient(45deg, rgba(136,153,126,.12) 0 13px, rgba(136,153,126,.04) 13px 26px);
  border: 1px solid var(--line); display: flex; align-items: center; justify-content: center;
  text-align: center; overflow: hidden; box-shadow: var(--shadow-sm);
}
.img-ph[data-ratio="16x9"] { aspect-ratio: 16/9; }
.img-ph[data-ratio="3x4"]  { aspect-ratio: 3/4; }
.img-ph[data-ratio="4x5"]  { aspect-ratio: 4/5; }
.img-ph[data-ratio="1x1"]  { aspect-ratio: 1/1; }
.img-ph[data-ratio="4x3"]  { aspect-ratio: 4/3; }
.img-ph[data-ratio="3x2"]  { aspect-ratio: 3/2; }
.img-ph .ph-inner {
  font-family: ui-monospace, Menlo, Consolas, monospace; font-size: 11px; line-height: 1.65; letter-spacing: .01em;
  color: var(--olive); background: rgba(252,250,246,.86); border: 1px dashed rgba(78,90,74,.4);
  border-radius: var(--radius-sm); padding: 10px 14px; max-width: 86%;
}
.img-ph .ph-inner b { display: block; font-weight: 700; margin-bottom: 4px; letter-spacing: .03em; }
.img-ph .ph-inner span { opacity: .8; }
.img-ph.round { border-radius: 999px; aspect-ratio: 1/1; }

/* ===== Editorial image w/ overlay copy (composition language) ===== */
.editorial { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); }
.editorial .img-ph { border-radius: 0; box-shadow: none; border: 0; }
.editorial .ov {
  position: absolute; z-index: 2; color: var(--ink);
  font-family: var(--font-mincho); font-weight: 600; font-size: 19px; line-height: 1.6; letter-spacing: .05em;
  background: rgba(252,250,246,.84); backdrop-filter: blur(2px);
  border-radius: var(--radius); padding: 14px 18px; box-shadow: var(--shadow-sm); max-width: 72%;
}
.editorial .ov.bl { left: 18px; bottom: 18px; }
.editorial .ov.tr { right: 18px; top: 18px; text-align: right; }
.editorial .ov small { display: block; font-family: var(--font-gothic); font-weight: 400; font-size: 12px; color: var(--ink-soft); letter-spacing: .02em; margin-top: 6px; }

/* circular floating quote badge */
.quote-badge {
  position: absolute; z-index: 3; width: 132px; height: 132px; border-radius: 50%;
  background: rgba(231,201,198,.92); color: var(--ink);
  display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;
  padding: 12px; box-shadow: var(--shadow); font-family: var(--font-mincho); border: 1px solid rgba(255,255,255,.6);
}
.quote-badge .qb-h { font-weight: 600; font-size: 13px; line-height: 1.5; letter-spacing: .02em; }
.quote-badge .qb-s { font-family: var(--font-gothic); font-weight: 400; font-size: 10px; line-height: 1.5; color: var(--ink-body); margin-top: 6px; }

/* ===== Buttons ===== */
.cta-lead { font-family: var(--font-mincho); font-weight: 500; font-size: 15px; color: var(--ink); text-align: center; letter-spacing: .05em; margin-bottom: 12px; }
.btn {
  appearance: none; -webkit-appearance: none; border: 0; cursor: pointer;
  font-family: var(--font-gothic); font-weight: 500; font-size: 16px; letter-spacing: .04em;
  text-decoration: none; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  transition: transform .24s ease, box-shadow .24s ease, background-color .24s ease;
}
.btn-cta {
  background: var(--pink); color: #fff; border-radius: var(--radius-pill); padding: 17px 32px;
  box-shadow: 0 10px 26px rgba(219,112,147,.26); width: 100%; max-width: 440px; font-weight: 600;
}
.btn-cta:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(219,112,147,.32); background: var(--pink-deep); }
.btn .arrow {
  display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px;
  border-radius: 50%; background: rgba(255,255,255,.22); font-size: 14px; transition: transform .24s ease; flex: 0 0 auto;
}
.btn-cta:hover .arrow { transform: translateX(3px); }
/* ghost / secondary (sage outline, circular olive arrow) */
.btn-ghost {
  background: transparent; color: var(--olive); border: 1.5px solid var(--olive-mut);
  border-radius: var(--radius-pill); padding: 12px 16px 12px 24px;
}
.btn-ghost .arrow { background: var(--sage-pale); color: var(--olive); }
.btn-ghost:hover { background: var(--sage-pale); }
.btn-ghost:hover .arrow { transform: translateX(3px); }
.cta-note { font-size: 13px; color: var(--ink-soft); text-align: center; margin-top: 12px; letter-spacing: .03em; }
.cta-wrap { display: flex; flex-direction: column; align-items: center; }

/* ===== Sage CTA card ===== */
.cta-card {
  background: var(--sage-mut); border-radius: var(--radius-xl); padding: 22px 22px 24px; text-align: center;
  box-shadow: var(--shadow); position: relative; overflow: hidden;
}
.cta-card .cc-lead { font-family: var(--font-mincho); font-weight: 500; font-size: 14.5px; color: #fff; letter-spacing: .04em; margin-bottom: 14px; line-height: 1.7; opacity: .97; }
.cta-card .btn-cta { box-shadow: 0 8px 22px rgba(196,92,126,.3); }

/* ===== Round achievement badges ===== */
.badges { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; }
.rbadge {
  width: 98px; height: 98px; border-radius: 50%; background: var(--white); border: 1px solid var(--line);
  display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;
  box-shadow: var(--shadow-sm); padding: 6px;
}
.rbadge svg { width: 19px; height: 19px; stroke: var(--sage-mut); fill: none; stroke-width: 1.5; margin-bottom: 2px; }
.rbadge .rb-num { font-family: var(--font-latin); font-weight: 600; font-size: 23px; color: var(--olive); line-height: 1; }
.rbadge .rb-num .u { font-size: 13px; color: var(--pink); }
.rbadge .rb-lbl { font-size: 10px; color: var(--ink-soft); line-height: 1.35; margin-top: 3px; letter-spacing: .01em; }

/* ===== Symptom chips (ガイドのチップ) ===== */
.chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 4px; }
.chip-tag { font-size: 13px; color: var(--olive); background: var(--sage-pale); border-radius: var(--radius-pill); padding: 7px 16px; letter-spacing: .03em; }
.chip-tag.dusty { color: var(--pink-deep); background: var(--dusty-soft); }

/* ===== Checklist ===== */
.checklist { display: grid; gap: 12px; margin: 6px 0; }
.check-item {
  display: grid; grid-template-columns: 28px 1fr; align-items: center; gap: 14px;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 15px 18px; box-shadow: var(--shadow-sm);
}
.check-mark { width: 28px; height: 28px; border-radius: 50%; background: var(--sage-pale); display: flex; align-items: center; justify-content: center; }
.check-mark svg { width: 15px; height: 15px; stroke: var(--olive); }
.check-item p { font-size: 15.5px; line-height: 1.6; color: var(--ink-body); }

/* ===== 3-point grid ===== */
.grid3 { display: grid; grid-template-columns: 1fr; gap: 18px; }
.point { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px 24px; box-shadow: var(--shadow-sm); position: relative; }
.point .pico { width: 60px; height: 60px; border-radius: 50%; background: var(--sage-pale); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.point .pico svg { width: 30px; height: 30px; stroke: var(--olive); fill: none; stroke-width: 1.4; }
.point .pnum { font-family: var(--font-latin); font-style: italic; font-weight: 600; font-size: 19px; color: var(--pink-deep); margin-bottom: 6px; }
.point h3 { font-size: 18px; margin-bottom: 12px; line-height: 1.5; }
.point p { font-size: 14.5px; line-height: 1.8; color: var(--ink-soft); }
.point p + p { margin-top: .7em; }

/* ===== Reason cards ===== */
.reasons { display: grid; gap: 20px; }
.rcard { position: relative; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px 26px; box-shadow: var(--shadow); overflow: hidden; z-index: 1; }
.rcard .blob { width: 170px; height: 170px; top: -54px; right: -54px; }
.rcard .rtag { display: inline-flex; align-items: center; gap: 12px; font-family: var(--font-mincho); font-weight: 600; font-size: 17px; color: var(--ink); margin-bottom: 14px; }
.rcard .rtag .n { width: 36px; height: 36px; border-radius: 50%; background: var(--sage-mut); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--font-latin); font-weight: 600; font-size: 17px; }
.rcard p { font-size: 14.5px; line-height: 1.8; color: var(--ink-soft); }
.rcard p + p { margin-top: .7em; }
.rlist { list-style: none; padding: 0; margin: 14px 0 0; display: grid; gap: 8px; }
.rlist li { position: relative; padding-left: 22px; font-size: 14px; color: var(--ink-body); }
.rlist li::before { content: ""; position: absolute; left: 4px; top: .65em; width: 7px; height: 7px; border-radius: 50%; background: var(--sage-mut); }

/* ===== Number visuals ===== */
.stats { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 18px; }
.stat { text-align: center; }
.donut { width: 144px; height: 144px; margin: 0 auto 12px; position: relative; }
.donut svg { transform: rotate(-90deg); width: 100%; height: 100%; }
.donut .track { stroke: var(--sage-pale); }
.donut .val   { stroke: var(--sage); stroke-linecap: round; }
.donut .center { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.donut .center .v { font-family: var(--font-latin); font-weight: 600; font-size: 44px; color: var(--olive); line-height: 1; }
.donut .center .v .u { color: var(--pink); font-size: 24px; }
.stat .slabel { font-size: 14px; line-height: 1.65; color: var(--ink-body); }
.stat-source { font-size: 12px; color: var(--ink-soft); text-align: center; margin-top: 24px; }

/* ===== Speech bubbles ===== */
.voices { display: grid; gap: 20px; }
.voice { background: var(--white); border: 1px solid var(--line); border-radius: 20px 20px 20px 6px; padding: 22px 22px 20px; position: relative; box-shadow: var(--shadow-sm); }
.voice p { font-size: 14.5px; line-height: 1.85; color: var(--ink-body); }
.voice .who { display: inline-flex; align-items: center; gap: 10px; margin-top: 16px; }
.voice .chip { background: var(--dusty-soft); color: var(--pink-deep); font-size: 12.5px; font-weight: 700; letter-spacing: .03em; padding: 5px 13px; border-radius: var(--radius-pill); }
.voice .meta { font-size: 12.5px; color: var(--ink-soft); }
.disclaimer { margin-top: 22px; font-size: 13px; color: var(--ink-soft); text-align: center; background: var(--sand); border-radius: var(--radius); padding: 12px 16px; letter-spacing: .01em; opacity: .92; }

/* ===== Quote ===== */
.quote { font-family: var(--font-mincho); font-weight: 600; font-size: 20px; line-height: 1.7; color: var(--ink); position: relative; padding-left: 22px; border-left: 2.5px solid var(--sage-mut); }
.quote .hl { color: var(--pink-deep); }

/* ===== Offer ===== */
.offer { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 26px 24px; box-shadow: var(--shadow-sm); }
.offer .offer-h { font-family: var(--font-mincho); font-weight: 600; font-size: 16.5px; color: var(--olive); display: flex; align-items: center; gap: 10px; padding-bottom: 14px; margin-bottom: 16px; border-bottom: 1px dashed var(--line); }
.offer .offer-h svg { width: 22px; height: 22px; stroke: var(--olive); fill: none; stroke-width: 1.4; }
.olist { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.olist li { position: relative; padding-left: 30px; font-size: 15.5px; line-height: 1.65; color: var(--ink-body); }
.olist li::before {
  content: ""; position: absolute; left: 2px; top: .25em; width: 19px; height: 19px; border-radius: 50%;
  background: var(--sage-pale);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234e5a4a' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
  background-size: 12px; background-repeat: no-repeat; background-position: center;
}
.mode-pills { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; margin: 4px 0 20px; }
.mode-pills .mp { display: inline-flex; align-items: center; gap: 8px; border: 1.5px solid var(--olive-mut); color: var(--olive); border-radius: var(--radius-pill); padding: 9px 18px; font-size: 14px; font-weight: 500; background: var(--sage-pale); }
.fineprint { font-size: 12.5px; color: var(--ink-soft); margin-top: 16px; line-height: 1.7; }
.fineprint p + p { margin-top: 4px; }

/* ===== Final CTA frame ===== */
.slot-frame { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 20px 0; }
.slot-frame .sf { background: var(--greige); border: 1px solid var(--line); border-radius: var(--radius); padding: 14px 16px; text-align: center; }
.slot-frame .sf .k { font-size: 11.5px; color: var(--ink-soft); letter-spacing: .04em; margin-bottom: 4px; }
.slot-frame .sf .v { font-family: var(--font-mincho); font-weight: 600; font-size: 15.5px; color: var(--ink); }
.slot-frame .sf .v .em { color: var(--pink-deep); }

/* ===== Profile ===== */
.profile { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 26px 24px; box-shadow: var(--shadow); display: grid; grid-template-columns: 104px 1fr; gap: 20px; align-items: center; }
.profile .pphoto { width: 104px; }
.profile .pname { font-family: var(--font-mincho); font-weight: 600; font-size: 21px; letter-spacing: .06em; color: var(--ink); }
.profile .ptitle { font-size: 13.5px; color: var(--olive); margin-top: 5px; }
.profile .pstats { list-style: none; padding: 0; margin: 14px 0 0; display: grid; gap: 5px; }
.profile .pstats li { font-size: 12.5px; color: var(--ink-soft); position: relative; padding-left: 14px; }
.profile .pstats li::before { content: ""; position: absolute; left: 0; top: .65em; width: 5px; height: 5px; border-radius: 50%; background: var(--sage-mut); }

/* ===== FAQ ===== */
.faq { display: grid; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item:first-child { border-top: 1px solid var(--line); }
.faq-q { width: 100%; background: none; border: 0; cursor: pointer; display: flex; align-items: flex-start; gap: 14px; padding: 22px 4px; text-align: left; font-family: var(--font-mincho); font-weight: 600; font-size: 16.5px; color: var(--ink); line-height: 1.5; letter-spacing: .02em; }
.faq-q .qmark { flex: 0 0 auto; font-family: var(--font-latin); font-style: italic; color: var(--olive-mut); font-size: 19px; }
.faq-q .ic { flex: 0 0 24px; width: 24px; height: 24px; margin-top: 2px; margin-left: auto; position: relative; }
.faq-q .ic::before, .faq-q .ic::after { content: ""; position: absolute; background: var(--olive); transition: transform .3s ease, opacity .3s ease; }
.faq-q .ic::before { left: 3px; right: 3px; top: 11px; height: 1.5px; }
.faq-q .ic::after  { top: 3px; bottom: 3px; left: 11px; width: 1.5px; }
.faq-item.open .faq-q .ic::after { transform: scaleY(0); opacity: 0; }
.faq-a { overflow: hidden; max-height: 0; transition: max-height .4s ease; }
.faq-a .inner { padding: 0 4px 24px 38px; font-size: 14.5px; line-height: 1.9; color: var(--ink-soft); font-family: var(--font-gothic); }

/* ===== Sticky mobile CTA bar — FVボタンデザインに準拠 ===== */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  background: rgba(246,238,232,.96); backdrop-filter: blur(10px);
  padding: 10px 16px calc(12px + env(safe-area-inset-bottom));
  box-shadow: 0 -4px 20px rgba(196,87,123,.14);
  transform: translateY(120%); transition: transform .4s cubic-bezier(.16,1,.3,1);
}
.sticky-cta.show { transform: translateY(0); }
.sticky-cta .btn-cta {
  font-family: var(--font-mincho) !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  letter-spacing: .06em !important;
  padding: 16px 24px !important;
  background: linear-gradient(135deg, #d4688a 0%, #b84d72 55%, #a03d62 100%) !important;
  box-shadow: 0 6px 22px rgba(180,77,114,.38), inset 0 1px 0 rgba(255,255,255,.18) !important;
  border-radius: 999px !important;
  display: flex !important;
  width: 100% !important;
  max-width: 400px !important;
  margin: 0 auto !important;
  text-align: center !important;
  justify-content: center !important;
}
.sticky-cta .btn-cta:hover {
  background: linear-gradient(135deg, #c95c80 0%, #aa4368 55%, #933358 100%) !important;
  transform: translateY(-1px);
}
.sticky-cta .btn-cta .arrow { display: none !important; }
.sticky-cta .sc-note { font-size: 13px; color: var(--ink-body); text-align: center; margin-top: 8px; letter-spacing: .04em; font-weight: 500; }

/* ===== Divider ===== */
.divider { display: flex; align-items: center; justify-content: center; gap: 14px; color: var(--sage-mut); }
.divider::before, .divider::after { content: ""; height: 1px; width: 56px; background: var(--line); }
.divider svg { width: 30px; height: 30px; opacity: .9; }

/* ===== Reveal ===== */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ===========================================================
   FV (写真主導 Hero) — 写真バンド上部 ＋ 下に明朝見出し
   =========================================================== */
.fv { padding: 0; position: relative; background: var(--cream); overflow: clip; }
.fv .fv-photo {
  position: relative; height: 360px;
  background-color: var(--sand);
  background-image: repeating-linear-gradient(45deg, rgba(136,153,126,.12) 0 14px, rgba(136,153,126,.04) 14px 28px);
}
.fv .fv-photo .ph-tag {
  position: absolute; left: 16px; bottom: 16px; z-index: 4;
  font-family: ui-monospace, Menlo, Consolas, monospace; font-size: 9.5px; color: var(--olive);
  background: rgba(252,250,246,.85); border: 1px dashed rgba(78,90,74,.4); border-radius: var(--radius-sm);
  padding: 6px 10px; line-height: 1.45; max-width: 200px; text-align: left;
}
/* soft blend into cream below */
.fv .fv-photo::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 64px; background: linear-gradient(180deg, rgba(246,241,230,0) 0%, var(--cream) 100%); z-index: 2; }
.fv .fv-head { position: absolute; top: 20px; left: 22px; z-index: 5; display: flex; align-items: center; gap: 11px; }
.fv .fv-head .moon-mark svg { width: 36px; height: 36px; }
.fv .fv-head .wm { font-family: var(--font-latin); font-weight: 600; font-size: 21px; letter-spacing: .07em; color: var(--olive); line-height: 1; }
.fv .fv-head .wm sup { font-size: .45em; }
.fv .fv-head .wm .jp { display: block; font-family: var(--font-gothic); font-size: 9px; letter-spacing: .28em; color: var(--ink-soft); margin-top: 3px; }
.fv .quote-badge { right: 16px; top: 60px; width: 126px; height: 126px; z-index: 6; }

.fv h1 { font-family: var(--font-mincho); font-weight: 700; font-size: 30px; line-height: 1.5; letter-spacing: .045em; color: var(--ink); }
.fv h1 .em { color: var(--pink-deep); }
.fv .fv-body { background: var(--cream); position: relative; z-index: 3; padding: 4px 0 56px; text-align: center; }
.fv .fv-body h1 { margin-bottom: 0; }
.fv .sub { color: var(--ink-soft); font-size: 15px; line-height: 1.8; margin: 16px 0 26px; }
.fv .badges, .fv .cta-card { text-align: initial; }

/* ===== Footer（明るいグレージュ）===== */
.foot { background: var(--greige); color: var(--ink-body); padding: 48px 24px 0; position: relative; }
.foot .foot-in { max-width: var(--maxw); margin: 0 auto; text-align: center; }
.foot .moon-mark { color: var(--olive); }
.foot .moon-mark svg { width: 40px; height: 40px; margin: 0 auto; }
.foot .logo { font-size: 23px; letter-spacing: .1em; color: var(--olive); margin-top: 10px; }
.foot .logo sup { font-size: .45em; }
.foot .tg { font-size: 12.5px; color: var(--ink-soft); margin-top: 8px; letter-spacing: .04em; line-height: 1.8; }
.foot .copy { font-size: 11px; color: var(--ink-soft); opacity: .8; padding: 26px 0; margin-top: 30px; border-top: 1px solid var(--line); }
.foot-strip { height: 8px; background: var(--sage-mut); }

/* ===========================================================
   Responsive — PC
   =========================================================== */
@media (min-width: 760px) {
  section.band { padding-top: 96px; padding-bottom: 96px; }
  h2.sec-title { font-size: 31px; }
  .grid3 { grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .reasons { grid-template-columns: repeat(3, 1fr); }
  .stats { grid-template-columns: repeat(4, 1fr); gap: 18px; }
  .checklist { grid-template-columns: 1fr 1fr; gap: 12px 18px; }
  .voices { grid-template-columns: 1fr 1fr; }
  .badges { gap: 22px; }
  .rbadge { width: 110px; height: 110px; }
  .rbadge .rb-num { font-size: 26px; }

  /* Hero — taller photo band, larger headline */
  .fv .fv-photo { height: 480px; }
  .fv h1 { font-size: 40px; line-height: 1.45; }
  .fv .fv-head .moon-mark svg { width: 42px; height: 42px; }
  .fv .fv-head .wm { font-size: 24px; }
  .fv .quote-badge { width: 150px; height: 150px; top: 90px; right: 6%; }
  .fv .sub { font-size: 16px; }
  .sticky-cta { display: none; }
  .editorial .ov { font-size: 22px; }
}
@media (max-width: 360px) {
  .container { padding-left: 18px; padding-right: 18px; }
  .stats { gap: 18px 10px; }
  .donut { width: 128px; height: 128px; }
  .badges { gap: 12px; }
  .rbadge { width: 88px; height: 88px; }
  .fv h1 { font-size: 27px; }
}
