﻿:root {
  --ink: #242922;
  --green: #28483a;
  --green-deep: #172d25;
  --sage: #819465;
  --gold: #b59a56;
  --paper: #f8f5ec;
  --paper-dark: #eee8d8;
  --line: rgba(40,72,58,.2);
  --shadow: 0 24px 70px rgba(28,42,34,.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 20% 20%, rgba(181,154,86,.07), transparent 28%),
    repeating-linear-gradient(95deg, rgba(40,72,58,.018) 0 1px, transparent 1px 5px),
    var(--paper);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  line-height: 2;
  letter-spacing: .04em;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
p { margin: 0 0 1.25em; }
h1, h2, h3, h4 { margin: 0; font-weight: 600; line-height: 1.5; }
.container { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }
.reading { width: min(760px, calc(100% - 48px)); margin-inline: auto; font-size: 1.08rem; }
.section { padding: 110px 0; }
.section-slim { padding: 54px 0; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 200; padding: 8px 14px; background: white; }
.skip-link:focus { top: 12px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 82px;
  background: rgba(248,245,236,.92);
  border-bottom: 1px solid rgba(40,72,58,.12);
  backdrop-filter: blur(14px);
}
.header-inner { width: min(1240px, calc(100% - 40px)); height: 100%; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; }
.brand img { width: 54px; height: 54px; object-fit: contain; mix-blend-mode: multiply; border-radius: 50%; }
.brand span { display: grid; line-height: 1.2; }
.brand small { font-size: .62rem; color: #697367; letter-spacing: .16em; margin-bottom: 5px; }
.brand strong { font-size: 1.02rem; letter-spacing: .12em; }
.global-nav { display: flex; align-items: center; gap: 19px; font-family: system-ui, sans-serif; font-size: .8rem; letter-spacing: .04em; }
.global-nav a { text-decoration: none; }
.global-nav a:hover { color: var(--sage); }
.nav-line { padding: 9px 20px; color: white !important; border-radius: 30px; background: #368b4f; }
.menu-button { display: none; }

.hero { min-height: 840px; height: 100svh; position: relative; display: grid; align-items: center; overflow: hidden; color: white; }
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center; transform: scale(1.02); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,36,29,.93) 0%, rgba(20,47,37,.79) 42%, rgba(15,28,23,.22) 72%, rgba(15,28,23,.08)); }
.hero-inner { position: relative; z-index: 1; width: min(1160px, calc(100% - 56px)); margin: 80px auto 0; }
.hero-copy { width: min(740px, 68%); }
.hero-logo { width: 114px; height: 114px; object-fit: contain; border-radius: 50%; mix-blend-mode: normal; filter: none; margin-bottom: 22px; }
.eyebrow { margin: 0 0 13px; font-size: .78rem; letter-spacing: .34em; color: #d9d0ae; }
.hero h1 { font-size: clamp(2.3rem, 4.25vw, 4rem); letter-spacing: .075em; white-space: nowrap; text-shadow: 0 5px 30px rgba(0,0,0,.2); }
.brand-message { margin: 16px 0 30px; font-size: clamp(.9rem, 1.4vw, 1.05rem); color: #eee9dc; }
.hero-quote { margin: 0; font-size: clamp(1.25rem, 2.6vw, 2.1rem); color: #eadcac; }
.hero-sub { font-size: clamp(1rem, 2vw, 1.35rem); }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { min-width: 210px; padding: 13px 25px; border: 1px solid rgba(255,255,255,.55); border-radius: 2px; text-align: center; text-decoration: none; font-family: system-ui, sans-serif; font-weight: 700; letter-spacing: .06em; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-line { background: #368b4f; border-color: #368b4f; color: white; }
.button-phone { background: rgba(255,255,255,.1); color: white; }
.scroll { position: absolute; z-index: 2; right: 3vw; bottom: 38px; color: white; text-decoration: none; font-size: .65rem; writing-mode: vertical-rl; letter-spacing: .18em; }
.scroll span { display: block; height: 65px; width: 1px; margin: 10px auto 0; background: white; opacity: .7; }

.introduction { position: relative; background: rgba(255,255,255,.52); }
.introduction::before { content: "氣"; position: absolute; left: 6vw; top: 10px; font-size: 14rem; color: rgba(129,148,101,.07); line-height: 1; }
.introduction p:first-child::first-letter { font-size: 2.6rem; color: var(--green); }
.philosophy-message { padding-top: 20px; background: rgba(255,255,255,.52); }
.philosophy-inner { width: min(900px, calc(100% - 48px)); margin-inline: auto; padding: 70px 78px; position: relative; background: var(--paper-dark); border: 1px solid rgba(181,154,86,.34); box-shadow: 0 18px 55px rgba(28,42,34,.08); }
.philosophy-inner::before { content: ""; position: absolute; inset: 18px; pointer-events: none; border: 1px solid rgba(40,72,58,.12); }
.philosophy-kicker { margin-bottom: 18px; color: var(--sage); font-size: .78rem; letter-spacing: .28em; }
.philosophy-message h2 { margin-bottom: 38px; color: var(--green); font-size: clamp(1.65rem, 3.2vw, 2.65rem); letter-spacing: .06em; }
.philosophy-copy { padding-left: 30px; border-left: 3px solid var(--gold); font-size: 1.04rem; }
.philosophy-copy p:last-child { margin-bottom: 0; }
.section-title { margin-bottom: 54px; }
.section-title span { display: block; color: var(--gold); font-size: .72rem; letter-spacing: .35em; margin-bottom: 8px; }
.section-title h2 { font-size: clamp(1.6rem, 3vw, 2.5rem); letter-spacing: .08em; }
.section-title h3 { margin-top: 28px; font-size: 1.35rem; }

.worries { background: var(--green-deep); color: white; }
.worries-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 34px 80px; }
.worry-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; margin: 0; padding: 0; list-style: none; }
.worry-list li { padding: 12px 0 12px 28px; border-bottom: 1px solid rgba(255,255,255,.16); position: relative; }
.worry-list li::before { content: "○"; position: absolute; left: 0; color: #cad6b8; }
.worry-message { grid-column: 1 / -1; padding: 30px 34px 8px; text-align: center; border: 1px solid rgba(255,255,255,.18); color: #e8e3d3; }
.blog-banner { color: white; background: var(--sage); }
.blog-banner h2 { font-size: clamp(1rem, 2.1vw, 1.35rem); text-align: center; }
.blog-link { display: grid; gap: 12px; color: inherit; text-decoration: none; text-align: center; }
.blog-link span { width: fit-content; margin: 0 auto; padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.7); font-family: system-ui, sans-serif; font-size: .86rem; font-weight: 700; letter-spacing: .08em; transition: opacity .2s ease; }
.blog-link:hover span { opacity: .72; }

.concept { position: relative; }
.concept-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.cause-flow { padding: 54px 35px; color: white; background: var(--green); box-shadow: var(--shadow); text-align: center; position: sticky; top: 115px; }
.cause-flow p { margin: 0; padding: 16px; border: 1px solid rgba(255,255,255,.22); font-size: 1.15rem; }
.cause-flow i { display: block; padding: 9px; color: #d8c688; font-style: normal; }
.hybrid { margin: 85px 0 0 22%; padding: 48px 55px; border-left: 4px solid var(--sage); background: white; box-shadow: var(--shadow); }
.hybrid h3 { color: var(--green); margin-bottom: 20px; font-size: 1.35rem; }

.flow { background: var(--paper-dark); }
.faq-list { width: min(980px, 100%); margin: 0 auto; border-top: 1px solid var(--line); }
.faq-item { background: rgba(255,255,255,.56); border-bottom: 1px solid var(--line); transition: background .25s ease, box-shadow .25s ease; }
.faq-item[open] { position: relative; z-index: 1; background: rgba(255,255,255,.94); box-shadow: 0 15px 38px rgba(28,42,34,.08); }
.faq-item summary { display: grid; grid-template-columns: 48px 1fr 28px; gap: 12px; align-items: center; min-height: 78px; padding: 18px 26px; cursor: pointer; list-style: none; color: var(--green-deep); font-size: 1.02rem; font-weight: 700; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--green); }
.faq-item summary:focus-visible { outline: 2px solid var(--gold); outline-offset: -4px; }
.faq-mark { color: var(--gold); font-family: Georgia, serif; font-size: 1.35rem; font-weight: 400; }
.faq-icon { position: relative; width: 22px; height: 22px; }
.faq-icon::before, .faq-icon::after { content: ""; position: absolute; top: 10px; left: 3px; width: 16px; height: 1px; background: var(--green); transition: transform .25s ease; }
.faq-icon::after { transform: rotate(90deg); }
.faq-item[open] .faq-icon::after { transform: rotate(0deg); }
.faq-answer { padding: 0 68px 28px 86px; animation: faq-open .28s ease both; }
.faq-answer p { margin: 0; line-height: 2; }
.faq-answer b { margin-right: .35em; color: var(--green); }
.flow-heading { margin-top: 95px; }
@keyframes faq-open { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: translateY(0); } }
.steps { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.steps li { min-height: 260px; padding: 27px 22px; border-top: 3px solid var(--sage); background: rgba(255,255,255,.78); }
.steps b { display: block; color: var(--gold); font-size: 1.6rem; margin-bottom: 18px; font-weight: 400; }
.steps p { font-size: .92rem; line-height: 1.8; }
.request-box { margin-top: 40px; padding: 34px 42px; background: white; border: 1px solid var(--line); }
.request-box h3 { margin-bottom: 10px; color: var(--green); }
.request-box ul { margin-bottom: 0; padding-left: 1.5em; }

.voices { overflow: hidden; background: linear-gradient(140deg, rgba(40,72,58,.98), rgba(77,96,66,.95)); color: white; }
.voices .section-title span { color: #e7d59e; }
.voices .section-title h2 { color: white; }
.voices-lead { margin: -12px auto 30px; text-align: center; color: rgba(255,255,255,.86); }
.voices-carousel { position: relative; }
.voices-track { display: flex; gap: 22px; padding: 8px 52px 22px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: thin; scrollbar-color: rgba(231,213,158,.75) rgba(255,255,255,.12); }
.voices-track::-webkit-scrollbar { height: 7px; }
.voices-track::-webkit-scrollbar-thumb { background: rgba(231,213,158,.75); border-radius: 99px; }
.voices-track::-webkit-scrollbar-track { background: rgba(255,255,255,.12); border-radius: 99px; }
.voice-card { flex: 0 0 min(360px, 78vw); margin: 0; padding: 10px 10px 15px; scroll-snap-align: center; background: #f7f2e6; color: var(--green-deep); border: 1px solid rgba(214,190,122,.75); box-shadow: 0 16px 34px rgba(10,20,15,.28); }
.voice-image-button { display: block; width: 100%; padding: 0; overflow: hidden; background: #eee8db; border: 0; cursor: zoom-in; }
.voice-card img { display: block; width: 100%; height: auto; aspect-ratio: 500 / 740; object-fit: cover; }
.voice-card figcaption { padding: 12px 4px 2px; text-align: center; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: .92rem; letter-spacing: .08em; }
.voices-arrow { position: absolute; z-index: 2; top: 44%; width: 46px; height: 46px; padding: 0 0 4px; color: var(--green-deep); background: rgba(247,242,230,.94); border: 1px solid #d9c489; border-radius: 50%; box-shadow: 0 5px 15px rgba(0,0,0,.22); font-family: Georgia, serif; font-size: 2.2rem; line-height: 1; cursor: pointer; }
.voices-prev { left: 0; }
.voices-next { right: 0; }
.voices-arrow:hover { background: #fff; transform: translateY(-1px); }
.voices-guide { margin-top: 13px; text-align: center; color: #e7d59e; font-size: .84rem; letter-spacing: .06em; }
.voice-dialog { width: min(620px, calc(100% - 28px)); max-height: 94vh; padding: 12px; overflow: auto; background: #f7f2e6; border: 1px solid #d5bd7b; box-shadow: 0 24px 80px rgba(0,0,0,.48); }
.voice-dialog::backdrop { background: rgba(15,25,19,.84); }
.voice-dialog img { display: block; width: 100%; height: auto; }
.voice-dialog-close { position: sticky; z-index: 2; top: 0; float: right; width: 42px; height: 42px; margin: 0 0 -42px; color: white; background: rgba(35,60,47,.9); border: 0; border-radius: 50%; font-size: 1.6rem; line-height: 1; cursor: pointer; }
.treatment-menu { background: rgba(255,255,255,.5); }
.menu-lead { width: min(1000px, 100%); margin: -10px auto 38px; text-align: center; }
.menu-lead strong { color: var(--green); }
.menu-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.menu-card { position: relative; padding: 42px 44px; background: white; border: 1px solid var(--line); box-shadow: 0 12px 35px rgba(28,42,34,.07); }
.menu-card-basic { border-top: 5px solid var(--green); }
.menu-card-option { border-top: 5px solid var(--gold); }
.menu-number { width: fit-content; margin-bottom: 13px !important; padding: 4px 12px; color: white; background: var(--green); font-family: system-ui, sans-serif; font-size: .74rem; font-weight: 700; letter-spacing: .12em; }
.menu-card-option .menu-number { color: var(--green-deep); background: var(--gold); }
.menu-card h3 { margin-bottom: 12px; color: var(--green); font-size: 1.4rem; }
.menu-card p { margin-bottom: .45em; }
.menu-price { display: flex; align-items: baseline; gap: 5px; margin: 0 0 22px !important; color: var(--green-deep); font-family: system-ui, sans-serif; }
.menu-price strong, .remote-price strong { font-size: clamp(2rem, 4vw, 2.8rem); line-height: 1; }
.menu-price span, .remote-price span { font-size: .92rem; font-weight: 700; }
.menu-subprice { width: fit-content; margin: -10px 0 22px !important; padding: 6px 10px; color: var(--green); background: #eef1e8; font-family: system-ui, sans-serif; font-size: .84rem; font-weight: 700; }
.price-list { width: min(900px, 100%); margin: 45px auto; padding: 0; overflow: hidden; background: var(--green); color: white; box-shadow: var(--shadow); }
.price-heading { padding: 30px 42px 25px; text-align: center; }
.price-heading > p:first-child { margin-bottom: 4px; color: #dfe7df; font-size: .86rem; letter-spacing: .1em; }
.price-heading h3 { margin-bottom: 8px; font-size: 1.55rem; }
.price-formula { margin: 0; color: #efe0ae; font-family: system-ui, sans-serif; font-size: .9rem; font-weight: 700; }
.price-table-wrap { overflow-x: auto; background: rgba(255,255,255,.04); }
.price-table { width: 100%; border-collapse: collapse; text-align: center; font-family: system-ui, sans-serif; }
.price-table th, .price-table td { padding: 15px 20px; border-bottom: 1px solid rgba(255,255,255,.16); }
.price-table thead th { color: #dfe7df; background: rgba(0,0,0,.13); font-size: .78rem; letter-spacing: .08em; }
.price-table tbody th { font-weight: 600; }
.price-table td { font-size: .95rem; }
.price-table strong { color: #efe0ae; font-size: 1.28rem; }
.price-note { margin: 0; padding: 17px 25px 20px; text-align: center; color: #efe0ae; font-size: .86rem; }
.remote-card { display: grid; grid-template-columns: 1fr auto; gap: 10px 35px; align-items: center; width: min(900px, 100%); margin: auto; padding: 38px 42px; background: rgba(255,255,255,.46); border: 1px solid var(--gold); }
.remote-card h3 { color: var(--green); }
.remote-card > p:last-child { grid-column: 1 / -1; margin-top: 10px; }
.remote-fee { text-align: right; }
.remote-price { display: flex; align-items: baseline; gap: 5px; color: var(--green-deep); font-family: system-ui, sans-serif; }
.remote-extension { margin-top: 8px; color: var(--green); font-family: system-ui, sans-serif; font-size: .82rem; font-weight: 700; }

.tokaido-story { min-height: 560px; position: relative; display: grid; align-items: center; overflow: hidden; color: white; background: var(--green-deep); }
.tokaido-art { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(16,37,29,.94) 0%, rgba(16,37,29,.82) 38%, rgba(16,37,29,.24) 72%, rgba(16,37,29,.06) 100%), url("assets/tokaido-hara-marker-right.png?v=20260623f"); background-position: center center; background-size: cover; filter: saturate(.8); }
.tokaido-story-inner { position: relative; z-index: 1; }
.tokaido-story-copy { width: min(560px, 52%); padding: 48px 50px; background: rgba(21,45,36,.76); border: 1px solid rgba(224,207,158,.38); box-shadow: 0 22px 60px rgba(0,0,0,.22); backdrop-filter: blur(3px); }
.tokaido-kicker { margin-bottom: 14px; color: #e5d29c; font-size: .78rem; letter-spacing: .28em; }
.tokaido-story h2 { margin-bottom: 28px; font-size: clamp(1.75rem, 3vw, 2.7rem); letter-spacing: .06em; }
.tokaido-story-copy > p:last-child { margin-bottom: 0; color: #eee9db; }

.access { background: var(--paper-dark); }
.access .tokaido-story { margin-bottom: 38px; }
.access-grid { display: grid; grid-template-columns: minmax(280px, .72fr) 1.28fr; gap: 24px; align-items: stretch; }
.access-info { padding: 42px 38px; background: white; border: 1px solid var(--line); box-shadow: 0 12px 35px rgba(28,42,34,.07); }
.access-name { margin-bottom: 20px; color: var(--green); font-size: 1.3rem; font-weight: 700; }
.access-info address { margin-bottom: 8px; font-size: 1.05rem; font-style: normal; }
.access-landmark { color: #6d766d; font-size: .88rem; }
.access-phone { display: inline-block; margin: 10px 0 25px; color: var(--green); font-family: system-ui, sans-serif; font-size: 1.25rem; font-weight: 700; text-decoration: none; }
.map-actions { display: grid; gap: 10px; }
.map-actions a { padding: 12px 16px; color: white; background: var(--green); text-align: center; text-decoration: none; font-family: system-ui, sans-serif; font-size: .86rem; font-weight: 700; }
.map-actions a:last-child { color: var(--green); background: white; border: 1px solid var(--green); }
.map-frame { min-height: 430px; overflow: hidden; background: #ddd8ca; border: 1px solid var(--line); }
.map-frame iframe { display: block; width: 100%; height: 100%; min-height: 430px; }

.hours { color: white; background: var(--green-deep); }
.hours-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.hours-table p { display: flex; justify-content: space-between; margin: 0; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.hours-table small { display: block; margin-top: 22px; color: #d9cda8; }
.availability { margin-top: 75px; padding-top: 62px; border-top: 1px solid rgba(255,255,255,.18); }
.availability-heading { width: min(820px, 100%); margin: 0 auto 34px; text-align: center; }
.availability-heading span { display: block; margin-bottom: 8px; color: var(--gold); font-size: .72rem; letter-spacing: .35em; }
.availability-heading h2 { margin-bottom: 18px; color: white; font-size: clamp(1.6rem, 3vw, 2.5rem); letter-spacing: .08em; }
.availability-heading p { margin: 0; color: rgba(255,255,255,.84); }
.calendar-frame { width: min(900px, 100%); margin: auto; padding: 12px; background: white; border: 1px solid rgba(216,198,136,.72); box-shadow: 0 18px 45px rgba(0,0,0,.25); }
.calendar-frame iframe { display: block; width: 100%; min-height: 600px; background: white; }
.calendar-note { margin: 20px 0 0; text-align: center; }
.calendar-note a { color: #e7d59e; text-underline-offset: 4px; }

.email-contact { background: var(--paper-dark); }
.email-lead { width: min(760px, 100%); margin: -16px auto 34px; text-align: center; }
.email-form { display: grid; grid-template-columns: 1fr 1fr; gap: 23px 26px; width: min(900px, 100%); margin: auto; padding: 44px 48px; background: rgba(255,255,255,.86); border: 1px solid var(--line); box-shadow: var(--shadow); }
.form-field { display: grid; gap: 8px; }
.form-field[hidden] { display: none; }
.form-field-wide { grid-column: 1 / -1; }
.form-field label, .form-choice legend { color: var(--green-deep); font-weight: 700; }
.form-field em, .form-choice em { margin-left: 6px; color: #8a4136; font-size: .7rem; font-style: normal; }
.form-field input, .form-field textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: white; border: 1px solid #b9b6aa; border-radius: 0; font: inherit; }
.form-field input:focus, .form-field textarea:focus { outline: 2px solid rgba(70,100,78,.32); border-color: var(--green); }
.form-field textarea { resize: vertical; }
.form-field small { color: #697169; font-size: .78rem; }
.form-first-visit { padding: 16px 20px; background: #f2f0e7; border: 1px solid var(--line); }
.form-first-visit label { display: flex; align-items: center; gap: 9px; color: var(--green-deep); font-weight: 700; cursor: pointer; }
.form-first-visit input { width: 19px; height: 19px; accent-color: var(--green); }
.form-choice { display: flex; flex-wrap: wrap; gap: 13px 28px; margin: 0; padding: 18px 20px 20px; border: 1px solid var(--line); }
.form-choice legend { padding: 0 8px; }
.form-choice label { display: flex; align-items: center; gap: 7px; cursor: pointer; }
.form-choice input { width: 18px; height: 18px; accent-color: var(--green); }
.form-submit { text-align: center; }
.reservation-notice { padding: 18px 20px; color: var(--green-deep); background: #eef1e8; border-left: 4px solid var(--green); }
.reservation-notice strong { display: block; margin-bottom: 5px; }
.reservation-notice p { margin: 0; font-size: .9rem; }
.form-submit p { margin: 0 0 16px; color: #687068; font-size: .82rem; }
.email-submit { color: white; background: var(--green); border: 1px solid var(--green); cursor: pointer; }
.email-submit:hover { background: var(--green-deep); }

.profile-grid { display: grid; grid-template-columns: minmax(280px, .75fr) 1.25fr; gap: 70px; align-items: start; }
.profile-photo { width: 86%; max-width: 360px; margin: 0 auto; position: sticky; top: 120px; }
.profile-photo img { width: 100%; height: auto; aspect-ratio: 5 / 7; object-fit: contain; filter: saturate(.82); box-shadow: var(--shadow); }
.profile-list { margin: 0; padding: 0; list-style: none; }
.profile-list li { padding: 15px 0 15px 31px; border-bottom: 1px solid var(--line); position: relative; }
.profile-list li::before { content: "一"; position: absolute; left: 0; color: var(--gold); }
.story { width: min(880px, 100%); margin: 100px auto 0; }
.story h3 { font-size: 1.7rem; color: var(--green); margin-bottom: 45px; }
.story h4 { font-size: 1.3rem; margin: 48px 0 20px; padding-bottom: 10px; border-bottom: 1px solid var(--gold); }

.contact { background: var(--paper-dark); text-align: center; }
.contact-inner { width: min(650px, calc(100% - 48px)); margin: auto; }
.contact-inner img { width: 150px; height: 150px; object-fit: contain; mix-blend-mode: multiply; margin: 0 auto 25px; border-radius: 50%; }
.contact-inner h2 { font-size: 2rem; }
.contact-actions { justify-content: center; }
.contact .button-phone { color: var(--green); border-color: var(--green); }
footer { padding: 35px 20px 25px; color: rgba(255,255,255,.7); background: #10251d; text-align: center; font-size: .74rem; }
footer p { margin: 0; }
.mobile-contact { display: none; }

.reveal { opacity: 1; transform: none; }
.reveal.will-animate { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.reveal.will-animate.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal, .reveal.will-animate { opacity: 1; transform: none; transition: none; } }

@media (max-width: 900px) {
  .site-header { height: 70px; }
  .header-inner { width: calc(100% - 24px); }
  .brand img { width: 45px; height: 45px; }
  .brand small { display: none; }
  .brand strong { font-size: .85rem; letter-spacing: .06em; }
  .menu-button { display: grid; width: 48px; height: 48px; place-content: center; gap: 5px; border: 0; background: transparent; color: var(--green); }
  .menu-button span { display: block; width: 25px; height: 1px; background: currentColor; }
  .menu-button b { font: 9px/1 system-ui, sans-serif; font-weight: 500; }
  .global-nav { display: none; position: fixed; inset: 70px 0 auto; padding: 18px 25px 26px; background: rgba(248,245,236,.98); box-shadow: 0 22px 30px rgba(0,0,0,.12); flex-direction: column; align-items: stretch; gap: 0; }
  .global-nav.is-open { display: flex; }
  .global-nav a { padding: 12px 0; border-bottom: 1px solid var(--line); }
  .nav-line { margin-top: 12px; text-align: center; border: 0 !important; }
  .hero { min-height: 770px; }
  .hero-copy { width: min(630px, 80%); }
  .hero-logo { width: 95px; height: 95px; }
  .hero-shade { background: linear-gradient(90deg, rgba(15,36,29,.92), rgba(15,36,29,.58)); }
  .worries-grid, .concept-grid, .hours-grid, .profile-grid { grid-template-columns: 1fr; }
  .cause-flow, .profile-photo { position: static; }
  .steps { grid-template-columns: 1fr 1fr; }
  .hybrid { margin-left: 8%; }
}

@media (max-width: 620px) {
  body { line-height: 1.9; font-size: 15px; padding-bottom: calc(63px + env(safe-area-inset-bottom)); }
  .container, .reading { width: min(100% - 32px, 540px); }
  .section { padding: 76px 0; }
  .section-title { margin-bottom: 34px; }
  .hero { min-height: 710px; height: 100svh; }
  .hero-photo { background-position: 62% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(15,36,29,.93) 0%, rgba(15,36,29,.72) 60%, rgba(15,36,29,.36)); }
  .hero-inner { width: calc(100% - 34px); margin-top: 60px; align-self: end; padding-bottom: 88px; }
  .hero-copy { width: 100%; }
  .hero-logo { width: 82px; height: 82px; margin-bottom: 14px; }
  .hero h1 { font-size: clamp(1.75rem, 8.3vw, 2.55rem); letter-spacing: .025em; white-space: nowrap; }
  .brand-message { margin: 13px 0 23px; font-size: .82rem; line-height: 1.65; }
  .hero-quote { font-size: 1.17rem; }
  .hero-sub { font-size: .94rem; }
  .hero-actions { display: none; }
  .scroll { display: none; }
  .introduction::before { font-size: 8rem; left: -15px; }
  .philosophy-message { padding-top: 0; }
  .philosophy-inner { width: calc(100% - 32px); padding: 48px 28px; }
  .philosophy-inner::before { inset: 10px; }
  .philosophy-message h2 { margin-bottom: 28px; font-size: 1.55rem; }
  .philosophy-copy { padding-left: 18px; font-size: .96rem; }
  .worries-grid { gap: 20px; }
  .worry-list { grid-template-columns: 1fr; }
  .worry-message { padding: 23px 18px 5px; text-align: left; }
  .concept-grid { gap: 34px; }
  .cause-flow { padding: 32px 22px; }
  .hybrid { margin: 55px 0 0; padding: 30px 25px; }
  .steps { grid-template-columns: 1fr; gap: 8px; }
  .faq-item summary { grid-template-columns: 36px 1fr 24px; gap: 7px; min-height: 70px; padding: 17px 14px; font-size: .94rem; }
  .faq-mark { font-size: 1.15rem; }
  .faq-answer { padding: 0 19px 24px 57px; }
  .faq-answer p { line-height: 1.85; font-size: .9rem; }
  .flow-heading { margin-top: 70px; }
  .steps li { min-height: auto; padding: 23px 22px; display: grid; grid-template-columns: 46px 1fr; gap: 7px; }
  .steps b { margin: 0; }
  .steps p { margin: 0; }
  .request-box { padding: 26px 22px; }
  .voices-lead { width: 92%; margin-top: -8px; }
  .voices-track { gap: 14px; margin-right: -16px; margin-left: -16px; padding: 6px 26px 20px; }
  .voice-card { flex-basis: 82vw; }
  .voices-arrow { display: none; }
  .voices-guide { margin-top: 9px; font-size: .78rem; }
  .menu-lead { margin-bottom: 28px; text-align: left; }
  .menu-grid { grid-template-columns: 1fr; }
  .menu-card { padding: 32px 24px; }
  .price-heading { padding: 26px 20px 21px; }
  .price-formula { font-size: .8rem; }
  .price-table th, .price-table td { padding: 13px 8px; }
  .price-table strong { font-size: 1.04rem; }
  .remote-card { grid-template-columns: 1fr; padding: 30px 23px; }
  .remote-fee { text-align: left; }
  .remote-price { margin: 5px 0 10px; }
  .tokaido-story { min-height: 0; padding-top: 300px; background: var(--paper-dark); }
  .tokaido-art { height: 300px; bottom: auto; background-image: linear-gradient(0deg, rgba(16,37,29,.38), rgba(16,37,29,.04)), url("assets/tokaido-hara-marker-right.png?v=20260623f"); background-position: 68% center; }
  .tokaido-story-inner { width: 100%; }
  .tokaido-story-copy { width: 100%; padding: 42px 25px 48px; color: white; background: var(--green-deep); border: 0; box-shadow: none; }
  .tokaido-story h2 { font-size: 1.55rem; }
  .access-grid { grid-template-columns: 1fr; }
  .access-info { padding: 32px 24px; }
  .map-frame, .map-frame iframe { min-height: 320px; }
  .hours-grid { gap: 10px; }
  .availability { margin-top: 55px; padding-top: 48px; }
  .availability-heading { text-align: left; }
  .availability-heading h2 { font-size: 1.55rem; }
  .calendar-frame { width: calc(100% + 12px); margin-left: -6px; padding: 5px; }
  .calendar-frame iframe { min-height: 620px; height: 620px; }
  .email-lead { margin-top: -8px; text-align: left; }
  .email-form { grid-template-columns: 1fr; padding: 29px 20px; }
  .form-field-wide { grid-column: auto; }
  .form-choice { display: grid; gap: 14px; padding: 17px 15px 19px; }
  .email-submit { width: 100%; }
  .profile-grid { gap: 40px; }
  .profile-photo { width: 76%; max-width: 300px; margin: auto; }
  .profile-list li { padding-left: 26px; }
  .story { margin-top: 70px; }
  .story h3 { font-size: 1.45rem; }
  .story h4 { font-size: 1.15rem; }
  .contact-inner h2 { font-size: 1.5rem; }
  .contact-actions { display: none; }
  .mobile-contact { display: grid; position: fixed; z-index: 110; inset: auto 0 0; grid-template-columns: 1fr 1fr; height: calc(63px + env(safe-area-inset-bottom)); padding-bottom: env(safe-area-inset-bottom); color: white; font-family: system-ui, sans-serif; font-weight: 700; box-shadow: 0 -8px 25px rgba(0,0,0,.15); }
  .mobile-contact a { display: grid; place-items: center; text-decoration: none; background: #253c32; }
  .mobile-contact a:last-child { background: #368b4f; }
}

