﻿: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; }
.sp-only { display: none; }
.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; }
.eye-strain { position: relative; overflow: hidden; background:
  radial-gradient(circle at 18% 20%, rgba(216,198,136,.25), transparent 30%),
  linear-gradient(135deg, #f8f3e7 0%, #eef3e3 48%, #f8f3e7 100%);
}
.eye-strain::before { content: ""; position: absolute; inset: 0; opacity: .34; pointer-events: none; background-image:
  linear-gradient(90deg, rgba(36,60,49,.05) 1px, transparent 1px),
  linear-gradient(0deg, rgba(36,60,49,.04) 1px, transparent 1px);
  background-size: 34px 34px;
}
.eye-strain-inner { position: relative; z-index: 1; }
.eye-strain-card { position: relative; padding: clamp(34px, 5vw, 62px); background: rgba(255,255,255,.82); border: 1px solid rgba(185,155,88,.38); box-shadow: 0 24px 70px rgba(28,42,34,.12); }
.eye-strain-card::before { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(36,60,49,.12); pointer-events: none; }
.eye-strain-label { position: absolute; top: -15px; left: clamp(24px, 5vw, 54px); padding: 7px 18px; color: white; background: var(--green); font-family: system-ui, sans-serif; font-size: .78rem; font-weight: 700; letter-spacing: .18em; box-shadow: 0 10px 22px rgba(28,42,34,.18); }
.eye-strain-grid { display: grid; grid-template-columns: .9fr 1.25fr; gap: clamp(28px, 5vw, 68px); align-items: center; }
.eye-strain-heading { position: relative; padding-left: 26px; border-left: 5px solid var(--gold); }
.eye-strain-kicker { margin-bottom: 14px; color: var(--green); font-weight: 700; letter-spacing: .14em; }
.eye-strain h2 { color: var(--green-deep); font-size: clamp(1.8rem, 3.5vw, 3rem); line-height: 1.45; letter-spacing: .06em; }
.eye-strain-visual { margin: 34px 0 0 -18px; padding: 18px 18px 16px; background: linear-gradient(135deg, rgba(255,255,255,.86), rgba(239,246,232,.72)); border: 1px solid rgba(185,155,88,.3); border-radius: 24px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.5), 0 16px 38px rgba(28,42,34,.08); }
.eye-visual-title { margin: 0 0 8px !important; color: var(--green-deep); font-size: .92rem; font-weight: 700; line-height: 1.7; letter-spacing: .12em; text-align: center; }
.eye-visual-body-diagram { display: grid; gap: 18px; padding: 12px 6px 8px; }
.eye-visual-figure { margin: 0 auto; width: min(245px, 82%); overflow: hidden; background: #f8f3e7; border: 1px solid rgba(185,155,88,.34); border-radius: 24px; box-shadow: 0 12px 30px rgba(28,42,34,.1); }
.eye-visual-figure img { display: block; width: 100%; height: auto; }
.eye-visual-flowchart { display: grid; gap: 10px; margin: 0; padding: 0; }
.eye-visual-flowitem { position: relative; display: grid; grid-template-columns: 44px 1fr; gap: 12px; align-items: center; min-height: 58px; padding: 12px 14px; background: rgba(255,255,255,.86); border: 1px solid rgba(112,132,92,.24); border-radius: 16px; }
.eye-visual-flowchart i { display: grid; place-items: center; width: 30px; height: 30px; color: white; background: var(--green); border-radius: 50%; font-style: normal; font-size: .9rem; font-weight: 700; }
.eye-visual-flowchart span { color: #5f6457; font-size: .86rem; font-weight: 700; line-height: 1.65; }
.eye-strain-copy p { margin-bottom: 1em; }
.eye-strain-message { margin: 24px 0 0 !important; padding: 20px 22px; color: var(--green-deep); background: linear-gradient(90deg, rgba(216,198,136,.24), rgba(231,239,221,.7)); border-left: 4px solid var(--gold); font-size: 1.08rem; font-weight: 700; }
.eye-strain-actions { display: flex; flex-wrap: wrap; gap: 16px 22px; align-items: center; margin-top: 28px; }
.eye-strain .button { min-width: 240px; text-align: center; }
.text-link { color: var(--green); font-weight: 700; text-underline-offset: 5px; }
.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; }

.note-latest { background: #f8f3e7; }
.note-latest .section-title { margin-bottom: 24px; }
.note-latest-lead { margin: 0 0 24px; color: var(--muted); }
.note-article-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.note-article-list li { border: 1px solid rgba(112, 132, 92, .22); background: rgba(255,255,255,.78); }
.note-article-list a { display: block; padding: 16px 18px; color: var(--green-deep); text-decoration: none; line-height: 1.75; }
.note-article-list a:hover { background: rgba(112, 132, 92, .08); text-decoration: underline; text-underline-offset: 4px; }
.note-latest-more { margin: 24px 0 0; text-align: right; }
.note-latest-more a { color: var(--green-deep); font-weight: 700; text-underline-offset: 4px; }

.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; }
.treatment-photo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 26px; }
.treatment-photo { margin: 0; overflow: hidden; background: #f7f2e6; border: 1px solid rgba(214,190,122,.65); box-shadow: 0 12px 28px rgba(28,42,34,.1); }
.treatment-photo-wide { grid-column: span 2; grid-row: span 2; }
.treatment-photo img { display: block; width: 100%; height: 170px; object-fit: cover; }
.treatment-photo-wide img { height: 354px; }
.treatment-photo figcaption { padding: 10px 8px 11px; color: var(--green-deep); text-align: center; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: .86rem; letter-spacing: .08em; background: linear-gradient(180deg, #fbf7ed, #f2ead6); }

.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-place-mark { position: relative; display: grid; place-items: center; width: min(520px, 100%); margin: 0 auto 30px; padding: 0; overflow: hidden; background: transparent; border: 0; box-shadow: none; }
.tokaido-place-mark::before,
.tokaido-place-mark::after { display: none; }
.tokaido-mark-image { position: relative; z-index: 1; display: block; width: min(500px, 100%); height: auto; object-fit: contain; box-shadow: 0 14px 38px rgba(0,0,0,.18); }
.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; }


.remote-qigong { position: relative; overflow: hidden; background: linear-gradient(135deg, #f7f3e9 0%, #eef4e8 52%, #faf8ef 100%); }
.remote-qigong::before { content: ""; position: absolute; inset: 0; opacity: .28; pointer-events: none; background-image: radial-gradient(circle at 18% 30%, rgba(123,145,95,.22) 0 1px, transparent 2px), radial-gradient(circle at 82% 62%, rgba(185,155,88,.2) 0 1px, transparent 2px); background-size: 38px 38px, 52px 52px; }
.remote-qigong-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr); gap: clamp(32px, 5vw, 72px); align-items: center; }
.remote-qigong-copy { padding: clamp(28px, 4vw, 54px); background: rgba(255,255,255,.72); border: 1px solid rgba(185,155,88,.28); box-shadow: 0 18px 48px rgba(28,42,34,.08); }
.remote-qigong-copy h2 { color: var(--green-deep); font-size: clamp(1.9rem, 3.4vw, 2.85rem); line-height: 1.45; letter-spacing: .06em; }
.remote-qigong-lead { margin: 22px 0 18px !important; color: var(--green); font-size: 1.12rem; font-weight: 700; line-height: 1.9; }
.remote-qigong-tags { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 22px; }
.remote-qigong-tags span { display: inline-flex; align-items: center; padding: 7px 12px; color: var(--green); background: rgba(231,239,221,.9); border: 1px solid rgba(112,132,92,.22); border-radius: 999px; font-size: .86rem; font-weight: 700; }
.remote-qigong-actions { margin-top: 28px; }
.remote-qigong-panel { position: relative; padding: clamp(34px, 4vw, 52px) clamp(26px, 3vw, 40px); color: var(--green-deep); background: linear-gradient(160deg, rgba(255,255,255,.9), rgba(239,246,232,.82)); border: 1px solid rgba(112,132,92,.26); border-radius: 30px; box-shadow: 0 22px 60px rgba(28,42,34,.12); text-align: center; }
.remote-qigong-panel::before { content: ""; position: absolute; inset: 16px; border: 1px solid rgba(185,155,88,.28); border-radius: 22px; pointer-events: none; }
.remote-qigong-mark { width: 104px; height: 104px; margin: 0 auto 18px; display: grid; place-items: center; border-radius: 50%; color: var(--green); background: radial-gradient(circle, rgba(255,255,255,.72), rgba(230,239,218,.62)); border: 2px solid rgba(112,132,92,.28); box-shadow: inset 0 0 0 10px rgba(255,255,255,.38); }
.remote-qigong-mark span { font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: 3.4rem; line-height: 1; }
.remote-qigong-sub { margin-bottom: 10px !important; color: var(--green); font-weight: 700; letter-spacing: .14em; }
.remote-qigong-price { display: flex; justify-content: center; align-items: flex-end; gap: 10px; margin: 0 0 12px !important; font-family: system-ui, sans-serif; white-space: nowrap; }
.remote-qigong-price strong { font-size: clamp(2.4rem, 4.2vw, 3.35rem); line-height: .95; }
.remote-qigong-price span { padding-bottom: .28em; font-size: clamp(.95rem, 1.8vw, 1.08rem); font-weight: 700; }
.remote-qigong-extension { width: fit-content; margin: 0 auto 24px !important; padding: 7px 12px; color: var(--green); background: rgba(216,198,136,.22); font-size: .88rem; font-weight: 700; }
.remote-qigong-panel ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; text-align: left; }
.remote-qigong-panel li { position: relative; padding-left: 1.5em; color: #5d6356; font-weight: 700; }
.remote-qigong-panel li::before { content: "\25ce"; position: absolute; left: 0; color: var(--gold); }

.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; }
  .eye-strain-grid { grid-template-columns: 1fr; }
  .cause-flow, .profile-photo { position: static; }
  .steps { grid-template-columns: 1fr 1fr; }
  .hybrid { margin-left: 8%; }
  .treatment-photo-grid { grid-template-columns: repeat(2, 1fr); }
  .treatment-photo-wide { grid-column: span 2; grid-row: auto; }
  .treatment-photo-wide img { height: 300px; }
}

@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; }
  .eye-strain-card { padding: 42px 24px 30px; }
  .eye-strain-card::before { inset: 9px; }
  .eye-strain-label { left: 20px; padding: 6px 13px; font-size: .68rem; letter-spacing: .12em; }
  .eye-strain-heading { padding-left: 18px; }
  .eye-strain h2 { font-size: 1.62rem; }
  .eye-strain-kicker { font-size: .86rem; letter-spacing: .08em; }
  .eye-strain-visual { margin: 26px 0 0 -10px; padding: 13px 12px 12px; }
  .eye-visual-title { font-size: .82rem; letter-spacing: .08em; }
  .eye-visual-figure { width: min(220px, 86%); border-radius: 20px; }
  .eye-visual-flowitem { grid-template-columns: 36px 1fr; gap: 8px; padding: 11px 10px; }
  .eye-visual-flowchart i { width: 27px; height: 27px; font-size: .82rem; }
  .eye-visual-flowchart span { font-size: .78rem; }
  .eye-strain-message { padding: 16px 17px; font-size: .98rem; }
  .eye-strain-actions { display: grid; gap: 13px; }
  .eye-strain .button { min-width: 0; width: 100%; }
  .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; }
  .treatment-photo-grid { grid-template-columns: 1fr; gap: 12px; }
  .treatment-photo-wide { grid-column: auto; }
  .treatment-photo img, .treatment-photo-wide img { height: auto; aspect-ratio: 4 / 3; }
  .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-place-mark { width: min(330px, 100%); margin-left: auto; margin-right: auto; }
  .tokaido-mark-image { width: 100%; }
  .sp-only { display: inline; }
  .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; }
}



/* Remote qigong visual redesign preview */
.remote-qigong-showcase { grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr); align-items: stretch; }
.remote-qigong-showcase .remote-qigong-copy { display: flex; flex-direction: column; justify-content: center; }
.remote-flow { display: grid; gap: 10px; margin: 24px 0 0; }
.remote-flow-step { display: grid; grid-template-columns: 38px 1fr; gap: 12px; align-items: center; padding: 11px 13px; background: rgba(255,255,255,.84); border: 1px solid rgba(112,132,92,.22); border-radius: 15px; }
.remote-flow-step i { display: grid; place-items: center; width: 28px; height: 28px; color: white; background: var(--green); border-radius: 50%; font-style: normal; font-weight: 700; font-size: .82rem; }
.remote-flow-step span { color: #596052; font-size: .9rem; font-weight: 700; line-height: 1.65; }
.remote-visual-card { position: relative; display: grid; gap: 22px; padding: clamp(30px, 4vw, 50px); overflow: hidden; color: var(--green-deep); background: linear-gradient(150deg, rgba(255,255,255,.93), rgba(239,246,232,.84)); border: 1px solid rgba(112,132,92,.28); border-radius: 32px; box-shadow: 0 24px 62px rgba(28,42,34,.12); }
.remote-visual-card::before { content: ""; position: absolute; inset: 16px; border: 1px solid rgba(185,155,88,.24); border-radius: 24px; pointer-events: none; }
.remote-visual-title { position: relative; z-index: 1; margin: 0 !important; color: var(--green); text-align: center; font-weight: 700; letter-spacing: .08em; }
.remote-visual-scene { position: relative; z-index: 1; min-height: 315px; display: grid; grid-template-columns: 1fr 1.1fr 1fr; gap: 14px; align-items: center; }
.remote-place { min-height: 168px; display: grid; place-items: center; align-content: center; gap: 8px; padding: 20px 12px; background: rgba(255,255,255,.78); border: 1px solid rgba(112,132,92,.22); border-radius: 24px; text-align: center; box-shadow: inset 0 0 0 6px rgba(255,255,255,.28); }
.remote-place b { color: var(--green-deep); font-size: 1rem; letter-spacing: .08em; }
.remote-place small { color: #717966; font-weight: 700; }
.remote-icon { display: grid; place-items: center; width: 76px; height: 76px; border-radius: 50%; color: var(--green); border: 2px solid rgba(112,132,92,.42); font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: 2.8rem; line-height: 1; background: rgba(237,244,231,.9); }
.remote-person { position: relative; width: 76px; height: 76px; border-radius: 50% 50% 46% 46%; background: linear-gradient(180deg, rgba(112,132,92,.78), rgba(45,90,69,.88)); }
.remote-person::before { content: ""; position: absolute; left: 25px; top: -18px; width: 26px; height: 26px; border-radius: 50%; background: #8aa071; }
.remote-person::after { content: ""; position: absolute; left: -15px; right: -15px; bottom: -14px; height: 26px; border-radius: 50%; border: 2px solid rgba(185,155,88,.45); border-top: 0; }
.remote-wave { position: relative; height: 210px; display: grid; place-items: center; }
.remote-wave::before { content: ""; position: absolute; width: 92%; height: 2px; background: linear-gradient(90deg, transparent, rgba(112,132,92,.8), transparent); }
.remote-wave span { position: absolute; border: 2px solid rgba(112,132,92,.28); border-radius: 50%; animation: none; }
.remote-wave span:nth-child(1) { width: 74px; height: 74px; }
.remote-wave span:nth-child(2) { width: 128px; height: 128px; border-color: rgba(185,155,88,.28); }
.remote-wave span:nth-child(3) { width: 184px; height: 184px; }
.remote-visual-note { position: relative; z-index: 1; padding: 18px; background: rgba(255,255,255,.72); border-radius: 18px; text-align: center; }
.remote-visual-note .remote-qigong-price { margin-bottom: 8px !important; }
@media (max-width: 760px) {
  .remote-qigong-showcase { grid-template-columns: 1fr; }
  .remote-visual-card { padding: 28px 18px; border-radius: 24px; }
  .remote-visual-scene { min-height: auto; grid-template-columns: 1fr; gap: 14px; }
  .remote-wave { height: 92px; transform: rotate(90deg); }
  .remote-place { min-height: 126px; }
  .remote-flow-step { grid-template-columns: 34px 1fr; gap: 9px; padding: 10px; }
  .remote-flow-step span { font-size: .8rem; }
}


/* Qigong basic treatment poster */
.qigong-poster {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(260px, .62fr);
  gap: clamp(22px, 4vw, 42px);
  align-items: center;
  margin: 34px 0 46px;
  padding: clamp(22px, 4vw, 42px);
  background: linear-gradient(135deg, rgba(255,255,255,.9), rgba(238,241,232,.72));
  border: 1px solid rgba(180,157,85,.42);
  box-shadow: 0 18px 45px rgba(28,42,34,.08);
}
.qigong-poster-text h3 {
  margin: 8px 0 12px;
  color: var(--green);
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.45;
}
.qigong-poster-text p:last-child {
  margin: 0;
}
.qigong-poster-figure {
  margin: 0;
}
.qigong-poster-figure img {
  display: block;
  width: min(100%, 360px);
  margin-left: auto;
  border-radius: 20px;
  box-shadow: 0 18px 35px rgba(28,42,34,.16);
}
@media (max-width: 760px) {
  .qigong-poster {
    grid-template-columns: 1fr;
    margin: 26px 0 34px;
    padding: 22px;
  }
  .qigong-poster-figure img {
    width: min(100%, 340px);
    margin: 0 auto;
    border-radius: 16px;
  }
}


/* Qigong poster text line-break adjustment */
.qigong-poster-text {
  min-width: 0;
}
.qigong-poster-text h3 {
  max-width: 16em;
  text-wrap: balance;
  word-break: keep-all;
  overflow-wrap: normal;
}
.qigong-poster-text p {
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media (max-width: 760px) {
  .qigong-poster-text h3 {
    max-width: 100%;
    font-size: clamp(1.3rem, 6vw, 1.65rem);
    line-height: 1.55;
  }
}


/* Qigong poster image-only layout */
.qigong-poster-image-only {
  display: block;
  width: min(760px, 100%);
  margin: 34px auto 46px;
  padding: clamp(14px, 3vw, 24px);
  text-align: center;
}
.qigong-poster-image-only .qigong-poster-figure img {
  width: min(100%, 430px);
  margin: 0 auto;
}
@media (max-width: 760px) {
  .qigong-poster-image-only {
    margin: 26px auto 34px;
    padding: 14px;
  }
  .qigong-poster-image-only .qigong-poster-figure img {
    width: min(100%, 360px);
  }
}


/* Responsive qigong poster with original photo */
.qigong-poster-switch {
  margin: 36px auto 48px;
}
.qigong-poster-pc {
  position: relative;
  display: grid;
  grid-template-columns: .86fr 1.18fr;
  min-height: 430px;
  overflow: hidden;
  background: #f7f0df;
  border: 1px solid rgba(180,157,85,.42);
  box-shadow: 0 18px 45px rgba(28,42,34,.1);
}
.qigong-poster-pc::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(116,126,85,.35);
  pointer-events: none;
  z-index: 3;
}
.qigong-poster-pc::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 11% 20%, rgba(190,150,54,.18), transparent 25%),
    linear-gradient(90deg, rgba(250,246,234,.98) 0%, rgba(250,246,234,.9) 36%, rgba(250,246,234,.28) 56%, rgba(250,246,234,0) 100%);
  z-index: 1;
}
.qigong-poster-pc-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: clamp(34px, 5vw, 64px) clamp(28px, 4vw, 58px);
  color: var(--green-deep);
}
.qigong-poster-pc-copy::before {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  left: 18px;
  top: 20px;
  border: 16px solid rgba(187,144,50,.28);
  border-right-color: transparent;
  border-bottom-color: rgba(187,144,50,.16);
  border-radius: 50%;
  transform: rotate(-17deg);
  z-index: -1;
}
.poster-small {
  margin: 0 0 6px !important;
  color: #a0701f;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  font-weight: 700;
  letter-spacing: .18em;
}
.qigong-poster-pc-copy h3 {
  margin: 0 0 14px;
  color: #111;
  font-size: clamp(3rem, 6vw, 5.8rem);
  line-height: 1.05;
  letter-spacing: .08em;
  font-family: var(--serif);
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
.poster-side {
  width: fit-content;
  margin: 0 0 22px !important;
  padding-left: 14px;
  border-left: 3px solid rgba(156,40,35,.72);
  color: #6d3d33;
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  letter-spacing: .12em;
}
.poster-main {
  margin: 0 0 18px !important;
  color: #2a211b;
  font-size: clamp(1.25rem, 2.05vw, 1.85rem);
  line-height: 1.75;
  font-weight: 700;
  letter-spacing: .08em;
}
.poster-main::first-letter { color: #9b2f27; }
.poster-shop {
  width: fit-content;
  margin: 0 !important;
  padding-top: 12px;
  border-top: 2px solid rgba(180,157,85,.58);
  color: #111;
  font-size: clamp(1.25rem, 2.2vw, 2rem);
  font-weight: 700;
  letter-spacing: .12em;
}
.qigong-poster-pc-photo {
  position: relative;
  z-index: 0;
  margin: 0;
  min-height: 430px;
}
.qigong-poster-pc-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  object-position: 58% center;
  filter: contrast(1.04) saturate(1.05) brightness(1.03);
}
.qigong-poster-sp {
  display: none;
  margin: 0;
}
.qigong-poster-sp img {
  display: block;
  width: min(100%, 360px);
  margin: 0 auto;
  border-radius: 16px;
  box-shadow: 0 18px 35px rgba(28,42,34,.16);
}
@media (max-width: 760px) {
  .qigong-poster-switch {
    margin: 26px auto 34px;
    padding: 14px;
    background: linear-gradient(135deg, rgba(255,255,255,.9), rgba(238,241,232,.72));
    border: 1px solid rgba(180,157,85,.42);
    box-shadow: 0 18px 45px rgba(28,42,34,.08);
  }
  .qigong-poster-pc { display: none; }
  .qigong-poster-sp { display: block; }
}


/* Qigong poster PC brand refinement */
.qigong-poster-pc-copy {
  padding-left: clamp(34px, 5vw, 72px);
}
.poster-small {
  margin-bottom: 12px !important;
  color: var(--green-deep);
  font-size: clamp(1.55rem, 2.7vw, 2.55rem);
  line-height: 1.25;
  letter-spacing: .16em;
  text-shadow: 0 1px 0 rgba(255,255,255,.7);
}
.qigong-poster-pc-copy h3 {
  margin-bottom: 18px;
  font-size: clamp(3.2rem, 5.2vw, 5.25rem);
  letter-spacing: .1em;
}
.poster-side {
  margin-bottom: 18px !important;
  color: #7a3d35;
  font-size: clamp(1.02rem, 1.35vw, 1.18rem);
}
.poster-main {
  font-size: clamp(1.18rem, 1.82vw, 1.65rem);
  line-height: 1.72;
}
.poster-shop {
  margin-top: 4px !important;
  color: var(--green-deep);
  font-size: clamp(1.02rem, 1.45vw, 1.25rem);
  letter-spacing: .18em;
}


/* Qigong poster price fusion */
.qigong-poster-pc-copy h3 {
  font-size: clamp(2.65rem, 4.9vw, 4.8rem);
  letter-spacing: .08em;
  white-space: nowrap;
}
.poster-price-box {
  display: inline-grid;
  grid-template-columns: auto auto;
  gap: 10px 16px;
  align-items: baseline;
  margin: 2px 0 16px;
  padding: 12px 18px;
  color: var(--green-deep);
  background: rgba(255,255,255,.74);
  border: 1px solid rgba(180,157,85,.45);
  box-shadow: 0 10px 24px rgba(28,42,34,.08);
}
.poster-price-box span {
  font-size: .86rem;
  font-weight: 700;
  letter-spacing: .08em;
}
.poster-price-box strong {
  color: #9b2f27;
  font-family: system-ui, sans-serif;
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
  line-height: 1;
}
.poster-shop {
  margin-top: 0 !important;
  border-top: 0;
  padding-top: 0;
}
@media (max-width: 1080px) {
  .qigong-poster-pc-copy h3 { white-space: normal; }
}


/* Basic treatment fused menu card */
.menu-card-basic-fusion {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(420px, 1.28fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: stretch;
  padding: clamp(26px, 4vw, 44px);
  overflow: hidden;
}
.basic-fusion-copy {
  align-self: center;
}
.basic-fusion-copy .menu-price {
  margin-bottom: 18px !important;
}
.basic-fusion-photo {
  position: relative;
  min-height: 360px;
  margin: 0;
  overflow: hidden;
  background: #f7f0df;
  border: 1px solid rgba(180,157,85,.4);
  box-shadow: 0 16px 38px rgba(28,42,34,.1);
}
.basic-fusion-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(248,245,236,.76) 0%, rgba(248,245,236,.28) 42%, rgba(248,245,236,0) 72%),
    radial-gradient(circle at 14% 22%, rgba(190,150,54,.18), transparent 26%);
  pointer-events: none;
}
.basic-fusion-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  object-position: 58% center;
  filter: contrast(1.03) saturate(1.04) brightness(1.03);
}
.basic-fusion-photo-sp {
  display: none !important;
}
.basic-fusion-photo figcaption {
  position: absolute;
  z-index: 2;
  left: clamp(18px, 3vw, 32px);
  bottom: clamp(18px, 3vw, 30px);
  max-width: 17em;
  margin: 0;
  padding: 12px 16px;
  color: var(--green-deep);
  background: rgba(255,255,255,.76);
  border-left: 4px solid rgba(156,40,35,.72);
  font-size: clamp(1rem, 1.45vw, 1.25rem);
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.65;
}
@media (max-width: 900px) {
  .menu-card-basic-fusion {
    grid-template-columns: 1fr;
  }
  .basic-fusion-photo {
    min-height: 0;
    padding: 14px;
    text-align: center;
  }
  .basic-fusion-photo::before,
  .basic-fusion-photo figcaption,
  .basic-fusion-photo-pc {
    display: none !important;
  }
  .basic-fusion-photo-sp {
    display: block !important;
    width: min(100%, 360px) !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 auto;
    border-radius: 16px;
    box-shadow: 0 18px 35px rgba(28,42,34,.16);
  }
}


/* Basic fusion poster design overlay */
.basic-fusion-photo::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: clamp(16px, 2.4vw, 30px);
  top: clamp(16px, 2.4vw, 30px);
  width: clamp(150px, 18vw, 260px);
  height: clamp(150px, 18vw, 260px);
  border: clamp(10px, 1.2vw, 16px) solid rgba(187,144,50,.3);
  border-right-color: transparent;
  border-bottom-color: rgba(187,144,50,.16);
  border-radius: 50%;
  transform: rotate(-18deg);
  pointer-events: none;
}
.basic-fusion-photo .basic-fusion-poster-copy {
  position: absolute;
  z-index: 3;
  left: clamp(22px, 3vw, 42px);
  bottom: clamp(20px, 3vw, 38px);
  width: min(58%, 440px);
  max-width: 440px;
  margin: 0;
  padding: clamp(18px, 2.6vw, 30px);
  color: #1d2720;
  background: linear-gradient(135deg, rgba(255,252,244,.9), rgba(255,252,244,.72));
  border: 1px solid rgba(180,157,85,.5);
  border-left: 5px solid rgba(156,40,35,.72);
  box-shadow: 0 18px 34px rgba(28,42,34,.16);
  backdrop-filter: blur(1.5px);
}
.basic-fusion-poster-copy span,
.basic-fusion-poster-copy b,
.basic-fusion-poster-copy em {
  display: block;
}
.basic-fusion-poster-copy span {
  margin-bottom: 6px;
  color: var(--green);
  font-size: clamp(.82rem, 1.1vw, .96rem);
  font-weight: 700;
  letter-spacing: .18em;
}
.basic-fusion-poster-copy strong {
  display: block;
  margin-bottom: 10px;
  color: #111;
  font-family: var(--serif);
  font-size: clamp(1.65rem, 3.35vw, 3.2rem);
  line-height: 1.15;
  letter-spacing: .08em;
}
.basic-fusion-poster-copy b {
  margin-bottom: 12px;
  color: #6d3d33;
  font-size: clamp(.9rem, 1.2vw, 1.05rem);
  letter-spacing: .1em;
}
.basic-fusion-poster-copy em {
  color: #2a211b;
  font-style: normal;
  font-size: clamp(1rem, 1.45vw, 1.28rem);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: .06em;
}
.basic-fusion-poster-copy em::first-letter {
  color: #9b2f27;
}
@media (max-width: 900px) {
  .basic-fusion-photo::after,
  .basic-fusion-photo .basic-fusion-poster-copy {
    display: none !important;
  }
}


/* Basic fusion poster photo-forward layout */
.basic-fusion-photo {
  min-height: 430px;
}
.basic-fusion-photo::before {
  background:
    linear-gradient(90deg, rgba(248,245,236,.88) 0%, rgba(248,245,236,.5) 16%, rgba(248,245,236,.08) 33%, rgba(248,245,236,0) 58%),
    linear-gradient(0deg, rgba(248,245,236,.94) 0%, rgba(248,245,236,.82) 22%, rgba(248,245,236,0) 50%);
}
.basic-fusion-photo::after {
  left: 16px;
  top: 18px;
  width: clamp(150px, 15vw, 220px);
  height: clamp(150px, 15vw, 220px);
  opacity: .9;
}
.basic-fusion-photo img {
  min-height: 430px;
  object-position: center center;
  filter: contrast(1.06) saturate(1.08) brightness(1.08);
}
.basic-fusion-photo .basic-fusion-poster-copy {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  pointer-events: none;
}
.poster-vertical-title {
  position: absolute;
  left: clamp(20px, 2.6vw, 34px);
  top: clamp(22px, 3vw, 40px);
  display: grid;
  gap: 8px;
  color: #111;
  text-shadow: 0 1px 0 rgba(255,255,255,.65);
}
.poster-vertical-title span {
  display: block;
  color: #a0701f;
  font-size: clamp(1.15rem, 1.8vw, 1.7rem);
  font-weight: 800;
  letter-spacing: .16em;
}
.poster-vertical-title strong {
  display: block;
  color: #111;
  font-family: var(--serif);
  font-size: clamp(2.1rem, 4.1vw, 4rem);
  line-height: 1.05;
  letter-spacing: .08em;
  writing-mode: vertical-rl;
  max-height: 320px;
}
.poster-vertical-title b {
  display: block;
  width: 1.2em;
  color: #4f332e;
  font-size: clamp(.88rem, 1.1vw, 1.02rem);
  line-height: 1.7;
  font-weight: 700;
  writing-mode: vertical-rl;
  letter-spacing: .12em;
}
.poster-bottom-band {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  padding: clamp(18px, 2.4vw, 30px) clamp(26px, 3.5vw, 46px);
  background: linear-gradient(180deg, rgba(255,252,244,.74), rgba(255,252,244,.96));
  border-top: 1px solid rgba(180,157,85,.35);
}
.poster-bottom-band p {
  margin: 0 !important;
  color: #2a211b;
  font-family: var(--serif);
  font-size: clamp(1.15rem, 2.05vw, 1.9rem);
  line-height: 1.55;
  font-weight: 700;
  letter-spacing: .08em;
  text-align: center;
}
.poster-bottom-band em {
  color: #a9342c;
  font-style: normal;
  font-size: 1.12em;
}
.poster-price-seal {
  display: grid;
  place-items: center;
  width: clamp(112px, 10vw, 150px);
  aspect-ratio: 1;
  color: white;
  background: radial-gradient(circle, #4b7e3e 0%, #326a37 70%);
  border: 8px solid rgba(255,255,255,.55);
  border-radius: 50%;
  box-shadow: 0 12px 24px rgba(28,42,34,.22);
  text-align: center;
}
.poster-price-seal span {
  color: rgba(255,255,255,.88);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .12em;
}
.poster-price-seal strong {
  display: block;
  color: white;
  font-family: system-ui, sans-serif;
  font-size: clamp(1.25rem, 1.8vw, 1.75rem);
  line-height: 1.1;
}
@media (max-width: 900px) {
  .basic-fusion-photo::after,
  .basic-fusion-photo .basic-fusion-poster-copy {
    display: none !important;
  }
}


/* Basic qigong poster recreated with HTML text */
.basic-poster-card {
  grid-column: 1 / -1;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(180,157,85,.46);
  border-top: 5px solid var(--green);
  background: #f7f0df;
  box-shadow: 0 18px 45px rgba(28,42,34,.1);
}
.basic-poster-visual {
  position: relative;
  aspect-ratio: 16 / 9;
  min-height: 520px;
  overflow: hidden;
  color: #111;
}
.basic-poster-bg,
.basic-poster-bg-mobile {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.basic-poster-bg-mobile { display: none; }
.basic-poster-copy {
  position: absolute;
  z-index: 2;
  left: 4.8%;
  top: 11.5%;
  width: 45%;
  max-width: 660px;
}
.basic-poster-copy h3 {
  margin: 0 0 1.8%;
  color: #090909;
  font-family: var(--serif);
  font-size: clamp(2.65rem, 4.65vw, 4.85rem);
  line-height: 1.08;
  letter-spacing: .08em;
  text-shadow: 0 1px 0 rgba(255,255,255,.52);
  white-space: nowrap;
}
.basic-poster-copy h3 span {
  color: #b1851e;
}
.basic-poster-sub {
  margin: 0 0 4.2% !important;
  color: #111;
  font-size: clamp(1.25rem, 1.9vw, 2rem);
  line-height: 1.35;
  letter-spacing: .16em;
}
.basic-poster-sub em,
.basic-poster-message em {
  color: #a9342c;
  font-style: normal;
}
.basic-poster-label {
  display: inline-block;
  margin: 0 0 3.6% !important;
  padding: .42em 1.15em;
  color: #2b2118;
  background: rgba(221,184,102,.34);
  border-radius: 4px;
  font-size: clamp(1rem, 1.45vw, 1.38rem);
  font-weight: 700;
  letter-spacing: .18em;
}
.basic-poster-message {
  margin: 0 !important;
  color: #151515;
  font-size: clamp(1.25rem, 1.82vw, 1.95rem);
  line-height: 1.55;
  letter-spacing: .12em;
  font-weight: 700;
}
.basic-poster-price {
  position: absolute;
  z-index: 2;
  left: 6.3%;
  bottom: 6.6%;
  width: 31.5%;
  min-width: 0;
  padding: clamp(14px, 1.6vw, 22px) clamp(20px, 2.25vw, 32px);
  border: 1px solid rgba(68,63,44,.72);
  border-radius: 8px;
  background: rgba(255,248,231,.53);
}
.basic-poster-price p {
  display: inline-block;
  margin: 0 0 .38em !important;
  padding: .32em 1.15em;
  color: white;
  background: #536d34;
  border-radius: 4px;
  font-size: clamp(.95rem, 1.22vw, 1.18rem);
  letter-spacing: .2em;
}
.basic-poster-price strong {
  display: block;
  color: #050505;
  font-family: system-ui, sans-serif;
  font-size: clamp(2.8rem, 4.65vw, 5rem);
  line-height: .98;
  letter-spacing: .02em;
}
.basic-poster-price strong span {
  margin-left: .08em;
  font-size: .34em;
  font-weight: 700;
}
.basic-poster-price small {
  display: block;
  margin-top: .55em;
  color: #201814;
  font-size: clamp(.82rem, 1.08vw, 1.05rem);
  line-height: 1.75;
  letter-spacing: .08em;
  font-weight: 700;
}
.basic-poster-seal {
  position: absolute;
  z-index: 2;
  right: 6.5%;
  bottom: 8.1%;
  display: grid;
  place-items: center;
  width: clamp(148px, 15.4vw, 218px);
  aspect-ratio: 1;
  color: white;
  text-align: center;
  border-radius: 50%;
  font-family: var(--serif);
  font-size: clamp(.98rem, 1.62vw, 1.5rem);
  line-height: 1.65;
  letter-spacing: .08em;
  background:
    radial-gradient(circle at 42% 36%, rgba(104,139,70,.98) 0%, rgba(53,91,44,.98) 72%);
  border: clamp(8px, 1vw, 13px) solid rgba(222,207,153,.86);
  box-shadow: 0 14px 28px rgba(29,50,34,.2);
  text-shadow: 0 1px 3px rgba(18,44,24,.42);
}
.basic-poster-seal::after {
  content: none;
}
.basic-poster-seo-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.basic-poster-seo-text p {
  margin: 0 !important;
  color: #4f5749;
  font-size: .95rem;
  line-height: 1.9;
}
@media (max-width: 980px) {
  .basic-poster-card {
    border-top-width: 4px;
  }
  .basic-poster-visual {
    min-height: 0;
    aspect-ratio: 3 / 4;
    color: #111;
  }
  .basic-poster-bg {
    display: none;
  }
  .basic-poster-bg-mobile {
    display: block;
  }
  .basic-poster-copy {
    display: block;
    left: 4.2%;
    top: 8.2%;
    width: 91.6%;
    max-width: none;
    text-align: center;
  }
  .basic-poster-copy h3 {
    margin: 0 0 2.8% !important;
    font-size: clamp(2.15rem, 10.6vw, 4.75rem);
    line-height: 1.04;
    letter-spacing: .06em;
  }
  .basic-poster-sub {
    margin: 0 0 18% !important;
    font-size: clamp(1.12rem, 5.2vw, 2.3rem);
    line-height: 1.35;
    letter-spacing: .14em;
  }
  .basic-poster-label {
    display: block;
    width: fit-content;
    margin: -4.2% 0 2.8% !important;
    padding: .38em .82em;
    font-size: clamp(.78rem, 3.25vw, 1.42rem);
    letter-spacing: .05em;
    text-align: left;
  }
  .basic-poster-message {
    width: 49%;
    margin: 0 !important;
    text-align: left;
    font-size: clamp(.76rem, 3.28vw, 1.45rem);
    line-height: 1.52;
    letter-spacing: .045em;
  }
  .basic-poster-price {
    display: block;
    left: 5.1%;
    bottom: 1.8%;
    width: 46.5%;
    padding: clamp(8px, 2vw, 18px) clamp(11px, 2.75vw, 24px);
    border-radius: 10px;
    background: rgba(255,248,231,.54);
  }
  .basic-poster-price p {
    margin-bottom: .45em !important;
    padding: .34em 1em;
    font-size: clamp(.85rem, 3.4vw, 1.5rem);
  }
  .basic-poster-price strong {
    font-size: clamp(2.15rem, 10.5vw, 4.65rem);
    white-space: nowrap;
  }
  .basic-poster-price small {
    margin-top: .5em;
    font-size: clamp(.7rem, 2.9vw, 1.2rem);
    line-height: 1.75;
    letter-spacing: .06em;
  }
  .basic-poster-seal {
    display: grid;
    right: 4.1%;
    bottom: 5.2%;
    width: clamp(128px, 31vw, 250px);
    font-size: clamp(.9rem, 4.1vw, 1.85rem);
    line-height: 1.65;
  }
}

/* Press qigong poster recreated with HTML text */
.press-poster-card {
  grid-column: 1 / -1;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(180,157,85,.46);
  border-top: 5px solid var(--gold);
  background: #f7f0df;
  box-shadow: 0 18px 45px rgba(28,42,34,.1);
}
.press-poster-visual {
  position: relative;
  aspect-ratio: 16 / 9;
  min-height: 520px;
  overflow: hidden;
  color: #111;
}
.press-poster-bg,
.press-poster-bg-mobile {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.press-poster-bg-mobile { display: none; }
.press-poster-copy {
  position: absolute;
  z-index: 2;
  left: 6.8%;
  top: 7.6%;
  width: 38%;
  text-align: center;
}
.press-poster-copy h3 {
  margin: 0;
  color: #050505;
  font-family: var(--serif);
  font-size: clamp(2.45rem, 4.35vw, 4.55rem);
  line-height: 1.12;
  letter-spacing: .09em;
  text-shadow: 0 1px 0 rgba(255,255,255,.55);
}
.press-poster-copy h3 span {
  color: #b1851e;
  font-size: .58em;
}
.press-poster-note {
  margin: .18em 0 .35em !important;
  color: #111;
  font-size: clamp(1.08rem, 1.75vw, 1.7rem);
  font-weight: 700;
  letter-spacing: .12em;
}
.press-poster-sub {
  margin: 0 0 1em !important;
  color: #111;
  font-size: clamp(1.2rem, 1.9vw, 1.95rem);
  line-height: 1.35;
  letter-spacing: .16em;
}
.press-poster-sub em {
  color: #a9342c;
  font-style: normal;
}
.press-poster-message {
  margin: 0 !important;
  text-align: left;
  color: #201814;
  font-size: clamp(.88rem, 1.18vw, 1.12rem);
  line-height: 1.68;
  letter-spacing: .12em;
  font-weight: 700;
}
.press-poster-price {
  position: absolute;
  z-index: 2;
  left: 5.4%;
  bottom: 3.8%;
  width: 34.6%;
  min-width: 0;
  padding: clamp(11px, 1.3vw, 18px) clamp(18px, 2vw, 28px);
  border: 1px solid rgba(68,63,44,.72);
  border-radius: 8px;
  background: rgba(255,248,231,.55);
}
.press-poster-price p {
  display: inline-block;
  margin: 0 0 .42em !important;
  padding: .32em 1.15em;
  color: white;
  background: #536d34;
  border-radius: 4px;
  font-size: clamp(.95rem, 1.22vw, 1.18rem);
  letter-spacing: .2em;
}
.press-poster-price strong {
  display: block;
  color: #050505;
  font-family: system-ui, sans-serif;
  font-size: clamp(2.65rem, 4.35vw, 4.85rem);
  line-height: .98;
  letter-spacing: .02em;
}
.press-poster-price strong span {
  margin-left: .12em;
  font-size: .34em;
  font-weight: 700;
}
.press-poster-price small {
  display: block;
  margin-top: .45em;
  padding: .35em .7em;
  color: #201814;
  background: rgba(218,196,155,.45);
  border-radius: 4px;
  font-size: clamp(.82rem, 1.05vw, 1rem);
  line-height: 1.5;
  letter-spacing: .08em;
  font-weight: 700;
  text-align: center;
}
.press-poster-seal {
  position: absolute;
  z-index: 2;
  right: 6.5%;
  bottom: 8.1%;
  display: grid;
  place-items: center;
  width: clamp(148px, 15.4vw, 218px);
  aspect-ratio: 1;
  color: white;
  text-align: center;
  border-radius: 50%;
  font-family: var(--serif);
  font-size: clamp(.98rem, 1.62vw, 1.5rem);
  line-height: 1.65;
  letter-spacing: .08em;
  background:
    radial-gradient(circle at 42% 36%, rgba(104,139,70,.98) 0%, rgba(53,91,44,.98) 72%);
  border: clamp(8px, 1vw, 13px) solid rgba(222,207,153,.86);
  box-shadow: 0 14px 28px rgba(29,50,34,.2);
  text-shadow: 0 1px 3px rgba(18,44,24,.42);
}
.press-poster-seo-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.press-poster-seo-text p {
  margin: 0 !important;
  color: #4f5749;
  font-size: .95rem;
  line-height: 1.9;
}
@media (max-width: 980px) {
  .press-poster-card {
    border-top-width: 4px;
  }
  .press-poster-visual {
    min-height: 0;
    aspect-ratio: 3 / 4;
    color: #111;
  }
  .press-poster-bg {
    display: none;
  }
  .press-poster-bg-mobile {
    display: block;
  }
  .press-poster-copy {
    display: block;
    left: 4.3%;
    top: 7.6%;
    width: 91.4%;
    max-width: none;
    text-align: center;
  }
  .press-poster-copy h3 {
    margin: 0 0 1.4% !important;
    font-size: clamp(2.1rem, 10.2vw, 4.6rem);
    line-height: 1.02;
    letter-spacing: .06em;
  }
  .press-poster-copy h3 span {
    font-size: .66em;
  }
  .press-poster-note {
    margin: 0 0 3.1% !important;
    font-size: clamp(1rem, 4.5vw, 2rem);
    line-height: 1.25;
  }
  .press-poster-sub {
    margin: 0 0 7.2% !important;
    font-size: clamp(1.02rem, 4.65vw, 2.05rem);
    line-height: 1.35;
    letter-spacing: .12em;
  }
  .press-poster-message {
    width: 47%;
    margin: 0 !important;
    text-align: left;
    font-size: clamp(.58rem, 2.55vw, 1.12rem);
    line-height: 1.38;
    letter-spacing: .025em;
  }
  .press-poster-price {
    display: block;
    left: 5.2%;
    top: 72.2%;
    bottom: auto;
    width: 47.8%;
    padding: clamp(6px, 1.6vw, 14px) clamp(9px, 2.25vw, 20px);
    border-radius: 10px;
    background: rgba(255,248,231,.54);
  }
  .press-poster-price p {
    margin-bottom: .32em !important;
    padding: .28em .9em;
    font-size: clamp(.78rem, 3.05vw, 1.34rem);
  }
  .press-poster-price strong {
    font-size: clamp(1.7rem, 8.3vw, 3.7rem);
    white-space: nowrap;
  }
  .press-poster-price strong span {
    font-size: .34em;
  }
  .press-poster-price small {
    margin-top: .38em;
    font-size: clamp(.58rem, 2.45vw, 1.02rem);
    line-height: 1.35;
    letter-spacing: .02em;
    white-space: nowrap;
  }
  .press-poster-seal {
    display: grid;
    right: 5.0%;
    bottom: 5.3%;
    width: clamp(126px, 30.5vw, 246px);
    font-size: clamp(.88rem, 3.95vw, 1.78rem);
    line-height: 1.65;
  }
}
