
:root {
  --cream: #f3eee4;
  --cream-light: #f8f4ec;
  --ink: #35322e;
  --muted: #726b62;
  --line: #d8cbb7;
  --wood: #947548;
  --wood-dark: #765c38;
  --white: #fffdf9;
  --radius: 12px;
  --content: 1160px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  -webkit-font-smoothing: antialiased;
}
img { display:block; width:100%; }
a { color: inherit; }
.site-header {
  position: fixed; inset: 0 0 auto; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 5vw;
  background: rgba(243, 238, 228, .82);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(53,50,46,.05);
}
.brand { text-decoration: none; line-height:1.25; }
.brand strong { display:block; font-weight:500; font-size:clamp(18px,2vw,27px); letter-spacing:.08em; }
.brand span { display:block; margin-top:4px; color:#8e7854; font-size:9px; letter-spacing:.18em; }
.desktop-nav { display:flex; align-items:center; gap:22px; font-size:13px; }
.desktop-nav a { text-decoration:none; }
.header-cta { background:var(--wood); color:white; padding:11px 17px; border-radius:var(--radius); }
.hero {
  min-height: 100svh;
  position:relative; display:flex; align-items:center; overflow:hidden;
}
.hero-bg {
  position:absolute; inset:0; width:100%; height:100%; object-fit:cover;
  object-position:center;
  transform:scale(1.008);
  animation:heroBreath 3.2s cubic-bezier(.2,.7,.2,1) forwards;
}
.hero-overlay {
  position:absolute; inset:0;
  background:linear-gradient(90deg,
    rgba(243,238,228,.96) 0%,
    rgba(243,238,228,.81) 34%,
    rgba(243,238,228,.26) 62%,
    rgba(243,238,228,.05) 100%);
}
.hero-content {
  position:relative; z-index:2; width:min(650px,88vw);
  margin-left:6vw; padding-top:78px;
}
.hero-kicker { font-size:clamp(23px,3vw,42px); margin-bottom:10px; }
.hero h1 {
  margin:0; font-size:clamp(44px,6vw,80px);
  font-weight:400; line-height:1.48; letter-spacing:.05em;
}
.hero p {
  max-width:570px; margin:24px 0 0;
  font-size:clamp(15px,1.7vw,20px); line-height:2;
}
.hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:27px; }
.button {
  display:inline-flex; justify-content:center; align-items:center;
  min-width:190px; min-height:50px; padding:12px 22px;
  border:1px solid #b89e72; border-radius:var(--radius);
  text-decoration:none; background:rgba(248,244,236,.88);
  transition:background .35s ease, transform .35s ease, color .35s ease;
}
.button.primary { background:var(--wood); color:white; border-color:var(--wood); }
.button:hover { transform:translateY(-1px); background:var(--white); }
.button.primary:hover { background:var(--wood-dark); color:white; }
.scroll-label {
  position:absolute; z-index:3; bottom:17px; left:50%;
  transform:translateX(-50%); font-size:10px; letter-spacing:.22em; color:#806c4b;
}
.section { padding:105px 7vw; }
.section.alt { background:var(--cream-light); }
.inner { width:min(var(--content),100%); margin:auto; }
.eyebrow { margin-bottom:14px; color:#947c58; font-size:11px; letter-spacing:.22em; }
h2 { margin:0 0 28px; font-size:clamp(31px,4.6vw,59px); font-weight:400; line-height:1.55; }
h3 { font-weight:400; }
.lead-copy { max-width:820px; color:#4b4741; font-size:17px; line-height:2.05; }
.two-column { display:grid; grid-template-columns:1.02fr .98fr; gap:64px; align-items:center; }
.image-card { position:relative; overflow:hidden; border-radius:22px; box-shadow:0 24px 60px rgba(67,53,34,.10); background:#ddd0bd; }
.image-card img { aspect-ratio:4/3; object-fit:cover; }
.image-note {
  position:absolute; left:16px; bottom:16px;
  padding:8px 11px; border-radius:var(--radius);
  background:rgba(248,244,236,.88); backdrop-filter:blur(6px);
  font-size:11px;
}
.cards { display:grid; grid-template-columns:repeat(4,1fr); gap:17px; }
.card {
  min-height:255px; padding:28px 22px;
  border:1px solid rgba(148,117,72,.15); border-radius:18px;
  background:#f6f0e6;
}
.card .number { color:#947548; font-size:11px; letter-spacing:.15em; }
.card h3 { margin:17px 0 10px; font-size:22px; line-height:1.6; }
.card p { margin:0; color:var(--muted); font-size:14px; line-height:1.9; }
.flow { display:grid; grid-template-columns:repeat(5,1fr); gap:13px; }
.step { padding:22px 16px; border-top:1px solid var(--line); }
.step b { display:block; margin-bottom:10px; color:#947548; }
.step span { font-size:16px; line-height:1.75; }
.symptom-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.symptom-grid a {
  padding:19px; border:1px solid rgba(148,117,72,.14);
  border-radius:var(--radius); background:#f7f1e7; text-decoration:none;
}
details { padding:21px 0; border-top:1px solid var(--line); }
details:last-child { border-bottom:1px solid var(--line); }
summary { cursor:pointer; font-size:17px; }
details p { color:var(--muted); line-height:1.9; }
.price-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.price-card { padding:28px; border-radius:18px; background:#f7f1e7; border:1px solid rgba(148,117,72,.14); }
.price-card strong { display:block; margin-top:15px; font-size:30px; font-weight:400; }
.access { display:grid; grid-template-columns:.9fr 1.1fr; gap:40px; }
.map {
  min-height:330px; display:grid; place-items:center; border-radius:18px;
  color:#806c4b;
  background:
  linear-gradient(rgba(148,117,72,.08) 1px, transparent 1px),
  linear-gradient(90deg,rgba(148,117,72,.08) 1px, transparent 1px),
  #eee5d7;
  background-size:28px 28px;
}
.final-cta { padding:112px 7vw; text-align:center; background:#8d7248; color:white; }
.final-cta h2 { margin-bottom:16px; }
.final-cta p { line-height:2; }
.final-cta .button { margin-top:18px; background:white; color:#6d5635; border-color:white; }
footer { padding:31px 7vw; background:#2e2b27; color:#ddd4c8; font-size:12px; }
.placeholder {
  min-height:390px; display:grid; place-items:center; text-align:center;
  border:1px dashed #bda98a; border-radius:22px;
  color:#88765a; background:#eee5d7; line-height:2;
}
.reveal { opacity:0; transform:translateY(10px); transition:opacity 1.05s ease, transform 1.05s ease; }
.reveal.visible { opacity:1; transform:none; }
@keyframes heroBreath { from{transform:scale(1.008)} to{transform:scale(1)} }
@media (max-width: 900px) {
  .desktop-nav a:not(.header-cta) { display:none; }
  .site-header { padding:13px 18px; }
  .brand span { display:none; }
  .hero-content { margin-left:7vw; }
  .hero-overlay { background:linear-gradient(90deg,rgba(243,238,228,.97),rgba(243,238,228,.80) 63%,rgba(243,238,228,.18)); }
  .two-column,.access { grid-template-columns:1fr; gap:34px; }
  .cards { grid-template-columns:1fr 1fr; }
  .flow { grid-template-columns:1fr; }
  .symptom-grid,.price-grid { grid-template-columns:1fr 1fr; }
  .section { padding:78px 7vw; }
}
@media (max-width: 560px) {
  .cards,.symptom-grid,.price-grid { grid-template-columns:1fr; }
  .hero h1 { font-size:clamp(43px,11.5vw,61px); }
  .button { flex:1; min-width:0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  .hero-bg { animation:none; }
  .reveal { opacity:1; transform:none; transition:none; }
}

.access-visual{display:grid;gap:16px}
.access-visual img{width:100%;aspect-ratio:4/3;object-fit:cover;object-position:center 44%;border-radius:18px;box-shadow:0 18px 42px rgba(67,53,34,.08)}
.hero-kicker{font-size:clamp(20px,2.5vw,34px)}
.hero h1{font-size:clamp(40px,5.2vw,68px);line-height:1.52}
.hero p{font-size:clamp(14px,1.4vw,18px)}
h2{font-size:clamp(28px,3.8vw,50px);line-height:1.6}
.lead-copy{font-size:16px;line-height:2}
.card h3{font-size:20px}
.card p{font-size:13.5px}
.button{min-height:46px;padding:11px 20px}

@media(max-width:900px){
.site-header{padding:12px 16px}
.brand strong{font-size:19px}
.header-cta{padding:10px 14px;font-size:12px}
.hero{min-height:88svh;align-items:flex-end}
.hero-bg{object-position:center 42%}
.hero-overlay{background:linear-gradient(180deg,rgba(243,238,228,.18) 0%,rgba(243,238,228,.36) 43%,rgba(243,238,228,.92) 74%,rgba(243,238,228,.98) 100%)}
.hero-content{width:auto;margin:0;padding:0 7vw 78px}
.hero-kicker{font-size:20px;margin-bottom:8px}
.hero h1{font-size:40px;line-height:1.48;letter-spacing:.04em}
.hero p{max-width:34em;margin-top:18px;font-size:14px;line-height:1.9}
.hero-actions{margin-top:20px}
.button{min-height:44px;font-size:14px}
.section{padding:66px 7vw}
h2{font-size:32px;line-height:1.58;margin-bottom:22px}
.lead-copy{font-size:15px;line-height:1.95}
.two-column{gap:28px}
.image-card img{aspect-ratio:4/3}
.cards{gap:14px}
.card{min-height:auto;padding:23px 20px}
.card h3{font-size:18px}
.flow{gap:0}
.step{padding:18px 0}
.symptom-grid a{padding:16px;font-size:15px}
.price-card{padding:22px}
.price-card strong{font-size:26px}
}

@media(max-width:560px){
body{overflow-x:hidden}
.site-header{padding:11px 13px}
.brand strong{font-size:17px;letter-spacing:.05em}
.header-cta{padding:9px 12px;border-radius:10px;font-size:11px}
.hero{min-height:84svh}
.hero-bg{object-position:56% 38%}
.hero-content{padding:0 6vw 66px}
.hero-kicker{font-size:17px;margin-bottom:4px}
.hero h1{font-size:34px;line-height:1.48;letter-spacing:.025em}
.hero p{margin-top:14px;font-size:13.5px;line-height:1.85}
.hero-actions{gap:9px;margin-top:17px}
.button{flex:1 1 0;min-width:0;min-height:42px;padding:10px 12px;border-radius:12px;font-size:13px}
.scroll-label{display:none}
.section{padding:56px 6vw}
.eyebrow{font-size:9.5px;letter-spacing:.18em;margin-bottom:10px}
h2{font-size:27px;line-height:1.6;letter-spacing:.015em;margin-bottom:18px}
.lead-copy{font-size:14px;line-height:1.95}
.two-column{gap:24px}
.image-card{border-radius:16px;box-shadow:0 15px 36px rgba(67,53,34,.08)}
.image-note{left:12px;bottom:12px;font-size:10px;padding:7px 9px}
.cards{grid-template-columns:1fr;gap:11px}
.card{border-radius:14px;padding:20px 18px}
.card .number{font-size:10px}
.card h3{margin:11px 0 7px;font-size:17px;line-height:1.55}
.card p{font-size:13px;line-height:1.8}
.step{padding:15px 0}
.step b{font-size:12px;margin-bottom:6px}
.step span{font-size:14px;line-height:1.7}
.symptom-grid{grid-template-columns:1fr;gap:9px}
.symptom-grid a{padding:14px 15px;border-radius:11px;font-size:14px}
details{padding:17px 0}
summary{font-size:15px;line-height:1.6}
details p{font-size:13.5px}
.price-grid{grid-template-columns:1fr;gap:10px}
.price-card{padding:18px;border-radius:14px}
.price-card strong{margin-top:8px;font-size:24px}
.access{gap:24px}
.access-visual img{border-radius:14px}
.map{min-height:230px;border-radius:14px}
.final-cta{padding:78px 6vw}
.final-cta h2{font-size:29px}
.final-cta p{font-size:14px;line-height:1.9}
footer{padding:26px 6vw;font-size:10px}
}

.desktop-only{display:inline}
.hero{min-height:92svh}
.hero-bg{object-position:center center;filter:saturate(.93) brightness(1.015)}
.hero-overlay{background:linear-gradient(90deg,rgba(243,238,228,.88) 0%,rgba(243,238,228,.76) 27%,rgba(243,238,228,.22) 52%,rgba(243,238,228,.04) 100%)}
.hero-content{width:min(560px,82vw);margin-left:6.5vw;padding-top:74px}
.hero-kicker{font-size:17px;letter-spacing:.06em;margin-bottom:11px}
.hero h1{font-size:clamp(34px,4.2vw,54px);line-height:1.55;letter-spacing:.045em;font-weight:400}
.hero p{max-width:500px;margin-top:20px;font-size:14px;line-height:2;color:#4d4841}
.hero-actions{margin-top:23px}
.button{min-height:43px;padding:10px 18px;font-size:13px}
h2{font-size:clamp(27px,3.3vw,43px);line-height:1.65}
.section{padding-top:92px;padding-bottom:92px}
.lead-copy{max-width:760px;font-size:15px;line-height:2.05}
@media(max-width:900px){
.desktop-only{display:none}
.hero{min-height:88svh;align-items:flex-end}
.hero-bg{object-position:52% center}
.hero-overlay{background:linear-gradient(180deg,rgba(243,238,228,.05) 0%,rgba(243,238,228,.12) 44%,rgba(243,238,228,.82) 74%,rgba(243,238,228,.97) 100%)}
.hero-content{width:auto;margin:0;padding:0 7vw 74px}
.hero-kicker{font-size:16px;margin-bottom:6px}
.hero h1{font-size:34px;line-height:1.5;letter-spacing:.035em}
.hero p{max-width:31em;margin-top:14px;font-size:13.5px;line-height:1.9}
.section{padding-top:64px;padding-bottom:64px}
h2{font-size:29px}
}
@media(max-width:560px){
.hero{min-height:82svh}
.hero-bg{object-position:54% center}
.hero-content{padding:0 6vw 58px}
.hero-kicker{font-size:15px}
.hero h1{font-size:30px;line-height:1.52}
.hero p{font-size:13px;line-height:1.85}
.hero-actions{margin-top:16px}
.button{min-height:40px;font-size:12.5px}
.section{padding-top:52px;padding-bottom:52px}
h2{font-size:25px}
}

/* ===== v1.3 wall-title hero ===== */
.hero{min-height:92svh}
.hero-bg{object-position:center center}
.hero-overlay{background:linear-gradient(90deg,rgba(243,238,228,.34) 0%,rgba(243,238,228,.16) 24%,rgba(243,238,228,.04) 48%,rgba(243,238,228,0) 72%)}
.hero-wall-copy{position:absolute;z-index:3;left:23%;top:31%;width:auto;margin:0;padding:0;transform:translate(-10%,-6%);text-shadow:0 1px 0 rgba(255,255,255,.42)}
.hero-wall-copy .hero-kicker{font-size:16px;letter-spacing:.06em;margin-bottom:8px;color:#5d554d}
.hero-wall-copy h1{margin:0;font-size:clamp(32px,3.7vw,48px);line-height:1.55;letter-spacing:.045em;font-weight:400;color:#4b433d}
.hero-followup{background:var(--cream);padding:34px 7vw 58px}
.hero-followup-inner{width:min(900px,100%)}
.hero-followup-copy{margin:0;max-width:720px;font-size:14.5px;line-height:2;color:#4d4841}
.hero-followup-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}
@media(max-width:1100px) and (min-width:901px){.hero-wall-copy{left:21%;top:33%}}
@media(max-width:900px){
.hero{min-height:82svh}
.hero-bg{object-position:54% center}
.hero-overlay{background:linear-gradient(180deg,rgba(243,238,228,.04) 0%,rgba(243,238,228,.05) 54%,rgba(243,238,228,.18) 100%)}
.hero-wall-copy{left:7vw;top:auto;bottom:15%;width:86vw;transform:none}
.hero-wall-copy .hero-kicker{font-size:15px;margin-bottom:5px}
.hero-wall-copy h1{font-size:29px;line-height:1.52;letter-spacing:.03em}
.hero-followup{padding:26px 6vw 50px}
.hero-followup-copy{font-size:13.5px;line-height:1.9}
.hero-followup-actions{margin-top:16px}
}
@media(max-width:560px){
.hero{min-height:76svh}
.hero-bg{object-position:58% center}
.hero-wall-copy{left:6vw;bottom:13%;width:88vw}
.hero-wall-copy .hero-kicker{font-size:14px}
.hero-wall-copy h1{font-size:27px}
.hero-followup{padding:24px 6vw 46px}
.hero-followup-actions .button{flex:1 1 0;min-width:0}
}


/* ===== v1.4 approved hero placement ===== */

/* Header: quieter and lighter */
.site-header{
  background:rgba(248,244,236,.90);
  border-bottom:1px solid rgba(53,50,46,.04);
}
.brand strong{
  font-weight:400;
}
.header-cta{
  background:#a27f49;
}

/* Hero: approved far-view composition */
.hero{
  min-height:88svh;
  background:#f4eee4;
}
.hero-bg{
  object-position:center center;
  filter:saturate(.94) brightness(1.025);
}
.hero-overlay{
  background:linear-gradient(90deg,
    rgba(243,238,228,.08) 0%,
    rgba(243,238,228,.03) 45%,
    rgba(243,238,228,0) 100%);
}

/* Desktop: title sits only on the clean white wall */
.hero-wall-copy{
  position:absolute;
  z-index:3;
  left:27%;
  top:28%;
  width:auto;
  margin:0;
  padding:0;
  transform:none;
  text-shadow:none;
}
.hero-wall-copy .hero-kicker{
  margin:0 0 10px;
  font-size:15px;
  line-height:1.7;
  letter-spacing:.08em;
  color:#514a43;
}
.hero-wall-copy h1{
  margin:0;
  font-size:clamp(30px,3.0vw,43px);
  line-height:1.6;
  letter-spacing:.045em;
  font-weight:400;
  color:#403a35;
}

/* Follow-up section kept quiet and centered */
.hero-followup{
  padding:38px 7vw 62px;
  background:#f4eee4;
}
.hero-followup-inner{
  width:min(920px,100%);
  text-align:center;
}
.hero-followup-copy{
  margin:0 auto;
  max-width:760px;
  font-size:15px;
  line-height:2.05;
}
.hero-followup-actions{
  justify-content:center;
  gap:14px;
  margin-top:24px;
}
.hero-followup-actions .button{
  min-width:250px;
  font-size:13px;
}

/* Tablet */
@media(max-width:1100px) and (min-width:901px){
  .hero-wall-copy{
    left:24%;
    top:29%;
  }
  .hero-wall-copy h1{
    font-size:34px;
  }
}

/* Mobile: separate composition, not a scaled desktop */
@media(max-width:900px){
  .site-header{
    position:relative;
    padding:14px 4.5vw;
  }
  .brand strong{
    font-size:18px;
  }
  .header-cta{
    padding:10px 15px;
    font-size:12px;
  }

  .hero{
    min-height:76svh;
    align-items:stretch;
  }
  .hero-bg{
    object-position:50% center;
  }
  .hero-overlay{
    background:linear-gradient(180deg,
      rgba(243,238,228,.03) 0%,
      rgba(243,238,228,.01) 100%);
  }
  .hero-wall-copy{
    left:17%;
    top:26%;
    bottom:auto;
    width:56%;
  }
  .hero-wall-copy .hero-kicker{
    font-size:14px;
    margin-bottom:7px;
  }
  .hero-wall-copy h1{
    font-size:27px;
    line-height:1.55;
    letter-spacing:.035em;
    white-space:nowrap;
  }

  .hero-followup{
    padding:38px 6vw 54px;
  }
  .hero-followup-copy{
    max-width:31em;
    font-size:14px;
    line-height:2;
  }
  .hero-followup-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
    margin-top:24px;
  }
  .hero-followup-actions .button{
    width:100%;
    min-width:0;
  }
}

/* Small iPhone */
@media(max-width:560px){
  .brand strong{
    font-size:17px;
    letter-spacing:.04em;
  }
  .hero{
    min-height:70svh;
  }
  .hero-bg{
    object-position:51% center;
  }
  .hero-wall-copy{
    left:15.5%;
    top:25%;
    width:62%;
  }
  .hero-wall-copy .hero-kicker{
    font-size:13px;
  }
  .hero-wall-copy h1{
    font-size:24px;
    line-height:1.58;
  }
  .hero-followup{
    padding:34px 6vw 48px;
  }
  .hero-followup-copy{
    font-size:13.5px;
  }
}


/* ===== v1.5 title final positioning =====
   Photo composition is intentionally unchanged from v1.4.
*/

/* PC: move title left, slightly reduce size, keep it clear of the artwork */
@media (min-width:1101px){
  .hero-wall-copy{
    left:20.5%;
    top:28%;
    width:430px;
  }
  .hero-wall-copy .hero-kicker{
    font-size:14px;
    margin-bottom:8px;
  }
  .hero-wall-copy h1{
    font-size:38px;
    line-height:1.58;
    letter-spacing:.035em;
    white-space:nowrap;
  }
}

/* Tablet */
@media (max-width:1100px) and (min-width:901px){
  .hero-wall-copy{
    left:19%;
    top:27%;
    width:400px;
  }
  .hero-wall-copy h1{
    font-size:31px;
    white-space:nowrap;
  }
}

/* iPhone / mobile: independent placement */
@media (max-width:900px){
  .hero-wall-copy{
    left:10.5%;
    top:23.5%;
    width:55%;
  }
  .hero-wall-copy .hero-kicker{
    font-size:13px;
    margin-bottom:7px;
  }
  .hero-wall-copy h1{
    font-size:23px;
    line-height:1.58;
    letter-spacing:.025em;
    white-space:nowrap;
  }
}

/* Narrow iPhones */
@media (max-width:430px){
  .hero-wall-copy{
    left:9.5%;
    top:23%;
    width:58%;
  }
  .hero-wall-copy .hero-kicker{
    font-size:12px;
  }
  .hero-wall-copy h1{
    font-size:21px;
  }
}


/* ===== v1.6 HERO LOCKED =====
   Final agreed direction:
   - Both PC and mobile move slightly right from v1.5
   - PC "まずは、" slightly larger
   - Mobile headline smaller and fully contained on white wall
   - Mobile text block aligns visually around the lower edge of the framed picture
*/

/* Desktop */
@media (min-width:1101px){
  .hero-wall-copy{
    left:23.2%;
    top:27.8%;
    width:430px;
  }
  .hero-wall-copy .hero-kicker{
    font-size:16px;
    line-height:1.7;
    margin-bottom:8px;
    letter-spacing:.07em;
  }
  .hero-wall-copy h1{
    font-size:37px;
    line-height:1.58;
    letter-spacing:.03em;
    white-space:nowrap;
  }
}

/* Tablet */
@media (max-width:1100px) and (min-width:901px){
  .hero-wall-copy{
    left:21.5%;
    top:27.5%;
    width:390px;
  }
  .hero-wall-copy .hero-kicker{
    font-size:15px;
  }
  .hero-wall-copy h1{
    font-size:30px;
    white-space:nowrap;
  }
}

/* Mobile */
@media (max-width:900px){
  .hero-wall-copy{
    left:16.2%;
    top:24.8%;
    width:48%;
  }
  .hero-wall-copy .hero-kicker{
    font-size:12.5px;
    line-height:1.6;
    margin-bottom:6px;
    letter-spacing:.055em;
  }
  .hero-wall-copy h1{
    font-size:19px;
    line-height:1.55;
    letter-spacing:.015em;
    white-space:nowrap;
  }
}

/* Narrow iPhones */
@media (max-width:430px){
  .hero-wall-copy{
    left:15.5%;
    top:24.5%;
    width:50%;
  }
  .hero-wall-copy .hero-kicker{
    font-size:12px;
  }
  .hero-wall-copy h1{
    font-size:18px;
  }
}


/* ===== v1.7 final hero refinement =====
   PC: tiny shift right only.
   Mobile: independent placement rebuilt from scratch to keep text entirely left of artwork.
*/

/* PC — preserve almost all of v1.6 */
@media (min-width:1101px){
  .hero-wall-copy{
    left:24.3%;
    top:27.8%;
    width:430px;
  }
  .hero-wall-copy .hero-kicker{
    font-size:16px;
  }
  .hero-wall-copy h1{
    font-size:37px;
    white-space:nowrap;
  }
}

/* Tablet */
@media (max-width:1100px) and (min-width:901px){
  .hero-wall-copy{
    left:22.5%;
    top:27.5%;
    width:390px;
  }
}

/* Mobile — do not inherit the desktop geometry */
@media (max-width:900px){
  .hero-wall-copy{
    left:9.5%;
    top:23.8%;
    width:auto;
    max-width:none;
  }
  .hero-wall-copy .hero-kicker{
    font-size:12px;
    margin-bottom:5px;
    line-height:1.55;
    letter-spacing:.04em;
  }
  .hero-wall-copy h1{
    font-size:16px;
    line-height:1.55;
    letter-spacing:0;
    white-space:nowrap;
  }
}

/* Narrow iPhones */
@media (max-width:430px){
  .hero-wall-copy{
    left:8.5%;
    top:23.5%;
  }
  .hero-wall-copy .hero-kicker{
    font-size:11.5px;
  }
  .hero-wall-copy h1{
    font-size:15px;
  }
}


/* ===== v1.8 FINE TUNE — CSS ONLY ===== */

/* PC: v1.7 is nearly final. Move title slightly upward so it clears the flowers. */
@media (min-width:1101px){
  .hero-wall-copy{
    left:24.3%;
    top:25.8%;
  }
}

/* Mobile: keep the current scale, move the whole copy a little left and upward. */
@media (max-width:900px){
  .hero-wall-copy{
    left:7.2%;
    top:22.5%;
  }
  .hero-wall-copy .hero-kicker{
    font-size:12px;
  }
  .hero-wall-copy h1{
    font-size:16px;
    white-space:nowrap;
  }
}

@media (max-width:430px){
  .hero-wall-copy{
    left:7%;
    top:22.3%;
  }
  .hero-wall-copy .hero-kicker{
    font-size:11.5px;
  }
  .hero-wall-copy h1{
    font-size:15px;
  }
}

/* v1.9: PC only — make 「まずは、」 slightly larger. */
@media (min-width:1101px){
  .hero-wall-copy .hero-kicker{
    font-size:18px;
    font-weight:400;
    letter-spacing:.07em;
  }
}

/* v1.10: mobile only — move hero copy slightly left */
@media (max-width:900px){
  .hero-wall-copy{ left:5.7%; }
}
@media (max-width:430px){
  .hero-wall-copy{ left:5.5%; }
}

/* ===== v1.14 landscape growth ===== */
.landscape-story{
  height:420vh;
  background:#f8f5ef;
  border-block:1px solid rgba(130,105,75,.07);
}
.landscape-sticky{
  position:sticky;
  top:0;
  min-height:100svh;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(300px,.9fr) minmax(430px,1.1fr);
  align-items:center;
  gap:4vw;
  padding:8vh 7vw 6vh;
}
.landscape-copy{
  position:relative;
  min-height:340px;
  z-index:3;
}
.landscape-stage{
  position:absolute;
  inset:0 auto auto 0;
  max-width:560px;
  opacity:0;
  transform:translateY(8px);
  transition:opacity .7s ease,transform .7s ease;
}
.landscape-stage.active{opacity:1;transform:none}
.landscape-stage h2{
  margin-bottom:18px;
  font-size:clamp(29px,3.3vw,43px);
  line-height:1.64;
}
.landscape-stage p{
  max-width:540px;
  font-size:14.5px;
  line-height:2;
  color:#524c45;
}
.landscape-visual{
  min-height:74svh;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
}
.landscape-svg{
  width:min(760px,52vw);
  max-height:80svh;
  overflow:visible;
}
.ground-wash{
  opacity:0;
}
.wash1{fill:#ded8ea}
.wash2{fill:#d9e9e5}
.roots path,
.tree-growth path,
.plants path{
  fill:none;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.roots path{
  stroke:#938779;
  stroke-width:1.1;
  stroke-dasharray:1;
  stroke-dashoffset:1;
}
.tree-growth path{
  stroke:#675f58;
  stroke-dasharray:1;
  stroke-dashoffset:1;
}
.trunk-main{stroke-width:4}
.trunk-left,.trunk-right{stroke-width:2.2;opacity:.72}
.branch{stroke-width:1.7}
.twig{stroke-width:1.25}
.plants .plant{
  opacity:0;
  transform-box:fill-box;
  transform-origin:bottom center;
  transform:scaleY(.15);
}
.plants path{
  stroke:#789083;
  stroke-width:1.25;
}
.leaves ellipse{
  fill:#87a79a;
  opacity:0;
  transform-box:fill-box;
  transform-origin:center;
  transform:scale(.35);
}
.flowers .flower{
  opacity:0;
  transform-box:fill-box;
  transform-origin:center;
  transform:scale(.2);
}
.flowers .flower:nth-child(3n+1) circle:not(.flower-center){fill:#c9b9dc}
.flowers .flower:nth-child(3n+2) circle:not(.flower-center){fill:#abd8d3}
.flowers .flower:nth-child(3n) circle:not(.flower-center){fill:#e2b9c9}
.flower-center{fill:#9d815f}
.symptom-labels text{
  font-family:"Hiragino Mincho ProN","Yu Mincho","YuMincho",serif;
  fill:#58514a;
  font-size:16px;
  letter-spacing:.07em;
  opacity:0;
}
.landscape-progress{
  position:absolute;
  left:7vw;
  right:7vw;
  bottom:3vh;
  height:1px;
  background:rgba(130,105,75,.12);
}
.landscape-progress span{
  display:block;
  height:100%;
  width:0;
  background:rgba(130,105,75,.42);
}
@media(max-width:900px){
  .landscape-story{height:460vh}
  .landscape-sticky{
    grid-template-columns:1fr;
    grid-template-rows:auto 1fr;
    gap:1vh;
    padding:7vh 6vw 5vh;
  }
  .landscape-copy{min-height:245px}
  .landscape-stage h2{font-size:26px;margin-bottom:13px}
  .landscape-stage p{font-size:13px;line-height:1.9}
  .landscape-visual{min-height:55svh;align-items:flex-end}
  .landscape-svg{width:96vw;max-height:57svh}
  .symptom-labels text{font-size:14px}
  .landscape-progress{left:6vw;right:6vw;bottom:2.2vh}
}

/* v1.15 timeline */
.timeline-story{height:390vh;background:#fbfaf7}
.timeline-sticky{position:sticky;top:0;min-height:100svh;overflow:hidden;display:flex;flex-direction:column;justify-content:center;padding:8vh 8vw}
.timeline-intro{text-align:center;width:min(760px,100%);margin:0 auto 9vh}
.timeline-intro h2,.timeline-end h2,.bridge-section h2{font-size:clamp(29px,3.2vw,43px);line-height:1.68;margin:0 0 18px}
.timeline-intro p,.timeline-end p,.bridge-section p{font-size:14px;line-height:2;color:#655e57}
.timeline-board{position:relative;width:min(1050px,88vw);height:190px;margin:0 auto}
.cap{position:absolute;top:44px;font-size:11px;letter-spacing:.14em;color:#938b83}.past{left:0}.now{right:0}
.time-line{position:absolute;left:0;right:0;top:84px;height:1px;background:#ddd8d1}
.time-line span{position:absolute;right:0;width:0;height:100%;background:#756d65}
.tp{position:absolute;top:75px;width:150px;opacity:0;transform:translateY(8px)}
.tp i{display:block;width:18px;height:18px;border:1px solid #8f877e;border-radius:50%;background:#fbfaf7;margin-bottom:15px}
.tp small,.tp b{display:block}.tp small{font-size:10px;color:#978f87;margin-bottom:5px}.tp b{font-family:serif;font-weight:400;font-size:14px}
.p1{left:7%}.p2{left:35%}.p3{left:62%}.pn{right:-60px;opacity:1}.pn i{background:#625a53}
.back-arrow{position:absolute;right:1%;top:15px;font-size:20px;letter-spacing:-2px;color:#918980;opacity:0;white-space:nowrap;overflow:hidden;width:0}
.tm{position:absolute;left:50%;bottom:15vh;transform:translateX(-50%);font-family:serif;font-size:clamp(17px,2vw,23px);opacity:0;text-align:center;width:90%}
.timeline-end{position:absolute;left:50%;top:50%;transform:translate(-50%,-45%);text-align:center;width:min(760px,86vw);opacity:0}
.timeline-progress{position:absolute;left:8vw;right:8vw;bottom:3vh;height:1px;background:rgba(120,100,80,.1)}
.timeline-progress span{display:block;width:0;height:100%;background:rgba(120,100,80,.4)}
.bridge-section{text-align:center;background:#f5f0e8;padding:16vh 7vw}
@media(max-width:900px){.timeline-story{height:420vh}.timeline-sticky{padding:7vh 6vw}.timeline-intro{margin-bottom:7vh}.timeline-intro h2,.timeline-end h2{font-size:25px}.timeline-board{width:90vw}.tp{width:100px}.tp b{font-size:11px}.p1{left:1%}.p2{left:29%}.p3{left:56%}.pn{right:-42px}.bridge-section{padding:13vh 7vw}.bridge-section h2{font-size:27px}}

/* v1.16 pulse */
.tp i{position:relative;overflow:visible}
.pulse-ring{position:absolute;left:50%;top:50%;width:18px;height:18px;border-radius:50%;border:1px solid rgba(122,111,101,.28);transform:translate(-50%,-50%) scale(.2);opacity:0;pointer-events:none}
.tp.active-pulse .pulse-ring{animation:pulseSoft .95s ease-out forwards}
@keyframes pulseSoft{0%{opacity:.34;transform:translate(-50%,-50%) scale(.25)}55%{opacity:.18}100%{opacity:0;transform:translate(-50%,-50%) scale(var(--pulse-scale,2))}}
.p1{--pulse-scale:1.45}.p2{--pulse-scale:1.8}.p3{--pulse-scale:2.3}.pn{--pulse-scale:3.2}
.p1 .pulse-ring{border-color:rgba(145,136,125,.22)}
.p2 .pulse-ring{border-color:rgba(134,125,116,.24)}
.p3 .pulse-ring{border-color:rgba(115,105,96,.28)}
.pn .pulse-ring{border-color:rgba(91,80,70,.34)}
.tp i::after{content:"";position:absolute;left:50%;top:50%;width:10px;height:10px;border-radius:50%;background:rgba(120,110,100,.06);transform:translate(-50%,-50%) scale(.8);opacity:0;transition:opacity .35s ease,transform .35s ease}
.tp.is-current i::after{opacity:1;transform:translate(-50%,-50%) scale(var(--halo-scale,1.4))}
.p1{--halo-scale:1.0}.p2{--halo-scale:1.15}.p3{--halo-scale:1.35}.pn{--halo-scale:1.65}

/* ===== v1.17 pulse + grow =====
   The point itself grows while a soft ring also expands outward.
*/
.tp i{
  transition:transform .35s ease, background .35s ease, border-color .35s ease;
  transform-origin:center;
}

.tp.is-current i{
  transform:scale(var(--dot-scale,1.15));
  background:#6f665e;
  border-color:#6f665e;
}

/* progressively larger point growth toward the symptom */
.p1{--dot-scale:1.08; --pulse-scale:1.55}
.p2{--dot-scale:1.18; --pulse-scale:1.95}
.p3{--dot-scale:1.34; --pulse-scale:2.45}
.pn{--dot-scale:1.58; --pulse-scale:3.35}

/* keep the wave, but make it clearer and softer */
.pulse-ring{
  border-width:1.2px;
}
.p1 .pulse-ring{border-color:rgba(145,136,125,.26)}
.p2 .pulse-ring{border-color:rgba(132,122,113,.30)}
.p3 .pulse-ring{border-color:rgba(108,98,90,.34)}
.pn .pulse-ring{border-color:rgba(84,73,64,.42)}

@keyframes pulseSoft{
  0%{
    opacity:.42;
    transform:translate(-50%,-50%) scale(.4);
  }
  45%{
    opacity:.26;
  }
  100%{
    opacity:0;
    transform:translate(-50%,-50%) scale(var(--pulse-scale,2));
  }
}

/* the current dot settles slightly enlarged instead of snapping back immediately */
.tp.is-current i::after{
  opacity:.18;
  transform:translate(-50%,-50%) scale(var(--halo-scale,1.4));
}

/* ===== v1.18 clearer timeline pulse ===== */

/* Keep the final dot-size differences, but make every pulse easy to notice. */
.p1{--dot-scale:1.10; --pulse-scale:2.10}
.p2{--dot-scale:1.20; --pulse-scale:2.35}
.p3{--dot-scale:1.36; --pulse-scale:2.70}
.pn{--dot-scale:1.60; --pulse-scale:3.40}

/* Stronger but still soft ripple visibility */
.pulse-ring{
  border-width:1.4px;
}
.p1 .pulse-ring{border-color:rgba(125,116,106,.34)}
.p2 .pulse-ring{border-color:rgba(112,103,94,.38)}
.p3 .pulse-ring{border-color:rgba(95,86,78,.42)}
.pn .pulse-ring{border-color:rgba(77,67,59,.48)}

@keyframes pulseSoft{
  0%{
    opacity:.52;
    transform:translate(-50%,-50%) scale(.45);
  }
  45%{
    opacity:.34;
  }
  100%{
    opacity:0;
    transform:translate(-50%,-50%) scale(var(--pulse-scale,2));
  }
}

/* Text itself becomes a little clearer while the point is active. */
.tp small,
.tp b{
  transition:color .3s ease, opacity .3s ease, transform .3s ease;
}
.tp.is-current small{
  color:#6f665e;
}
.tp.is-current b{
  color:#3f3934;
  transform:translateY(-1px);
}

/* Earlier points shouldn't disappear into the background once revealed. */
.tp:not(.pn){
  transition:opacity .3s ease, transform .3s ease;
}
.tp:not(.pn)[style*="opacity: 1"] b{
  color:#5c554f;
}

/* Give the active dot a subtle filled center so mobile users can track it. */
.tp.is-current i{
  box-shadow:0 0 0 4px rgba(110,100,90,.05);
}

/* Slightly improve readability on mobile */
@media(max-width:900px){
  .tp b{
    font-size:12px;
  }
  .pulse-ring{
    border-width:1.5px;
  }
  .tp.is-current i{
    box-shadow:0 0 0 5px rgba(110,100,90,.055);
  }
}

/* ===== v1.19 overall tempo ===== */
.landscape-story{height:300vh !important;}
.timeline-story{height:255vh !important;}
@media(max-width:900px){
  .landscape-story{height:320vh !important;}
  .timeline-story{height:285vh !important;}
}

/* ===== v1.19 small why / consultation / first visit ===== */
.small-why-section{
  background:#fff;
  padding:17vh 7vw 16vh;
  text-align:center;
}
.small-why-inner{width:min(820px,100%);margin:auto;}
.small-why-lead{
  margin:32px 0 10px;
  color:#6f675f;
  font-size:15px;
  letter-spacing:.05em;
}
.small-why-section h2{
  margin:0 0 32px;
  font-size:clamp(34px,4vw,52px);
  line-height:1.55;
  font-weight:400;
}
.small-why-copy{
  color:#5e5750;
  font-size:15px;
  line-height:2.15;
}
.small-why-reassure{
  margin:68px auto 0;
  padding-top:34px;
  border-top:1px solid rgba(110,90,70,.12);
  display:flex;
  flex-direction:column;
  gap:10px;
}
.small-why-reassure strong{
  font-family:"Hiragino Mincho ProN","Yu Mincho","YuMincho",serif;
  font-size:19px;
  font-weight:400;
}
.small-why-reassure span{font-size:14px;color:#6c645c;}

.consult-section{
  background:#f7f3ec;
  padding:15vh 7vw;
}
.consult-inner{width:min(1120px,100%);margin:auto;}
.section-heading{text-align:center;margin-bottom:72px;}
.section-heading h2{
  margin:14px 0 18px;
  font-size:clamp(31px,3.6vw,46px);
  line-height:1.6;
  font-weight:400;
}
.section-heading p{font-size:14px;color:#686058;}
.consult-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.consult-card{
  min-height:330px;
  background:rgba(255,255,255,.72);
  padding:42px 34px;
  border:1px solid rgba(110,90,70,.08);
}
.consult-no{
  display:block;
  margin-bottom:42px;
  font-size:11px;
  letter-spacing:.18em;
  color:#9b9187;
}
.consult-card h3{
  margin:0 0 24px;
  font-family:"Hiragino Mincho ProN","Yu Mincho","YuMincho",serif;
  font-size:25px;
  line-height:1.7;
  font-weight:400;
}
.consult-card p{font-size:13.5px;line-height:2;color:#625b54;}
.consult-examples{
  margin:58px auto 0;
  text-align:center;
}
.consult-examples span{
  display:block;
  margin-bottom:12px;
  font-size:11px;
  letter-spacing:.14em;
  color:#968c82;
}
.consult-examples p{font-size:13px;line-height:2;color:#615a53;}
.consult-note{
  margin:26px 0 0;
  text-align:center;
  font-family:"Hiragino Mincho ProN","Yu Mincho","YuMincho",serif;
  font-size:15px;
}

.first-visit-section{
  background:#fff;
  padding:16vh 7vw;
}
.first-visit-inner{width:min(1120px,100%);margin:auto;}
.first-visit-intro{
  width:min(760px,100%);
  margin:0 auto 80px;
  text-align:center;
}
.first-visit-intro h2{
  margin:14px 0 36px;
  font-size:clamp(31px,3.6vw,46px);
  font-weight:400;
}
.first-visit-intro h3{
  margin:0 0 28px;
  font-family:"Hiragino Mincho ProN","Yu Mincho","YuMincho",serif;
  font-size:22px;
  font-weight:400;
}
.first-visit-intro p{
  margin:0 0 22px;
  font-size:14px;
  line-height:2.05;
  color:#625b54;
}
.first-visit-intro strong{font-weight:500;color:#393531;}
.visit-flow{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-top:1px solid rgba(100,85,70,.12);
  border-bottom:1px solid rgba(100,85,70,.12);
}
.visit-flow article{
  padding:42px 28px 46px;
  min-height:265px;
  border-right:1px solid rgba(100,85,70,.10);
}
.visit-flow article:last-child{border-right:0;}
.visit-flow span{
  display:block;
  margin-bottom:34px;
  color:#9a9086;
  font-size:11px;
  letter-spacing:.18em;
}
.visit-flow h4{
  margin:0 0 20px;
  font-family:"Hiragino Mincho ProN","Yu Mincho","YuMincho",serif;
  font-size:18px;
  line-height:1.7;
  font-weight:400;
}
.visit-flow p{margin:0;font-size:13px;line-height:1.95;color:#645d56;}
.first-visit-closing{
  margin:62px auto 0;
  text-align:center;
}
.first-visit-closing p{
  margin:0;
  font-family:"Hiragino Mincho ProN","Yu Mincho","YuMincho",serif;
  font-size:17px;
  line-height:2;
}

@media(max-width:900px){
  .small-why-section{padding:12vh 7vw 11vh;}
  .small-why-section h2{font-size:31px;}
  .small-why-copy{font-size:13.5px;}
  .small-why-reassure{margin-top:48px;padding-top:28px;}
  .small-why-reassure strong{font-size:17px;}

  .consult-section{padding:11vh 6vw;}
  .section-heading{margin-bottom:46px;}
  .section-heading h2{font-size:28px;}
  .consult-grid{grid-template-columns:1fr;gap:12px;}
  .consult-card{min-height:0;padding:30px 27px;}
  .consult-no{margin-bottom:20px;}
  .consult-card h3{font-size:22px;margin-bottom:14px;}
  .consult-card p{font-size:13px;}
  .consult-examples{margin-top:42px;}
  .consult-note{font-size:14px;line-height:1.9;}

  .first-visit-section{padding:12vh 6vw;}
  .first-visit-intro{margin-bottom:54px;text-align:left;}
  .first-visit-intro .eyebrow{text-align:left;}
  .first-visit-intro h2{font-size:29px;}
  .first-visit-intro h3{font-size:20px;line-height:1.8;}
  .first-visit-intro p{font-size:13.5px;}
  .visit-flow{grid-template-columns:1fr;border-bottom:0;}
  .visit-flow article{
    min-height:0;
    padding:30px 4px 32px;
    border-right:0;
    border-bottom:1px solid rgba(100,85,70,.10);
  }
  .visit-flow span{margin-bottom:14px;}
  .visit-flow h4{font-size:17px;margin-bottom:12px;}
  .first-visit-closing{margin-top:44px;}
  .first-visit-closing p{font-size:15px;}
}

/* ===== v1.20 warm design + auto motion ===== */

/* --- soften the bridge after the timeline --- */
.bridge-section.bridge-soft{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(180deg,
      #f1ece4 0%,
      #f6f2ea 42%,
      #fbfaf6 78%,
      #ffffff 100%);
  padding:14vh 7vw 15vh;
}
.bridge-section.bridge-soft::before{
  content:"";
  position:absolute;
  inset:auto -8vw -12vh auto;
  width:38vw;
  height:38vw;
  border-radius:50%;
  background:radial-gradient(circle, rgba(238,224,180,.23), transparent 68%);
  pointer-events:none;
}
.bridge-section.bridge-soft .bridge-inner{
  position:relative;
  z-index:1;
  width:min(680px,100%);
}
.bridge-section.bridge-soft h2{
  font-size:clamp(25px,2.7vw,36px);
  line-height:1.85;
  font-weight:400;
  letter-spacing:.025em;
  margin-bottom:22px;
}
.bridge-section.bridge-soft p{
  font-size:13.5px;
  line-height:2.15;
  color:#6d655d;
}

/* --- dawn section --- */
.dawn-section{
  position:relative;
  min-height:88vh;
  padding:0 !important;
  overflow:hidden;
  background:#eef2f4;
  display:flex;
  align-items:center;
  justify-content:center;
}
.dawn-sky{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,#dbe6ef 0%,#edf1ef 42%,#f4e8d7 68%,#f8eedf 100%);
  transition:background 2.8s ease;
}
.dawn-section.is-playing .dawn-sky{
  animation:dawnSky 4.8s ease-out forwards;
}
.dawn-sun{
  position:absolute;
  left:68%;
  bottom:20%;
  width:90px;
  height:90px;
  margin-left:-45px;
  border-radius:50%;
  background:radial-gradient(circle at 50% 50%,#fffdf2 0 35%,#f7db91 50%,rgba(247,219,145,0) 72%);
  opacity:0;
  transform:translateY(90px) scale(.85);
}
.dawn-section.is-playing .dawn-sun{
  animation:sunRise 4.6s cubic-bezier(.22,.61,.36,1) forwards;
}
.dawn-haze{
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  width:120%;
  border-radius:50%;
  filter:blur(20px);
  opacity:.55;
}
.haze-1{bottom:12%;height:24%;background:rgba(255,244,221,.65);}
.haze-2{bottom:2%;height:20%;background:rgba(255,250,240,.72);}
.dawn-horizon{
  position:absolute;
  left:-5%;
  width:110%;
  height:24%;
  bottom:8%;
  border-radius:50% 50% 0 0 / 100% 100% 0 0;
}
.horizon-1{background:rgba(175,184,182,.22);transform:translateY(12px) scaleX(1.05);}
.horizon-2{background:rgba(151,165,166,.16);bottom:2%;transform:translateY(20px) scaleX(1.12);}
.dawn-leaf{
  position:absolute;
  width:120px;
  height:170px;
  opacity:.16;
  background:
    radial-gradient(ellipse at 30% 25%,#7d956f 0 16%,transparent 17%),
    radial-gradient(ellipse at 60% 45%,#7d956f 0 13%,transparent 14%),
    radial-gradient(ellipse at 40% 70%,#7d956f 0 12%,transparent 13%);
}
.dawn-leaf-left{left:2%;bottom:4%;transform:rotate(-10deg);}
.dawn-leaf-right{right:2%;bottom:6%;transform:scaleX(-1) rotate(-8deg);}

.dawn-copy{
  position:relative;
  z-index:2;
  width:min(860px,88vw);
  text-align:left;
  padding:8vh 0;
  opacity:.92;
}
.dawn-copy .small-why-lead{
  margin:0 0 12px;
  font-size:15px;
  color:#5e5b58;
}
.dawn-copy h2{
  margin:0 0 28px;
  font-size:clamp(34px,4.2vw,56px);
  line-height:1.5;
  font-weight:400;
  letter-spacing:.05em;
}
.dawn-copy .small-why-copy{
  font-size:14px;
  line-height:2.05;
  color:#59544f;
}
.dawn-copy .small-why-reassure{
  width:min(650px,100%);
  margin:52px 0 0;
  padding-top:26px;
  border-top:1px solid rgba(100,85,70,.12);
}
.dawn-copy .small-why-reassure strong{
  font-size:17px;
}
.dawn-copy .small-why-reassure span{
  font-size:13.5px;
}
@keyframes dawnSky{
  0%{filter:brightness(.96) saturate(.85);}
  55%{filter:brightness(1.03) saturate(.95);}
  100%{filter:brightness(1.08) saturate(1);}
}
@keyframes sunRise{
  0%{opacity:0;transform:translateY(95px) scale(.82);}
  30%{opacity:.35;}
  70%{opacity:.82;}
  100%{opacity:.95;transform:translateY(0) scale(1);}
}

/* --- consultation: organic, less "corporate card" --- */
.consult-section{
  background:
    linear-gradient(180deg,#fbfaf7 0%,#f7f4ec 100%);
  position:relative;
  overflow:hidden;
}
.consult-section::before,
.consult-section::after{
  content:"";
  position:absolute;
  width:22vw;height:22vw;
  border-radius:50%;
  background:radial-gradient(circle,rgba(206,223,190,.24),transparent 68%);
  pointer-events:none;
}
.consult-section::before{left:-8vw;top:10%;}
.consult-section::after{right:-8vw;bottom:5%;}
.consult-organic{
  gap:34px;
  align-items:stretch;
}
.consult-card-organic{
  position:relative;
  border:0;
  background:
    radial-gradient(circle at 50% 10%, rgba(227,236,211,.68), rgba(255,255,255,.72) 48%, rgba(255,255,255,.54) 100%);
  border-radius:42% 58% 50% 50% / 48% 42% 58% 52%;
  box-shadow:none;
  min-height:310px;
  padding:46px 38px 42px;
}
.consult-card-organic:nth-child(2){
  border-radius:52% 48% 44% 56% / 45% 55% 45% 55%;
  background:radial-gradient(circle at 50% 10%, rgba(245,229,188,.56), rgba(255,255,255,.72) 50%, rgba(255,255,255,.54) 100%);
}
.consult-card-organic:nth-child(3){
  border-radius:48% 52% 58% 42% / 54% 46% 54% 46%;
}
.consult-card-organic .consult-no{
  margin-bottom:28px;
  color:#8ba071;
}
.consult-card-organic h3{
  font-size:23px;
  line-height:1.75;
}
.consult-examples{
  margin-top:52px;
  padding:18px 22px;
  border-radius:999px;
  background:rgba(231,237,213,.55);
}
.consult-note{
  display:inline-block;
  margin:24px auto 0;
  padding:10px 20px;
  border-radius:999px;
  background:rgba(228,236,210,.58);
}

/* --- first visit: warmer, human, less grid-like --- */
.first-visit-section{
  background:
    linear-gradient(180deg,#fffdf8 0%,#fbf6eb 100%);
}
.first-visit-intro{
  position:relative;
}
.first-visit-intro::before{
  content:"";
  position:absolute;
  left:-32px;
  top:10px;
  width:18px;height:18px;
  border-radius:60% 40% 60% 40%;
  background:#9db589;
  transform:rotate(-35deg);
  opacity:.65;
}
.visit-flow-soft{
  border:0;
  gap:22px;
}
.visit-flow-soft article{
  position:relative;
  border:0 !important;
  background:rgba(255,255,255,.62);
  border-radius:28px;
  min-height:245px;
  padding:36px 28px 38px;
}
.visit-flow-soft article::after{
  content:"";
  position:absolute;
  right:-18px;
  top:50%;
  width:14px;
  height:1px;
  background:#a9b997;
}
.visit-flow-soft article:last-child::after{display:none;}
.visit-flow-soft span{
  color:#88a16f;
  margin-bottom:22px;
}
.first-visit-closing{
  margin-top:54px;
  padding:22px 28px;
  border-radius:28px;
  background:rgba(229,237,211,.5);
}

/* --- mobile warmth --- */
@media(max-width:900px){
  .bridge-section.bridge-soft{padding:11vh 7vw 12vh;}
  .bridge-section.bridge-soft h2{font-size:24px;line-height:1.9;}
  .bridge-section.bridge-soft p{font-size:13px;}

  .dawn-section{min-height:78vh;}
  .dawn-copy{width:88vw;padding:10vh 0 8vh;}
  .dawn-copy h2{font-size:33px;}
  .dawn-copy .small-why-copy{font-size:13px;}
  .dawn-sun{left:72%;bottom:18%;width:72px;height:72px;margin-left:-36px;}
  .dawn-leaf{width:90px;height:125px;}

  .consult-organic{gap:18px;}
  .consult-card-organic{
    border-radius:28px !important;
    min-height:0;
    padding:30px 26px;
  }
  .consult-examples{
    border-radius:24px;
    padding:16px 18px;
  }
  .consult-note{
    display:block;
    border-radius:20px;
    padding:14px 18px;
    line-height:1.8;
  }

  .visit-flow-soft{
    gap:12px;
  }
  .visit-flow-soft article{
    border-radius:22px;
    padding:28px 22px 30px;
  }
  .visit-flow-soft article::after{display:none;}
  .first-visit-closing{
    border-radius:22px;
    padding:20px 22px;
  }
}

/* --- auto animation mode: do not force-scroll --- */
.landscape-story,
.timeline-story{
  height:auto !important;
}
.landscape-sticky,
.timeline-sticky{
  position:relative !important;
  top:auto !important;
  min-height:auto !important;
}
.landscape-story{
  padding:10vh 0;
}
.timeline-story{
  padding:11vh 0 12vh;
}
.landscape-sticky{
  min-height:88vh !important;
}
.timeline-sticky{
  min-height:82vh !important;
}

/* ===== v1.21: restore scroll-driven first two stories ===== */
.landscape-story{height:300vh !important;padding:0 !important;}
.timeline-story{height:255vh !important;padding:0 !important;}
.landscape-sticky,
.timeline-sticky{
  position:sticky !important;
  top:0 !important;
}
.landscape-sticky{min-height:100vh !important;}
.timeline-sticky{min-height:100vh !important;}

@media(max-width:900px){
  .landscape-story{height:320vh !important;}
  .timeline-story{height:285vh !important;}
}

/* "私たちが見ているのは..." centered and quieter */
.bridge-section.bridge-soft{
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.bridge-section.bridge-soft .bridge-inner{
  margin:0 auto;
  text-align:center;
  width:min(720px,88vw);
}
.bridge-section.bridge-soft h2{
  margin-left:auto;
  margin-right:auto;
}
.bridge-section.bridge-soft p{
  margin-left:auto;
  margin-right:auto;
}

/* Dawn: sun travels diagonally toward upper-right, then scene brightens */
.dawn-section{
  min-height:88vh;
}
.dawn-sky{
  filter:brightness(.91) saturate(.86);
}
.dawn-section.is-playing .dawn-sky{
  animation:dawnSceneBrighten 5.4s ease-out forwards;
}
.dawn-sun{
  left:46%;
  bottom:8%;
  width:86px;
  height:86px;
  margin-left:-43px;
  opacity:0;
  transform:translate(0,55px) scale(.78);
}
.dawn-section.is-playing .dawn-sun{
  animation:dawnSunDiagonal 4.6s cubic-bezier(.22,.61,.36,1) forwards;
}
@keyframes dawnSunDiagonal{
  0%{
    opacity:0;
    transform:translate(0,60px) scale(.78);
  }
  18%{opacity:.35;}
  65%{opacity:.82;}
  100%{
    opacity:.96;
    transform:translate(25vw,-38vh) scale(1);
  }
}
@keyframes dawnSceneBrighten{
  0%,72%{
    filter:brightness(.91) saturate(.86);
  }
  100%{
    filter:brightness(1.10) saturate(.98);
  }
}
@media(max-width:900px){
  .dawn-sun{
    left:38%;
    bottom:8%;
    width:68px;
    height:68px;
    margin-left:-34px;
  }
  @keyframes dawnSunDiagonal{
    0%{
      opacity:0;
      transform:translate(0,50px) scale(.78);
    }
    18%{opacity:.35;}
    65%{opacity:.82;}
    100%{
      opacity:.96;
      transform:translate(42vw,-34vh) scale(1);
    }
  }
}

/* ===== v1.22 consultation: slightly quieter tone ===== */
.consult-section{
  background:
    linear-gradient(180deg,#f2efe8 0%,#eee9df 100%) !important;
}
.consult-section::before,
.consult-section::after{
  opacity:.72;
}

/* Heading */
.consult-section .section-heading h2{
  font-size:clamp(27px,3.15vw,40px);
}
.consult-section .section-heading p{
  font-size:13px;
}

/* Three consultation items */
.consult-card-organic{
  background:
    radial-gradient(circle at 50% 10%,
      rgba(211,220,196,.62),
      rgba(247,245,239,.76) 48%,
      rgba(243,240,233,.66) 100%) !important;
}
.consult-card-organic:nth-child(2){
  background:
    radial-gradient(circle at 50% 10%,
      rgba(226,211,178,.52),
      rgba(247,245,239,.76) 50%,
      rgba(243,240,233,.66) 100%) !important;
}
.consult-card-organic h3{
  font-size:21px;
}
.consult-card-organic p{
  font-size:12.5px;
  line-height:1.95;
}
.consult-card-organic .consult-no{
  font-size:10px;
}

/* Examples / note */
.consult-examples p{
  font-size:12px;
}
.consult-examples span{
  font-size:10px;
}
.consult-note{
  font-size:13.5px;
}

@media(max-width:900px){
  .consult-section .section-heading h2{
    font-size:25px;
  }
  .consult-section .section-heading p{
    font-size:12.5px;
  }
  .consult-card-organic h3{
    font-size:20px;
  }
  .consult-card-organic p{
    font-size:12.5px;
  }
  .consult-note{
    font-size:13px;
  }
}

/* ===== v1.23 editorial compression ===== */
.landscape-story{height:220vh !important;}
.timeline-story{height:205vh !important;}
@media(max-width:900px){
  .landscape-story{height:240vh !important;}
  .timeline-story{height:225vh !important;}
}

/* ===== v1.23 practical information ===== */
.practical-section{
  padding:12vh 7vw;
  background:#f2eee6;
}
.practical-inner{width:min(1080px,100%);margin:auto;}
.practical-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:54px;
}
.practical-box{
  padding:34px 30px;
  background:rgba(255,255,255,.55);
  border-radius:22px;
}
.practical-box h3{
  margin:0 0 16px;
  font-family:"Hiragino Mincho ProN","Yu Mincho","YuMincho",serif;
  font-size:18px;
  font-weight:400;
}
.practical-box p{
  margin:0 0 18px;
  font-size:12.5px;
  line-height:1.9;
  color:#655e57;
}
.practical-box a{
  font-size:12.5px;
  color:#5e6f52;
  text-decoration:none;
  border-bottom:1px solid rgba(94,111,82,.35);
}
.pending-info{color:#80776e !important;}

/* ===== mobile quick navigation ===== */
.mobile-menu-toggle,.mobile-quick-nav{display:none;}
@media(max-width:900px){
  .mobile-menu-toggle{
    display:flex;
    position:fixed;
    z-index:1002;
    top:18px;
    right:18px;
    width:42px;height:42px;
    padding:11px 9px;
    border:0;
    border-radius:50%;
    background:rgba(250,248,243,.92);
    flex-direction:column;
    justify-content:center;
    gap:4px;
    box-shadow:0 4px 18px rgba(70,60,50,.08);
  }
  .mobile-menu-toggle span{
    display:block;width:100%;height:1px;background:#4f4a45;
    transition:transform .25s ease,opacity .25s ease;
  }
  .mobile-menu-toggle.is-open span:nth-child(1){transform:translateY(5px) rotate(45deg);}
  .mobile-menu-toggle.is-open span:nth-child(2){opacity:0;}
  .mobile-menu-toggle.is-open span:nth-child(3){transform:translateY(-5px) rotate(-45deg);}
  .mobile-quick-nav{
    display:flex;
    position:fixed;
    z-index:1001;
    top:0;right:0;
    width:min(82vw,330px);
    height:100vh;
    padding:92px 30px 38px;
    background:rgba(246,242,234,.98);
    flex-direction:column;
    gap:0;
    transform:translateX(105%);
    transition:transform .32s ease;
    box-shadow:-12px 0 34px rgba(70,60,50,.08);
  }
  .mobile-quick-nav.is-open{transform:translateX(0);}
  .mobile-quick-nav a{
    padding:17px 2px;
    border-bottom:1px solid rgba(80,70,60,.10);
    color:#45413d;
    text-decoration:none;
    font-family:"Hiragino Mincho ProN","Yu Mincho","YuMincho",serif;
    font-size:15px;
  }
  .mobile-quick-nav .mobile-reserve{
    margin-top:24px;
    padding:14px 18px;
    text-align:center;
    border:0;
    border-radius:999px;
    background:#829674;
    color:#fff;
  }
  .practical-section{padding:10vh 6vw;}
  .practical-grid{grid-template-columns:1fr;gap:12px;margin-top:38px;}
  .practical-box{padding:26px 23px;border-radius:18px;}
}

/* ===== v1.24 persistent navigation ===== */
.mobile-menu-toggle{position:fixed !important;z-index:2147483000 !important;}
.mobile-quick-nav{position:fixed !important;z-index:2147482999 !important;}

.back-to-top{
  position:fixed;right:22px;bottom:22px;z-index:2147482998;
  width:48px;height:48px;border:0;border-radius:50%;
  background:rgba(248,245,238,.90);color:#514a43;
  box-shadow:0 6px 22px rgba(65,55,45,.10);
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;
  opacity:0;pointer-events:none;transform:translateY(10px);
  transition:opacity .28s ease,transform .28s ease,background .25s ease;
  backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);
}
.back-to-top span{font-size:16px;line-height:1}
.back-to-top small{font-size:8px;letter-spacing:.08em}
.back-to-top.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}
.back-to-top:hover{background:rgba(255,253,248,.98)}

@media(max-width:900px){
  .back-to-top{right:16px;bottom:18px;width:44px;height:44px}
}
@media(min-width:901px){
  .desktop-nav{gap:18px;font-size:12.5px}
}

/* ===== v1.25 navigation visibility hard-fix ===== */
.mobile-menu-toggle,
.mobile-quick-nav,
.back-to-top{
  box-sizing:border-box !important;
}

/* PC: horizontal nav + TOP, no hamburger */
@media(min-width:901px){
  .mobile-menu-toggle,
  .mobile-quick-nav{
    display:none !important;
  }
  .back-to-top{
    display:flex !important;
  }
}

/* Mobile: hamburger + TOP */
@media(max-width:900px){
  .mobile-menu-toggle{
    display:flex !important;
    position:fixed !important;
    top:16px !important;
    right:16px !important;
    z-index:2147483646 !important;
    width:44px !important;
    height:44px !important;
    border:0 !important;
    border-radius:50% !important;
    background:rgba(248,245,238,.96) !important;
    padding:11px 10px !important;
    flex-direction:column !important;
    justify-content:center !important;
    gap:4px !important;
    box-shadow:0 5px 20px rgba(60,50,40,.12) !important;
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
  }
  .mobile-menu-toggle span{
    display:block !important;
    width:100% !important;
    height:1px !important;
    background:#4f4a45 !important;
  }
  .mobile-quick-nav{
    display:flex !important;
    position:fixed !important;
    top:0 !important;
    right:0 !important;
    width:min(82vw,330px) !important;
    height:100vh !important;
    z-index:2147483645 !important;
    padding:86px 28px 34px !important;
    background:rgba(246,242,234,.99) !important;
    flex-direction:column !important;
    transform:translateX(105%) !important;
    transition:transform .3s ease !important;
    visibility:visible !important;
  }
  .mobile-quick-nav.is-open{
    transform:translateX(0) !important;
  }
  .mobile-quick-nav a{
    display:block !important;
    padding:16px 2px !important;
    color:#45413d !important;
    text-decoration:none !important;
    border-bottom:1px solid rgba(80,70,60,.10) !important;
  }
}

/* TOP button: fixed and visible after JS toggle */
.back-to-top{
  position:fixed !important;
  right:20px !important;
  bottom:20px !important;
  z-index:2147483644 !important;
  width:48px !important;
  height:48px !important;
  border:0 !important;
  border-radius:50% !important;
  background:rgba(248,245,238,.96) !important;
  color:#514a43 !important;
  box-shadow:0 6px 22px rgba(65,55,45,.12) !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;
  transform:translateY(8px) !important;
  transition:opacity .25s ease, transform .25s ease, visibility .25s ease !important;
}
.back-to-top.is-visible{
  opacity:1 !important;
  visibility:visible !important;
  pointer-events:auto !important;
  transform:translateY(0) !important;
}
.back-to-top span{font-size:16px !important;line-height:1 !important;}
.back-to-top small{font-size:8px !important;letter-spacing:.08em !important;}

@media(max-width:900px){
  .back-to-top{
    right:16px !important;
    bottom:16px !important;
    width:44px !important;
    height:44px !important;
  }
}

/* ===== v1.26 hamburger open state ===== */
@media(max-width:900px){
  .mobile-menu-toggle.is-open span:nth-child(1){
    transform:translateY(5px) rotate(45deg) !important;
  }
  .mobile-menu-toggle.is-open span:nth-child(2){
    opacity:0 !important;
  }
  .mobile-menu-toggle.is-open span:nth-child(3){
    transform:translateY(-5px) rotate(-45deg) !important;
  }
  .mobile-menu-toggle span{
    transition:transform .25s ease, opacity .25s ease !important;
  }
}

/* ===== v1.27 quiet top prototype ===== */
body:not(.approach-page) .landscape-story,
body:not(.approach-page) .timeline-story,
body:not(.approach-page) .bridge-section,
body:not(.approach-page) .dawn-section,
body:not(.approach-page) .consult-section,
body:not(.approach-page) .first-visit-section{display:none!important}

.quiet-home{font-family:inherit;color:#45413c;background:#faf8f3}
.quiet-wrap{width:min(1100px,86vw);margin:auto}
.quiet-en{font-size:9px;letter-spacing:.24em;color:#918980;margin:0 0 13px}
.quiet-home h2{font-size:clamp(25px,2.7vw,36px);font-weight:400;letter-spacing:.04em;margin:0}
.quiet-first{padding:14vh 0;background:#faf8f3}
.quiet-split{display:grid;grid-template-columns:.8fr 1.2fr;gap:9vw;align-items:center}
.quiet-visual{height:300px;position:relative;background:linear-gradient(145deg,#e5e4dc,#f2ede4);overflow:hidden}
.quiet-visual:before{content:"";position:absolute;width:220px;height:220px;border-radius:50%;right:12%;top:10%;background:radial-gradient(circle,#fff9df,rgba(255,249,223,.08) 70%,transparent)}
.quiet-visual i{position:absolute;left:20%;bottom:-10%;height:72%;width:1px;background:rgba(103,123,91,.28);transform:rotate(-11deg)}
.quiet-info{padding:10vh 0;background:#ece8df}
.quiet-info-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:45px}
.quiet-info-head>a{font-size:12px;color:white;background:#819376;padding:13px 24px;border-radius:999px;text-decoration:none}
.quiet-info-grid{display:grid;grid-template-columns:1.5fr .7fr;gap:7vw}
.quiet-info h3{font-size:14px;font-weight:400}
.quiet-table{border-top:1px solid rgba(70,60,50,.12);border-bottom:1px solid rgba(70,60,50,.12)}
.quiet-table>div{display:grid;grid-template-columns:1.4fr repeat(7,1fr);min-height:41px;align-items:center;border-top:1px solid rgba(70,60,50,.07);text-align:center;font-size:10px}
.quiet-table>div:first-child{border-top:0}.quiet-table span:first-child{text-align:left}.quiet-table b{font-weight:400;color:#80786f}
.quiet-info small{display:block;margin-top:11px;font-size:9px;color:#8d857c}
.quiet-facts p{font-size:12px;line-height:1.7;padding-bottom:18px;border-bottom:1px solid rgba(70,60,50,.1);margin:0 0 20px}
.quiet-facts em{display:block;font-style:normal;font-size:8px;letter-spacing:.2em;color:#968e84;margin-bottom:7px}
.quiet-news{background:#ddd8ce}
.quiet-news .quiet-wrap{min-height:70px;display:grid;grid-template-columns:65px 75px 1fr 20px;align-items:center;gap:15px;font-size:10px}
.quiet-news b{font-size:9px;letter-spacing:.2em}.quiet-news time{color:#817a72}
.quiet-about{padding:16vh 0;background:#faf8f3}
.quiet-about-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:10vw;align-items:center}
.quiet-art{height:450px;background:linear-gradient(145deg,#deddd5,#f1ece3);position:relative}
.quiet-art i{position:absolute;left:33%;top:22%;width:34%;height:42%;background:linear-gradient(145deg,#b4bfa8,#e2d6c3);border:8px solid rgba(255,255,255,.8)}
.quiet-lead{font-size:16px;line-height:2.1;margin:28px 0 18px}.quiet-body{font-size:12px;line-height:2.1;color:#777067}
.quiet-approach{padding:12vh 0;background:#e9e5dc}
.quiet-approach-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:10vw}
.quiet-approach-grid>div:last-child p{font-size:13px;line-height:2;color:#655f58;margin:0}
.quiet-approach a{display:inline-flex;gap:12px;margin-top:25px;font-size:11px;color:#586651;text-decoration:none}
.quiet-director{padding:15vh 0;background:#faf8f3}
.quiet-director-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:9vw;align-items:center}
.quiet-photo{height:430px;background:linear-gradient(145deg,#d7d4cc,#eee9df)}
.quiet-director p:not(.quiet-en){font-size:13px;line-height:2.1;color:#5f5953;margin-top:28px}.quiet-director small{font-size:9px;color:#8c847b}
.quiet-consult{padding:11vh 0;background:#efebe3}
.quiet-consult h2{margin-bottom:38px}.quiet-consult>div>div{display:flex;gap:12px;flex-wrap:wrap}
.quiet-consult span{padding:12px 17px;border:1px solid rgba(70,60,50,.1);border-radius:999px;font-size:10.5px;color:#686159}
@media(max-width:900px){
 .quiet-wrap{width:88vw}.quiet-first{padding:10vh 0}.quiet-split,.quiet-info-grid,.quiet-about-grid,.quiet-approach-grid,.quiet-director-grid{grid-template-columns:1fr;gap:44px}
 .quiet-visual{height:230px}.quiet-info{padding:8vh 0}.quiet-info-head{align-items:center}.quiet-info-head>a{padding:11px 16px;font-size:10px}
 .quiet-table>div{font-size:9px;grid-template-columns:1.3fr repeat(7,1fr);min-height:37px}
 .quiet-news .quiet-wrap{grid-template-columns:45px 55px 1fr 12px;gap:7px}.quiet-news span{font-size:9px}
 .quiet-about{padding:11vh 0}.quiet-art{height:300px;order:2}.quiet-approach{padding:9vh 0}.quiet-director{padding:11vh 0}.quiet-photo{height:310px}
 .quiet-consult{padding:9vh 0}.quiet-consult>div>div{display:grid}.quiet-consult span{border-radius:13px}
}

.quiet-dawn i{position:absolute;width:76px;height:76px;border-radius:50%;left:42%;bottom:10%;background:#f4d586;animation:quietSun 5s ease-out forwards}
@keyframes quietSun{to{transform:translate(35vw,-45vh);filter:brightness(1.12)}}


/* ===== v1.29 FIRST VISIT : quiet threshold ===== */
.first-visit-v129{
  padding:clamp(96px,14vh,160px) 0;
  background:linear-gradient(180deg,#faf8f3 0%,#f7f4ee 100%);
}
.first-visit-v129-grid{
  display:grid;
  grid-template-columns:minmax(220px,.72fr) minmax(0,1.28fr);
  gap:clamp(52px,9vw,128px);
  align-items:center;
}
.first-visit-v129-copy{padding-left:clamp(0px,2vw,24px)}
.first-visit-v129-copy h2{
  margin:0;
  font-size:clamp(27px,2.6vw,38px);
  font-weight:400;
  letter-spacing:.055em;
  line-height:1.7;
}
.first-visit-v129-rule{
  width:34px;height:1px;margin:34px 0 28px;
  background:rgba(72,67,61,.22);
}
.first-visit-v129-note{
  margin:0;color:#7b746c;font-size:11px;letter-spacing:.08em;
}
.first-visit-v129-link{
  display:inline-flex;align-items:center;gap:13px;margin-top:30px;
  color:#5d6957;text-decoration:none;font-size:11px;letter-spacing:.04em;
}
.first-visit-v129-link span{transition:transform .25s ease}
.first-visit-v129-link:hover span{transform:translateX(4px)}
.first-visit-v129-photo{
  position:relative;margin:0;height:clamp(330px,48vw,570px);overflow:hidden;
  background:#e7e2d9;
}
.first-visit-v129-photo img{
  width:100%;height:100%;object-fit:cover;object-position:center 53%;
  filter:saturate(.72) contrast(.92) brightness(1.05);
  transform:scale(1.015);
}
.first-visit-v129-photo:after{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(115deg,rgba(250,248,243,.18),transparent 42%,rgba(255,255,255,.06));
}
.first-visit-v129-light{
  position:absolute;z-index:2;right:-8%;top:-14%;width:48%;aspect-ratio:1;border-radius:50%;
  background:radial-gradient(circle,rgba(255,250,224,.30) 0%,rgba(255,250,224,.09) 48%,transparent 72%);
  pointer-events:none;
}
@media(max-width:900px){
  .first-visit-v129{padding:88px 0 94px}
  .first-visit-v129-grid{grid-template-columns:1fr;gap:48px}
  .first-visit-v129-copy{padding:0 3vw}
  .first-visit-v129-rule{margin:28px 0 23px}
  .first-visit-v129-link{margin-top:24px}
  .first-visit-v129-photo{height:58vh;min-height:360px;max-height:520px;width:100vw;margin-left:calc(50% - 50vw)}
  .first-visit-v129-photo img{object-position:center 55%}
}

/* ===== v1.30 approved reception photo ===== */
.first-visit-v129-photo img{
  object-position:center center;
  filter:saturate(.90) contrast(.98) brightness(1.01);
  transform:none;
}
@media(max-width:900px){
  .first-visit-v129-photo img{object-position:center center;}
}

/* ===== v1.33 actual top clinic guide update ===== */
.quiet-info-v133{
  background:#ece8df;
  padding:9vh 0 8.5vh;
}
.quiet-info-grid-v133{
  align-items:start;
}
.quiet-facts-v133{
  gap:0;
}
.quiet-fact-v133{
  padding:0 0 20px;
  margin-bottom:20px;
  border-bottom:1px solid rgba(70,60,50,.10);
}
.quiet-fact-v133:last-child{
  margin-bottom:0;
}
.quiet-fact-v133 em{
  display:block;
  font-style:normal;
  font-size:8px;
  letter-spacing:.2em;
  color:#968e84;
  margin-bottom:7px;
}
.quiet-fact-v133 p{
  margin:0;
  font-size:12px;
  line-height:1.7;
}
.quiet-fact-button{
  display:inline-flex;
  align-items:center;
  gap:12px;
  margin-top:12px;
  padding-bottom:4px;
  border-bottom:1px solid rgba(91,108,83,.45);
  color:#5b6c53;
  text-decoration:none;
  font-size:10.5px;
}
.quiet-fact-button.is-disabled{
  opacity:.52;
}

.quiet-news-v133{
  background:#f8f6f1;
  padding:6.5vh 0 7vh;
}
.quiet-news-v133-wrap{
  display:block !important;
  min-height:0 !important;
}
.quiet-news-v133-head{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:20px;
  margin-bottom:22px;
}
.quiet-news-v133-head h2{
  margin:0;
  font-size:clamp(20px,2.3vw,28px);
  font-weight:400;
  letter-spacing:.06em;
}
.quiet-news-v133-head>a{
  font-size:10px;
  color:#69745f;
  text-decoration:none;
  padding-bottom:3px;
  border-bottom:1px solid rgba(105,116,95,.45);
}
.quiet-news-v133-list{
  border-top:1px solid rgba(70,60,50,.10);
}
.quiet-news-v133-list>a{
  display:grid;
  grid-template-columns:110px 1fr;
  gap:18px;
  padding:16px 2px;
  border-bottom:1px solid rgba(70,60,50,.09);
  color:#57524c;
  text-decoration:none;
  font-size:10.5px;
}
.quiet-news-v133-list time{
  color:#918a81;
  font-size:9px;
  letter-spacing:.08em;
}

@media(max-width:900px){
  .quiet-info-v133{
    padding:6.5vh 0 5.8vh;
  }
  .quiet-info-v133 .quiet-info-head{
    margin-bottom:28px;
  }
  .quiet-fact-v133{
    padding-bottom:17px;
    margin-bottom:17px;
  }
  .quiet-news-v133{
    padding:5vh 0 5.5vh;
  }
  .quiet-news-v133-head{
    margin-bottom:18px;
  }
  .quiet-news-v133-list>a{
    grid-template-columns:88px 1fr;
    gap:10px;
    padding:14px 1px;
  }
}

/* ===== v1.34 structural cleanup =====
   The old storytelling/duplicate top sections have been physically removed from index.html.
   Keep the current quiet top as the only primary architecture.
*/
html{scroll-behavior:smooth}
#clinic-guide,#first-visit,#about,#approach,#director,#consult,
#symptoms,#treatment-space,#price,#faq,#access,#contact{
  scroll-margin-top:86px;
}
@media(max-width:900px){
  #clinic-guide,#first-visit,#about,#approach,#director,#consult,
  #symptoms,#treatment-space,#price,#faq,#access,#contact{
    scroll-margin-top:66px;
  }
}

/* ===== v1.35 mobile stability fix ===== */
html,body{
  max-width:100%;
  overflow-x:hidden;
}
body.menu-open{
  overflow:hidden;
}

@media(max-width:900px){
  .mobile-menu-toggle{
    display:flex !important;
    position:fixed !important;
    top:16px !important;
    right:16px !important;
    z-index:10000 !important;
    width:44px !important;
    height:44px !important;
    border:0 !important;
    border-radius:50% !important;
    background:rgba(248,245,238,.96) !important;
    padding:11px 10px !important;
    flex-direction:column !important;
    justify-content:center !important;
    gap:4px !important;
    box-shadow:0 5px 20px rgba(60,50,40,.12) !important;
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
  }

  .mobile-menu-toggle span{
    display:block !important;
    width:100% !important;
    height:1px !important;
    background:#4f4a45 !important;
    transition:transform .25s ease, opacity .25s ease !important;
  }

  .mobile-menu-toggle.is-open span:nth-child(1){
    transform:translateY(5px) rotate(45deg) !important;
  }
  .mobile-menu-toggle.is-open span:nth-child(2){
    opacity:0 !important;
  }
  .mobile-menu-toggle.is-open span:nth-child(3){
    transform:translateY(-5px) rotate(-45deg) !important;
  }

  .mobile-quick-nav{
    display:flex !important;
    position:fixed !important;
    top:0 !important;
    right:0 !important;
    width:min(82vw,330px) !important;
    height:100dvh !important;
    z-index:9999 !important;
    padding:86px 28px 34px !important;
    background:rgba(246,242,234,.99) !important;
    flex-direction:column !important;
    transform:translateX(105%) !important;
    transition:transform .3s ease !important;
    visibility:visible !important;
    overflow-y:auto !important;
  }
  .mobile-quick-nav.is-open{
    transform:translateX(0) !important;
  }

  .desktop-nav{
    display:none !important;
  }

  .back-to-top{
    right:16px !important;
    bottom:16px !important;
    z-index:9998 !important;
  }
}

@media(min-width:901px){
  .mobile-menu-toggle,
  .mobile-quick-nav{
    display:none !important;
  }
  .desktop-nav{
    display:flex !important;
  }
}

/* v1.36 */
.first-visit-copy-v136,.about-copy-v136{margin-top:24px;max-width:520px}
.first-visit-copy-v136 p,.about-copy-v136 p{margin:0 0 18px;font-size:12px;line-height:2.05;letter-spacing:.035em;color:#5c5751}
.first-visit-copy-v136 .first-visit-lead-v136,.about-copy-v136 .about-lead-v136{margin:26px 0 24px;font-size:clamp(16px,1.55vw,20px);line-height:1.95;color:#49443f}
@media(max-width:900px){
 .quiet-info-v133{padding-top:5.5vh!important;padding-bottom:5.2vh!important}
 .quiet-news-v133{padding-top:4.2vh!important;padding-bottom:4.5vh!important}
 .first-visit-copy-v136,.about-copy-v136{margin-top:20px}
 .first-visit-copy-v136 p,.about-copy-v136 p{font-size:11.5px;line-height:1.95;margin-bottom:16px}
 .first-visit-copy-v136 .first-visit-lead-v136,.about-copy-v136 .about-lead-v136{font-size:16px;margin:22px 0 20px}
}

/* ===== v1.37 exact visible text fix ===== */
.first-visit-copy-v137,.about-copy-v137{margin-top:24px;max-width:520px}
.first-visit-copy-v137 p,.about-copy-v137 p{
  margin:0 0 18px;font-size:12px;line-height:2.05;letter-spacing:.035em;color:#5c5751
}
.first-visit-copy-v137 .first-visit-lead-v137,.about-copy-v137 .about-lead-v137{
  margin:26px 0 24px;font-size:clamp(16px,1.55vw,20px);line-height:1.95;color:#49443f
}
.quiet-about-photo-placeholder{
  display:flex;align-items:center;justify-content:center;
  min-height:390px;background:#e9e5dc!important;border:1px solid rgba(70,60,50,.08)
}
.quiet-about-photo-placeholder span{font-size:9px;letter-spacing:.24em;color:#a19a90}
@media(max-width:900px){
  .quiet-info-v133{padding-top:5.5vh!important;padding-bottom:5.2vh!important}
  .quiet-news-v133{padding-top:4.2vh!important;padding-bottom:4.5vh!important}
  .first-visit-copy-v137,.about-copy-v137{margin-top:20px}
  .first-visit-copy-v137 p,.about-copy-v137 p{font-size:11.5px;line-height:1.95;margin-bottom:16px}
  .first-visit-copy-v137 .first-visit-lead-v137,.about-copy-v137 .about-lead-v137{font-size:16px;margin:22px 0 20px}
  .quiet-about-photo-placeholder{min-height:260px}
}

/* ===== v1.38 OUR APPROACH ===== */
.quiet-approach-v138 .approach-copy-v138{margin-top:25px;max-width:560px}
.quiet-approach-v138 .approach-copy-v138 p{margin:0 0 19px;font-size:12px;line-height:2.05;letter-spacing:.035em;color:#5c5751}
.quiet-approach-v138 .approach-lead-v138{margin:27px 0 25px!important;font-size:clamp(16px,1.55vw,20px)!important;line-height:1.95!important;color:#49443f!important;font-weight:400}
.quiet-approach-v138 .approach-link-v138{display:inline-flex;align-items:center;gap:14px;margin-top:8px}
@media(max-width:900px){
 .quiet-approach-v138 .approach-copy-v138{margin-top:20px}
 .quiet-approach-v138 .approach-copy-v138 p{font-size:11.5px;line-height:1.95;margin-bottom:16px}
 .quiet-approach-v138 .approach-lead-v138{font-size:16px!important;margin:22px 0 20px!important}
}

/* ===== v1.39 First Visit door photo ===== */
.first-visit-v129-photo{overflow:hidden}
.first-visit-v129-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  filter:saturate(.96) contrast(.99) brightness(1.01);
  transform:none;
}
@media(max-width:900px){
  .first-visit-v129-photo img{object-position:center center}
}

/* ===== v1.40 correct photo placement ===== */
.quiet-about-photo-v140{
  margin:0;
  overflow:hidden;
  min-height:390px;
  background:#e9e5dc;
}
.quiet-about-photo-v140 img{
  display:block;
  width:100%;
  height:100%;
  min-height:390px;
  object-fit:cover;
  object-position:center center;
  filter:saturate(.96) contrast(.99) brightness(1.01);
}
@media(max-width:900px){
  .quiet-about-photo-v140,
  .quiet-about-photo-v140 img{min-height:260px}
}

/* ===== v1.41 OUR APPROACH with watercolor tree ===== */
.approach-tree-v141{
  padding:clamp(90px,12vw,150px) 0;
  background:linear-gradient(180deg,#f7f4ed 0%,#fbfaf6 100%);
}
.approach-tree-v141-grid{
  display:grid;
  grid-template-columns:minmax(0,.88fr) minmax(420px,1.12fr);
  gap:clamp(40px,7vw,90px);
  align-items:center;
}
.approach-tree-v141-copy{
  max-width:500px;
}
.approach-tree-v141 h2{
  margin:0;
}
.approach-copy-v141{
  margin-top:28px;
}
.approach-copy-v141 p{
  margin:0 0 20px;
  font-size:12px;
  line-height:2.05;
  letter-spacing:.035em;
  color:#5c5751;
}
.approach-copy-v141 .approach-lead-v141{
  margin:28px 0 25px;
  font-size:clamp(16px,1.5vw,20px);
  line-height:1.95;
  color:#49443f;
}
.approach-link-v141{
  display:inline-flex;
  align-items:center;
  gap:14px;
  margin-top:10px;
}
.approach-tree-v141-visual{
  position:relative;
  margin:0;
  min-height:520px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.approach-tree-v141-visual img{
  display:block;
  width:min(100%,650px);
  height:auto;
  object-fit:contain;
  filter:saturate(.90) brightness(1.02);
}

.approach-tree-mask-center{
  width:24%;
  height:13%;
  left:38%;
  top:41%;
  border-radius:48%;
}
.approach-tree-mask-bottom{
  width:43%;
  height:14%;
  left:29%;
  bottom:3%;
  border-radius:46%;
}

@media(max-width:900px){
  .approach-tree-v141{
    padding:72px 0 78px;
  }
  .approach-tree-v141-grid{
    grid-template-columns:1fr;
    gap:34px;
  }
  .approach-tree-v141-copy{
    max-width:none;
  }
  .approach-copy-v141{
    margin-top:22px;
  }
  .approach-copy-v141 p{
    font-size:11.5px;
    line-height:1.95;
    margin-bottom:16px;
  }
  .approach-copy-v141 .approach-lead-v141{
    font-size:16px;
    margin:22px 0 20px;
  }
  .approach-tree-v141-visual{
    min-height:0;
    margin-top:4px;
  }
  .approach-tree-v141-visual img{
    width:100%;
    max-width:560px;
  }
}

/* ===== v1.42 refined watercolor tree ===== */
.approach-tree-mask-center,
.approach-tree-mask-bottom{
  display:none !important;
}
.approach-tree-v141-visual img{
  width:min(100%,680px);
  filter:saturate(.94) brightness(1.02);
}
@media(max-width:900px){
  .approach-tree-v141-visual img{
    max-width:600px;
  }
}

/* v1.43 DIRECTOR */
.director-v143{padding:clamp(95px,12vw,155px) 0}
.director-v143-grid{display:grid;grid-template-columns:minmax(340px,.92fr) minmax(0,1.08fr);gap:clamp(50px,8vw,105px);align-items:center}
.director-v143-photo{min-height:520px;background:#ece8df;display:flex;align-items:center;justify-content:center}
.director-v143-photo span{font-size:9px;letter-spacing:.24em;color:#aaa298}
.director-v143-copy{max-width:560px}.director-v143-text{margin-top:28px}
.director-v143-text p{margin:0 0 20px;font-size:12px;line-height:2.05;letter-spacing:.035em;color:#5c5751}
.director-v143-text .director-v143-intro{margin:28px 0 25px;font-size:clamp(16px,1.45vw,19px);line-height:1.95;color:#49443f}
.director-v143-sign{margin:30px 0 0;font-size:11px;letter-spacing:.08em;color:#625d57;text-align:right}
@media(max-width:900px){.director-v143{padding:74px 0 82px}.director-v143-grid{grid-template-columns:1fr;gap:34px}.director-v143-copy{order:1;max-width:none}.director-v143-photo{order:2;min-height:360px}.director-v143-text{margin-top:22px}.director-v143-text p{font-size:11.5px;line-height:1.95;margin-bottom:16px}.director-v143-text .director-v143-intro{font-size:16px;margin:22px 0 20px}}

/* ===== v1.44 CONSULT CIRCLES ===== */
.consult-circles-v144{
  padding:clamp(100px,13vw,165px) 0;
  background:#f8f6f1;
  overflow:hidden;
}
.consult-circles-v144-head{
  text-align:center;
}
.consult-circles-v144-head h2{
  margin-bottom:0;
}
.consult-circles-v144-field{
  position:relative;
  max-width:1050px;
  min-height:650px;
  margin:58px auto 0;
}
.consult-circle-v144{
  position:absolute;
  width:245px;
  aspect-ratio:1/1;
  border:1px solid rgba(91,83,73,.22);
  border-radius:50%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:34px;
  text-align:center;
  background:rgba(255,255,255,.25);
}
.consult-circle-v144 h3{
  margin:0 0 14px;
  font-size:14px;
  line-height:1.7;
  letter-spacing:.045em;
  font-weight:400;
  color:#4f4a44;
}
.consult-circle-v144 p{
  margin:0;
  font-size:10.5px;
  line-height:1.9;
  letter-spacing:.035em;
  color:#777068;
}
.consult-circle-v144.circle-a{left:2%;top:55px;width:230px}
.consult-circle-v144.circle-b{left:28%;top:0;width:255px}
.consult-circle-v144.circle-c{right:4%;top:75px;width:235px}
.consult-circle-v144.circle-d{left:17%;bottom:10px;width:250px}
.consult-circle-v144.circle-e{right:18%;bottom:0;width:260px}

.consult-circles-v144-link{
  text-align:center;
  margin-top:8px;
}
.consult-circles-v144-link .quiet-link{
  display:inline-flex;
  gap:14px;
  align-items:center;
}

@media(max-width:900px){
  .consult-circles-v144{
    padding:78px 0 88px;
  }
  .consult-circles-v144-field{
    min-height:0;
    margin-top:42px;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px 12px;
    align-items:center;
  }
  .consult-circle-v144,
  .consult-circle-v144.circle-a,
  .consult-circle-v144.circle-b,
  .consult-circle-v144.circle-c,
  .consult-circle-v144.circle-d,
  .consult-circle-v144.circle-e{
    position:relative;
    inset:auto;
    width:100%;
    max-width:180px;
    margin:auto;
    padding:20px 14px;
  }
  .consult-circle-v144:nth-child(2),
  .consult-circle-v144:nth-child(4){
    transform:translateY(14px);
  }
  .consult-circle-v144.circle-e{
    grid-column:1/-1;
    max-width:190px;
    margin-top:4px;
  }
  .consult-circle-v144 h3{
    font-size:11.5px;
    line-height:1.6;
    margin-bottom:9px;
  }
  .consult-circle-v144 p{
    font-size:9px;
    line-height:1.7;
  }
  .consult-circles-v144-link{
    margin-top:38px;
  }
}
@media(max-width:390px){
  .consult-circles-v144-field{gap:15px 8px}
  .consult-circle-v144,
  .consult-circle-v144.circle-a,
  .consult-circle-v144.circle-b,
  .consult-circle-v144.circle-c,
  .consult-circle-v144.circle-d,
  .consult-circle-v144.circle-e{
    max-width:165px;
  }
  .consult-circle-v144.circle-e{max-width:178px}
}

/* ===== v1.45 CONSULT RIPPLES ===== */
.consult-ripples-v145{
  padding:clamp(105px,13vw,165px) 0;
  background:#f8f6f1;
  overflow:hidden;
}
.consult-ripples-v145-head{
  text-align:center;
}
.consult-ripples-v145-stage{
  position:relative;
  width:min(960px,100%);
  min-height:620px;
  margin:62px auto 0;
}
.consult-ripple-v145{
  position:absolute;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  border:1px solid rgba(102,92,82,.22);
  border-radius:49% 51% 47% 53% / 52% 46% 54% 48%;
  color:#5a554f;
  background:rgba(255,255,255,.10);
}
.consult-ripple-v145::after{
  content:"";
  position:absolute;
  inset:9%;
  border:1px solid rgba(102,92,82,.08);
  border-radius:52% 48% 55% 45% / 46% 54% 48% 52%;
}
.consult-ripple-v145 span{
  position:relative;
  z-index:2;
  font-size:12px;
  line-height:1.7;
  letter-spacing:.04em;
}
.ripple-a{width:245px;height:205px;left:3%;top:110px;transform:rotate(-6deg)}
.ripple-b{width:275px;height:225px;left:28%;top:0;transform:rotate(4deg)}
.ripple-c{width:245px;height:210px;right:2%;top:105px;transform:rotate(-3deg)}
.ripple-d{width:260px;height:220px;left:18%;bottom:10px;transform:rotate(5deg)}
.ripple-e{width:285px;height:235px;right:15%;bottom:0;transform:rotate(-5deg)}

.consult-ripples-v145-center{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-46%);
  z-index:3;
  width:170px;
  height:170px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:radial-gradient(circle,rgba(245,241,232,.94) 0%,rgba(248,246,241,.76) 72%,rgba(248,246,241,0) 100%);
}
.consult-ripples-v145-center p{
  margin:0;
  font-size:12px;
  line-height:1.9;
  letter-spacing:.06em;
  color:#777068;
}
.consult-ripples-v145-link{
  text-align:center;
  margin-top:8px;
}
.consult-ripples-v145-link .quiet-link{
  display:inline-flex;
  gap:14px;
  align-items:center;
}

@media(max-width:900px){
  .consult-ripples-v145{
    padding:80px 0 92px;
  }
  .consult-ripples-v145-stage{
    min-height:610px;
    margin-top:42px;
  }
  .consult-ripple-v145 span{
    font-size:10.5px;
  }
  .ripple-a{width:165px;height:145px;left:0;top:65px}
  .ripple-b{width:180px;height:155px;right:0;left:auto;top:0}
  .ripple-c{width:170px;height:148px;right:0;top:175px}
  .ripple-d{width:175px;height:150px;left:0;bottom:125px}
  .ripple-e{width:190px;height:160px;right:4%;bottom:0}
  .consult-ripples-v145-center{
    width:138px;height:138px;top:51%;
  }
  .consult-ripples-v145-center p{
    font-size:10.5px;
    line-height:1.75;
  }
  .consult-ripples-v145-link{
    margin-top:28px;
  }
}
@media(max-width:380px){
  .consult-ripples-v145-stage{min-height:585px}
  .ripple-a{width:150px;height:132px}
  .ripple-b{width:165px;height:142px}
  .ripple-c{width:155px;height:135px}
  .ripple-d{width:160px;height:140px}
  .ripple-e{width:175px;height:150px}
}

/* ===== v1.46 CONSULT mobile visibility fix ===== */
@media(max-width:900px){
  .consult-ripples-v145{
    display:block !important;
    visibility:visible !important;
    opacity:1 !important;
    height:auto !important;
    min-height:0 !important;
    overflow:visible !important;
    padding:78px 0 88px !important;
  }
  .consult-ripples-v145 .quiet-wrap,
  .consult-ripples-v145-head,
  .consult-ripples-v145-stage,
  .consult-ripples-v145-link{
    display:block !important;
    visibility:visible !important;
    opacity:1 !important;
  }
  .consult-ripples-v145-stage{
    position:relative !important;
    width:100% !important;
    min-height:0 !important;
    margin:38px auto 0 !important;
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:16px 10px !important;
    align-items:center !important;
  }
  .consult-ripple-v145,
  .ripple-a,.ripple-b,.ripple-c,.ripple-d,.ripple-e{
    position:relative !important;
    inset:auto !important;
    left:auto !important; right:auto !important;
    top:auto !important; bottom:auto !important;
    display:flex !important;
    visibility:visible !important;
    opacity:1 !important;
    width:min(42vw,172px) !important;
    height:min(36vw,148px) !important;
    margin:0 auto !important;
  }
  .ripple-a{transform:rotate(-4deg) !important}
  .ripple-b{transform:translateY(12px) rotate(4deg) !important}
  .ripple-c{transform:rotate(3deg) !important}
  .ripple-d{transform:translateY(12px) rotate(-4deg) !important}
  .ripple-e{
    grid-column:1/-1 !important;
    width:min(46vw,188px) !important;
    height:min(39vw,158px) !important;
    transform:rotate(3deg) !important;
  }
  .consult-ripples-v145-center{
    position:relative !important;
    inset:auto !important;
    left:auto !important; top:auto !important;
    transform:none !important;
    grid-column:1/-1 !important;
    grid-row:3 !important;
    width:130px !important;
    height:130px !important;
    margin:4px auto 2px !important;
    display:flex !important;
    visibility:visible !important;
    opacity:1 !important;
  }
  .ripple-e{grid-row:4 !important}
  .consult-ripple-v145 span{font-size:10.5px !important}
  .consult-ripples-v145-link{margin-top:30px !important;text-align:center !important}
}

/* ===== v1.47 CONSULT simple ===== */
.consult-simple-v147{
  padding:clamp(95px,12vw,150px) 0;
  background:#f8f6f1;
}
.consult-simple-v147-head{
  margin-bottom:48px;
}
.consult-simple-v147-list{
  border-top:1px solid rgba(78,72,65,.13);
}
.consult-simple-v147-item{
  display:grid;
  grid-template-columns:minmax(240px,.85fr) minmax(0,1.15fr);
  gap:48px;
  align-items:center;
  padding:24px 2px;
  border-bottom:1px solid rgba(78,72,65,.10);
}
.consult-simple-v147-item h3{
  margin:0;
  font-size:14px;
  line-height:1.7;
  letter-spacing:.035em;
  font-weight:400;
  color:#4f4a44;
}
.consult-simple-v147-item p{
  margin:0;
  font-size:11px;
  line-height:1.9;
  color:#777068;
}
.consult-simple-v147-link{
  margin-top:30px;
}
.consult-simple-v147-link .quiet-link{
  display:inline-flex;
  align-items:center;
  gap:14px;
}
@media(max-width:900px){
  .consult-simple-v147{
    padding:74px 0 82px;
  }
  .consult-simple-v147-head{
    margin-bottom:34px;
  }
  .consult-simple-v147-item{
    display:block;
    padding:20px 0 19px;
  }
  .consult-simple-v147-item h3{
    font-size:12.5px;
    margin-bottom:7px;
  }
  .consult-simple-v147-item p{
    font-size:10.5px;
    line-height:1.8;
  }
  .consult-simple-v147-link{
    margin-top:25px;
  }
}

/* ===== v1.48 CONSULT visual ===== */
.consult-visual-v148{
  padding:clamp(95px,12vw,150px) 0;
  background:#faf9f6;
  overflow:hidden;
}
.consult-visual-v148-head{
  text-align:center;
  margin-bottom:38px;
}
.consult-visual-v148-figure{
  width:min(1180px,100%);
  margin:0 auto;
}
.consult-visual-v148-figure img{
  display:block;
  width:100%;
  height:auto;
  mix-blend-mode:multiply;
}
.consult-visual-v148-link{
  text-align:center;
  margin-top:28px;
}
.consult-visual-v148-link .quiet-link{
  display:inline-flex;
  align-items:center;
  gap:14px;
}
@media(max-width:900px){
  .consult-visual-v148{
    padding:74px 0 82px;
  }
  .consult-visual-v148-head{
    margin-bottom:26px;
  }
  .consult-visual-v148-figure{
    width:calc(100% + 24px);
    margin-left:-12px;
  }
  .consult-visual-v148-figure img{
    width:100%;
  }
  .consult-visual-v148-link{
    margin-top:24px;
  }
}

/* ===== v1.49 CONSULT duplicate heading fix ===== */
.consult-visual-v148{
  padding-top:clamp(72px,9vw,110px);
}
@media(max-width:900px){
  .consult-visual-v148{
    padding-top:58px;
  }
}

/* ===== v1.50 OUR APPROACH split visual/text ===== */
.approach-v150{
  padding:clamp(100px,12vw,160px) 0;
  background:#fbfaf6;
}
.approach-v150-grid{
  display:grid;
  grid-template-columns:minmax(420px,1.05fr) minmax(0,.95fr);
  gap:clamp(48px,7vw,92px);
  align-items:center;
}
.approach-v150-visual{
  margin:0;
}
.approach-v150-visual img{
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
}
.approach-v150-copy{
  max-width:590px;
}
.approach-v150-copy h2{
  margin-bottom:0;
}
.approach-v150-lead{
  margin:30px 0 24px;
  font-size:clamp(20px,2.1vw,30px);
  line-height:1.75;
  letter-spacing:.03em;
  color:#47423d;
}
.approach-v150-copy>p:not(.quiet-en):not(.approach-v150-lead){
  margin:0 0 18px;
  font-size:12px;
  line-height:2.05;
  letter-spacing:.03em;
  color:#5d5751;
}
.approach-v150-points{
  margin-top:34px;
  border-top:1px solid rgba(75,68,60,.12);
}
.approach-v150-point{
  display:grid;
  grid-template-columns:46px 1fr;
  gap:18px;
  padding:20px 0;
  border-bottom:1px solid rgba(75,68,60,.10);
}
.approach-v150-point>span{
  width:36px;
  height:36px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#eef2e8;
  color:#66685e;
  font-size:12px;
}
.approach-v150-point:nth-child(2)>span{background:#eef3f7}
.approach-v150-point:nth-child(3)>span{background:#f6f0e4}
.approach-v150-point h3{
  margin:0 0 6px;
  font-size:13px;
  line-height:1.7;
  font-weight:400;
  color:#4f4a44;
}
.approach-v150-point p{
  margin:0;
  font-size:10.5px;
  line-height:1.85;
  color:#777068;
}
.approach-v150-link{
  display:inline-flex;
  align-items:center;
  gap:14px;
  margin-top:30px;
}
@media(max-width:900px){
  .approach-v150{
    padding:76px 0 88px;
  }
  .approach-v150-grid{
    grid-template-columns:1fr;
    gap:34px;
  }
  .approach-v150-copy{
    order:1;
    max-width:none;
  }
  .approach-v150-visual{
    order:2;
  }
  .approach-v150-lead{
    margin:24px 0 20px;
    font-size:20px;
    line-height:1.8;
  }
  .approach-v150-copy>p:not(.quiet-en):not(.approach-v150-lead){
    font-size:11.5px;
    line-height:1.95;
  }
  .approach-v150-point{
    grid-template-columns:40px 1fr;
    gap:14px;
    padding:17px 0;
  }
  .approach-v150-point>span{
    width:32px;
    height:32px;
  }
  .approach-v150-point h3{font-size:12px}
  .approach-v150-point p{font-size:10px}
}

/* ===== v1.51 CONSULTATION — words first, watercolor as bleed ===== */
.consult-v151{
  padding:clamp(95px,12vw,150px) 0;
  background:#fff;
  overflow:hidden;
}
.consult-v151-grid{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);
  gap:clamp(36px,6vw,84px);
  align-items:center;
}
.consult-v151-copy{
  max-width:620px;
}
.consult-v151-copy h2{
  margin-bottom:0;
}
.consult-v151-list{
  margin-top:42px;
  border-top:1px solid rgba(70,65,58,.12);
}
.consult-v151-item{
  display:grid;
  grid-template-columns:14px 1fr;
  gap:26px;
  align-items:center;
  min-height:82px;
  border-bottom:1px solid rgba(70,65,58,.10);
}
.consult-v151-mark{
  display:block;
  width:4px;
  height:48px;
  border-radius:999px;
  background:#b8cce0;
}
.consult-v151-item.tone-green .consult-v151-mark{background:#b9cda5}
.consult-v151-item.tone-gold .consult-v151-mark{background:#e7c36f}
.consult-v151-item.tone-pink .consult-v151-mark{background:#d9b1bf}
.consult-v151-item.tone-violet .consult-v151-mark{background:#bea7cf}

.consult-v151-item p{
  margin:0;
  font-size:15px;
  line-height:1.8;
  letter-spacing:.035em;
  color:#4d4843;
}
.consult-v151-link{
  display:inline-flex;
  align-items:center;
  gap:14px;
  margin-top:30px;
}
.consult-v151-wash{
  min-height:560px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.consult-v151-wash img{
  display:block;
  width:min(100%,620px);
  height:auto;
  opacity:.92;
}

@media(max-width:900px){
  .consult-v151{
    padding:74px 0 84px;
  }
  .consult-v151-grid{
    grid-template-columns:1fr;
    gap:18px;
  }
  .consult-v151-copy{
    max-width:none;
  }
  .consult-v151-list{
    margin-top:30px;
  }
  .consult-v151-item{
    grid-template-columns:10px 1fr;
    gap:18px;
    min-height:68px;
  }
  .consult-v151-mark{
    width:3px;
    height:38px;
  }
  .consult-v151-item p{
    font-size:13px;
    line-height:1.7;
  }
  .consult-v151-wash{
    min-height:240px;
    margin-top:12px;
    justify-content:flex-end;
  }
  .consult-v151-wash img{
    width:78%;
    max-width:420px;
    opacity:.72;
  }
}

/* ===== v1.53 ACCESS PAGE ===== */
.access-page-v153{margin:0;background:#fbfaf6;color:#49443f}
.access-header-v153{height:72px;padding:0 5vw;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(70,64,57,.08);background:rgba(251,250,246,.94)}
.access-logo-v153,.access-home-v153{text-decoration:none;color:#4e4943}.access-logo-v153{font-size:13px;letter-spacing:.08em}.access-home-v153{font-size:9px;letter-spacing:.18em}
.access-wrap-v153{width:min(1080px,86vw);margin:0 auto}
.access-hero-v153{padding:clamp(90px,12vw,150px) 0 70px}.access-hero-v153 h1{font-size:clamp(34px,4.2vw,55px);font-weight:400;letter-spacing:.05em;margin:0 0 22px}.access-hero-v153>div>p:last-child{font-size:12px;line-height:2;color:#756e66}
.access-info-v153{padding:70px 0 100px}.access-info-grid-v153{display:grid;grid-template-columns:.95fr 1.05fr;gap:clamp(55px,8vw,110px)}
.access-label-v153,.access-route-en-v153{font-size:8px;letter-spacing:.2em;color:#999187}.access-address-v153 h2{font-size:25px;font-weight:400;margin:14px 0 26px}.access-address-v153 address{font-style:normal;font-size:13px;line-height:2}.access-phone-v153{margin:24px 0 4px}.access-phone-v153 a{font-size:21px;color:#4f5e48;text-decoration:none}.access-parking-v153{font-size:11px;color:#777067}
.access-buttons-v153{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.access-primary-v153,.access-secondary-v153{display:inline-flex;align-items:center;gap:12px;text-decoration:none;font-size:11px;padding:13px 20px;border-radius:999px}.access-primary-v153{background:#788c70;color:#fff}.access-secondary-v153{border:1px solid rgba(88,82,75,.18);color:#5b554f}
.access-routes-v153 article{padding:0 0 30px;margin:0 0 30px;border-bottom:1px solid rgba(70,64,57,.10)}.access-routes-v153 h3{font-size:16px;font-weight:400;margin:10px 0 16px}.access-routes-v153 p:not(.access-route-en-v153){font-size:11.5px;line-height:2;color:#69635c}.access-routes-v153 strong{font-weight:500;color:#4c4742}
.access-map-v153{width:100%;height:min(62vh,620px);background:#eee}.access-map-v153 iframe{display:block;width:100%;height:100%;border:0}
.access-bottom-v153{padding:78px 0 92px;text-align:center;background:#f3f0e9}.access-bottom-v153 p{font-size:11px;color:#777067}.access-bottom-v153>a,.access-bottom-v153 .access-wrap-v153>a{display:inline-block;margin-top:8px;font-size:21px;color:#53604d;text-decoration:none}.access-bottom-v153 div{margin-top:30px}.access-bottom-v153 div a{font-size:10.5px;color:#65725e;text-decoration:none}
.access-footer-v153{text-align:center;padding:28px;font-size:9px;color:#9a9288;background:#f3f0e9}
@media(max-width:800px){.access-header-v153{height:62px}.access-wrap-v153{width:88vw}.access-hero-v153{padding:74px 0 40px}.access-hero-v153 h1{font-size:36px}.access-info-v153{padding:45px 0 70px}.access-info-grid-v153{grid-template-columns:1fr;gap:52px}.access-address-v153 h2{font-size:22px}.access-map-v153{height:55vh;min-height:420px}.access-buttons-v153{display:grid}.access-primary-v153,.access-secondary-v153{justify-content:center}.access-bottom-v153{padding:62px 0 72px}}

/* ===== v1.54 GLOBAL HEADER ON SUBPAGES ===== */
.access-page-v153 header.site-header,
.access-page-v153 .site-header{
  position:fixed;
  top:0;left:0;right:0;
  z-index:1000;
}
.access-page-v153 main{padding-top:72px;}
@media(max-width:800px){
  .access-page-v153 main{padding-top:62px;}
}

/* ===== v1.55 global header/menu ===== */
body.global-menu-open-v155{overflow:hidden}

.global-header-v155{
  position:fixed;
  top:0; left:0; right:0;
  z-index:99999;
  height:68px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 22px;
  background:rgba(250,248,243,.94);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(70,60,50,.07);
}
.global-brand-v155{
  color:#4b4742;
  text-decoration:none;
  font-size:13px;
  letter-spacing:.08em;
}
.global-menu-toggle-v155{
  width:44px;height:44px;
  border:0;border-radius:50%;
  background:rgba(255,255,255,.72);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:5px;
  padding:0 11px;
  cursor:pointer;
}
.global-menu-toggle-v155 span{
  display:block;
  width:100%;
  height:1px;
  background:#4d4843;
  transition:.25s ease;
}
.global-menu-toggle-v155.is-open span:nth-child(1){transform:translateY(6px) rotate(45deg)}
.global-menu-toggle-v155.is-open span:nth-child(2){opacity:0}
.global-menu-toggle-v155.is-open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}

.global-menu-v155{
  position:fixed;
  top:68px;
  right:0;
  width:min(360px,88vw);
  height:calc(100dvh - 68px);
  background:#f8f5ee;
  padding:30px 28px 40px;
  display:flex;
  flex-direction:column;
  gap:0;
  transform:translateX(105%);
  transition:transform .28s ease;
  overflow-y:auto;
  box-shadow:-14px 18px 40px rgba(50,40,30,.08);
}
.global-menu-v155.is-open{transform:translateX(0)}
.global-menu-v155 a{
  padding:16px 2px;
  border-bottom:1px solid rgba(70,60,50,.09);
  color:#514c46;
  text-decoration:none;
  font-size:12px;
  letter-spacing:.04em;
}
.global-menu-v155 .global-menu-phone-v155{
  margin-top:18px;
  border:0;
  color:#607057;
  font-size:16px;
}

body:not(.access-page-v153){padding-top:68px}
.access-page-v153{padding-top:68px}
.access-page-v153 main{padding-top:0!important}

/* schedule */
.schedule-v155>div{
  grid-template-columns:1.45fr repeat(7,1fr)!important;
}
.schedule-note-v155{
  margin:12px 0 0;
  font-size:10px;
  letter-spacing:.08em;
  color:#6e675f;
}
@media(max-width:900px){
  .global-header-v155{height:62px;padding:0 16px}
  .global-menu-v155{top:62px;height:calc(100dvh - 62px)}
  body:not(.access-page-v153),.access-page-v153{padding-top:62px}
  .schedule-v155>div{font-size:8.5px!important}
  .schedule-v155 span:first-child{font-size:8px}
}

/* ===== v1.56 CONSULTATION mobile watercolor integration ===== */
@media(max-width:900px){
  .consult-v151{
    position:relative;
    overflow:hidden;
  }

  /* remove the detached image block on mobile */
  .consult-v151-wash{
    display:none !important;
  }

  .consult-v151-copy{
    position:relative;
    z-index:2;
  }

  /* watercolor bleed now lives behind the readable HTML items */
  .consult-v151-list{
    position:relative;
    overflow:visible;
    background:
      radial-gradient(circle at 94% 12%, rgba(176,204,224,.28) 0 10%, rgba(176,204,224,0) 33%),
      radial-gradient(circle at 86% 34%, rgba(185,205,165,.24) 0 9%, rgba(185,205,165,0) 30%),
      radial-gradient(circle at 96% 55%, rgba(231,195,111,.22) 0 9%, rgba(231,195,111,0) 30%),
      radial-gradient(circle at 88% 76%, rgba(217,177,191,.22) 0 10%, rgba(217,177,191,0) 31%),
      radial-gradient(circle at 95% 94%, rgba(190,167,207,.24) 0 10%, rgba(190,167,207,0) 31%);
  }

  .consult-v151-list::after{
    content:"";
    position:absolute;
    z-index:-1;
    right:-10vw;
    top:8%;
    width:54vw;
    height:84%;
    background:
      linear-gradient(180deg,
        rgba(174,198,217,.10) 0%,
        rgba(182,202,161,.09) 25%,
        rgba(230,194,112,.08) 50%,
        rgba(216,176,190,.09) 75%,
        rgba(190,167,207,.10) 100%);
    filter:blur(26px);
    border-radius:46% 54% 48% 52%;
    transform:rotate(-4deg);
    pointer-events:none;
  }

  .consult-v151-item{
    position:relative;
    background:rgba(255,255,255,.58);
    backdrop-filter:blur(1.5px);
    -webkit-backdrop-filter:blur(1.5px);
  }

  .consult-v151-item p{
    position:relative;
    z-index:2;
  }
}

/* ===== v1.57 TOP FINAL ===== */
.consult-v157-note{display:block;margin-top:5px;font-size:9.5px;line-height:1.75;color:#817970;letter-spacing:.02em}
.schedule-mobile-v157{display:none}
@media(max-width:900px){
 #clinic-guide .schedule-v155,#clinic-guide .schedule-note-v155{display:none!important}
 .schedule-mobile-v157{display:block;margin-top:24px;border-top:1px solid rgba(70,64,57,.12)}
 .schedule-mobile-v157>div{display:grid;grid-template-columns:110px 1fr;gap:18px;padding:15px 0;border-bottom:1px solid rgba(70,64,57,.10)}
 .schedule-mobile-v157 strong{font-size:11px;font-weight:400;color:#4f4a45}
 .schedule-mobile-v157 span{font-size:12px;line-height:1.75;color:#625c55}
 .schedule-mobile-v157 p{margin:12px 0 0;font-size:10px;letter-spacing:.08em;color:#6e675f}
 .consult-v157-note{font-size:9px;line-height:1.7;padding-right:12px}
}

/* v1.58 FIRST VISIT */
.first-visit-page-v158{margin:0;background:#fbfaf6;color:#504a44;padding-top:68px}.fv158-wrap{width:min(980px,86vw);margin:auto}
.fv158-hero{padding:110px 0 130px}.fv158-hero h1{margin:8px 0 54px;font-size:clamp(34px,4.2vw,54px);font-weight:400}.fv158-lead{max-width:680px;margin-left:auto}.fv158-lead p{margin:0 0 27px;font-size:12px;line-height:2.15;color:#625c55}
.fv158-flow{padding:120px 0;background:#f4f1ea}.fv158-section-head{margin-bottom:58px}.fv158-section-head h2{font-size:clamp(27px,3vw,40px);font-weight:400}.fv158-steps{max-width:800px;margin-left:auto}.fv158-steps article{display:grid;grid-template-columns:72px 1fr;gap:24px;padding:32px 0;border-top:1px solid rgba(70,64,57,.12)}.fv158-steps article:last-child{border-bottom:1px solid rgba(70,64,57,.12)}.fv158-steps article>span{font-size:10px;color:#87937f}.fv158-steps h3{margin:0 0 13px;font-size:16px;font-weight:400}.fv158-steps p{margin:0;font-size:11.5px;line-height:2;color:#69625b}
.fv158-bottom{padding:120px 0;text-align:center}.fv158-bottom h2{font-size:clamp(25px,3vw,38px);font-weight:400;margin:10px 0 30px}.fv158-bottom>div>p:not(.quiet-en){font-size:11.5px;line-height:2;color:#706960}.fv158-actions{display:flex;justify-content:center;gap:28px;margin-top:38px}.fv158-actions a{text-decoration:none;color:#5f6f58;font-size:10.5px}.fv158-actions a:first-child{padding:13px 21px;border:1px solid rgba(95,111,88,.28);border-radius:999px}
@media(max-width:900px){.first-visit-page-v158{padding-top:62px}.fv158-wrap{width:88vw}.fv158-hero{padding:72px 0 82px}.fv158-hero h1{font-size:36px;margin-bottom:42px}.fv158-lead{margin:0}.fv158-lead p{font-size:11.5px;line-height:2.05}.fv158-flow{padding:78px 0}.fv158-section-head{margin-bottom:38px}.fv158-steps{margin:0}.fv158-steps article{grid-template-columns:42px 1fr;gap:14px;padding:27px 0}.fv158-steps h3{font-size:14px}.fv158-steps p{font-size:11px;line-height:1.95}.fv158-bottom{padding:82px 0}.fv158-bottom h2{font-size:25px;line-height:1.6}.fv158-actions{flex-direction:column;gap:20px}}
.medical-page-v159{margin:0;background:#fbfaf6;color:#504a44;padding-top:68px}.mi159-wrap{width:min(980px,86vw);margin:auto}.mi159-hero{padding:90px 0 80px}.mi159-hero h1{font-size:clamp(30px,3.6vw,44px);font-weight:400;margin:8px 0 22px}.mi159-hero>div>p:last-child,.mi159-res p{font-size:11.5px;line-height:2;color:#746d65}.mi159-hours{padding:90px 0 105px;background:#f4f1ea}.mi159-hours h2,.mi159-fee h2,.mi159-res h2{font-size:clamp(25px,2.8vw,35px);font-weight:400;margin:8px 0 38px}.mi159-summary{max-width:680px}.mi159-summary>div{display:grid;grid-template-columns:150px 1fr;gap:25px;padding:14px 0;border-bottom:1px solid rgba(70,64,57,.1)}.mi159-summary strong{font-size:11.5px;font-weight:400}.mi159-summary span{font-size:12px;line-height:1.8}.mi159-priority{margin:15px 0 42px;font-size:10px;color:#65715f}.mi159-tablewrap{overflow-x:auto}.mi159-tablewrap table{width:100%;min-width:650px;border-collapse:collapse;text-align:center;font-size:11px}.mi159-tablewrap th,.mi159-tablewrap td{padding:14px 9px;border-bottom:1px solid rgba(70,64,57,.12);font-weight:400}.mi159-tablewrap tbody th{text-align:left}.mi159-hours small{display:block;margin-top:11px;color:#817a72}.mi159-fee{padding:100px 0}.mi159-feelist{max-width:680px}.mi159-feelist>div{display:flex;justify-content:space-between;align-items:baseline;padding:24px 0;border-top:1px solid rgba(70,64,57,.11)}.mi159-feelist>div:last-child{border-bottom:1px solid rgba(70,64,57,.11)}.mi159-feelist span{font-size:12px}.mi159-feelist strong{font-size:23px;font-weight:400;color:#586653}.mi159-feelist small{font-size:10px;margin-left:5px}.mi159-res{padding:95px 0 110px;background:#f4f1ea;text-align:center}.mi159-phone{display:inline-block;margin-top:22px;font-size:25px;color:#566451;text-decoration:none}.mi159-links{display:flex;justify-content:center;gap:30px;margin-top:32px}.mi159-links a{font-size:10.5px;color:#65715f;text-decoration:none}@media(max-width:900px){.medical-page-v159{padding-top:62px}.mi159-wrap{width:88vw}.mi159-hero{padding:68px 0 58px}.mi159-hero h1{font-size:33px}.mi159-hours{padding:70px 0 78px}.mi159-hours h2,.mi159-fee h2,.mi159-res h2{font-size:24px}.mi159-summary>div{grid-template-columns:105px 1fr;gap:15px}.mi159-summary strong,.mi159-summary span{font-size:11px}.mi159-tablewrap{margin-right:-6vw;padding-right:6vw}.mi159-tablewrap table{min-width:610px}.mi159-fee{padding:75px 0}.mi159-res{padding:75px 0 85px}.mi159-links{flex-direction:column;gap:18px}}
/* ===== v1.61 PRE REVIEW ===== */
.first-visit-page-v158 .fv158-hero h1{font-size:clamp(29px,3.2vw,40px)}
.fv161-closing{padding:62px 0 90px;text-align:center}.fv161-closing p{font-size:11px;line-height:2;color:#706960;margin:0 0 25px}.fv161-closing a{font-size:10.5px;color:#5f6f58;text-decoration:none;border-bottom:1px solid rgba(95,111,88,.25);padding-bottom:4px}
.about-page-v161,.faq-page-v161{margin:0;background:#fbfaf6;color:#504a44;padding-top:68px}.ab161-wrap,.fq161-wrap{width:min(980px,86vw);margin:auto}
.ab161-hero{padding:95px 0 100px}.ab161-hero h1,.fq161 h1{font-size:clamp(30px,3.6vw,44px);font-weight:400;margin:8px 0 35px}.ab161-hero>div>p:last-child{max-width:670px;margin-left:auto;font-size:11.5px;line-height:2.1;color:#6e675f}
.ab161-director{padding:100px 0;background:#f4f1ea}.ab161-director h2,.ab161-profile h2,.ab161-clinic h2{font-size:clamp(24px,2.7vw,34px);font-weight:400;margin:8px 0 42px}.ab161-grid{display:grid;grid-template-columns:minmax(260px,38%) 1fr;gap:70px}.ab161-photo{min-height:410px;background:#e7e4de;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:11px;color:#8a837a}.ab161-photo small{margin-top:8px}.ab161-grid h3{font-size:20px;font-weight:400;margin:5px 0 8px}.ab161-license{font-size:10px!important;color:#66715f!important;margin-bottom:30px!important}.ab161-grid p{font-size:11.5px;line-height:2.05;color:#686159;margin:0 0 20px}
.ab161-profile{padding:95px 0}.ab161-lines{max-width:690px}.ab161-lines>div{display:grid;grid-template-columns:120px 1fr;gap:25px;padding:20px 0;border-top:1px solid rgba(70,64,57,.11)}.ab161-lines>div:last-child{border-bottom:1px solid rgba(70,64,57,.11)}.ab161-lines span{font-size:10px;color:#7b746c}.ab161-lines p{font-size:11.5px;line-height:1.8;margin:0}
.ab161-clinic{padding:95px 0 110px;background:#f4f1ea}.ab161-clinic>div>p:not(.quiet-en){font-size:11.5px;line-height:2;color:#6e675f}.ab161-photos{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:35px}.ab161-photos div{min-height:260px;background:#e7e4de;display:flex;align-items:center;justify-content:center;font-size:10px;color:#8a837a}
.fq161{padding:95px 0 115px}.fq161 h1{margin-bottom:55px}.fq161-list{max-width:780px;margin-left:auto}.fq161-list details{border-top:1px solid rgba(70,64,57,.12)}.fq161-list details:last-child{border-bottom:1px solid rgba(70,64,57,.12)}.fq161-list summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;gap:20px;padding:23px 0;font-size:12px}.fq161-list summary::-webkit-details-marker{display:none}.fq161-list summary span{font-size:14px;font-weight:300;color:#788272}.fq161-list details[open] summary span{transform:rotate(45deg)}.fq161-list details p{margin:0;padding:0 42px 25px 0;font-size:11px;line-height:2;color:#6e675f}
@media(max-width:900px){.about-page-v161,.faq-page-v161{padding-top:62px}.ab161-wrap,.fq161-wrap{width:88vw}.first-visit-page-v158 .fv158-hero h1{font-size:29px}.fv161-closing{padding:48px 0 72px}.ab161-hero,.fq161{padding:68px 0 78px}.ab161-hero h1,.fq161 h1{font-size:31px}.ab161-hero>div>p:last-child{margin-left:0}.ab161-director,.ab161-profile,.ab161-clinic{padding:72px 0}.ab161-grid{grid-template-columns:1fr;gap:35px}.ab161-photo{min-height:360px}.ab161-lines>div{grid-template-columns:85px 1fr}.ab161-photos{grid-template-columns:1fr}.ab161-photos div{min-height:220px}.fq161-list{margin-left:0}.fq161-list summary{font-size:11.5px;padding:21px 0}.fq161-list details p{font-size:10.8px;padding-right:18px}}

/* ===== v1.75 gentle color / readability refinement ===== */

/* PC readability: detail-page body text and navigation slightly larger */
@media(min-width:901px){
  .global-menu-v155 a{font-size:13px}
  .fv158-lead p{font-size:13.5px}
  .fv158-steps h3{font-size:17px}
  .fv158-steps p{font-size:13px}
  .fv161-closing p{font-size:12.5px}
  .ab161-hero>div>p:last-child,
  .ab161-grid p,
  .ab161-lines p,
  .ab161-clinic>div>p:not(.quiet-en){font-size:13px}
  .fq161-list summary{font-size:13.5px}
  .fq161-list details p{font-size:12.5px}
  .mi159-hero>div>p:last-child,.mi159-res p{font-size:13px}
  .mi159-summary strong,.mi159-summary span,.mi159-feelist span{font-size:13px}
  .mi159-tablewrap table{font-size:12.5px}
  .access-hero-v153>div>p:last-child,.access-address-v153 address{font-size:13.5px}
  .access-route-v153 p{font-size:13px}
}

/* Soft watercolor-like haze behind main headings.
   Pure CSS, so no new heavy image and no collision with page layouts. */
.fv158-hero h1,
.fv158-section-head h2,
.ab161-hero h1,
.ab161-director h2,
.ab161-profile h2,
.ab161-clinic h2,
.mi159-hero h1,
.mi159-hours h2,
.mi159-fee h2,
.mi159-res h2,
.fq161 h1,
.access-hero-v153 h1{
  position:relative;
  isolation:isolate;
  display:fit-content;
}
.fv158-hero h1::before,
.fv158-section-head h2::before,
.ab161-hero h1::before,
.ab161-director h2::before,
.ab161-profile h2::before,
.ab161-clinic h2::before,
.mi159-hero h1::before,
.mi159-hours h2::before,
.mi159-fee h2::before,
.mi159-res h2::before,
.fq161 h1::before,
.access-hero-v153 h1::before{
  content:"";
  position:absolute;
  z-index:-1;
  left:-34px;
  top:50%;
  width:clamp(150px,18vw,245px);
  height:clamp(62px,7vw,92px);
  transform:translateY(-48%) rotate(-4deg);
  border-radius:48% 52% 55% 45% / 56% 45% 55% 44%;
  background:
    radial-gradient(ellipse at 36% 48%,rgba(210,221,209,.48) 0 26%,rgba(210,221,209,.18) 47%,transparent 72%),
    radial-gradient(ellipse at 65% 50%,rgba(226,216,228,.35) 0 25%,rgba(226,216,228,.13) 48%,transparent 74%);
  filter:blur(8px);
  opacity:.72;
  pointer-events:none;
}

/* First-visit numbers: restrained, slightly handwritten/serif feel */
.fv158-steps article>span{
  width:38px;
  height:38px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  font-family:Georgia,"Times New Roman",serif;
  font-size:18px;
  font-style:italic;
  letter-spacing:.02em;
  color:#75836e;
  background:rgba(255,255,255,.56);
  border:1px solid rgba(117,131,110,.18);
  box-shadow:0 5px 18px rgba(80,72,64,.05);
}
@media(max-width:900px){
  .fv158-steps article>span{
    width:34px;height:34px;font-size:16px;
  }
}

/* ===== v1.76 warmer heading haze ===== */
.fv158-hero h1::before,.fv158-section-head h2::before,
.ab161-hero h1::before,.ab161-director h2::before,.ab161-profile h2::before,.ab161-clinic h2::before,
.mi159-hero h1::before,.mi159-hours h2::before,.mi159-fee h2::before,.mi159-res h2::before,
.fq161 h1::before,.access-hero-v153 h1::before{
  width:clamp(165px,20vw,270px);
  height:clamp(68px,8vw,100px);
  background:
    radial-gradient(ellipse at 35% 47%,rgba(238,194,202,.62) 0 27%,rgba(238,194,202,.30) 48%,transparent 74%),
    radial-gradient(ellipse at 67% 52%,rgba(246,218,205,.52) 0 25%,rgba(246,218,205,.24) 48%,transparent 75%);
  filter:blur(8px);
  opacity:.86;
}

/* ===== v1.77: v1.75 colors at v1.76 strength ===== */
.fv158-hero h1::before,.fv158-section-head h2::before,
.ab161-hero h1::before,.ab161-director h2::before,.ab161-profile h2::before,.ab161-clinic h2::before,
.mi159-hero h1::before,.mi159-hours h2::before,.mi159-fee h2::before,.mi159-res h2::before,
.fq161 h1::before,.access-hero-v153 h1::before{
  width:clamp(165px,20vw,270px);
  height:clamp(68px,8vw,100px);
  background:
    radial-gradient(ellipse at 36% 48%,rgba(210,221,209,.62) 0 27%,rgba(210,221,209,.30) 48%,transparent 74%),
    radial-gradient(ellipse at 65% 50%,rgba(226,216,228,.52) 0 25%,rgba(226,216,228,.24) 48%,transparent 75%);
  filter:blur(8px);
  opacity:.86;
}

/* v1.78 contact email */
.access-email-v178{padding:0 0 42px;color:#625d57}.access-email-v178 p{margin:0;font-size:13px}.access-email-v178 a{color:inherit;text-decoration:none;border-bottom:1px solid rgba(98,93,87,.28)}

/* v1.79 access */
.access-email-v178{display:none!important}.access-email-v179{margin:12px 0 0;display:flex;align-items:baseline;gap:12px;font-size:14px;line-height:1.8}.access-email-v179 span{font-size:8px;letter-spacing:.16em;color:#8a847c}.access-email-v179 a{color:#625d57;text-decoration:none;border-bottom:1px solid rgba(98,93,87,.24)}
@media(min-width:901px){.access-address-v153 address,.access-address-v153 p,.access-route-v153 p{font-size:15px!important;line-height:2!important}.access-route-v153 h3{font-size:17px!important}}

/* ===== v1.80 ACCESS ONLY: icons + gentle accent, no layout rebuild ===== */
.access-detail-v180{
  display:flex;
  align-items:center;
  gap:12px;
  margin:14px 0;
}
.access-address-line-v180{
  align-items:flex-start;
}
.access-address-line-v180 address{
  margin:0;
}
.access-icon-v180,
.route-icon-v180{
  flex:0 0 auto;
  width:22px;
  height:22px;
  color:#c78f9b;
}
.access-icon-v180 svg,
.route-icon-v180 svg{
  width:100%;
  height:100%;
  fill:none;
  stroke:currentColor;
  stroke-width:1.6;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.access-email-v180{
  align-items:flex-start;
}
.access-email-v180 span:last-child{
  display:flex;
  flex-direction:column;
  gap:3px;
}
.access-email-v180 small{
  font-size:8px;
  line-height:1;
  letter-spacing:.18em;
  color:#b6818d;
}
.access-email-v180 a{
  color:#5e5852;
  text-decoration:none;
  border-bottom:1px solid rgba(199,143,155,.28);
}
.route-title-v180{
  display:flex;
  align-items:center;
  gap:11px;
}
.route-icon-v180{
  width:24px;
  height:24px;
}
.access-routes-v153 article{
  position:relative;
}
.access-routes-v153 article::before{
  content:"";
  position:absolute;
  left:-18px;
  top:12px;
  width:92px;
  height:48px;
  z-index:-1;
  border-radius:50%;
  background:radial-gradient(ellipse,rgba(234,205,211,.34) 0%,rgba(234,205,211,.14) 52%,transparent 75%);
  filter:blur(7px);
}
.access-primary-v153{
  background:#78896f !important;
}
@media(min-width:901px){
  .access-address-v153 address,
  .access-detail-v180,
  .access-detail-v180 a,
  .access-route-v153 p,
  .access-routes-v153 p{
    font-size:15px !important;
    line-height:2 !important;
  }
  .route-title-v180{
    font-size:18px !important;
  }
}
@media(max-width:900px){
  .access-icon-v180{width:20px;height:20px}
  .route-icon-v180{width:22px;height:22px}
}


/* ===== v2.05 About page photographs ===== */
.ab205-reception{
  margin:56px 0 0;
}
.ab205-reception img{
  display:block;
  width:100%;
  max-height:680px;
  object-fit:cover;
  object-position:center;
}

.ab205-director-photo{
  padding:0 !important;
  min-height:0 !important;
  background:none !important;
  overflow:hidden;
}
.ab205-director-photo img{
  display:block;
  width:100%;
  height:auto;
}

.ab205-clinic-gallery{
  margin-top:42px;
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:36px 28px;
  align-items:start;
}
.ab205-room{
  margin:0;
}
.ab205-room-main{
  grid-row:span 2;
}
.ab205-room img{
  display:block;
  width:100%;
  height:auto;
}
.ab205-room figcaption{
  margin-top:11px;
  font-size:12px;
  letter-spacing:.08em;
  color:#858078;
}
.ab205-hall{
  margin-top:4px;
}

@media(max-width:800px){
  .ab205-reception{
    margin-top:36px;
  }
  .ab205-reception img{
    max-height:none;
  }
  .ab205-clinic-gallery{
    margin-top:30px;
    grid-template-columns:1fr;
    gap:30px;
  }
  .ab205-room-main{
    grid-row:auto;
  }
}


/* ===== v2.13 final-content cleanup ===== */

/* NEWS: one informational row, no fake link */
.quiet-news-v213-item{
  display:grid;
  grid-template-columns:120px 1fr;
  gap:20px;
  align-items:center;
  padding:15px 0;
  border-top:1px solid rgba(70,64,57,.10);
  font-size:12px;
}
.quiet-news-v213-item time{
  color:#817a72;
}

/* medical-info: desktop table remains; mobile uses the already-existing summary list */
@media(max-width:900px){
  .mi159-tablewrap{
    display:none;
  }
}

/* first-visit: preserve phone route while adding WEB reservation */
.fv213-cta-links{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:16px 26px;
  margin-top:20px;
}
.fv213-cta-links a{
  display:inline-block;
}

@media(max-width:800px){
  .quiet-news-v213-item{
    grid-template-columns:1fr;
    gap:5px;
    font-size:13px;
  }
  .fv213-cta-links{
    flex-direction:column;
    align-items:center;
    gap:14px;
  }
}
