@font-face{font-family:'NanumSquareRound';src:url('/assets/fonts/NanumSquareRoundR.woff2') format('woff2');font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:'NanumSquareRound';src:url('/assets/fonts/NanumSquareRoundB.woff2') format('woff2');font-style:normal;font-weight:700;font-display:swap}
:root{--blue:#12547f;--deep:#123b56;--ink:#203039;--muted:#50636e;--pale:#eef4f7;--line:#dce4e8;--white:#fff;--warm:#f5f3ef;--font:'NanumSquareRound','Pretendard','Noto Sans KR','Apple SD Gothic Neo','Malgun Gothic',sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;color:var(--ink);font-family:var(--font);font-size:17px;line-height:1.85;word-break:keep-all;-webkit-font-smoothing:antialiased;background:var(--white)}a{color:inherit;text-decoration:none}button{font:inherit}img{display:block;width:100%;height:100%;object-fit:cover}h1,h2,h3,p{margin:0}h1,h2,h3{font-weight:500;line-height:1.4;letter-spacing:-.05em}h1{font-size:clamp(2.75rem,4.9vw,4.625rem)}h2{font-size:clamp(2rem,3.05vw,2.875rem)}h3{font-size:1.5rem}p+p{margin-top:20px}a,button,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #c89642;outline-offset:6px}::selection{background:#bcd8e9}.wrap{width:min(1280px,calc(100% - 112px));margin-inline:auto}.section{padding-block:110px}.eyebrow{font-size:13px;line-height:1.5;font-weight:600;letter-spacing:.16em;color:var(--blue);margin-bottom:24px}.section-heading{margin-bottom:48px}.section-heading .eyebrow{margin-bottom:16px}.section-description{color:var(--muted);margin-top:20px}.btn{display:inline-flex;align-items:center;justify-content:space-between;gap:28px;padding:15px 23px;min-height:55px;background:var(--blue);color:white;font-size:16px;font-weight:500;transition:background .2s,transform .2s;border:1px solid transparent;line-height:1.6}.btn:hover{background:var(--deep);transform:translateY(-2px)}.btn-white{background:#fff;color:var(--blue)}.btn-white:hover{background:#e9f1f5}.btn-outline{background:transparent;color:var(--blue);border-color:var(--line)}.btn-outline:hover{background:var(--pale)}.text-link{display:inline-flex;align-items:center;gap:28px;padding:9px 0;font-size:16px;color:var(--blue);border-bottom:1px solid #8eaaba;line-height:1.6}.text-link:hover{gap:35px}.text-link.light{color:white;border-color:#aac0d0}.text-link span,.btn span{font-size:21px;line-height:1}a.text-link{transition:gap .2s}.site-header{height:94px;background:white;position:sticky;top:0;z-index:30;border-bottom:1px solid #edf0f2}.header-inner{width:min(1440px,calc(100% - 88px));height:100%;margin:auto;display:flex;align-items:center;gap:35px;justify-content:space-between}.brand{display:inline-flex;align-items:center;flex-shrink:0}.logo-crop{display:block;width:203px;height:36px;background-image:url('/assets/logo.png');background-size:267px 267px;background-position:-32px -116px;background-repeat:no-repeat}.desktop-nav{display:flex;gap:29px;align-items:center}.desktop-nav a{font-size:16px;white-space:nowrap;position:relative;padding:10px 0}.desktop-nav a:hover,.desktop-nav a[aria-current]{color:var(--blue)}.desktop-nav a[aria-current]:after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--blue)}.header-call{font-size:15px;display:flex;gap:15px;align-items:center;border-left:1px solid var(--line);padding-left:28px;color:var(--blue);white-space:nowrap}.menu-toggle,.mobile-dock{display:none}.skip-link{position:fixed;top:-100px;left:20px;z-index:100;background:var(--blue);color:white;padding:12px 20px}.skip-link:focus{top:10px}.mobile-nav[hidden]{display:none}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:670px}.hero-copy{background:var(--blue);color:white;padding:64px max(52px,calc((100vw - 1280px)/2)) 32px;display:flex;flex-direction:column;align-items:flex-start;padding-right:45px}.hero-copy .eyebrow{color:#c2d8e6;font-size:13px;margin-bottom:30px}.hero h1{line-height:1.3;letter-spacing:-.055em;font-weight:400}.hero-description{font-size:17px;color:#e1eaf0;margin-top:28px;line-height:1.9}.hero-actions{margin-top:34px;display:flex;align-items:center;gap:27px;flex-wrap:wrap}.hero-bottom{margin-top:45px;border-top:1px solid #ffffff35;padding-top:22px;width:100%;display:flex;gap:20px;justify-content:space-between;font-size:13px;color:#c4d9e6;letter-spacing:.04em}.hero-photo{position:relative;min-height:100%;overflow:hidden}.hero-photo img{position:absolute;inset:0;object-position:61% center}.photo-caption{position:absolute;bottom:0;left:0;right:0;padding:28px 35px 24px;background:linear-gradient(transparent,#0007);display:flex;justify-content:space-between;gap:12px;color:white;font-size:13px;letter-spacing:.07em}.intro{padding-top:100px;padding-bottom:90px;display:grid;grid-template-columns:.6fr 1.4fr 1.5fr;gap:40px;align-items:start;border-bottom:1px solid var(--line)}.intro-small{font-size:13px;color:var(--blue);letter-spacing:.13em;padding-top:10px}.intro h2{font-size:32px;line-height:1.5}.intro>p:last-child{font-size:17px;line-height:2.1;color:var(--muted);padding-top:3px}.care-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line)}.care-card{padding:42px 35px 80px;position:relative;min-height:367px;background:white;transition:background .2s}.care-card+.care-card{border-left:1px solid var(--line)}.care-card:hover{background:var(--pale)}.card-number{font-size:13px;letter-spacing:.13em;color:var(--blue)}.care-card h3{font-size:32px;margin-top:24px;margin-bottom:17px}.care-card p{color:var(--muted);font-size:17px}.care-tags{margin-top:32px;font-size:15px;color:var(--muted);line-height:1.9}.card-arrow{position:absolute;right:30px;bottom:34px;font-size:26px;color:var(--blue)}.care-card.featured{background:var(--blue);color:white}.featured .card-number,.featured .care-tags,.featured p{color:#d1e1ec}.featured .card-arrow{color:white}.care-card.featured:hover{background:var(--deep)}.herbal-feature{background:var(--warm);padding:100px 0}.feature-layout{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.feature-layout h2{margin-bottom:28px}.feature-layout p{color:var(--muted)}.feature-layout .eyebrow{color:var(--blue)}.feature-layout .text-link{margin-top:26px}.herbal-process{padding:20px 0 20px 30px}.herbal-process>div{display:grid;grid-template-columns:40px 1fr;column-gap:22px;padding:30px 0;border-bottom:1px solid #d9d9d5;align-items:center}.herbal-process>div:first-child{border-top:1px solid #d9d9d5}.herbal-process span{grid-row:span 2;font-family:Georgia,serif;font-size:21px;color:var(--blue);align-self:start;padding-top:5px}.herbal-process h3{font-size:27px;color:var(--blue)}.herbal-process p{font-size:16px;margin-top:6px}.doctor-section{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.doctor-image{height:650px;position:relative;overflow:hidden;background:#e6e6e6}.doctor-image img{object-position:50% 23%}.image-label{position:absolute;left:26px;bottom:25px;font-size:13px;letter-spacing:.15em;color:#394a54}.doctor-copy h2{margin-bottom:32px}.doctor-copy p:not(.eyebrow){color:var(--muted)}.doctor-sign{border-top:1px solid var(--line);margin-top:35px;padding-top:22px;font-size:15px;color:var(--muted);display:flex;align-items:center;gap:25px}.doctor-sign strong{font-size:23px;font-weight:500;color:var(--ink);letter-spacing:.12em}.doctor-copy .text-link{margin-top:28px}.space-strip{display:grid;grid-template-columns:1fr 1fr;background:var(--deep);color:white;min-height:380px}.space-strip img{max-height:450px;object-position:center 60%}.space-strip>div{padding:65px 55px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.space-strip .eyebrow{color:#c3d9e5}.space-strip h2{font-size:36px}.space-strip .text-link{margin-top:30px}.heading-row{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-bottom:48px}.heading-row .section-heading{margin-bottom:0}.heading-row>.text-link{flex-shrink:0}.journal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.journal-card{border-top:2px solid var(--blue);padding:25px 0 20px;display:flex;flex-direction:column;transition:transform .2s}.journal-card:hover{transform:translateY(-5px)}.journal-top{display:flex;justify-content:space-between;font-size:14px;color:var(--blue)}.journal-top>span:last-child{font-family:Georgia,serif;font-size:21px}.journal-card h3{margin-top:34px;font-size:27px;line-height:1.65}.journal-card p{margin-top:20px;color:var(--muted);font-size:16px;max-width:310px;line-height:1.9}.read-link{font-size:15px;display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding:34px 0 15px;margin-top:auto;color:var(--blue)}.visit-home{background:var(--pale);padding-block:90px}.visit-grid{display:grid;grid-template-columns:1fr 1fr;gap:95px}.visit-grid h2{font-size:37px;margin-bottom:25px}.visit-grid p{font-size:16px;color:var(--muted)}.visit-grid .address{font-size:19px;color:var(--ink)}.visit-grid .text-link{margin-top:23px}.hours{width:100%;border-collapse:collapse;font-size:17px;text-align:left;font-variant-numeric:tabular-nums;white-space:nowrap}.hours th,.hours td{padding:17px 8px;border-bottom:1px solid #cad9e2;font-weight:400}.hours thead th{font-size:13px;color:var(--muted);padding-top:0}.hours tbody th{color:var(--blue);font-weight:500;padding-left:0}.hours thead th:first-child{padding-left:0}.hours tbody td:last-child{color:var(--muted)}.hours-note{font-size:15px!important;color:var(--muted);margin-top:21px}.contact-band{background:var(--blue);color:white;padding:78px 0}.contact-inner{display:flex;justify-content:space-between;align-items:center;gap:45px}.contact-band .eyebrow{color:#bcd8e8;margin-bottom:20px}.contact-band h2{font-size:36px;font-weight:400}.contact-band p:not(.eyebrow){font-size:16px;color:#d1e1eb;margin-top:20px}.contact-actions{display:flex;flex-direction:column;align-items:flex-start;gap:17px;min-width:246px}.contact-actions .btn{font-size:23px;width:100%;font-variant-numeric:tabular-nums}.site-footer{padding:50px 0 36px}.footer-top{display:flex;justify-content:space-between;align-items:center;gap:30px;padding-bottom:32px;border-bottom:1px solid var(--line)}.footer-links{display:flex;gap:28px;font-size:15px;color:var(--muted)}.footer-bottom{display:flex;justify-content:space-between;align-items:flex-end;margin-top:27px;font-size:14px;color:var(--muted)}.footer-bottom p+p{margin-top:8px}.copyright{font-size:11px;letter-spacing:.04em}.subhero{background:var(--pale);padding:80px 0 84px}.subhero h1{font-size:clamp(2.5rem,4.2vw,3.75rem);line-height:1.4}.subhero p:not(.eyebrow){margin-top:28px;color:var(--muted);font-size:18px;line-height:1.9}.subhero.with-image{padding:0}.subhero.with-image .subhero-inner{display:grid;grid-template-columns:1.1fr .9fr;gap:75px;align-items:center}.subhero.with-image .subhero-inner>div:first-child{padding-block:65px}.subhero-photo{height:560px}.subhero-photo img{object-position:50% 22%}.soft-section{background:var(--warm);padding:95px 0}.topics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:45px}.topics-grid>div{border-top:1px solid var(--line);padding-top:25px}.topics-grid span{font-size:15px;color:var(--blue);font-family:Georgia,serif}.topics-grid h3{margin:22px 0 15px;font-size:26px}.topics-grid p{color:var(--muted)}.treatment-list article{display:grid;grid-template-columns:45px 180px 1fr;gap:25px;border-top:1px solid #d4d8d8;padding:34px 0}.treatment-list article:last-child{border-bottom:1px solid #d4d8d8}.treatment-list article>span{color:var(--blue);font-size:16px}.treatment-list h3{font-size:25px}.treatment-list p{color:var(--muted)}.clinical-note{font-size:15px;color:var(--muted);border-left:2px solid #a8bac5;padding:2px 0 2px 20px;margin-top:34px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.step{border-top:1px solid var(--line);padding-top:24px}.number{font-family:Georgia,serif;color:var(--blue);font-size:30px}.step h3{margin-top:25px;margin-bottom:15px}.step p{font-size:16px;color:var(--muted)}.inline-link{margin-top:38px}.narrow{max-width:890px}.faq-list{border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line)}summary{cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:30px;font-size:19px;padding:25px 0;line-height:1.7}summary::-webkit-details-marker{display:none}summary>span{font-size:24px;font-weight:300;color:var(--blue);transition:transform .2s}details[open] summary>span{transform:rotate(45deg)}details>p{padding:0 35px 26px 0;color:var(--muted);font-size:17px}.blue-section{background:var(--blue);color:white;padding:100px 0}.blue-section .eyebrow{color:#bed7e6}.blue-section p{color:#dbe6ed}.large-copy{font-size:24px;line-height:1.8!important;color:var(--ink)!important;letter-spacing:-.025em}.blue-section .large-copy{color:white!important}.skin-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.skin-grid article{padding:40px;background:white}.skin-grid article>span{font-size:13px;color:var(--blue);letter-spacing:.09em}.skin-grid h3{margin:24px 0 20px;font-size:30px}.skin-grid p{color:var(--muted)}.skin-grid small{display:block;font-size:14px;color:var(--blue);margin-top:26px}.about-doctor{display:grid;grid-template-columns:.85fr 1.15fr;gap:100px;align-items:center}.about-portrait{height:670px;overflow:hidden}.about-portrait img{object-position:50% 15%}.about-doctor h2{margin-bottom:30px}.title-small{font-size:17px;color:var(--muted);letter-spacing:-.02em;margin-left:14px;display:inline-block}.about-doctor p:not(.eyebrow){color:var(--muted)}.about-doctor .large-copy{margin-bottom:28px}.soft-section .steps:has(.step:nth-child(3):last-child){grid-template-columns:repeat(3,1fr)}.space-gallery{display:grid;grid-template-columns:1fr 1fr;gap:30px}.space-gallery figure{margin:0}.space-gallery figure.wide{grid-column:span 2}.space-gallery img{height:410px}.space-gallery .wide img{height:580px;object-position:center 60%}.space-gallery figcaption{font-size:15px;color:var(--muted);padding-top:12px}.visit-details{display:grid;grid-template-columns:.95fr 1.05fr;gap:100px}.visit-details h2{margin-bottom:32px}.visit-details .hours{margin-top:38px}.visit-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px}.visit-actions .btn{font-size:15px;gap:15px}.visit-address>p{margin-bottom:30px}.direction-item{display:grid;grid-template-columns:62px 1fr;gap:25px;border-top:1px solid var(--line);padding:22px 0}.small-label{font-size:16px;color:var(--blue);font-weight:600}.direction-item p{color:var(--muted);font-size:17px}.help-note{font-size:14px!important;color:var(--muted);background:var(--pale);padding:16px 19px;line-height:1.9}.entrance-section img{height:510px;object-position:center 53%}.entrance-section>div{display:flex;justify-content:space-between;gap:20px;padding:18px 0;border-bottom:1px solid var(--line);font-size:15px;color:var(--muted)}.article-page{max-width:840px;padding-block:65px 100px}.back-link{font-size:15px;color:var(--muted);display:inline-block;margin-bottom:60px}.article-page h1{font-size:45px;line-height:1.5}.article-lead{font-size:20px;color:var(--muted);margin-top:22px}.article-meta{font-size:14px;color:var(--muted);padding:30px 0;border-bottom:1px solid var(--line);margin-bottom:45px}.article-body section{margin-top:40px}.article-body h2{font-size:26px;margin-bottom:20px}.article-body p{line-height:2.1;color:#536570}.article-source{font-size:14px;margin-top:45px;padding-top:22px;border-top:1px solid var(--line)}.article-source a{text-decoration:underline;text-underline-offset:3px}.article-related{margin-top:40px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(min-width:1600px){.hero-copy{padding-left:max(75px,calc((100vw - 1280px)/2));padding-right:65px}.hero{min-height:740px}.hero-copy{padding-top:84px}}
@media(max-width:1200px){.header-inner{width:calc(100% - 48px);gap:20px}.desktop-nav{gap:19px}.desktop-nav a{font-size:15px}.header-call{padding-left:18px}.logo-crop{width:178px;height:32px;background-size:235px;background-position:-28px -102px}.wrap{width:calc(100% - 80px)}.hero-copy{padding-left:40px;padding-right:34px}.hero h1{font-size:58px}.hero-description{font-size:16px}.hero-actions{gap:18px}.hero .btn{padding-inline:18px;gap:15px}.feature-layout,.doctor-section,.visit-grid,.about-doctor,.visit-details{gap:55px}.intro{grid-template-columns:.5fr 1.3fr 1.4fr;gap:26px}.intro h2{font-size:29px}.care-card{padding-inline:28px}.subhero.with-image .subhero-inner{gap:40px}.subhero h1{font-size:48px}.photo-caption{flex-direction:column;gap:2px}.doctor-image{height:580px}.contact-band h2{font-size:34px}}
@media(max-width:1000px){.desktop-nav,.header-call{display:none}.menu-toggle{display:flex;width:44px;height:44px;flex-direction:column;gap:7px;align-items:center;justify-content:center;border:0;background:transparent;cursor:pointer}.menu-toggle span{width:24px;height:2px;background:var(--blue);transition:transform .2s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(4.5px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-4.5px) rotate(-45deg)}.mobile-nav{position:absolute;top:100%;left:0;right:0;background:white;padding:16px 40px 28px;box-shadow:0 18px 24px #20303914;border-top:1px solid var(--line)}.mobile-nav a{display:block;padding:12px 0;border-bottom:1px solid #eef2f4;font-size:18px}.mobile-nav a[aria-current]{color:var(--blue)}.site-header{height:78px}.hero{min-height:620px}.hero h1{font-size:50px}.hero-copy{padding:48px 30px 26px}.hero-actions{align-items:flex-start;flex-direction:column;gap:15px}.hero-bottom{font-size:11px;margin-top:30px;gap:12px;flex-wrap:wrap}.intro{grid-template-columns:1fr 1fr}.intro-small{grid-column:span 2}.section{padding-block:80px}.care-card{padding:30px 22px 65px}.care-card h3{font-size:27px}.care-card p,.care-tags{font-size:15px}.doctor-image{height:530px}.doctor-copy h2{font-size:33px}.doctor-copy p:not(.eyebrow){font-size:16px}.doctor-section{gap:45px}.space-strip h2{font-size:29px}.space-strip>div{padding:40px}.journal-card h3{font-size:22px}.journal-grid{gap:24px}.journal-card p{font-size:15px}.heading-row h2{font-size:31px}.visit-grid{gap:45px}.visit-grid h2{font-size:30px}.hours{font-size:15px}.hours th,.hours td{padding-inline:5px}.contact-band h2{font-size:31px}.subhero h1{font-size:41px}.subhero-photo{height:510px}.topics-grid{gap:28px}.topics-grid h3{font-size:23px}.topics-grid p{font-size:16px}.treatment-list article{grid-template-columns:30px 125px 1fr;gap:18px}.steps{grid-template-columns:1fr 1fr;row-gap:40px}.about-doctor{gap:45px}.about-portrait{height:570px}.about-doctor .large-copy{font-size:22px}.about-doctor p{font-size:16px}.visit-details{gap:45px}.visit-details .large-copy{font-size:22px}.direction-item{grid-template-columns:45px 1fr;gap:15px}.footer-bottom{gap:30px}.copyright{font-size:10px}.footer-links{gap:18px}.herbal-feature,.soft-section,.blue-section{padding-block:80px}}
@media(max-width:700px){html{scroll-padding-top:88px}.wrap{width:calc(100% - 40px)}.header-inner{width:calc(100% - 40px)}.site-header{height:72px}.logo-crop{width:172px;height:31px;background-size:226px;background-position:-27px -98px}.hero{display:flex;flex-direction:column;min-height:0}.hero-copy{padding:42px 24px 25px}.hero-copy .eyebrow{font-size:10px;margin-bottom:25px}.hero h1{font-size:clamp(2.5rem,10.5vw,3.3rem);line-height:1.35}.hero-description{font-size:16px;margin-top:22px;line-height:1.9}.hero-actions{flex-direction:row;align-items:center;gap:24px;margin-top:28px}.hero-actions .btn{font-size:15px;padding:13px 17px;min-height:50px}.hero-actions .text-link{font-size:15px;gap:14px}.hero-bottom{margin-top:34px;font-size:11px;letter-spacing:0;padding-top:17px}.hero-photo{min-height:290px}.hero-photo img{object-position:65% center}.photo-caption{padding:40px 23px 19px}.photo-caption span:first-child{font-size:11px}.photo-caption span:last-child{font-size:9px}.intro{display:block;padding-top:62px;padding-bottom:60px}.intro-small{padding:0;margin-bottom:21px}.intro h2{font-size:30px;margin-bottom:24px}.intro>p:last-child{font-size:16px;line-height:2}.section{padding-block:65px}h2{font-size:30px}.section-heading{margin-bottom:32px}.eyebrow{font-size:11px;margin-bottom:20px}.section-heading .eyebrow{margin-bottom:14px}.section-description{font-size:16px;margin-top:17px}.care-grid{grid-template-columns:1fr}.care-card{padding:30px 27px 34px;min-height:270px}.care-card+.care-card{border-left:0;border-top:1px solid var(--line)}.card-number{font-size:11px}.care-card h3{font-size:30px;margin:20px 0 12px}.care-card p{font-size:17px}.care-tags{font-size:14px;margin-top:22px}.card-arrow{bottom:31px}.feature-layout,.doctor-section,.visit-grid,.about-doctor,.visit-details{grid-template-columns:1fr;gap:40px}.herbal-feature,.soft-section,.blue-section{padding-block:65px}.feature-layout h2{margin-bottom:25px}.feature-layout p{font-size:17px}.herbal-process{padding:0}.herbal-process>div{padding-block:23px;grid-template-columns:35px 1fr;gap:0 15px}.herbal-process h3{font-size:24px}.herbal-process p{font-size:15px}.doctor-image{height:auto;aspect-ratio:4/4.5}.doctor-image img{position:absolute;inset:0;object-position:50% 25%}.doctor-copy h2{font-size:31px;margin-bottom:25px}.doctor-copy p:not(.eyebrow){font-size:17px}.doctor-sign{margin-top:26px;font-size:14px;gap:20px}.doctor-sign strong{font-size:22px}.space-strip{grid-template-columns:1fr}.space-strip img{height:270px}.space-strip>div{padding:43px 24px}.space-strip h2{font-size:29px}.space-strip .text-link{margin-top:23px}.heading-row{display:block;margin-bottom:33px}.heading-row h2{font-size:29px}.heading-row>.text-link{margin-top:20px}.journal-grid{grid-template-columns:1fr;gap:35px}.journal-card{padding-top:20px}.journal-card h3{font-size:27px;margin-top:22px;line-height:1.5}.journal-card p{font-size:17px;max-width:none;margin-top:16px}.read-link{padding-top:27px}.visit-home{padding-block:65px}.visit-grid h2{font-size:30px}.visit-grid>div:last-child{margin-top:10px}.hours{font-size:16px}.hours th,.hours td{padding:16px 4px}.hours thead th{font-size:13px}.hours-note{font-size:14px!important}.contact-band{padding-block:55px}.contact-inner{display:block}.contact-band h2{font-size:29px}.contact-band p:not(.eyebrow){font-size:15px}.contact-actions{margin-top:30px;min-width:0;align-items:flex-start}.contact-actions .btn{width:auto;min-width:235px;font-size:21px}.site-footer{padding-top:36px;padding-bottom:105px}.footer-top{display:block;padding-bottom:25px}.footer-links{margin-top:25px;font-size:14px;gap:22px;flex-wrap:wrap}.footer-bottom{display:block;font-size:13px;margin-top:22px}.footer-bottom .copyright{margin-top:22px;font-size:10px}.mobile-dock{position:fixed;bottom:0;left:0;right:0;z-index:25;display:grid;grid-template-columns:1fr 1fr 1fr;background:white;border-top:1px solid var(--line);padding-bottom:env(safe-area-inset-bottom);box-shadow:0 -3px 18px #2030390b}.mobile-dock a{display:flex;align-items:center;justify-content:center;font-size:14px;padding:16px 2px;min-height:56px;color:var(--blue);line-height:1.5}.mobile-dock a:first-child{background:var(--blue);color:white}.mobile-dock a:last-child{border-left:1px solid var(--line)}.mobile-nav{padding-inline:24px;max-height:calc(100dvh - 150px);overflow:auto}.subhero{padding:48px 0 50px}.subhero h1{font-size:35px;line-height:1.45}.subhero p:not(.eyebrow){font-size:17px;margin-top:23px}.subhero.with-image .subhero-inner{display:block;width:100%}.subhero.with-image .subhero-inner>div:first-child{padding:45px 20px}.subhero-photo{height:370px}.subhero-photo img{object-position:50% 22%}.topics-grid{grid-template-columns:1fr;gap:29px}.topics-grid>div{padding-top:22px}.topics-grid h3{font-size:25px;margin:16px 0 12px}.topics-grid p{font-size:17px}.treatment-list article{grid-template-columns:27px 1fr;gap:15px;padding-block:27px}.treatment-list h3{font-size:25px}.treatment-list p{grid-column:2;font-size:17px}.clinical-note{font-size:14px;padding-left:16px}.steps{gap:28px 24px}.step h3{font-size:22px;margin-top:17px}.step p{font-size:16px}.number{font-size:27px}.faq-list summary{font-size:17px;gap:20px;padding:22px 0}.faq-list details>p{font-size:16px;padding-right:10px}.large-copy{font-size:22px}.skin-grid{grid-template-columns:1fr;gap:16px}.skin-grid article{padding:30px 25px}.skin-grid h3{font-size:28px}.skin-grid p{font-size:17px}.about-portrait{height:auto;aspect-ratio:4/5}.about-doctor h2{font-size:32px}.about-doctor p:not(.eyebrow){font-size:17px}.title-small{display:block;margin-left:0;margin-top:12px;font-size:16px}.soft-section .steps:has(.step:nth-child(3):last-child){grid-template-columns:1fr}.space-gallery{gap:22px;grid-template-columns:1fr}.space-gallery figure.wide{grid-column:1}.space-gallery img,.space-gallery .wide img{height:310px}.space-gallery figcaption{font-size:14px}.visit-details h2{margin-bottom:24px}.visit-address{padding-top:18px}.visit-details .large-copy{font-size:21px}.visit-details .hours{margin-top:27px}.direction-item{gap:17px}.direction-item p{font-size:16px}.visit-actions .btn{font-size:15px}.entrance-section img{height:300px;object-position:center center}.entrance-section>div{flex-direction:column;gap:4px;font-size:14px;padding-block:14px}.article-page{padding-block:34px 65px}.back-link{margin-bottom:40px}.article-page h1{font-size:33px;line-height:1.5}.article-lead{font-size:18px}.article-meta{font-size:13px;padding:23px 0;margin-bottom:35px}.article-body h2{font-size:24px}.article-body p{font-size:17px}.article-source{font-size:14px!important}.article-related{margin-top:30px}.btn span{font-size:21px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}

/* Rounded typography and clearly outlined interactive surfaces. */
body{font-weight:700;line-height:1.9}
h1,h2,h3,.hero h1,.contact-band h2{font-weight:700;letter-spacing:-.035em}
p,.hero-description{line-height:1.95}
.eyebrow,.intro-small,.card-number,.journal-top,.copyright,.article-meta,.photo-caption,.image-label{font-weight:400}
.btn,.text-link,.header-call,.desktop-nav a,.footer-links a,.mobile-nav a,.mobile-dock a,.back-link{font-weight:700}
.btn{border-radius:7px;border-color:var(--blue);box-shadow:0 2px 0 #123b5615}
.btn-white{border-color:#fff}
.btn-outline{border:1.5px solid #7798ad;background:#f2f7fa}
.btn:hover,.btn:focus-visible{background:#0b3d5e;border-color:#0b3d5e;color:white;box-shadow:0 4px 12px #123b5620;transform:none}
.btn-white:hover,.btn-white:focus-visible{background:#e5f0f7;border-color:#abc8dc;color:#103e5c}
.text-link{border:1.5px solid #9ab4c5;border-radius:7px;padding:11px 16px;background:#f0f6fa;gap:24px;transition:background .18s,color .18s,border-color .18s}
.text-link:hover,.text-link:focus-visible{gap:24px;background:var(--blue);color:white;border-color:var(--blue)}
.text-link.light{background:#ffffff12;border-color:#a2c2d7;color:white}
.text-link.light:hover,.text-link.light:focus-visible{background:white;color:var(--blue);border-color:white}
.desktop-nav{gap:10px}
.desktop-nav a{border:1px solid #cadbe6;border-radius:6px;padding:8px 11px;background:#f7fafc;font-size:16px}
.desktop-nav a:hover,.desktop-nav a:focus-visible,.desktop-nav a[aria-current]{background:var(--blue);color:white;border-color:var(--blue)}
.desktop-nav a[aria-current]:after{display:none}
.header-call{border:1px solid var(--blue);border-radius:6px;background:var(--blue);color:white;padding:9px 13px;gap:10px;font-size:15px}
.header-call:hover,.header-call:focus-visible{background:var(--deep);border-color:var(--deep)}
.care-grid{border:0;gap:20px}
.care-card,.care-card+.care-card{border:1.5px solid #aac1d0;border-radius:11px;background:#f7fafc;transition:background .18s,border-color .18s,box-shadow .18s}
.care-card:hover,.care-card:focus-visible{border-color:var(--blue);background:#e8f2f8;box-shadow:0 5px 16px #12547f16}
.care-card.featured{background:var(--blue);border-color:var(--blue)}
.care-card.featured:hover,.care-card.featured:focus-visible{background:var(--deep);border-color:var(--deep)}
.card-arrow{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid #9ab5c7;border-radius:50%;background:white}
.featured .card-arrow{background:#ffffff14;border-color:#a5c6dc}
.journal-card{border:1.5px solid #aac1d0;border-top:3px solid var(--blue);border-radius:9px;padding:25px 23px 20px;background:#f7fafc;transition:background .18s,border-color .18s,box-shadow .18s}
.journal-card:hover,.journal-card:focus-visible{transform:none;background:#e8f2f8;border-color:var(--blue);box-shadow:0 5px 16px #12547f16}
.read-link{font-weight:700;border-color:#9ab5c7}
.faq-list{border-top:0}
.faq-list details{border:1px solid #afc5d3;border-radius:8px;overflow:hidden;background:#fff}
.faq-list details+details{margin-top:12px}
.faq-list summary{padding:22px 20px;background:#f1f6fa;font-weight:700;transition:background .18s,color .18s}
.faq-list summary:hover,.faq-list summary:focus-visible{background:#deedf6;color:var(--blue)}
.faq-list details[open] summary{background:var(--blue);color:white}
.faq-list details[open] summary>span{color:white}
.faq-list details>p{padding:23px 20px 25px}
.menu-toggle{border:1px solid #b5cbd9;border-radius:7px;background:#f1f6fa}
.menu-toggle:hover,.menu-toggle:focus-visible{background:#deedf6}
.mobile-nav a{border:1px solid #b5cbd9;border-radius:6px;background:#f1f6fa;padding:11px 15px;margin-top:9px}
.mobile-nav a:hover,.mobile-nav a:focus-visible,.mobile-nav a[aria-current]{background:var(--blue);border-color:var(--blue);color:white}
.footer-links a,.back-link{border:1px solid #b5cbd9;border-radius:6px;background:#f1f6fa;padding:7px 12px;color:var(--blue)}
.footer-links a:hover,.footer-links a:focus-visible,.back-link:hover,.back-link:focus-visible{background:var(--blue);color:white;border-color:var(--blue)}
.footer-bottom a{color:var(--blue);text-decoration:underline;text-underline-offset:4px}
.mobile-dock a{background:#edf5fa;border-right:1px solid #bfd1de;font-weight:700;font-size:14px}
.mobile-dock a:hover,.mobile-dock a:focus-visible{background:#d5e9f5;color:var(--deep)}
.mobile-dock a:first-child{background:var(--blue);color:white}
.mobile-dock a:first-child:hover{background:var(--deep)}
.hours th,.hours td,.hours tbody th{font-weight:700}
.hours thead th{font-weight:400}
.hero h1{font-size:clamp(2.875rem,5.05vw,4.75rem)}
.hero-bottom{font-size:13px}
.journal-card p,.step p,.care-tags{font-size:16px}
@media(min-width:1101px) and (max-width:1280px){.header-inner{gap:18px;width:calc(100% - 40px)}.desktop-nav{gap:7px}.desktop-nav a{font-size:15px;padding:8px 9px}.header-call{font-size:14px;padding-inline:10px}}
@media(max-width:1100px){.desktop-nav,.header-call{display:none}.menu-toggle{display:flex;width:44px;height:44px;flex-direction:column;gap:7px;align-items:center;justify-content:center;cursor:pointer}.menu-toggle span{width:24px;height:2px;background:var(--blue);transition:transform .2s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(4.5px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-4.5px) rotate(-45deg)}.mobile-nav{position:absolute;top:100%;left:0;right:0;background:white;padding:16px 30px 28px;box-shadow:0 18px 24px #20303914;border-top:1px solid var(--line);max-height:calc(100dvh - 150px);overflow:auto}.mobile-nav a{display:block;font-size:17px}}
@media(min-width:701px) and (max-width:1000px){.hero h1{font-size:52px}.hero-copy{padding-inline:28px}.care-card{padding-inline:22px}.care-card p{font-size:16px}}
@media(max-width:700px){.hero h1{font-size:clamp(2.625rem,10.8vw,3.4rem)}.hero-description{font-size:17px}.hero-bottom{font-size:12px}.hero-actions{gap:12px;flex-wrap:wrap}.hero-actions .btn,.hero-actions .text-link{font-size:15px;padding:12px 14px}.hero-actions .text-link,.hero-actions .text-link:hover{gap:14px}.care-grid{gap:16px}.care-card,.care-card+.care-card{border:1.5px solid #aac1d0}.care-card.featured{border-color:var(--blue)}.care-card p{font-size:17px}.care-tags{font-size:15px}.journal-card{padding:23px 22px 20px}.journal-card p{font-size:17px}.footer-links{gap:10px}.footer-links a{font-size:14px;padding:8px 11px}.faq-list summary{padding:20px 16px;font-size:18px}.faq-list details>p{padding:20px 16px 23px;font-size:17px}.mobile-dock a{font-size:14px}.hours{font-size:16px}.step p{font-size:16px}.text-link{font-size:16px}.contact-band p:not(.eyebrow){font-size:16px}.doctor-copy p:not(.eyebrow),.about-doctor p:not(.eyebrow),.intro>p:last-child,.feature-layout p{font-size:17px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition:none!important}}

/* One shared content edge across the entire site; 80% of original wrap gutters. */
:root{--page-gutter:max(44.8px,calc(40vw - 512px))}
.wrap,.header-inner{width:calc(100% - var(--page-gutter) - var(--page-gutter));margin-inline:auto}
.narrow,.article-page{max-width:none}
.article-body{max-width:72ch}
.article-page h1,.article-lead{max-width:30ch}
.hero-copy{padding-left:var(--page-gutter);padding-right:36px}
.photo-caption{padding-left:28px;padding-right:var(--page-gutter)}
.space-strip>div{padding-left:44px;padding-right:var(--page-gutter)}
@media(max-width:1200px){:root{--page-gutter:32px}}
@media(max-width:700px){
 :root{--page-gutter:16px}
 .hero-copy,.space-strip>div,.photo-caption{padding-left:var(--page-gutter);padding-right:var(--page-gutter)}
 .subhero.with-image .subhero-inner{width:100%}
 .subhero.with-image .subhero-inner>div:first-child{padding-left:var(--page-gutter);padding-right:var(--page-gutter)}
 .mobile-nav{padding-left:var(--page-gutter);padding-right:var(--page-gutter)}
}

/* Header categories remain text links, with more breathing room. */
.desktop-nav{gap:34px}
.desktop-nav a{padding:9px 0;border:0;border-radius:0;background:transparent;color:var(--ink);box-shadow:none;text-decoration:none;text-underline-offset:8px;text-decoration-thickness:1px}
.desktop-nav a:hover,.desktop-nav a:focus-visible,.desktop-nav a[aria-current]{background:transparent;color:var(--blue);border:0;text-decoration:underline}
.desktop-nav a[aria-current]:after{display:none}
.mobile-nav a{display:table;width:fit-content;max-width:100%;padding:10px 0;margin-top:10px;border:0;border-radius:0;background:transparent;color:var(--ink);text-underline-offset:7px;text-decoration-thickness:1px}
.mobile-nav a:hover,.mobile-nav a:focus-visible,.mobile-nav a[aria-current]{background:transparent;color:var(--blue);border:0;text-decoration:underline}
@media(min-width:1101px) and (max-width:1280px){.desktop-nav{gap:27px}.desktop-nav a{padding:9px 0}}

/* Equal emphasis and centered labels for the two primary care pathways. */
.hero-actions{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr));gap:14px;align-items:stretch}
.hero-actions .btn{width:100%;min-height:60px;padding:16px;justify-content:center;text-align:center;gap:10px;font-size:17px;font-weight:700;line-height:1.6;white-space:nowrap}

/* Distinct contact actions; the category navigation remains text-only. */
.header-inner{gap:24px}
.header-actions{display:flex;align-items:center;gap:9px;flex-shrink:0}
.header-action{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:9px 14px;border:1px solid var(--blue);border-radius:7px;font-size:15px;font-weight:700;line-height:1.5;white-space:nowrap;transition:background .2s,color .2s}
.phone-action{color:white;background:var(--blue)}
.phone-action:hover,.phone-action:focus-visible{background:var(--deep);border-color:var(--deep)}
.place-action{color:#17613e;background:#eef8f2;border-color:#87b59a}
.place-action:hover,.place-action:focus-visible{background:#d9efdf;border-color:#17613e}
@media(min-width:1241px) and (max-width:1400px){.header-inner{gap:20px}.desktop-nav{gap:27px}.desktop-nav a{font-size:15px}.header-action{font-size:14px;padding-inline:11px}}
@media(max-width:1240px){
 .desktop-nav{display:none}
 .header-actions{margin-left:auto}
 .menu-toggle{display:flex;flex-shrink:0;width:44px;height:44px;flex-direction:column;gap:7px;align-items:center;justify-content:center;cursor:pointer}
 .menu-toggle span{width:24px;height:2px;background:var(--blue);transition:transform .2s}
 .menu-toggle[aria-expanded=true] span:first-child{transform:translateY(4.5px) rotate(45deg)}
 .menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-4.5px) rotate(-45deg)}
 .mobile-nav{position:absolute;top:100%;left:0;right:0;background:white;padding:16px var(--page-gutter) 28px;box-shadow:0 18px 24px #20303914;border-top:1px solid var(--line);max-height:calc(100dvh - 200px);overflow:auto}
}
@media(max-width:700px){
 html{scroll-padding-top:150px}
 .site-header{height:auto}
 .header-inner{display:grid;grid-template-columns:1fr 44px;gap:10px 16px;padding-block:10px}
 .header-inner>.brand{grid-column:1;grid-row:1}
 .menu-toggle{grid-column:2;grid-row:1}
 .header-actions{grid-column:1 / -1;grid-row:2;display:grid;grid-template-columns:1fr 1fr;width:100%;margin:0}
 .header-action{font-size:15px;min-height:44px;padding:8px 12px}
}

/* Skin analysis: manufacturer reference and a concise patient-facing workflow. */
.analysis-layout{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}
.analysis-copy h2{margin-bottom:26px}
.analysis-copy p{color:var(--muted)}
.analysis-copy .analysis-lead{color:var(--blue);font-size:25px;line-height:1.6;margin-bottom:22px}
.analysis-tags{display:flex;flex-wrap:wrap;gap:9px;padding:0;margin:28px 0 0;list-style:none}
.analysis-tags li{padding:7px 13px;background:var(--pale);border-radius:5px;font-size:15px;color:var(--blue)}
.analysis-image{margin:0;overflow:hidden;border-radius:12px;background:var(--warm)}
.analysis-image img{width:100%;height:auto;aspect-ratio:639 / 426;object-fit:contain}
.analysis-image figcaption{padding:16px 22px 20px;font-size:13px;font-weight:400;color:var(--muted);line-height:1.7}
.analysis-image figcaption a{text-decoration:underline;text-underline-offset:4px}
.analysis-process{display:grid;grid-template-columns:repeat(3,1fr);gap:36px;margin-top:64px;padding-top:30px;border-top:1px solid var(--line)}
.analysis-process span{font-size:13px;color:var(--blue);letter-spacing:.07em}
.analysis-process h3{font-size:25px;margin:14px 0 12px}
.analysis-process p{font-size:17px;color:var(--muted)}
.skin-analysis>.clinical-note{margin-top:32px}
@media(max-width:1000px){.analysis-layout{gap:36px}.analysis-copy .analysis-lead{font-size:23px}.analysis-process{gap:24px}.analysis-process h3{font-size:22px}}
@media(max-width:700px){.analysis-layout{grid-template-columns:1fr;gap:30px}.analysis-tags li{font-size:14px}.analysis-process{grid-template-columns:1fr;gap:25px;margin-top:35px;padding-top:25px}.analysis-process h3{margin-top:8px}.analysis-image figcaption{padding:14px 18px 18px}}

/* Clinical focus navigation and condition pages. */
.nav-group{position:relative}
.nav-group>summary{display:flex;align-items:center;gap:5px;cursor:pointer;list-style:none;font-size:16px;font-weight:700;white-space:nowrap;padding:9px 0;line-height:1.85}
.nav-group>summary::-webkit-details-marker{display:none}
.nav-group>summary:hover,.nav-group.active-group>summary{color:var(--blue)}
.nav-chevron{font-family:Arial,sans-serif;font-size:14px;transition:transform .2s}
.nav-group[open]>summary .nav-chevron{transform:rotate(180deg)}
.nav-group[open]>summary{color:var(--blue)}
.nav-submenu{display:none}
.nav-group[open]>.nav-submenu{display:grid}
.desktop-nav .nav-submenu{position:absolute;left:-22px;top:calc(100% + 8px);width:340px;max-height:calc(100dvh - 150px);overflow:auto;padding:12px;background:white;border:1px solid var(--line);border-radius:10px;box-shadow:0 16px 38px #123b561c;z-index:35}
.desktop-nav .nav-submenu a{display:block;white-space:normal;line-height:1.6;font-size:15px;padding:10px 12px;border-radius:5px}
.desktop-nav .nav-submenu a:hover,.desktop-nav .nav-submenu a:focus-visible,.desktop-nav .nav-submenu a[aria-current]{background:var(--pale);text-decoration:none}
.desktop-nav .nav-submenu a:first-child{border-bottom:1px solid var(--line);border-radius:0;margin-bottom:5px;padding-bottom:13px;color:var(--blue)}
.mobile-nav .nav-group{margin-top:10px}
.mobile-nav .nav-group>summary{font-size:17px;justify-content:space-between;width:100%;padding:10px 0}
.mobile-nav .nav-submenu{padding:5px 0 10px 16px;border-left:2px solid #c5d7e2;margin:5px 0 14px}
.mobile-nav .nav-submenu a{display:block;width:auto;font-size:15px;padding:10px 0;margin:0;line-height:1.6}
@media(min-width:1241px) and (max-width:1400px){.nav-group>summary{font-size:15px}.desktop-nav{gap:24px}}
.home-focus{padding-bottom:70px}
.focus-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}
.focus-panel{padding:30px;background:var(--pale);border:1px solid #c6d7e2;border-radius:12px;min-width:0}
.focus-panel-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:25px}
.focus-panel-heading .eyebrow{margin-bottom:8px;font-size:12px}
.focus-panel-heading h3{font-size:31px;color:var(--blue)}
.focus-all{flex-shrink:0;font-size:15px;color:var(--blue);padding:8px 12px;background:white;border:1px solid #9db9cb;border-radius:6px}
.focus-all:hover,.focus-all:focus-visible{color:white;background:var(--blue)}
.focus-links{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.condition-card{position:relative;display:flex;align-items:flex-start;gap:14px;padding:25px 22px;background:white;border:1px solid #b7cedc;border-radius:8px;transition:background .2s,border-color .2s;min-width:0}
.condition-card:hover,.condition-card:focus-visible{background:#e7f2f8;border-color:var(--blue)}
.condition-card h3{font-size:23px;line-height:1.5;color:var(--deep)}
.condition-card p{font-size:16px;line-height:1.75;color:var(--muted);margin-top:10px}
.condition-number{font-size:13px;color:var(--blue);line-height:2.3;flex-shrink:0}
.condition-arrow{flex-shrink:0;color:var(--blue);font-size:21px;margin-left:auto}
.focus-links .condition-card{padding:16px 14px;gap:8px;min-height:135px}
.focus-links .condition-number{display:none}
.focus-links .condition-card h3{font-size:18px;line-height:1.55}
.focus-links .condition-card p{font-size:14px;line-height:1.6;margin-top:7px}
.focus-links .condition-arrow{font-size:18px}
.condition-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.condition-grid .condition-card{flex-direction:column;min-height:230px}
.condition-grid .condition-arrow{position:absolute;top:21px;right:20px}
.condition-grid .condition-card h3{font-size:23px}
.breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:10px;padding-block:20px;font-size:14px;color:var(--muted);line-height:1.6}
.breadcrumbs a{color:var(--blue);text-decoration:underline;text-underline-offset:4px}
.condition-page .subhero h1{max-width:22ch;font-size:clamp(2.3rem,4.2vw,3.6rem);line-height:1.4}
.condition-overview{display:grid;grid-template-columns:1.2fr 1fr;gap:70px;align-items:start}
.condition-overview h2{font-size:32px;margin-bottom:24px}
.condition-intro{font-size:19px;color:var(--muted);line-height:2}
.symptom-panel{background:var(--pale);padding:32px;border-radius:10px}
.symptom-panel h3{font-size:25px;color:var(--blue)}
.symptom-panel ul{padding-left:21px;margin:20px 0;line-height:1.9}
.symptom-panel li+li{margin-top:12px}
.symptom-panel>p{font-size:14px;color:var(--muted);font-weight:400}
.clinical-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:38px}
.clinical-points h3{font-size:25px;margin:20px 0 18px}
.clinical-points p{font-size:17px;line-height:1.95;color:var(--muted)}
.condition-care{display:grid;grid-template-columns:1fr 1fr;gap:70px}
.condition-care h2{font-size:30px;margin-bottom:22px}
.condition-care p{color:var(--muted)}
.condition-care .text-link{margin-top:26px;font-size:16px}
.condition-questions{padding-bottom:24px}
.condition-note{padding:25px 28px;margin-top:35px;border-left:3px solid #a77b43;background:#f7f4ef;border-radius:0 8px 8px 0}
.condition-note h3{font-size:21px;margin-bottom:12px}
.condition-note p{color:var(--muted);font-size:16px;line-height:1.9}
.condition-sources{font-size:13px;font-weight:400;color:var(--muted);line-height:1.8;margin-top:22px}
.condition-sources a{text-decoration:underline;text-underline-offset:3px}
.related-clinics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.related-clinics a{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:20px 24px;border:1px solid #9cb9cc;border-radius:7px;background:var(--pale);color:var(--blue);font-size:19px;line-height:1.6}
.related-clinics a:hover,.related-clinics a:focus-visible{background:var(--blue);color:white}
@media(max-width:1100px){
 .focus-panel{padding:23px}.focus-columns{gap:18px}
 .focus-links{grid-template-columns:1fr}.focus-links .condition-card{min-height:0}
 .condition-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .condition-grid .condition-card{min-height:210px}
 .condition-overview,.condition-care{gap:35px}
 .clinical-points{gap:25px}.clinical-points h3{font-size:23px}
}
@media(max-width:700px){
 .home-focus{padding-bottom:48px}.focus-columns{grid-template-columns:1fr;gap:20px}.focus-panel{padding:20px 16px}
 .focus-panel-heading h3{font-size:28px}.focus-panel-heading{gap:10px}.focus-all{font-size:14px;padding:8px 10px}
 .focus-links{grid-template-columns:1fr 1fr;gap:9px}.focus-links .condition-card{padding:14px 11px;gap:5px;min-height:145px}.focus-links .condition-card h3{font-size:17px}.focus-links .condition-card p{font-size:13px}
 .condition-grid{gap:12px}.condition-grid .condition-card{padding:20px 16px;min-height:240px}.condition-grid .condition-card h3{font-size:21px}.condition-grid .condition-card p{font-size:15px}
 .condition-overview,.condition-care{grid-template-columns:1fr;gap:32px}
 .condition-overview h2,.condition-care h2{font-size:27px}.condition-intro{font-size:18px}
 .symptom-panel{padding:25px}.clinical-points{grid-template-columns:1fr;gap:32px}.clinical-points h3{margin-top:12px}
 .condition-note{padding:22px 20px}.related-clinics{grid-template-columns:1fr;gap:12px}.related-clinics a{font-size:18px}
 .breadcrumbs{font-size:13px;gap:7px;padding-block:15px}
}
@media(max-width:380px){.focus-links,.condition-grid{grid-template-columns:1fr}.focus-links .condition-card,.condition-grid .condition-card{min-height:0}}

/* Short home overview; full explanations remain on the linked pages. */
.page-home .home-focus{padding-block:76px}
.page-home .focus-links .condition-card{align-items:center;min-height:66px;padding:16px 14px}
.page-home .focus-links .condition-card h3{font-size:18px;line-height:1.55}
.home-skin{padding-block:8px 12px}
.home-skin-inner{position:relative;isolation:isolate;display:flex;align-items:center;justify-content:flex-end;min-height:clamp(400px,32vw,520px);overflow:hidden;border:1px solid #d3e8f3;border-radius:20px;background:#edf8ff}
.home-skin-visual{position:absolute;inset:0;z-index:-2}
.home-skin-visual img{width:100%;height:100%;object-fit:cover;object-position:left center}
.home-skin-inner:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,transparent 38%,#f0faff38 52%,#f1faff99 100%);pointer-events:none}
.home-skin-copy{width:47%;padding:46px clamp(28px,4vw,70px) 46px 20px}
.home-skin .eyebrow{font-size:14px;font-weight:700;letter-spacing:.12em;margin-bottom:18px;color:#205b7c}
.home-skin h2{font-size:clamp(30px,2.7vw,43px);line-height:1.4;margin-bottom:20px;color:#123b56}
.home-skin .home-skin-description{font-size:18px;line-height:1.8;color:#294e63}
.home-skin .home-skin-treatments{font-size:15px;line-height:1.8;color:#3e6073;margin-top:13px}
.home-skin .btn{margin-top:27px;min-height:54px;padding-inline:23px}
@media(max-width:900px){
 .home-skin-inner{display:block;min-height:0}
 .home-skin-visual{position:relative;aspect-ratio:2.5/1;z-index:auto}
 .home-skin-inner:after{display:none}
 .home-skin-copy{width:100%;padding:30px 32px 34px;background:linear-gradient(120deg,#f2faff,#e4f3fc)}
 .home-skin h2{font-size:32px}
}
.page-home .home-doctor{padding-block:76px;gap:70px}
.home-doctor .doctor-image{width:100%;max-width:460px;height:auto;aspect-ratio:4/5;justify-self:center}
.home-doctor .doctor-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 0%}
.home-doctor .doctor-copy h2{font-size:36px;margin-bottom:20px}
.home-doctor .doctor-sign{margin-top:24px;padding-top:18px}
.home-doctor .doctor-copy .text-link{margin-top:20px}
.page-home .visit-home{padding-block:65px}
@media(max-width:700px){
 .page-home .home-focus{padding-block:48px}
 .page-home .focus-links .condition-card{min-height:70px;padding:14px 11px}
 .page-home .focus-links .condition-card h3{font-size:17px}
 .home-skin{padding-block:4px 0}
 .home-skin-inner{border-radius:15px}
 .home-skin-visual{aspect-ratio:2/1}
 .home-skin-copy{padding:27px 22px 30px}
 .home-skin .eyebrow{margin-bottom:14px}
 .home-skin h2{font-size:29px;margin-bottom:16px}
 .home-skin .home-skin-description{font-size:17px}
 .home-skin .home-skin-treatments{font-size:14px}
 .home-skin .btn{margin-top:23px}
 .page-home .home-doctor{padding-block:48px;gap:28px}
 .home-doctor .doctor-copy h2{font-size:30px}
 .page-home .visit-home{padding-block:45px}
}

/* Personal experience on the weight-management page. */
.weight-story{border-top:1px solid var(--line)}
.weight-story-heading{display:grid;grid-template-columns:1fr 1.25fr;gap:60px;align-items:start;margin-bottom:42px}
.weight-story-copy p{font-size:18px}
.weight-story-copy .weight-sign{font-size:16px;color:var(--blue);margin-top:24px}
.weight-photos{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px;align-items:start}
.weight-photos figure{margin:0;min-width:0}
.weight-photos img{width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;object-position:50% 50%;border-radius:12px}
.weight-photos figcaption{font-size:15px;color:var(--muted);margin-top:12px}
.weight-photo-note{font-size:14px;color:var(--muted);margin-top:22px;font-weight:400}
@media(max-width:900px){.weight-story-heading{grid-template-columns:1fr;gap:25px}.weight-photos{gap:20px}}
@media(max-width:700px){.weight-photos{grid-template-columns:1fr;gap:28px}.weight-photos figure{width:100%}.weight-story-copy p{font-size:17px}}

/* Telephone information is plain selectable text, not a link. */
.phone-display{display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:4px 8px;font-size:17px;font-weight:700;line-height:1.6;color:var(--blue);cursor:text;user-select:text}
.phone-number{white-space:nowrap;user-select:text}
.phone-display-light{color:white}
.header-phone{font-size:14px;max-width:165px;min-height:44px}
.mobile-dock{grid-template-columns:1.4fr 1fr 1fr}
.mobile-dock .dock-phone{padding:10px 5px;font-size:14px;line-height:1.4;align-content:center;gap:1px 6px}
.mobile-dock a:nth-child(2){border-left:1px solid var(--line)}
@media(max-width:700px){.header-phone{max-width:none;font-size:14px;padding:4px}.contact-actions .phone-display,.visit-actions .phone-display{min-height:44px}}

/* Compact, muted care links aligned with the hero copy. */
.hero-actions{grid-template-columns:minmax(0,1fr);width:min(100%,260px);gap:10px;align-self:flex-start;justify-items:stretch}
.hero-actions .hero-care{grid-column:auto;position:relative;min-width:0;width:100%;min-height:58px;padding:13px 18px;border-radius:8px;white-space:normal;overflow-wrap:anywhere;font-size:16px;line-height:1.6;justify-content:space-between;text-align:left;box-shadow:none;transition:filter .2s}
.hero-actions .hero-care-pain{color:#294d61;border:1px solid #b6cbd6;background:#dce7ed}
.hero-actions .hero-care-herbal{color:#3d504a;border:1px solid #bfc7b8;background:#e0e5dc;box-shadow:inset 0 0 0 3px #e0e5dc,inset 0 0 0 4px #c9cbbd}
.hero-actions .hero-care-skin{color:#3b5263;border:1px solid #c2d2d9;background-color:#e3eaed;background-image:linear-gradient(90deg,#e3eaed 0%,#e3eaedf5 58%,#e3eaedbf 100%),url('/assets/skin-floral-banner.png');background-size:100% 100%,auto 210%;background-position:center,right center;background-repeat:no-repeat}
.hero-actions .hero-care:hover{transform:none;filter:brightness(1.04)}
.hero-actions .hero-care:focus-visible{outline-color:#fff;outline-offset:4px}
/* Allow long Korean condition names to wrap inside flex and grid children. */
.condition-card>div{min-width:0;max-width:100%}
.condition-card h3,.condition-card p{overflow-wrap:anywhere;word-break:keep-all}
.condition-grid .condition-card>div{width:100%}
.focus-links{grid-template-columns:repeat(2,minmax(0,1fr))}
.focus-links .condition-card>div{flex:1}
.condition-overview>div,.condition-care>div,.clinical-points>article,.related-clinics>a,.step{min-width:0;overflow-wrap:anywhere}
.condition-page .subhero h1,.breadcrumbs{overflow-wrap:anywhere}
.mobile-dock .phone-number a{display:inline;min-height:0;padding:0;background:transparent;color:inherit;border:0;font:inherit;line-height:inherit}
@media(min-width:701px) and (max-width:1100px){.focus-links{grid-template-columns:1fr}}
@media(max-width:700px){
 .condition-grid .condition-card{min-height:0}
 .condition-grid .condition-card h3{font-size:21px;line-height:1.55}
 .focus-links .condition-card h3{overflow-wrap:anywhere}
}
@media(max-width:480px){
 .condition-grid{grid-template-columns:minmax(0,1fr)}
 .condition-grid .condition-card{padding:22px;gap:12px}
 .condition-grid .condition-card p{font-size:16px}
}
@media(max-width:380px){.focus-links{grid-template-columns:minmax(0,1fr)}}
@media(prefers-reduced-motion:reduce){.hero-actions .hero-care{transition:none}.hero-actions .hero-care:hover{transform:none}}

