:root {
  --ink: #23352f;
  --muted: #67746e;
  --forest: #29483d;
  --forest-light: #45675a;
  --ivory: #f7f4ec;
  --paper: #fffdf8;
  --gold: #b89a57;
  --gold-light: #dbc98f;
  --line: #06c755;
  --border: rgba(35, 53, 47, .14);
  --shadow: 0 18px 42px rgba(32, 50, 43, .12);
}

* { box-sizing: border-box; }
body * { font-weight: 400 !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  padding-bottom: 76px;
  color: var(--ink);
  background: var(--ivory);
  font-family: "Shippori Mincho", serif;
  line-height: 1.9;
  letter-spacing: 0;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.inner { width: min(1080px, calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(680px, calc(100% - 40px)); }
.section { padding: 88px 0; }
.section-kicker { margin: 0 0 10px; color: var(--gold); font-weight: 700; font-size: .8rem; letter-spacing: .12em; text-align: center; }
h1, h2, h3, .quote { font-family: "Shippori Mincho", serif; letter-spacing: 0; }
h2 { margin: 0 0 36px; font-size: clamp(1.55rem, 4vw, 2.25rem); line-height: 1.55; text-align: center; }

.hero {
  min-height: min(760px, 92vh);
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #f4f0e7;
  color: var(--ink);
}
.hero-shade { display: none; }
.hero-content { position: relative; z-index: 1; width: min(640px, calc(100% - 36px)); padding: 72px 0 62px; text-align: center; }
.hero-content::before { content: ""; display: block; width: 1px; height: 56px; margin: 0 auto 38px; background: var(--gold); }
.eyebrow { margin: 0 0 20px; color: #746c5e; font-size: .76rem; letter-spacing: .14em; }
.hero h1 { margin: 0; font-size: 5.4rem; font-weight: 600; line-height: 1.1; white-space: nowrap; }
.hero-copy { margin: 30px 0 38px; color: #655e52; font-size: clamp(1.05rem, 3vw, 1.35rem); line-height: 2; }
.hero-actions, .final-actions { display: flex; justify-content: center; gap: 12px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 13px 24px; border-radius: 6px; color: white; font-family: "Noto Sans JP", sans-serif; font-weight: 400; font-size: .9rem; letter-spacing: .04em; text-decoration: none; transition: transform .2s, filter .2s; }
.button:hover { transform: translateY(-2px); filter: brightness(1.04); }
.button-gold { background: var(--gold); }
.button-line { background: var(--line); }
.button-wide { width: 100%; margin-top: auto; }
.hero .button-line { background: var(--forest); }
.hero .button-gold { border: 1px solid #9f854c; background: transparent; color: #705d35; }
.scroll-cue { display: inline-block; margin-top: 34px; color: #7b7366; font-size: .76rem; text-underline-offset: 5px; }

.intro { background: var(--paper); }
.intro p:not(.section-kicker) { margin: 0 0 18px; }
.portrait-wrap { width: 136px; height: 136px; margin: 0 auto 32px; overflow: hidden; border-radius: 50%; border: 3px solid var(--gold-light); box-shadow: var(--shadow); }
.portrait { width: 100%; height: 100%; object-fit: cover; }
.message-band { padding: 74px 0; background: var(--forest); color: white; }
.quote { margin: 0; font-size: clamp(1.25rem, 4vw, 1.75rem); line-height: 2; text-align: center; }

.paths { background: #eef1ed; }
.path-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; align-items: stretch; }
.path-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--border); border-radius: 8px; background: var(--paper); box-shadow: var(--shadow); }
.path-card.featured { border-color: rgba(184,154,87,.55); }
.card-label { padding: 9px 16px; background: var(--gold); color: white; font-size: .78rem; font-weight: 700; text-align: center; }
.card-label.green { background: var(--forest-light); }
.card-image { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.card-body { display: flex; flex: 1; flex-direction: column; padding: 30px; }
.card-body h3 { margin: 0; font-size: 1.55rem; }
.price { margin: 7px 0 16px; color: #8b6d2d; font-size: 1.15rem; font-weight: 700; }
.price.free { color: var(--forest-light); }
.card-body > p:not(.price) { margin: 0 0 18px; color: var(--muted); font-size: .92rem; }
.availability-note { margin: 0 0 24px; padding: 12px 14px; border-left: 2px solid var(--gold); background: rgba(184,154,87,.1); color: #6e6044 !important; font-size: .82rem !important; }
.availability-note p { margin: 0 0 3px !important; color: inherit !important; font-size: inherit !important; }
.text-link { display: inline-block; margin-top: 7px; color: #705d35; font-family: "Noto Sans JP", sans-serif; font-size: .82rem; text-underline-offset: 4px; }
.planned-details { margin: 0 0 18px; }
.planned-details li { font-size: .84rem; }
.details { margin: 0 0 28px; padding: 0; list-style: none; }
.details li { position: relative; margin: 8px 0; padding-left: 20px; font-size: .86rem; }
.details li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 700; }
.path-card.planned { border-style: dashed; box-shadow: none; }
.card-label.muted { background: #7c857f; }
.planned-body { display: flex; flex-direction: column; min-height: 100%; padding: 30px; }
.planned-body .section-kicker { margin-bottom: 14px; text-align: left; }
.planned-body h3 { margin: 0 0 18px; font-size: 1.55rem; }
.planned-body p:not(.section-kicker) { margin: 0 0 18px; color: var(--muted); font-size: .92rem; }
.priority-card { position: relative; overflow: hidden; border: 2px solid #f07a4a; background: #fffaf6; box-shadow: 0 16px 36px rgba(228,91,45,.14); }
.priority-label { background: #f07a4a; }
.priority-ribbon { position: absolute; z-index: 3; top: 18px; right: -38px; width: 142px; padding: 7px 0; transform: rotate(45deg); background: #ffd400; color: #5d4a00; font-size: .72rem; text-align: center; box-shadow: 0 2px 5px rgba(108, 81, 17, .22); }
.priority-badge { display: inline-block; margin: 0 0 18px; padding: 6px 12px; border: 1px solid rgba(240,122,74,.28); border-radius: 999px; background: #fff0e9; color: #d65f35; font-size: .76rem !important; }
.priority-price { color: #d65f35; font-size: 1.45rem; }
.priority-card .card-accordion { border-color: rgba(240,122,74,.28); }
.priority-card .card-accordion summary::after { color: #e46b3d; }
.priority-button { border-radius: 6px; background: #ff7040; box-shadow: 0 8px 16px rgba(255,112,64,.24); }

.flow { background: var(--paper); }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 46px 1fr; gap: 18px; align-items: start; padding: 24px 0; border-bottom: 1px solid var(--border); }
.steps li:first-child { border-top: 1px solid var(--border); }
.steps span { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-weight: 700; }
.steps strong { font-size: 1.05rem; }
.steps p { margin: 5px 0 0; color: var(--muted); font-size: .88rem; }
.card-accordion { margin: 0 0 24px; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.card-accordion summary { display: flex; min-height: 52px; align-items: center; justify-content: space-between; cursor: pointer; color: var(--ink); font-size: .88rem; list-style: none; }
.card-accordion summary::-webkit-details-marker { display: none; }
.card-accordion summary::after { content: "+"; color: var(--gold); font-size: 1.2rem; }
.card-accordion[open] summary::after { content: "−"; }
.mini-steps { margin: 0; padding: 0 0 12px; list-style: none; }
.mini-steps li { display: grid; grid-template-columns: 28px 1fr; gap: 10px; align-items: start; padding: 11px 0; border-top: 1px solid var(--border); }
.mini-steps span { display: grid; width: 24px; height: 24px; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-size: .72rem; }
.mini-steps strong { font-size: .82rem; }
.mini-steps p { margin: 2px 0 0; color: var(--muted); font-size: .76rem; line-height: 1.7; }
.mini-note { margin: 2px 0 0; padding: 13px 14px; border-radius: 8px; background: #f0eee8; color: #858985; font-family: "Noto Sans JP", sans-serif; font-size: .64rem; line-height: 1.75; }
.mini-note p { position: relative; margin: 0; padding-left: 18px; }
.mini-note p + p { margin-top: 6px; }
.mini-note p::before { content: "i"; position: absolute; top: .33em; left: 0; display: grid; width: 12px; height: 12px; place-items: center; border-radius: 50%; background: #8ba0aa; color: #f8f7f2; font-family: Arial, sans-serif; font-size: .56rem; line-height: 1; }

.final-cta { padding: 80px 0; background: var(--forest); color: white; text-align: center; }
.final-cta p { margin: 0 0 8px; color: var(--gold-light); font-size: .82rem; font-weight: 400; }
.final-cta h2 { margin-bottom: 30px; }
footer { padding: 34px 20px; background: #192a24; color: rgba(255,255,255,.82); text-align: center; }
footer p { margin: 0; }
.fine { margin-top: 8px; font-size: .72rem; color: rgba(255,255,255,.55); }

.sticky-cta {
  position: fixed;
  z-index: 30;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 9px 14px calc(9px + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(35,53,47,.12);
  background: rgba(255,253,248,.96);
  box-shadow: 0 -6px 20px rgba(32,50,43,.1);
  backdrop-filter: blur(12px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
  transition: opacity .25s ease, transform .25s ease;
}
.sticky-cta.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.sticky-cta a { display: flex; width: min(520px, 100%); min-height: 52px; margin: 0 auto; align-items: center; justify-content: center; border-radius: 6px; background: var(--forest); color: white; font-family: "Noto Sans JP", sans-serif; font-size: .88rem; font-weight: 400; letter-spacing: .04em; text-decoration: none; }

@media (max-width: 720px) {
  .section { padding: 66px 0; }
  .hero { min-height: 760px; }
  .hero h1 { font-size: 2.7rem; }
  .intro h2 { font-size: 1.35rem; white-space: nowrap; }
  .hero-actions, .final-actions { flex-direction: column; }
  .hero-actions .button, .final-actions .button { width: 100%; }
  .path-grid { grid-template-columns: 1fr; }
  .card-body { padding: 24px 20px; }
}

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