@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;600;700&display=swap');
:root{--white:#fff;--ink:#17191c;--muted:#626870;--silver:#c8cdd3;--pale:#f3f4f6;--line:#e0e3e7;--radius:24px;--max:1320px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:104px}body{margin:0;color:var(--ink);background:var(--white);font-family:'Noto Sans KR','Malgun Gothic',Arial,sans-serif;line-height:1.7;word-break:keep-all;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,summary{cursor:pointer}img{display:block;max-width:100%;height:auto}h1,h2,h3,h4,p{margin:0}h1,h2,h3,h4{line-height:1.35}h1,h2{letter-spacing:-.065em}h2{font-size:clamp(32px,3.3vw,46px);font-weight:600}h2>span,h2>em{font-style:normal;color:var(--muted)}button{color:inherit}a,button,summary,input,select,textarea{outline-offset:5px}:focus-visible{outline:2px solid #555f6e}[hidden]{display:none!important}::selection{background:#d6dce5;color:#101317}.container{width:min(var(--max),calc(100% - 96px));margin-inline:auto}.section{padding-block:112px}.eyebrow{font-size:13px;line-height:1.5;font-weight:500;color:var(--muted);letter-spacing:.02em;margin-bottom:22px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:51px}.section-heading>p{font-size:16px;color:var(--muted);line-height:1.9;max-width:390px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;min-height:54px;padding:14px 23px;border:1px solid transparent;border-radius:8px;font-size:15px;font-weight:500;transition:background .2s,transform .2s}.button span{font-size:23px;line-height:1}.button:hover{transform:translateY(-2px)}.dark{background:var(--ink);color:white}.dark:hover{background:#343940}.text-link{display:inline-flex;align-items:center;gap:20px;font-size:14px;font-weight:500;border-bottom:1px solid var(--silver);padding-block:9px}.text-link:hover{border-color:var(--ink)}.skip{position:fixed;left:20px;top:-100px;background:var(--ink);color:white;padding:13px 22px;z-index:100}.skip:focus{top:14px}
.header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(18px)}.brand{display:block;flex:none}.brand img{width:240px;height:auto;max-width:none}.header-contact{display:flex;gap:24px;align-items:center;padding:11px 18px;background:var(--ink);color:white;border-radius:7px;font-size:14px;white-space:nowrap}.header-contact:hover{background:#393d44}
.hero{padding-top:33px}.hero-top{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:22px}.hero-top .eyebrow{display:flex;align-items:center;gap:10px;margin:0;font-size:12px}.hero-top i{width:6px;height:6px;background:var(--ink);border-radius:50%}.hero-edition{font:11px/1.5 Arial,sans-serif;letter-spacing:.16em;color:var(--muted)}.hero-layout{display:grid;grid-template-columns:1.08fr 1fr;gap:42px;align-items:center;padding-top:38px;padding-bottom:34px;min-height:550px}.hero h1{font-size:clamp(36px,3.8vw,54px);font-weight:600;line-height:1.36;letter-spacing:-.07em}.hero h1 span{color:#858b92}.hero-description{font-size:17px;color:var(--muted);line-height:1.85;margin-top:27px}.hero-actions{display:flex;align-items:center;gap:26px;margin-top:34px;flex-wrap:wrap}.hero-signature{display:flex;align-items:center;gap:15px;margin-top:42px;font-size:12px;color:var(--muted);line-height:1.8}.hero-signature strong{font-weight:500;color:var(--ink)}.signature-line{display:block;width:26px;height:1px;background:var(--ink)}.hero-art{position:relative;aspect-ratio:1.06;overflow:hidden;border-radius:var(--radius);background:#f3f4f6}.hero-art>img{height:100%;width:100%;object-fit:contain;mix-blend-mode:multiply}.art-caption{position:absolute;bottom:23px;left:27px;right:23px;display:flex;align-items:flex-end;justify-content:space-between;font-size:14px;color:#5b626b}.art-caption strong{font-size:22px;font-weight:500;color:var(--ink)}.art-caption>a{display:grid;place-items:center;background:white;border:1px solid #e1e4e8;width:46px;height:46px;border-radius:50%;font-size:26px}.hero-bottom{display:flex;justify-content:space-between;gap:25px;border-top:1px solid var(--line);padding:22px 0 27px;color:var(--muted);font-size:12px}.hero-bottom>a{color:var(--ink)}
.insurance{background:#fafbfc}.insurance-explorer{display:grid;grid-template-columns:.66fr 1fr;gap:70px;align-items:start}.insurance-tabs{display:flex;flex-direction:column;gap:6px}.insurance-tab{width:100%;text-align:left;background:transparent;border:1px solid transparent;display:grid;grid-template-columns:33px 1fr 27px;gap:17px;align-items:center;padding:21px 23px;border-radius:12px;transition:background .2s,color .2s}.tab-index{font:12px Arial,sans-serif;color:#8b9198;align-self:start;padding-top:5px}.insurance-tab strong{font-size:20px;font-weight:500;letter-spacing:-.04em}.insurance-tab small{display:block;font-size:13px;color:var(--muted);margin-top:5px}.tab-arrow{font-size:23px}.insurance-tab[aria-selected=true]{color:white;background:var(--ink)}.insurance-tab[aria-selected=true] .tab-index,.insurance-tab[aria-selected=true] small{color:#b7bec7}.insurance-tab:hover:not([aria-selected=true]){background:#eaeef2}.insurance-panel{display:grid;grid-template-columns:1fr;outline-offset:8px}.panel-visual{aspect-ratio:1.8;background:var(--pale);border-radius:var(--radius);overflow:hidden;position:relative}.panel-visual img{height:100%;width:100%;object-fit:contain;mix-blend-mode:multiply}.panel-visual>span{position:absolute;top:20px;left:22px;background:rgba(255,255,255,.85);border:1px solid #e4e7eb;border-radius:50px;font-size:12px;padding:5px 12px}.panel-copy{padding-top:26px}.panel-points{font-size:12px;color:#737b85;margin-bottom:13px}.panel-copy h3{font-size:29px;letter-spacing:-.055em;line-height:1.45;font-weight:500}.panel-copy>p:not(.panel-points){font-size:16px;color:var(--muted);line-height:1.85;max-width:560px;margin-top:16px}.panel-copy .button{margin-top:24px}.footnote{font-size:12px;color:#686f79;margin-top:37px}
.team{background:#17191c;color:white}.team .eyebrow{color:#adb5bf}.team h2>span{color:#969fa9}.team .section-heading>p{color:#c2c7cf}.team-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:29px;align-items:start}.profile{min-width:0;scroll-margin-top:113px}.profile-photo{position:relative;aspect-ratio:4/5;overflow:hidden;border-radius:14px;background:#f3f4f4}.profile-photo img{width:100%;height:100%;object-fit:cover;transform:none}.profile-photo.rakwon img,.profile-photo.seongwon img{object-position:52% 12%}.profile-photo.hogwon img{object-position:50% 18%}.profile-photo>span{display:none}.profile-title{display:flex;align-items:center;justify-content:space-between;margin-top:24px;gap:12px}.profile-title h3{font-size:26px;font-weight:500;letter-spacing:-.04em}.profile-title small{font-size:13px;font-weight:400;color:#bac1ca;margin-left:9px;white-space:nowrap}.profile-title>a{display:grid;place-items:center;width:39px;height:39px;flex:none;border-radius:50%;border:1px solid #646d79;font-size:22px}.profile-title>a:hover{background:white;color:var(--ink)}.profile-line{font-size:17px;line-height:1.65;margin-top:16px;color:#e6e9ed;letter-spacing:-.03em;min-height:58px}.tags{display:flex;gap:7px;flex-wrap:wrap;margin-top:21px;margin-bottom:25px;min-height:34px}.tags span{font-size:12px;padding:5px 9px;border:1px solid #4a525e;border-radius:4px;color:#c1c8d1}.profile details{border-top:1px solid #4c5561;border-bottom:1px solid #4c5561}.profile summary{display:flex;align-items:center;justify-content:space-between;list-style:none;padding:15px 0;font-size:14px;color:#e3e7eb}.profile summary::-webkit-details-marker{display:none}.profile summary>span{font-size:23px;transition:transform .2s;line-height:1}.profile details[open] summary>span{transform:rotate(45deg)}.expanded{font-size:15px;color:#c2c9d2;line-height:1.9;padding-bottom:25px}.expanded h4{font-size:14px;font-weight:500;margin-top:23px;margin-bottom:10px;color:white}.expanded ul{margin:0;padding-left:18px}.expanded .text-link{color:white;border-color:#737d8a;margin-top:20px}
.philosophy-layout{display:grid;grid-template-columns:1fr 1fr;gap:90px}.philosophy h2{font-size:38px;line-height:1.5}.philosophy-intro{font-size:16px;color:var(--muted);line-height:1.85;margin-top:22px}.principles{border-top:1px solid var(--ink)}.principles article{display:grid;grid-template-columns:38px 1fr;gap:19px;padding:27px 0;border-bottom:1px solid var(--line)}.principles article>span{font:13px Arial,sans-serif;color:#77808c;padding-top:5px}.principles h3{font-size:20px;font-weight:500;letter-spacing:-.04em;margin-bottom:11px}.principles p{font-size:15px;color:var(--muted);line-height:1.85}
.vip{background:linear-gradient(120deg,#eef0f3,#e1e5e9);border-top:1px solid #d6dce3;border-bottom:1px solid #d6dce3}.vip-layout{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.vip h2{font-size:52px;line-height:1.3;font-weight:500}.vip h2>span{color:#707a86}.vip-intro>p:not(.eyebrow){font-size:16px;line-height:1.9;color:var(--muted);margin-top:30px}.vip .button{margin-top:31px}.plan-card{padding:35px 38px;border:1px solid #fff;border-radius:23px;background:linear-gradient(145deg,rgba(255,255,255,.87),rgba(255,255,255,.4));box-shadow:0 22px 50px -35px #596572}.plan-card-top{display:flex;align-items:center;justify-content:space-between;padding-bottom:20px}.plan-card-top img{width:55px;height:auto}.plan-card-top span{font:11px/1.6 Arial,sans-serif;letter-spacing:.14em;text-align:right;color:#747e8a}.plan-title{font-size:24px;font-weight:500;letter-spacing:-.05em;margin-bottom:24px}.plan-card ol{list-style:none;padding:0;margin:0;border-top:1px solid #bdc5cf}.plan-card li{display:grid;grid-template-columns:30px 1fr;gap:12px;padding:20px 0;border-bottom:1px solid #cdd3db}.plan-card li>span{font:11px Arial,sans-serif;color:#828b96;padding-top:6px}.plan-card h3{font-size:16px;font-weight:500;margin-bottom:6px}.plan-card li p{font-size:13px;color:#636e7b}.vip-disclaimer{font-size:12px;color:#637080;line-height:1.8;margin-top:20px}
.care-layout{display:grid;grid-template-columns:1fr 1fr;gap:95px;align-items:center}.care-visual{position:relative;aspect-ratio:1;overflow:hidden;border-radius:var(--radius);background:var(--pale)}.care-visual img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.care-visual>p{position:absolute;bottom:25px;left:28px;font-size:18px;line-height:1.4;color:#727b87}.care-visual strong{font-size:40px;font-weight:500;color:#404751;letter-spacing:-.055em}.care-copy h2{font-size:36px}.care-copy>p:not(.eyebrow){color:var(--muted);font-size:16px;line-height:1.85;margin-top:25px}.care-list{padding:0;list-style:none;border-top:1px solid var(--line);margin:25px 0 18px}.care-list li{font-size:14px;padding:12px 0;border-bottom:1px solid var(--line)}.care-list li:before{content:'↗';display:inline-block;margin-right:18px;color:#8b949f}.questions{padding-block:60px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#f8f9fa}.questions-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;align-items:center}.questions .eyebrow{margin-bottom:16px}.questions h2{font-size:33px}.question-links a{display:flex;gap:22px;align-items:center;justify-content:space-between;font-size:16px;padding:20px 0;border-bottom:1px solid var(--line)}.question-links a:first-child{border-top:1px solid var(--line)}.question-links span{font-size:22px}.question-links a:hover{color:#677386}
.process-list{display:grid;grid-template-columns:repeat(4,1fr);list-style:none;margin:0;padding:0;border-top:1px solid var(--ink)}.process-list li{padding:27px 25px 0 0;margin-right:25px;border-right:1px solid var(--line)}.process-list li:last-child{padding-right:0;margin-right:0;border-right:0}.process-list li>span{font:500 38px/1 Arial,sans-serif;letter-spacing:-.04em;color:#a7afb9}.process-list h3{font-size:19px;font-weight:500;margin-top:29px;margin-bottom:13px;letter-spacing:-.035em}.process-list p{font-size:14px;color:var(--muted);line-height:1.85}
.contact{background:var(--pale);border-top:1px solid var(--line)}.contact-layout{display:grid;grid-template-columns:.95fr 1.05fr;gap:78px}.contact h2{font-size:35px;line-height:1.5}.contact-intro>p:not(.eyebrow){font-size:16px;color:var(--muted);line-height:1.9;margin-top:25px}.contact-info{margin:34px 0 0;font-size:14px}.contact-info>div{display:grid;grid-template-columns:80px 1fr;gap:11px;padding:18px 0;border-top:1px solid var(--silver)}.contact-info dt{font-weight:500}.contact-info dd{margin:0;color:var(--muted)}.contact-info small{display:block;font-size:12px;margin-top:8px}.contact-monogram{display:none}.form-panel{background:white;border:1px solid #e7e9ec;border-radius:18px;padding:32px}.form-status{display:flex;gap:10px;align-items:flex-start;background:#f3f4f6;padding:13px 15px;border-radius:8px;font-size:12px;line-height:1.8;color:#626c7b;margin-bottom:26px}.form-status strong{font-weight:500;color:#363e48}.form-status>i{width:6px;height:6px;border-radius:50%;background:#778291;flex:none;margin-top:8px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:23px 18px}.field{min-width:0}.field label{display:block;font-size:14px;font-weight:500;margin-bottom:8px}.field label>span{color:#7d8795}.field input,.field select,.field textarea{width:100%;background:white;border:1px solid #d8dde4;border-radius:7px;padding:11px 12px;min-height:47px;color:var(--ink);font-size:15px}.field input:focus,.field select:focus,.field textarea:focus{outline:2px solid #8b96a6;outline-offset:1px}.field input::placeholder,.field textarea::placeholder{color:#78818e;font-size:14px}.field textarea{resize:vertical}.field select{padding-right:8px}.full{grid-column:1/-1}.selection-status{font-size:13px;color:#596575;margin-top:16px}.selection-status:empty{display:none}.submit-button{width:100%;margin-top:22px}.form-note{font-size:12px;line-height:1.85;color:var(--muted);margin-top:14px}
.footer{background:white;padding:45px 0 30px}.footer-top{display:flex;align-items:center;gap:70px;padding-bottom:33px;border-bottom:1px solid var(--line)}.footer-brand{flex:none}.footer-brand img{width:240px;height:auto}.footer-brand>span{display:block;font-size:12px;color:var(--muted);margin-left:11px;margin-top:-6px}.footer-top>p{font-size:18px;line-height:1.65;color:#535c69;letter-spacing:-.04em}.back-top{font-size:13px;margin-left:auto}.footer-bottom{display:flex;justify-content:space-between;gap:28px;font-size:12px;color:var(--muted);margin-top:26px}.footer-bottom nav{display:flex;gap:26px;color:#434b57}.legal{font-size:12px;line-height:1.9;color:#7a8390;max-width:900px;margin-top:21px}.footer-caption{font:11px/1.7 Arial,sans-serif;color:#7c8795;margin-top:29px;letter-spacing:.05em}.mobile-cta{display:none}dialog{border:0;background:white;color:var(--ink);padding:0;border-radius:18px;max-width:min(500px,calc(100vw - 36px));width:500px}dialog::backdrop{background:rgba(15,20,28,.6);backdrop-filter:blur(5px)}.dialog-inner{padding:39px}.dialog-inner h2{font-size:32px;line-height:1.4;margin-bottom:22px}.dialog-inner>p:not(.eyebrow){font-size:15px;line-height:1.9;color:var(--muted)}.dialog-inner form{margin-top:29px}.dialog-inner .button{width:100%}
@media(min-width:1700px){:root{--max:1440px}.hero h1{font-size:59px}.hero-layout{min-height:660px}.hero-art{aspect-ratio:1.06}}
@media(max-width:1150px){.container{width:calc(100% - 64px)}.brand img{width:211px}.header-contact{gap:15px}.hero-layout{gap:28px;min-height:500px}.hero h1{font-size:40px}.hero-description{font-size:16px}.hero-actions{gap:17px}.hero-actions .button{font-size:14px;gap:15px;padding-inline:19px}.hero-actions .text-link{font-size:13px;gap:13px}.hero-signature{margin-top:29px}.art-caption{left:20px;bottom:20px}.art-caption strong{font-size:20px}.section{padding-block:88px}.insurance-explorer{gap:40px;grid-template-columns:.7fr 1fr}.insurance-tab{padding:18px;gap:12px;grid-template-columns:25px 1fr 24px}.insurance-tab strong{font-size:18px}.panel-copy h3{font-size:26px}.team-grid{gap:23px}.profile-title h3{font-size:24px}.profile-title small{font-size:12px;margin-left:6px}.profile-line{font-size:16px}.tags{gap:5px;min-height:64px;align-content:flex-start}.tags span{font-size:12px;padding-inline:7px}.philosophy-layout,.vip-layout{gap:56px}.philosophy h2{font-size:33px}.vip h2{font-size:46px}.care-layout{gap:55px}.care-copy h2{font-size:32px}.contact-layout{gap:47px}.contact h2{font-size:31px}.form-panel{padding:27px}}
@media(max-width:900px){.header-contact{margin-left:auto}.brand img{width:216px}.hero{padding-top:22px}.hero-top{padding-bottom:18px}.hero-edition{font-size:10px;letter-spacing:.1em}.hero-layout{grid-template-columns:1fr;gap:30px;padding-top:37px}.hero-copy{padding-bottom:8px}.hero h1{font-size:clamp(40px,6vw,53px)}.hero-description{font-size:17px;margin-top:22px}.hero-actions{margin-top:27px}.hero-signature{display:none}.hero-art{aspect-ratio:1.65;max-height:410px}.hero-art>img{object-fit:contain}.art-caption strong{font-size:24px}.hero-bottom{padding-block:19px}.section-heading{align-items:flex-start;gap:21px;flex-direction:column;margin-bottom:37px}.section-heading>p{max-width:100%;font-size:15px}.section-heading>p br{display:none}.insurance-explorer{grid-template-columns:1fr;gap:28px}.insurance-tabs{flex-direction:row;overflow-x:auto;padding:2px 2px 10px;gap:8px;scrollbar-width:thin}.insurance-tab{flex:0 0 auto;width:auto;display:block;padding:13px 17px;border:1px solid var(--line);border-radius:8px;white-space:nowrap}.insurance-tab .tab-index,.insurance-tab small,.insurance-tab .tab-arrow{display:none}.insurance-tab strong{font-size:14px}.insurance-panel{grid-template-columns:1fr 1fr;gap:28px;align-items:center}.panel-visual{aspect-ratio:1;height:auto}.panel-visual>span{top:14px;left:14px;font-size:11px}.panel-copy{padding-top:0}.panel-copy h3{font-size:25px}.panel-copy>p:not(.panel-points){font-size:15px}.panel-points{font-size:11px}.panel-copy .button{font-size:14px;padding-inline:18px;gap:18px}.team-grid{gap:20px}.profile-title{align-items:flex-start}.profile-title h3{font-size:23px}.profile-title small{display:block;margin-left:0;margin-top:7px}.profile-title>a{width:33px;height:33px;font-size:20px}.profile-line{font-size:15px;min-height:78px}.tags{min-height:62px}.philosophy-layout{grid-template-columns:1fr;gap:31px}.philosophy h2{font-size:36px}.philosophy-intro{font-size:15px}.philosophy-intro br{display:none}.vip-layout{gap:38px}.vip h2{font-size:38px}.vip-intro>p:not(.eyebrow){font-size:15px}.plan-card{padding:26px}.plan-title{font-size:22px}.care-layout{gap:37px}.care-copy h2{font-size:29px}.care-copy>p:not(.eyebrow){font-size:15px}.care-visual{aspect-ratio:.83}.care-visual p{font-size:16px;left:21px;bottom:23px}.care-visual strong{font-size:33px}.questions-layout{gap:45px}.questions h2{font-size:29px}.question-links a{font-size:14px}.process-list{grid-template-columns:1fr 1fr;gap:32px 28px}.process-list li{margin:0}.process-list li:nth-child(2){border-right:0;padding-right:0}.contact-layout{grid-template-columns:1fr;gap:34px}.contact h2{font-size:36px}.contact-info{margin-top:28px;max-width:650px}.footer-top{gap:30px}.footer-brand img{width:210px}.footer-top>p{font-size:16px}.footer-bottom{flex-direction:column;gap:18px}}
@media(max-width:600px){html{scroll-padding-top:91px}.container{width:calc(100% - 40px)}.section{padding-block:65px}.brand img{width:180px}.header-contact{padding:9px 12px;font-size:12px;gap:10px;border-radius:6px}.hero{padding-top:20px}.hero-top{gap:20px;padding-bottom:17px}.hero-top .eyebrow{font-size:11px;letter-spacing:-.03em;gap:7px}.hero-edition{display:none}.hero-layout{padding-top:31px;padding-bottom:24px;gap:29px}.hero h1{font-size:clamp(29px,7.65vw,44px);line-height:1.44;letter-spacing:-.075em}.hero-description{font-size:15px;line-height:1.9;margin-top:19px}.hero-actions{gap:17px;margin-top:25px}.hero-actions .button{font-size:13px;padding:12px 15px;min-height:50px;gap:17px}.hero-actions .text-link{font-size:12px;gap:8px}.hero-art{aspect-ratio:1.18;border-radius:18px;min-height:0}.art-caption{left:21px;right:18px;bottom:19px;font-size:12px}.art-caption strong{font-size:22px}.art-caption>a{width:40px;height:40px;font-size:23px}.hero-bottom{font-size:11px;padding-block:18px;gap:13px}.eyebrow{font-size:12px;margin-bottom:17px}h2{font-size:29px;line-height:1.45}.section-heading{gap:18px;margin-bottom:29px}.section-heading>p{font-size:14px}.insurance-tabs{margin-right:-20px;padding-right:20px}.insurance-tab{padding:11px 14px}.insurance-tab strong{font-size:14px}.insurance-explorer{gap:17px}.insurance-panel{grid-template-columns:1fr;gap:23px}.panel-visual{aspect-ratio:1.5;border-radius:18px}.panel-copy h3{font-size:26px;line-height:1.45}.panel-copy>p:not(.panel-points){font-size:15px;line-height:1.85;margin-top:15px}.panel-copy .button{margin-top:23px}.panel-points{font-size:12px;margin-bottom:11px}.footnote{font-size:12px;line-height:1.8;margin-top:27px}.team-grid{grid-template-columns:1fr;gap:44px}.profile-photo{aspect-ratio:4/5;border-radius:12px}.profile-title{align-items:center;margin-top:21px}.profile-title h3{font-size:27px}.profile-title small{display:inline;margin-left:9px;font-size:13px}.profile-title>a{width:40px;height:40px;font-size:23px}.profile-line{font-size:18px;min-height:0;margin-top:15px}.tags{min-height:0;gap:7px;margin-top:18px;margin-bottom:22px}.tags span{font-size:12px;padding:5px 9px}.profile summary{font-size:15px}.expanded{font-size:15px}.philosophy-layout{gap:28px}.philosophy h2{font-size:29px}.philosophy-intro{font-size:15px;margin-top:18px}.principles article{padding:23px 0;grid-template-columns:27px 1fr;gap:15px}.principles h3{font-size:18px}.principles p{font-size:15px}.vip-layout{grid-template-columns:1fr;gap:33px}.vip h2{font-size:42px}.vip-intro>p:not(.eyebrow){font-size:15px;margin-top:21px}.vip-intro>p br{display:none}.vip .button{margin-top:24px}.plan-card{padding:27px 24px;border-radius:18px}.plan-card-top{padding-bottom:16px}.plan-title{font-size:24px}.plan-card h3{font-size:17px}.plan-card li p{font-size:14px}.plan-card li{padding-block:21px}.care-layout{grid-template-columns:1fr;gap:31px}.care-visual{aspect-ratio:1.2;border-radius:18px}.care-visual p{left:23px;bottom:22px}.care-copy h2{font-size:29px}.care-copy>p:not(.eyebrow){font-size:15px;margin-top:21px}.care-list{margin-top:22px}.care-list li{font-size:14px}.questions{padding-block:45px}.questions-layout{grid-template-columns:1fr;gap:26px}.questions h2{font-size:29px}.question-links a{font-size:14px;gap:17px;padding-block:18px}.process-list{gap:31px 21px}.process-list li{padding:23px 12px 0 0}.process-list li>span{font-size:31px}.process-list h3{font-size:17px;margin-top:21px;margin-bottom:12px}.process-list p{font-size:14px}.contact h2{font-size:28px}.contact-intro>p:not(.eyebrow){font-size:15px;margin-top:20px}.contact-info{font-size:13px;margin-top:26px}.contact-info>div{grid-template-columns:70px 1fr}.form-panel{padding:23px 19px;border-radius:13px}.form-grid{gap:20px 14px}.field label{font-size:14px}.field input,.field select,.field textarea{font-size:16px;padding:11px 10px}.field input::placeholder,.field textarea::placeholder{font-size:14px}.form-status{font-size:12px;padding:13px 12px}.form-note{font-size:12px}.footer{padding:32px 0 89px}.footer-top{gap:20px;flex-wrap:wrap;padding-bottom:24px}.footer-brand img{width:198px}.footer-brand>span{font-size:11px;margin-top:-4px;margin-left:9px}.footer-top>p{font-size:14px;margin-left:auto}.back-top{margin-left:0;font-size:12px}.footer-bottom{font-size:12px;gap:17px;margin-top:24px}.footer-bottom nav{gap:21px}.legal{font-size:12px}.footer-caption{font-size:10px;margin-top:23px}.mobile-cta{position:fixed;bottom:0;inset-inline:0;z-index:35;display:grid;grid-template-columns:.8fr 1.2fr;background:white;border-top:1px solid var(--line);padding-bottom:env(safe-area-inset-bottom)}.mobile-cta a{display:flex;align-items:center;justify-content:center;min-height:57px;font-size:14px;font-weight:500}.mobile-cta a:last-child{background:var(--ink);color:white}.dialog-inner{padding:29px 25px}.dialog-inner h2{font-size:28px}.dialog-inner>p:not(.eyebrow){font-size:14px}}
@media(max-width:370px){.container{width:calc(100% - 32px)}.brand img{width:153px}.header-contact{font-size:12px;padding:8px 10px;gap:6px}.hero h1{font-size:27px}.hero-actions{gap:10px}.hero-actions .button{font-size:12px;padding-inline:12px;gap:10px}.hero-actions .text-link{font-size:12px}.hero-bottom{font-size:10px}.insurance-tabs{margin-right:-16px;padding-right:16px}.contact h2,.team h2{font-size:26px}.profile-title small{margin-left:5px}.form-grid{grid-template-columns:1fr}.full{grid-column:auto}.footer-top>p{margin-left:0}.footer-brand img{width:180px}}
@media(prefers-reduced-motion:no-preference){.hero-copy{animation:enter .65s both}.hero-art{animation:enter .85s .1s both}.insurance-panel:not([hidden]){animation:enter .3s both}@keyframes enter{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
@media print{.header,.mobile-cta,.hero-bottom,.form-panel,.back-top,.insurance-tabs{display:none}.container{width:100%}.section{padding-block:30px}.insurance-panel[hidden]{display:block!important}.insurance-panel{break-inside:avoid;margin-bottom:25px}.team{background:white;color:#111}.team *{color:#111!important}.footer{padding-bottom:20px}}

/* Keep the existing page layout; expose the main navigation at narrow widths. */
.header-inner{min-height:90px;display:flex;align-items:center;gap:36px}
.primary-nav{display:flex;align-items:center;gap:30px;margin-left:auto;font-size:15px;font-weight:500}
.primary-nav a{display:flex;align-items:center;justify-content:center;min-height:48px;white-space:nowrap;border-bottom:2px solid transparent;transition:border-color .2s}
.primary-nav a:hover,.primary-nav a:focus-visible{border-bottom-color:var(--ink)}
.header-contact{margin-left:0}
.hero-art>img,.panel-visual img,.care-visual img{object-fit:cover;object-position:center;mix-blend-mode:normal}
.insurance-panel#panel-care .panel-visual img,.insurance-panel#panel-health .panel-visual img{object-position:center top}
.hero-art:after,.care-visual:after{content:"";position:absolute;inset:50% 0 0;background:linear-gradient(transparent,rgba(16,22,29,.6));pointer-events:none}
.art-caption,.care-visual>p{z-index:1;color:#fff}
.art-caption strong,.care-visual strong{color:#fff}
.art-caption>a{color:var(--ink)}
@media(max-width:1150px){
 html{scroll-padding-top:145px}
 .header-inner{min-height:0;gap:0;display:grid;grid-template-columns:1fr auto}
 .header-inner>.brand{grid-column:1;grid-row:1;padding-block:8px;justify-self:start}
 .header-contact{grid-column:2;grid-row:1;justify-self:end;margin:0}
 .primary-nav{grid-column:1/-1;grid-row:2;display:flex;justify-content:space-between;gap:20px;width:100%;margin:0;border-top:1px solid var(--line);font-size:14px}
 .primary-nav a{min-height:48px;padding:6px 4px}
}
@media(max-width:600px){
 html{scroll-padding-top:137px}
 .primary-nav{gap:6px;font-size:14px;flex-wrap:wrap;justify-content:space-between}
 .primary-nav a{padding:8px 0;min-height:44px}
 .header-contact{font-size:13px}
}
@media(max-width:370px){.primary-nav{font-size:13px;gap:4px}}

/* Shared detail pages and mobile refinement. */
.primary-nav .is-active{border-bottom-color:var(--ink)}
.light{background:#fff;color:var(--ink)}.light:hover{background:#e9edf1}
.breadcrumb{padding-block:24px 0;font-size:13px;color:var(--muted)}
.breadcrumb nav{display:flex;align-items:center;flex-wrap:wrap;gap:12px;min-height:24px}
.breadcrumb a{padding-block:7px}.breadcrumb a:hover{text-decoration:underline}
.breadcrumb [aria-current]{color:var(--ink)}
.detail-hero{padding-block:50px 76px}
.detail-hero-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:65px;align-items:center}
.detail-hero h1,.standalone-team h1,.standalone-vip h1,.standalone-care h1,.contact-page-intro h1{font-size:clamp(32px,3.5vw,49px);font-weight:600;line-height:1.4;letter-spacing:-.065em}
.detail-lead{font-size:17px;color:var(--muted);line-height:1.9;margin-top:24px;max-width:560px}
.detail-hero .button{margin-top:29px}
.detail-visual{min-width:0;margin:0}
.detail-visual img{width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;border-radius:22px}
.detail-visual figcaption{text-align:right;font-size:12px;color:var(--muted);padding-top:9px}
.detail-checks{background:#f5f6f8;border-block:1px solid var(--line)}
.detail-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px}
.detail-card{padding:31px;background:#fff;border:1px solid var(--line);border-radius:15px}
.detail-card h3{font-size:22px;font-weight:500;letter-spacing:-.04em;margin-bottom:17px}
.detail-card p{font-size:16px;color:var(--muted);line-height:1.9}
.detail-prep-grid{display:grid;grid-template-columns:1fr 1fr;gap:85px;align-items:start}
.detail-prep h2{font-size:37px}
.detail-prep h2+p{font-size:16px;color:var(--muted);margin-top:22px;max-width:440px}
.preparation-list{list-style:none;margin:0;padding:0;border-top:1px solid var(--ink)}
.preparation-list li{padding:23px 0 23px 27px;border-bottom:1px solid var(--line);font-size:16px;position:relative}
.preparation-list li:before{content:'✓';position:absolute;left:0;color:#6b7684}
.narrow{max-width:850px}.detail-questions{background:#fafbfc;border-block:1px solid var(--line)}
.faq-list{margin-top:35px;border-top:1px solid #b7bec7}
.faq-list details{border-bottom:1px solid var(--line)}
.faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 0;font-size:18px;font-weight:500;list-style:none}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary>span{font-size:23px;flex:none;font-weight:400;line-height:1}
.faq-list details[open] summary>span{transform:rotate(45deg)}
.faq-list details>p{color:var(--muted);font-size:16px;padding:0 34px 25px 0;line-height:1.95}
.related-services{padding-block:55px}.related-services h2{font-size:24px;margin-bottom:26px}
.service-directory{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.service-directory a{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:52px;padding:14px 17px;border:1px solid var(--line);border-radius:8px;font-size:15px;word-break:keep-all}
.service-directory a:hover{background:var(--pale);border-color:#9ba5b2}
.service-directory a[aria-current=page]{background:var(--ink);color:white;border-color:var(--ink)}
.service-directory span{font-size:18px;flex:none}
.service-directory a>.service-name{font:inherit;min-width:0;flex:1;overflow-wrap:normal}
.closing-band{background:var(--ink);color:white;padding-block:58px}
.closing-band>.container{display:flex;align-items:center;justify-content:space-between;gap:35px}
.closing-band h2{font-size:31px;font-weight:500}
.closing-band p{font-size:16px;color:#c7cdd5;margin-top:14px}
.closing-band .button{flex:none;min-width:190px}
.standalone-team{margin-top:24px}.standalone-team h1>span{color:#abb3bd}
.standalone-vip,.standalone-care{margin-top:24px}
.standalone-vip h1>span,.standalone-care h1>span{color:var(--muted)}
.panel-actions{display:flex;gap:20px;align-items:center;flex-wrap:wrap;margin-top:24px}
.panel-actions .button{margin-top:0}.panel-actions .text-link{font-size:14px;min-height:48px}
.section-more{margin-top:38px}.team .section-more .text-link{color:white;border-color:#737d8a}
.footer-directory{padding-block:26px;border-bottom:1px solid var(--line)}
.footer-directory>p{font-size:13px;color:var(--muted);margin-bottom:13px}
.footer-directory .service-directory{display:flex;flex-wrap:wrap;gap:10px 26px}
.footer-directory .service-directory a{border:0;border-radius:0;min-height:36px;padding:4px 0;font-size:13px}
.footer-directory .service-directory span{font-size:14px}
.contact-page-intro{padding-block:48px 37px}
.contact-page-intro>div>p:last-child{font-size:17px;color:var(--muted);line-height:1.9;margin-top:21px}
.contact-page{padding-block:0 75px}
.contact-page-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:50px;align-items:start}
.contact-page .form-panel{background:#fafbfc}
.contact-page .form-status{background:#e9edf1}
.contact-aside{padding:32px;border:1px solid var(--line);border-radius:18px}
.contact-aside h2{font-size:26px}
.contact-aside .contact-info{margin-top:23px}
.contact-aside-note{margin-top:27px;padding-top:24px;border-top:1px solid var(--line)}
.contact-aside-note h3{font-size:18px;font-weight:500;margin-bottom:12px}
.contact-aside-note p{font-size:15px;line-height:1.9;color:var(--muted)}
.is-editing .mobile-cta{display:none}
.profile-title>a{min-width:44px;min-height:44px}
@media(max-width:1150px){.detail-hero-grid{gap:40px}.detail-hero h1{font-size:36px}.detail-cards{gap:20px}.detail-card{padding:24px}.detail-card h3{font-size:20px}.detail-prep-grid{gap:45px}.detail-prep h2{font-size:32px}.contact-page-grid{gap:30px}}
@media(max-width:900px){
 .insurance-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:visible;margin:0;padding:0;gap:8px}
 .insurance-tab{min-width:0;width:100%;white-space:normal;min-height:50px;text-align:center;padding:11px 9px}
 .insurance-tab strong{font-size:14px}
 .detail-hero-grid{grid-template-columns:1fr;gap:31px}
 .detail-hero{padding-block:32px 60px}.detail-hero h1{font-size:39px}.detail-lead{max-width:650px}
 .detail-visual img{max-height:440px;object-position:center}
 .detail-prep-grid{grid-template-columns:1fr;gap:30px}
 .detail-cards{grid-template-columns:1fr}
 .contact-page-grid{grid-template-columns:1fr}
 .contact-aside{padding:28px}
 .closing-band>.container{align-items:flex-start;flex-direction:column;gap:25px}
 .closing-band h2{font-size:30px}
}
@media(max-width:600px){
 html{scroll-padding-top:64px}
 .header{top:-64px}
 .header-inner{grid-template-rows:64px auto}
 .header-inner>.brand{padding:0}
 .brand img{width:168px}
 .header-contact{min-height:44px;box-sizing:border-box;padding-block:10px}
 .primary-nav{font-size:14px;gap:5px;min-height:44px}
 .primary-nav a{min-height:44px;padding:8px 0}
 .section{padding-block:53px}
 .hero-layout{gap:23px}
 .hero-art{aspect-ratio:3/2;max-height:none}
 .hero-description,.panel-copy>p:not(.panel-points),.philosophy-intro,.vip-intro>p:not(.eyebrow),.care-copy>p:not(.eyebrow){font-size:16px}
 .hero-actions{gap:14px}
 .hero-actions .button{font-size:14px}
 .hero-actions .text-link{font-size:14px;min-height:44px}
 .insurance-tabs{grid-template-columns:repeat(2,minmax(0,1fr));margin:0;padding:0;gap:8px}
 .insurance-tab{min-height:49px;padding:11px 8px;border-radius:8px}
 .insurance-tab strong{font-size:14px}
 .insurance-explorer{gap:23px}
 .insurance-tab .tab-index{display:none}
 .panel-visual>span{font-size:12px}
 .panel-actions{gap:14px;margin-top:23px}
 .panel-actions .button{width:100%;font-size:15px;min-height:52px}
 .panel-actions .text-link{font-size:14px;min-height:44px}
 .profile{scroll-margin-top:16px}
 .profile-photo{aspect-ratio:1.08;max-height:370px}
 .profile-photo.hogwon img{object-position:50% 12%}
 .profile-photo.rakwon img,.profile-photo.seongwon img{object-position:52% 8%}
 .profile-title h3{font-size:26px}
 .profile-title small{font-size:13px;white-space:normal}
 .profile-title>a{width:46px;height:46px;min-height:46px}
 .team-grid{gap:35px}
 .tags span{font-size:13px}
 .form-grid{grid-template-columns:1fr;gap:20px}
 .full{grid-column:auto}
 .field label{font-size:15px}
 .field input,.field select,.field textarea{font-size:16px;min-height:52px;padding:12px;scroll-margin:84px 0}
 .form-panel{padding:24px 20px}
 .form-status{font-size:13px}
 .form-note{font-size:13px}
 .submit-button{font-size:16px;min-height:54px}
 .process-list{grid-template-columns:1fr;gap:0;border-top:1px solid var(--ink)}
 .process-list li{display:grid;grid-template-columns:40px 1fr;column-gap:15px;row-gap:9px;border-right:0;border-bottom:1px solid var(--line);padding:22px 0;margin:0}
 .process-list li:last-child{padding:22px 0}
 .process-list li>span{font-size:26px;grid-row:1/3;padding-top:3px}
 .process-list h3{margin:0;font-size:18px}
 .process-list p{font-size:15px}
 .breadcrumb{padding-top:17px;font-size:13px}
 .detail-hero{padding-block:25px 43px}
 .detail-hero h1,.standalone-team h1,.standalone-vip h1,.standalone-care h1,.contact-page-intro h1{font-size:31px;line-height:1.45}
 .detail-lead{font-size:16px;margin-top:19px}
 .detail-hero .button{margin-top:23px;min-height:52px;font-size:15px;width:100%}
 .detail-visual img{border-radius:15px;aspect-ratio:3/2;height:auto}
 .detail-visual figcaption{font-size:12px}
 .detail-cards{gap:14px}
 .detail-card{padding:24px}
 .detail-card h3{font-size:20px;margin-bottom:13px}
 .detail-card p{font-size:16px}
 .detail-prep h2{font-size:29px}
 .preparation-list li{font-size:16px;padding-block:20px}
 .faq-list{margin-top:25px}
 .faq-list summary{font-size:16px;padding:20px 0;gap:17px}
 .faq-list details>p{padding-right:0;font-size:16px}
 .related-services{padding-block:37px}
 .related-services h2{font-size:23px}
 .service-directory{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
 .service-directory a{font-size:14px;min-height:52px;padding:11px 12px;gap:7px}
 .service-directory a span{font-size:16px}
 .closing-band{padding-block:38px}
 .closing-band h2{font-size:27px}
 .closing-band p{font-size:16px}
 .closing-band .button{width:100%;font-size:15px;min-height:52px}
 .standalone-team,.standalone-vip,.standalone-care{margin-top:18px}
 .section-more{margin-top:24px}
 .section-more .text-link{font-size:15px;min-height:44px}
 .footer-directory .service-directory{display:grid;grid-template-columns:1fr 1fr;gap:3px 13px}
 .footer-directory .service-directory a{font-size:13px;min-height:44px}
 .contact-page-intro{padding-block:25px 29px}
 .contact-page-intro>div>p:last-child{font-size:16px;margin-top:18px}
 .contact-page{padding-bottom:46px}
 .contact-aside{padding:25px}
 .contact-aside h2{font-size:23px}
 .contact-page .form-panel{padding:24px 20px}
 .contact-aside .contact-info{font-size:14px}
 .contact-aside-note p{font-size:16px}
 body[data-page=contact] .mobile-cta{display:none}
 .footer{padding-bottom:calc(84px + env(safe-area-inset-bottom))}
 body[data-page=contact] .footer{padding-bottom:calc(28px + env(safe-area-inset-bottom))}
 .mobile-cta a{min-height:56px;font-size:15px}
}
@media(max-width:370px){.brand img{width:156px}.primary-nav{font-size:13px;gap:4px}.detail-hero h1,.standalone-team h1,.standalone-vip h1,.standalone-care h1,.contact-page-intro h1{font-size:28px}.insurance-tab strong{font-size:13px}.service-directory a{font-size:13px;padding-inline:9px}.profile-title small{font-size:12px}}
@media(prefers-reduced-motion:reduce){.primary-nav a{transition:none}}


/* UG refinement: editorial hierarchy, compact home and consistent touch controls. */
:root{--ink:#1f1f1f;--muted:#656565;--pale:#f6f6f6;--line:#e2e2e2;--silver:#cbcbcb;--max:1280px}
body{line-height:1.75}h1,h2{letter-spacing:-.06em}a,button{-webkit-tap-highlight-color:transparent}.button{min-height:54px;border-radius:7px;font-weight:600}.button.light{background:#fff;color:var(--ink)}.text-link{min-height:44px}.brand img{width:223px}.header-inner{min-height:84px}.header-contact{min-height:46px}.primary-nav{gap:26px}.primary-nav a{font-size:14px}.eyebrow{color:var(--muted)}.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}
.home-hero{padding:68px 0 58px}.home-hero-grid{display:grid;grid-template-columns:1fr 1.12fr;gap:55px;align-items:center}.brand-kicker{display:flex;align-items:center;gap:10px;font-size:13px;margin-bottom:27px}.brand-kicker i{width:6px;height:6px;background:#6c6c6c;border-radius:50%}.home-intro h1{font-size:clamp(39px,3.95vw,58px);font-weight:600;line-height:1.3;letter-spacing:-.065em}.home-intro h1>span{color:#808080}.home-lead{font-size:16px;line-height:1.95;color:#666666;margin-top:25px}.home-actions{display:flex;align-items:center;gap:23px;flex-wrap:wrap;margin-top:30px}.home-actions .button{gap:24px;font-size:14px}.home-actions .text-link{font-size:13px;gap:16px}.home-promise{font-size:12px;color:#666666;margin-top:27px;letter-spacing:-.02em}.home-promise span{padding-inline:7px;color:#b3b3b3}
.team-showcase{background:#f1f1f1;border:1px solid #e9e9e9;border-radius:15px;padding:25px 20px 17px;position:relative;min-width:0;box-shadow:0 20px 50px -38px #797979}.showcase-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:23px;padding-inline:3px}.showcase-heading h2{font-size:17px;letter-spacing:-.04em;font-weight:500}.showcase-heading>span{font:9px/1.5 Arial,sans-serif;letter-spacing:.13em;color:#727272}.home-people{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.home-person{min-width:0}.home-person>a{display:block;border-radius:10px}.home-person .profile-photo{border-radius:8px}.home-person-name{display:flex;gap:5px;align-items:baseline;flex-wrap:wrap;margin-top:15px}.home-person h3{font-size:18px;font-weight:600;letter-spacing:-.04em}.home-person-name>span{font-size:10px;color:#636363}.home-person>a>p{font-size:11px;letter-spacing:-.03em;margin-top:4px;color:#6b6b6b;line-height:1.6}.showcase-bottom{border-top:1px solid #d9d9d9;margin-top:20px;padding:14px 3px 0;display:flex;gap:12px;justify-content:space-between;align-items:center;font-size:11px;color:#6c6c6c}.showcase-bottom a{display:flex;align-items:center;gap:15px;min-height:32px;color:#393939;font-size:12px}
.home-coverage{padding:70px 0 66px;border-top:1px solid var(--line);background:#fbfbfb}.home-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:30px}.home-heading .eyebrow{margin-bottom:12px}.home-heading h2,.home-method h2,.home-faq h2{font-size:clamp(28px,3vw,40px);font-weight:600;line-height:1.4}.home-heading>p{font-size:14px;line-height:1.85;color:var(--muted)}.coverage-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px 24px}.coverage-card{display:block;min-width:0;border-radius:12px;background:#fff;border:1px solid #e4e4e4;overflow:hidden;transition:transform .25s,box-shadow .25s}.coverage-photo{aspect-ratio:2.2;overflow:hidden;background:#efefef}.coverage-photo img{width:100%;height:100%;object-fit:cover;transition:transform .45s}.coverage-label{padding:18px 18px 19px;display:flex;align-items:center;gap:14px;justify-content:space-between}.coverage-label h3{font-size:19px;font-weight:600;letter-spacing:-.045em;line-height:1.4}.coverage-label p{font-size:12px;color:var(--muted);margin-top:5px}.round-arrow{width:31px;height:31px;border:1px solid #dddddd;border-radius:50%;display:grid;place-items:center;flex:none;font-size:17px}.image-caption{font-size:11px;color:#797979;margin-top:16px}.coverage-card:hover{transform:translateY(-3px);box-shadow:0 12px 26px -15px #a4a4a4}.coverage-card:hover img{transform:scale(1.035)}.coverage-card:hover .round-arrow{background:var(--ink);color:white;border-color:var(--ink)}
.home-method{padding:86px 0}.method-grid{display:grid;grid-template-columns:1fr .95fr;gap:90px;align-items:center}.method-copy>.eyebrow{margin-bottom:16px}.method-lead{color:var(--muted);font-size:15px;margin-top:19px;line-height:1.9}.method-points{display:grid;gap:17px;margin-top:26px;margin-bottom:18px}.method-points p{display:flex;flex-direction:column;gap:3px;font-size:14px;padding-left:17px;border-left:2px solid #d3d3d3}.method-points strong{font-size:15px;font-weight:600}.method-points span{color:var(--muted)}.review-sheet{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:30px 33px;box-shadow:0 18px 50px -26px #aaaaaa;position:relative}.review-sheet:before{content:'';position:absolute;left:16px;right:16px;bottom:-7px;height:7px;border:1px solid #e2e2e2;border-radius:0 0 8px 8px;background:#f5f5f5;z-index:-1}.sheet-top{display:flex;align-items:center;justify-content:space-between;padding-bottom:21px;margin-bottom:24px;border-bottom:1px solid var(--line)}.sheet-top img{width:34px;height:38px;object-fit:contain}.sheet-top>span{font-size:11px;line-height:1.6;text-align:right;color:#787878}.sample-label{font-size:11px;color:#686868;margin-bottom:8px;display:inline-block;padding:3px 8px;border-radius:4px;background:#efefef}.review-sheet h3{font-size:22px;font-weight:600;letter-spacing:-.045em;margin-bottom:20px}.review-sheet table{border-collapse:collapse;width:100%;text-align:left;font-size:14px}.review-sheet th,.review-sheet td{padding:13px 0;border-bottom:1px solid var(--line)}.review-sheet thead th{font-size:11px;font-weight:500;color:#767676}.review-sheet tbody th{width:32%;font-size:13px;font-weight:500}.review-sheet td{font-size:13px;color:#5b5b5b}.sheet-note{display:flex;gap:10px;align-items:center;padding:15px;background:#f5f5f5;margin-top:23px;border-radius:6px}.sheet-note>span{color:#595959;border:1px solid #c2c2c2;width:23px;height:23px;display:grid;place-items:center;border-radius:50%;font-size:12px;flex:none}.sheet-note p{font-size:12px;color:#575757}.sheet-disclaimer{font-size:11px;line-height:1.8;color:#757575;margin-top:15px}
.home-continuity{padding:0 0 74px}.continuity-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.continuity-card{position:relative;border:1px solid #e3e3e3;border-radius:12px;display:flex;gap:20px;justify-content:space-between;align-items:flex-end;padding:33px 34px}.continuity-card .eyebrow{margin-bottom:13px;font-size:12px}.continuity-card h2{font-size:29px;line-height:1.4;letter-spacing:-.05em;font-weight:500}.continuity-card div>p:last-child{font-size:14px;color:#6b6b6b;margin-top:17px;line-height:1.8}.continuity-arrow{font-size:27px;line-height:1;flex:none;transition:transform .25s}.continuity-card:hover .continuity-arrow{transform:translate(3px,-3px)}.vip-link{background:linear-gradient(130deg,#e6e6e6,#f5f5f5)}.care-link{background:#fafafa}
.home-faq{padding:66px 0;background:#fbfbfb;border-block:1px solid var(--line)}.home-faq-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px}.home-faq .eyebrow{margin-bottom:14px}.home-faq-grid>div>p:last-child{font-size:14px;color:var(--muted);margin-top:19px}.home-faq-list{border-top:1px solid #b2b2b2}.home-faq-list details{border-bottom:1px solid #e0e0e0}.home-faq-list summary{list-style:none;display:flex;align-items:center;gap:18px;justify-content:space-between;min-height:75px;padding:19px 0;font-size:16px;font-weight:500}.home-faq-list summary::-webkit-details-marker{display:none}.home-faq-list summary>span{font-size:24px;font-weight:400;transition:transform .2s;flex:none}.home-faq-list details[open] summary>span{transform:rotate(45deg)}.home-faq-list details>div{padding:0 28px 24px 0;font-size:15px;line-height:1.9;color:var(--muted)}.home-faq-list .text-link{margin-top:10px;color:#393939;font-size:13px}
.home-closing{padding:49px 0;background:#222222;color:#fff}.home-closing>.container{display:flex;align-items:center;justify-content:space-between;gap:28px}.home-closing h2{font-size:33px;line-height:1.45;font-weight:500}.home-closing .eyebrow{color:#c2c2c2;margin-bottom:14px;font-size:12px}.home-closing .button{flex:none;min-width:210px;font-size:14px}
.footer{padding-top:33px}.footer-top{padding-bottom:24px;gap:35px}.footer-brand img{width:198px}.footer-brand>span{font-size:11px;margin-top:-3px;margin-left:6px}.footer-top>p{font-size:14px}.footer-directory{padding-block:17px}.footer-directory>p{margin-bottom:5px}.footer-bottom{margin-top:19px}.legal{color:#6a6a6a;font-size:11px;margin-top:16px}.footer-caption{margin-top:17px}.detail-hero{padding-block:40px 58px}.detail-visual img{border-radius:13px}.detail-card{border-radius:10px}.section{padding-block:80px}.closing-band{background:#222222}.detail-hero .eyebrow{margin-bottom:18px}
@media(min-width:1500px){.home-intro h1{font-size:60px}.home-hero{padding-block:77px 67px}.home-hero-grid{gap:70px}.team-showcase{padding:30px 26px 20px}.home-person-name>span{font-size:11px}}
@media(max-width:1100px){.home-hero-grid{gap:30px;grid-template-columns:1fr 1.1fr}.home-intro h1{font-size:40px}.home-lead{font-size:14px}.home-lead br{display:none}.home-actions{gap:14px}.home-actions .button{font-size:13px;padding-inline:16px;gap:16px}.home-promise{font-size:11px}.home-promise span{padding-inline:4px}.team-showcase{padding:20px 15px 13px}.showcase-heading{margin-bottom:17px}.showcase-heading h2{font-size:15px}.showcase-heading>span{display:none}.home-person-name{display:block}.home-person h3{font-size:17px}.home-person-name>span{display:block;font-size:10px;margin-top:2px}.home-person>a>p{font-size:10px}.showcase-bottom{font-size:10px;gap:8px}.showcase-bottom a{font-size:11px}.coverage-label{padding:16px 14px}.coverage-label h3{font-size:17px}.method-grid{gap:45px}.home-faq-grid{gap:45px}.continuity-card{padding:28px}.continuity-card h2{font-size:26px}.continuity-card div>p:last-child{font-size:13px}.review-sheet{padding:26px}}
@media(max-width:900px){.header-inner{min-height:0}.primary-nav{gap:15px}.home-hero{padding:40px 0}.home-hero-grid{grid-template-columns:1fr;gap:32px}.home-intro h1{font-size:48px}.home-lead{font-size:16px}.home-lead br{display:block}.home-actions .button{font-size:14px}.home-promise{font-size:12px}.team-showcase{padding:24px 22px 15px}.showcase-heading h2{font-size:18px}.showcase-heading>span{display:block;font-size:10px}.home-people{gap:14px}.home-person-name{display:flex}.home-person-name>span{font-size:11px}.home-person h3{font-size:19px}.home-person>a>p{font-size:12px}.showcase-bottom{font-size:12px}.showcase-bottom a{font-size:12px}.coverage-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.home-heading{align-items:flex-start;flex-direction:column;gap:15px}.home-heading>p br{display:none}.home-method{padding-block:65px}.method-grid{gap:30px}.home-method h2{font-size:31px}.method-lead{font-size:14px}.method-points p{font-size:12px}.method-points strong{font-size:14px}.review-sheet{padding:22px}.review-sheet h3{font-size:19px}.review-sheet table{font-size:12px}.review-sheet tbody th,.review-sheet td{font-size:11px}.home-faq-grid{grid-template-columns:1fr;gap:27px}.home-faq h2 br{display:none}.home-faq-list summary{min-height:67px}.home-closing h2{font-size:28px}.home-closing .button{min-width:185px}.continuity-card{padding:25px}.continuity-card h2{font-size:24px}.continuity-card div>p:last-child br{display:none}.section{padding-block:64px}}
@media(max-width:600px){html{scroll-padding-top:64px}.container{width:calc(100% - 36px)}.header-inner{grid-template-rows:62px 44px}.header{top:-62px}.brand img{width:176px}.primary-nav{gap:6px}.primary-nav a{font-size:13px;min-height:44px}.header-contact{min-height:42px;padding:8px 12px;font-size:12px;gap:10px}.home-hero{padding:28px 0 33px}.brand-kicker{font-size:11px;margin-bottom:18px;gap:7px}.home-intro h1{font-size:34px;line-height:1.32;letter-spacing:-.065em}.home-lead{font-size:14px;line-height:1.85;margin-top:17px;max-width:340px}.home-lead br{display:none}.home-actions{gap:18px;margin-top:21px;flex-wrap:nowrap;justify-content:space-between}.home-actions .button{font-size:12px;padding:12px 14px;gap:16px;min-height:49px;flex:1}.home-actions .button span{font-size:20px}.home-actions .text-link{font-size:12px;gap:10px;flex:none}.home-promise{font-size:10px;margin-top:17px}.home-promise span{padding-inline:4px}.home-hero-grid{gap:25px}.team-showcase{padding:17px 12px 11px;border-radius:11px;box-shadow:none}.showcase-heading{margin-bottom:14px;padding-inline:1px}.showcase-heading h2{font-size:14px}.showcase-heading>span{font-size:8px;letter-spacing:.08em}.home-people{gap:7px}.home-person .profile-photo{aspect-ratio:4/5;border-radius:6px}.home-person-name{display:block;margin-top:10px}.home-person h3{font-size:15px}.home-person-name>span{font-size:10px;line-height:1.5;min-height:15px;margin-top:2px}.home-person>a>p{font-size:9px;letter-spacing:-.035em;margin-top:3px;line-height:1.5}.showcase-bottom{font-size:10px;margin-top:12px;padding-top:8px;gap:8px}.showcase-bottom a{font-size:10px;gap:9px;min-height:32px}.home-coverage{padding:39px 0 35px}.home-heading{gap:11px;margin-bottom:23px}.home-heading .eyebrow{font-size:11px;margin-bottom:9px}.home-heading h2,.home-method h2,.home-faq h2{font-size:28px;line-height:1.4}.home-heading>p{font-size:13px;line-height:1.8}.coverage-grid{gap:13px 10px}.coverage-card{border-radius:9px}.coverage-photo{aspect-ratio:1.65}.coverage-label{padding:12px 11px 14px;gap:5px;align-items:flex-start;min-height:82px}.coverage-label h3{font-size:15px;line-height:1.4;min-height:21px}.coverage-label p{font-size:10px;line-height:1.6;margin-top:5px}.round-arrow{border:0;width:18px;height:23px;font-size:16px}.image-caption{font-size:10px;line-height:1.7;margin-top:13px}.home-method{padding-block:43px}.method-grid{grid-template-columns:1fr;gap:28px}.method-copy>.eyebrow{font-size:11px;margin-bottom:10px}.method-lead{font-size:14px;margin-top:15px}.method-lead br{display:none}.method-points{gap:14px;margin-top:22px;margin-bottom:12px}.method-points p{font-size:13px;gap:2px;padding-left:13px}.method-points strong{font-size:14px}.method-copy>.text-link{font-size:12px}.review-sheet{padding:22px 21px;border-radius:10px;box-shadow:0 12px 30px -24px #8f8f8f}.sheet-top{padding-bottom:15px;margin-bottom:17px}.sheet-top img{width:27px;height:30px}.sheet-top>span{font-size:10px}.review-sheet h3{font-size:20px;margin-bottom:14px}.review-sheet tbody th,.review-sheet td{font-size:12px}.review-sheet th,.review-sheet td{padding-block:12px}.sheet-note{margin-top:16px;padding:12px}.sheet-note p{font-size:11px}.sheet-disclaimer{font-size:10px;margin-top:11px}.home-continuity{padding-bottom:40px}.continuity-grid{grid-template-columns:1fr;gap:12px}.continuity-card{padding:23px 22px;border-radius:10px;gap:12px}.continuity-card h2{font-size:24px}.continuity-card .eyebrow{font-size:11px;margin-bottom:9px}.continuity-card div>p:last-child{font-size:13px;margin-top:12px}.continuity-arrow{font-size:26px}.home-faq{padding:37px 0}.home-faq-grid{gap:20px}.home-faq .eyebrow{font-size:11px;margin-bottom:9px}.home-faq-grid>div>p:last-child{font-size:13px;margin-top:12px}.home-faq-list summary{font-size:14px;min-height:66px;padding-block:18px;gap:13px}.home-faq-list details>div{padding-right:0;font-size:14px;padding-bottom:19px}.home-faq-list .text-link{font-size:12px}.home-closing{padding-block:33px}.home-closing>.container{display:block}.home-closing h2{font-size:27px;line-height:1.5}.home-closing .eyebrow{font-size:11px;margin-bottom:10px}.home-closing .button{width:100%;margin-top:22px;font-size:14px;min-height:51px}.footer-top{gap:16px;display:grid;grid-template-columns:1fr auto;padding-bottom:18px}.footer-brand img{width:161px}.footer-brand>span{font-size:10px}.footer-top>p{display:none}.back-top{min-height:44px;display:flex;align-items:center;font-size:12px}.footer-directory{padding-block:14px}.footer-directory>p{font-size:11px;margin-bottom:3px}.footer-directory .service-directory{gap:0 14px}.footer-directory .service-directory a{font-size:12px;min-height:40px}.footer-bottom{gap:9px;margin-top:15px;font-size:11px}.footer-bottom nav{gap:21px}.footer-bottom nav a{min-height:40px;display:inline-flex;align-items:center}.legal{font-size:10px;margin-top:8px;line-height:1.85}.footer-caption{font-size:9px;margin-top:15px}.mobile-cta{background:rgba(255,255,255,.98);border-top:1px solid #dedede;padding:7px 12px calc(7px + env(safe-area-inset-bottom));gap:8px;box-shadow:0 -5px 18px -15px #575757}.mobile-cta a{min-height:48px;font-size:13px;border-radius:6px}.mobile-cta a:first-child{flex:0 0 32%;background:#f0f0f0;border:0}.mobile-cta a:last-child{flex:1;background:#262626}.section{padding-block:49px}}
@media(max-width:370px){.brand img{width:153px}.primary-nav a{font-size:12px}.home-intro h1{font-size:30px}.home-actions{gap:11px}.home-actions .button{font-size:11px;padding-inline:11px;gap:10px}.home-actions .text-link{font-size:11px;gap:7px}.home-promise{font-size:9px}.showcase-heading h2{font-size:12px}.showcase-heading>span{display:none}.home-person h3{font-size:14px}.home-person-name>span{font-size:9px}.home-person>a>p{font-size:8px}.showcase-bottom p{font-size:9px}.showcase-bottom a{font-size:9px}.coverage-label{padding:11px 9px 12px}.coverage-label h3{font-size:14px}.coverage-label p{font-size:9px}.home-heading h2,.home-method h2,.home-faq h2{font-size:26px}.home-closing h2{font-size:24px}}
@media(prefers-reduced-motion:no-preference){.home-intro{animation:home-enter .7s both}.team-showcase{animation:home-enter .8s .1s both}@keyframes home-enter{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.coverage-card,.coverage-photo img,.continuity-arrow{transition:none}.coverage-card:hover{transform:none}}

/* Compact text legibility */
@media(max-width:600px){.home-person h3{font-size:16px}.home-person-name>span{font-size:11px}.home-person>a>p{font-size:11px}.coverage-label p{font-size:12px}.coverage-label{min-height:93px}.home-promise{font-size:11px}.showcase-bottom a{font-size:11px;min-height:36px}}
@media(max-width:370px){.home-person h3{font-size:15px}.home-person-name>span,.home-person>a>p{font-size:10px}.home-promise{font-size:10px}.coverage-label p{font-size:11px}.coverage-label{min-height:100px}}
@media(max-width:600px){.showcase-bottom a{min-height:44px}}


/* Portrait composition is shared by the homepage and the full team page.
   The source photographs remain unchanged. Scaling is relative to frame width,
   so the hairline stays approximately 10% below its top at every screen size. */
.profile-photo{aspect-ratio:4/5;max-height:none;background:#edf0f1;isolation:isolate}
.profile-photo.hogwon{--portrait-width:108%;--portrait-left:0%;--portrait-y:-1.1%}
.profile-photo.rakwon{--portrait-width:148%;--portrait-left:-29.4%;--portrait-y:-10.6%}
.profile-photo.seongwon{--portrait-width:148%;--portrait-left:-26.8%;--portrait-y:-12.25%}
.profile-photo.hogwon img,.profile-photo.rakwon img,.profile-photo.seongwon img{
 position:absolute;top:0;left:var(--portrait-left);width:var(--portrait-width);height:auto;
 max-width:none;object-fit:initial;object-position:initial;transform:translateY(var(--portrait-y));
}

/* Full consultant directory: generous portraits and concise visible expertise. */
.standalone-team{background:#fff;color:var(--ink);margin-top:0;padding-top:48px;padding-bottom:84px}
.standalone-team .eyebrow{color:var(--muted)}
.standalone-team h1{font-size:clamp(34px,4.1vw,58px);line-height:1.3;font-weight:600}
.standalone-team h1>span{color:#777f86}
.standalone-team .section-heading{align-items:flex-end;margin-bottom:30px;gap:32px}
.standalone-team .section-heading>p{color:var(--muted);max-width:365px;font-size:16px;line-height:1.85}
.team-jump{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:42px}
.team-jump a{display:inline-flex;align-items:center;gap:16px;min-height:44px;padding:9px 16px;border:1px solid var(--line);border-radius:999px;font-size:14px;background:#fff}
.team-jump a span{color:var(--muted);font-size:13px}
.team-jump a:hover{background:#f4f5f6;border-color:#9da5ad}
.standalone-team .team-grid{gap:24px}
.standalone-team .profile{background:#f7f8f8;border:1px solid #e3e6e8;border-radius:16px;overflow:hidden;scroll-margin-top:116px}
.standalone-team .profile-photo{border-radius:0}
.standalone-team .profile-content{padding:26px 25px 0}
.standalone-team .profile-title{margin:0;align-items:center;gap:10px}
.standalone-team .profile-title h2{font-size:28px;line-height:1.3;letter-spacing:-.045em;font-weight:600}
.standalone-team .profile-title small{display:block;margin:8px 0 0;font-size:13px;font-weight:400;letter-spacing:0;color:var(--muted)}
.standalone-team .profile-title>a{width:46px;height:46px;border-color:#c4cbd1;color:var(--ink);background:#fff}
.standalone-team .profile-title>a:hover{background:var(--ink);color:#fff;border-color:var(--ink)}
.standalone-team .profile-line{margin-top:20px;color:#32383e;font-size:17px;line-height:1.7;min-height:58px;letter-spacing:-.025em}
.standalone-team .tags{margin:20px 0 24px;gap:6px;min-height:0}
.standalone-team .tags span{border:0;background:#e9edef;color:#505961;font-size:12px;padding:6px 9px;border-radius:5px;line-height:1.5}
.standalone-team .profile details{margin:0;border-top:1px solid #dce1e4;border-bottom:0}
.standalone-team .profile summary{color:#323940;min-height:60px;padding:17px 0;gap:16px;font-size:14px;font-weight:500}
.standalone-team .profile summary>span{font-size:22px;font-weight:400;color:#69737c}
.standalone-team .expanded{font-size:15px;color:#626b73;line-height:1.9;padding:0 0 26px}
.standalone-team .expanded>p{padding-top:3px}
.standalone-team .expanded h3{font-size:14px;font-weight:600;line-height:1.6;margin:23px 0 9px;color:#242a2f;letter-spacing:0}
.standalone-team .expanded ul{margin:0;padding-left:18px}
.standalone-team .expanded li+li{margin-top:5px}
.standalone-team .expanded li::marker{color:#a4adb5}
.standalone-team .expanded .text-link{color:var(--ink);font-size:14px;border-color:#afb7bf;margin-top:18px;min-height:44px}
body[data-page=team] .philosophy{border-top:1px solid var(--line);background:#f7f8f8}
body[data-page=team] .philosophy .principles article{grid-template-columns:1fr;padding-block:24px}
body[data-page=team] .philosophy .principles h3{font-size:20px}

@media(max-width:1150px){
 .standalone-team .team-grid{gap:18px}
 .standalone-team .profile-content{padding:23px 20px 0}
 .standalone-team .profile-line{font-size:16px}
 .standalone-team .tags span{font-size:12px}
}
@media(min-width:601px) and (max-width:900px){
 .standalone-team .team-grid{grid-template-columns:1fr;gap:25px}
 .standalone-team .profile{display:grid;grid-template-columns:250px minmax(0,1fr);align-items:start}
 .standalone-team .profile-photo{width:100%;aspect-ratio:4/5}
 .standalone-team .profile-content{padding:26px 25px 0}
 .standalone-team .profile-line{min-height:0}
 .standalone-team .tags{margin-bottom:19px}
}
@media(max-width:900px){
 .standalone-team .section-heading{align-items:flex-start;gap:20px}
 .standalone-team .section-heading>p{max-width:580px}
 .standalone-team .profile{scroll-margin-top:142px}
}
@media(max-width:600px){
 .profile-photo{aspect-ratio:4/5;max-height:none}
 .standalone-team{padding-top:28px;padding-bottom:52px}
 .standalone-team h1{font-size:33px;line-height:1.4}
 .standalone-team .section-heading{margin-bottom:24px;gap:18px}
 .standalone-team .section-heading>p{font-size:16px;line-height:1.8}
 .team-jump{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-bottom:28px}
 .team-jump a{justify-content:center;min-height:46px;padding:10px 7px;font-size:14px;gap:0}
 .team-jump a span{display:none}
 .standalone-team .team-grid{grid-template-columns:1fr;gap:27px}
 .standalone-team .profile{scroll-margin-top:65px;border-radius:13px}
 .standalone-team .profile-content{padding:25px 22px 0}
 .standalone-team .profile-title h2{font-size:29px}
 .standalone-team .profile-title small{font-size:14px;margin-top:7px}
 .standalone-team .profile-line{font-size:18px;min-height:0;line-height:1.65;margin-top:19px}
 .standalone-team .tags{margin-top:19px;margin-bottom:22px}
 .standalone-team .tags span{font-size:13px;padding:6px 10px}
 .standalone-team .profile summary{font-size:15px;min-height:60px}
 .standalone-team .expanded{font-size:16px;line-height:1.9;padding-bottom:25px}
 .standalone-team .expanded h3{font-size:15px}
 .standalone-team .expanded .text-link{font-size:15px}
 body[data-page=team] .philosophy .principles h3{font-size:19px}
}
@media(max-width:370px){
 .standalone-team h1{font-size:29px}
 .standalone-team .profile-content{padding-inline:20px}
 .standalone-team .profile-line{font-size:17px}
}


/* Contact: a short, honest introduction before optional details. */
body:is([data-page="contact"],[data-page="index"]) .contact-page-intro{padding-block:48px 42px}
body:is([data-page="contact"],[data-page="index"]) .contact-page-intro h1{font-size:clamp(38px,4.6vw,64px);line-height:1.18;letter-spacing:-.065em;font-weight:600}
body:is([data-page="contact"],[data-page="index"]) .contact-page-intro>div>p:last-child{font-size:17px;line-height:1.8;margin-top:22px;color:#666b71}
body:is([data-page="contact"],[data-page="index"]) .contact-page-grid{grid-template-columns:minmax(0,1.35fr) minmax(0,.8fr);gap:48px}
body:is([data-page="contact"],[data-page="index"]) .contact-page .form-panel{background:#fff;border-color:#dedfe1;border-radius:20px;padding:34px}
.contact-form-heading{margin-bottom:24px}
.contact-form-heading h2{font-size:25px;line-height:1.4;letter-spacing:-.045em}
.contact-form-heading>p{font-size:14px;line-height:1.75;color:#666b71;margin-top:8px}
body:is([data-page="contact"],[data-page="index"]) .form-status{background:#f3f3f1;padding:15px 16px;color:#62666b;line-height:1.8;font-size:13px;margin-bottom:27px}
body:is([data-page="contact"],[data-page="index"]) .form-status strong{font-weight:600;color:#363a3f}
body:is([data-page="contact"],[data-page="index"]) .form-status>i{background:#72776d}
body:is([data-page="contact"],[data-page="index"]) .form-grid{gap:22px 18px}
body:is([data-page="contact"],[data-page="index"]) .field label{font-size:14px;margin-bottom:9px}
body:is([data-page="contact"],[data-page="index"]) .field input,
body:is([data-page="contact"],[data-page="index"]) .field select,
body:is([data-page="contact"],[data-page="index"]) .field textarea{min-height:54px;font-size:16px;border-color:#d7dadd;border-radius:8px;padding:13px 14px;background:#fff;line-height:1.55;scroll-margin:92px 0}
body:is([data-page="contact"],[data-page="index"]) .field input:focus,
body:is([data-page="contact"],[data-page="index"]) .field select:focus,
body:is([data-page="contact"],[data-page="index"]) .field textarea:focus{outline-color:#575d64}
body:is([data-page="contact"],[data-page="index"]) .field input::placeholder,
body:is([data-page="contact"],[data-page="index"]) .field textarea::placeholder{font-size:15px;color:#767a80}
.field-hint{font-size:12px;line-height:1.7;margin-top:8px;color:#666b71}
.optional-consultation{margin-top:27px;border-block:1px solid #e3e4e5}
.optional-consultation>summary{display:flex;align-items:center;justify-content:space-between;gap:16px;list-style:none;min-height:80px;padding:18px 0}
.optional-consultation>summary::-webkit-details-marker{display:none}
.optional-consultation>summary strong{font-size:15px;font-weight:600;line-height:1.5;display:block}
.optional-consultation>summary small{font-size:12px;line-height:1.7;color:#666b71;display:block;margin-top:3px}
.optional-consultation .disclosure-symbol{display:grid;place-items:center;flex:none;width:32px;height:32px;background:#f3f3f1;border-radius:50%;font-size:22px;line-height:1;transition:transform .2s}
.optional-consultation[open] .disclosure-symbol{transform:rotate(45deg)}
.optional-fields{padding:6px 0 25px;margin:0;min-width:0;border:0}
.optional-fields>legend{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}
body:is([data-page="contact"],[data-page="index"]) .selection-status{font-size:13px;color:#535960;line-height:1.8;padding:11px 13px;background:#f5f5f3;border-radius:6px;margin-top:18px}
body:is([data-page="contact"],[data-page="index"]) .submit-button{min-height:56px;margin-top:24px}
body:is([data-page="contact"],[data-page="index"]) .form-note{font-size:12px;color:#666b71;line-height:1.8;margin-top:13px}
body:is([data-page="contact"],[data-page="index"]) .contact-aside{padding:31px 0;border:0;border-radius:0}
body:is([data-page="contact"],[data-page="index"]) .contact-aside .eyebrow{font-size:12px;margin-bottom:18px}
body:is([data-page="contact"],[data-page="index"]) .contact-aside h2{font-size:29px;line-height:1.5;letter-spacing:-.055em}
.contact-aside-intro{margin-top:18px;color:#666b71;font-size:15px;line-height:1.85}
body:is([data-page="contact"],[data-page="index"]) .contact-info{font-size:14px;margin-top:28px}
body:is([data-page="contact"],[data-page="index"]) .contact-info>div{grid-template-columns:68px minmax(0,1fr);padding-block:19px;border-color:#dedfe1}
body:is([data-page="contact"],[data-page="index"]) .contact-info dd{color:#555b62}
body:is([data-page="contact"],[data-page="index"]) .contact-info small{font-size:12px;line-height:1.75}
.contact-team-link{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:52px;padding:12px 0;border-top:1px solid #dedfe1;border-bottom:1px solid #dedfe1;font-size:14px;font-weight:500}
.contact-team-link>span:last-child{font-size:21px}
.contact-team-link:hover>span:first-child{text-decoration:underline;text-underline-offset:5px}
body:is([data-page="contact"],[data-page="index"]) .contact-aside-note{margin-top:29px;padding:22px;background:#f5f5f3;border:0;border-radius:12px}
body:is([data-page="contact"],[data-page="index"]) .contact-aside-note h3{font-size:16px;font-weight:600;margin-bottom:9px}
body:is([data-page="contact"],[data-page="index"]) .contact-aside-note p{font-size:14px;color:#62676d;line-height:1.85}
body:is([data-page="contact"],[data-page="index"]) .contact-process{padding-block:72px 88px;border-top:1px solid #e3e4e5;background:#f8f8f6}
body:is([data-page="contact"],[data-page="index"]) .contact-process h2{font-size:clamp(28px,3vw,39px)}
body:is([data-page="contact"],[data-page="index"]) .contact-process .process-list li>span{font-size:27px;color:#7b8186}
body:is([data-page="contact"],[data-page="index"]) .contact-process .process-list h3{font-size:18px;margin-top:23px}
body:is([data-page="contact"],[data-page="index"]) .contact-process .process-list p{font-size:14px;color:#62676d}
@media(max-width:900px){
 body:is([data-page="contact"],[data-page="index"]) .contact-page-grid{grid-template-columns:1fr;gap:36px}
 body:is([data-page="contact"],[data-page="index"]) .contact-aside{padding:0;max-width:620px}
 body:is([data-page="contact"],[data-page="index"]) .contact-aside h2 br{display:none}
 body:is([data-page="contact"],[data-page="index"]) .contact-aside-note{margin-top:24px}
}
@media(max-width:600px){
 body:is([data-page="contact"],[data-page="index"]) .contact-page-intro{padding-block:27px 29px}
 body:is([data-page="contact"],[data-page="index"]) .contact-page-intro h1{font-size:clamp(32px,8.6vw,39px);line-height:1.28}
 body:is([data-page="contact"],[data-page="index"]) .contact-page-intro>div>p:last-child{font-size:15px;margin-top:18px;line-height:1.85}
 body:is([data-page="contact"],[data-page="index"]) .contact-page{padding-bottom:45px}
 body:is([data-page="contact"],[data-page="index"]) .contact-page .form-panel{padding:24px 20px;border-radius:15px}
 .contact-form-heading{margin-bottom:20px}
 .contact-form-heading h2{font-size:22px}
 .contact-form-heading>p{font-size:13px;margin-top:7px}
 body:is([data-page="contact"],[data-page="index"]) .form-status{padding:13px 12px;font-size:12px;margin-bottom:23px}
 body:is([data-page="contact"],[data-page="index"]) .form-grid{grid-template-columns:1fr;gap:20px}
 body:is([data-page="contact"],[data-page="index"]) .field label{font-size:14px}
 body:is([data-page="contact"],[data-page="index"]) .field input,body:is([data-page="contact"],[data-page="index"]) .field select,body:is([data-page="contact"],[data-page="index"]) .field textarea{padding:13px 11px}
 .optional-consultation{margin-top:25px}
 .optional-consultation>summary{min-height:76px;gap:10px;padding-block:16px}
 .optional-consultation>summary small{font-size:11px}
 body:is([data-page="contact"],[data-page="index"]) .contact-aside h2{font-size:25px}
 .contact-aside-intro{font-size:15px}
 body:is([data-page="contact"],[data-page="index"]) .contact-aside-note{padding:21px}
 body:is([data-page="contact"],[data-page="index"]) .contact-process{padding-block:46px 52px}
 body:is([data-page="contact"],[data-page="index"]) .contact-process .process-list li>span{font-size:24px}
 body:is([data-page="contact"],[data-page="index"]) .contact-process .process-list h3{margin:0;font-size:17px}
 body:is([data-page="contact"],[data-page="index"]) .contact-process .process-list p{font-size:14px}
}
@media(prefers-reduced-motion:reduce){.optional-consultation .disclosure-symbol{transition:none}}

/* Insurance guide answers: 20260906 */
.detail-checks .section-heading h2 { max-width: 850px; text-wrap: balance; }
.detail-card h3 { text-wrap: balance; line-height: 1.5; }
.detail-questions h2 { text-wrap: balance; }
.detail-questions .faq-intro { margin-top: 20px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.detail-questions .faq-list { margin-top: 28px; }
.detail-questions .faq-list summary { align-items: center; min-height: 76px; line-height: 1.65; }
.detail-questions .faq-list summary > span { flex: 0 0 22px; text-align: center; }
.detail-questions .faq-list summary:focus-visible { outline: 2px solid var(--ink); outline-offset: 5px; border-radius: 4px; }
.detail-questions .faq-answer { padding: 0 38px 28px 0; }
.detail-questions .faq-answer > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.9; word-break: keep-all; overflow-wrap: anywhere; }
.detail-questions .faq-answer > .faq-answer-lead { color: var(--ink); font-weight: 650; }
.detail-questions .faq-answer > p + p { margin-top: 10px; }
.detail-questions .faq-answer > .faq-policy-check { display: grid; grid-template-columns: 130px 1fr; gap: 10px 18px; margin-top: 20px; padding: 18px 20px; border-radius: 12px; background: #f1f2f3; font-size: 14px; line-height: 1.8; }
.detail-questions .faq-policy-check strong { color: var(--ink); font-weight: 600; }
.detail-questions .faq-policy-check span { min-width: 0; }
@media (max-width: 600px) {
  .detail-card h3 { font-size: 20px; }
  .detail-questions .faq-intro { margin-top: 16px; font-size: 15px; }
  .detail-questions .faq-list { margin-top: 24px; }
  .detail-questions .faq-list summary { gap: 16px; padding: 21px 0; min-height: 72px; font-size: 16px; }
  .detail-questions .faq-answer { padding: 0 0 24px; }
  .detail-questions .faq-answer > p { font-size: 16px; line-height: 1.85; }
  .detail-questions .faq-answer > .faq-policy-check { grid-template-columns: 1fr; gap: 5px; padding: 16px; }
}

/*
 * Insurance photo framing, append after the existing responsive rules.
 * All six source photographs are 960 × 640 (3:2).
 * Existing desktop aspect-ratio:2.2 + object-fit:cover removes 31.8% of
 * their vertical scene. The mobile 1.65 ratio also removes about 9.1%.
 * Preserve the existing 3-column desktop / 2-column mobile card grid.
 */
.home-coverage .coverage-photo {
  aspect-ratio: 3 / 2;
}

.home-coverage .coverage-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transform: none;
}

/* Keep the card lift / arrow hover, but do not zoom or crop the photo. */
.home-coverage .coverage-card:hover .coverage-photo img {
  transform: none;
}

/*
 * Existing <=900px rule limits detail images to 440px high, which crops
 * a full-width 3:2 image on tablets. Let intrinsic dimensions set height.
 * Scope excludes the deliberately cropped consultant portraits.
 */
body[data-page^="insurance-"] .detail-visual img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
}

/* Sentence flow: 20260906 */
/* A new sentence starts a new line; each sentence still wraps to the viewport. */
p.sentence-flow > .sentence {
  display: block;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: anywhere;
  text-wrap: pretty;
}


/* Editorial navigation: 20260906-editorial-nav */
/* Click-to-open category navigation. Native details keeps links usable without JS. */
.header,
.header-inner,
.primary-nav.dropdown-nav { overflow: visible; }
.header-inner { position: relative; }
.primary-nav.dropdown-nav {
  position: static;
  flex-wrap: nowrap;
  align-items: center;
  gap: 22px;
  overflow: visible !important;
}
.dropdown-nav .nav-group { position: relative; flex: 0 0 auto; min-width: 0; }
.dropdown-nav .nav-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 44px;
  min-height: 48px;
  margin: 0;
  padding: 8px 0;
  border: 0;
  border-bottom: 2px solid transparent;
  list-style: none;
  color: var(--ink);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
  user-select: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.dropdown-nav .nav-trigger::-webkit-details-marker { display: none; }
.dropdown-nav .nav-trigger::marker { content: ''; }
.dropdown-nav .nav-chevron {
  display: block;
  flex: 0 0 6px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  opacity: .62;
  transform: rotate(45deg);
  transition: transform .18s ease;
}
.dropdown-nav .nav-group[open] > .nav-trigger .nav-chevron { transform: translateY(3px) rotate(225deg); }
.dropdown-nav .nav-trigger:hover,
.dropdown-nav .nav-trigger:focus-visible,
.dropdown-nav .nav-group[open] > .nav-trigger,
.dropdown-nav .nav-group.is-active > .nav-trigger,
.dropdown-nav .nav-trigger.is-active { border-bottom-color: var(--ink); }
.dropdown-nav .nav-trigger:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; border-radius: 4px; }
.dropdown-nav .nav-panel {
  position: absolute;
  z-index: 2;
  top: calc(100% + 10px);
  left: -16px;
  width: 278px;
  max-height: min(65vh, 480px);
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  padding: 11px;
  background: #fff;
  color: var(--ink);
  border: 1px solid #e2e2e2;
  border-radius: 15px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, .10), 0 2px 6px rgba(0, 0, 0, .025);
  scrollbar-width: thin;
  scrollbar-color: #c9c9c9 transparent;
}
.dropdown-nav .nav-group:nth-last-child(-n + 2) .nav-panel { right: -16px; left: auto; }
.primary-nav.dropdown-nav .nav-panel a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  min-height: 47px;
  padding: 11px 13px;
  border: 0;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: -.025em;
  text-align: left;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: anywhere;
  transition: background .15s ease;
}
.primary-nav.dropdown-nav .nav-panel a:hover { background: #f4f4f4; }
.primary-nav.dropdown-nav .nav-panel a:focus-visible { background: #f4f4f4; outline: 2px solid #555; outline-offset: -3px; }
.primary-nav.dropdown-nav .nav-panel a[aria-current] { background: #f0f0f0; color: #171717; font-weight: 600; }
.primary-nav.dropdown-nav .nav-panel .nav-overview { font-weight: 600; }
.dropdown-nav .nav-overview > span { flex: none; color: #858585; font-size: 18px; line-height: 1; }
.dropdown-nav .nav-links { padding-top: 5px; margin-top: 5px; border-top: 1px solid #ededed; }
.dropdown-nav .nav-links small { color: #777; font-size: 12px; font-weight: 400; white-space: nowrap; }
@media (max-width: 1150px) {
  .primary-nav.dropdown-nav { width: 100%; justify-content: space-between; gap: 14px; margin: 0; }
}
@media (max-width: 600px) {
  .primary-nav.dropdown-nav { gap: 3px; min-height: 44px; }
  .dropdown-nav .nav-group { position: static; }
  .dropdown-nav .nav-trigger { min-height: 44px; gap: 4px; padding: 8px 0; font-size: 13px; letter-spacing: -.045em; }
  .dropdown-nav .nav-chevron { flex-basis: 5px; width: 5px; height: 5px; }
  .dropdown-nav .nav-panel,
  .dropdown-nav .nav-group:nth-last-child(-n + 2) .nav-panel {
    top: calc(100% + 7px);
    left: 0;
    right: 0;
    width: auto;
    max-height: min(65vh, 440px);
    max-height: min(65dvh, calc(100dvh - 130px), 440px);
    padding: 9px;
    border-radius: 12px;
  }
  .primary-nav.dropdown-nav .nav-panel a { min-height: 46px; padding: 11px 12px; font-size: 14px; }
}
@media (max-width: 370px) {
  .primary-nav.dropdown-nav { gap: 2px; }
  .dropdown-nav .nav-trigger { gap: 3px; font-size: 12px; letter-spacing: -.05em; }
}
@media (prefers-reduced-motion: reduce) {
  .dropdown-nav .nav-chevron,
  .primary-nav.dropdown-nav .nav-panel a { transition: none; }
}

#claim-guide, #policy-review, #life-changes { scroll-margin-top: 135px; }


/* Homepage polish: 20260906-polish-contact */

/* One compact choice list in the introduction; no script is required. */
.purpose-choices {
  width: 100%;
  max-width: 500px;
  margin-top: 30px;
}
.purpose-choices-title {
  margin: 0 0 13px;
  color: #343434;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -.025em;
}
.purpose-choices-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid #cfcfcf;
  list-style: none;
}
.purpose-choices-item { margin: 0; padding: 0; border-bottom: 1px solid #e1e1e1; }
.purpose-choices-link {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 20px;
  align-items: center;
  gap: 14px;
  min-height: 80px;
  width: 100%;
  padding: 15px 10px;
  border-radius: 4px;
  color: #222;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  transition: background .18s ease;
}
.purpose-choices-icon,
.purpose-choices-arrow {
  display: block;
  width: 100%;
  height: auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.purpose-choices-icon { color: #626262; }
.purpose-choices-arrow { color: #464646; transition: transform .18s ease; }
.purpose-choices-copy { display: block; min-width: 0; }
.purpose-choices-name {
  display: block;
  color: #222;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -.035em;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.purpose-choices-description {
  display: block;
  margin-top: 3px;
  color: #656565;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: -.025em;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.purpose-choices-link:hover { background: #f6f6f6; }
.purpose-choices-link:hover .purpose-choices-arrow { transform: translateX(3px); }
.purpose-choices-link:focus-visible { outline: 2px solid #252525; outline-offset: 2px; background: #f6f6f6; }
@media (max-width: 600px) {
  .purpose-choices { max-width: none; margin-top: 24px; }
  .purpose-choices-title { margin-bottom: 11px; }
  .purpose-choices-link { grid-template-columns: 23px minmax(0, 1fr) 18px; gap: 10px; min-height: 78px; padding: 14px 6px; }
}
@media (prefers-reduced-motion: reduce) {
  .purpose-choices-link,
  .purpose-choices-arrow { transition: none; }
  .purpose-choices-link:hover .purpose-choices-arrow { transform: none; }
}

/* Consultant choices: existing portrait transforms and source assets are preserved. */
.refined-home .home-team-needs{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;align-items:start}
.refined-home .home-team-needs .home-person>a{display:block;height:100%;border-radius:8px}
.refined-home .home-person-copy{min-width:0;padding:14px 1px 0}
.refined-home .home-person-copy .home-person-name{display:block;margin:0}
.refined-home .home-person-copy h3{font-size:19px;line-height:1.45;font-weight:600;letter-spacing:-.04em}
.refined-home .home-person-copy .home-person-name>span{display:block;font-size:13px;line-height:1.6;color:#606367;margin-top:2px;min-height:0}
.refined-home .home-person-copy .home-person-expertise{font-size:13px;line-height:1.6;font-weight:500;color:#4d5358;letter-spacing:-.025em;margin-top:9px}
.refined-home .home-person-copy .home-person-need{font-size:13px;line-height:1.75;font-weight:400;color:#60666b;letter-spacing:-.025em;margin-top:7px;word-break:keep-all}
.refined-home .home-team-needs .home-person>a:hover h3{text-decoration:underline;text-underline-offset:5px;text-decoration-thickness:1px}
.standalone-team .profile-line.profile-need-copy{font-size:16px;line-height:1.8;font-weight:400;letter-spacing:-.02em;color:#363c41;margin-top:18px;min-height:58px}
@media(min-width:601px) and (max-width:1100px){
 .refined-home .home-team-needs{gap:12px}
 .refined-home .home-person-copy h3{font-size:18px}
 .refined-home .home-person-copy .home-person-expertise{font-size:13px}
 .refined-home .home-person-copy .home-person-need{font-size:13px;line-height:1.7}
}
@media(max-width:600px){
 .refined-home .home-team-needs{grid-template-columns:1fr;gap:0}
 .refined-home .home-team-needs .home-person+.home-person{margin-top:15px;padding-top:15px;border-top:1px solid #dcdedf}
 .refined-home .home-team-needs .home-person>a{display:grid;grid-template-columns:clamp(88px,24vw,104px) minmax(0,1fr);gap:15px;align-items:center}
 .refined-home .home-team-needs .home-person .profile-photo{width:100%;aspect-ratio:4/5;max-height:none;border-radius:7px;align-self:start}
 .refined-home .home-person-copy{padding:0;min-width:0}
 .refined-home .home-person-copy h3{font-size:20px;line-height:1.4}
 .refined-home .home-person-copy .home-person-name>span{font-size:13px;line-height:1.5;margin-top:2px}
 .refined-home .home-person-copy .home-person-expertise{font-size:13px;line-height:1.55;margin-top:6px}
 .refined-home .home-person-copy .home-person-need{font-size:13px;line-height:1.7;margin-top:6px}
 .standalone-team .profile-line.profile-need-copy{font-size:16px;line-height:1.8;min-height:0;margin-top:18px}
}
@media(max-width:370px){
 .refined-home .home-team-needs .home-person>a{gap:12px}
 .refined-home .home-person-copy h3{font-size:18px}
 .refined-home .home-person-copy .home-person-name>span{font-size:13px}
 .refined-home .home-person-copy .home-person-expertise{font-size:13px;line-height:1.5}
 .refined-home .home-person-copy .home-person-need{font-size:13px;line-height:1.65}
}

/* A distinctive consultation section, with readable type at each width. */
.home-hero { padding-block: 58px 64px; }
.home-hero-grid { align-items: center; gap: clamp(30px, 4vw, 64px); }
.home-intro h1 { font-size: clamp(40px, 4.1vw, 58px); }
.home-lead { max-width: 480px; font-size: 16px; }
.coverage-label > div { min-width: 0; flex: 1; }
.showcase-bottom { align-items: center; flex-wrap: wrap; }
.showcase-bottom p { font-size: 13px; }
.showcase-bottom a { font-size: 14px; min-height: 44px; }
.home-method.method-studio {
  padding-block: 88px;
  margin-bottom: 74px;
  background: radial-gradient(ellipse at 12% 0%, #323532, #202220 64%);
  color: #fff;
}
.method-studio .method-grid { grid-template-columns: minmax(0,.94fr) minmax(0,1.06fr); align-items: center; gap: clamp(40px,6vw,90px); }
.method-studio .method-copy > .eyebrow { color: #c2c6c1; font-size: 13px; letter-spacing: .02em; margin-bottom: 25px; }
.method-studio h2 { font-size: clamp(32px,3.4vw,47px); font-weight: 550; line-height: 1.4; letter-spacing: -.065em; color: #fff; }
.method-studio h2 span { color: #c4c9c3; }
.method-studio .method-lead { color: #d0d3cf; font-size: 16px; line-height: 1.95; margin-top: 26px; max-width: 455px; }
.method-principle { display: flex; align-items: flex-start; gap: 17px; border-top: 1px solid #535751; margin-top: 34px; padding-top: 25px; }
.method-principle > span { font-size: 25px; line-height: 1.5; color: #c4c9c3; }
.method-principle p { font-size: 15px; color: #f0f1ef; line-height: 1.85; }
.method-studio .method-copy > .text-link { color: #fff; border-bottom-color: #81877f; margin-top: 28px; font-size: 14px; min-height: 48px; }
.method-studio .method-copy > .text-link:focus-visible { outline: 2px solid #fff; outline-offset: 5px; }
.method-studio .method-example { background: #fafbf8; color: #222620; padding: 32px; border: 1px solid #e5e8e1; border-radius: 15px; box-shadow: 0 24px 60px #0003; }
.method-example::before { display: none; }
.method-example .sheet-top { margin-bottom: 22px; padding-bottom: 18px; border-color: #dce0d8; }
.method-example .sheet-top > span { color: #62695f; font-size: 12px; }
.method-example .sample-label { background: #e7ebe3; color: #50594b; font-size: 12px; padding: 4px 9px; margin-bottom: 11px; }
.method-example h3 { font-size: clamp(23px,2.1vw,29px); line-height: 1.45; letter-spacing: -.05em; margin-bottom: 24px; }
.method-example table { table-layout: fixed; }
.method-example th, .method-example td { border-color: #dce0d8; padding-block: 17px; vertical-align: top; }
.method-example thead th { font-size: 12px; color: #656d60; padding-block: 0 10px; }
.method-example thead th:first-child, .method-example tbody th { width: 24%; }
.method-example tbody th { font-size: 13px; color: #505a49; font-weight: 550; padding-right: 15px; }
.method-example td > strong { display: block; font-size: 15px; font-weight: 600; color: #242a20; line-height: 1.55; }
.method-example td > p { font-size: 13px; color: #60685a; line-height: 1.8; margin-top: 5px; }
.method-example .sheet-disclaimer { font-size: 12px; color: #656d60; line-height: 1.8; margin-top: 18px; }
.home-consultation { padding-block: 76px 86px; background: #f8f9f6; border-top: 1px solid #e2e5de; }
.home-consultation .contact-page-grid { align-items: start; }
.home-consultation .contact-form-heading h2 { font-size: 27px; }
.home-consultation .contact-aside { position: sticky; top: 114px; }
@media(max-width:960px) {
  .home-hero-grid { grid-template-columns: 1fr; align-items: start; gap: 36px; }
  .home-intro { max-width: 660px; }
  .home-intro h1 { font-size: 46px; }
  .home-lead { max-width: 580px; }
  .method-studio .method-grid { grid-template-columns: 1fr; gap: 38px; }
  .method-studio .method-lead { max-width: 660px; }
  .method-principle { max-width: 660px; }
  .method-studio .method-example { max-width: 740px; width: 100%; }
  .home-consultation .contact-aside { position: static; }
}
@media(max-width:600px) {
  .home-hero { padding-block: 29px 38px; }
  .home-intro h1 { font-size: 35px; line-height: 1.35; }
  .home-lead { font-size: 15px; line-height: 1.9; margin-top: 18px; }
  .home-hero-grid { gap: 34px; }
  .team-showcase { padding: 22px 16px 15px; }
  .showcase-heading h2 { font-size: 16px; }
  .showcase-heading > span { display: none; }
  .showcase-bottom { gap: 3px; align-items: flex-start; flex-direction: column; }
  .showcase-bottom p { font-size: 13px; }
  .showcase-bottom a { font-size: 14px; }
  .brand-kicker { font-size: 12px; }
  .home-heading .eyebrow, .home-faq .eyebrow, .continuity-card .eyebrow { font-size: 12px; }
  .home-heading > p { font-size: 14px; line-height: 1.85; }
  .coverage-label { padding: 14px 11px 16px; min-height: 105px; }
  .coverage-label h3 { font-size: 16px; }
  .coverage-label p { font-size: 13px; line-height: 1.65; }
  .image-caption, .footnote { font-size: 12px; line-height: 1.85; }
  .home-method.method-studio { padding-block: 45px; margin-bottom: 42px; }
  .method-studio .method-copy > .eyebrow { font-size: 12px; margin-bottom: 16px; }
  .method-studio h2 { font-size: 31px; line-height: 1.45; }
  .method-studio .method-lead { font-size: 15px; margin-top: 19px; }
  .method-principle { margin-top: 24px; padding-top: 20px; gap: 12px; }
  .method-principle p { font-size: 14px; }
  .method-studio .method-copy > .text-link { margin-top: 19px; }
  .method-studio .method-example { padding: 23px 20px; border-radius: 12px; box-shadow: none; }
  .method-example h3 { font-size: 23px; margin-bottom: 16px; }
  .method-example thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
  .method-example tbody, .method-example tr, .method-example th, .method-example td { display: block; width: 100%; }
  .method-example tbody th { width: 100%; border: 0; font-size: 13px; padding: 17px 0 7px; }
  .method-example td { padding: 0 0 18px; }
  .method-example td > strong { font-size: 16px; }
  .method-example td > p { font-size: 14px; }
  .method-example .sheet-disclaimer { font-size: 12px; }
  .continuity-card div > p:last-child { font-size: 14px; }
  .home-faq-grid > div > p:last-child, .home-faq-list .text-link { font-size: 14px; }
  .home-faq-list summary { font-size: 16px; }
  .home-faq-list details > div { font-size: 15px; }
  .home-consultation { padding-block: 43px 50px; }
  .home-consultation .contact-form-heading h2 { font-size: 24px; }
  .contact-form-heading > p, .optional-consultation > summary small, .field-hint { font-size: 13px; }
  body:is([data-page="contact"],[data-page="index"]) .form-status { font-size: 14px; }
  body:is([data-page="contact"],[data-page="index"]) .form-note { font-size: 13px; }
  .optional-consultation > summary > span { min-width: 0; }
  .dropdown-nav .nav-links small { font-size: 13px; }
  .contact-team-link { font-size: 15px; }
  .footer-directory > p, .footer-brand > span { font-size: 12px; }
  .footer-directory .service-directory a, .footer-bottom { font-size: 13px; }
  .footer-bottom nav { gap: 16px; }
  .legal, .footer-caption { font-size: 12px; }
  .footer-bottom nav a { min-height: 44px; }
}
@media(max-width:370px) {
  .home-intro h1 { font-size: 31px; }
  .coverage-label { padding-inline: 9px; }
  .coverage-label h3 { font-size: 15px; }
  .method-studio h2 { font-size: 27px; }
  .method-studio .method-example { padding-inline: 17px; }
  .method-example h3 { font-size: 21px; }
  .footer-bottom nav { gap: 13px; }
  .dropdown-nav .nav-trigger { font-size: 13px; gap: 2px; letter-spacing: -.045em; }
  .dropdown-nav .nav-chevron { width: 4px; height: 4px; flex-basis: 4px; }
}


/* Direct paths to guide answers; keep each touch target at least 44px. */
.detail-shortcuts{display:flex;flex-wrap:wrap;gap:4px 18px;margin-top:20px;max-width:560px}
.detail-shortcuts a{display:inline-flex;align-items:center;min-height:44px;gap:8px;font-size:14px;font-weight:500;color:var(--muted);text-decoration:underline;text-underline-offset:5px;text-decoration-color:#c7cace}
.detail-shortcuts a::after{content:"↓";text-decoration:none;color:var(--ink)}
.detail-shortcuts a:hover{color:var(--ink);text-decoration-color:currentColor}
.detail-shortcuts a:focus-visible{outline:2px solid var(--ink);outline-offset:4px;border-radius:3px}
#coverage-checks,#questions,#preparation{scroll-margin-top:130px}
.detail-checks + .detail-questions{border-top:0;background:#fff}
.detail-questions + .detail-prep{background:#f7f8f8}
@media(max-width:600px){
 .detail-shortcuts{gap:0 16px;margin-top:16px}
 .detail-shortcuts a{font-size:13px;gap:5px}
 #coverage-checks,#questions,#preparation{scroll-margin-top:70px}
}

/* BEGIN UG COMPACT METHOD */
/* Compact consultation example: summary stays visible, detail is optional. */
.home-method.method-studio.method-compact {
  padding-block: 66px;
  margin-bottom: 58px;
}
.method-compact .method-grid { gap: clamp(30px, 5vw, 70px); }
.method-compact .method-copy > .eyebrow { margin-bottom: 18px; }
.method-compact .method-copy h2 { font-size: clamp(30px, 3vw, 42px); line-height: 1.35; }
.method-compact .method-lead { max-width: 390px; margin-top: 20px; font-size: 16px; line-height: 1.85; }
.method-compact .method-copy > .text-link { margin-top: 20px; min-height: 44px; }
.method-compact .method-example { padding: 27px; }
.method-compact .method-example .sample-label { margin-bottom: 10px; font-size: 12px; }
.method-compact .method-example h3 { margin-bottom: 19px; font-size: 25px; line-height: 1.4; }
.method-compact .method-example table { display: table; width: 100%; border-collapse: collapse; table-layout: fixed; }
.method-compact .method-example thead { position: static; display: table-header-group; width: auto; height: auto; overflow: visible; clip-path: none; }
.method-compact .method-example tbody { display: table-row-group; width: auto; }
.method-compact .method-example tr { display: table-row; width: auto; }
.method-compact .method-example th,
.method-compact .method-example td { display: table-cell; width: auto; border-bottom: 1px solid #dce0d8; padding: 14px 0; vertical-align: top; word-break: keep-all; overflow-wrap: anywhere; }
.method-compact .method-example thead th { padding-top: 0; padding-bottom: 9px; font-size: 12px; font-weight: 500; }
.method-compact .method-example thead th:first-child,
.method-compact .method-example tbody th { width: 30%; padding-right: 13px; }
.method-compact .method-example tbody th { font-size: 14px; font-weight: 550; color: #505a49; line-height: 1.6; }
.method-compact .method-example td { font-size: 15px; line-height: 1.6; color: #343c2f; }
.method-explanation { margin-top: 10px; }
.method-explanation > summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; list-style: none; min-height: 48px; padding-block: 11px; font-size: 14px; line-height: 1.6; font-weight: 500; color: #394332; cursor: pointer; }
.method-explanation > summary::-webkit-details-marker { display: none; }
.method-explanation > summary::marker { content: ''; }
.method-explanation > summary > span { flex: none; font-size: 22px; line-height: 1; transition: transform .2s; }
.method-explanation[open] > summary > span { transform: rotate(45deg); }
.method-explanation > summary:focus-visible { outline: 2px solid #4e5947; outline-offset: 3px; border-radius: 4px; }
.method-explanation-body { padding: 1px 0 13px; }
.method-explanation-body p { font-size: 14px; line-height: 1.85; color: #60685a; }
.method-explanation-body p + p { margin-top: 11px; }
.method-compact .method-example .sheet-disclaimer { margin-top: 10px; padding-top: 14px; border-top: 1px solid #dce0d8; font-size: 12px; line-height: 1.75; }
@media (max-width: 960px) {
  .method-compact .method-grid { gap: 27px; }
  .method-compact .method-lead { max-width: 560px; }
}
@media (max-width: 600px) {
  .home-method.method-studio.method-compact { padding-block: 36px; margin-bottom: 38px; }
  .method-compact .method-grid { gap: 23px; }
  .method-compact .method-copy > .eyebrow { margin-bottom: 12px; font-size: 12px; }
  .method-compact .method-copy h2 { font-size: 29px; line-height: 1.35; }
  .method-compact .method-lead { font-size: 14px; line-height: 1.85; margin-top: 15px; }
  .method-compact .method-copy > .text-link { margin-top: 13px; font-size: 14px; }
  .method-compact .method-example { padding: 20px; }
  .method-compact .method-example .sample-label { margin-bottom: 9px; }
  .method-compact .method-example h3 { font-size: 22px; margin-bottom: 16px; }
  .method-compact .method-example th,
  .method-compact .method-example td { padding-block: 13px; }
  .method-compact .method-example tbody th { font-size: 14px; }
  .method-compact .method-example td { font-size: 14px; }
  .method-compact .method-example thead th:first-child,
  .method-compact .method-example tbody th { width: 30%; padding-right: 10px; }
  .method-explanation { margin-top: 6px; }
  .method-explanation > summary { min-height: 46px; }
  .method-compact .method-example .sheet-disclaimer { margin-top: 8px; padding-top: 12px; }
}
@media (max-width: 370px) {
  .method-compact .method-copy h2 { font-size: 27px; }
  .method-compact .method-example { padding: 18px; }
  .method-compact .method-example h3 { font-size: 21px; }
  .method-compact .method-example thead th:first-child,
  .method-compact .method-example tbody th { width: 32%; padding-right: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  .method-explanation > summary > span { transition: none; }
}
/* END UG COMPACT METHOD */

/* BEGIN UG FOUR ADVISORS */
/* Four-advisor layout; append after the existing homepage and profile overrides. */
.profile-photo.geonho{--portrait-width:148%;--portrait-left:-26.8%;--portrait-y:-12.25%}
.profile-photo.geonho img{position:absolute;top:0;left:var(--portrait-left);width:var(--portrait-width);height:auto;max-width:none;object-fit:initial;object-position:initial;transform:translateY(var(--portrait-y))}

/* The homepage stays a compact directory, with two horizontal cards per row. */
.refined-home .home-team-needs.home-team-four{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-items:stretch}
.refined-home .home-team-needs.home-team-four .home-person{margin:0;padding:12px;border:1px solid #e0e2df;border-radius:10px;background:#fff;min-width:0}
.refined-home .home-team-needs.home-team-four .home-person>a{display:grid;grid-template-columns:clamp(68px,6vw,84px) minmax(0,1fr);gap:12px;align-items:start;height:100%;border-radius:5px}
.refined-home .home-team-needs.home-team-four .profile-photo{width:100%;aspect-ratio:4/5;max-height:none;border-radius:6px}
.refined-home .home-team-four .home-person-copy{min-width:0;padding:0}
.refined-home .home-team-four .home-person-name{margin:0;display:block}
.refined-home .home-team-four .home-person-copy h3{font-size:18px;line-height:1.4;letter-spacing:-.04em}
.refined-home .home-team-four .home-person-copy .home-person-name>span{font-size:13px;line-height:1.6;margin-top:3px;min-height:0}
.refined-home .home-team-four .home-person-copy .home-person-expertise{font-size:13px;line-height:1.6;letter-spacing:-.03em;margin-top:8px;color:#424b45}
.refined-home .home-team-four .home-person-copy .home-person-need{font-size:13px;line-height:1.7;letter-spacing:-.025em;margin-top:6px;color:#656c67}

/* All four full profiles keep their introduction and credentials, with visible CTAs. */
.standalone-team .team-grid.team-grid-four{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;align-items:start}
.standalone-team .team-grid-four .profile{display:block;grid-template-columns:none;min-width:0}
.standalone-team .team-grid-four .profile-photo{width:100%;aspect-ratio:1/1;max-height:460px}
.standalone-team .team-grid-four .profile-content{padding:26px 26px 0}
.standalone-team .team-grid-four .profile-title{display:block}
.standalone-team .team-grid-four .tags{margin-bottom:17px}
.standalone-team .team-grid-four .profile-contact{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:54px;padding:13px 16px;gap:12px;font-size:15px;line-height:1.65;margin:0 0 19px;text-align:left}
.standalone-team .team-grid-four .profile-contact>span{font-size:21px;flex:none}
.standalone-team .team-jump.team-jump-four{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.standalone-team .team-jump-four a{justify-content:center;min-width:0;gap:10px}
@media(min-width:601px) and (max-width:1100px){
 .refined-home .home-team-needs.home-team-four .home-person{padding:11px}
 .refined-home .home-team-needs.home-team-four .home-person>a{grid-template-columns:70px minmax(0,1fr);gap:10px}
 .standalone-team .team-grid.team-grid-four{gap:20px}
 .standalone-team .team-grid-four .profile-photo{aspect-ratio:1/1;max-height:460px}
 .standalone-team .team-grid-four .profile-content{padding:24px 21px 0}
 .standalone-team .team-grid-four .profile-title h2{font-size:27px}
 .standalone-team .team-jump-four a{padding-inline:10px;gap:8px}
 .standalone-team .team-jump-four a span{font-size:12px}
}
@media(min-width:601px) and (max-width:960px){
 .refined-home .home-team-needs.home-team-four .home-person>a{grid-template-columns:92px minmax(0,1fr);gap:15px}
 .refined-home .home-team-needs.home-team-four .home-person{padding:15px}
 .refined-home .home-team-four .home-person-copy h3{font-size:20px}
 .refined-home .home-team-four .home-person-copy .home-person-name>span{font-size:13px}
 .refined-home .home-team-four .home-person-copy .home-person-need{font-size:14px}
}
@media(max-width:600px){
 .refined-home .home-team-needs.home-team-four{grid-template-columns:1fr;gap:11px}
 .refined-home .home-team-needs.home-team-four .home-person{margin:0;padding:13px;border:1px solid #e0e2df;border-radius:9px}
 .refined-home .home-team-needs.home-team-four .home-person>a{grid-template-columns:clamp(84px,22vw,100px) minmax(0,1fr);gap:14px;align-items:center}
 .refined-home .home-team-needs.home-team-four .profile-photo{align-self:start;aspect-ratio:4/5;max-height:none}
 .refined-home .home-team-four .home-person-copy h3{font-size:20px}
 .refined-home .home-team-four .home-person-copy .home-person-name>span{font-size:13px;line-height:1.5;margin-top:3px}
 .refined-home .home-team-four .home-person-copy .home-person-expertise{font-size:13px;line-height:1.55;margin-top:6px}
 .refined-home .home-team-four .home-person-copy .home-person-need{font-size:13px;line-height:1.65;margin-top:5px}
 .standalone-team .team-grid.team-grid-four{grid-template-columns:1fr;gap:27px}
 .standalone-team .team-grid-four .profile-photo{aspect-ratio:4/5;max-height:none}
 .standalone-team .team-grid-four .profile-content{padding:25px 22px 0}
 .standalone-team .team-grid-four .profile-title h2{font-size:29px}
 .standalone-team .team-grid-four .profile-contact{min-height:54px;font-size:15px;margin-bottom:18px}
 .standalone-team .team-jump.team-jump-four{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
 .standalone-team .team-jump-four a{min-height:46px;font-size:15px;padding:10px}
}
@media(max-width:370px){
 .refined-home .home-team-needs.home-team-four .home-person{padding:11px}
 .refined-home .home-team-needs.home-team-four .home-person>a{grid-template-columns:80px minmax(0,1fr);gap:11px}
 .refined-home .home-team-four .home-person-copy h3{font-size:18px}
 .refined-home .home-team-four .home-person-copy .home-person-expertise{font-size:13px}
 .refined-home .home-team-four .home-person-copy .home-person-need{font-size:13px}
 .standalone-team .team-grid-four .profile-content{padding-inline:20px}
}


/* Presentation-only grading: source portraits and facial features stay intact. */
.profile-photo.hogwon img{filter:brightness(1.07) contrast(.95) saturate(.9)}
.profile-photo.rakwon img{filter:brightness(.99) contrast(1.06) saturate(.92)}
.profile-photo.seongwon img{filter:brightness(.98) contrast(1.08) saturate(.92)}
.profile-photo.geonho img{filter:brightness(.98) contrast(1.07) saturate(.92)}
.profile-photo{background:#eff0f0}

.profile-photo.geonho{--portrait-y:-9.4%}
.refined-home .home-team-four .home-person-copy .home-person-name>span{font-size:13px}

/* END UG FOUR ADVISORS */
