:root {
  --green-900: #254f31;
  --green-800: #2f6b3f;
  --green-700: #3f7f4b;
  --green-100: #edf5ed;
  --green-050: #f6faf6;
  --orange-700: #d95025;
  --orange-600: #ef642f;
  --orange-100: #fff0e8;
  --orange-050: #fff8f4;
  --cream: #fbf9f5;
  --white: #ffffff;
  --ink: #282722;
  --muted: #69685f;
  --line: #e6e3dc;
  --line-strong: #d6d1c7;
  --shadow-sm: 0 10px 28px rgba(37, 54, 40, 0.08);
  --shadow-md: 0 20px 55px rgba(37, 54, 40, 0.12);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 32px;
  --shell: 1180px;
  --header-height: 84px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
h1, h2, h3, h4, p, ul, ol, dl, figure, blockquote { margin-top: 0; }
ul, ol { padding-left: 0; }
li { list-style: none; }
summary { cursor: pointer; }
section[id], article[id] { scroll-margin-top: calc(var(--header-height) + 24px); }

.shell { width: min(var(--shell), calc(100% - 48px)); margin-inline: auto; }
.section { padding: 108px 0; }
.section--soft { background: var(--cream); }

.skip-link {
  position: fixed;
  left: 16px;
  top: -60px;
  z-index: 9999;
  padding: 10px 16px;
  border-radius: 8px;
  color: var(--white);
  background: var(--green-900);
  transition: top .2s ease;
}
.skip-link:focus { top: 16px; }

.topbar { background: var(--green-900); color: rgba(255,255,255,.94); font-size: 13px; }
.topbar__inner { min-height: 36px; display: flex; align-items: center; justify-content: center; gap: 28px; }
.topbar__inner span { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.topbar__inner span + span::before { content: ""; width: 3px; height: 3px; border-radius: 50%; background: rgba(255,255,255,.55); margin-right: 20px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(230,227,220,.9);
  backdrop-filter: blur(12px);
}
.header-inner { min-height: var(--header-height); display: flex; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand img { width: 51px; height: 47px; object-fit: contain; }
.brand span { display: flex; flex-direction: column; line-height: 1.15; }
.brand strong { font-size: 16px; letter-spacing: .06em; }
.brand small { margin-top: 5px; color: var(--muted); font-family: Georgia, serif; font-size: 10px; letter-spacing: .12em; }
.global-nav { margin-left: auto; display: flex; align-items: center; gap: 25px; }
.global-nav a { position: relative; padding: 10px 0; color: #3f403a; font-size: 14px; font-weight: 700; }
.global-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 3px; height: 2px; background: var(--orange-600); transition: right .2s ease; }
.global-nav a:hover::after, .global-nav a:focus-visible::after { right: 0; }
.header-call { display: flex; flex-direction: column; justify-content: center; min-width: 174px; padding: 10px 16px; border-radius: 14px; color: var(--white); background: var(--green-800); line-height: 1.2; }
.header-call small { font-size: 10px; opacity: .86; }
.header-call strong { margin-top: 4px; font-family: Georgia, serif; font-size: 19px; letter-spacing: .035em; }
.header-call:hover, .header-call:focus-visible { background: var(--green-900); }
.menu-button { display: none; }

.hero { position: relative; overflow: hidden; padding: 72px 0 82px; background: linear-gradient(180deg, #fff 0%, #fffdfa 100%); }
.hero::before { content: ""; position: absolute; width: 480px; height: 480px; border-radius: 50%; left: -270px; top: -220px; background: radial-gradient(circle, rgba(121,165,61,.11), rgba(121,165,61,0) 70%); }
.hero::after { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; right: -280px; bottom: -310px; background: radial-gradient(circle, rgba(239,100,47,.10), rgba(239,100,47,0) 72%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 60px; align-items: center; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 14px; color: var(--green-800); font-size: 13px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { width: 24px; height: 1px; background: var(--orange-600); }
.hero h1 { margin-bottom: 24px; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(43px, 4.1vw, 66px); line-height: 1.34; letter-spacing: .025em; font-weight: 600; }
.hero h1 em { color: var(--orange-700); font-style: normal; }
.hero-lead { max-width: 560px; margin-bottom: 26px; color: #53534d; font-size: 17px; line-height: 2; }
.hero-points { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 30px; }
.hero-points li { padding: 7px 12px; border: 1px solid #d8e4d8; border-radius: 999px; color: var(--green-900); background: var(--green-050); font-size: 12px; font-weight: 700; }
.hero-actions { display: flex; gap: 12px; align-items: stretch; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 22px; border: 1px solid transparent; border-radius: 14px; font-weight: 800; line-height: 1.3; transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button--call { min-width: 250px; color: var(--white); background: var(--orange-600); box-shadow: 0 12px 24px rgba(217,80,37,.20); }
.button--call:hover, .button--call:focus-visible { background: var(--orange-700); box-shadow: 0 15px 30px rgba(217,80,37,.27); }
.button--call small { display: block; font-size: 10px; font-weight: 600; opacity: .86; }
.button--call strong { display: block; font-size: 16px; }
.button-icon { font-size: 22px; }
.button--outline { color: var(--green-800); border-color: #bfd1bf; background: var(--white); }
.button--outline:hover, .button--outline:focus-visible { border-color: var(--green-800); background: var(--green-050); }
.button--green { color: var(--white); background: var(--green-800); box-shadow: 0 12px 24px rgba(47,107,63,.16); }
.button--green:hover, .button--green:focus-visible { background: var(--green-900); }
.button--light { color: var(--green-900); background: var(--white); }
.hero-contact-note { margin: 14px 0 0; color: var(--muted); font-size: 12px; }
.hero-visual { position: relative; margin: 0; padding: 0 0 38px 30px; }
.hero-visual picture { display: block; overflow: hidden; border-radius: 34px 34px 90px 34px; box-shadow: var(--shadow-md); }
.hero-visual img { width: 100%; aspect-ratio: 816 / 490; object-fit: cover; }
.hero-visual figcaption { position: absolute; left: 0; right: 70px; bottom: 0; padding: 17px 22px; border-left: 4px solid var(--orange-600); border-radius: 14px; background: rgba(255,255,255,.96); box-shadow: var(--shadow-sm); }
.hero-visual figcaption strong, .hero-visual figcaption span { display: block; }
.hero-visual figcaption strong { font-size: 14px; }
.hero-visual figcaption span { margin-top: 3px; color: var(--muted); font-size: 11px; }
.hero-badge { position: absolute; right: -14px; padding: 12px 16px; border-radius: 14px; color: var(--white); box-shadow: var(--shadow-sm); line-height: 1.35; }
.hero-badge strong, .hero-badge span { display: block; }
.hero-badge strong { font-size: 13px; }
.hero-badge span { margin-top: 3px; font-size: 10px; opacity: .82; }
.hero-badge--area { top: 42px; background: var(--green-800); }
.hero-badge--private { right: 18px; bottom: 76px; color: var(--green-900); background: #edf4e7; }

.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { display: flex; align-items: center; gap: 12px; min-height: 92px; padding: 16px 24px; }
.trust-grid > div + div { border-left: 1px solid var(--line); }
.trust-grid > div > span { width: 28px; height: 28px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: var(--green-800); background: var(--green-100); font-weight: 900; }
.trust-grid p { margin: 0; line-height: 1.45; }
.trust-grid strong, .trust-grid small { display: block; }
.trust-grid strong { font-size: 13px; }
.trust-grid small { margin-top: 4px; color: var(--muted); font-size: 10px; }

.urgent { padding: 38px 0; background: var(--orange-050); }
.urgent-card { display: grid; grid-template-columns: 1.05fr 1.8fr auto; gap: 30px; align-items: center; padding: 24px 28px; border: 1px solid #f3d7ca; border-radius: var(--radius-md); background: var(--white); box-shadow: 0 10px 28px rgba(95,67,50,.05); }
.urgent-title { display: flex; gap: 14px; align-items: flex-start; }
.urgent-mark { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: var(--orange-700); background: var(--orange-100); font-size: 22px; font-weight: 700; }
.urgent-title .kicker { margin-bottom: 4px; color: var(--orange-700); font-size: 10px; }
.urgent-title h2 { margin: 0; font-size: 18px; line-height: 1.55; }
.urgent-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 0; }
.urgent-steps li { display: flex; gap: 10px; align-items: flex-start; }
.urgent-steps li > span { width: 25px; height: 25px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--green-800); font-size: 11px; font-weight: 800; }
.urgent-steps p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.urgent-steps strong { display: block; color: var(--ink); font-size: 12px; }
.inline-link { color: var(--green-800); font-size: 12px; font-weight: 800; white-space: nowrap; }
.inline-link span { color: var(--orange-600); }

.section-heading { max-width: 760px; margin-bottom: 44px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading .kicker { margin-bottom: 10px; }
.section-heading h2 { margin-bottom: 16px; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(32px, 3.4vw, 48px); line-height: 1.45; letter-spacing: .025em; font-weight: 600; }
.section-heading h2 strong { color: var(--orange-700); font-weight: 600; }
.phrase-nowrap { display: inline-block; white-space: nowrap; }
.section-heading > p:last-child { margin-bottom: 0; color: var(--muted); font-size: 15px; }

.price-section { background: var(--white); }
.price-rule { max-width: 910px; display: grid; grid-template-columns: 72px 1fr; gap: 20px; align-items: center; margin: 0 auto 38px; padding: 22px 28px; border: 1px solid #d8e7d9; border-radius: var(--radius-md); background: var(--green-050); }
.price-rule__number { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--green-800); font-family: Georgia, serif; font-size: 18px; }
.price-rule span, .price-rule strong { display: block; }
.price-rule span { color: var(--green-800); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.price-rule strong { margin-top: 2px; font-size: 19px; }
.price-rule p { margin: 4px 0 0; color: var(--muted); font-size: 12px; }
.weight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.weight-card { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-sm); }
.weight-card::before { content: ""; display: block; height: 6px; background: #a6bba9; }
.weight-card--small::before { background: #87a89e; }
.weight-card--main { border-color: #b8d0b9; box-shadow: 0 22px 55px rgba(47,107,63,.13); transform: translateY(-8px); }
.weight-card--main::before { background: var(--green-800); }
.weight-card--large::before { background: var(--orange-600); }
.weight-card header { padding: 25px 24px 19px; border-bottom: 1px solid var(--line); }
.weight-card header p { margin-bottom: 2px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.weight-card header h3 { margin-bottom: 4px; font-size: 27px; line-height: 1.35; }
.weight-card header span { color: var(--muted); font-size: 11px; }
.weight-card__badge { position: absolute; top: 16px; right: 16px; padding: 5px 9px; border-radius: 999px; color: var(--white); background: var(--green-800); font-size: 9px; font-weight: 800; letter-spacing: .05em; }
.price-list { padding: 0 24px; }
.price-list > div { min-height: 103px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.price-list > div:last-child { border-bottom: 0; }
.price-list p { margin: 0; }
.price-list p > strong, .price-list p > small { display: block; }
.price-list p > strong { font-size: 13px; }
.price-list p > small { margin-top: 4px; color: var(--muted); font-size: 9px; line-height: 1.45; }
.money { text-align: right; flex: 0 0 auto; }
.money strong { color: var(--green-900); font-family: Georgia, "Yu Mincho", serif; font-size: 22px !important; letter-spacing: -.025em; }
.weight-card--large .money strong { color: var(--orange-700); }
.money small { font-size: 9px !important; }
.price-list__unavailable { background: #faf8f5; margin-inline: -24px; padding-inline: 24px !important; }
.price-list__unavailable .money strong { color: #77736a; font-family: inherit; font-size: 17px !important; }
.weight-card__note { margin: 0 20px 20px; padding: 10px 12px; border-radius: 10px; color: var(--green-900); background: var(--green-100); font-size: 10px; font-weight: 700; line-height: 1.55; text-align: center; }
.price-notes { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-top: 38px; padding: 24px 28px; border-radius: var(--radius-md); background: var(--cream); }
.price-notes > div { display: flex; gap: 14px; align-items: flex-start; }
.price-notes > div > span { width: 30px; height: 30px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: var(--green-800); background: var(--green-100); font-weight: 900; }
.price-notes p { margin: 0; }
.price-notes strong, .price-notes small { display: block; }
.price-notes strong { font-size: 13px; }
.price-notes small { margin-top: 4px; color: var(--muted); font-size: 10px; }

.choice-guide { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 28px; }
.choice-guide > div { position: relative; padding: 16px 18px 16px 46px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.choice-guide > div::before { content: ""; position: absolute; left: 18px; top: 22px; width: 16px; height: 16px; border-radius: 50%; border: 5px solid var(--green-100); background: var(--green-800); }
.choice-guide span, .choice-guide strong { display: block; }
.choice-guide span { color: var(--muted); font-size: 10px; }
.choice-guide strong { margin-top: 2px; color: var(--green-900); font-size: 14px; }
.plan-grid { display: grid; gap: 24px; }
.plan-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-sm); }
.plan-card > header { display: grid; grid-template-columns: 54px 1fr auto; gap: 16px; align-items: center; padding: 24px 28px; border-bottom: 1px solid var(--line); }
.plan-card--pickup > header { border-top: 6px solid #7097ad; }
.plan-card--entrust > header { border-top: 6px solid var(--green-800); }
.plan-card--attend > header { border-top: 6px solid var(--orange-600); }
.plan-number { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; color: var(--green-900); background: var(--green-100); font-family: Georgia, serif; font-size: 17px; }
.plan-card--pickup .plan-number { color: #466b80; background: #edf3f6; }
.plan-card--attend .plan-number { color: var(--orange-700); background: var(--orange-100); }
.plan-card header p { margin: 0 0 2px; color: var(--muted); font-size: 11px; }
.plan-card header h3 { margin: 0; font-size: 27px; }
.plan-result { padding: 8px 12px; border-radius: 999px; color: var(--green-900); background: var(--green-100); font-size: 11px; white-space: nowrap; }
.plan-card--pickup .plan-result { color: #466b80; background: #edf3f6; }
.plan-card--attend .plan-result { color: var(--orange-700); background: var(--orange-100); }
.plan-lead { padding: 25px 28px 0; color: #55544d; font-size: 14px; }
.plan-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin: 22px 28px; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.plan-facts > div { padding: 13px 16px; text-align: center; }
.plan-facts > div + div { border-left: 1px solid var(--line); }
.plan-facts dt { color: var(--muted); font-size: 9px; }
.plan-facts dd { margin: 3px 0 0; color: var(--green-900); font-size: 14px; font-weight: 800; }
.mini-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 8px; align-items: center; margin: 0 28px 22px; padding: 14px; border-radius: 14px; background: var(--cream); text-align: center; }
.mini-flow span { font-size: 10px; font-weight: 700; }
.mini-flow i { color: var(--orange-600); font-style: normal; }
.included-box { margin: 0 28px; padding: 20px 22px; border-radius: 16px; background: var(--green-050); }
.included-box--with-photo { display: grid; grid-template-columns: 1fr 170px; gap: 20px; align-items: center; }
.included-box h4 { margin-bottom: 12px; font-size: 13px; }
.included-box ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; }
.included-box li { padding: 6px 9px; border: 1px solid #d7e5d7; border-radius: 999px; color: var(--green-900); background: var(--white); font-size: 9px; font-weight: 700; }
.included-box figure { margin: 0; text-align: center; }
.included-box figure img { width: 100%; height: 112px; object-fit: contain; border-radius: 12px; background: var(--white); }
.included-box figcaption { margin-top: 5px; color: var(--muted); font-size: 9px; }
.plan-limit { margin: 18px 28px 24px; color: var(--green-800); font-size: 11px; }
.plan-limit--alert { color: var(--orange-700); }

.set-section { background: var(--white); }
.set-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.set-card { position: relative; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-sm); }
.set-card--standard { border-color: #bfd7c1; }
.set-card__label { display: inline-flex; margin-bottom: 16px; padding: 6px 10px; border-radius: 999px; color: var(--green-900); background: var(--green-100); font-size: 10px; font-weight: 800; }
.set-card--upgrade .set-card__label { color: var(--orange-700); background: var(--orange-100); }
.set-card__visual { display: grid; grid-template-columns: 1fr 28px 1fr; align-items: center; gap: 8px; margin-bottom: 20px; }
.set-card__visual figure { margin: 0; text-align: center; }
.set-card__visual img { width: 100%; height: 230px; object-fit: contain; border-radius: 16px; background: var(--cream); }
.set-card__visual figcaption { margin-top: 6px; color: var(--muted); font-size: 10px; }
.set-card__visual > span { color: var(--orange-600); font-size: 24px; text-align: center; }
.set-card h3 { margin-bottom: 14px; font-size: 24px; }
.set-card dl { margin: 0 0 14px; border-top: 1px solid var(--line); }
.set-card dl > div { display: flex; justify-content: space-between; gap: 18px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 11px; }
.set-card dt { color: var(--muted); }
.set-card dd { margin: 0; font-weight: 800; text-align: right; }
.set-card > p:last-child { margin-bottom: 0; color: var(--muted); font-size: 11px; }
.upgrade-price { margin-bottom: 12px; padding: 13px 15px; border-radius: 12px; background: var(--orange-050); }
.upgrade-price small, .upgrade-price strong { display: block; }
.upgrade-price small { color: var(--muted); font-size: 9px; }
.upgrade-price strong { color: var(--orange-700); font-size: 20px; }

.reasons { background: linear-gradient(180deg, #fff 0%, #f8fbf7 100%); }
.reason-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.reason-grid article { padding: 25px 24px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.reason-grid article > span { color: var(--orange-600); font-family: Georgia, serif; font-size: 13px; }
.reason-grid h3 { margin: 10px 0 8px; font-size: 17px; }
.reason-grid p { margin: 0; color: var(--muted); font-size: 11px; }

.vehicle-grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: 58px; align-items: center; }
.vehicle-gallery { position: relative; padding: 0 36px 50px 0; }
.vehicle-gallery figure { margin: 0; }
.vehicle-main { overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.vehicle-main img { width: 100%; aspect-ratio: 1.5 / 1; object-fit: cover; }
.vehicle-main figcaption, .vehicle-detail figcaption { padding: 9px 12px; color: var(--muted); background: var(--white); font-size: 9px; }
.vehicle-detail { position: absolute; right: 0; bottom: 0; width: 47%; overflow: hidden; border: 7px solid var(--white); border-radius: 20px; box-shadow: var(--shadow-md); }
.vehicle-detail img { width: 100%; aspect-ratio: 1.45 / 1; object-fit: cover; }
.vehicle-copy h2, .promise-copy h2, .area-copy h2, .faq-intro h2, .contact h2 { margin-bottom: 20px; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(30px, 3vw, 44px); line-height: 1.5; font-weight: 600; }
.vehicle-copy > p { color: var(--muted); font-size: 14px; }
.vehicle-points { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0; }
.vehicle-points li { padding: 7px 11px; border-radius: 999px; color: var(--green-900); background: var(--green-100); font-size: 10px; font-weight: 800; }
.vehicle-note { padding: 18px 20px; border-left: 4px solid var(--orange-600); border-radius: 12px; background: var(--orange-050); }
.vehicle-note strong { font-size: 13px; }
.vehicle-note p { margin: 5px 0 0; color: var(--muted); font-size: 11px; }
.small-note { margin: 13px 0 0; color: var(--muted); font-size: 9px !important; }

.flow-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 48px; align-items: start; }
.flow-photo { margin: 0; overflow: hidden; border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-md); }
.flow-photo img { width: 100%; aspect-ratio: 1 / .96; object-fit: cover; }
.flow-photo figcaption { padding: 18px 20px; }
.flow-photo strong, .flow-photo span { display: block; }
.flow-photo strong { font-size: 14px; }
.flow-photo span { margin-top: 4px; color: var(--muted); font-size: 10px; }
.flow-list { display: grid; gap: 14px; margin: 0; }
.flow-list li { display: grid; grid-template-columns: 58px 1fr; gap: 18px; align-items: center; padding: 20px 22px; border: 1px solid var(--line); border-radius: 17px; background: var(--white); }
.flow-list li > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--green-800); font-family: Georgia, serif; font-size: 13px; }
.flow-list li:nth-child(3) > span, .flow-list li:nth-child(5) > span { background: var(--orange-600); }
.flow-list h3 { margin: 0 0 4px; font-size: 15px; }
.flow-list p { margin: 0; color: var(--muted); font-size: 10px; }

.promise { background: var(--white); }
.promise-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 46px; align-items: center; }
.promise-copy h2 strong { color: var(--orange-700); font-weight: 600; }
.promise-copy > p { color: var(--muted); font-size: 14px; }
.promise-copy ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 0; }
.promise-copy li { padding: 7px 11px; border-radius: 999px; color: var(--green-900); background: var(--green-100); font-size: 10px; font-weight: 800; }
.promise figure { margin: 0; overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }
.promise figure img { width: 100%; }

.area { background: var(--cream); }
.area-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 54px; align-items: center; }
.area-copy h2 strong { color: var(--orange-700); font-weight: 600; }
.area-copy > p { color: var(--muted); font-size: 13px; }
.city-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0; }
.city-list span { padding: 7px 11px; border: 1px solid #d7e4d7; border-radius: 999px; color: var(--green-900); background: var(--white); font-size: 10px; font-weight: 700; }
.area-note { padding: 14px 16px; border-radius: 12px; background: var(--white); }
.area-map { margin: 0; padding: 24px; border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-sm); }
.area-map img { width: 100%; }

.goods { background: var(--cream); }
.featured-goods { display: grid; grid-template-columns: .85fr 1.15fr; gap: 46px; align-items: center; margin-bottom: 56px; padding: 38px; border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-sm); }
.featured-goods__image { overflow: hidden; border-radius: 22px; background: var(--cream); }
.featured-goods__image img { width: 100%; max-height: 520px; object-fit: contain; }
.goods-tag { display: inline-flex; margin-bottom: 12px; padding: 5px 9px; border-radius: 999px; color: var(--orange-700); background: var(--orange-100); font-size: 9px; font-weight: 800; }
.goods-tag--green { color: var(--green-900); background: var(--green-100); }
.featured-goods__copy h3 { margin-bottom: 14px; font-size: 29px; }
.featured-goods__copy > p { color: var(--muted); font-size: 13px; }
.featured-goods__copy ul { display: grid; gap: 8px; margin: 20px 0; }
.featured-goods__copy li { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 11px; background: var(--cream); font-size: 11px; font-weight: 700; }
.featured-goods__copy li span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--green-800); font-size: 9px; }
.featured-price { margin: 0 !important; }
.featured-price small, .featured-price strong, .featured-price span { display: inline-block; }
.featured-price small { margin-right: 12px; color: var(--muted); font-size: 10px; }
.featured-price strong { color: var(--orange-700); font-family: Georgia, serif; font-size: 32px; }
.featured-price span { font-size: 10px; }
.goods-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin: 0 0 18px; }
.goods-heading > div > span { color: var(--green-800); font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.goods-heading h3 { margin: 5px 0 4px; font-size: 24px; }
.goods-heading p { margin: 0; color: var(--muted); font-size: 11px; }
.goods-heading > p { text-align: right; }
.goods-heading > p small, .goods-heading > p strong, .goods-heading > p span { display: inline-block; }
.goods-heading > p small { margin-right: 8px; }
.goods-heading > p strong { color: var(--orange-700); font-family: Georgia, serif; font-size: 25px; }
.capsule-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-bottom: 34px; }
.product-card { display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--white); }
.product-card figure { position: relative; margin: 0; background: #f4f6f8; }
.product-card figure img { width: 100%; height: 100%; min-height: 230px; object-fit: cover; }
.product-card figcaption { position: absolute; left: 12px; bottom: 12px; padding: 4px 8px; border-radius: 999px; color: var(--white); background: rgba(37,79,49,.86); font-size: 9px; font-weight: 800; }
.product-card--pink figcaption { background: rgba(217,80,37,.84); }
.product-card > div { padding: 25px 22px; }
.product-card h3 { margin-bottom: 9px; font-size: 18px; }
.product-card p { color: var(--muted); font-size: 10px; }
.product-card > div > strong { color: var(--orange-700); font-size: 16px; }
.bell-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: center; margin-bottom: 54px; padding: 28px; border-radius: 22px; background: var(--white); }
.bell-panel h3 { margin-bottom: 10px; font-size: 22px; }
.bell-panel p { margin-bottom: 0; color: var(--muted); font-size: 11px; }
.bell-photos { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.bell-photos figure { margin: 0; overflow: hidden; border-radius: 14px; background: var(--cream); }
.bell-photos img { width: 100%; aspect-ratio: 1.5 / 1; object-fit: cover; }
.bell-photos figcaption { padding: 7px; text-align: center; font-size: 10px; }
.goods-heading--more { margin-top: 0; }
.more-goods-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.more-goods-grid article { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.more-goods-grid img { width: 100%; aspect-ratio: 1.28 / 1; object-fit: cover; background: var(--cream); }
.more-goods-grid h3 { margin: 14px 14px 5px; font-size: 13px; }
.more-goods-grid p { margin: 0 14px 16px; color: var(--muted); font-size: 9px; }

.voices { background: var(--white); }
.voice-grid { display: grid; grid-template-columns: 1fr 1fr .84fr; gap: 18px; }
.voice-grid article { padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); }
.voice-grid article > div { display: flex; gap: 7px; margin-bottom: 17px; }
.voice-grid article > div span { padding: 4px 8px; border-radius: 999px; color: var(--green-900); background: var(--green-100); font-size: 9px; }
.voice-grid blockquote { margin-bottom: 13px; font-family: "Yu Mincho", serif; font-size: 17px; line-height: 1.8; }
.voice-grid article > p { margin-bottom: 0; color: var(--muted); font-size: 10px; }
.voice-cta { color: var(--white); border: 0 !important; background: var(--green-800) !important; }
.voice-cta > span { font-size: 31px; }
.voice-cta h3 { margin: 13px 0 9px; font-size: 20px; }
.voice-cta p { color: rgba(255,255,255,.76) !important; }
.voice-cta .button { margin-top: 18px; min-width: 0; width: 100%; background: var(--orange-600); }

.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 58px; align-items: start; }
.faq-intro { position: sticky; top: calc(var(--header-height) + 28px); }
.faq-intro p { color: var(--muted); font-size: 13px; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.faq-list summary { position: relative; padding: 18px 48px 18px 20px; font-size: 13px; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 19px; top: 50%; transform: translateY(-50%); color: var(--green-800); font-size: 22px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 20px 18px; color: var(--muted); font-size: 11px; }

.partner-links { background: var(--white); }
.partner-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.partner-grid article { display: flex; flex-direction: column; padding: 22px; border: 1px solid var(--line); border-radius: 16px; }
.partner-grid article > span { color: var(--green-800); font-size: 9px; font-weight: 800; }
.partner-grid h3 { margin: 7px 0 9px; font-size: 16px; }
.partner-grid p { color: var(--muted); font-size: 10px; }
.partner-grid a { margin-top: auto; color: var(--orange-700); font-size: 10px; font-weight: 800; }

.contact { padding: 70px 0; color: var(--white); background: var(--green-900); }
.contact .kicker { color: #cfe6d2; }
.contact-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 55px; align-items: center; }
.contact h2 { margin-bottom: 13px; }
.contact-grid > div > p:last-child { margin-bottom: 0; color: rgba(255,255,255,.72); font-size: 13px; }
.contact-actions { display: grid; gap: 12px; }
.contact-phone { display: flex; flex-direction: column; align-items: center; padding: 18px; border-radius: 18px; color: var(--green-900); background: var(--white); }
.contact-phone small { font-size: 10px; }
.contact-phone strong { margin: 4px 0; font-family: Georgia, serif; font-size: 33px; letter-spacing: .03em; }
.contact-phone span { color: var(--muted); font-size: 10px; }

.site-footer { padding: 58px 0 24px; color: #dfebdf; background: #193522; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .75fr .75fr 1.1fr; gap: 34px; }
.footer-brand .brand strong { color: var(--white); }
.footer-brand .brand small { color: rgba(255,255,255,.55); }
.footer-brand p, .footer-grid > div > p { color: rgba(255,255,255,.62); font-size: 10px; }
.footer-grid h2 { margin-bottom: 13px; color: var(--white); font-size: 12px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 7px; }
.footer-grid a { color: rgba(255,255,255,.75); font-size: 10px; }
.footer-grid a:hover, .footer-grid a:focus-visible { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 38px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.5); }
.footer-bottom small { font-size: 9px; }

.mobile-cta { display: none; }

@media (max-width: 1120px) {
  :root { --shell: 1040px; }
  .global-nav { gap: 17px; }
  .global-nav a { font-size: 12px; }
  .header-call { min-width: 158px; }
  .hero-grid { gap: 38px; }
  .urgent-card { grid-template-columns: 1fr; }
  .urgent-steps { order: 2; }
  .inline-link { order: 3; }
  .more-goods-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 920px) {
  :root { --header-height: 72px; }
  body { padding-bottom: 68px; }
  .topbar__inner span:nth-child(2) { display: none; }
  .header-inner { min-height: var(--header-height); }
  .brand img { width: 44px; height: 41px; }
  .brand strong { font-size: 14px; }
  .header-call { display: none; }
  .menu-button { margin-left: auto; width: 46px; height: 46px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); }
  .menu-button span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .menu-button i { width: 20px; height: 2px; display: block; border-radius: 2px; background: var(--green-900); transition: transform .2s ease, opacity .2s ease; }
  .menu-button[aria-expanded="true"] i:nth-of-type(1) { transform: translateY(6px) rotate(45deg); }
  .menu-button[aria-expanded="true"] i:nth-of-type(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] i:nth-of-type(3) { transform: translateY(-6px) rotate(-45deg); }
  .global-nav { position: fixed; left: 16px; right: 16px; top: calc(var(--header-height) + 10px); display: grid; gap: 0; margin: 0; padding: 10px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: var(--shadow-md); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .2s ease, visibility .2s ease, transform .2s ease; }
  .global-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .global-nav a { padding: 12px 14px; border-radius: 10px; font-size: 14px; }
  .global-nav a:hover { background: var(--green-050); }
  .global-nav a::after { display: none; }
  .hero { padding: 52px 0 66px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { order: 2; }
  .hero-visual { order: 1; padding-left: 0; }
  .hero-visual figcaption { right: 44px; }
  .hero-badge--area { right: -6px; }
  .hero-badge--private { display: none; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .trust-grid > div:nth-child(4) { border-top: 1px solid var(--line); }
  .weight-grid { grid-template-columns: 1fr; }
  .weight-card--main { transform: none; }
  .choice-guide { grid-template-columns: 1fr; }
  .plan-card > header { grid-template-columns: 54px 1fr; }
  .plan-result { grid-column: 2; justify-self: start; }
  .set-grid, .vehicle-grid, .flow-grid, .promise-grid, .area-grid, .featured-goods, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .vehicle-copy, .area-copy { order: -1; }
  .faq-intro { position: static; }
  .reason-grid { grid-template-columns: 1fr 1fr; }
  .voice-grid { grid-template-columns: 1fr 1fr; }
  .voice-cta { grid-column: 1 / -1; }
  .partner-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .mobile-cta { position: fixed; z-index: 1100; left: 0; right: 0; bottom: 0; height: 68px; display: grid; grid-template-columns: .8fr .8fr 1.4fr; padding: 7px max(8px, env(safe-area-inset-right)) calc(7px + env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-left)); border-top: 1px solid var(--line); background: rgba(255,255,255,.97); backdrop-filter: blur(12px); }
  .mobile-cta a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1px; border-radius: 11px; color: var(--green-900); font-size: 10px; font-weight: 800; }
  .mobile-cta a span { font-size: 17px; }
  .mobile-cta__phone { color: var(--white) !important; background: var(--orange-600); }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 28px, var(--shell)); }
  .section { padding: 76px 0; }
  .topbar__inner { min-height: 32px; gap: 12px; font-size: 10px; }
  .topbar__inner span:nth-child(3) { display: none; }
  .header-inner { gap: 12px; }
  .brand { gap: 8px; }
  .brand img { width: 39px; height: 36px; }
  .brand strong { font-size: 12px; letter-spacing: .025em; }
  .brand small { font-size: 8px; }
  .hero { padding-top: 24px; }
  .hero-visual { padding-bottom: 48px; }
  .hero-visual picture { border-radius: 24px 24px 55px 24px; }
  .hero-visual img { aspect-ratio: 656 / 490; }
  .hero-visual figcaption { left: 10px; right: 20px; padding: 13px 15px; }
  .hero-visual figcaption strong { font-size: 12px; }
  .hero-visual figcaption span { font-size: 9px; }
  .hero-badge { display: none; }
  .hero-badge strong { font-size: 10px; }
  .hero-badge span { font-size: 8px; }
  .hero h1 { margin-bottom: 17px; font-size: clamp(35px, 11vw, 48px); line-height: 1.35; }
  .hero-lead { margin-bottom: 19px; font-size: 14px; line-height: 1.85; }
  .hero-points { gap: 6px; margin-bottom: 22px; }
  .hero-points li { padding: 6px 9px; font-size: 9px; }
  .hero-actions { display: grid; }
  .button--call { min-width: 0; }
  .hero-contact-note { font-size: 9px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { min-height: 70px; padding: 12px 16px; }
  .trust-grid > div + div { border-left: 0; border-top: 1px solid var(--line); }
  .urgent { padding: 24px 0; }
  .urgent-card { gap: 20px; padding: 20px 18px; }
  .urgent-title h2 { font-size: 15px; }
  .urgent-steps { grid-template-columns: 1fr; }
  .section-heading { margin-bottom: 30px; }
  .section-heading h2 { font-size: clamp(27px, 8.8vw, 37px); }
  .section-heading > p:last-child { font-size: 12px; }
  .price-rule { grid-template-columns: 48px 1fr; gap: 12px; padding: 16px; }
  .price-rule__number { width: 42px; height: 42px; font-size: 14px; }
  .price-rule strong { font-size: 15px; }
  .price-rule p { font-size: 10px; }
  .weight-grid { gap: 16px; }
  .weight-card header { padding: 21px 18px 16px; }
  .weight-card header h3 { font-size: 23px; }
  .weight-card__badge { top: 12px; right: 12px; font-size: 8px; }
  .price-list { padding: 0 18px; }
  .price-list > div { min-height: 88px; }
  .price-list p > strong { font-size: 12px; }
  .money strong { font-size: 20px !important; }
  .price-list__unavailable { margin-inline: -18px; padding-inline: 18px !important; }
  .price-notes { display: grid; padding: 19px; }
  .price-notes .button { width: 100%; }
  .choice-guide > div { padding-left: 43px; }
  .plan-card { border-radius: 22px; }
  .plan-card > header { grid-template-columns: 42px 1fr; gap: 11px; padding: 19px 17px; }
  .plan-number { width: 40px; height: 40px; font-size: 13px; }
  .plan-card header h3 { font-size: 21px; }
  .plan-card header p { font-size: 9px; }
  .plan-result { font-size: 9px; }
  .plan-lead { padding: 19px 18px 0; font-size: 12px; }
  .plan-facts { margin: 17px 18px; }
  .plan-facts > div { padding: 10px 8px; }
  .plan-facts dt { font-size: 8px; }
  .plan-facts dd { font-size: 11px; }
  .mini-flow { grid-template-columns: 1fr; margin: 0 18px 17px; }
  .mini-flow i { transform: rotate(90deg); }
  .included-box, .plan-limit { margin-left: 18px; margin-right: 18px; }
  .included-box--with-photo { grid-template-columns: 1fr 90px; gap: 10px; padding: 16px; }
  .included-box figure img { height: 74px; }
  .set-grid { gap: 18px; }
  .set-card { padding: 21px 17px; border-radius: 22px; }
  .set-card__visual img { height: 150px; }
  .set-card h3 { font-size: 20px; }
  .reason-grid { grid-template-columns: 1fr; }
  .vehicle-gallery { padding: 0 20px 40px 0; }
  .vehicle-detail { width: 52%; }
  .vehicle-copy h2, .promise-copy h2, .area-copy h2, .faq-intro h2, .contact h2 { font-size: clamp(27px, 8.5vw, 37px); }
  .flow-list li { grid-template-columns: 45px 1fr; gap: 12px; padding: 16px; }
  .flow-list li > span { width: 40px; height: 40px; }
  .area-map { padding: 12px; }
  .featured-goods { gap: 24px; padding: 20px; }
  .featured-goods__image img { max-height: 400px; }
  .featured-goods__copy h3 { font-size: 24px; }
  .goods-heading { align-items: flex-start; }
  .goods-heading > p { text-align: left; }
  .capsule-grid { grid-template-columns: 1fr; }
  .product-card { grid-template-columns: 1fr; }
  .product-card figure img { min-height: 210px; }
  .bell-panel { grid-template-columns: 1fr; padding: 20px; }
  .more-goods-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .more-goods-grid h3 { font-size: 11px; }
  .voice-grid, .partner-grid { grid-template-columns: 1fr; }
  .voice-cta { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 6px; }
  .contact-phone strong { font-size: 28px; }
}

@media (max-width: 400px) {
  .shell { width: min(100% - 22px, var(--shell)); }
  .brand strong { font-size: 11px; }
  .hero h1 { font-size: 33px; }
  .weight-card__badge { position: static; display: inline-flex; margin: 13px 16px 0; }
  .plan-facts { grid-template-columns: 1fr; }
  .plan-facts > div + div { border-left: 0; border-top: 1px solid var(--line); }
  .included-box--with-photo { grid-template-columns: 1fr; }
  .included-box figure { display: none; }
  .set-card__visual img { height: 125px; }
  .more-goods-grid { grid-template-columns: 1fr; }
}

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


/* ===== v1.0 SEO detail pages ===== */
.global-nav a.is-current { color: var(--green-900); }
.global-nav a.is-current::after { right: 0; }
.detail-hero { position: relative; overflow: hidden; padding: 54px 0 74px; background: linear-gradient(135deg, #fff 0%, #f7faf6 62%, #fff7f1 100%); }
.detail-hero::before { content: ""; position: absolute; width: 440px; height: 440px; right: -230px; top: -260px; border-radius: 50%; background: radial-gradient(circle, rgba(239,100,47,.11), rgba(239,100,47,0) 70%); }
.breadcrumb { margin-bottom: 38px; }
.breadcrumb-list { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin: 0; color: var(--muted); font-size: 11px; }
.breadcrumb-list li { display: inline-flex; align-items: center; gap: 8px; }
.breadcrumb-list a:hover { color: var(--green-800); }
.detail-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.15fr) minmax(320px,.85fr); gap: 64px; align-items: center; }
.detail-hero__copy h1 { margin-bottom: 20px; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(42px,5vw,66px); line-height: 1.32; font-weight: 600; letter-spacing: .03em; }
.detail-hero__copy > p:not(.eyebrow) { max-width: 720px; margin-bottom: 28px; color: var(--muted); font-size: 16px; line-height: 2; }
.detail-hero__actions { display: flex; gap: 12px; align-items: stretch; }
.detail-hero__panel { padding: 31px; border: 1px solid #dce8dc; border-radius: var(--radius-lg); background: rgba(255,255,255,.94); box-shadow: var(--shadow-md); }
.detail-hero__panel h2 { margin: 5px 0 18px; font-family: "Yu Mincho", serif; font-size: 29px; line-height: 1.55; font-weight: 600; }
.detail-hero__panel h2 strong { color: var(--orange-700); }
.panel-label { margin-bottom: 4px; color: var(--green-800); font-size: 10px; font-weight: 800; letter-spacing: .11em; }
.hero-price-summary { margin: 0; border-top: 1px solid var(--line); }
.hero-price-summary > div { display: flex; justify-content: space-between; gap: 18px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.hero-price-summary dt { color: var(--muted); font-size: 12px; }
.hero-price-summary dd { margin: 0; color: var(--green-900); font-family: Georgia, serif; font-size: 22px; font-weight: 700; }
.detail-hero__panel > small { display: block; margin-top: 10px; color: var(--muted); font-size: 9px; }
.panel-choice-list, .panel-step-list { display: grid; gap: 9px; margin: 0; }
.panel-choice-list li, .panel-step-list li { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 11px 13px; border-radius: 12px; background: var(--cream); }
.panel-choice-list span { color: var(--muted); font-size: 10px; }
.panel-choice-list strong { color: var(--green-900); font-size: 15px; }
.panel-step-list li { justify-content: flex-start; font-size: 12px; font-weight: 700; }
.panel-step-list span { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--green-800); font-size: 10px; }
.panel-big-price { margin: 3px 0 0; color: var(--orange-700); font-family: Georgia, serif; font-size: 42px; font-weight: 700; line-height: 1.2; }
.detail-hero__panel > a:not(.panel-phone) { display: inline-flex; margin-top: 14px; color: var(--green-800); font-size: 11px; font-weight: 800; }
.panel-phone { display: block; color: var(--orange-700); font-family: Georgia, serif; font-size: 30px; font-weight: 700; }
.hero-product-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.hero-product-pair img { width: 100%; height: 165px; object-fit: contain; border-radius: 14px; background: var(--cream); }
.detail-hero__panel > p:last-child { margin: 14px 0 0; font-size: 12px; text-align: center; }
.page-jump { position: sticky; top: var(--header-height); z-index: 900; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); backdrop-filter: blur(12px); }
.page-jump .shell { min-height: 58px; display: flex; align-items: center; justify-content: center; gap: 8px; overflow-x: auto; scrollbar-width: none; }
.page-jump .shell::-webkit-scrollbar { display: none; }
.page-jump a { flex: 0 0 auto; padding: 7px 13px; border-radius: 999px; color: var(--green-900); background: var(--green-050); font-size: 10px; font-weight: 800; }
.page-jump a:hover { color: white; background: var(--green-800); }
.clarity-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.clarity-grid article { padding: 25px 23px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: var(--shadow-sm); }
.clarity-grid span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--green-800); font-family: Georgia,serif; font-size: 12px; }
.clarity-grid article:nth-child(3) span { background: var(--orange-600); }
.clarity-grid h3 { margin: 14px 0 8px; font-size: 17px; }
.clarity-grid p { margin: 0; color: var(--muted); font-size: 11px; }
.rate-callout { max-width: 850px; margin: 38px auto 0; padding: 22px 26px; border-left: 5px solid var(--orange-600); border-radius: 14px; background: white; box-shadow: var(--shadow-sm); text-align: center; }
.rate-callout strong { font-size: 18px; }
.rate-callout p { margin: 6px 0 0; color: var(--muted); font-size: 11px; }
.plan-choice-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-bottom: 34px; }
.plan-choice-cards article { display: flex; flex-direction: column; padding: 27px 24px; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: var(--shadow-sm); }
.plan-chip { display: inline-flex; align-items: center; justify-content: center; width: fit-content; padding: 5px 10px; border-radius: 999px; font-size: 10px; font-weight: 800; }
.plan-chip--blue { color: #466b80; background: #edf3f6; }
.plan-chip--green { color: var(--green-900); background: var(--green-100); }
.plan-chip--orange { color: var(--orange-700); background: var(--orange-100); }
.plan-choice-cards h3 { margin: 14px 0 9px; font-size: 19px; line-height: 1.5; }
.plan-choice-cards p { color: var(--muted); font-size: 11px; }
.plan-choice-cards ul { display: grid; gap: 7px; margin: 0 0 18px; }
.plan-choice-cards li { padding: 7px 9px; border-radius: 9px; background: var(--cream); font-size: 10px; }
.plan-choice-cards a { margin-top: auto; color: var(--green-800); font-size: 11px; font-weight: 800; }
.comparison-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: var(--shadow-sm); }
.comparison-table { width: 100%; min-width: 760px; border-collapse: collapse; font-size: 12px; }
.comparison-table th, .comparison-table td { padding: 16px 14px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; }
.comparison-table tr:last-child th, .comparison-table tr:last-child td { border-bottom: 0; }
.comparison-table th:last-child, .comparison-table td:last-child { border-right: 0; }
.comparison-table thead th { color: white; background: var(--green-800); }
.comparison-table thead th:first-child { background: var(--green-900); }
.comparison-table tbody th { text-align: left; background: var(--cream); }
.included-visual-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.included-visual-grid article { display: grid; grid-template-columns: .8fr 1.2fr; gap: 20px; align-items: center; padding: 24px; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: var(--shadow-sm); }
.included-visual-grid figure { margin: 0; }
.included-visual-grid img { width: 100%; height: 210px; object-fit: contain; border-radius: 14px; background: var(--cream); }
.included-visual-grid span { display: inline-flex; padding: 4px 8px; border-radius: 999px; color: var(--green-900); background: var(--green-100); font-size: 9px; font-weight: 800; }
.included-visual-grid h3 { margin: 10px 0 7px; font-size: 20px; }
.included-visual-grid p { margin: 0; color: var(--muted); font-size: 11px; }
.section-actions { display: flex; justify-content: center; gap: 12px; margin-top: 32px; }
.fee-grid, .policy-grid, .notice-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.fee-grid article, .policy-grid article, .notice-grid article { padding: 28px 25px; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: var(--shadow-sm); }
.fee-grid article > span { color: var(--green-800); font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.fee-grid h3, .policy-grid h3, .notice-grid h3 { margin: 9px 0 8px; font-size: 18px; }
.fee-value { margin: 0 0 8px !important; color: var(--orange-700) !important; font-size: 19px !important; font-weight: 800; }
.fee-grid p, .policy-grid p, .notice-grid p { margin: 0; color: var(--muted); font-size: 11px; }
.confirm-note { margin: 24px 0 0; padding: 13px 15px; border-radius: 12px; color: var(--muted); background: var(--cream); font-size: 10px; }
.policy-grid { grid-template-columns: 1fr 1fr; }
.policy-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--green-800); font-weight: 900; }
.policy-grid article:nth-child(2) .policy-icon { background: var(--orange-600); }
.brand-list { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 17px; }
.brand-list span { padding: 6px 8px; border: 1px solid var(--line); border-radius: 8px; background: var(--cream); font-size: 8px; font-weight: 800; }
.cancel-list { margin: 15px 0; border-top: 1px solid var(--line); }
.cancel-list > div { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 11px; }
.cancel-list dt { color: var(--muted); }
.cancel-list dd { margin: 0; font-weight: 800; }
.compact-faq .faq-list--wide { max-width: 900px; margin: auto; }
.choice-path { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.choice-path a { position: relative; display: flex; flex-direction: column; padding: 28px 25px; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: var(--shadow-sm); }
.choice-path a > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--green-800); font-family: Georgia, serif; }
.choice-path a:nth-child(3) > span { background: var(--orange-600); }
.choice-path small { margin-top: 16px; color: var(--muted); }
.choice-path strong { margin-top: 4px; color: var(--green-900); font-size: 22px; }
.choice-path em { margin-top: 5px; color: var(--muted); font-size: 11px; font-style: normal; }
.plan-detail-section { scroll-margin-top: calc(var(--header-height) + 68px); }
.plan-detail { border: 1px solid var(--line); border-radius: 28px; background: white; box-shadow: var(--shadow-sm); overflow: hidden; }
.plan-detail__title { display: grid; grid-template-columns: 52px 1fr auto; gap: 17px; align-items: center; padding: 25px 28px; border-bottom: 1px solid var(--line); }
.plan-detail__title .plan-chip { width: 48px; height: 48px; padding: 0; font-family: Georgia,serif; font-size: 14px; }
.plan-detail__title p { margin: 0; color: var(--muted); font-size: 10px; }
.plan-detail__title h2 { margin: 2px 0 0; font-size: 28px; }
.plan-detail__title > strong { padding: 7px 11px; border-radius: 999px; color: var(--green-900); background: var(--green-100); font-size: 10px; }
.plan-detail__grid { display: grid; grid-template-columns: 1.35fr .65fr; }
.plan-detail__grid > div { padding: 29px; }
.plan-detail__grid > aside { padding: 29px; border-left: 1px solid var(--line); background: var(--cream); }
.plan-detail__lead { color: var(--muted); font-size: 13px; }
.step-line { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; margin: 22px 0; }
.step-line li { position: relative; padding: 15px 10px; border-radius: 12px; background: var(--green-050); font-size: 9px; font-weight: 700; text-align: center; }
.step-line span { display: block; color: var(--orange-600); font-family: Georgia,serif; font-size: 12px; }
.plan-detail__facts { display: grid; grid-template-columns: repeat(3,1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 14px; }
.plan-detail__facts > div { padding: 13px; text-align: center; }
.plan-detail__facts > div + div { border-left: 1px solid var(--line); }
.plan-detail__facts small, .plan-detail__facts strong { display: block; }
.plan-detail__facts small { color: var(--muted); font-size: 9px; }
.plan-detail__facts strong { margin-top: 3px; color: var(--green-900); font-size: 13px; }
.plan-detail__grid aside h3 { margin-bottom: 14px; font-size: 17px; }
.plan-detail__grid aside dl { margin: 0; border-top: 1px solid var(--line); }
.plan-detail__grid aside dl > div { display: flex; justify-content: space-between; gap: 15px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.plan-detail__grid aside dt { color: var(--muted); font-size: 10px; }
.plan-detail__grid aside dd { margin: 0; color: var(--green-900); font-family: Georgia,serif; font-size: 18px; font-weight: 700; }
.plan-detail__grid aside .is-disabled dd { color: #777; font-family: inherit; font-size: 13px; }
.plan-detail__grid aside p { margin: 15px 0 0; color: var(--muted); font-size: 10px; }
.plan-included-photo { display: grid; grid-template-columns: 100px 100px 1fr; gap: 10px; align-items: center; margin-top: 18px; padding: 13px; border-radius: 14px; background: var(--cream); }
.plan-included-photo img { width: 100%; height: 76px; object-fit: contain; border-radius: 10px; background: white; }
.plan-included-photo p { margin: 0; color: var(--muted); font-size: 10px; }
.plan-scene { margin: 18px 0 0; display: grid; grid-template-columns: 140px 1fr; gap: 13px; align-items: center; padding: 13px; border-radius: 14px; background: var(--cream); }
.plan-scene img { width: 140px; height: 100px; object-fit: cover; border-radius: 10px; }
.plan-scene figcaption { color: var(--muted); font-size: 10px; }
.catalog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 21px; }
.catalog-grid--four { grid-template-columns: repeat(4,1fr); }
.catalog-card { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: var(--shadow-sm); }
.catalog-card figure { margin: 0; background: var(--cream); }
.catalog-card figure img { width: 100%; height: 250px; object-fit: contain; }
.catalog-card > div { padding: 21px 20px; }
.catalog-tag { display: inline-flex; padding: 4px 8px; border-radius: 999px; color: var(--green-900); background: var(--green-100); font-size: 8px; font-weight: 800; }
.catalog-tag--orange { color: var(--orange-700); background: var(--orange-100); }
.catalog-card h3 { margin: 10px 0 7px; font-size: 17px; }
.catalog-card p { min-height: 44px; margin-bottom: 12px; color: var(--muted); font-size: 10px; }
.catalog-card strong { color: var(--orange-700); font-size: 16px; }
.upgrade-banner { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 25px; padding: 20px 25px; border: 1px solid #f3d7ca; border-radius: 18px; background: var(--orange-050); }
.upgrade-banner small { color: var(--muted); font-size: 9px; }
.upgrade-banner h3 { margin: 3px 0 0; font-size: 19px; }
.upgrade-banner > strong { color: var(--orange-700); font-size: 25px; }
.featured-goods--page { margin-bottom: 0; }
.featured-goods--page h2 { margin-bottom: 14px; font-size: 32px; }
.bell-panel--page { margin-top: 30px; }
.coffin-card { max-width: 830px; display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: center; margin: auto; padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: var(--shadow-sm); }
.coffin-card figure { margin: 0; }
.coffin-card img { width: 100%; height: 300px; object-fit: contain; border-radius: 15px; background: var(--cream); }
.coffin-card h3 { font-size: 24px; }
.coffin-card dl { margin: 14px 0; border-top: 1px solid var(--line); }
.coffin-card dl > div { display: flex; justify-content: space-between; padding: 11px 0; border-bottom: 1px solid var(--line); }
.coffin-card dd { margin: 0; font-weight: 800; }
.coffin-card p { color: var(--muted); font-size: 10px; }
.premium-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 54px; align-items: center; }
.premium-main-image { margin: 0; padding: 25px; border-radius: 28px; background: var(--cream); box-shadow: var(--shadow-sm); }
.premium-main-image img { width: 100%; max-height: 570px; object-fit: contain; }
.premium-price { margin: 0 0 10px; }
.premium-price strong { color: var(--orange-700); font-family: Georgia,serif; font-size: 45px; }
.premium-price span { font-size: 11px; }
.premium-copy h2 { margin-bottom: 18px; font-family: "Yu Mincho",serif; font-size: 34px; line-height: 1.55; font-weight: 600; }
.premium-copy > p:not(.kicker):not(.premium-price) { color: var(--muted); font-size: 13px; }
.premium-note { display: grid; gap: 7px; margin-top: 22px; padding: 17px 19px; border-left: 4px solid var(--green-800); border-radius: 12px; background: var(--green-050); }
.premium-note strong, .premium-note span { display: block; }
.premium-note strong { font-size: 12px; }
.premium-note span { color: var(--muted); font-size: 10px; }
.premium-items { display: grid; grid-template-columns: repeat(3,1fr); gap: 21px; }
.premium-items article { position: relative; padding: 21px; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: var(--shadow-sm); }
.premium-items figure { margin: 0 0 17px; }
.premium-items figure img, .premium-items .dual-image { width: 100%; height: 275px; }
.premium-items figure img { object-fit: contain; border-radius: 14px; background: var(--cream); }
.dual-image { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-bottom: 17px; }
.dual-image img { width: 100%; height: 100%; object-fit: cover; border-radius: 14px; }
.premium-items article > span { color: var(--orange-600); font-family: Georgia,serif; font-size: 12px; }
.premium-items h3 { margin: 5px 0 7px; font-size: 18px; }
.premium-items p { margin: 0; color: var(--muted); font-size: 10px; }
.care-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.care-grid article { padding: 27px 24px; border: 1px solid var(--line); border-radius: 21px; background: white; box-shadow: var(--shadow-sm); }
.care-grid span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--green-800); font-family: Georgia,serif; }
.care-grid article:nth-child(3) span { background: var(--orange-600); }
.care-grid h3 { margin: 15px 0 8px; font-size: 18px; }
.care-grid p { margin: 0; color: var(--muted); font-size: 11px; }
.urgent-call-box { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 28px; padding: 23px 26px; border-radius: 19px; color: white; background: var(--green-900); }
.urgent-call-box strong { font-size: 16px; }
.urgent-call-box p { margin: 4px 0 0; color: rgba(255,255,255,.76); font-size: 10px; }
.urgent-call-box .button { flex: 0 0 auto; }
.flow-detail-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 44px; }
.flow-detail-grid figure { margin: 0; overflow: hidden; border-radius: 24px; background: white; box-shadow: var(--shadow-md); }
.flow-detail-grid figure img { width: 100%; height: 520px; object-fit: cover; }
.flow-detail-grid figcaption { padding: 14px 18px; color: var(--muted); font-size: 10px; }
.flow-detail-grid ol { display: grid; gap: 13px; margin: 0; }
.flow-detail-grid li { display: grid; grid-template-columns: 54px 1fr; gap: 16px; align-items: center; padding: 19px 21px; border: 1px solid var(--line); border-radius: 17px; background: white; }
.flow-detail-grid li > span { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--green-800); font-family: Georgia,serif; font-size: 12px; }
.flow-detail-grid li:nth-child(3) > span, .flow-detail-grid li:nth-child(5) > span { background: var(--orange-600); }
.flow-detail-grid h3 { margin: 0 0 4px; font-size: 15px; }
.flow-detail-grid p { margin: 0; color: var(--muted); font-size: 10px; }
.after-choice-grid, .aftercare-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.after-choice-grid article, .aftercare-grid article { padding: 25px 23px; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: var(--shadow-sm); }
.after-choice-grid span, .aftercare-grid span { color: var(--green-800); font-size: 10px; font-weight: 800; }
.after-choice-grid h3, .aftercare-grid h3 { margin: 9px 0 7px; font-size: 18px; }
.after-choice-grid p, .aftercare-grid p { color: var(--muted); font-size: 11px; }
.after-choice-grid a, .aftercare-grid a { color: var(--green-800); font-size: 10px; font-weight: 800; }
.allowed-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.allowed-grid article { padding: 29px 27px; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: var(--shadow-sm); }
.allowed-grid h3 { display: flex; align-items: center; gap: 10px; margin-bottom: 17px; font-size: 19px; }
.allowed-grid h3 span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--green-800); }
.allowed-grid .is-no h3 span { background: var(--orange-600); }
.allowed-grid ul { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 0 0 14px; }
.allowed-grid li { padding: 8px 10px; border-radius: 9px; background: var(--cream); font-size: 10px; font-weight: 700; }
.allowed-grid p { margin: 0; color: var(--muted); font-size: 10px; }
.faq-page-grid { display: grid; grid-template-columns: 280px 1fr; gap: 46px; align-items: start; }
.faq-category-nav { position: sticky; top: calc(var(--header-height) + 82px); padding: 23px; border: 1px solid var(--line); border-radius: 20px; background: var(--cream); }
.faq-category-nav > a { display: block; padding: 10px 0; border-bottom: 1px solid var(--line); color: var(--green-900); font-size: 11px; font-weight: 800; }
.faq-category-nav > div { margin-top: 20px; padding: 16px; border-radius: 14px; color: white; background: var(--green-900); }
.faq-category-nav > div strong { display: block; margin-bottom: 11px; font-size: 11px; }
.faq-category-nav .button { width: 100%; min-width: 0; }
.faq-page-list { display: grid; gap: 44px; }
.faq-page-list section { scroll-margin-top: calc(var(--header-height) + 80px); }
.faq-page-list h2 { margin-bottom: 16px; font-family: "Yu Mincho",serif; font-size: 28px; font-weight: 600; }
.faq-page-list details { border: 1px solid var(--line); border-radius: 14px; background: white; overflow: hidden; }
.faq-page-list details + details { margin-top: 10px; }
.faq-page-list summary { position: relative; padding: 17px 52px 17px 19px; font-size: 12px; font-weight: 800; }
.faq-page-list summary::after { content: "+"; position: absolute; right: 18px; top: 50%; transform: translateY(-50%); color: var(--green-800); font-size: 22px; }
.faq-page-list details[open] summary::after { content: "−"; }
.faq-page-list details > div { padding: 0 19px 18px; }
.faq-page-list details p { margin: 0; color: var(--muted); font-size: 11px; }
.link-card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.link-card-grid a { display: grid; grid-template-columns: auto 1fr auto; gap: 13px; align-items: center; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: var(--shadow-sm); }
.link-card-grid span { padding: 4px 8px; border-radius: 999px; color: var(--green-900); background: var(--green-100); font-size: 9px; font-weight: 800; }
.link-card-grid strong { font-size: 13px; }
.link-card-grid em { color: var(--orange-600); font-style: normal; }

@media (max-width: 920px) {
  .detail-hero__grid, .premium-layout, .flow-detail-grid, .faq-page-grid { grid-template-columns: 1fr; }
  .detail-hero__panel { max-width: 620px; }
  .page-jump { top: var(--header-height); }
  .page-jump .shell { justify-content: flex-start; }
  .plan-choice-cards, .choice-path, .fee-grid, .notice-grid, .care-grid, .after-choice-grid, .aftercare-grid, .premium-items { grid-template-columns: 1fr; }
  .clarity-grid { grid-template-columns: 1fr 1fr; }
  .included-visual-grid, .allowed-grid, .policy-grid { grid-template-columns: 1fr; }
  .catalog-grid--four { grid-template-columns: 1fr 1fr; }
  .catalog-grid { grid-template-columns: 1fr 1fr; }
  .plan-detail__grid { grid-template-columns: 1fr; }
  .plan-detail__grid > aside { border-left: 0; border-top: 1px solid var(--line); }
  .faq-category-nav { position: static; display: none; }
}

@media (max-width: 680px) {
  .detail-hero { padding: 28px 0 52px; }
  .breadcrumb { margin-bottom: 24px; }
  .detail-hero__grid { gap: 28px; }
  .detail-hero__copy h1 { font-size: clamp(34px,10vw,45px); }
  .detail-hero__copy > p:not(.eyebrow) { font-size: 13px; line-height: 1.85; }
  .detail-hero__actions { display: grid; }
  .detail-hero__panel { padding: 22px 19px; }
  .detail-hero__panel h2 { font-size: 24px; }
  .page-jump .shell { min-height: 52px; }
  .page-jump a { padding: 6px 10px; font-size: 9px; }
  .clarity-grid { grid-template-columns: 1fr; }
  .rate-callout { padding: 18px; text-align: left; }
  .rate-callout strong { font-size: 15px; }
  .comparison-wrap { margin-inline: -2px; }
  .included-visual-grid article { grid-template-columns: 1fr; }
  .included-visual-grid img { height: 180px; }
  .section-actions { display: grid; }
  .section-actions .button { width: 100%; }
  .upgrade-banner { align-items: flex-start; flex-direction: column; }
  .upgrade-banner > strong { font-size: 22px; }
  .plan-detail__title { grid-template-columns: 44px 1fr; padding: 20px 17px; }
  .plan-detail__title .plan-chip { width: 40px; height: 40px; }
  .plan-detail__title h2 { font-size: 22px; }
  .plan-detail__title > strong { grid-column: 2; justify-self: start; }
  .plan-detail__grid > div, .plan-detail__grid > aside { padding: 21px 17px; }
  .step-line { grid-template-columns: 1fr 1fr; }
  .plan-detail__facts { grid-template-columns: 1fr; }
  .plan-detail__facts > div + div { border-left: 0; border-top: 1px solid var(--line); }
  .plan-included-photo { grid-template-columns: 80px 80px; }
  .plan-included-photo p { grid-column: 1 / -1; }
  .plan-scene { grid-template-columns: 1fr; }
  .plan-scene img { width: 100%; height: 180px; }
  .catalog-grid, .catalog-grid--four { grid-template-columns: 1fr; }
  .catalog-card figure img { height: 230px; }
  .coffin-card { grid-template-columns: 1fr; padding: 20px; }
  .coffin-card img { height: 240px; }
  .premium-price strong { font-size: 38px; }
  .premium-copy h2 { font-size: 28px; }
  .premium-items figure img, .premium-items .dual-image { height: 230px; }
  .urgent-call-box { align-items: stretch; flex-direction: column; }
  .flow-detail-grid figure img { height: 410px; }
  .allowed-grid ul { grid-template-columns: 1fr; }
  .link-card-grid { grid-template-columns: 1fr; }
  .hero-product-pair img { height: 135px; }
}

/* v1.0 QA: prevent intrinsic image/text widths from widening grid tracks */
.hero-grid > *, .detail-hero__grid > *, .trust-grid > *, .weight-grid > *,
.choice-guide > *, .plan-grid > *, .set-grid > *, .reason-grid > *,
.vehicle-grid > *, .flow-grid > *, .promise-grid > *, .area-grid > *,
.featured-goods > *, .capsule-grid > *, .more-goods-grid > *, .voice-grid > *,
.partner-grid > *, .footer-grid > *, .clarity-grid > *, .plan-choice-cards > *,
.included-visual-grid > *, .fee-grid > *, .policy-grid > *, .choice-path > *,
.plan-detail__grid > *, .catalog-grid > *, .premium-layout > *, .premium-items > *,
.care-grid > *, .flow-detail-grid > *, .after-choice-grid > *, .aftercare-grid > *,
.allowed-grid > *, .faq-page-grid > *, .link-card-grid > * { min-width: 0; }

.weight-grid, .choice-guide, .reason-grid, .plan-choice-cards, .clarity-grid,
.fee-grid, .choice-path, .catalog-grid, .premium-items, .care-grid,
.after-choice-grid, .aftercare-grid, .link-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.set-grid, .capsule-grid, .included-visual-grid, .policy-grid, .allowed-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.catalog-grid--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.premium-items img, .catalog-card img, .set-card img, .included-visual-grid img { min-width: 0; }

@media (max-width: 920px) {
  .detail-hero__grid, .premium-layout, .flow-detail-grid, .faq-page-grid,
  .plan-choice-cards, .choice-path, .fee-grid, .notice-grid, .care-grid,
  .after-choice-grid, .aftercare-grid, .premium-items, .included-visual-grid,
  .allowed-grid, .policy-grid, .set-grid, .vehicle-grid, .flow-grid,
  .promise-grid, .area-grid, .featured-goods, .faq-grid, .contact-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .clarity-grid, .catalog-grid, .catalog-grid--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .detail-hero__copy, .detail-hero__panel, .detail-hero__actions,
  .detail-hero__actions .button { min-width: 0; max-width: 100%; width: 100%; }
  .clarity-grid, .catalog-grid, .catalog-grid--four, .premium-items,
  .plan-choice-cards, .choice-path, .fee-grid, .notice-grid, .care-grid,
  .after-choice-grid, .aftercare-grid, .link-card-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* v1.0 final responsive QA corrections */
.set-card__visual {
  grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr);
}
.set-card__visual figure { min-width: 0; }

@media (max-width: 680px) {
  .capsule-grid { grid-template-columns: minmax(0, 1fr); }
}

/* v1.0 narrow-screen product corrections */
.hero-product-pair {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.hero-product-pair > *, .coffin-card > * { min-width: 0; }
.hero-product-pair img { width: 100%; min-width: 0; }

@media (max-width: 680px) {
  .coffin-card { grid-template-columns: minmax(0, 1fr); }
  .coffin-card figure, .coffin-card > div { width: 100%; min-width: 0; }
}

/* v1.0 restore intentional responsive stacking after intrinsic-width fixes */
@media (max-width: 920px) {
  .weight-grid, .choice-guide { grid-template-columns: minmax(0, 1fr); }
  .reason-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
  .reason-grid { grid-template-columns: minmax(0, 1fr); }
}

/* Account for the sticky header and page-jump bar when using anchor links. */
.detail-page section[id] {
  scroll-margin-top: calc(var(--header-height) + 76px);
}


/* ===== v1.1 region SEO pages ===== */
.city-list a { padding: 7px 11px; border: 1px solid #d7e4d7; border-radius: 999px; color: var(--green-900); background: var(--white); font-size: 10px; font-weight: 700; transition: border-color .18s ease, transform .18s ease, background .18s ease; }
.city-list a:hover, .city-list a:focus-visible { transform: translateY(-2px); border-color: var(--green-700); background: var(--green-050); }
.region-hero .detail-hero__grid { grid-template-columns: minmax(0,1.08fr) minmax(330px,.92fr); }
.area-hero-panel h2 { margin-bottom: 12px; }
.panel-area-list { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; }
.panel-area-list li { padding: 5px 9px; border-radius: 999px; color: var(--green-900); background: var(--green-100); font-size: 9px; font-weight: 800; }
.region-card-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.region-card { position: relative; display: flex; flex-direction: column; min-height: 215px; padding: 25px 23px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: var(--shadow-sm); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.region-card::after { content: ""; position: absolute; right: -34px; bottom: -42px; width: 110px; height: 110px; border-radius: 50%; background: var(--green-050); }
.region-card:hover, .region-card:focus-visible { transform: translateY(-4px); border-color: #bfd6c1; box-shadow: var(--shadow-md); }
.region-card > span { width: fit-content; padding: 5px 9px; border-radius: 999px; color: var(--green-900); background: var(--green-100); font-size: 9px; font-weight: 800; }
.region-card h3 { margin: 16px 0 7px; font-size: 23px; }
.region-card p { margin: 0 0 18px; color: var(--muted); font-size: 11px; }
.region-card strong { position: relative; z-index: 1; margin-top: auto; color: var(--green-800); font-size: 11px; }
.region-card strong i { color: var(--orange-600); font-style: normal; }
.region-map-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,.9fr); gap: 56px; align-items: center; }
.region-map-layout figure { margin: 0; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: white; box-shadow: var(--shadow-sm); }
.region-map-layout figcaption { padding: 10px 8px 0; color: var(--muted); font-size: 10px; text-align: center; }
.region-map-layout h2, .outside-area-box h2, .region-intro-layout h2, .region-flow-layout h2 { margin-bottom: 18px; font-family: "Yu Mincho",serif; font-size: clamp(30px,3.3vw,45px); line-height: 1.5; font-weight: 600; }
.region-map-layout h2 strong, .outside-area-box h2 strong, .region-intro-layout h2 strong, .region-flow-layout h2 strong { color: var(--orange-700); font-weight: 600; }
.region-check-list { display: grid; gap: 12px; margin: 24px 0 0; }
.region-check-list li { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: center; padding: 16px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.region-check-list span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--green-800); font-family: Georgia,serif; font-size: 11px; }
.region-check-list li:last-child span { background: var(--orange-600); }
.region-check-list strong { display: block; font-size: 13px; }
.region-check-list p { margin: 3px 0 0; color: var(--muted); font-size: 10px; }
.outside-area-box { display: grid; grid-template-columns: minmax(0,1fr) minmax(340px,.8fr); gap: 48px; align-items: center; padding: 38px; border: 1px solid #d6e4d7; border-radius: var(--radius-lg); background: var(--green-050); }
.outside-area-box > div > p:not(.kicker) { color: var(--muted); font-size: 13px; }
.outside-area-box img { width: 100%; height: 310px; object-fit: cover; border-radius: 22px; box-shadow: var(--shadow-sm); }
.location-condition-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.location-condition-grid article { padding: 27px 24px; border: 1px solid var(--line); border-radius: 19px; background: white; box-shadow: var(--shadow-sm); }
.location-condition-grid span { color: var(--orange-600); font-family: Georgia,serif; font-size: 12px; }
.location-condition-grid h3 { margin: 9px 0 7px; font-size: 18px; }
.location-condition-grid p { margin: 0; color: var(--muted); font-size: 11px; }
.region-rate-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; align-items: stretch; }
.region-rate-grid article { position: relative; padding: 25px 23px; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: var(--shadow-sm); }
.region-rate-grid article::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; border-radius: 20px 20px 0 0; background: #89a69a; }
.region-rate-grid article.is-main { border-color: #bdd5bf; transform: translateY(-6px); box-shadow: var(--shadow-md); }
.region-rate-grid article.is-main::before { background: var(--green-800); }
.region-rate-grid article:last-child::before { background: var(--orange-600); }
.region-rate-grid article > span { display: inline-flex; margin: -4px 0 9px; padding: 4px 8px; border-radius: 999px; color: var(--green-900); background: var(--green-100); font-size: 8px; font-weight: 800; }
.region-rate-grid article > p { margin: 0 0 12px; color: var(--muted); font-size: 11px; font-weight: 800; }
.region-rate-grid h3 { display: flex; justify-content: space-between; gap: 12px; align-items: baseline; margin: 0 0 14px; padding-bottom: 14px; border-bottom: 1px solid var(--line); font-size: 12px; }
.region-rate-grid h3 strong { color: var(--green-900); font-family: Georgia,serif; font-size: 25px; }
.region-rate-grid dl { margin: 0; }
.region-rate-grid dl > div { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; border-bottom: 1px solid var(--line); font-size: 11px; }
.region-rate-grid dd { margin: 0; font-weight: 800; }
.region-rate-grid small { display: block; margin-top: 10px; color: var(--muted); font-size: 9px; }
.region-zero-badge { display: flex; justify-content: space-between; gap: 14px; align-items: center; margin: 10px 0 15px; padding: 12px 14px; border-radius: 13px; color: white; background: var(--green-800); }
.region-zero-badge span { font-size: 10px; }
.region-zero-badge strong { font-size: 18px; }
.region-summary-panel > ul { display: grid; gap: 7px; margin: 0; }
.region-summary-panel > ul li { padding: 7px 10px; border-radius: 9px; background: var(--cream); font-size: 10px; font-weight: 700; }
.region-detail-hero .detail-hero__copy h1 strong { color: var(--orange-700); font-weight: 600; }
.region-intro-layout { display: grid; grid-template-columns: minmax(0,.95fr) minmax(360px,1.05fr); gap: 55px; align-items: center; }
.region-intro-layout > div > p:not(.kicker) { color: var(--muted); font-size: 13px; }
.region-intro-layout figure { margin: 0; overflow: hidden; border-radius: var(--radius-lg); background: white; box-shadow: var(--shadow-md); }
.region-intro-layout figure img { width: 100%; height: 390px; object-fit: cover; }
.region-intro-layout figcaption { padding: 16px 18px; color: var(--green-900); font-size: 11px; font-weight: 800; }
.district-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 21px 0 12px; }
.district-list li { padding: 6px 10px; border: 1px solid #d7e4d7; border-radius: 999px; color: var(--green-900); background: var(--green-050); font-size: 10px; font-weight: 700; }
.district-note { margin: 0 !important; font-size: 9px !important; }
.region-price-note { max-width: 840px; margin: 32px auto 0; padding: 19px 22px; border-left: 4px solid var(--orange-600); border-radius: 12px; background: white; box-shadow: var(--shadow-sm); text-align: center; }
.region-price-note strong { font-size: 14px; }
.region-price-note p { margin: 4px 0 0; color: var(--muted); font-size: 10px; }
.region-price-note a { color: var(--green-800); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.region-plan-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.region-plan-grid article { display: flex; flex-direction: column; padding: 26px 23px; border: 1px solid var(--line); border-radius: 19px; background: white; box-shadow: var(--shadow-sm); }
.region-plan-grid h3 { margin: 14px 0 8px; font-size: 18px; }
.region-plan-grid p { color: var(--muted); font-size: 11px; }
.region-plan-grid > article > strong { margin-top: auto; padding-top: 12px; border-top: 1px solid var(--line); color: var(--green-900); font-size: 11px; }
.region-flow-layout { display: grid; grid-template-columns: minmax(320px,.78fr) minmax(0,1.22fr); gap: 50px; align-items: start; }
.region-flow-layout figure { margin: 0; overflow: hidden; border-radius: var(--radius-lg); background: white; box-shadow: var(--shadow-md); }
.region-flow-layout figure img { width: 100%; height: 610px; object-fit: cover; }
.region-flow-layout figcaption { padding: 15px 17px; color: var(--muted); font-size: 10px; }
.region-flow-list { display: grid; gap: 12px; margin: 20px 0; }
.region-flow-list li { display: grid; grid-template-columns: 48px 1fr; gap: 14px; align-items: center; padding: 16px 18px; border: 1px solid var(--line); border-radius: 15px; background: white; }
.region-flow-list li > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--green-800); font-family: Georgia,serif; font-size: 10px; }
.region-flow-list li:nth-child(3) > span { background: var(--orange-600); }
.region-flow-list h3 { margin: 0 0 3px; font-size: 14px; }
.region-flow-list p { margin: 0; color: var(--muted); font-size: 10px; }
.region-place-callout { display: grid; grid-template-columns: 260px 1fr; gap: 24px; align-items: center; max-width: 920px; margin: 32px auto 0; padding: 20px; border: 1px solid #d9e5da; border-radius: 20px; background: var(--green-050); }
.region-place-callout img { width: 100%; height: 160px; object-fit: cover; border-radius: 14px; }
.region-place-callout strong { font-size: 17px; }
.region-place-callout p { margin: 5px 0; color: var(--muted); font-size: 11px; }
.region-place-callout a { color: var(--green-800); font-size: 12px; font-weight: 800; }
.region-faq-list { max-width: 900px; margin: 0 auto; display: grid; gap: 10px; }
.region-faq-list details { border: 1px solid var(--line); border-radius: 14px; background: white; overflow: hidden; }
.region-faq-list summary { position: relative; padding: 17px 50px 17px 19px; font-size: 12px; font-weight: 800; }
.region-faq-list summary::after { content: "+"; position: absolute; right: 18px; top: 50%; transform: translateY(-50%); color: var(--green-800); font-size: 21px; }
.region-faq-list details[open] summary::after { content: "−"; }
.region-faq-list details > div { padding: 0 19px 18px; }
.region-faq-list p { margin: 0; color: var(--muted); font-size: 11px; }
.nearby-region-links { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.nearby-region-links a { display: flex; justify-content: space-between; align-items: center; padding: 16px 18px; border: 1px solid var(--line); border-radius: 13px; background: white; font-size: 11px; font-weight: 800; }
.nearby-region-links i { color: var(--orange-600); font-style: normal; }
.all-area-link { margin: 20px 0 0; text-align: center; }
.all-area-link a { color: var(--green-800); font-size: 11px; font-weight: 800; }
.section-actions--center { justify-content: center; }
.region-card-grid > *, .region-map-layout > *, .location-condition-grid > *, .region-rate-grid > *, .outside-area-box > *, .region-intro-layout > *, .region-plan-grid > *, .region-flow-layout > *, .nearby-region-links > * { min-width: 0; }

@media (max-width: 920px) {
  .region-card-grid, .location-condition-grid, .region-rate-grid, .region-plan-grid, .nearby-region-links { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .region-map-layout, .outside-area-box, .region-intro-layout, .region-flow-layout { grid-template-columns: minmax(0,1fr); }
  .region-intro-layout figure img { height: 430px; }
  .region-flow-layout figure img { height: 520px; }
}
@media (max-width: 680px) {
  .region-card-grid, .location-condition-grid, .region-rate-grid, .region-plan-grid, .nearby-region-links { grid-template-columns: minmax(0,1fr); }
  .region-card { min-height: 0; }
  .outside-area-box { padding: 22px 18px; }
  .outside-area-box img { height: 230px; }
  .region-rate-grid article.is-main { transform: none; }
  .region-rate-grid h3 strong { font-size: 23px; }
  .region-intro-layout figure img { height: 260px; }
  .region-flow-layout figure img { height: 430px; }
  .region-place-callout { grid-template-columns: minmax(0,1fr); padding: 17px; }
  .region-place-callout img { height: 210px; }
  .region-hero .detail-hero__grid { grid-template-columns: minmax(0,1fr); }
  .region-detail-hero .detail-hero__copy h1 { font-size: clamp(31px,9.4vw,43px); }
  .panel-area-list { gap: 6px; }
}


/* ===== v1.2 trust / company / contact / voices pages ===== */
.trust-detail-hero .detail-hero__grid { grid-template-columns: minmax(0,1.08fr) minmax(330px,.92fr); }
.detail-photo { margin: 0; overflow: hidden; border-radius: var(--radius-lg); background: white; box-shadow: var(--shadow-md); }
.detail-photo img { width: 100%; height: 410px; object-fit: cover; }
.detail-photo figcaption { padding: 15px 18px; color: var(--muted); font-size: 10px; }
.trust-panel, .contact-summary-panel, .pre-summary-panel, .voice-summary-panel, .link-summary-panel, .privacy-summary-panel { min-width: 0; }
.contact-summary-panel ol, .pre-summary-panel ul, .privacy-summary-panel ul { display: grid; gap: 9px; margin: 0; }
.contact-summary-panel li, .pre-summary-panel li, .privacy-summary-panel li { display: flex; gap: 10px; align-items: center; padding: 9px 11px; border-radius: 10px; background: var(--cream); font-size: 10px; font-weight: 700; }
.contact-summary-panel li span, .pre-summary-panel li span { width: 27px; height: 27px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: white; background: var(--green-800); font-size: 8px; }
.contact-method-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; max-width: 960px; margin: 0 auto; }
.contact-method-card { position: relative; display: flex; flex-direction: column; padding: 34px 31px; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: var(--shadow-sm); }
.contact-method-card.is-primary { border-color: #bfd7c2; box-shadow: var(--shadow-md); }
.method-label { position: absolute; top: 18px; right: 18px; padding: 5px 9px; border-radius: 999px; color: var(--green-900); background: var(--green-100); font-size: 9px; font-weight: 800; }
.contact-method-card.is-primary .method-label { color: white; background: var(--orange-600); }
.method-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 17px; border-radius: 50%; color: white; background: var(--green-800); font-size: 22px; }
.contact-method-card.is-primary .method-icon { background: var(--orange-600); }
.contact-method-card h3 { margin: 0 0 8px; font-size: 24px; }
.contact-method-card > p { color: var(--muted); font-size: 12px; }
.method-phone { margin: 8px 0 3px; color: var(--green-900); font-family: Georgia,serif; font-size: clamp(29px,4vw,42px); font-weight: 800; line-height: 1.2; }
.contact-method-card > small { color: var(--muted); font-size: 9px; }
.contact-method-card ul { display: grid; gap: 7px; margin: 20px 0 0; padding-top: 17px; border-top: 1px solid var(--line); }
.contact-method-card li { padding-left: 20px; position: relative; font-size: 10px; font-weight: 700; }
.contact-method-card li::before { content: "✓"; position: absolute; left: 0; color: var(--green-800); }
.contact-prepare-layout { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(320px,.85fr); gap: 52px; align-items: center; }
.contact-prepare-layout h2, .about-profile-grid h2, .mission-layout h2, .equipment-layout h2, .temple-layout h2 { margin-bottom: 18px; font-family: "Yu Mincho",serif; font-size: clamp(31px,3.5vw,47px); line-height: 1.5; font-weight: 600; }
.contact-prepare-layout h2 strong, .about-profile-grid h2 strong, .mission-layout h2 strong, .equipment-layout h2 strong, .temple-layout h2 strong { color: var(--orange-700); font-weight: 600; }
.prepare-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin-top: 23px; }
.prepare-grid article { padding: 18px; border: 1px solid var(--line); border-radius: 15px; background: white; }
.prepare-grid span { color: var(--orange-600); font-family: Georgia,serif; font-size: 10px; }
.prepare-grid h3 { margin: 7px 0 5px; font-size: 14px; }
.prepare-grid p { margin: 0; color: var(--muted); font-size: 10px; }
.contact-prepare-layout figure { margin: 0; overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.contact-prepare-layout figure img { width: 100%; height: 520px; object-fit: cover; }
.contact-prepare-layout figcaption { padding: 14px 16px; color: var(--muted); background: white; font-size: 10px; }
.contact-flow, .pre-steps { max-width: 900px; display: grid; gap: 13px; margin: 0 auto; }
.contact-flow li, .pre-steps li { display: grid; grid-template-columns: 54px 1fr; gap: 16px; align-items: center; padding: 19px 22px; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: var(--shadow-sm); }
.contact-flow li > span, .pre-steps li > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--green-800); font-family: Georgia,serif; font-size: 10px; }
.contact-flow li:nth-child(2) > span, .pre-steps li:nth-child(2) > span { background: var(--orange-600); }
.contact-flow h3, .pre-steps h3 { margin: 0 0 3px; font-size: 15px; }
.contact-flow p, .pre-steps p { margin: 0; color: var(--muted); font-size: 10px; }
.privacy-callout, .link-policy, .survey-cta { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 42px; align-items: center; padding: 35px 38px; border: 1px solid #d7e5d8; border-radius: var(--radius-lg); background: white; box-shadow: var(--shadow-sm); }
.privacy-callout { grid-template-columns: minmax(0,1fr) 220px; }
.privacy-callout h2, .link-policy h2, .survey-cta h2 { margin-bottom: 13px; font-family: "Yu Mincho",serif; font-size: clamp(26px,3vw,39px); line-height: 1.5; font-weight: 600; }
.privacy-callout img { width: 220px; height: 220px; object-fit: cover; border-radius: 50%; }
.about-profile-grid { display: grid; grid-template-columns: minmax(260px,.7fr) minmax(0,1.3fr); gap: 58px; align-items: start; }
.business-profile { margin: 0; border-top: 1px solid var(--line-strong); }
.business-profile > div { display: grid; grid-template-columns: 150px 1fr; gap: 18px; padding: 16px 8px; border-bottom: 1px solid var(--line); }
.business-profile dt { color: var(--green-800); font-size: 10px; font-weight: 800; }
.business-profile dd { margin: 0; font-size: 12px; }
.business-profile a { color: var(--green-800); font-weight: 800; }
.mission-layout, .equipment-layout, .temple-layout { display: grid; grid-template-columns: minmax(320px,.9fr) minmax(0,1.1fr); gap: 55px; align-items: center; }
.mission-layout figure, .equipment-layout figure { margin: 0; overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.mission-layout img { width: 100%; height: 460px; object-fit: cover; }
.equipment-layout img { width: 100%; height: 460px; object-fit: cover; }
.mission-layout p, .equipment-layout > div > p, .temple-layout p { color: var(--muted); font-size: 13px; }
.value-grid, .pre-benefit-grid, .voice-theme-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.value-grid article, .pre-benefit-grid article, .voice-theme-grid article { padding: 25px 22px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: var(--shadow-sm); }
.value-grid span, .pre-benefit-grid span, .voice-theme-grid span { color: var(--orange-600); font-family: Georgia,serif; font-size: 11px; }
.value-grid h3, .pre-benefit-grid h3, .voice-theme-grid h3 { margin: 10px 0 7px; font-size: 16px; }
.value-grid p, .pre-benefit-grid p, .voice-theme-grid p { margin: 0; color: var(--muted); font-size: 10px; }
.service-route-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 13px; }
.service-route-grid a { display: grid; grid-template-columns: 1fr auto; gap: 3px 14px; align-items: center; padding: 20px 21px; border: 1px solid var(--line); border-radius: 15px; background: white; box-shadow: var(--shadow-sm); }
.service-route-grid span { color: var(--green-800); font-size: 9px; font-weight: 800; }
.service-route-grid strong { font-size: 13px; }
.service-route-grid i { grid-column: 2; grid-row: 1 / 3; color: var(--orange-600); font-style: normal; }
.equipment-points { display: grid; gap: 11px; margin: 22px 0 0; }
.equipment-points li { display: grid; grid-template-columns: 35px 1fr; gap: 12px; align-items: start; padding: 14px; border: 1px solid var(--line); border-radius: 13px; background: white; }
.equipment-points li > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: var(--green-800); background: var(--green-100); font-weight: 900; }
.equipment-points strong { display: block; font-size: 13px; }
.equipment-points p { margin: 2px 0 0 !important; font-size: 10px !important; }
.combustion-steps { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 15px; align-items: center; }
.combustion-steps article { min-height: 210px; padding: 26px 23px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: var(--shadow-sm); }
.combustion-steps article span { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--green-800); font-family: Georgia,serif; font-size: 10px; }
.combustion-steps article:nth-of-type(2) span { background: var(--orange-600); }
.combustion-steps h3 { margin: 15px 0 7px; font-size: 17px; }
.combustion-steps p { margin: 0; color: var(--muted); font-size: 10px; }
.combustion-steps > i { color: var(--orange-600); font-size: 24px; font-style: normal; }
.evidence-note { max-width: 900px; margin: 28px auto 0; padding: 20px 24px; border-left: 4px solid var(--orange-600); border-radius: 12px; background: white; box-shadow: var(--shadow-sm); }
.evidence-note strong { font-size: 14px; }
.evidence-note p { margin: 4px 0 0; color: var(--muted); font-size: 10px; }
.temple-layout { padding: 40px; border: 1px solid #d8e5d9; border-radius: var(--radius-lg); background: white; }
.temple-layout img { width: 100%; max-width: 390px; justify-self: end; border-radius: 26px; }
.pre-summary-panel ul li { align-items: center; }
.discount-layout { display: grid; grid-template-columns: 260px minmax(0,1fr) 210px; gap: 25px; align-items: stretch; max-width: 1040px; margin: 0 auto; }
.discount-main { display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 27px; border-radius: 22px; color: white; background: var(--green-800); text-align: center; }
.discount-main > span { font-size: 10px; font-weight: 800; }
.discount-main > strong { margin: 4px 0; font-family: Georgia,serif; font-size: 77px; line-height: 1; }
.discount-main > strong small { font-size: 22px; }
.discount-main p { margin: 7px 0 0; font-size: 11px; }
.discount-conditions { padding: 27px; border: 1px solid var(--line); border-radius: 22px; background: white; }
.discount-conditions h3 { margin: 0 0 14px; font-size: 18px; }
.discount-conditions ul { display: grid; gap: 9px; margin: 0 0 16px; }
.discount-conditions li { display: flex; gap: 9px; font-size: 11px; font-weight: 700; }
.discount-conditions li span { color: var(--green-800); }
.discount-conditions p { margin: 0; padding-top: 14px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; }
.discount-layout figure { margin: 0; padding: 16px; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: var(--shadow-sm); }
.discount-layout figure img { width: 100%; height: 250px; object-fit: contain; }
.discount-layout figcaption { padding-top: 8px; text-align: center; font-size: 10px; font-weight: 800; }
.pre-form-box { max-width: 900px; display: flex; justify-content: space-between; gap: 28px; align-items: center; margin: 28px auto 0; padding: 22px 24px; border-radius: 16px; background: var(--green-050); }
.pre-form-box strong { font-size: 14px; }
.pre-form-box p { margin: 4px 0 0; color: var(--muted); font-size: 10px; }
.voice-summary-panel > strong, .link-summary-panel > strong { display: block; color: var(--green-900); font-family: Georgia,serif; font-size: 65px; line-height: 1.1; }
.voice-summary-panel > strong small, .link-summary-panel > strong small { font-family: inherit; font-size: 15px; }
.voice-summary-panel ul { display: grid; gap: 7px; margin: 16px 0; }
.voice-summary-panel li { padding: 7px 10px; border-radius: 9px; background: var(--cream); font-size: 10px; font-weight: 700; }
.voice-index-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.voice-index-card { display: flex; flex-direction: column; min-height: 290px; padding: 23px; border: 1px solid var(--line); border-radius: 19px; background: white; box-shadow: var(--shadow-sm); }
.voice-index-card header { display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.voice-index-card header span { padding: 4px 8px; border-radius: 999px; color: var(--green-900); background: var(--green-100); font-size: 8px; font-weight: 800; }
.voice-index-card time { color: var(--muted); font-size: 8px; }
.voice-pet { margin: 18px 0 9px; }
.voice-pet strong, .voice-pet small { display: block; }
.voice-pet strong { font-size: 16px; }
.voice-pet small { color: var(--muted); font-size: 9px; }
.voice-index-card blockquote { margin: 8px 0 22px; color: #4d4b45; font-family: "Yu Mincho",serif; font-size: 15px; line-height: 1.8; }
.voice-index-card > a { margin-top: auto; color: var(--green-800); font-size: 10px; font-weight: 800; }
.voice-index-card > a i { color: var(--orange-600); font-style: normal; }
.review-detail-hero { padding: 64px 0 70px; background: linear-gradient(180deg,var(--green-050),white); }
.review-title { max-width: 900px; margin: 52px auto 0; text-align: center; }
.review-title .eyebrow { justify-content: center; }
.review-title h1 { margin-bottom: 24px; font-family: "Yu Mincho",serif; font-size: clamp(31px,4.5vw,56px); line-height: 1.55; font-weight: 600; }
.review-meta { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.review-meta span, .review-meta time { padding: 5px 9px; border-radius: 999px; background: white; border: 1px solid var(--line); font-size: 9px; }
.review-detail-layout { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(260px,.55fr); gap: 42px; align-items: start; }
.review-story { display: grid; gap: 18px; }
.review-rating { display: flex; gap: 13px; align-items: center; padding: 17px 20px; border-radius: 15px; background: var(--green-050); }
.review-rating > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--green-800); }
.review-rating small, .review-rating strong { display: block; }
.review-rating small { color: var(--muted); font-size: 9px; }
.review-rating strong { font-size: 15px; }
.review-story article { padding: 27px 29px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: var(--shadow-sm); }
.review-question { margin: 0 0 11px; color: var(--green-800); font-size: 10px; font-weight: 800; }
.review-story blockquote { margin: 0; font-family: "Yu Mincho",serif; font-size: 17px; line-height: 2; }
.review-thanks { margin: 0; padding: 16px 18px; border-left: 4px solid var(--orange-600); border-radius: 10px; color: var(--muted); background: var(--orange-050); font-size: 11px; }
.review-profile { position: sticky; top: calc(var(--header-height) + 24px); padding: 24px; border: 1px solid var(--line); border-radius: 19px; background: white; box-shadow: var(--shadow-sm); }
.review-profile h2 { margin: 0 0 15px; font-size: 19px; }
.review-profile dl { margin: 0 0 19px; }
.review-profile dl > div { padding: 10px 0; border-bottom: 1px solid var(--line); }
.review-profile dt { color: var(--muted); font-size: 8px; }
.review-profile dd { margin: 2px 0 0; font-size: 11px; font-weight: 800; }
.review-neighbor-nav { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px; max-width: 820px; margin: 0 auto; }
.review-neighbor-nav a { padding: 18px 20px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.review-neighbor-nav span, .review-neighbor-nav strong { display: block; }
.review-neighbor-nav span { color: var(--muted); font-size: 8px; }
.review-neighbor-nav strong { margin-top: 4px; font-size: 12px; }
.partner-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; max-width: 1040px; margin: 0 auto; }
.partner-card { display: flex; flex-direction: column; padding: 27px 26px; border: 1px solid var(--line); border-radius: 19px; background: white; box-shadow: var(--shadow-sm); }
.partner-card > span { width: fit-content; padding: 5px 9px; border-radius: 999px; color: var(--green-900); background: var(--green-100); font-size: 8px; font-weight: 800; }
.partner-card h3 { margin: 15px 0 8px; font-size: 20px; }
.partner-card > p { color: var(--muted); font-size: 11px; }
.partner-contact { margin-top: auto !important; padding-top: 14px; border-top: 1px solid var(--line); font-size: 9px !important; }
.partner-card > a { margin-top: 13px; color: var(--green-800); font-size: 10px; font-weight: 800; }
.partner-card > a i { color: var(--orange-600); font-style: normal; }
.policy-layout { display: grid; grid-template-columns: 230px minmax(0,1fr); gap: 48px; align-items: start; max-width: 1050px; margin: 0 auto; }
.policy-nav { position: sticky; top: calc(var(--header-height) + 20px); display: grid; gap: 7px; padding: 17px; border: 1px solid var(--line); border-radius: 16px; background: var(--cream); }
.policy-nav a { padding: 8px 10px; border-radius: 9px; font-size: 10px; font-weight: 800; }
.policy-nav a:hover, .policy-nav a:focus-visible { background: white; }
.policy-content { display: grid; gap: 20px; }
.policy-content section { scroll-margin-top: calc(var(--header-height) + 30px); padding: 26px 28px; border: 1px solid var(--line); border-radius: 17px; background: white; box-shadow: var(--shadow-sm); }
.policy-content h2 { margin: 0 0 10px; font-size: 18px; }
.policy-content p { margin: 0; color: var(--muted); font-size: 11px; }
.policy-content a { color: var(--green-800); font-weight: 800; }
.policy-date { margin-top: 14px !important; padding-top: 14px; border-top: 1px solid var(--line); font-size: 9px !important; }
.notfound { min-height: 70vh; display: grid; place-items: center; padding: 100px 0; text-align: center; }
.notfound img { width: 90px; margin: 0 auto 14px; }
.notfound > .shell > p:first-of-type { margin: 0; color: var(--orange-600); font-family: Georgia,serif; font-size: 72px; line-height: 1; }
.notfound h1 { margin: 13px 0; font-family: "Yu Mincho",serif; font-size: clamp(30px,4vw,48px); }
.notfound > .shell > p:last-of-type { max-width: 660px; margin: 0 auto 27px; color: var(--muted); }
.trust-detail-hero > *, .contact-method-grid > *, .contact-prepare-layout > *, .prepare-grid > *, .about-profile-grid > *, .mission-layout > *, .value-grid > *, .service-route-grid > *, .equipment-layout > *, .combustion-steps > *, .temple-layout > *, .pre-benefit-grid > *, .discount-layout > *, .voice-index-grid > *, .voice-theme-grid > *, .review-detail-layout > *, .partner-grid > *, .policy-layout > * { min-width: 0; }

@media (max-width: 980px) {
  .value-grid, .pre-benefit-grid, .voice-theme-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .voice-index-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .service-route-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .discount-layout { grid-template-columns: 230px minmax(0,1fr); }
  .discount-layout figure { grid-column: 1 / -1; display: grid; grid-template-columns: 180px 1fr; align-items: center; }
  .discount-layout figure img { height: 170px; }
}
@media (max-width: 760px) {
  .trust-detail-hero .detail-hero__grid, .contact-prepare-layout, .about-profile-grid, .mission-layout, .equipment-layout, .temple-layout, .review-detail-layout, .policy-layout { grid-template-columns: minmax(0,1fr); }
  .detail-photo img { height: 300px; }
  .contact-method-grid, .partner-grid { grid-template-columns: minmax(0,1fr); }
  .contact-method-card { padding: 28px 22px; }
  .prepare-grid { grid-template-columns: minmax(0,1fr); }
  .contact-prepare-layout figure img { height: 390px; }
  .privacy-callout, .link-policy, .survey-cta, .pre-form-box { grid-template-columns: minmax(0,1fr); display: grid; padding: 25px 21px; }
  .privacy-callout img { width: 170px; height: 170px; justify-self: center; }
  .business-profile > div { grid-template-columns: 105px 1fr; gap: 13px; }
  .mission-layout img, .equipment-layout img { height: 320px; }
  .service-route-grid { grid-template-columns: minmax(0,1fr); }
  .combustion-steps { grid-template-columns: minmax(0,1fr); }
  .combustion-steps > i { transform: rotate(90deg); justify-self: center; }
  .temple-layout { padding: 25px 21px; }
  .temple-layout img { justify-self: center; }
  .discount-layout { grid-template-columns: minmax(0,1fr); }
  .discount-layout figure { grid-column: auto; grid-template-columns: minmax(0,1fr); }
  .discount-layout figure img { height: 220px; }
  .voice-index-grid, .value-grid, .pre-benefit-grid, .voice-theme-grid { grid-template-columns: minmax(0,1fr); }
  .voice-index-card { min-height: 0; }
  .review-profile, .policy-nav { position: static; }
  .review-neighbor-nav { grid-template-columns: minmax(0,1fr); }
  .review-title { margin-top: 32px; }
  .review-story blockquote { font-size: 15px; }
  .policy-nav { display: flex; overflow-x: auto; }
  .policy-nav a { flex: 0 0 auto; }
}
@media (max-width: 480px) {
  .contact-method-card h3 { font-size: 21px; }
  .method-phone { font-size: 30px; }
  .business-profile > div { grid-template-columns: minmax(0,1fr); gap: 3px; }
  .contact-flow li, .pre-steps li { grid-template-columns: 43px 1fr; padding: 16px; }
  .contact-flow li > span, .pre-steps li > span { width: 36px; height: 36px; }
  .review-story article { padding: 22px 19px; }
  .review-meta { justify-content: flex-start; }
  .review-title { text-align: left; }
  .review-title .eyebrow { justify-content: flex-start; }
}


/* v1.3: human-readable sitemap */
.sitemap-intro { max-width: 760px; margin: 0 auto 34px; text-align: center; }
.sitemap-intro p { color: var(--muted); }
.sitemap-groups { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.sitemap-group { min-width: 0; padding: 25px 24px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow-sm); }
.sitemap-group > span { display: inline-flex; padding: 5px 9px; border-radius: 999px; color: var(--green-900); background: var(--green-100); font-size: 8px; font-weight: 800; }
.sitemap-group h2 { margin: 13px 0 12px; font-size: 19px; }
.sitemap-links { display: grid; gap: 7px; }
.sitemap-links a { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 10px; align-items: center; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 10px; font-weight: 800; }
.sitemap-links a:last-child { border-bottom: 0; }
.sitemap-links a::after { content: '→'; color: var(--orange-600); }
.sitemap-region-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px 13px; }
.sitemap-region-list a { padding: 9px 10px; border: 1px solid var(--line); border-radius: 10px; background: var(--cream); font-size: 9px; font-weight: 800; }
.sitemap-review-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.sitemap-review-list a { padding: 12px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.sitemap-review-list strong, .sitemap-review-list small { display: block; }
.sitemap-review-list strong { font-size: 10px; }
.sitemap-review-list small { margin-top: 4px; color: var(--muted); font-size: 8px; }
@media (max-width: 980px) { .sitemap-groups { grid-template-columns: repeat(2,minmax(0,1fr)); } .sitemap-review-list { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 760px) { .sitemap-groups, .sitemap-review-list { grid-template-columns: minmax(0,1fr); } }
@media (max-width: 430px) { .sitemap-region-list { grid-template-columns: minmax(0,1fr); } }


/* =========================================================
   v1.4 TOP PAGE: memorial hero / insurance / cashless payment
   ========================================================= */
.hero--memorial {
  position: relative;
  min-height: 640px;
  padding: 0;
  overflow: hidden;
  background: #eef4ee;
}
.hero--memorial::before,
.hero--memorial::after { content: none; }
.hero-memorial__photo {
  position: absolute;
  inset: 0;
  margin: 0;
}
.hero-memorial__photo picture,
.hero-memorial__photo img {
  width: 100%;
  height: 100%;
  display: block;
}
.hero-memorial__photo img {
  object-fit: cover;
  object-position: center center;
}
.hero-memorial__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(16,38,22,.04) 0%, rgba(16,38,22,.02) 40%, rgba(255,255,255,.14) 62%, rgba(255,255,255,.35) 100%);
  pointer-events: none;
}
.hero-memorial__inner {
  position: relative;
  z-index: 2;
  min-height: 640px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-block: 64px;
}
.hero-memorial__card {
  width: min(555px, 52%);
  padding: 42px 44px;
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 28px;
  background: rgba(255,255,255,.93);
  box-shadow: 0 24px 70px rgba(28,56,34,.18);
  backdrop-filter: blur(12px);
}
.hero--memorial h1 {
  margin-bottom: 21px;
  font-size: clamp(38px, 3.8vw, 60px);
  line-height: 1.38;
}
.hero--memorial .hero-lead { font-size: 16px; line-height: 1.95; }
.hero--memorial .hero-actions { flex-wrap: wrap; }
.hero--memorial .button--call { min-width: 244px; }
.hero-photo-note {
  position: absolute;
  z-index: 2;
  left: max(24px, calc((100vw - var(--shell)) / 2));
  bottom: 24px;
  margin: 0;
  padding: 9px 14px;
  border-radius: 999px;
  color: rgba(255,255,255,.95);
  background: rgba(31,58,37,.78);
  font-size: 11px;
  line-height: 1.35;
  backdrop-filter: blur(8px);
}

.insurance-section {
  padding-top: 34px;
  padding-bottom: 92px;
  background: linear-gradient(180deg, #fff 0%, #fffaf7 100%);
}
.insurance-card {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(400px, 1.1fr);
  gap: 46px;
  align-items: center;
  padding: 38px;
  border: 1px solid #efd8ce;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(80,49,33,.08);
}
.insurance-copy .kicker { color: var(--orange-700); }
.insurance-copy h2 {
  margin-bottom: 18px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(30px, 2.7vw, 39px);
  line-height: 1.5;
  font-weight: 600;
}
.insurance-copy h2 strong { color: var(--orange-700); font-weight: 600; }
.insurance-copy > p { color: var(--muted); }
.insurance-steps { display: grid; gap: 10px; margin: 24px 0; }
.insurance-steps li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: center;
  padding: 13px 15px;
  border-radius: 13px;
  background: #fff8f4;
}
.insurance-steps span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--orange-600);
  font-family: Georgia, serif;
  font-weight: 700;
}
.insurance-steps strong { display: block; font-size: 14px; }
.insurance-steps small { display: block; margin-top: 2px; color: var(--muted); font-size: 10px; line-height: 1.5; }
.insurance-notice {
  margin-bottom: 22px;
  padding: 14px 16px;
  border-left: 4px solid var(--green-700);
  border-radius: 10px;
  color: #4f554d;
  background: var(--green-050);
  font-size: 11px;
  line-height: 1.7;
}
.insurance-visual { margin: 0; }
.insurance-visual img {
  width: 100%;
  max-height: 650px;
  object-fit: contain;
  border-radius: 18px;
  background: #fffaf7;
}
.insurance-visual figcaption { margin-top: 10px; color: var(--muted); font-size: 10px; text-align: center; }

.payment-section { background: var(--cream); }
.payment-card {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(420px, 1.28fr);
  gap: 48px;
  align-items: center;
  padding: 38px 42px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.payment-copy h2 {
  margin-bottom: 16px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(30px, 3vw, 43px);
  line-height: 1.48;
  font-weight: 600;
}
.payment-copy h2 strong { color: var(--green-800); font-weight: 600; }
.payment-copy > p { color: var(--muted); }
.payment-points { display: grid; gap: 9px; margin: 22px 0 0; }
.payment-points li { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; }
.payment-points li::before {
  content: "✓";
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--green-800);
  background: var(--green-100);
  font-weight: 900;
}
.payment-visual { margin: 0; padding: 18px; border: 1px solid #e8ece8; border-radius: 20px; background: #fff; }
.payment-visual img { width: min(100%, 680px); margin-inline: auto; object-fit: contain; }
.payment-visual figcaption { margin-top: 12px; color: var(--muted); font-size: 10px; line-height: 1.6; text-align: center; }

@media (max-width: 920px) {
  .hero--memorial { min-height: 600px; }
  .hero-memorial__inner { min-height: 600px; }
  .hero-memorial__card { width: min(520px, 56%); padding: 34px; }
  .insurance-card,
  .payment-card { grid-template-columns: 1fr; gap: 30px; }
  .insurance-visual { max-width: 720px; margin-inline: auto; }
  .payment-visual { max-width: 720px; margin-inline: auto; }
}

@media (max-width: 680px) {
  .hero--memorial { min-height: 0; overflow: visible; background: #fff; }
  .hero-memorial__photo { position: relative; height: min(96vw, 410px); overflow: hidden; }
  .hero-memorial__photo img { object-position: center center; }
  .hero-memorial__photo::after { background: linear-gradient(180deg, rgba(0,0,0,0) 64%, rgba(25,50,31,.20) 100%); }
  .hero-memorial__inner {
    min-height: 0;
    display: block;
    padding-block: 0 44px;
    margin-top: -20px;
  }
  .hero-memorial__card {
    width: 100%;
    padding: 28px 22px;
    border-radius: 24px;
    box-shadow: 0 14px 40px rgba(28,56,34,.13);
    backdrop-filter: none;
  }
  .hero--memorial h1 { font-size: clamp(36px, 11vw, 48px); line-height: 1.35; }
  .hero--memorial .hero-lead { font-size: 14px; line-height: 1.85; }
  .hero--memorial .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero--memorial .button--call { min-width: 0; width: 100%; }
  .hero-photo-note { left: 14px; right: 14px; bottom: auto; top: calc(min(96vw, 410px) - 50px); width: max-content; max-width: calc(100% - 28px); font-size: 9px; }
  .insurance-section { padding-top: 16px; padding-bottom: 72px; }
  .insurance-card,
  .payment-card { padding: 24px 18px; border-radius: 22px; }
  .insurance-copy h2,
  .payment-copy h2 { font-size: 29px; }
  .insurance-visual img { max-height: none; }
  .payment-visual { padding: 10px; }
}

@media (min-width: 921px) { .insurance-copy h2 strong { white-space: nowrap; } }

/* ===== v1.6 mobile readability tuning ===== */
@media (max-width: 680px) {
  .hero h1 { font-size: clamp(31px, 9.6vw, 42px); line-height: 1.32; }
  .section-heading h2 { font-size: clamp(25px, 7.6vw, 33px); line-height: 1.42; }
  .detail-hero__copy h1 { font-size: clamp(30px, 8.7vw, 39px); line-height: 1.34; }
  .region-detail-hero .detail-hero__copy h1 { font-size: clamp(28px, 8.4vw, 38px); line-height: 1.38; }
  .region-map-layout h2, .outside-area-box h2, .region-intro-layout h2,
  .region-flow-layout h2, .vehicle-copy h2, .promise-copy h2, .area-copy h2,
  .faq-intro h2, .contact h2 { font-size: clamp(25px, 7.5vw, 33px); line-height: 1.45; }
  body { padding-bottom: 60px; }
  .mobile-cta {
    height: 60px;
    padding: 5px max(7px, env(safe-area-inset-right)) calc(5px + env(safe-area-inset-bottom)) max(7px, env(safe-area-inset-left));
  }
  .mobile-cta a { gap: 0; border-radius: 10px; font-size: 9px; }
  .mobile-cta a span { font-size: 15px; line-height: 1.05; }
}
@media (max-width: 400px) {
  .hero h1 { font-size: 30px; }
  .detail-hero__copy h1 { font-size: 29px; }
  .region-detail-hero .detail-hero__copy h1 { font-size: 28px; }
}
/* ===== /v1.6 mobile readability tuning ===== */

/* ===== v1.7 mobile text readability ===== */
@media (max-width: 680px) {
  body {
    font-size: 17px;
    line-height: 1.85;
  }

  /* Header / navigation / fixed actions */
  .topbar__inner { font-size: 12px; }
  .brand strong { font-size: 13px; }
  .brand small { font-size: 9px; }
  .global-nav a { font-size: 16px; }
  .button { font-size: 16px; }
  .button--call small { font-size: 12px; }
  .button--call strong { font-size: 17px; }
  .mobile-cta a { font-size: 12px; }
  .mobile-cta a span { font-size: 18px; }

  /* Common labels and body copy */
  .eyebrow,
  .kicker {
    font-size: 13px;
    letter-spacing: .09em;
  }

  .hero-lead,
  .section-heading > p:last-child,
  .detail-hero__copy > p:not(.eyebrow),
  .vehicle-copy > p,
  .promise-copy > p,
  .area-copy > p,
  .featured-goods__copy > p,
  .faq-intro p,
  .outside-area-box > div > p:not(.kicker),
  .region-intro-layout > div > p:not(.kicker),
  .insurance-copy > p,
  .payment-copy > p,
  .premium-copy > p:not(.kicker):not(.premium-price),
  .contact-method-card > p,
  .policy-content p,
  .notfound > .shell > p:last-of-type {
    font-size: 16px;
    line-height: 1.9;
  }

  .hero-points li,
  .vehicle-points li,
  .promise-copy li,
  .city-list span,
  .city-list a,
  .district-list li,
  .panel-area-list li {
    font-size: 13px;
    line-height: 1.45;
  }

  .hero-contact-note,
  .hero-visual figcaption span,
  .trust-grid small,
  .urgent-steps p,
  .inline-link,
  .small-note,
  .vehicle-main figcaption,
  .vehicle-detail figcaption,
  .flow-photo span,
  .region-map-layout figcaption,
  .region-intro-layout figcaption,
  .region-flow-layout figcaption,
  .contact-prepare-layout figcaption,
  .payment-visual figcaption,
  .insurance-visual figcaption {
    font-size: 13px !important;
    line-height: 1.7;
  }

  .hero-visual figcaption strong,
  .trust-grid strong,
  .urgent-steps strong,
  .vehicle-note strong,
  .flow-photo strong,
  .price-notes strong,
  .region-check-list strong,
  .region-place-callout strong {
    font-size: 15px;
  }

  /* Price cards */
  .price-rule span { font-size: 13px; }
  .price-rule strong { font-size: 17px; }
  .price-rule p { font-size: 14px; line-height: 1.7; }
  .weight-card header p,
  .weight-card header span { font-size: 13px; }
  .weight-card__badge { font-size: 11px; }
  .price-list p > strong { font-size: 16px; }
  .price-list p > small {
    font-size: 13px !important;
    line-height: 1.65;
  }
  .money small { font-size: 12px !important; }
  .weight-card__note {
    font-size: 13px;
    line-height: 1.65;
  }
  .price-notes small {
    font-size: 13px;
    line-height: 1.7;
  }

  /* Plan / set descriptions */
  .choice-guide span { font-size: 13px; }
  .choice-guide strong { font-size: 16px; }
  .plan-card header p { font-size: 13px; }
  .plan-result { font-size: 12px; }
  .plan-lead {
    font-size: 15px;
    line-height: 1.85;
  }
  .plan-facts dt { font-size: 12px; }
  .plan-facts dd { font-size: 14px; }
  .mini-flow span { font-size: 13px; }
  .included-box h4 { font-size: 15px; }
  .included-box li { font-size: 12px; }
  .included-box figcaption { font-size: 12px; }
  .plan-limit {
    font-size: 13px;
    line-height: 1.7;
  }
  .set-card__label { font-size: 12px; }
  .set-card__visual figcaption { font-size: 12px; }
  .set-card dl > div { font-size: 14px; }
  .set-card > p:last-child {
    font-size: 14px;
    line-height: 1.75;
  }
  .upgrade-price small { font-size: 12px; }

  /* Main content cards */
  .reason-grid p,
  .vehicle-note p,
  .flow-list p,
  .product-card p,
  .bell-panel p,
  .more-goods-grid p,
  .clarity-grid p,
  .rate-callout p,
  .plan-choice-cards p,
  .included-visual-grid p,
  .fee-grid p,
  .policy-grid p,
  .notice-grid p,
  .catalog-card p,
  .premium-items p,
  .care-grid p,
  .flow-detail-grid p,
  .after-choice-grid p,
  .aftercare-grid p,
  .allowed-grid p,
  .contact-flow p,
  .pre-steps p,
  .review-thanks,
  .partner-card > p {
    font-size: 15px;
    line-height: 1.8;
  }

  .reason-grid h3,
  .flow-list h3,
  .contact-flow h3,
  .pre-steps h3,
  .region-flow-list h3 {
    font-size: 17px;
  }

  .goods-tag,
  .product-card figcaption,
  .catalog-tag,
  .panel-label,
  .plan-chip,
  .included-visual-grid span,
  .fee-grid article > span,
  .location-condition-grid span,
  .region-card > span,
  .region-rate-grid article > span,
  .contact-summary-panel li span,
  .pre-summary-panel li span {
    font-size: 12px;
  }

  .featured-goods__copy li,
  .product-card > div > strong,
  .panel-choice-list strong,
  .plan-choice-cards li,
  .included-visual-grid h3,
  .fee-grid h3,
  .policy-grid h3,
  .notice-grid h3,
  .catalog-card h3,
  .premium-items h3,
  .care-grid h3,
  .flow-detail-grid h3,
  .after-choice-grid h3,
  .aftercare-grid h3,
  .allowed-grid h3 {
    font-size: 16px;
  }

  /* Detail pages */
  .breadcrumb-list { font-size: 13px; }
  .hero-price-summary dt { font-size: 13px; }
  .detail-hero__panel > small {
    font-size: 12px;
    line-height: 1.6;
  }
  .panel-choice-list span { font-size: 13px; }
  .panel-step-list li { font-size: 14px; }
  .detail-hero__panel > a:not(.panel-phone) { font-size: 13px; }
  .detail-hero__panel > p:last-child { font-size: 14px; }
  .page-jump a { font-size: 13px; }
  .comparison-table { font-size: 14px; }
  .confirm-note {
    font-size: 13px;
    line-height: 1.7;
  }
  .brand-list span { font-size: 12px; }
  .cancel-list > div { font-size: 14px; }
  .plan-detail__title p { font-size: 13px; }
  .plan-detail__lead {
    font-size: 15px;
    line-height: 1.85;
  }
  .step-line li { font-size: 12px; }
  .plan-detail__facts small { font-size: 12px; }
  .plan-detail__facts strong { font-size: 15px; }
  .plan-detail__grid aside dt { font-size: 12px; }
  .plan-detail__grid aside p {
    font-size: 13px;
    line-height: 1.7;
  }
  .plan-included-photo p,
  .plan-scene figcaption { font-size: 13px; }

  /* FAQ */
  .faq-list summary,
  .faq-page-list summary,
  .region-faq-list summary {
    font-size: 16px;
    line-height: 1.6;
  }

  .faq-list details p,
  .faq-page-list details p,
  .region-faq-list p {
    font-size: 15px;
    line-height: 1.85;
  }

  /* Region pages */
  .region-card p,
  .location-condition-grid p,
  .region-rate-grid article > p,
  .region-price-note p,
  .region-plan-grid p,
  .region-flow-list p,
  .region-place-callout p {
    font-size: 15px;
    line-height: 1.8;
  }

  .region-card strong,
  .region-price-note strong,
  .region-plan-grid > article > strong,
  .region-place-callout a,
  .nearby-region-links a,
  .all-area-link a {
    font-size: 14px;
  }

  .region-check-list p {
    font-size: 14px;
    line-height: 1.75;
  }
  .region-rate-grid h3 { font-size: 14px; }
  .region-rate-grid dl > div { font-size: 14px; }
  .region-rate-grid small {
    font-size: 12px;
    line-height: 1.6;
  }
  .region-zero-badge span { font-size: 13px; }
  .region-summary-panel > ul li { font-size: 13px; }
  .district-note { font-size: 12px !important; }
  .region-intro-layout > div > p:not(.kicker) {
    font-size: 16px;
    line-height: 1.9;
  }

  /* Insurance / payment / contact */
  .insurance-steps strong { font-size: 16px; }
  .insurance-steps small {
    font-size: 14px;
    line-height: 1.7;
  }
  .insurance-notice {
    font-size: 14px;
    line-height: 1.75;
  }
  .payment-points li {
    font-size: 15px;
    line-height: 1.75;
  }
  .contact-summary-panel li,
  .pre-summary-panel li,
  .privacy-summary-panel li { font-size: 14px; }
  .contact-method-card > small { font-size: 13px; }
  .contact-method-card li { font-size: 14px; }
  .service-route-grid span { font-size: 12px; }
  .service-route-grid strong { font-size: 15px; }

  /* Footer */
  .footer-brand p,
  .footer-grid > div > p,
  .footer-grid a {
    font-size: 13px;
    line-height: 1.7;
  }
  .footer-grid h2 { font-size: 15px; }
  .footer-bottom small { font-size: 12px; }
}

@media (max-width: 400px) {
  body { font-size: 17px; }
  .mobile-cta a { font-size: 11px; }
}
/* ===== /v1.7 mobile text readability ===== */
