@charset "UTF-8";
:root {
  --brand:#f5922d; --brand-dark:#a9510a; --ink:#44280c; --body:#443c35;
  --muted:#746253; --light:#fbf7f1; --line:#eadbcb; --white:#fff;
  --phone:#d72d28; --phone-hover:#b71f1b; --line-green:#00863d; --line-hover:#006d31;
  --serif:"Yu Mincho","Hiragino Mincho ProN","Noto Serif JP",serif;
  --sans:"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:30px}
body{margin:0;background:#fff;color:var(--body);font-family:var(--sans);font-size:16px;line-height:1.9;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}a,summary{-webkit-tap-highlight-color:transparent}
a:focus-visible,summary:focus-visible{outline:3px solid #225fba;outline-offset:5px}
::selection{background:#ffd6a8;color:var(--ink)}
h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-weight:500;color:var(--ink)}
section[id]{scroll-margin-top:30px}img{display:block;max-width:100%}
.skip{position:fixed;top:10px;left:10px;transform:translateY(-160%);background:#fff;padding:12px;z-index:100}.skip:focus{transform:none}
.local-bar{background:var(--brand);color:#402005;text-align:center;padding:7px 15px;font-size:12px;letter-spacing:.06em}.local-bar span{margin:0 12px;color:#6c3a11}
.site-header{min-height:110px;display:flex;align-items:center;gap:30px;max-width:1440px;margin:auto;padding:20px 5.2%}
.brand{display:flex;align-items:center;flex-shrink:0;line-height:1.3;max-width:300px}.brand img{width:100%;height:auto}.brand small{display:block;font-size:12px;margin-bottom:5px}.brand>span{font-size:27px;font-weight:700}.brand-light{font-weight:500}
.site-header nav{display:flex;align-items:center;gap:26px;margin-left:auto;font-size:14px;white-space:nowrap}.site-header nav a:hover{color:var(--brand-dark);text-decoration:underline;text-underline-offset:6px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:20px;min-height:62px;padding:15px 24px;border:1px solid transparent;border-radius:7px;color:#fff;font-size:16px;font-weight:600;line-height:1.5;transition:background .18s,box-shadow .18s,transform .18s;box-shadow:0 4px 0 rgba(0,0,0,.13)}
.button:hover{transform:translateY(-2px);box-shadow:0 6px 0 rgba(0,0,0,.13)}.button:active{transform:translateY(2px);box-shadow:0 1px 0 rgba(0,0,0,.13)}
.button>span[aria-hidden]{font-size:22px;font-weight:400}.line-button{background:var(--line-green)}.line-button:hover{background:var(--line-hover)}
.phone-button{background:var(--phone);flex-direction:column;gap:4px;padding:12px 20px;white-space:nowrap}.phone-button:hover{background:var(--phone-hover)}.phone-button small{font-size:12px;font-weight:500}.phone-button strong{font-family:Arial,sans-serif;font-size:24px;font-weight:600;letter-spacing:.015em}
.site-header .button-small{min-height:59px;padding:9px 18px;flex-shrink:0}.site-header .button-small strong{font-size:20px}.site-header .button-small small{font-size:12px}
.hero{position:relative;display:grid;grid-template-columns:47% 53%;max-width:1440px;margin:auto;padding:16px 0 55px 7.5%}
.hero-copy{align-self:center;padding:22px 35px 25px 0;min-width:0}
.eyebrow{font-size:12px;letter-spacing:.16em;font-weight:500;line-height:1.8;color:var(--brand-dark)}
.hero-copy .eyebrow{display:flex;align-items:center;gap:12px;font-size:14px;letter-spacing:.025em;margin-bottom:20px}.hero-copy .eyebrow>span{width:24px;height:2px;background:var(--brand);flex-shrink:0}
h1{font-family:var(--serif);font-size:clamp(46px,4.45vw,64px);line-height:1.48;letter-spacing:.045em}.h1-small{font-size:.58em;letter-spacing:.025em;display:block;margin-top:14px}
.hero-description{font-size:16px;line-height:2.05;margin:22px 0 28px}
.hero-actions{display:grid;grid-template-columns:1.05fr 1fr;gap:13px;padding:0 2px 4px 0}.hero-actions>.button{min-height:80px;padding:12px 13px;font-size:15px;gap:10px}.hero-actions .phone-button{gap:5px}.hero-actions .phone-button strong{font-size:23px}
.cta-label{display:block;white-space:nowrap;font-size:15px}.cta-label small{font-size:12px;display:block;font-weight:500;margin-bottom:4px}
.chat-icon{display:inline-block;flex-shrink:0;border:1.5px solid currentColor;border-radius:5px;width:20px;height:17px;position:relative}.chat-icon:after{content:"";position:absolute;left:4px;bottom:-4px;width:4px;height:4px;border-left:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:skewY(-30deg)}
.hero-small{font-size:12px;margin-top:19px;color:var(--muted)}.hero-small span{margin:0 4px}
.hero-visual{min-width:0;display:flex;flex-direction:column;align-self:stretch;overflow:hidden;border-radius:125px 0 0 8px;background:var(--light)}
.hero-photo{position:relative;min-height:505px;flex:1}.hero-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% center}
.hero-visual figcaption{padding:17px 25px 18px;border-left:5px solid var(--brand);background:var(--light);font-family:var(--serif);font-size:19px;color:var(--ink);line-height:1.8}.hero-visual figcaption small{display:block;font-family:var(--sans);font-size:12px;color:var(--muted);margin-top:4px}
.hero-caption{display:flex;align-items:center;flex-wrap:wrap;gap:20px;grid-column:1/-1;font-size:12px;letter-spacing:.08em;margin-top:26px;padding-right:5.7%;color:var(--muted)}.hero-caption>span:last-child{font-size:12px;letter-spacing:.1em}.caption-rule{flex:1;height:1px;background:var(--line)}
.section{padding:85px max(7.5%,calc((100vw - 1224px)/2))}
h2{font-family:var(--serif);font-size:34px;line-height:1.75;letter-spacing:.04em}.section-heading .eyebrow{margin-bottom:20px}.section-intro{margin-top:22px;color:var(--muted);font-size:16px}
.concerns{display:grid;grid-template-columns:40% 60%;gap:0;background:var(--light);border-top:1px solid #f6e9d8;border-bottom:1px solid #f6e9d8}
.concern-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:22px;padding-top:10px}.number{font-family:Georgia,serif;font-size:29px;color:var(--brand-dark)}.concern-list p{font-size:15px;line-height:2.1;border-top:2px solid var(--brand);padding-top:20px;margin-top:15px}.concern-list strong{font-weight:600}
.understanding,.visit,.faq{display:grid;grid-template-columns:36% minmax(0,1fr);gap:65px}.explanation>p{font-size:16px;margin-bottom:20px;line-height:2}.medical-note{background:var(--light);border-left:3px solid var(--brand);padding:19px 22px;margin:25px 0 15px}.medical-note strong{font-size:15px;font-weight:600}.medical-note p{font-size:14px;margin-top:7px;line-height:1.9;color:var(--muted)}.source-link{display:inline-block;font-size:12px;color:var(--muted);text-decoration:underline;text-underline-offset:4px;line-height:1.8}
.approach{background:var(--light)}.approach-heading{display:grid;grid-template-columns:1fr 41%;align-items:center;gap:60px}.approach-heading .eyebrow{margin-bottom:18px}.approach-heading h2{font-size:32px}.approach-heading>div>p:last-child{font-size:16px;line-height:2;margin-top:24px;max-width:520px}
.counseling-photo{width:100%;max-width:420px;margin-inline:auto}.counseling-photo img{width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;object-position:50% 40%;border-radius:8px}.counseling-photo figcaption{font-size:12px;color:var(--muted);margin-top:9px}
.approach-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:44px;margin-top:48px}.step-number{display:flex;align-items:center;gap:15px;font-family:Georgia,serif;font-size:30px;border-bottom:2px solid var(--brand);padding-bottom:15px;color:var(--brand-dark)}.step-number span{font-family:var(--sans);font-size:12px;letter-spacing:.1em;color:var(--ink)}.approach-grid h3{font-family:var(--serif);font-size:23px;line-height:1.8;margin:23px 0 16px}.approach-grid p{font-size:16px;line-height:2;color:var(--muted)}
.approach-bottom{margin-top:35px;padding-top:26px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:25px;align-items:center}.approach-bottom p{font-size:14px;color:var(--muted)}.approach-bottom .button{font-size:15px;min-height:56px;padding:13px 24px;white-space:nowrap}
.visit-list{list-style:none;margin:0;padding:0}.visit-list li{display:flex;align-items:flex-start;gap:25px;padding:22px 0;border-bottom:1px solid var(--line)}.visit-list li:first-child{padding-top:0}.visit-list li>span{font-family:Georgia,serif;font-size:23px;color:var(--brand-dark)}.visit-list h3{font-size:18px;margin-bottom:7px;font-weight:600}.visit-list p{font-size:16px;line-height:2;color:var(--muted)}
.access{background:var(--light)}.access-heading{margin-bottom:40px}.access-heading .eyebrow{margin-bottom:17px}.access-heading>p:last-child{font-size:17px;margin-top:12px}.access-grid{display:grid;grid-template-columns:40% minmax(0,1fr);gap:65px;align-items:start}.exterior img{width:100%;height:415px;object-fit:cover;object-position:50% 57%;border-radius:8px}.exterior figcaption{font-size:12px;color:var(--muted);margin-top:10px}.clinic-info h3{font-family:var(--serif);font-size:25px;margin-bottom:22px}.clinic-info dl{margin:0}.clinic-info dl>div{display:grid;grid-template-columns:85px minmax(0,1fr);padding:15px 0;border-bottom:1px solid var(--line);font-size:15px;gap:20px}.clinic-info dt{color:var(--brand-dark)}.clinic-info dd{margin:0}.clinic-info dd small{font-size:14px;color:var(--muted);display:block;max-width:380px;margin-top:8px}.clinic-info dd a{text-decoration:underline;text-underline-offset:5px}.clinic-info .info-phone{font-size:22px;font-family:Arial,sans-serif;text-decoration:none;font-weight:600;color:var(--phone);letter-spacing:.02em}
.fee-card{display:grid;grid-template-columns:36% minmax(0,1fr);gap:40px;background:#fff;padding:38px 44px;margin-top:50px;border:1px solid var(--line);border-top:4px solid var(--brand);border-radius:8px}.fee-intro .eyebrow{margin-bottom:11px}.fee-intro h3{font-size:26px;font-family:var(--serif)}.fee-intro>p:last-child{font-size:14px;color:var(--muted);margin-top:10px}.fee-equation{display:flex;flex-wrap:wrap;align-items:center;gap:15px;font-size:14px}.fee-equation b{font-family:Arial,sans-serif;font-size:23px;font-weight:400}.fee-equation .plus{color:var(--brand-dark);font-size:20px}.fee-total{margin:15px 0 10px;display:flex;align-items:center;gap:27px;line-height:1.5}.fee-total>span{font-size:14px;border:1px solid #ddaf84;padding:3px 10px}.fee-total strong{font-family:Georgia,serif;font-size:44px;font-weight:400;letter-spacing:.02em;color:var(--ink)}.fee-total small{font-family:var(--sans);font-size:14px;margin-left:5px}.fee-main>p{font-size:14px;line-height:1.9;color:var(--muted);margin-bottom:12px}
.faq details{border-bottom:1px solid var(--line)}.faq details:first-child{border-top:1px solid var(--line)}.faq summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:23px;font-size:16px;padding:23px 0;cursor:pointer}.faq summary::-webkit-details-marker{display:none}.faq summary>span{font-family:Arial,sans-serif;font-size:26px;font-weight:300;color:var(--brand-dark);flex-shrink:0;transition:transform .2s}.faq details[open] summary>span{transform:rotate(45deg)}.faq details>p{font-size:16px;line-height:2;padding:0 35px 23px 0;color:var(--muted)}.faq details p>a{text-decoration:underline;color:var(--phone)}
.reservation{background:#fff0dc;border-top:6px solid var(--brand);text-align:center}.reservation .eyebrow{margin-bottom:18px}.reservation h2{font-size:36px}.reservation>p:not(.eyebrow){margin:20px 0 0;font-size:16px}.reservation .reservation-help{font-size:14px;color:var(--muted);margin:22px 0 0}.reservation-buttons{display:grid;grid-template-columns:1fr 1fr;max-width:750px;margin:34px auto 0;gap:20px}.reservation-buttons>.button{min-height:96px}.reservation-buttons .line-button{font-size:19px}.reservation-buttons .phone-button small{font-size:14px}.reservation-buttons .phone-button strong{font-size:30px}.reservation .reservation-note{font-size:14px;color:var(--muted);margin:29px 0 0}
footer{padding:35px 7.5%;display:flex;align-items:center;gap:35px;border-top:1px solid var(--line);background:#fff}.footer-brand{max-width:255px;flex-shrink:0;font-weight:700;font-size:20px;line-height:1.6}.footer-brand img{width:100%;height:auto}.footer-brand small{display:block;font-size:12px;font-weight:400}footer p{font-size:12px;color:var(--muted)}footer>a:last-child{margin-left:auto;font-size:14px}.content-note{font-size:12px}.mobile-cta{display:none}
@media(min-width:1440px){.hero{padding-left:108px}}
@media(max-width:1180px){.site-header{gap:20px;padding-left:5%;padding-right:5%}.brand{max-width:260px}.site-header nav{gap:18px;font-size:13px}.site-header .button-small{padding-left:13px;padding-right:13px}.hero{grid-template-columns:48% 52%;padding-left:6%}.hero-copy{padding-right:26px}.hero-actions{grid-template-columns:1fr;max-width:300px;gap:12px}.hero-actions>.button{min-height:68px}.hero-actions .phone-button{flex-direction:row;flex-wrap:wrap;column-gap:14px}.hero-actions .phone-button strong{font-size:23px}.hero-actions .line-button{gap:18px}.hero-photo{min-height:565px}.hero-visual figcaption{font-size:17px}.concerns{grid-template-columns:1fr;gap:30px}.concern-list{max-width:800px;padding:0}.understanding,.visit,.faq{gap:40px}.approach-heading{gap:35px;grid-template-columns:1fr 40%}.approach-grid{gap:28px}.approach-grid h3{font-size:21px}.access-grid{gap:40px}.fee-card{padding:30px;gap:30px;grid-template-columns:32% minmax(0,1fr)}.fee-equation{gap:10px}}
@media(max-width:900px){.site-header nav{display:none}.site-header .button-small{margin-left:auto}.hero-copy .eyebrow{font-size:12px;gap:8px}.hero-copy .eyebrow>span{width:16px}.hero-description{font-size:15px}.hero-visual{border-top-left-radius:95px}.hero-visual figcaption{font-size:16px;padding:15px 18px}.understanding,.visit,.faq{grid-template-columns:38% minmax(0,1fr)}h2{font-size:29px}.approach-heading{grid-template-columns:1fr 40%;gap:25px}.approach-heading h2{font-size:28px}.approach-grid{gap:22px}.approach-grid h3{font-size:20px}.approach-bottom{gap:18px}.fee-card{grid-template-columns:1fr}.fee-intro>p:last-child{margin-top:5px}}
@media(max-width:760px){
  body{padding-bottom:85px}.local-bar{font-size:12px;line-height:1.7;padding:7px 12px;letter-spacing:0}.local-bar span{margin:0 3px}
  .site-header{min-height:88px;padding:14px 5%;gap:14px}.brand{max-width:235px;min-width:0}.site-header .button-small{min-height:50px;padding:9px 12px}.site-header .button-small strong{display:none}.site-header .button-small small{font-size:14px;white-space:normal;max-width:70px;line-height:1.6;font-weight:600;text-align:center}.site-header .button-small small::after{content:" ↗"}
  .hero{padding:8px 0 30px;display:flex;flex-direction:column}.hero-copy{align-self:stretch;padding:17px 7.5% 30px}.hero-copy .eyebrow{font-size:12px;gap:10px;margin-bottom:18px}.hero-copy .eyebrow>span{width:18px}
  h1{font-size:clamp(43px,11.5vw,61px);line-height:1.45;letter-spacing:.04em}.h1-small{font-size:.55em;margin-top:12px;letter-spacing:0}
  .hero-description{margin:21px 0 24px;font-size:16px;line-height:2}.hero-actions{display:grid;grid-template-columns:1fr 1fr;max-width:none;gap:10px}.hero-actions>.button{min-height:80px;padding:12px 9px;font-size:14px;gap:7px}.hero-actions .chat-icon{display:none}.hero-actions .line-button>span:last-child{display:none}.cta-label{font-size:14px}.cta-label small{font-size:12px}.hero-actions .phone-button{flex-direction:column;flex-wrap:nowrap;gap:6px;column-gap:0}.hero-actions .phone-button small{font-size:12px;white-space:normal;text-align:center}.hero-actions .phone-button strong{font-size:18px;letter-spacing:0}.hero-small{font-size:12px;line-height:1.8;margin-top:17px}.hero-small span{display:none}
  .hero-visual{width:92.5%;margin-left:7.5%;border-radius:70px 0 0 6px;align-self:stretch}.hero-photo{min-height:0;flex:auto;aspect-ratio:1.24}.hero-photo img{object-position:50% 58%}.hero-visual figcaption{font-size:16px;padding:14px 18px;border-left-width:4px;line-height:1.8}.hero-visual figcaption small{font-size:12px;margin-top:3px}.hero-caption{margin:20px 7.5% 0;padding:0;gap:10px;font-size:12px;letter-spacing:0}.hero-caption>span:last-child{font-size:12px;letter-spacing:.04em}.caption-rule{min-width:10px}
  .section{padding:58px 7.5%}h2{font-size:27px;line-height:1.8}.eyebrow{font-size:12px;letter-spacing:.12em}.section-heading .eyebrow{margin-bottom:15px}.section-intro{font-size:16px;margin-top:20px}
  .concerns{gap:29px}.concern-list{display:flex;flex-direction:column;gap:0;width:100%}.concern-list>div{display:flex;align-items:center;gap:22px;width:100%;padding:20px 0;border-top:1px solid #e8caa7}.concern-list p{border:0;padding:0;margin:0;font-size:15px}.concern-list p br{display:none}.number{font-size:25px;min-width:32px}
  .understanding,.visit,.faq{display:block}.understanding .section-heading,.visit .section-heading,.faq .section-heading{margin-bottom:30px}.medical-note{padding:17px 18px}.medical-note strong,.medical-note p{font-size:14px}
  .approach-heading{display:flex;flex-direction:column;gap:27px;align-items:stretch}.approach-heading h2{font-size:27px}.approach-heading>div>p:last-child{margin-top:20px;font-size:16px}.counseling-photo img{aspect-ratio:4/5}.counseling-photo figcaption{font-size:12px}.approach-grid{display:block;margin-top:32px}.approach-grid article+article{margin-top:33px}.step-number{font-size:29px;gap:20px;padding-bottom:13px}.step-number span{font-size:12px}.approach-grid h3{font-size:23px;margin:20px 0 12px}.approach-grid p{font-size:16px}.approach-bottom{flex-direction:column;align-items:stretch;gap:20px;margin-top:30px}.approach-bottom p{font-size:14px}.approach-bottom .button{font-size:15px;min-height:60px}
  .visit-list li{gap:20px;padding:23px 0}.visit-list h3{font-size:17px}.visit-list li>span{font-size:22px}
  .access-heading{margin-bottom:30px}.access-heading h2{font-size:26px}.access-grid{display:flex;flex-direction:column;gap:30px}.exterior{width:100%}.exterior img{height:350px;object-position:50% 52%}.clinic-info{width:100%}.clinic-info h3{font-size:23px}.clinic-info dl>div{grid-template-columns:69px minmax(0,1fr);gap:14px;font-size:14px;padding:15px 0}.clinic-info dd small{font-size:14px}
  .fee-card{display:block;padding:25px 23px;margin-top:35px}.fee-intro h3{font-size:25px}.fee-intro>p:last-child{font-size:14px;margin-bottom:22px}.fee-equation{gap:6px 12px;font-size:14px}.fee-equation b{font-size:22px}.fee-equation .plus{font-size:18px}.fee-total{gap:18px;margin-top:18px}.fee-total>span{font-size:14px;padding:2px 7px}.fee-total strong{font-size:42px}.fee-total small{font-size:12px}.fee-main>p{font-size:14px}
  .faq summary{font-size:15px;gap:16px;padding:20px 0}.faq details>p{font-size:16px;padding-right:0}
  .reservation h2{font-size:26px}.reservation>p:not(.eyebrow){font-size:16px}.reservation .reservation-help{font-size:14px;line-height:1.9;text-align:left}.reservation-buttons{grid-template-columns:1fr;gap:15px;margin-top:27px}.reservation-buttons>.button{min-height:83px}.reservation-buttons .line-button{font-size:18px}.reservation-buttons .phone-button strong{font-size:29px}.reservation .reservation-note{font-size:14px;margin-top:25px}
  footer{padding:30px 7.5% 35px;flex-wrap:wrap;gap:20px}.footer-brand{max-width:230px;width:70%}footer p{font-size:12px;order:3;flex-basis:100%}footer>a:last-child{font-size:14px;margin-left:0}
  .mobile-cta{position:fixed;bottom:0;left:0;right:0;display:grid;grid-template-columns:1fr 1fr;padding:10px 12px calc(10px + env(safe-area-inset-bottom));gap:10px;background:#fff;border-top:2px solid var(--brand);z-index:10;box-shadow:0 -4px 24px #44280c1a}.mobile-cta>a{min-height:57px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:6px;color:#fff;font-size:17px;font-weight:600;font-family:Arial,var(--sans);line-height:1.5;letter-spacing:0;box-shadow:0 3px 0 #0002}.mobile-cta small{font-family:var(--sans);font-size:12px;font-weight:500}.mobile-cta>.phone-mobile{background:var(--phone)}.mobile-cta>.line-mobile{background:var(--line-green);font-family:var(--sans);font-size:14px}
}
@media(max-width:370px){.site-header{gap:10px}.brand{max-width:205px}.site-header .button-small{padding:7px 10px}.site-header .button-small small{font-size:13px;max-width:55px}.hero-copy{padding-left:6%;padding-right:6%}.hero-copy .eyebrow{font-size:12px;letter-spacing:0;gap:7px}.hero-copy .eyebrow>span{width:10px}.h1-small{font-size:.53em}.hero-actions{gap:8px}.hero-actions>.button{padding:10px 6px}.hero-actions .phone-button strong{font-size:16px}.hero-actions .phone-button small{font-size:12px;max-width:110px}.cta-label{font-size:13px}.hero-description{font-size:16px;letter-spacing:0}.mobile-cta{padding-left:8px;padding-right:8px;gap:7px}.mobile-cta>.line-mobile{font-size:13px}.mobile-cta>a{font-size:16px}.fee-total{gap:12px}.fee-total strong{font-size:37px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button,.faq summary>span{transition:none}.button:hover,.button:active{transform:none}}
/* Use the unmodified official artwork; show only the brand mark. */
.brand{width:300px;flex-direction:column;align-items:flex-start;gap:7px}.brand-logo{display:block;position:relative;width:100%;aspect-ratio:350/55;overflow:hidden}.brand-logo img{position:absolute;left:-5.143%;top:-7.273%;width:149.429%;max-width:none;height:auto}.brand small{font-size:12px;margin:0;line-height:1.5;letter-spacing:.12em}.footer-brand{width:255px}.footer-brand small{margin-top:7px}
@media(max-width:1180px){.brand{width:260px}}
@media(max-width:760px){.brand{width:235px;flex-shrink:1;gap:5px}.brand small{font-size:12px;letter-spacing:.08em}.footer-brand{width:230px}}
@media(max-width:370px){.brand{width:205px}}
.mobile-label{display:none}
@media(max-width:760px){.site-header .button-small{min-width:82px;min-height:52px}.site-header .button-small small{max-width:none;white-space:nowrap}.site-header .button-small small::after{content:none}.desktop-label{display:none}.mobile-label{display:inline}.hero-actions .phone-button small{white-space:nowrap}}
.local-bar{display:flex;flex-wrap:wrap;justify-content:center;gap:3px 12px}.local-bar span{margin:0;white-space:nowrap;color:inherit}.local-bar span+span{border-left:1px solid #a9510a66;padding-left:12px}
@media(max-width:370px){.local-bar span:first-child{display:none}.local-bar span:nth-child(2){border-left:0;padding-left:0}.local-bar{gap:3px 8px}.local-bar span+span{padding-left:8px}}

.hero-coupon-note{font-size:12px;line-height:1.8;text-align:center;margin-top:8px;color:var(--muted)}
.hero-coupon-note a{text-decoration:underline;text-underline-offset:3px}
.coupon-campaign{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.8fr);gap:40px;align-items:center;background:#edf7ef;border-block:1px solid #d5e8d9;padding-top:48px;padding-bottom:48px}
.coupon-kicker{color:#006d31;font-size:14px;font-weight:600;line-height:1.8;letter-spacing:.04em;margin-bottom:16px}
.coupon-campaign h2{font-size:30px;line-height:1.6}
.coupon-campaign h2 strong{font-weight:600;color:#006d31}
.coupon-description{font-size:16px;line-height:1.9;margin-top:18px}
.coupon-terms{font-size:14px;line-height:1.8;color:var(--muted);margin-top:18px}
.coupon-campaign-actions{display:flex;flex-direction:column;gap:17px;align-items:stretch}
.coupon-campaign-actions .button{font-size:16px;gap:10px;padding-inline:16px;text-align:center}
.coupon-open,.coupon-dismiss{appearance:none;background:transparent;border:0;text-decoration:underline;text-underline-offset:4px;font:inherit;font-size:14px;line-height:1.8;color:var(--muted);min-height:44px;cursor:pointer;padding:8px 12px}
.coupon-open[hidden]{display:none}
.reservation-line-label{display:block}
.reservation-line-label small{display:block;font-size:14px;font-weight:500;margin-bottom:5px}
.coupon-dialog:not([open]){display:none}
.coupon-dialog{box-sizing:border-box;margin:auto;width:min(520px,calc(100% - 32px));max-height:calc(100dvh - 32px);overflow:auto;padding:44px 32px 20px;border:0;border-top:6px solid var(--line-green);border-radius:12px;background:#fff;color:var(--body);text-align:center;box-shadow:0 20px 70px #0003}
.coupon-dialog::backdrop{background:#24190ec2}
.coupon-is-open{overflow:hidden}
.coupon-close{position:absolute;top:7px;right:7px;appearance:none;border:0;border-radius:50%;background:#f4f2ee;color:var(--ink);width:44px;height:44px;font:32px/1 Arial,sans-serif;cursor:pointer;display:grid;place-items:center}
.coupon-dialog .coupon-kicker{margin:7px 0 17px}
.coupon-dialog h2{font-family:var(--sans);letter-spacing:0;line-height:1.5;margin-bottom:20px}
.coupon-dialog h2>span{display:block;font-size:23px;font-weight:600}
.coupon-dialog h2 strong{display:block;color:#006d31;font-family:Arial,var(--sans);font-size:64px;line-height:1.2;letter-spacing:-.03em;margin:12px 0}
.coupon-dialog h2 strong span{font-family:var(--sans);font-size:26px;letter-spacing:0;margin-left:5px}
.coupon-dialog>p:not(.coupon-kicker):not(.coupon-terms){font-size:16px;line-height:1.8;margin-bottom:24px}
.coupon-dialog>.button{width:100%;font-size:16px;gap:8px;padding-inline:12px}
.coupon-dialog .coupon-dismiss{margin-top:8px}
@media(max-width:760px){.coupon-campaign{grid-template-columns:1fr;gap:25px;padding-top:36px;padding-bottom:36px}.coupon-campaign h2{font-size:27px}.coupon-campaign-actions{gap:8px}.coupon-description br{display:none}.coupon-dialog{padding:44px 20px 16px}.coupon-dialog h2>span{font-size:21px}.coupon-dialog h2 strong{font-size:56px}.coupon-dialog h2 strong span{font-size:24px}.coupon-dialog>.button{font-size:15px;gap:5px}.reservation-buttons .line-button{gap:10px}}
@media(max-width:370px){.coupon-dialog{padding-inline:16px}.coupon-dialog h2>span{font-size:19px}.coupon-dialog h2 strong{font-size:49px}.coupon-dialog>.button{font-size:14px}.coupon-dialog>.button>span{display:none}.coupon-dialog .coupon-kicker{font-size:12px}}
.concern-content{min-width:0}
.concern-illustration{margin:0 0 24px}
.concern-illustration img{width:100%;height:auto;max-height:340px;object-fit:contain}
.elbow-illustration{margin-top:28px;max-width:440px}
.elbow-illustration img{width:100%;height:auto;border-radius:8px}
.elbow-illustration figcaption{margin-top:10px;color:var(--muted);font-size:14px;line-height:1.8}
@media(max-width:1180px){.concern-content{max-width:900px}.concern-illustration{max-width:720px}.concern-illustration img{max-height:none}}
@media(max-width:760px){.concern-illustration{margin-bottom:24px}.elbow-illustration{margin:25px auto 0;max-width:420px}}
.voices{background:#fff;border-bottom:1px solid var(--line)}
.voices h2>span{display:inline-block}
.voices-intro{margin-top:20px;font-size:16px;line-height:2;color:var(--muted)}
.voices-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:36px}
.voice-card{display:flex;flex-direction:column;background:var(--light);border-top:3px solid var(--brand);border-radius:0 0 8px 8px;padding:28px 25px;min-width:0}
.voice-concern{font-size:14px;color:var(--brand-dark);font-weight:600;line-height:1.8}
.voice-card h3{font-family:var(--serif);font-size:22px;line-height:1.8;margin:17px 0 24px}
.voice-summary-label{font-size:12px;color:var(--muted);margin-bottom:8px}
.voice-summary{font-size:16px;line-height:2;margin-bottom:26px}
.voice-attribution{margin-top:auto;border-top:1px solid var(--line);padding-top:18px}
.voice-attribution p{font-size:14px;margin-bottom:10px}
.voice-attribution a,.voices-notes a{display:inline-block;color:var(--brand-dark);font-size:14px;line-height:1.8;text-decoration:underline;text-underline-offset:4px}
.voice-attribution a:hover,.voices-notes a:hover{color:var(--ink)}
.voices-notes{margin-top:24px;max-width:950px;font-size:14px;line-height:1.9;color:var(--muted)}
.voices-notes a{margin-top:12px}
@media(max-width:1000px){.voices-grid{gap:16px}.voice-card{padding:24px 19px}.voice-card h3{font-size:20px}.voice-card h3 br{display:none}}
@media(max-width:760px){.voices-grid{grid-template-columns:1fr;gap:22px;margin-top:28px}.voice-card{padding:26px}.voice-card h3{font-size:23px;margin:14px 0 21px}.voice-summary{margin-bottom:22px}.voices-intro br{display:none}.voices-notes{margin-top:24px}}
/* Keep the practitioner and headline together in the first viewport. */
.hero{display:block;padding:0 0 32px;background:var(--light)}
.hero-stage{position:relative;isolation:isolate;min-height:clamp(420px,39vw,530px);overflow:hidden}
.hero-visual{position:absolute;inset:0 0 0 auto;width:70%;margin:0;border-radius:0;background:var(--light)}
.hero-photo{height:100%;min-height:0;aspect-ratio:auto}
.hero-photo img{object-fit:cover;object-position:50% 50%}
.hero-stage::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,#fbf7f1 0%,#fbf7f1 27%,#fbf7f1f5 36%,#fbf7f1b3 45%,#fbf7f100 62%)}
.hero-copy{position:relative;z-index:2;width:100%;padding:38px 7.5% 40px}
.hero-copy .eyebrow{display:inline-flex;gap:10px;margin:0 0 24px;padding:4px 9px 4px 0;background:#fbf7f1ed;font-size:14px;letter-spacing:0;line-height:1.8}
.hero-copy .hero-headline{max-width:56%;font-size:clamp(46px,4.8vw,68px);line-height:1.38;letter-spacing:.025em}
.hero-copy .hero-headline em{font-style:normal;color:var(--brand-dark)}
.hero-copy .h1-small{font-size:.52em;line-height:1.7;margin-top:19px;letter-spacing:.02em}
.h1-small>span{display:inline-block}
.hero-details{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);align-items:center;gap:32px;padding:26px 7.5% 0}
.hero-description{font-size:16px;line-height:1.9;margin:0}
.hero-actions{grid-template-columns:1fr 1fr;max-width:none;gap:12px}
.hero-actions>.button{min-height:78px;padding:12px 10px;gap:10px}
.hero-actions .phone-button{flex-direction:column;flex-wrap:nowrap;gap:5px}
.hero-actions .phone-button strong{font-size:23px}
.hero-small{font-size:12px;line-height:1.8;margin:13px 0 0;text-align:center}
.hero-caption{margin:22px 7.5% 0;padding:0;gap:16px}
@media(max-width:1000px){
  .hero-copy .hero-headline{font-size:clamp(42px,5.5vw,55px);max-width:60%}
  .hero-copy .h1-small>span{display:block}
  .hero-details{grid-template-columns:minmax(0,.85fr) minmax(0,1.3fr);gap:22px;padding-left:5%;padding-right:5%}
  .hero-actions .chat-icon,.hero-actions .line-button>span:last-child{display:none}
  .hero-actions .phone-button strong{font-size:20px}
}
@media(max-width:760px){
  .hero{padding:0 0 25px}
  .hero-stage{min-height:clamp(320px,56vw,405px)}
  .hero-visual{width:80%;margin:0;border-radius:0}
  .hero-photo{height:100%;min-height:0;aspect-ratio:auto}
  .hero-photo img{object-position:20% 50%}
  .hero-stage::after{background:linear-gradient(90deg,#fbf7f1 0%,#fbf7f1fa 27%,#fbf7f1d9 40%,#fbf7f170 51%,#fbf7f100 65%)}
  .hero-copy{padding:20px 5% 27px}
  .hero-copy .eyebrow{font-size:14px;gap:8px;margin-bottom:20px;padding-right:6px}
  .hero-copy .eyebrow>span{width:14px}
  .hero-copy .hero-headline{max-width:62%;font-size:clamp(28px,7.9vw,49px);line-height:1.42;letter-spacing:0}
  .hero-copy .h1-small{font-size:clamp(20px,4.7vw,28px);margin-top:16px;line-height:1.65;letter-spacing:0}
  .hero-details{display:block;padding:20px 5% 0}
  .hero-description{font-size:16px;line-height:1.8;margin:0 0 18px}
  .hero-actions{grid-template-columns:1fr 1fr;gap:10px}
  .hero-actions>.button{min-height:74px;padding:11px 8px}
  .hero-actions .phone-button strong{font-size:20px}
  .hero-small{font-size:12px;margin-top:12px;line-height:1.8}
  .hero-caption{margin:19px 5% 0;gap:10px}
}
@media(max-width:370px){
  .hero-copy .eyebrow{font-size:12px;gap:6px}
  .hero-copy .eyebrow>span{width:10px}
  .hero-actions .phone-button strong{font-size:17px}
  .hero-actions .cta-label{font-size:13px}
  .hero-caption{flex-wrap:wrap}
}

/* Readable topic headings and direct, crawlable navigation. */
.hero-copy h1{font:inherit;max-width:none}
.hero-copy .hero-topic{font-family:var(--sans);font-weight:500}
.hero-headline{display:block;font-family:var(--serif);font-weight:500;color:var(--ink)}
.page-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 24px;padding:18px 5%;border-block:1px solid var(--line);background:#fff}
.page-nav a{font-size:14px;line-height:1.6;min-height:44px;display:flex;align-items:center;text-decoration:underline;text-underline-offset:5px;color:var(--brand-dark)}
.understanding h2 small{display:block;font-family:var(--sans);font-size:16px;letter-spacing:0;margin-top:10px}
.explanation h3{font-size:20px;font-weight:600;margin-bottom:12px;line-height:1.7}
.explanation h3:not(:first-child){margin-top:30px}
.related-info{padding:0 7.5% 48px;background:#fff;font-size:16px}
.related-info ul{display:flex;flex-wrap:wrap;gap:8px 28px;padding:0;list-style:none;margin:12px 0 22px}
.related-info a{font-size:14px;text-decoration:underline;text-underline-offset:4px;color:var(--brand-dark);display:inline-block;padding-block:8px}
.related-info .editorial-note{font-size:14px;line-height:1.9;color:var(--muted)}
.coupon-prompt[hidden]{display:none}
.coupon-prompt{position:fixed;right:20px;bottom:20px;width:310px;max-width:calc(100vw - 24px);z-index:11;background:#fff;border:1px solid #c7dfcb;border-left:4px solid var(--line-green);border-radius:8px;box-shadow:0 4px 20px #0002;padding:12px 48px 10px 16px}
.coupon-prompt p{font-size:14px;line-height:1.5;color:var(--ink)}
.coupon-prompt p strong{display:block;color:#006d31;font-size:17px}
.coupon-prompt-close{position:absolute;right:2px;top:2px;width:44px;height:44px;border:0;background:transparent;font:inherit;font-size:25px;color:var(--ink);cursor:pointer}
.coupon-prompt-details{border:0;background:transparent;color:#006d31;text-decoration:underline;text-underline-offset:3px;min-height:36px;padding:5px 0 0;font:inherit;font-size:14px;font-weight:600;cursor:pointer}
.coupon-prompt button:focus-visible{outline:3px solid #225fba;outline-offset:2px}
@media(max-width:760px){.page-nav{display:grid;grid-template-columns:1fr 1fr;gap:0 20px;padding:12px 7.5%}.page-nav a{font-size:14px}.coupon-prompt{right:12px;bottom:calc(96px + env(safe-area-inset-bottom));width:290px}}
