:root {
  --ink: #18252b;
  --navy: #112c38;
  --teal: #1d6a67;
  --teal-light: #dceceb;
  --gold: #ad8752;
  --cream: #f5f2ec;
  --white: #fff;
  --muted: #4f5f66;
  --line: #d5dcda;
  --shadow: 0 18px 45px rgba(18, 39, 46, .1);
  --serif: "Noto Serif JP", serif;
  --sans: "Noto Sans JP", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  overflow-x: hidden;
  background: #fff;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.85;
  letter-spacing: .02em;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul, ol { margin: 0; padding: 0; }
li { list-style: none; }
p, h1, h2, h3, figure, figcaption, dl, dd { margin: 0; }
button, summary { font: inherit; }
.container { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.narrow { width: min(920px, calc(100% - 48px)); }

.site-header {
  position: relative;
  z-index: 20;
  height: 80px;
  padding: 0 max(24px, calc((100vw - 1240px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-bottom: 1px solid #e8eceb;
}
.brand img { width: 238px; }
.header-cta {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 14px 22px;
  background: var(--navy);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  transition: background .2s;
}
.header-cta:hover { background: var(--teal); }
.breadcrumbs {
  width: min(1160px, calc(100% - 48px));
  height: 50px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #627278;
  font-size: 12px;
  white-space: nowrap;
}
.breadcrumbs ol { display: flex; align-items: center; gap: 10px; }
.breadcrumbs li + li::before { content: "/"; margin-right: 10px; color: #939fa3; }
.breadcrumbs a:hover { text-decoration: underline; }

.hero {
  position: relative;
  isolation: isolate;
  min-height: 680px;
  display: flex;
  align-items: center;
  color: #fff;
}
.hero-media, .hero-overlay { position: absolute; inset: 0; }
.hero-media { z-index: -2; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay {
  z-index: -1;
  background: linear-gradient(90deg, rgba(9,26,33,.94) 0%, rgba(9,26,33,.78) 47%, rgba(9,26,33,.14) 82%);
}
.hero-content { padding-block: 68px; }
.eyebrow {
  margin-bottom: 12px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.eyebrow.light { color: #bddad7; }
.hero h1, .section h2, .compact-section h2, .final-cta h2 {
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: .005em;
  text-wrap: balance;
}
.hero h1 { margin-bottom: 24px; font-size: clamp(38px, 4.4vw, 64px); line-height: 1.38; }
.hero-lead { margin-bottom: 14px; font-family: var(--serif); font-size: clamp(21px, 2vw, 29px); font-weight: 600; line-height: 1.65; }
.hero-note { max-width: 45em; color: #edf2f2; font-size: 16px; }
.hero-tags { max-width: 820px; margin-top: 25px; display: flex; flex-wrap: wrap; gap: 8px; }
.hero-tags li { padding: 6px 12px; border: 1px solid rgba(255,255,255,.35); background: rgba(255,255,255,.09); font-size: 13px; }
.cta-block { width: max-content; margin-top: 32px; }
.button {
  min-width: 360px;
  padding: 18px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  transition: transform .2s, background .2s;
}
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--gold); color: #fff; }
.button.primary:hover { background: #98713c; }
.button.secondary { background: var(--navy); color: #fff; }
.trust { margin-top: 12px; display: flex; justify-content: center; gap: 18px; color: #edf2f2; font-size: 13px; }
.trust span::before { content: "✓"; margin-right: 5px; color: #d8e6ca; }

.key-messages { background: var(--navy); color: #fff; }
.message-grid { padding-block: 28px; display: grid; grid-template-columns: repeat(3, 1fr); }
.message-grid p { padding: 5px 30px; display: flex; align-items: center; gap: 18px; border-right: 1px solid rgba(255,255,255,.16); line-height: 1.6; }
.message-grid p:last-child { border: 0; }
.message-grid b { color: #8fc0bb; font-size: 12px; letter-spacing: .12em; }
.message-grid span { font-family: var(--serif); font-size: 16px; font-weight: 600; }

.section { padding: 92px 0; }
.tinted { background: #f4f7f6; }
.warm { background: var(--cream); }
.section-head { max-width: 48em; margin-bottom: 44px; }
.section-head.wide-head { max-width: 64em; }
.section-head.centered { margin-inline: auto; text-align: center; }
.section-no { display: block; margin-bottom: 4px; color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .14em; }
.section h2, .compact-section h2, .final-cta h2 { margin-bottom: 22px; font-size: clamp(29px, 3.05vw, 42px); line-height: 1.5; }
.section-head > p:last-child { max-width: 48em; color: var(--muted); font-size: 16px; }
.causes-intro span,
.value-intro strong,
.value-intro span { display: block; white-space: nowrap; }

.split-media { display: grid; grid-template-columns: 1.22fr .78fr; gap: 36px; align-items: stretch; }
.cause-group { min-width: 0; }
.diagram-label {
  width: max-content;
  margin: 0 auto 18px;
  padding: 7px 18px;
  border-radius: 100px;
  background: var(--navy);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.cause-diagram { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.cause-diagram article { min-height: 190px; padding: 28px 25px; background: #fff; border: 1px solid var(--line); }
.cause-diagram article > span { color: var(--teal); font-size: 12px; font-weight: 700; }
.cause-diagram h3 { margin: 8px 0; font-family: var(--serif); font-size: 21px; }
.cause-diagram p { color: var(--muted); font-size: 15px; line-height: 1.75; }
.photo-card { background: var(--navy); color: #fff; }
.photo-card img { width: 100%; height: calc(100% - 80px); object-fit: cover; }
.photo-card figcaption { padding: 18px 20px; font-size: 14px; }
.bridge-copy { margin-top: 36px; padding: 24px 30px; border-left: 4px solid var(--teal); background: var(--teal-light); }
.bridge-copy strong { display: block; font-family: var(--serif); font-size: 21px; }
.bridge-copy p { margin-top: 5px; color: var(--muted); font-size: 15px; }

.value-emphasis { max-width: 42em; margin: -16px 0 34px; padding-left: 20px; border-left: 3px solid var(--gold); font-family: var(--serif); font-size: 20px; font-weight: 600; }
.value-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 46px; align-items: center; }
.value-layout figure { box-shadow: var(--shadow); }
.value-layout img { aspect-ratio: 3/2; object-fit: cover; }
.value-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.value-list li { padding: 20px; display: flex; flex-direction: column; border-bottom: 1px solid #c6d1ce; }
.value-list b { font-family: var(--serif); font-size: 20px; }
.value-list span { color: var(--muted); font-size: 14px; }
.caption-note { margin-top: 22px; color: var(--muted); font-size: 13px; text-align: right; }

.comparison-diagram { display: grid; grid-template-columns: 1fr 90px 1fr; align-items: stretch; }
.comparison { border: 1px solid var(--line); background: #fff; }
.comparison header { min-height: 122px; padding: 24px 28px; color: #fff; }
.comparison.positive header { background: var(--teal); }
.comparison.caution header { background: #6b5f50; }
.comparison header span { font-size: 13px; }
.comparison h3 { font-family: var(--serif); font-size: 21px; line-height: 1.6; }
.comparison ul { padding: 20px 28px 26px; }
.comparison li { position: relative; padding: 11px 0 11px 28px; border-bottom: 1px solid #e3e8e6; font-size: 15px; }
.comparison li:last-child { border: 0; }
.comparison li::before { content: ""; position: absolute; left: 2px; top: 22px; width: 9px; height: 5px; border-left: 2px solid var(--teal); border-bottom: 2px solid var(--teal); transform: rotate(-45deg); }
.caution li::before { top: 23px; width: 8px; height: 8px; border: 0; border-radius: 50%; background: #9b7f5d; }
.compare-axis { position: relative; display: flex; align-items: center; justify-content: center; }
.compare-axis::before { content: ""; position: absolute; top: 0; bottom: 0; width: 1px; background: var(--line); }
.compare-axis span { z-index: 1; width: 76px; height: 76px; display: grid; place-content: center; border-radius: 50%; background: var(--navy); color: #fff; font-size: 13px; font-weight: 700; line-height: 1.5; text-align: center; }
.disclaimer { width: 100%; max-width: none; margin: 24px auto 0; color: var(--muted); font-size: 14px; text-align: center; white-space: nowrap; }

.dark-section { background: var(--navy); color: #fff; }
.dark-section .section-head > p:last-child { color: #d0dadc; }
.launch-comparison {
  margin-top: 52px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  align-items: stretch;
}
.launch-card {
  position: static;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: auto;
  padding: 32px;
  border: 1px solid #d7e0df;
  border-radius: 16px;
  background: #fff;
  color: var(--ink);
  box-sizing: border-box;
}
.launch-card-accent { border-color: #6fa39e; }
.launch-card h3 { margin-bottom: 24px; font-family: var(--serif); font-size: 24px; }
.launch-steps { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.launch-steps li { min-width: 0; padding: 13px 14px; border: 1px solid var(--line); background: #f7f9f8; font-size: 14px; line-height: 1.55; text-align: center; overflow-wrap: anywhere; }
.launch-note { max-width: none; margin: 28px auto 0; color: #d0dadc; font-size: 14px; text-align: center; }
.launch-note span { display: block; white-space: nowrap; }

.investment-container { width: min(1180px, calc(100% - 48px)); }
.investment-head { width: 100%; max-width: 1000px; }
.investment-head h2 { font-size: 32px; white-space: nowrap; }
.investment-head .section06-copy { width: 100%; max-width: 1000px; margin-inline: auto; text-align: center; }
.equation { padding: 36px; display: flex; align-items: center; justify-content: center; gap: 46px; background: var(--navy); color: #fff; }
.equation span { font-family: var(--serif); font-size: clamp(22px, 3vw, 34px); }
.equation b { color: #d3ae7b; font-size: 38px; }
.factor-row { margin: 24px 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.factor-row li { padding: 8px 15px; background: var(--cream); font-size: 14px; }
.text-link { width: max-content; margin: 28px auto 0; display: block; border-bottom: 1px solid var(--teal); color: var(--teal); font-size: 14px; font-weight: 700; }

.outcome-head h2 span, .buyer-needs-head h2 span { display: block; white-space: nowrap; }
.outcome-comparison { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.outcome-case { overflow: hidden; border: 1px solid #d8d0c2; background: #fff; }
.outcome-case h3 { margin: 0; padding: 17px 22px; display: flex; align-items: center; gap: 12px; background: var(--teal); color: #fff; font-size: 18px; font-weight: 700; }
.close-case h3 { background: #6b5f50; }
.outcome-case h3 b { width: 30px; height: 30px; display: grid; place-content: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; font-size: 13px; }
.case-formula { min-height: 240px; padding: 24px 18px; display: grid; grid-template-columns: minmax(94px,1fr) 24px minmax(110px,1.15fr) 24px minmax(98px,1fr) 24px minmax(105px,1fr); align-items: stretch; }
.case-formula > span, .case-formula > strong { padding: 12px 9px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--line); font-size: 14px; line-height: 1.6; text-align: center; }
.case-formula > strong { background: #eef5f4; color: #174e4c; font-weight: 700; }
.close-case .case-formula > strong { background: #f1ede8; color: #55483a; }
.case-formula i { display: grid; place-content: center; color: #8f7552; font-style: normal; font-size: 20px; }
.outcome-comparison > figcaption { grid-column: 1 / -1; color: var(--muted); font-size: 13px; }
.outcome-message { margin: 34px auto 0; padding: 25px; background: var(--navy); color: #fff; text-align: center; }
.outcome-message strong { display: block; font-family: var(--serif); font-size: 22px; }
.outcome-message span { display: block; margin-top: 4px; color: #d5dfe1; font-size: 16px; }
.balanced-note { max-width: 850px; margin: 36px auto 0; display: flex; align-items: center; justify-content: center; gap: 36px; text-align: center; }
.balanced-note i { width: 1px; height: 44px; background: #bcb3a5; }
.balanced-note p { font-size: 15px; }

.decision-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 40px; align-items: center; }
.decision-layout figure { box-shadow: var(--shadow); }
.decision-layout img { aspect-ratio: 3/2; object-fit: cover; }
.decision-compare { display: grid; grid-template-columns: 1fr 42px 1fr; align-items: stretch; }
.decision-compare article { padding: 25px 22px; border: 1px solid var(--line); }
.decision-label { color: var(--teal); font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.decision-compare h3 { margin: 8px 0 18px; font-family: var(--serif); font-size: 19px; }
.decision-compare dl div { margin-top: 16px; }
.decision-compare dt { display: inline-block; padding: 3px 9px; background: var(--teal-light); font-size: 13px; font-weight: 700; }
.decision-compare dd { margin-top: 6px; color: var(--muted); font-size: 15px; }
.or { display: grid; place-content: center; color: var(--gold); font-size: 13px; font-weight: 700; }
.conclusion { margin-top: 32px; padding: 22px; background: var(--cream); font-family: var(--serif); font-size: 19px; text-align: center; }
.decision-questions { margin-top: 28px; padding: 30px; border: 1px solid var(--line); }
.decision-questions h3 { margin-bottom: 20px; font-family: var(--serif); font-size: 22px; }
.decision-questions ol { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.decision-questions li { min-height: 96px; padding: 18px; display: flex; align-items: center; gap: 12px; background: #f4f7f6; font-size: 15px; font-weight: 600; }
.decision-questions li b { color: var(--teal); font-size: 13px; }
.decision-questions > p { margin-top: 18px; color: var(--muted); font-size: 15px; }
.inline-cta { margin-top: 24px; padding: 26px 30px; display: flex; align-items: center; justify-content: space-between; gap: 24px; background: var(--teal-light); }
.inline-cta p { font-family: var(--serif); font-size: 17px; font-weight: 600; }
.inline-cta .button { min-width: 320px; padding: 15px 20px; }

.method-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.method-grid article { padding: 32px; border-top: 3px solid var(--teal); background: #fff; }
.method-grid article > span { color: var(--teal); font-size: 12px; font-weight: 700; }
.method-grid h3 { margin: 8px 0 12px; font-family: var(--serif); font-size: 23px; }
.method-grid p { min-height: 60px; color: var(--muted); font-size: 15px; }
.method-grid a { display: inline-block; margin-top: 18px; border-bottom: 1px solid; color: var(--teal); font-size: 14px; font-weight: 700; }
.not-covered { margin-top: 24px; padding: 22px 26px; display: flex; align-items: center; gap: 32px; border: 1px solid #cabfae; background: #f9f7f3; }
.not-covered strong { font-family: var(--serif); white-space: nowrap; }
.not-covered p { color: var(--muted); font-size: 14px; }

.compact-section { padding: 60px 0; background: var(--teal); color: #fff; }
.compact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 55px; align-items: center; }
.compact-section h2 { margin-bottom: 10px; font-size: 32px; }
.compact-section p:last-child { color: #e2eeee; font-size: 15px; }
.compact-grid ul { display: flex; flex-wrap: wrap; gap: 9px; }
.compact-grid li { padding: 9px 14px; border: 1px solid rgba(255,255,255,.35); font-size: 14px; }

.buyer-needs-head { max-width: 900px; }
.buyer-needs-head h2 { font-size: 39px; }
.needs-list { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.needs-list li { min-height: 138px; padding: 24px 18px; display: flex; align-items: center; border-right: 1px solid var(--line); font-family: var(--serif); font-size: 16px; }
.needs-list li:last-child { border: 0; }
.needs-list li::before { content: "＋"; margin-right: 9px; color: var(--teal); }
.buyer-caveat { margin-top: 30px; padding: 24px 28px; background: var(--cream); font-size: 14px; }
.buyer-caveat p + p { margin-top: 8px; }

.support-flow { margin-top: 10px; display: grid; grid-template-columns: repeat(7, 1fr); }
.support-flow li { position: relative; min-height: 118px; padding: 24px 16px 0 0; border-top: 1px solid rgba(255,255,255,.3); }
.support-flow li::before { content: ""; position: absolute; top: -4px; left: 0; width: 7px; height: 7px; border-radius: 50%; background: #76aaa5; }
.support-flow li:not(:last-child)::after { content: "→"; position: absolute; right: 12px; top: 48px; color: #89a1a7; }
.support-flow b { display: block; margin-bottom: 8px; color: #8bbab6; font-size: 12px; }
.support-flow span { font-family: var(--serif); font-size: 15px; line-height: 1.65; }
.flow-note { margin-top: 24px; color: #d0dadc; font-size: 14px; }

.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 23px 54px 23px 46px; cursor: pointer; list-style: none; font-size: 17px; font-weight: 600; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::before { content: "Q"; position: absolute; left: 10px; color: var(--teal); font-family: var(--serif); font-size: 21px; }
.faq-list summary::after { content: "＋"; position: absolute; right: 12px; color: var(--teal); font-size: 20px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding: 0 46px 24px; color: var(--muted); font-size: 16px; }

.final-cta { position: relative; isolation: isolate; padding: 104px 0; color: #fff; }
.final-cta > img, .final-overlay { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.final-overlay { z-index: -1; background: linear-gradient(90deg, rgba(10,29,36,.96), rgba(10,29,36,.76) 60%, rgba(10,29,36,.35)); }
.final-content { max-width: 1160px; }
.final-content h2 { font-size: clamp(31px, 3.5vw, 46px); }
.final-content > p:not(.eyebrow):not(.trust) { max-width: 46em; color: #e2e9ea; font-size: 16px; }
.final-cta-group { width: max-content; margin-top: 30px; }
.final-content .button { margin-top: 0; }
.final-cta-group .trust { margin-top: 18px; justify-content: flex-start; text-align: left; }
.site-footer { padding: 56px 0 24px; background: #091a21; color: #fff; }
.footer-grid { padding-bottom: 42px; display: grid; grid-template-columns: 1fr 1.5fr; gap: 50px; }
.footer-grid img { width: 245px; margin-bottom: 16px; }
.footer-grid p { color: #c0cbce; font-size: 13px; }
.footer-grid nav { display: grid; grid-template-columns: 1fr 1fr; gap: 11px 28px; color: #d1d9db; font-size: 13px; }
.footer-grid a:hover { color: #fff; text-decoration: underline; }
.copyright { padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.13); color: #adbbbf; font-size: 12px; }
.mobile-fixed-cta { display: none; }

@media (max-width: 1020px) {
  .split-media, .value-layout, .decision-layout { grid-template-columns: 1fr; }
  .photo-card img { height: auto; }
  .comparison-diagram { grid-template-columns: 1fr; }
  .compare-axis { height: 76px; }
  .compare-axis::before { top: 0; bottom: 0; left: 50%; }
  .outcome-comparison { grid-template-columns: 1fr; }
  .outcome-comparison > figcaption { grid-column: auto; }
  .needs-list { grid-template-columns: 1fr 1fr; }
  .support-flow { grid-template-columns: repeat(4, 1fr); gap: 22px; }
  .support-flow li:not(:last-child)::after { display: none; }
}

@media (max-width: 767px) {
  .launch-comparison { grid-template-columns: 1fr; gap: 24px; }
  .launch-card { width: 100%; max-width: 100%; box-sizing: border-box; }
}

@media (max-width: 640px) {
  body { padding-bottom: 80px; font-size: 16px; line-height: 1.8; }
  .container, .narrow, .investment-container { width: min(100% - 32px, 1160px); }
  .site-header { height: 64px; padding: 0 16px; }
  .brand img { width: 190px; }
  .header-cta { display: none; }
  .breadcrumbs { width: calc(100% - 32px); height: 44px; font-size: 11px; }
  .breadcrumbs li:nth-child(2) { display: none; }
  .hero { min-height: 720px; align-items: flex-end; }
  .hero-overlay { background: linear-gradient(0deg, rgba(8,25,32,.98) 8%, rgba(8,25,32,.78) 62%, rgba(8,25,32,.2)); }
  .hero-media img { object-position: 61% center; }
  .hero-content { padding-block: 50px; }
  .hero h1 { margin-bottom: 18px; font-size: 34px; line-height: 1.45; }
  .hero-lead { font-size: 20px; }
  .hero-note { font-size: 15px; }
  .hero-tags { gap: 7px; }
  .hero-tags li { padding: 5px 9px; font-size: 13px; }
  .cta-block, .button { width: 100%; min-width: 0; }
  .button { font-size: 15px; }
  .trust { flex-wrap: wrap; gap: 6px 12px; font-size: 13px; }
  .message-grid { grid-template-columns: 1fr; padding: 14px 0; }
  .message-grid p { padding: 14px 8px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .message-grid p:last-child { border: 0; }
  .message-grid span { font-size: 15px; }
  .message-grid span br { display: none; }
  .section { padding: 64px 0; }
  .section-head { margin-bottom: 32px; }
  .section h2, .compact-section h2, .final-cta h2 { font-size: 27px; line-height: 1.55; }
  .section-head > p:last-child { font-size: 15px; }
  .outcome-head h2 span, .buyer-needs-head h2 span { display: inline; white-space: normal; }
  .causes-intro span,
  .value-intro strong,
  .value-intro span { display: inline; white-space: normal; }
  .investment-head h2 { font-size: 27px; white-space: normal; }
  .investment-head .section06-copy { max-width: none; text-align: center; }
  .cause-diagram { grid-template-columns: 1fr; gap: 12px; }
  .cause-diagram article { min-height: 0; padding: 21px 20px 21px 72px; position: relative; }
  .cause-diagram article > span { position: absolute; top: 29px; left: 20px; }
  .cause-diagram p { font-size: 14px; }
  .diagram-label { margin: 0 0 16px; font-size: 13px; }
  .bridge-copy { margin-top: 28px; padding: 20px; }
  .bridge-copy strong { font-size: 18px; }
  .bridge-copy p { margin-top: 7px; font-size: 14px; }
  .value-emphasis { margin-top: -10px; font-size: 18px; }
  .value-emphasis br { display: none; }
  .value-layout { gap: 26px; }
  .value-list { gap: 4px; }
  .value-list li { padding: 16px 10px; }
  .value-list b { font-size: 17px; }
  .value-list span { font-size: 14px; }
  .caption-note { font-size: 13px; text-align: left; }
  .comparison header { min-height: 0; padding: 20px; }
  .comparison h3 { font-size: 19px; }
  .comparison ul { padding: 15px 20px; }
  .comparison li { font-size: 14px; }
  .disclaimer { font-size: 14px; text-align: left; white-space: normal; }
  .launch-card { padding: 24px 20px; }
  .launch-card h3 { font-size: 21px; }
  .launch-steps { grid-template-columns: 1fr; }
  .launch-steps li { font-size: 14px; text-align: left; }
  .launch-note { font-size: 14px; text-align: left; }
  .launch-note span { display: inline; white-space: normal; }
  .launch-note span + span::before { content: " "; }
  .equation { gap: 15px; padding: 25px 12px; }
  .equation span { font-size: 19px; text-align: center; }
  .equation b { font-size: 27px; }
  .factor-row { justify-content: flex-start; }
  .factor-row li, .text-link { font-size: 13px; }
  .outcome-comparison { gap: 20px; }
  .outcome-case h3 { font-size: 17px; }
  .case-formula { min-height: 0; padding: 18px; grid-template-columns: 1fr; }
  .case-formula > span, .case-formula > strong { min-height: 64px; font-size: 14px; }
  .case-formula i { min-height: 34px; }
  .outcome-comparison > figcaption { font-size: 13px; }
  .outcome-message strong { font-size: 19px; }
  .outcome-message span { font-size: 14px; }
  .balanced-note { display: block; }
  .balanced-note i { width: 40px; height: 1px; margin: 16px auto; display: block; }
  .balanced-note p { font-size: 14px; }
  .decision-compare { grid-template-columns: 1fr; }
  .or { height: 40px; }
  .decision-compare dd { font-size: 14px; }
  .decision-questions { padding: 22px 18px; }
  .decision-questions h3 { font-size: 20px; }
  .decision-questions ol { grid-template-columns: 1fr; gap: 9px; }
  .decision-questions li { min-height: 68px; font-size: 14px; }
  .decision-questions > p { font-size: 14px; }
  .inline-cta { display: block; padding: 22px; }
  .inline-cta p { font-size: 16px; }
  .inline-cta .button { width: 100%; margin-top: 18px; }
  .method-grid { grid-template-columns: 1fr; }
  .method-grid p { min-height: 0; font-size: 14px; }
  .not-covered { display: block; }
  .not-covered strong { white-space: normal; }
  .not-covered p { margin-top: 8px; font-size: 14px; }
  .compact-section { padding: 58px 0; }
  .compact-grid { grid-template-columns: 1fr; gap: 24px; }
  .compact-section p:last-child, .compact-grid li { font-size: 14px; }
  .buyer-needs-head h2 { font-size: 27px; }
  .needs-list { grid-template-columns: 1fr; }
  .needs-list li { min-height: 68px; border-right: 0; font-size: 15px; }
  .buyer-caveat { font-size: 13px; }
  .support-flow { grid-template-columns: 1fr 1fr; gap: 15px; }
  .support-flow li { min-height: 98px; }
  .support-flow span { font-size: 14px; }
  .flow-note { font-size: 13px; }
  .faq-list summary { padding: 20px 42px 20px 36px; font-size: 16px; line-height: 1.7; }
  .faq-list summary::before { left: 3px; }
  .faq-list details p { padding: 0 36px 21px; font-size: 15px; }
  .final-cta { padding: 72px 0; }
  .final-overlay { background: rgba(8,25,32,.84); }
  .final-content > p:not(.eyebrow):not(.trust) { font-size: 15px; }
  .final-content > p:not(.eyebrow):not(.trust) br { display: none; }
  .final-cta-group { width: 100%; }
  .final-content .button { width: 100%; min-width: 0; }
  .final-cta-group .trust { margin-top: 16px; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 6px; font-size: 14px; text-align: left; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-grid nav { grid-template-columns: 1fr; font-size: 13px; }
  .copyright { gap: 20px; }
  .mobile-fixed-cta {
    position: fixed;
    z-index: 50;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    padding: 8px 12px calc(8px + env(safe-area-inset-bottom));
    background: rgba(255,255,255,.97);
    box-shadow: 0 -3px 16px rgba(0,0,0,.15);
  }
  .mobile-fixed-cta a { height: 58px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--gold); color: #fff; font-size: 16px; font-weight: 700; line-height: 1.35; }
  .mobile-fixed-cta small { font-size: 13px; font-weight: 400; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}

