:root {
  --color-white: #ffffff;
  --color-background: #fdf9f0;
  --color-green-light: #e6eedb;
  --color-green: #6b9939;
  --color-green-dark: #2e7134;
  --color-text: #263328;
  --color-text-light: #637064;
  --color-border: #dfe6d8;
  --color-wood: #b99569;
  --color-line: #3f7f45;
  --font-serif: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  --font-sans: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  --shadow-soft: 0 18px 50px rgba(46, 113, 52, 0.10);
  --radius: 4px;
  --header-height: 72px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 16px); }
body { margin: 0; color: var(--color-text); background: var(--color-white); font-family: var(--font-sans); font-size: 16px; line-height: 1.85; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--color-wood); outline-offset: 3px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.45; }
ul, ol { margin-top: 0; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 16px; color: #fff; background: var(--color-green-dark); transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
.container { width: min(100% - 40px, 1180px); margin-inline: auto; }
.container.narrow { max-width: 940px; }
.section { padding: 88px 0; }
.section-heading { margin-bottom: 44px; }
.section-heading.centered { text-align: center; }
.section-heading h2 { margin-bottom: 14px; font-family: var(--font-serif); font-size: clamp(2rem, 7vw, 3.2rem); font-weight: 500; letter-spacing: .04em; }
.section-heading > p:last-child { margin-bottom: 0; color: var(--color-text-light); }
.section-kicker, .eyebrow { margin-bottom: 12px; color: var(--color-green); font-size: .7rem; font-weight: 700; letter-spacing: .24em; line-height: 1.4; }
.mobile-only { display: inline; }
.desktop-only { display: none; }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 8px; padding: 11px 19px; border: 1px solid transparent; border-radius: var(--radius); font-size: .88rem; font-weight: 700; letter-spacing: .04em; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(47, 54, 49, .14); }
.button-large { min-height: 56px; padding: 14px 25px; font-size: .95rem; }
.button-dark { color: #fff; background: var(--color-green-dark); }
.button-line { color: #fff; background: var(--color-line); }
.button .no-break { white-space: nowrap; }
.button[aria-disabled="true"], .text-link[aria-disabled="true"], .contact-card[aria-disabled="true"], .mobile-booking-bar a[aria-disabled="true"], .js-phone[aria-disabled="true"] { cursor: not-allowed; opacity: .58; box-shadow: none; transform: none; }
.text-link[aria-disabled="true"] { text-decoration: none; }
.button-status { margin-left: 5px; padding: 1px 5px; border: 1px solid currentColor; border-radius: 2px; font-size: .58rem; line-height: 1.4; }
.contact-card .button-status { grid-column: 2; margin: 3px 0 0; justify-self: start; }
.mobile-booking-bar .button-status { margin: 1px 0 0; font-size: .52rem; }

.site-header { position: fixed; z-index: 100; top: 0; right: 0; left: 0; height: var(--header-height); border-bottom: 1px solid rgba(107, 153, 57, .16); background: rgba(253, 249, 240, .94); box-shadow: 0 8px 28px rgba(38, 51, 40, .04); backdrop-filter: blur(14px); }
.header-inner { width: min(100% - 32px, 1340px); height: 100%; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; line-height: 1.2; }
.brand-logo { width: 52px; height: auto; flex: 0 0 auto; mix-blend-mode: multiply; }
.brand-name { min-width: 0; }
.brand b { display: block; font-family: var(--font-serif); font-size: 1rem; font-weight: 600; letter-spacing: .08em; }
.brand small { display: block; margin-top: 4px; color: var(--color-text-light); font-size: .52rem; letter-spacing: .12em; }
.menu-toggle { display: grid; width: 50px; height: 54px; place-items: center; padding: 6px; border: 0; color: var(--color-green-dark); background: transparent; cursor: pointer; }
.menu-toggle-lines { display: grid; gap: 5px; }
.menu-toggle-lines i { display: block; width: 23px; height: 1px; background: currentColor; transition: transform .25s, opacity .25s; }
.menu-toggle-label { margin-top: -5px; font-size: .56rem; letter-spacing: .08em; }
.menu-toggle-label { white-space: nowrap; }
.menu-toggle[aria-expanded="true"] .menu-toggle-lines i:first-child { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-toggle-lines i:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] .menu-toggle-lines i:last-child { transform: translateY(-6px) rotate(-45deg); }
.global-nav { position: fixed; top: var(--header-height); right: 0; bottom: 0; left: 0; padding: 36px 24px 120px; background: rgba(247, 248, 243, .98); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .25s, visibility .25s, transform .25s; overflow-y: auto; }
.global-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
.global-nav ul { display: grid; margin: 0; padding: 0; list-style: none; }
.global-nav li { border-bottom: 1px solid var(--color-border); }
.global-nav li a { display: flex; min-height: 62px; align-items: center; justify-content: space-between; font-family: var(--font-serif); font-size: 1.05rem; }
.global-nav li a::after { content: "→"; color: var(--color-green); font-family: var(--font-sans); }
.header-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 28px; }

.hero { position: relative; min-height: max(680px, 100svh); padding-top: var(--header-height); display: flex; align-items: flex-end; color: #fff; background: var(--color-green-dark); }
.hero-media, .hero-overlay { position: absolute; inset: var(--header-height) 0 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 61% center; }
.hero-overlay { background: linear-gradient(180deg, rgba(31, 43, 34, .12) 0%, rgba(31, 43, 34, .2) 30%, rgba(31, 43, 34, .82) 100%); }
.hero-inner { position: relative; z-index: 2; width: min(100% - 40px, 1180px); margin: 0 auto; padding: 90px 0 76px; }
.hero .eyebrow { color: rgba(255,255,255,.8); }
.hero h1 { max-width: 780px; margin-bottom: 20px; font-family: var(--font-serif); font-size: clamp(2.45rem, 11vw, 5.2rem); font-weight: 500; letter-spacing: .03em; line-height: 1.35; text-shadow: 0 2px 24px rgba(18, 28, 21, .28); }
.hero h1 span { white-space: nowrap; }
.hero-copy { max-width: 650px; margin-bottom: 18px; font-size: .98rem; line-height: 1.9; text-shadow: 0 1px 10px rgba(18,28,21,.42); }
.priority-note { margin-bottom: 24px; font-size: .82rem; }
.priority-note span { margin-right: 6px; color: #c9ddb9; font-size: .55rem; vertical-align: 2px; }
.hero-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; max-width: 500px; }
.hero-actions .button { padding-inline: 8px; font-size: .85rem; white-space: nowrap; }
.phone-guide { display: inline-flex; min-height: 48px; flex-wrap: wrap; align-items: center; gap: 6px 12px; margin-top: 10px; font-size: .76rem; }
.phone-guide b { font-size: .9rem; letter-spacing: .04em; }
.image-note { position: absolute; z-index: 2; right: 14px; bottom: 12px; margin: 0; color: rgba(255,255,255,.68); font-size: .63rem; }
.scroll-cue { display: none; }

.concerns { background: var(--color-background); }
.concern-list { display: grid; gap: 1px; margin: 0; padding: 1px; background: var(--color-border); list-style: none; }
.concern-list li { position: relative; min-height: 72px; padding: 22px 18px 19px 51px; background: #fff; font-family: var(--font-serif); line-height: 1.7; }
.concern-list li::before { content: ""; position: absolute; top: 26px; left: 20px; width: 15px; height: 8px; border-bottom: 2px solid var(--color-green); border-left: 2px solid var(--color-green); transform: rotate(-45deg); }
.concerns-closing { margin: 42px auto 0; text-align: center; color: var(--color-green-dark); font-family: var(--font-serif); font-size: 1.08rem; line-height: 2.1; }

.reasons { overflow: hidden; }
.reason-grid { display: grid; gap: 16px; }
.reason-card { position: relative; padding: 28px 24px; border: 1px solid var(--color-border); background: #fff; }
.reason-card h3 { margin: 12px 0; font-family: var(--font-serif); font-size: 1.3rem; font-weight: 500; }
.reason-card p { margin-bottom: 0; color: var(--color-text-light); font-size: .92rem; line-height: 1.9; }
.reason-number { color: var(--color-green); font-family: Georgia, serif; font-size: .78rem; letter-spacing: .14em; }
.reason-icon { display: grid; width: 48px; height: 48px; place-items: center; margin-top: 20px; border-radius: 50%; color: var(--color-green-dark); background: var(--color-green-light); font-family: var(--font-serif); }
.reason-featured { padding: 0; }
.reason-photo { aspect-ratio: 4/3; overflow: hidden; }
.reason-photo img { width: 100%; height: 100%; object-fit: cover; }
.reason-content { padding: 27px 24px 30px; }
.reason-image { min-height: 410px; display: flex; align-items: flex-end; overflow: hidden; color: #fff; border: 0; }
.reason-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(29,50,37,.84), rgba(29,50,37,.05) 70%); }
.reason-image > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.reason-image > div { position: relative; z-index: 1; }
.reason-image p { color: rgba(255,255,255,.85); }
.reason-image .reason-number { color: #d8e6d8; }

.treatment-menu { background: var(--color-background); }
.treatment-visual { position: relative; margin: 0 0 28px; aspect-ratio: 16/9; overflow: hidden; background: var(--color-green-light); box-shadow: var(--shadow-soft); }
.treatment-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.treatment-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(24,60,32,.68), transparent 55%); }
.treatment-visual figcaption { position: absolute; z-index: 1; right: 20px; bottom: 17px; left: 20px; color: #fff; font-family: var(--font-serif); font-size: .92rem; letter-spacing: .03em; text-shadow: 0 1px 8px rgba(0,0,0,.24); }
.menu-list { display: grid; gap: 14px; }
.treatment-card { display: grid; padding: 27px 22px; border-top: 2px solid var(--color-green); background: #fff; box-shadow: 0 8px 26px rgba(54,92,69,.05); }
.treatment-number { margin-bottom: 16px; color: var(--color-green); font-family: Georgia, serif; font-size: 1.45rem; }
.treatment-en { margin-bottom: 5px; color: var(--color-green); font-size: .62rem; font-weight: 700; letter-spacing: .18em; }
.treatment-main h3 { margin-bottom: 12px; font-family: var(--font-serif); font-size: 1.45rem; font-weight: 500; }
.treatment-main > p { color: var(--color-text-light); font-size: .92rem; }
.recommended, .notice-box { margin-top: 22px; padding: 18px; background: var(--color-background); font-size: .84rem; }
.recommended b, .notice-box b { display: block; margin-bottom: 8px; color: var(--color-green-dark); }
.recommended ul { margin-bottom: 0; padding-left: 1.2em; }
.recommended p, .notice-box p { margin-bottom: 0; }
.treatment-meta { margin-top: 24px; border-top: 1px solid var(--color-border); }
.treatment-meta dl { margin: 0; }
.treatment-meta dl > div { display: grid; grid-template-columns: 85px 1fr; gap: 10px; padding: 13px 0; border-bottom: 1px solid var(--color-border); }
.treatment-meta dt { color: var(--color-text-light); font-size: .74rem; }
.treatment-meta dd { margin: 0; font-size: .86rem; font-weight: 600; white-space: pre-line; }
.text-link { display: flex; min-height: 52px; align-items: center; justify-content: space-between; margin-top: 10px; color: var(--color-green-dark); font-size: .88rem; font-weight: 700; }
.text-link span { font-size: 1.2rem; transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.treatment-links .text-link + .text-link { margin-top: 0; border-top: 1px solid var(--color-border); }
.booking-panel { margin-top: 40px; padding: 38px 22px; text-align: center; color: #fff; background: var(--color-green-dark); }
.booking-panel .section-kicker { color: #c8dac9; }
.booking-panel h3 { margin-bottom: 8px; font-family: var(--font-serif); font-size: 1.6rem; font-weight: 500; }
.reason-card h3, .booking-panel h3 { word-break: auto-phrase; text-wrap: balance; }
.booking-panel > p:not(.section-kicker) { color: rgba(255,255,255,.75); }
.booking-buttons { display: grid; gap: 10px; }

.philosophy { background: #fff; }
.philosophy-grid { display: grid; gap: 45px; }
.philosophy-visual { position: relative; min-height: 460px; }
.philosophy-visual img { width: calc(100% - 24px); height: 430px; object-fit: cover; object-position: 65% center; }
.philosophy-visual::after { content: ""; position: absolute; z-index: -1; top: 24px; right: 0; bottom: 0; left: 24px; background: var(--color-green-light); }
.philosophy-visual span { position: absolute; right: 4px; bottom: 18px; padding: 16px 13px; color: var(--color-green-dark); background: rgba(255,255,255,.9); font-family: var(--font-serif); font-size: 1.12rem; line-height: 1.8; writing-mode: vertical-rl; letter-spacing: .12em; }
.philosophy-copy h2 { margin-bottom: 25px; font-family: var(--font-serif); font-size: clamp(2rem, 8vw, 3rem); font-weight: 500; }
.philosophy-copy .lead { color: var(--color-green-dark); font-family: var(--font-serif); font-size: 1.16rem; line-height: 2; }
.philosophy-copy > p:not(.section-kicker):not(.lead) { color: var(--color-text-light); font-size: .94rem; }
.policy-points { display: grid; gap: 0; margin: 28px 0 0; padding: 0; border-top: 1px solid var(--color-border); list-style: none; }
.policy-points li { display: flex; min-height: 58px; align-items: center; gap: 18px; border-bottom: 1px solid var(--color-border); font-family: var(--font-serif); }
.policy-points span { color: var(--color-green); font-family: Georgia, serif; font-size: .73rem; }

.first-visit { background: var(--color-background); }
.first-grid { display: grid; background: #fff; box-shadow: var(--shadow-soft); }
.first-intro { padding: 36px 25px; color: #fff; background: var(--color-green-dark); }
.first-intro > span { display: grid; width: 58px; height: 58px; place-items: center; margin-bottom: 26px; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; font-family: var(--font-serif); font-size: 1.4rem; }
.first-intro h3 { font-family: var(--font-serif); font-size: 1.35rem; font-weight: 500; }
.first-intro p { margin-bottom: 0; color: rgba(255,255,255,.78); font-size: .9rem; }
.visit-checklist { margin: 0; padding: 8px 25px; list-style: none; }
.visit-checklist li { position: relative; padding: 22px 0 22px 34px; border-bottom: 1px solid var(--color-border); }
.visit-checklist li:last-child { border-bottom: 0; }
.visit-checklist li::before { content: "✓"; position: absolute; top: 23px; left: 0; color: var(--color-green); font-weight: 700; }
.visit-checklist b, .visit-checklist span { display: block; }
.visit-checklist b { margin-bottom: 5px; font-family: var(--font-serif); font-weight: 600; }
.visit-checklist span { color: var(--color-text-light); font-size: .82rem; }

.flow { background: #fff; }
.flow-list { position: relative; margin: 0; padding: 0; list-style: none; }
.flow-list::before { content: ""; position: absolute; top: 26px; bottom: 30px; left: 24px; width: 1px; background: var(--color-border); }
.flow-list li { position: relative; display: grid; grid-template-columns: 50px 1fr; gap: 18px; padding-bottom: 30px; }
.flow-list li:last-child { padding-bottom: 0; }
.flow-list li > span { z-index: 1; display: grid; width: 50px; height: 50px; place-items: center; border: 1px solid var(--color-green); border-radius: 50%; color: var(--color-green-dark); background: #fff; font-family: Georgia, serif; font-size: .7rem; }
.flow-list h3 { margin: 3px 0 5px; font-family: var(--font-serif); font-size: 1.08rem; font-weight: 600; }
.flow-list p { margin-bottom: 0; color: var(--color-text-light); font-size: .85rem; }

.gallery { background: var(--color-background); }
.gallery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.gallery-grid figure { position: relative; margin: 0; aspect-ratio: 1/1.12; overflow: hidden; background: var(--color-green-light); }
.gallery-grid .gallery-wide { grid-column: 1 / -1; aspect-ratio: 16/10; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.gallery-grid figure:nth-child(2) img, .gallery-grid figure:nth-child(5) img { object-position: 80% center; }
.gallery-grid figure:hover img { transform: scale(1.025); }
.gallery-grid figcaption { position: absolute; right: 9px; bottom: 9px; padding: 5px 11px; color: var(--color-text); background: rgba(255,255,255,.88); font-size: .7rem; }
.placeholder-note { margin: 15px 0 0; color: var(--color-text-light); font-size: .72rem; }

.staff { background: #fff; }
.staff-grid { display: grid; gap: 20px; }
.staff-heading h2 { margin-bottom: 0; font-family: var(--font-serif); font-size: clamp(2rem, 8vw, 3rem); font-weight: 500; }
.staff-photos { display: grid; gap: 14px; }
.staff-photo { display: grid; min-height: 440px; place-content: center; text-align: center; color: var(--color-green-dark); background: linear-gradient(145deg, #e7ede4, #f5f1e8); }
.staff-photo::before { content: ""; width: 108px; height: 108px; margin: 0 auto 25px; border-radius: 50%; background: rgba(111,143,114,.18); box-shadow: 0 84px 0 32px rgba(111,143,114,.12); }
.staff-photo span { margin-top: 55px; font-family: Georgia, serif; font-size: .64rem; letter-spacing: .2em; }
.staff-photo b { font-family: var(--font-serif); font-weight: 500; }
.staff-photo-real { position: relative; display: block; margin: 0; overflow: hidden; background: var(--color-background); }
.staff-photo-real::before { display: none; }
.staff-photo-real img { width: 100%; height: 440px; object-fit: cover; object-position: 64% center; }
.staff-photo-katsuura img { object-position: center 30%; }
.staff-photo-kayaki img { object-position: 64% center; }
.staff-photo-real figcaption { position: absolute; right: 18px; bottom: 18px; left: 18px; padding: 13px 16px; border-left: 2px solid var(--color-green); background: rgba(253,249,240,.94); box-shadow: var(--shadow-soft); }
.staff-photo-real figcaption small, .staff-photo-real figcaption b { display: block; }
.staff-photo-real figcaption small { color: var(--color-green); font-size: .65rem; letter-spacing: .12em; }
.staff-photo-real figcaption b { margin-top: 2px; color: var(--color-text); font-size: 1.15rem; }
.director-message { display: grid; gap: 34px; margin-top: 68px; padding-top: 68px; border-top: 1px solid var(--color-border); }
.director-message-photo { margin: 0; }
.director-message-photo img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; object-position: center 28%; }
.director-message-photo figcaption { margin-top: 12px; padding-left: 14px; border-left: 2px solid var(--color-green); color: var(--color-green-dark); font-family: var(--font-serif); font-size: .95rem; letter-spacing: .08em; }
.director-message-copy h2 { display: flex; align-items: center; gap: 12px; margin-bottom: 28px; font-family: var(--font-serif); font-size: clamp(2rem, 6vw, 3rem); font-weight: 500; }
.director-message-copy h2::after { content: ""; width: 18px; height: 10px; flex: 0 0 auto; border-radius: 100% 0 100% 0; background: var(--color-green); transform: rotate(-18deg); }
.director-message-copy h3 { margin-bottom: 32px; padding-left: 20px; border-left: 3px solid var(--color-green); color: var(--color-green-dark); font-family: var(--font-serif); font-size: clamp(1.3rem, 2.2vw, 1.8rem); font-weight: 500; line-height: 1.65; }
.director-message-copy h3 .no-break { white-space: nowrap; }
.director-message-copy > p { margin: 0 0 1.35em; color: var(--color-text-light); font-size: .95rem; line-height: 1.95; }
.director-message-copy .director-message-closing { margin: 30px 0 0; color: var(--color-green-dark); font-family: var(--font-serif); font-size: 1.12rem; }
.director-message-cta { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; margin-top: 36px; padding-top: 24px; border-top: 1px solid var(--color-border); }
.director-message-cta .button { min-width: 164px; }

.faq { background: var(--color-background); }
.faq-list { border-top: 1px solid var(--color-border); }
.faq-list details { border-bottom: 1px solid var(--color-border); }
.faq-list summary { position: relative; display: grid; min-height: 76px; grid-template-columns: 25px 1fr 22px; gap: 10px; align-items: center; padding: 12px 4px; cursor: pointer; font-family: var(--font-serif); font-size: .98rem; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; color: var(--color-green-dark); background: var(--color-green-light); font-family: var(--font-sans); transition: transform .25s; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list summary span { color: var(--color-green); font-family: Georgia, serif; font-size: 1rem; }
.faq-list details > div { display: grid; grid-template-columns: 25px 1fr; gap: 10px; padding: 0 38px 25px 4px; color: var(--color-text-light); }
.faq-list details > div span { color: var(--color-wood); font-family: Georgia, serif; }
.faq-list details > div p { margin: 0; font-size: .86rem; }

.access { background: #fff; }
.access-grid { display: grid; gap: 20px; }
.access-info { padding: 29px 23px; border: 1px solid var(--color-border); }
.access-info h3 { margin-bottom: 0; font-family: var(--font-serif); font-size: 1.45rem; font-weight: 500; }
.access-info .kana { margin-bottom: 22px; color: var(--color-text-light); font-size: .65rem; letter-spacing: .12em; }
.access-info dl { margin: 0; border-top: 1px solid var(--color-border); }
.access-info dl > div { display: grid; grid-template-columns: 92px 1fr; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--color-border); }
.access-info dt { color: var(--color-text-light); font-size: .76rem; }
.access-info dd { margin: 0; font-size: .85rem; font-weight: 600; }
.hours-list { display: grid; gap: 8px; }
.hours-line { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 8px; }
.hours-line b { color: var(--color-green-dark); font-size: .78rem; }
.map-placeholder { display: grid; min-height: 360px; place-items: center; padding: 24px; text-align: center; background-color: #e6ebe3; background-image: linear-gradient(rgba(255,255,255,.5) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.5) 1px, transparent 1px); background-size: 42px 42px; }
.map-placeholder > div { padding: 25px 30px; background: rgba(255,255,255,.88); box-shadow: var(--shadow-soft); }
.map-placeholder span { display: block; margin-bottom: 4px; color: var(--color-green); font-size: 2rem; }
.map-placeholder b { display: block; font-family: var(--font-serif); }
.map-placeholder p { margin: 5px 0 0; color: var(--color-text-light); font-size: .74rem; }
.map-placeholder iframe { width: 100%; height: 100%; min-height: 360px; border: 0; }
.access-booking { display: grid; gap: 24px; margin-top: 34px; padding: 32px 24px; background: var(--color-background); }
.access-booking h3 { margin-bottom: 0; font-family: var(--font-serif); font-size: 1.4rem; font-weight: 500; }

.contact { position: relative; padding: 85px 0 100px; overflow: hidden; color: #fff; background: var(--color-green-dark); }
.contact-bg { position: absolute; inset: 0; opacity: .12; }
.contact-bg::after { content: ""; position: absolute; inset: 0; background: var(--color-green-dark); mix-blend-mode: multiply; }
.contact-bg img { width: 100%; height: 100%; object-fit: cover; }
.contact-inner { position: relative; text-align: center; }
.contact .section-kicker { color: #c6d7c7; }
.contact h2 { margin-bottom: 16px; font-family: var(--font-serif); font-size: clamp(2rem, 8vw, 3rem); font-weight: 500; }
.contact-inner > p:not(.section-kicker) { color: rgba(255,255,255,.76); font-size: .9rem; }
.contact-actions { display: grid; gap: 10px; margin-top: 30px; }
.contact-card { display: grid; min-height: 112px; grid-template-columns: 55px 1fr; grid-template-rows: auto auto; align-content: center; column-gap: 14px; padding: 20px; text-align: left; color: var(--color-text); background: #fff; transition: transform .25s ease; }
.contact-card:hover { transform: translateY(-3px); }
.contact-card > span { grid-row: 1 / 3; display: grid; width: 52px; height: 52px; place-items: center; align-self: center; border-radius: 50%; color: #fff; background: var(--color-green); font-family: Georgia, serif; font-size: .7rem; letter-spacing: .08em; }
.contact-card b { align-self: end; font-family: var(--font-serif); font-size: 1rem; }
.contact-card.web .booking-term, .contact-card.web .booking-tail { white-space: nowrap; }
.contact-card small { color: var(--color-text-light); font-size: .68rem; }
.contact-card.web > span { background: var(--color-green-dark); }
.contact-card.phone > span { color: var(--color-green-dark); background: var(--color-green-light); }

.site-footer { padding: 55px 0 116px; background: #183c20; color: #fff; }
.brand-footer { padding: 12px 18px 12px 12px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: var(--color-background); color: var(--color-text); box-shadow: 0 14px 34px rgba(0,0,0,.12); }
.brand-footer .brand-logo { width: 66px; }
.brand-footer small { color: var(--color-text-light); }
.footer-inner nav { display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; margin-top: 35px; }
.footer-inner nav a { min-height: 44px; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.75); font-size: .75rem; }
.footer-bottom { margin-top: 35px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.5); font-size: .68rem; }
.footer-bottom p { margin-bottom: 8px; }

.mobile-booking-bar { position: fixed; z-index: 90; right: 0; bottom: 0; left: 0; display: grid; height: 70px; grid-template-columns: repeat(3, 1fr); padding-bottom: env(safe-area-inset-bottom); color: #fff; background: var(--color-green-dark); box-shadow: 0 -6px 24px rgba(34,52,40,.15); }
.mobile-booking-bar a { display: grid; min-width: 0; place-content: center; text-align: center; border-right: 1px solid rgba(255,255,255,.16); }
.mobile-booking-bar a:first-child { background: var(--color-line); }
.mobile-booking-bar a:last-child { border-right: 0; }
.mobile-booking-bar span { font-family: Georgia, serif; font-size: .57rem; letter-spacing: .08em; }
.mobile-booking-bar b { font-size: .74rem; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

/* Mobile-first readability and compact disclosures */
.section-cta { display: grid; gap: 13px; align-items: center; margin-top: 30px; padding: 17px 18px; border: 1px solid var(--color-border); background: rgba(253,249,240,.72); }
.section-cta p { margin: 0; color: var(--color-text-light); font-size: .875rem; line-height: 1.65; }
.section-cta .button { width: 100%; }
.button-outline { color: var(--color-green-dark); border-color: var(--color-green); background: #fff; }

.treatment-accordion { border-top: 2px solid var(--color-green); background: #fff; box-shadow: 0 8px 26px rgba(54,92,69,.05); }
.treatment-accordion[open] { box-shadow: var(--shadow-soft); }
.treatment-mobile-summary { display: grid; min-height: 94px; grid-template-columns: 27px minmax(0,1fr) 88px 28px; gap: 8px; align-items: center; padding: 14px 15px; cursor: pointer; list-style: none; }
.treatment-mobile-summary::-webkit-details-marker { display: none; }
.treatment-mobile-summary::after { content: "+"; display: grid; width: 28px; height: 44px; place-items: center; color: var(--color-green-dark); font-size: 1.25rem; transition: transform .2s ease; }
.treatment-accordion[open] .treatment-mobile-summary::after { transform: rotate(45deg); }
.summary-number { color: var(--color-green); font-family: Georgia, serif; font-size: .75rem; }
.summary-title { font-family: var(--font-serif); font-size: 1rem; font-weight: 600; line-height: 1.45; }
.summary-meta { display: grid; justify-items: end; text-align: right; line-height: 1.35; }
.summary-meta small { color: var(--color-text-light); font-size: .75rem; }
.summary-meta b { margin-top: 4px; font-size: .8rem; }
.treatment-accordion .treatment-card { padding: 0 18px 18px; border-top: 1px solid var(--color-border); box-shadow: none; }
.treatment-accordion .treatment-number, .treatment-accordion .treatment-en, .treatment-accordion .treatment-main h3, .treatment-accordion .treatment-meta dl { display: none; }
.treatment-accordion .treatment-main { padding-top: 17px; }
.treatment-accordion .treatment-main > p { margin-bottom: 0; font-size: .875rem; line-height: 1.7; }
.treatment-accordion .recommended, .treatment-accordion .notice-box { margin-top: 15px; padding: 14px; font-size: .875rem; }
.treatment-accordion .treatment-meta { margin-top: 10px; border-top: 0; }

.philosophy-more, .flow-more { margin-top: 20px; }
.philosophy-more summary, .flow-more > summary { display: flex; min-height: 48px; align-items: center; justify-content: space-between; padding: 10px 14px; border: 1px solid var(--color-green); color: var(--color-green-dark); background: #fff; cursor: pointer; font-size: .875rem; font-weight: 700; list-style: none; }
.philosophy-more summary::-webkit-details-marker, .flow-more > summary::-webkit-details-marker { display: none; }
.philosophy-more summary::after, .flow-more > summary::after { content: "+"; display: grid; width: 28px; height: 28px; place-items: center; font-size: 1.15rem; transition: transform .2s ease; }
.philosophy-more[open] summary::after, .flow-more[open] > summary::after { transform: rotate(45deg); }
.philosophy-more > div { padding: 17px 2px 0; color: var(--color-text-light); font-size: .875rem; }
.philosophy-more > div p:last-child { margin-bottom: 0; }
.flow-list-secondary { margin-top: 20px; }
@media (max-width: 767px) {
  :root { --header-height: 64px; }
  body { padding-bottom: calc(72px + env(safe-area-inset-bottom)); font-size: 16px; }
  .container, .hero-inner { width: min(100% - 40px, 1180px); }
  .section { padding: 70px 0; }
  .section-heading { margin-bottom: 30px; }
  .section-heading h2, .philosophy-copy h2, .staff-heading h2, .contact h2 { font-size: clamp(2rem, 9vw, 2.625rem); line-height: 1.35; letter-spacing: .02em; }
  .section-heading > p:last-child { font-size: 1rem; line-height: 1.75; }
  .section-kicker, .eyebrow { margin-bottom: 9px; font-size: .875rem; letter-spacing: .18em; }
  .button { min-height: 48px; font-size: .875rem; }
  .button-large { min-height: 50px; padding: 11px 14px; font-size: .875rem; }

  .site-header { height: var(--header-height); }
  .header-inner { width: calc(100% - 24px); }
  .brand { gap: 8px; }
  .brand-logo { width: 45px; }
  .brand b { font-size: .92rem; }
  .brand small { margin-top: 2px; font-size: .7rem; letter-spacing: .06em; }
  .menu-toggle { width: 48px; height: 48px; }
  .global-nav { top: var(--header-height); padding: 24px 20px calc(92px + env(safe-area-inset-bottom)); }

  .hero { width: 100%; height: 100svh; min-height: 0; max-height: 100svh; overflow: hidden; align-items: flex-end; }
  .hero-inner { padding: 44px 0 calc(68px + env(safe-area-inset-bottom)); }
  .hero h1 { margin-bottom: 14px; font-size: clamp(2.25rem, 11vw, 3.25rem); line-height: 1.28; }
  .hero-copy { max-width: 22em; margin-bottom: 12px; font-size: 1rem; line-height: 1.65; }
  .priority-note { margin-bottom: 15px; font-size: .875rem; }
  .hero-actions { grid-template-columns: 1fr; gap: 8px; }
  .phone-guide { min-height: 44px; margin-top: 4px; font-size: .875rem; }
  .phone-guide b { font-size: 1rem; }
  .image-note { display: none; }

  .concern-list { display: block; padding: 0; background: transparent; border-top: 1px solid var(--color-border); }
  .concern-list li { min-height: 0; padding: 13px 10px 13px 40px; border-bottom: 1px solid var(--color-border); font-size: 1rem; line-height: 1.55; }
  .concern-list li::before { top: 18px; left: 12px; }
  .concerns-closing { margin-top: 25px; font-size: 1rem; line-height: 1.8; text-align: left; }
  .concerns-closing br { display: none; }

  .reason-grid { gap: 12px; }
  .reason-card { padding: 19px 18px; }
  .reason-card h3 { margin: 6px 0 7px; font-size: 1.15rem; line-height: 1.5; }
  .reason-card h3 br { display: none; }
  .reason-card p { font-size: .875rem; line-height: 1.7; }
  .reason-icon { width: 40px; height: 40px; margin-top: 10px; }
  .reason-photo { aspect-ratio: 16/10; }
  .reason-content { padding: 18px; }
  .reason-image { min-height: 270px; padding: 20px 18px; }
  .reason-image > div { max-width: 100%; }

  .treatment-visual { margin-bottom: 20px; aspect-ratio: 16/10; }
  .treatment-visual figcaption { right: 14px; bottom: 12px; left: 14px; font-size: .875rem; line-height: 1.55; }
  .menu-list { gap: 10px; }
  .booking-panel { display: none; }

  .philosophy-grid { gap: 26px; }
  .philosophy-visual { min-height: 320px; }
  .philosophy-visual img { height: 300px; }
  .philosophy-visual span { bottom: 10px; padding: 10px; font-size: 1rem; }
  .philosophy-copy h2 { margin-bottom: 16px; }
  .philosophy-copy .lead { margin-bottom: 17px; font-size: 1.05rem; line-height: 1.8; }
  .policy-points { margin-top: 0; }
  .policy-points li { min-height: 50px; }

  .first-grid { display: block; }
  .first-intro { padding: 26px 22px; }
  .first-intro > span { width: 48px; height: 48px; margin-bottom: 17px; }
  .first-intro h3 { margin-bottom: 10px; font-size: 1.25rem; }
  .first-intro p { font-size: .875rem; line-height: 1.7; }
  .visit-checklist { padding: 4px 22px; }
  .visit-checklist li { padding: 16px 0 16px 30px; }
  .visit-checklist li::before { top: 17px; }
  .visit-checklist span { font-size: .875rem; line-height: 1.65; }

  .flow-list::before { left: 21px; }
  .flow-list li { grid-template-columns: 44px 1fr; gap: 14px; padding-bottom: 20px; }
  .flow-list li > span { width: 44px; height: 44px; }
  .flow-list h3 { margin-top: 0; font-size: 1rem; }
  .flow-list p { font-size: .875rem; line-height: 1.65; }

  .gallery-grid { gap: 8px; }
  .gallery-grid figure { aspect-ratio: 1/1; }
  .gallery-grid .gallery-wide { aspect-ratio: 16/9; }
  .gallery-grid figcaption, .placeholder-note { font-size: .875rem; }

  .staff-grid { gap: 20px; }
  .staff-photo-real img { height: 420px; }
  .staff-photo-katsuura img { object-position: center 28%; }
  .staff-photo-real figcaption { right: 12px; bottom: 12px; left: 12px; padding: 10px 13px; }
  .staff-photo-real figcaption small { font-size: .875rem; }
  .director-message { gap: 28px; margin-top: 50px; padding-top: 50px; }
  .director-message-copy h2 { margin-bottom: 22px; font-size: 2rem; }
  .director-message-copy h3 { margin-bottom: 26px; padding-left: 15px; font-size: 1.3rem; line-height: 1.7; }
  .director-message-copy > p { margin-bottom: 1.45em; font-size: 1rem; line-height: 1.95; }
  .director-message-copy .director-message-closing { margin-top: 24px; font-size: 1.15rem; }
  .director-message-cta { display: grid; grid-template-columns: 1fr; justify-content: stretch; margin-top: 28px; }
  .director-message-cta .button { width: 100%; }

  .faq-list summary { min-height: 62px; grid-template-columns: 24px 1fr 44px; gap: 8px; padding: 8px 0; font-size: 1rem; line-height: 1.55; }
  .faq-list summary::after { width: 44px; height: 44px; font-size: 1.15rem; }
  .faq-list details > div { grid-template-columns: 24px 1fr; gap: 8px; padding: 0 44px 18px 0; }
  .faq-list details > div p { font-size: .875rem; line-height: 1.75; }

  .access-info { padding: 22px 18px; }
  .access-info .kana { font-size: .875rem; }
  .access-info dl > div { grid-template-columns: 82px 1fr; gap: 8px; padding: 11px 0; }
  .access-info dt, .access-info dd, .hours-line b { font-size: .875rem; }
  .map-placeholder { min-height: 240px; }
  .map-placeholder p { font-size: .875rem; }
  .access-booking { margin-top: 24px; padding: 22px 18px; }

  .contact { padding: 68px 0 72px; }
  .contact h2 { line-height: 1.45; }
  .contact-inner > p:not(.section-kicker) { font-size: 1rem; line-height: 1.75; }
  .contact-actions { margin-top: 24px; }
  .contact-card { min-height: 94px; padding: 15px; }
  .contact-card small { font-size: .875rem; }

  .site-footer { padding: 46px 0 calc(32px + env(safe-area-inset-bottom)); }
  .footer-inner nav { grid-template-columns: 1fr; gap: 0; margin-top: 28px; }
  .footer-inner nav a { min-height: 48px; display: flex; align-items: center; font-size: .875rem; }
  .footer-bottom { font-size: .875rem; }

  .mobile-booking-bar { height: calc(62px + env(safe-area-inset-bottom)); padding-bottom: env(safe-area-inset-bottom); }
  .mobile-booking-bar a { min-height: 62px; }
  .mobile-booking-bar span { font-size: .7rem; }
  .mobile-booking-bar b { font-size: .875rem; }
}

@media (min-width: 600px) {
  .container { width: min(100% - 64px, 1180px); }
  .section { padding: 105px 0; }
  .mobile-only { display: none; }
  .desktop-only { display: inline; }
  .hero-inner { width: min(100% - 64px, 1180px); }
  .concern-list { grid-template-columns: 1fr 1fr; }
  .booking-buttons { display: flex; justify-content: center; }
  .booking-buttons .button { min-width: 210px; }
  .gallery-grid { grid-template-columns: repeat(4, 1fr); gap: 14px; }
  .gallery-grid figure { aspect-ratio: 1/1.18; }
  .gallery-grid .gallery-wide { grid-column: span 2; aspect-ratio: 2/1.18; }
  .contact-actions { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 768px) {
  :root { --header-height: 82px; }
  body { padding-bottom: calc(70px + env(safe-area-inset-bottom)); }
  .section-cta { grid-template-columns: 1fr auto; padding: 22px 26px; }
  .section-cta .button { width: auto; min-width: 220px; }
  .treatment-accordion { border: 0; background: transparent; box-shadow: none; }
  .treatment-accordion[open] { box-shadow: none; }
  .treatment-mobile-summary { display: none; }
  .treatment-accordion .treatment-card { display: grid; padding: 36px 32px; border-top: 2px solid var(--color-green); box-shadow: 0 8px 26px rgba(54,92,69,.05); }
  .treatment-accordion .treatment-number, .treatment-accordion .treatment-en, .treatment-accordion .treatment-main h3, .treatment-accordion .treatment-meta dl { display: block; }
  .treatment-accordion .treatment-main { padding-top: 0; }
  .treatment-accordion .treatment-main > p { margin-bottom: 1em; font-size: .92rem; line-height: 1.85; }
  .treatment-accordion .recommended, .treatment-accordion .notice-box { margin-top: 22px; padding: 18px; font-size: .84rem; }
  .treatment-accordion .treatment-meta { margin: 0; padding-left: 25px; border-top: 0; border-left: 1px solid var(--color-border); }
  .philosophy-copy { display: flex; flex-direction: column; }
  .philosophy-more { order: 4; margin-top: 0; }
  .philosophy-more summary { display: none; }
  .philosophy-more > div { padding: 0; color: var(--color-text-light); font-size: .94rem; }
  .policy-points { order: 5; }
  .flow-more { margin-top: 0; }
  .flow-more > summary { display: none; }
  .flow-list-secondary { margin-top: 0; }
  .reason-grid { grid-template-columns: 1fr 1fr; }
  .reason-featured { grid-column: 1 / -1; display: grid; grid-template-columns: 1.15fr 1fr; }
  .reason-photo { aspect-ratio: auto; min-height: 420px; }
  .reason-content { display: flex; flex-direction: column; justify-content: center; padding: 45px; }
  .treatment-card { grid-template-columns: 62px minmax(0, 1.6fr) minmax(220px, .8fr); gap: 24px; padding: 36px 32px; }
  .treatment-visual { margin-bottom: 36px; aspect-ratio: 2.25/1; }
  .treatment-visual figcaption { right: 30px; bottom: 24px; left: 30px; font-size: 1.05rem; }
  .treatment-number { margin: 0; }
  .treatment-meta { margin: 0; padding-left: 25px; border-top: 0; border-left: 1px solid var(--color-border); }
  .first-grid { grid-template-columns: .8fr 1.2fr; }
  .first-intro { padding: 50px 38px; }
  .visit-checklist { padding: 24px 42px; }
  .flow-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 55px; }
  .flow-list::before { display: none; }
  .flow-list li { padding-bottom: 36px; }
  .staff-grid { gap: 34px; }
  .staff-photos { grid-template-columns: 1fr 1fr; }
  .director-message { grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); align-items: start; gap: 64px; }
  .access-grid { grid-template-columns: .9fr 1.1fr; }
  .access-booking { grid-template-columns: 1fr auto; align-items: center; padding: 40px; }
}

@media (min-width: 1024px) {
  :root { --header-height: 88px; }
  body { padding-bottom: 0; }
  .menu-toggle { display: none; }
  .global-nav { position: static; display: flex; align-items: center; gap: 28px; padding: 0; background: transparent; opacity: 1; visibility: visible; transform: none; overflow: visible; }
  .global-nav ul { display: flex; gap: 28px; }
  .global-nav li { border: 0; }
  .global-nav li a { min-height: 48px; font-family: var(--font-sans); font-size: .76rem; }
  .global-nav li a::after { display: none; }
  .header-actions { display: flex; margin: 0; }
  .header-actions .button { min-width: 110px; }
  .brand-logo { width: 62px; }
  .brand b { font-size: 1.1rem; }
  .hero { min-height: 760px; align-items: center; }
  .hero-media, .hero-overlay { inset: var(--header-height) 0 0; }
  .hero-overlay { background: linear-gradient(90deg, rgba(28,42,32,.76) 0%, rgba(28,42,32,.3) 46%, rgba(28,42,32,0) 75%); }
  .hero-inner { padding: 90px 0 70px; }
  .hero h1 { line-height: 1.3; }
  .scroll-cue { position: absolute; z-index: 3; bottom: 32px; left: 50%; display: grid; justify-items: center; color: rgba(255,255,255,.8); transform: translateX(-50%); }
  .scroll-cue span { font-size: .55rem; letter-spacing: .18em; writing-mode: vertical-rl; }
  .scroll-cue i { display: block; width: 1px; height: 38px; margin-top: 8px; background: rgba(255,255,255,.6); }
  .reason-grid { grid-template-columns: repeat(6, 1fr); }
  .reason-featured { grid-column: span 4; grid-row: span 2; }
  .reason-card:not(.reason-featured):not(.reason-image) { grid-column: span 2; }
  .reason-image { grid-column: span 4; }
  .reason-card { padding: 35px; }
  .reason-content { padding: 55px; }
  .philosophy-grid { grid-template-columns: 1.05fr .95fr; align-items: center; gap: 90px; }
  .philosophy-visual { min-height: 650px; }
  .philosophy-visual img { height: 610px; }
  .philosophy-visual span { right: 10px; bottom: 28px; font-size: 1.28rem; }
  .flow-list { grid-template-columns: repeat(4, 1fr); gap: 0 35px; }
  .flow-list li { display: block; padding: 0 0 45px; }
  .flow-list li > span { margin-bottom: 16px; }
  .flow-list li::after { content: ""; position: absolute; top: 25px; right: 0; left: 50px; height: 1px; background: var(--color-border); }
  .flow-list li:nth-child(4)::after, .flow-list li:nth-child(8)::after { display: none; }
  .staff-photo { min-height: 288px; }
  .staff-photo-real img { height: 288px; }
  .staff-photo-katsuura img { object-position: center 27%; }
  .site-footer { padding-bottom: 42px; }
  .footer-inner { display: flex; align-items: flex-start; justify-content: space-between; }
  .footer-inner nav { grid-template-columns: repeat(4, auto); gap: 0 28px; margin: 0; }
  .mobile-booking-bar { display: none; }
}

@media (max-width: 374px) {
  .container, .hero-inner { width: min(100% - 28px, 1180px); }
  .hero h1 { font-size: 2.25rem; }
  .section { padding: 64px 0; }
  .treatment-mobile-summary { grid-template-columns: 25px minmax(0,1fr) 80px 28px; padding-inline: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; transition-delay: 0ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}
