:root {
  --cream: #f4f0e7;
  --paper: #fbfaf6;
  --ink: #273129;
  --muted: #697168;
  --green: #3f5b48;
  --green-dark: #243b2d;
  --sage: #9baa91;
  --sand: #d8cbb6;
  --line: rgba(39, 49, 41, 0.14);
  --white: #fff;
  --shadow: 0 24px 70px rgba(36, 59, 45, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img, svg { display: block; }
::selection { background: var(--sand); color: var(--ink); }

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 78px;
  padding: 0 clamp(20px, 5vw, 72px);
  background: rgba(251, 250, 246, 0.82);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition: .25s ease;
}
.site-header.scrolled { border-color: var(--line); }
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "DM Sans", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: .04em;
}
.brand strong { font-weight: 600; color: var(--green); }
.brand-mark { width: 36px; height: 36px; color: var(--green); }
.desktop-nav { display: flex; gap: 32px; font-size: .84rem; color: var(--muted); }
.desktop-nav a { position: relative; }
.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0; right: 100%; bottom: -5px;
  height: 1px; background: var(--green);
  transition: right .2s ease;
}
.desktop-nav a:hover::after { right: 0; }
.header-cta {
  padding: 10px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-family: "DM Sans", sans-serif;
  font-size: .78rem;
  letter-spacing: .08em;
}

.hero {
  position: relative;
  min-height: 820px;
  padding: 150px clamp(24px, 7vw, 110px) 80px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 7vw;
  overflow: hidden;
  background: var(--cream);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 120px;
  background: linear-gradient(transparent, rgba(251,250,246,.7));
}
.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
  opacity: .65;
}
.hero-glow-one {
  width: 460px; height: 460px;
  background: rgba(216,203,182,.45);
  left: -160px; top: 80px;
}
.hero-glow-two {
  width: 380px; height: 380px;
  background: rgba(155,170,145,.25);
  right: 4vw; bottom: 60px;
}
.hero-inner, .hero-visual { position: relative; z-index: 2; }
.eyebrow, .section-label {
  margin: 0 0 24px;
  font-family: "DM Sans", sans-serif;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .2em;
  color: var(--green);
}
.hero h1 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(4rem, 8vw, 7.8rem);
  line-height: .93;
  letter-spacing: -.045em;
  font-weight: 600;
}
.hero h1 em { color: var(--green); font-style: italic; }
.hero-copy {
  max-width: 650px;
  margin: 36px 0 0;
  color: #556057;
  font-size: clamp(.98rem, 1.3vw, 1.12rem);
}
.hero-actions { display: flex; gap: 12px; margin-top: 38px; flex-wrap: wrap; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green-dark); color: var(--white); box-shadow: 0 12px 30px rgba(36,59,45,.18); }
.button-secondary { border: 1px solid var(--line); background: rgba(255,255,255,.35); }
.hero-note {
  display: flex; align-items: center; gap: 10px;
  margin-top: 28px;
  color: var(--muted);
  font-size: .82rem;
}
.pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 0 rgba(63,91,72,.35); animation: pulse 2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 10px rgba(63,91,72,0); } 100% { box-shadow: 0 0 0 0 rgba(63,91,72,0); } }

.hero-visual { display: flex; justify-content: center; }
.landscape-card {
  position: relative;
  width: min(100%, 540px);
  aspect-ratio: 4 / 5;
  border-radius: 280px 280px 32px 32px;
  overflow: hidden;
  background: linear-gradient(#e7e1d2 0 58%, #b2b9a8 58%);
  box-shadow: var(--shadow);
}
.sun { position: absolute; width: 110px; height: 110px; border-radius: 50%; background: rgba(255,248,220,.82); right: 66px; top: 88px; }
.hill { position: absolute; left: -12%; width: 124%; border-radius: 50% 50% 0 0; }
.hill-back { bottom: 18%; height: 34%; background: #9aa58f; transform: rotate(-4deg); }
.hill-front { bottom: -10%; height: 40%; background: #677a67; transform: rotate(3deg); }
.tree-art { position: absolute; width: 70%; height: 78%; left: 14%; bottom: 9%; overflow: visible; }
.tree-trunk, .branch, .root { fill: none; stroke: #394b3d; stroke-width: 9; stroke-linecap: round; }
.branch { stroke-width: 6; }
.root { stroke-width: 5; opacity: .9; }
.leaf { fill: #526a56; opacity: .92; }
.leaf-2, .leaf-4, .leaf-6 { fill: #607760; }
.visual-caption {
  position: absolute; left: 28px; right: 28px; bottom: 26px;
  display: flex; justify-content: space-between; align-items: center;
  gap: 16px; padding: 16px 18px;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 16px;
  background: rgba(25,47,32,.46);
  color: white;
  backdrop-filter: blur(10px);
  font-size: .78rem;
}
.visual-caption strong { font-size: .9rem; }

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}
.trust-strip div {
  padding: 34px clamp(24px, 5vw, 64px);
  border-right: 1px solid var(--line);
}
.trust-strip div:last-child { border-right: 0; }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip strong { margin-bottom: 4px; font-size: .9rem; }
.trust-strip span { color: var(--muted); font-size: .78rem; }

.section { padding: 120px clamp(24px, 7vw, 110px); }
.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9vw;
  align-items: start;
}
h2 {
  margin: 0;
  font-family: "Playfair Display", "Noto Sans JP", serif;
  font-size: clamp(2.3rem, 4.8vw, 4.7rem);
  line-height: 1.24;
  letter-spacing: -.035em;
}
.intro-copy { max-width: 620px; color: var(--muted); font-size: 1.02rem; }
.intro-copy p:first-child { margin-top: 0; }
.intro-copy strong { color: var(--green-dark); }

.story { padding-top: 30px; }
.story-card {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 32px;
  max-width: 1100px;
  margin-left: auto;
  padding: clamp(34px, 7vw, 82px);
  background: var(--cream);
  border-radius: 32px;
}
.story-number {
  font-family: "Playfair Display", serif;
  font-size: 4rem;
  color: var(--sand);
  line-height: 1;
}
.story-card h2 { font-size: clamp(2.1rem, 4vw, 3.8rem); }
.story-card p:not(.section-label) { max-width: 760px; color: var(--muted); }

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 52px;
}
.section-heading > p { max-width: 410px; color: var(--muted); }
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.service-card {
  position: relative;
  min-height: 360px;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.45);
  transition: background .2s ease, transform .2s ease;
}
.service-card:hover { background: white; transform: translateY(-4px); }
.service-index {
  position: absolute; top: 22px; right: 24px;
  color: var(--sage); font-family: "DM Sans", sans-serif; font-size: .7rem;
}
.icon-wrap {
  width: 62px; height: 62px; margin: 36px 0 72px;
  display: grid; place-items: center;
  border-radius: 50%; background: var(--cream); color: var(--green);
}
.icon-wrap svg { width: 30px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 0 0 14px; font-size: 1.12rem; }
.service-card p { margin: 0; color: var(--muted); font-size: .88rem; }

.report-section {
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 9vw;
  align-items: center;
  background: var(--green-dark);
  color: white;
}
.report-copy > p:not(.section-label) { max-width: 600px; color: rgba(255,255,255,.68); }
.report-copy .section-label { color: #cbd5c7; }
.check-list { margin: 36px 0 0; padding: 0; list-style: none; }
.check-list li {
  position: relative;
  padding: 12px 0 12px 34px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.check-list li::before {
  content: "✓";
  position: absolute; left: 0; color: #c6d3c1;
}
.phone-shell {
  width: min(100%, 400px);
  margin: auto;
  padding: 12px;
  border-radius: 38px;
  background: #101411;
  box-shadow: 0 30px 80px rgba(0,0,0,.28);
}
.phone-top {
  display: flex; justify-content: space-between;
  padding: 10px 15px 12px;
  color: rgba(255,255,255,.76);
  font-family: "DM Sans", sans-serif; font-size: .68rem;
}
.phone-content {
  padding: 24px;
  border-radius: 28px;
  background: #f5f2ea;
  color: var(--ink);
}
.mini-label { margin: 0 0 8px; color: var(--green); font-size: .62rem; font-weight: 600; letter-spacing: .18em; }
.report-title-row { display: flex; justify-content: space-between; align-items: start; }
.report-title-row h3 { margin: 0; font-size: 1.25rem; }
.report-title-row p { margin: 2px 0 0; color: var(--muted); font-size: .72rem; }
.status-badge { padding: 5px 10px; border-radius: 999px; background: #dce7da; color: var(--green); font-size: .68rem; font-weight: 600; }
.photo-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 20px 0; }
.photo-placeholder {
  position: relative; aspect-ratio: 1.05; overflow: hidden; border-radius: 12px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.14), transparent 35%),
    radial-gradient(circle at 70% 24%, #e9dba8 0 8%, transparent 9%),
    linear-gradient(155deg, transparent 49%, #8c9a80 50% 66%, #586a58 67%);
}
.photo-placeholder.before { filter: saturate(.75) brightness(.86); }
.photo-placeholder span { position: absolute; left: 8px; bottom: 8px; padding: 3px 7px; border-radius: 999px; background: rgba(20,30,22,.55); color: white; font-size: .56rem; }
.report-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.report-detail div { padding: 12px; border-radius: 10px; background: white; }
.report-detail span, .report-detail strong { display: block; }
.report-detail span { color: var(--muted); font-size: .58rem; }
.report-detail strong { margin-top: 3px; font-size: .72rem; }
.comment-box, .next-visit { margin-top: 8px; padding: 13px; border-radius: 10px; background: white; }
.comment-box span, .next-visit span { color: var(--muted); font-size: .58rem; }
.comment-box p { margin: 5px 0 0; font-size: .7rem; line-height: 1.6; }
.next-visit { display: flex; justify-content: space-between; align-items: center; }
.next-visit strong { font-size: .72rem; }

.area-card {
  min-height: 520px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  border-radius: 32px;
  overflow: hidden;
  background: var(--cream);
}
.map-art {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  background:
    linear-gradient(30deg, transparent 49%, rgba(63,91,72,.07) 50% 51%, transparent 52%) 0 0/90px 90px,
    linear-gradient(150deg, transparent 49%, rgba(63,91,72,.07) 50% 51%, transparent 52%) 0 0/90px 90px,
    #d8ddcf;
}
.map-art::before, .map-art::after {
  content: "";
  position: absolute;
  width: 82%; height: 50%;
  border: 2px solid rgba(63,91,72,.18);
  border-radius: 50%;
  transform: rotate(-18deg);
}
.map-art::before { left: -5%; top: 10%; }
.map-art::after { right: -10%; bottom: 4%; }
.map-dot { position: absolute; z-index: 3; left: 52%; top: 48%; width: 14px; height: 14px; border-radius: 50%; background: var(--green-dark); box-shadow: 0 0 0 8px rgba(36,59,45,.12); }
.map-ring { position: absolute; z-index: 2; left: 52%; top: 48%; border: 1px solid rgba(36,59,45,.28); border-radius: 50%; transform: translate(-50%,-50%); }
.ring-one { width: 130px; height: 130px; }
.ring-two { width: 270px; height: 270px; }
.map-label { position: absolute; z-index: 3; left: calc(52% + 18px); top: calc(48% - 8px); font-family: "DM Sans", sans-serif; font-size: .72rem; letter-spacing: .15em; color: var(--green-dark); }
.area-copy { align-self: center; padding: clamp(40px, 7vw, 90px); }
.area-copy h2 { font-size: clamp(2.4rem, 4vw, 4rem); }
.area-copy > p:not(.section-label) { color: var(--muted); }
.area-badge { display: inline-flex; margin-top: 24px; padding: 10px 14px; border-radius: 999px; background: white; color: var(--green); font-size: .75rem; font-weight: 600; }

.vision { text-align: center; }
.vision blockquote {
  max-width: 1100px;
  margin: 0 auto;
  font-family: "Playfair Display", serif;
  font-size: clamp(2.1rem, 5vw, 5rem);
  line-height: 1.2;
  letter-spacing: -.04em;
}
.vision p { margin-top: 28px; color: var(--muted); }

.contact-section {
  padding: 100px clamp(24px, 7vw, 110px);
  display: grid;
  grid-template-columns: 1.2fr .8fr auto;
  align-items: end;
  gap: 40px;
  background: var(--green-dark);
  color: white;
}
.contact-section h2 { font-size: clamp(2rem, 4vw, 3.7rem); }
.contact-section > p { color: rgba(255,255,255,.66); }
.section-label.light { color: #cbd5c7; }
.button-light { border: 0; background: white; color: var(--green-dark); white-space: nowrap; }
.prototype-note { grid-column: 1 / -1; margin: 0; font-size: .72rem; }

footer {
  padding: 50px clamp(24px, 7vw, 110px);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 20px;
  background: #18251d;
  color: rgba(255,255,255,.68);
  font-size: .78rem;
}
.footer-brand { color: white; }
footer > p:nth-child(2) { text-align: center; }
.copyright { text-align: right; }

.toast {
  position: fixed;
  z-index: 50;
  left: 50%;
  bottom: 28px;
  transform: translate(-50%, 20px);
  padding: 12px 18px;
  border-radius: 999px;
  background: #17231b;
  color: white;
  box-shadow: 0 14px 40px rgba(0,0,0,.2);
  opacity: 0;
  pointer-events: none;
  transition: .25s ease;
  font-size: .8rem;
}
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 140px; }
  .hero-inner { max-width: 760px; }
  .landscape-card { max-width: 520px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .report-section { grid-template-columns: 1fr 1fr; gap: 6vw; }
  .contact-section { grid-template-columns: 1fr; align-items: start; }
  .button-light { justify-self: start; }
}

@media (max-width: 760px) {
  .site-header { height: 68px; }
  .header-cta { display: none; }
  .hero { min-height: auto; padding: 120px 22px 60px; }
  .hero h1 { font-size: clamp(3.4rem, 18vw, 5.5rem); }
  .hero-copy br { display: none; }
  .landscape-card { width: 92%; }
  .visual-caption { flex-direction: column; align-items: flex-start; gap: 2px; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip div { border-right: 0; border-bottom: 1px solid var(--line); padding: 24px; }
  .section { padding: 84px 22px; }
  .intro-grid, .report-section, .area-card { grid-template-columns: 1fr; }
  .intro-grid { gap: 36px; }
  .story { padding-top: 0; }
  .story-card { grid-template-columns: 1fr; padding: 32px 24px; border-radius: 22px; }
  .story-number { font-size: 2.8rem; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 24px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 290px; }
  .icon-wrap { margin-bottom: 44px; }
  .phone-shell { margin-top: 30px; }
  .area-copy { padding: 36px 24px; }
  .map-art { min-height: 340px; }
  .vision blockquote br { display: none; }
  footer { grid-template-columns: 1fr; text-align: left; }
  footer > p:nth-child(2), .copyright { text-align: left; }
}

/* ROOTS Care brand image integration (v0.2) */
:root {
  --cream: #ede6d8;
  --paper: #faf8f5;
  --ink: #3f3024;
  --muted: #6f675e;
  --green: #4a6b4f;
  --green-dark: #344f39;
  --sage: #8fae8f;
  --sand: #d7c7ae;
  --line: rgba(63, 48, 36, 0.14);
}

.brand-image-link {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.brand-logo-image {
  width: 168px;
  height: auto;
  object-fit: contain;
}

.footer-logo-image {
  width: 190px;
  height: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: .94;
}

.hero-inner {
  position: relative;
}

.hero-brand-symbol {
  width: 92px;
  height: auto;
  margin: 0 0 24px;
  opacity: .95;
}

.hero {
  background:
    radial-gradient(circle at 12% 16%, rgba(143,174,143,.16), transparent 30%),
    radial-gradient(circle at 86% 70%, rgba(215,199,174,.24), transparent 28%),
    var(--cream);
}

.hero h1 {
  color: var(--ink);
}

.hero h1 em {
  color: var(--green);
}

.landscape-card {
  background: linear-gradient(#eee8dc 0 58%, #aab59f 58%);
}

.site-header {
  background: rgba(250, 248, 245, 0.88);
}

@media (max-width: 760px) {
  .brand-logo-image { width: 145px; }
  .hero-brand-symbol { width: 74px; margin-bottom: 18px; }
  .footer-logo-image { width: 170px; }
}


/* v0.3: photographic hero */
.hero {
  min-height: 760px;
  grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
  gap: 0;
  padding-right: 0;
}
.hero-inner {
  padding-right: clamp(36px, 5vw, 84px);
}
.hero-visual {
  align-self: stretch;
  height: 100%;
  min-height: 610px;
}
.hero-photo-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 610px;
  overflow: hidden;
  border-radius: 34px 0 0 34px;
  box-shadow: -22px 30px 70px rgba(52, 62, 45, .14);
}
.hero-cemetery-photo {
  width: 100%;
  height: 100%;
  min-height: 610px;
  object-fit: cover;
  object-position: 55% center;
}
.hero-photo-fade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--cream) 0%, rgba(244,240,231,.74) 8%, rgba(244,240,231,.12) 28%, transparent 48%);
  pointer-events: none;
}
.photo-report-callout {
  position: absolute;
  right: clamp(24px, 4vw, 64px);
  bottom: 34px;
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 390px;
  padding: 16px 22px;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 22px;
  background: rgba(247,243,233,.88);
  color: var(--ink);
  box-shadow: 0 18px 45px rgba(32,43,35,.16);
  backdrop-filter: blur(12px);
  font-size: .88rem;
}
.photo-report-icon {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(63,91,72,.12);
  color: var(--green);
}
.photo-report-icon svg {
  width: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 1050px) {
  .hero {
    grid-template-columns: 1fr;
    padding-right: clamp(24px, 7vw, 110px);
  }
  .hero-inner { padding-right: 0; }
  .hero-visual { min-height: 540px; margin-top: 48px; }
  .hero-photo-wrap { min-height: 540px; border-radius: 30px; }
  .hero-cemetery-photo { min-height: 540px; }
  .hero-photo-fade { background: linear-gradient(180deg, var(--cream) 0%, rgba(244,240,231,.15) 20%, transparent 44%); }
}

@media (max-width: 760px) {
  .hero-visual { min-height: 430px; margin-top: 34px; }
  .hero-photo-wrap { min-height: 430px; border-radius: 22px; }
  .hero-cemetery-photo { min-height: 430px; object-position: 62% center; }
  .photo-report-callout {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 13px 15px;
    font-size: .76rem;
  }
  .photo-report-icon { flex-basis: 36px; width: 36px; height: 36px; }
}

/* Pricing */
.pricing-section {
  background: #f1ece1;
}
.pricing-heading {
  margin-bottom: 52px;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 560px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 16px 44px rgba(64, 49, 34, .05);
  transition: transform .2s ease, box-shadow .2s ease;
}
.pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 55px rgba(64, 49, 34, .1);
}
.pricing-card-featured {
  background: var(--green-dark);
  color: white;
  border-color: var(--green-dark);
}
.pricing-card-initial {
  border-color: rgba(107,79,58,.38);
}
.pricing-card-top {
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.pricing-type {
  font-family: "DM Sans", sans-serif;
  font-size: .64rem;
  font-weight: 600;
  letter-spacing: .17em;
  color: var(--green);
}
.pricing-card-featured .pricing-type { color: #dce7d7; }
.pricing-badge {
  padding: 5px 10px;
  border-radius: 999px;
  background: #e7ddcb;
  color: #5d4635;
  font-size: .64rem;
  font-weight: 600;
}
.pricing-card-featured .pricing-badge {
  background: rgba(255,255,255,.14);
  color: white;
}
.pricing-card h3 {
  margin: 24px 0 10px;
  font-size: 1.35rem;
}
.pricing-description {
  min-height: 100px;
  margin: 0;
  color: var(--muted);
  font-size: .86rem;
}
.pricing-card-featured .pricing-description { color: rgba(255,255,255,.68); }
.price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px;
  margin: 26px 0;
  font-family: "DM Sans", sans-serif;
  font-size: clamp(2.2rem, 3vw, 3.2rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.04em;
}
.price > span { font-size: 1.1rem; }
.price small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: 0;
}
.pricing-card ul {
  margin: auto 0 0;
  padding: 24px 0 0;
  list-style: none;
  border-top: 1px solid var(--line);
}
.pricing-card-featured ul { border-color: rgba(255,255,255,.15); }
.pricing-card li {
  position: relative;
  padding: 7px 0 7px 24px;
  color: var(--muted);
  font-size: .8rem;
}
.pricing-card-featured li { color: rgba(255,255,255,.78); }
.pricing-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 600;
}
.pricing-card-featured li::before { color: #dce7d7; }
.option-panel {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 52px;
  margin-top: 28px;
  padding: clamp(30px, 5vw, 58px);
  border-radius: 24px;
  background: #fffdf8;
  border: 1px solid var(--line);
}
.option-heading .section-label { margin-bottom: 14px; }
.option-heading h3 {
  margin: 0;
  font-family: "Playfair Display", "Noto Sans JP", serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.3;
}
.option-heading > p:not(.section-label) { color: var(--muted); }
.option-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.option-item {
  padding: 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.option-item strong,
.option-item span,
.option-item em { display: block; }
.option-item strong { margin-bottom: 5px; font-size: .92rem; }
.option-item span { color: var(--muted); font-size: .76rem; }
.option-item em {
  margin-top: 12px;
  color: var(--green);
  font-size: .72rem;
  font-style: normal;
  font-weight: 600;
}
.pricing-note {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: .72rem;
}

@media (max-width: 1050px) {
  .pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .option-panel { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .pricing-grid { grid-template-columns: 1fr; }
  .pricing-card { min-height: auto; }
  .pricing-description { min-height: auto; }
  .pricing-card ul { margin-top: 12px; }
  .option-grid { grid-template-columns: 1fr; }
  .option-panel { padding: 28px 20px; gap: 28px; }
}
