:root{--ink:#24343a;--navy:#26366f;--text:#596a6e;--green:#5e8f7b;--green-dark:#4a7665;--mint:#eef5f1;--celadon:#afcfc1;--line:#dce8e2;--paper:#f7faf8;--kakao:#fee500}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:Pretendard,"Noto Sans KR","Apple SD Gothic Neo",Arial,sans-serif;word-break:keep-all}a{color:inherit;text-decoration:none}img{max-width:100%}.site-header{height:108px;padding:0 clamp(22px,3.2vw,52px);display:flex;align-items:center;gap:28px;background:rgba(255,255,255,.97);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:30;backdrop-filter:blur(12px)}.brand{display:flex;align-items:center;white-space:nowrap}.brand-logo{display:block;width:clamp(390px,30vw,480px);height:82px;object-fit:contain;object-position:left center}.desktop-nav{margin-left:auto;display:flex;align-self:stretch;align-items:center;gap:clamp(17px,2vw,34px);font-weight:700;font-size:15px}.desktop-nav a{height:100%;display:flex;align-items:center;position:relative}.desktop-nav a:after{content:"";position:absolute;height:2px;left:0;right:100%;bottom:0;background:var(--green);transition:right .2s}.desktop-nav a:hover:after{right:0}.header-phone{color:var(--green-dark);font-weight:900;border-left:1px solid var(--line);padding-left:24px;white-space:nowrap}.mobile-menu{display:none;margin-left:auto;position:relative}.mobile-menu summary{list-style:none;width:42px;height:42px;display:grid;place-content:center;gap:5px;cursor:pointer}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu summary span{width:24px;height:2px;background:var(--ink);display:block}.mobile-menu nav{position:absolute;right:0;top:52px;width:220px;background:#fff;border:1px solid var(--line);box-shadow:0 14px 35px rgba(36,52,58,.12);padding:10px}.mobile-menu nav a{display:block;padding:13px 15px;border-radius:8px}.mobile-menu nav a:hover{background:var(--mint)}
.hero{min-height:690px;display:grid;grid-template-columns:52% 48%;background:linear-gradient(110deg,#f7fbf9 0%,#fff 55%)}.hero-copy{padding:clamp(60px,6vw,90px) clamp(30px,5vw,76px) 44px;display:flex;flex-direction:column;align-items:flex-start}.eyebrow{margin:0 0 22px;color:var(--green-dark);font-size:15px;font-weight:900;letter-spacing:.04em}.hero h1,.subpage-hero h1,.detail-hero h1,.diet-topbar h1{margin:0;font-size:clamp(40px,4.2vw,66px);line-height:1.27;letter-spacing:-.055em;font-weight:850}.hero-lead{margin:24px 0 0;font-size:clamp(17px,1.4vw,21px);line-height:1.75;color:var(--text);max-width:670px}.hero-actions{display:flex;gap:14px;margin-top:30px}.button{min-height:56px;padding:0 28px;display:inline-flex;align-items:center;justify-content:center;gap:14px;border-radius:12px;font-size:16px;font-weight:850;transition:.2s}.button.primary{color:#fff;background:var(--green);box-shadow:0 8px 20px rgba(94,143,123,.18)}.button.primary:hover{background:var(--green-dark);transform:translateY(-2px)}.button.kakao{background:var(--kakao);color:#2e2e2e}.hours-card{margin-top:auto;width:min(100%,650px);padding:20px 24px;border:1px solid var(--line);border-radius:17px;background:#fff;box-shadow:0 10px 28px rgba(36,52,58,.06);display:grid;grid-template-columns:auto 1fr;align-items:center;gap:24px}.hours-title{padding-right:24px;border-right:1px solid var(--line);display:grid;gap:5px}.hours-title strong{font-size:19px}.hours-title small{color:var(--text)}.hours-lines{display:grid;grid-template-columns:1fr 1fr;gap:9px 22px}.hours-lines span{display:flex;justify-content:space-between;gap:10px;color:var(--text);font-size:14px}.hours-lines b{color:var(--ink)}.hero-visual{overflow:hidden;background:#eef3ef;min-height:650px}.hero-visual img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block}
.quick-grid{width:calc(100% - clamp(30px,8vw,128px));margin:20px auto 0;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.quick-card{min-height:110px;padding:24px 26px;display:flex;align-items:center;gap:16px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 10px 25px rgba(36,52,58,.055);transition:.2s}.quick-card:hover{transform:translateY(-4px);border-color:var(--celadon)}.quick-card strong{font-size:19px}.quick-card span{margin-left:auto;font-size:22px;color:var(--green)}.section{padding:clamp(88px,8vw,138px) clamp(24px,7vw,110px)}.section-heading h2,.doctor-details h2,.gallery-heading h2,.location h2{margin:0;font-size:clamp(36px,4vw,56px);line-height:1.3;letter-spacing:-.045em}.section-heading.centered{text-align:center}.section-heading.centered>p:last-child{color:var(--text);font-size:18px;margin:18px 0 0}.intro{display:grid;grid-template-columns:42% 58%;gap:80px}.intro-lead{font-size:22px;line-height:1.75;margin:0 0 40px;color:var(--text)}.principles article{display:flex;gap:24px;padding:27px 0;border-top:1px solid var(--line)}.principles article:last-child{border-bottom:1px solid var(--line)}.principles article>span{color:var(--green);font-weight:900}.principles h3{margin:0 0 9px;font-size:20px}.principles p{margin:0;color:var(--text);line-height:1.7}
.doctor-profile{background:linear-gradient(120deg,#f2f7f4,#fff);display:grid;grid-template-columns:minmax(300px,.75fr) 1.35fr;gap:clamp(50px,8vw,120px);align-items:center}.doctor-photo{height:min(680px,62vw);overflow:hidden;border-radius:24px;background:#ecebe8;box-shadow:0 20px 45px rgba(36,52,58,.12)}.doctor-photo img{width:100%;height:100%;object-fit:cover;object-position:center top}.doctor-role{color:var(--green-dark);font-weight:900;margin:0 0 10px}.doctor-details h2 strong{color:var(--green-dark)}.doctor-message{font-size:19px;line-height:1.8;color:var(--text);margin:28px 0 38px;max-width:720px}.profile-columns{display:grid;grid-template-columns:1fr 1fr;gap:35px}.profile-columns>div{border-top:2px solid var(--green);padding-top:20px}.profile-columns h3{margin:0 0 14px}.profile-columns ul{padding-left:20px;margin:0;color:var(--text);line-height:1.9}
.clinic-gallery{background:#f3f6f5}.gallery-heading{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:end;margin-bottom:45px}.gallery-heading>p{margin:0;color:var(--text);font-size:18px;line-height:1.8}.gallery-grid{display:grid;grid-template-columns:1.45fr .8fr;grid-template-rows:repeat(2,290px);gap:20px}.gallery-grid figure{margin:0;position:relative;overflow:hidden;border-radius:18px;background:#dfe7e3}.gallery-grid .gallery-main{grid-row:1/3}.gallery-grid img{width:100%;height:100%;object-fit:cover}.gallery-grid figcaption{position:absolute;left:18px;bottom:18px;padding:9px 13px;border-radius:8px;background:rgba(24,39,47,.82);color:#fff;font-size:14px;font-weight:700}.treatment-section{background:var(--paper)}.condition-preview{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:52px}.condition-preview article{background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px}.condition-preview h3{margin:0 0 18px;font-size:21px;color:var(--green-dark)}.condition-preview article>div{display:grid}.condition-preview a{padding:13px 0;border-top:1px solid var(--line);display:flex;justify-content:space-between}.centered-button{width:max-content;margin:34px auto 0}.medical-note{text-align:center;color:#78878a;font-size:13px;margin:26px 0 0}
.location{background:var(--ink);color:#fff;display:grid;grid-template-columns:1fr 1fr;gap:clamp(60px,10vw,150px)}.location .eyebrow{color:var(--celadon)}.location h2{margin-bottom:34px}.address{font-size:20px;line-height:1.7}.address small{color:#b9c6c8;font-size:15px}.location-actions{display:flex;align-items:center;gap:28px;margin-top:38px}.plain-phone{font-size:20px}.schedule{background:#fff;color:var(--ink);border-radius:18px;padding:27px 34px}.schedule div{display:flex;justify-content:space-between;padding:14px 0;border-bottom:1px solid var(--line)}.schedule div span{color:var(--text)}.schedule p{margin:22px 0 0;color:var(--text);font-size:14px;line-height:1.6}.bottom-cta{padding:52px clamp(24px,7vw,110px);background:var(--green);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:30px}.bottom-cta p{margin:0 0 8px}.bottom-cta h2{margin:0;font-size:clamp(26px,3vw,38px)}.contact-stack{display:flex;align-items:center;gap:18px}.contact-stack>strong{font-size:22px}.button.light{background:#fff;color:var(--green-dark)}footer{padding:46px clamp(24px,7vw,110px);display:flex;justify-content:space-between;gap:50px;background:#f8faf9}footer .brand-logo{width:340px;height:64px}footer>div{text-align:right;color:var(--text);line-height:1.7}footer p{margin:0}footer small{display:block;margin-top:10px;color:#8b999b}.mobile-contact{display:none}
.subpage-hero{padding:95px clamp(24px,9vw,145px);background:linear-gradient(135deg,#eef5f1,#fff)}.subpage-hero>p:last-child{font-size:19px;color:var(--text);margin:22px 0 0}.treatment-directory{display:grid;gap:85px}.treatment-directory article{scroll-margin-top:120px}.directory-title{display:flex;gap:20px;align-items:baseline;margin-bottom:28px}.directory-title span{color:var(--green);font-weight:900}.directory-title h2{font-size:34px;margin:0}.directory-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.directory-grid a{border:1px solid var(--line);border-radius:16px;padding:26px;background:#fff;transition:.2s}.directory-grid a:hover{transform:translateY(-3px);border-color:var(--green)}.directory-grid h3{font-size:22px;margin:0 0 12px}.directory-grid p{color:var(--text);line-height:1.7;min-height:82px;margin:0 0 18px}.directory-grid a>span{color:var(--green-dark);font-weight:800}.detail-hero{padding:80px clamp(24px,9vw,145px);background:var(--paper);display:flex;justify-content:space-between;align-items:end;gap:40px}.detail-hero>div>p:last-child{font-size:20px;color:var(--text);line-height:1.7;max-width:760px}.detail-hero>a{color:var(--green-dark);font-weight:850;border-bottom:1px solid}.urgent-note{padding:24px 28px;border-radius:14px;background:#fff3ee;border:1px solid #f0c8b8;margin-bottom:35px}.urgent-note strong{color:#a24b2a}.urgent-note p{margin:8px 0 0;line-height:1.7}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px}.detail-grid article{border:1px solid var(--line);border-radius:20px;padding:36px;background:#fff}.step-label{color:var(--green);font-weight:900}.detail-grid h2{font-size:28px;margin:0 0 22px}.detail-grid ul,.detail-grid ol{margin:0;padding-left:24px;color:var(--text);line-height:2}.detail-care{margin-top:28px;background:var(--ink);color:#fff;padding:50px;border-radius:20px;display:grid;grid-template-columns:1fr 1fr;gap:60px}.detail-care h2{font-size:34px;line-height:1.4;margin:0}.detail-care>p{color:#c8d2d4;line-height:1.9;margin:0}.detail-actions{display:flex;justify-content:center;align-items:center;gap:20px;margin-top:32px}.detail-actions>span{padding:15px 22px;border:1px solid var(--line);border-radius:12px}.detail-actions strong{margin-left:8px}
.diet-page{background:#f4f4f4}.diet-topbar{padding:65px clamp(24px,9vw,145px);background:#0d1c42;color:#fff;display:flex;justify-content:space-between;align-items:center;gap:45px}.diet-topbar p{color:#adc5ef}.diet-topbar h1{font-size:clamp(34px,4vw,58px)}.diet-survey{display:inline-flex;align-items:center;gap:20px;background:#fff;color:#0d3975;padding:19px 24px;border-radius:12px;font-size:18px;font-weight:900;box-shadow:0 10px 24px rgba(0,0,0,.15)}.diet-images{max-width:1000px;margin:0 auto;background:#fff}.diet-images img{width:100%;display:block}.diet-images img:first-child{width:100%;image-rendering:auto}.diet-bottom{padding:85px 24px;background:#0c3870;color:#fff;text-align:center}.diet-bottom>p{color:#adc5ef}.diet-bottom h2{font-size:clamp(30px,4vw,52px);line-height:1.4;margin:12px 0 32px}.diet-bottom>div{display:flex;justify-content:center;gap:14px}.diet-bottom small{display:block;margin-top:28px;color:#c3d1e4;line-height:1.6}
.remote-highlight{display:flex;align-items:center;justify-content:space-between;gap:60px;background:linear-gradient(120deg,#eef5f1,#fff)}.remote-highlight h2{font-size:clamp(34px,4vw,54px);line-height:1.35;margin:0}.remote-highlight>div:first-child>p:last-child{max-width:720px;color:var(--text);font-size:18px;line-height:1.8}.remote-highlight-actions{display:grid;gap:12px;min-width:270px}.button.outline{border:1px solid var(--green);color:var(--green-dark);background:#fff}.remote-hero{padding:90px clamp(24px,9vw,145px);background:linear-gradient(135deg,#eaf3ef,#fff)}.remote-hero h1{font-size:clamp(42px,5vw,70px);margin:0;letter-spacing:-.05em}.remote-hero>p:last-child{font-size:20px;color:var(--text);line-height:1.8;max-width:760px}.remote-content{display:grid;gap:28px}.remote-card{border:1px solid var(--line);border-radius:24px;padding:50px;display:grid;grid-template-columns:1fr auto;gap:50px;align-items:end}.remote-card>div:first-child>span{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:var(--green);color:#fff;font-weight:900;margin-bottom:25px}.remote-card h2{font-size:clamp(30px,3vw,44px);margin:0 0 20px}.remote-card>div:first-child>p:nth-of-type(2){font-size:17px;color:var(--text);line-height:1.8;max-width:800px}.remote-card ul{display:grid;grid-template-columns:1fr 1fr;gap:10px 30px;padding-left:22px;color:var(--text);line-height:1.7}.premium-remote{background:#f6f2e9;border-color:#e7ddc8}.premium-remote>div:first-child>span{background:#8a6a35}.remote-actions{display:grid;gap:12px;min-width:250px}.remote-actions>a:not(.button){text-align:center;color:var(--green-dark);font-weight:800;padding:12px}.button.premium{background:#8a6a35;color:#fff}.remote-notice{padding:28px 32px;border-radius:16px;background:#f7f8f8;border:1px solid var(--line)}.remote-notice h3{margin:0 0 10px}.remote-notice p{margin:0;color:var(--text);line-height:1.8}
@media(max-width:1360px){.brand-logo{width:330px}.header-phone{display:none}.desktop-nav{gap:15px;font-size:14px}}
@media(max-width:1020px){.site-header{height:86px}.desktop-nav{display:none}.mobile-menu{display:block}.brand-logo{width:340px;height:62px}.hero{grid-template-columns:1fr}.hero-visual{min-height:470px}.hours-card{margin-top:40px}.quick-grid{grid-template-columns:repeat(2,1fr)}.intro{grid-template-columns:1fr;gap:45px}.doctor-profile{grid-template-columns:1fr 1.2fr;gap:45px}.profile-columns{grid-template-columns:1fr}.gallery-heading{grid-template-columns:1fr;gap:25px}.condition-preview,.directory-grid{grid-template-columns:repeat(2,1fr)}.location{grid-template-columns:1fr}.diet-topbar{align-items:flex-start;flex-direction:column}.detail-care{grid-template-columns:1fr;gap:25px}.remote-highlight{align-items:flex-start;flex-direction:column}.remote-card{grid-template-columns:1fr}.remote-actions{min-width:0}.remote-card ul{grid-template-columns:1fr}}
@media(max-width:640px){body{padding-bottom:58px}.site-header{height:76px;padding:0 15px}.brand-logo{width:280px;height:54px}.hero-copy{padding:50px 22px 35px}.hero h1{font-size:37px}.hero-actions{width:100%;display:grid}.button{width:100%}.hours-card{grid-template-columns:1fr;padding:20px}.hours-title{border-right:0;border-bottom:1px solid var(--line);padding:0 0 14px}.hours-lines{grid-template-columns:1fr}.hero-visual{min-height:320px}.quick-grid{grid-template-columns:1fr;width:calc(100% - 30px)}.quick-card{min-height:78px}.section{padding:76px 22px}.doctor-profile{grid-template-columns:1fr}.doctor-photo{height:520px}.profile-columns{grid-template-columns:1fr}.gallery-grid{display:grid;grid-template-columns:1fr;grid-template-rows:300px 300px 240px}.gallery-grid .gallery-main{grid-row:auto}.condition-preview,.directory-grid,.detail-grid{grid-template-columns:1fr}.condition-preview article:nth-child(n+4){display:none}.location-actions,.bottom-cta,.contact-stack,.detail-actions,.diet-bottom>div{align-items:stretch;flex-direction:column}.schedule{padding:22px}.bottom-cta{padding:44px 22px}footer{padding:40px 22px;flex-direction:column}footer .brand-logo{width:270px}footer>div{text-align:left}.mobile-contact{position:fixed;left:0;right:0;bottom:0;height:58px;background:var(--green-dark);color:#fff;display:grid;grid-template-columns:1fr 1fr;z-index:40;box-shadow:0 -5px 20px rgba(36,52,58,.18)}.mobile-contact>*{display:grid;place-items:center;font-weight:850}.mobile-contact a{background:var(--kakao);color:#222}.directory-grid p{min-height:auto}.detail-hero{align-items:flex-start;flex-direction:column}.detail-care{padding:30px}.diet-topbar{padding:50px 22px}.diet-survey{width:100%;justify-content:center;font-size:16px}.diet-bottom{padding:68px 22px}}

/* SEO/accessibility update: preserve image ratios and clickable contact styles. */
img{height:auto}.contact-stack strong{font-size:22px}.detail-actions>a:first-child{padding:15px 22px;border:1px solid var(--line);border-radius:12px}
@media(max-width:390px){.brand-logo{width:245px}.hero h1{font-size:34px}}

.button.booking{background:#03c75a;color:#fff}.method-strip{margin-top:28px;padding:38px;border:1px solid var(--line);border-radius:20px;background:#f7faf8}.method-strip h2{margin:8px 0 24px;font-size:30px}.method-strip>div{display:flex;flex-wrap:wrap;gap:10px}.method-strip span{padding:12px 17px;border-radius:999px;background:#fff;border:1px solid #cddbd4;font-weight:800;color:var(--green-dark)}.posture-report{position:relative;margin-top:28px;padding:52px;border-radius:24px;background:#122b3a;color:#fff;display:grid;grid-template-columns:1.15fr .85fr;gap:55px;overflow:hidden}.posture-copy>p:not(.eyebrow){color:#c9d5d9;line-height:1.8}.posture-copy h2{font-size:36px;line-height:1.35}.posture-copy ul{line-height:2;color:#e3ebed}.posture-visual{min-height:370px;border:1px solid rgba(255,255,255,.2);border-radius:18px;background:linear-gradient(rgba(101,181,151,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(101,181,151,.07) 1px,transparent 1px);background-size:34px 34px;display:grid;grid-template-columns:1fr 1fr;padding:28px}.body-line{position:relative;border-right:1px dashed #6ec6a2}.body-line:before{content:"";position:absolute;left:50%;top:25px;width:46px;height:46px;border:3px solid #84d4b3;border-radius:50%;transform:translateX(-50%)}.body-line:after{content:"";position:absolute;left:50%;top:74px;width:3px;height:220px;background:#84d4b3;transform:rotate(-4deg);transform-origin:top}.body-line i{position:absolute;left:18%;right:18%;height:1px;background:#dfb45f}.body-line i:nth-child(1){top:95px}.body-line i:nth-child(2){top:145px;transform:rotate(5deg)}.body-line i:nth-child(3){top:220px;transform:rotate(-3deg)}.body-line i:nth-child(4){top:292px}.report-metrics{display:flex;flex-direction:column;justify-content:center;gap:22px;padding-left:24px}.report-metrics span{display:flex;flex-direction:column}.report-metrics small{color:#84d4b3;letter-spacing:1px}.posture-note{grid-column:1/-1;margin:0;color:#9fb1b7;font-size:13px}.premium-hero{padding:90px clamp(24px,9vw,145px);background:linear-gradient(135deg,#16335e,#071b38);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:50px}.premium-hero h1{font-size:clamp(45px,6vw,78px);line-height:1.08;margin:18px 0}.premium-hero p:not(.eyebrow){font-size:19px;color:#cfdaeb}.premium-hero>div>div{display:flex;gap:12px;margin-top:30px}.premium-hero>svg{width:min(340px,34vw);height:340px;color:#e4bc63}.herbal-compare{display:grid;grid-template-columns:1fr 1fr;gap:24px;background:#f7f3eb}.herbal-compare article{padding:44px;border-radius:22px;background:#fff;border:1px solid #e4d8c3}.herbal-compare article>span{color:#ae812c;letter-spacing:4px}.herbal-compare h2{font-size:38px;margin:10px 0}.herbal-compare p,.herbal-compare li{color:var(--text);line-height:1.8}.herbal-finder{padding:95px 24px;background:#faf4e9}.finder-intro,.finder-question,.finder-result{max-width:700px;margin:auto;background:#fff;border:1px solid #ddccb0;border-radius:20px;padding:50px;text-align:center;box-shadow:0 14px 50px rgba(65,48,25,.08)}.herbal-finder h2{font-size:34px}.herbal-finder button{border:0;border-radius:10px;padding:16px 28px;background:#243b66;color:#fff;font:inherit;font-weight:800;cursor:pointer}.finder-question>button{display:block;width:100%;margin:10px 0;text-align:left;background:#f6f0e7;color:#3b3021;border:1px solid #dfcfb6}.finder-question>button:hover{background:#eadcc6}.finder-question>a{display:block;margin-top:22px;cursor:pointer;color:#7a6a54}.finder-progress{height:5px;background:#eadfce;border-radius:5px;overflow:hidden}.finder-progress span{display:block;height:100%;background:#b8862a}.finder-question small{display:block;margin:20px 0;color:#a27527}.finder-result>div{display:flex;justify-content:center;gap:12px;margin:28px 0}.finder-result .retry{background:transparent;color:#6b5a47;border:1px solid #cdbd9f;margin-bottom:22px}.finder-result>small{display:block;color:#8b8173}.remote-notice.section{max-width:none}
@media(max-width:900px){.posture-report,.herbal-compare{grid-template-columns:1fr}.premium-hero>svg{display:none}.desktop-nav{font-size:13px}.posture-visual{min-height:330px}}
@media(max-width:640px){footer .brand{width:100%;justify-content:center}footer .brand-logo{width:min(360px,92vw);height:84px;object-position:center}footer>div{text-align:center}.posture-report{padding:30px 22px}.posture-visual{grid-template-columns:1fr;min-height:470px}.report-metrics{padding:18px 0 0}.premium-hero{padding:65px 22px}.premium-hero>div>div,.finder-result>div{flex-direction:column}.herbal-compare article,.finder-intro,.finder-question,.finder-result{padding:30px 22px}.method-strip{padding:28px 22px}}
.button.place{background:#fff;color:#087a43;border:1px solid #80c7a6}.hero-actions{flex-wrap:wrap}.posture-report{grid-template-columns:.75fr 1.25fr}.posture-source{display:inline-flex;margin-top:10px;padding-bottom:4px;border-bottom:1px solid #84d4b3;color:#84d4b3;font-weight:850}.posture-photo-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;align-content:start}.posture-photo-grid figure{margin:0;border-radius:14px;overflow:hidden;background:#fff;color:#26343a}.posture-photo-grid figure:last-child{grid-column:1/-1}.posture-photo-grid img{display:block;width:100%;aspect-ratio:1.35/1;object-fit:cover;background:#111}.posture-photo-grid figcaption{padding:11px 14px;font-size:13px;font-weight:800}.posture-note{line-height:1.6}
@media(max-width:900px){.posture-report{grid-template-columns:1fr}}
@media(max-width:640px){.posture-photo-grid{grid-template-columns:1fr}.posture-photo-grid figure:last-child{grid-column:auto}.posture-photo-grid img{aspect-ratio:auto}}

/* Focused home and illustration refresh */
.hero-copy{padding:clamp(56px,5.4vw,82px) clamp(30px,5vw,76px) 42px}.hero-proof{display:inline-flex;margin:0 0 17px;padding:10px 15px;border-radius:99px;background:#e8f1ed;color:var(--green-dark);font-weight:900;font-size:15px}.hero h1{font-size:clamp(42px,4.5vw,70px);line-height:1.18;font-weight:900}.hero-lead{margin-top:20px;font-size:clamp(18px,1.5vw,23px);line-height:1.55}.button{min-height:60px;font-size:18px;font-weight:900}.hero-button{min-width:190px}.medical-icon{width:64px;height:64px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.core-grid{padding:28px clamp(22px,4vw,66px) 70px;display:grid;grid-template-columns:repeat(4,1fr);gap:18px;background:#fff}.core-card{position:relative;min-height:280px;padding:30px;border-radius:24px;display:grid;grid-template-columns:72px 1fr;gap:20px;align-items:start;overflow:hidden;transition:.25s;box-shadow:0 15px 35px rgba(30,52,58,.08)}.core-card:after{content:"";position:absolute;width:150px;height:150px;border-radius:50%;right:-70px;bottom:-70px;background:currentColor;opacity:.08}.core-card:hover{transform:translateY(-6px);box-shadow:0 20px 42px rgba(30,52,58,.14)}.core-card small{font-weight:900;letter-spacing:.07em;opacity:.7}.core-card h2{font-size:clamp(24px,2vw,34px);line-height:1.28;margin:12px 0}.core-card h2 span{display:block}.core-card p{font-size:16px;margin:0;opacity:.76}.core-card>b{position:absolute;right:26px;top:24px;font-size:28px}.core-card.blue{background:#edf4ff;color:#24518b}.core-card.gold{background:#f6f0e3;color:#7b5b28}.core-card.green{background:#eaf3ef;color:#356b58}.core-card.navy{background:#e9edf7;color:#283d78}.proof-strip{padding:0 clamp(24px,7vw,110px) 80px;display:grid;grid-template-columns:repeat(3,1fr);gap:1px}.proof-strip article{padding:24px 30px;background:var(--ink);color:#fff;display:grid;gap:6px}.proof-strip article:first-child{border-radius:16px 0 0 16px}.proof-strip article:last-child{border-radius:0 16px 16px 0}.proof-strip strong{font-size:20px}.proof-strip span{color:#c6d0d2}

.detail-hero{padding:70px clamp(24px,9vw,145px);display:grid;grid-template-columns:1fr 430px;align-items:center;gap:70px}.detail-hero>div>p:last-of-type{font-size:20px;color:var(--text);line-height:1.7;max-width:760px}.detail-hero>div>a{display:inline-block;margin-top:12px;color:var(--green-dark);font-weight:850;border-bottom:1px solid}.detail-illustration{height:330px;border-radius:40px;position:relative;display:grid;place-items:center;overflow:hidden;background:linear-gradient(145deg,#dcebe5,#f8fbf9);color:var(--green-dark)}.detail-illustration:before,.detail-illustration span{content:"";position:absolute;border-radius:50%;border:1px solid currentColor;opacity:.18}.detail-illustration:before{width:250px;height:250px}.detail-illustration span:first-child{width:180px;height:180px;right:-45px;top:-45px}.detail-illustration span:nth-child(2){width:115px;height:115px;left:22px;bottom:18px;background:currentColor;opacity:.07}.detail-illustration .medical-icon{width:145px;height:145px;stroke-width:1.2;position:relative;z-index:2}.detail-illustration.brain{background:linear-gradient(145deg,#e5eaf6,#fbfcff);color:#344e8f}.detail-illustration.digestion{background:linear-gradient(145deg,#f2e9dc,#fffaf3);color:#8b6636}.detail-illustration.head{background:linear-gradient(145deg,#e8edf5,#fff);color:#435d87}.detail-illustration.sleep{background:linear-gradient(145deg,#e8e8f4,#fafaff);color:#51518d}.detail-illustration.trauma{background:linear-gradient(145deg,#e9eef1,#fff);color:#47616d}

.remote-card{grid-template-columns:150px 1fr auto;gap:42px;align-items:center}.remote-art{width:150px;height:180px;border-radius:28px;background:#e4f0eb;display:grid;place-items:center;color:var(--green-dark)}.remote-art .medical-icon{width:95px;height:95px}.remote-card>div:nth-child(2)>span{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:var(--green);color:#fff;font-weight:900;margin-bottom:25px}.remote-card>div:nth-child(2)>p:nth-of-type(2){font-size:17px;color:var(--text);line-height:1.8;max-width:800px}.premium-remote .remote-art{background:#ebe0c9;color:#8a6a35}.premium-remote>div:nth-child(2)>span{background:#8a6a35}

@media(max-width:1120px){.core-grid{grid-template-columns:repeat(2,1fr)}.proof-strip{grid-template-columns:1fr}.proof-strip article,.proof-strip article:first-child,.proof-strip article:last-child{border-radius:0}.detail-hero{grid-template-columns:1fr 330px;gap:35px}.remote-card{grid-template-columns:120px 1fr}.remote-art{width:120px;height:150px}.remote-actions{grid-column:1/3;min-width:0;display:flex}}
@media(max-width:640px){.hero h1{font-size:40px}.hero-proof{font-size:13px}.button{font-size:18px}.core-grid{grid-template-columns:1fr;padding:20px 15px 50px}.core-card{min-height:220px}.proof-strip{padding:0 15px 60px}.detail-hero{grid-template-columns:1fr;padding:52px 22px}.detail-illustration{height:260px;order:-1}.remote-card{grid-template-columns:1fr;padding:28px 22px}.remote-art{width:100%;height:170px}.remote-actions{grid-column:1;display:grid}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

body.admin-bar .site-header{top:32px}.wp-site-blocks{padding:0}.site-header nav a{white-space:nowrap}.core-card{grid-template-columns:1fr}.posture-photo-grid img{height:auto}.finder-result>button{border:1px solid #cdbd9f;background:#fff;color:#6b5a47;margin:0 0 20px}.finder-result>small{display:block}.page-template-page-treatment .detail-hero{grid-template-columns:1fr}.page-template-page-treatment .detail-hero>div{max-width:900px}
@media(max-width:782px){body.admin-bar .site-header{top:46px}}

.faq-section{background:#f7f4ee}.faq-section>h2{font-size:clamp(30px,4vw,48px);margin:8px 0 30px}.faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.faq-grid article{background:#fff;border:1px solid #e8e1d5;border-radius:18px;padding:26px}.faq-grid h3{font-size:20px;margin:0 0 12px;color:#143b34}.faq-grid p{margin:0;line-height:1.75;color:#4d5b57}.medical-review{margin:26px 0 0;color:#66736f;font-size:14px}.medical-review time{display:block;margin-top:4px}.finder-question [role="group"]{display:grid;gap:10px}.finder-question [data-prev]{margin-top:16px;background:transparent;color:#6b5a47;border:1px solid #cdbd9f}@media(max-width:720px){.faq-grid{grid-template-columns:1fr}.faq-grid article{padding:22px}}

/* English patient page */
.language-switch{display:inline-flex;align-items:center;justify-content:center;min-width:48px;height:40px;padding:0 13px;border:1px solid var(--line);border-radius:99px;color:var(--green-dark);font-weight:900}.en-page{font-family:Arial,"Noto Sans",sans-serif}.en-hero{display:grid;grid-template-columns:1.08fr .92fr;min-height:650px;background:linear-gradient(135deg,#edf5f1,#fff)}.en-hero-copy{padding:clamp(65px,7vw,110px) clamp(28px,7vw,105px)}.en-hero h1{font-size:clamp(44px,5vw,72px);line-height:1.08;letter-spacing:-.045em;margin:18px 0 25px}.en-lead{max-width:720px;font-size:21px;line-height:1.7;color:var(--text)}.en-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.en-note{font-size:14px;color:#61706b;margin-top:18px}.en-hero-image img{width:100%;height:100%;object-fit:cover}.en-trust{display:grid;grid-template-columns:repeat(3,1fr);background:var(--ink);color:#fff;padding:0 clamp(24px,7vw,110px)}.en-trust article{display:grid;gap:7px;padding:30px;border-right:1px solid rgba(255,255,255,.15)}.en-trust article:first-child{border-left:1px solid rgba(255,255,255,.15)}.en-trust strong{font-size:20px}.en-trust span{color:#cbd5d7;line-height:1.5}.en-services>h2,.en-faq>h2,.en-fees h2,.en-visit h2{font-size:clamp(34px,4vw,54px);margin:8px 0 32px}.en-service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.en-service-grid article{padding:30px;border:1px solid var(--line);border-radius:20px;background:#fff}.en-service-grid h3{font-size:22px;color:var(--green-dark);margin:0 0 13px}.en-service-grid p,.en-fees p,.en-doctor p,.en-doctor li,.en-visit p{color:var(--text);line-height:1.75}.en-fees{background:#f4f7f5}.en-fees-heading{max-width:750px}.en-price-grid{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:18px;margin-top:35px}.en-price-grid article{background:#fff;border:1px solid #d9e2de;border-radius:22px;padding:34px}.en-price-grid article.insured{background:#143b34;color:#fff}.en-price-grid article.insured p,.en-price-grid article.insured small{color:#d5e2de}.en-price-grid article>span{display:block;color:#4b806c;font-size:13px;font-weight:900;letter-spacing:.08em}.en-price-grid .insured>span{color:#9dd0bc}.en-price-grid h3{font-size:22px;line-height:1.45}.price{margin:14px 0 8px!important}.price strong{font-size:40px;color:#143b34;letter-spacing:-.04em}.en-price-grid small{display:block;line-height:1.65}.fee-disclaimer{font-size:14px;margin-top:22px}.en-doctor{display:grid;grid-template-columns:.75fr 1.25fr;gap:70px;align-items:center}.en-doctor h2{font-size:clamp(38px,4vw,56px);margin:8px 0}.en-doctor-role{font-weight:900;color:var(--green-dark)!important}.en-doctor ul{padding-left:22px}.en-faq{background:#f7f4ee}.en-visit{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.en-mobile-contact a{background:var(--green-dark);color:#fff}.en-mobile-contact a:last-child{background:#d6ad55;color:#1f2c2c}
@media(max-width:1100px){.en-hero{grid-template-columns:1fr}.en-hero-image{height:430px}.en-service-grid{grid-template-columns:repeat(2,1fr)}.en-price-grid{grid-template-columns:1fr}.en-trust{grid-template-columns:1fr}.en-trust article,.en-trust article:first-child{border-left:0;border-right:0;border-bottom:1px solid rgba(255,255,255,.15)}.en-doctor{grid-template-columns:1fr 1.2fr;gap:40px}}
@media(max-width:640px){.language-switch{margin-left:auto}.en-hero-image{height:300px}.en-hero-copy{padding:55px 22px}.en-hero h1{font-size:42px}.en-lead{font-size:18px}.en-service-grid,.en-doctor,.en-visit{grid-template-columns:1fr}.en-doctor{gap:30px}.en-price-grid article{padding:26px}.en-actions .button{width:100%}.en-trust{padding:0}.en-trust article{padding:24px 22px}}

/* Blog-informed diet and treatment FAQs */
.diet-faq{background:#fff}.diet-faq-heading{max-width:760px}.diet-faq-heading h2,.treatment-faq>h2{font-size:clamp(32px,4vw,50px);line-height:1.35;margin:8px 0 18px}.diet-faq-heading>p:last-child{color:var(--text);font-size:17px}.diet-faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:35px}.diet-faq-grid article{padding:28px;border-radius:18px;border:1px solid #dfe6e3;background:#f8faf9}.diet-faq-grid h3{margin:0 0 12px;font-size:20px;color:#0d3975}.diet-faq-grid p{margin:0;color:var(--text);line-height:1.8}.diet-blog-link,.treatment-blog-link{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-top:30px;padding:24px 28px;border-radius:16px;background:#edf4ff;border:1px solid #d8e5f8}.diet-blog-link p{margin:6px 0 0;color:var(--text)}.diet-blog-link .button{min-height:50px;white-space:nowrap}.treatment-faq{margin-top:45px;padding:48px;border-radius:24px;background:#f7f4ee}.treatment-faq .faq-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.treatment-blog-link{background:#fff;border-color:var(--line)}.treatment-blog-link a{color:var(--green-dark);font-weight:900;white-space:nowrap}
@media(max-width:900px){.treatment-faq .faq-grid{grid-template-columns:1fr}.diet-blog-link,.treatment-blog-link{align-items:flex-start;flex-direction:column}}
@media(max-width:640px){.diet-faq-grid{grid-template-columns:1fr}.diet-faq-grid article{padding:22px}.treatment-faq{padding:30px 22px;margin-top:35px}.diet-blog-link,.treatment-blog-link{padding:22px}.diet-blog-link .button{width:100%}}

/* English layout stability and approximate fee ranges */
.en-page{overflow:hidden}.en-hero{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr)}.en-hero-copy,.en-hero-image,.en-price-grid article{min-width:0}.price{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.price small{font-size:12px;color:#4b806c;font-weight:900;letter-spacing:.1em}.price strong{font-size:clamp(27px,2.8vw,40px);line-height:1.1;overflow-wrap:anywhere}.price em{font-style:normal;font-size:14px;color:var(--text)}
@media(max-width:1100px){.en-hero{grid-template-columns:1fr}}
@media(max-width:640px){.en-header .brand-logo{max-width:235px}.en-price-grid article{overflow:hidden}.price strong{font-size:30px}}
