:root{--blue:#005de8;--deep-blue:#0048b3;--navy:#00112b;--ink:#171b24;--muted:#656d7a;--paper:#fafafa;--gray:#f4f3f3;--line:#dddfe4;--ease:cubic-bezier(.22,1,.36,1)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:95px}body{margin:0;padding-bottom:86px;font-family:"Pretendard Variable",-apple-system,BlinkMacSystemFont,"Apple SD Gothic Neo","Noto Sans KR",sans-serif;color:var(--ink);word-break:keep-all;background:#fff;line-height:1.7;letter-spacing:-.025em}body.menu-open,body.modal-open{overflow:hidden}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.35;letter-spacing:-.055em}h2{font-size:52px;font-weight:700}h3{font-size:26px}p+ p{margin-top:16px}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer;color:inherit}button{border:0;background:none}img{display:block;width:100%;height:auto}ul{padding-left:22px}a,button{touch-action:manipulation}button:disabled{opacity:.3;cursor:default}button:focus-visible,a:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid #66a3ff;outline-offset:5px}button:hover:enabled,a:hover{color:var(--blue)}[hidden]{display:none!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.skip-link{position:fixed;left:20px;top:-80px;z-index:120;padding:10px 20px;background:white}.skip-link:focus{top:10px}.container{width:min(1400px,calc(100% - 112px));margin-inline:auto}.section{padding:130px max(56px,calc((100vw - 1400px)/2))}.section .container{width:100%}.blue{color:var(--blue)}.eyebrow{font-size:14px;font-weight:600;letter-spacing:.07em;color:var(--blue);margin-bottom:20px}.section-head{margin-bottom:50px}.section-head>p:last-child:not(.eyebrow){font-size:21px;color:var(--muted);margin-top:24px}.section-heading{text-align:center;margin-bottom:60px}.section-heading p{margin-top:24px;font-size:22px;color:var(--muted)}.split{display:grid;grid-template-columns:1fr 1.1fr;gap:80px;align-items:center}.list-heading{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:28px}.list-heading h3{font-size:28px}.list-heading .text-link{font-size:15px;white-space:nowrap}.text-link{display:inline-flex;gap:24px;align-items:center;border-bottom:1px solid currentColor;padding:7px 0;transition:color .25s}.text-link span{transition:transform .3s}.text-link:hover span{transform:translate(3px,-3px)}.button{display:inline-flex;align-items:center;justify-content:center;gap:30px;min-height:54px;border-radius:4px;padding:12px 28px;font-size:16px;line-height:1.4;transition:background .25s,color .25s,transform .25s;border:1px solid transparent}.button:hover{transform:translateY(-2px)}.button.primary{background:var(--blue);color:white}.button.primary:hover{background:var(--deep-blue)}.button.outline{border-color:currentColor}.button.outline:hover{background:var(--blue);border-color:var(--blue);color:#fff}.button.light{background:white;color:var(--deep-blue)}.center-link{text-align:center;margin-top:50px}.round{border:1px solid var(--line);border-radius:50%;width:48px;height:48px;font-size:24px;transition:background .25s,color .25s}.round:hover:enabled{background:var(--blue);color:#fff}.fineprint,small{font-size:13px;color:var(--muted);line-height:1.7}.fineprint{margin-top:16px}
/* Goun's restrained fixed header and broad desktop / two-column mobile menu. */
.site-header{position:fixed;top:0;left:0;width:100%;height:80px;z-index:60;display:flex;align-items:center;justify-content:space-between;padding:0 38px;background:rgba(255,255,255,.83);backdrop-filter:blur(12px);transition:background .35s,color .35s,box-shadow .35s}.scrolled .site-header{background:rgba(255,255,255,.97);box-shadow:0 1px 0 #00000009}.wordmark{display:inline-flex;align-items:center;gap:13px;white-space:nowrap;line-height:1.15}.wordmark>b{font-size:38px;font-weight:800;letter-spacing:-.08em}.wordmark>span{font-size:16px;font-weight:600;letter-spacing:-.04em}.wordmark small{display:block;font-size:8px;letter-spacing:.07em;color:inherit;margin-top:5px}.header-actions{display:flex;gap:28px;align-items:center}.header-phone{font-size:24px;font-weight:600;letter-spacing:-.04em}.icon-button{width:38px;height:42px;display:flex;align-items:center;justify-content:center}.search-icon{width:19px;height:19px;border:2px solid currentColor;border-radius:50%;position:relative;display:block}.search-icon:after{content:"";position:absolute;bottom:-5px;right:-5px;width:9px;height:2px;background:currentColor;transform:rotate(45deg)}.menu-toggle{position:relative;display:block}.menu-toggle span{position:absolute;left:6px;width:26px;height:2px;background:currentColor;top:20px;transition:transform .35s,opacity .2s}.menu-toggle span:first-child{transform:translateY(-8px)}.menu-toggle span:last-child{transform:translateY(8px)}.menu-open .menu-toggle span:first-child{transform:rotate(45deg)}.menu-open .menu-toggle span:nth-child(2){opacity:0}.menu-open .menu-toggle span:last-child{transform:rotate(-45deg)}.menu-open .site-header{background:rgba(0,17,43,.96);color:white;box-shadow:none}.menu-open .site-header a:hover{color:#9ac1ff}#mega-menu{position:fixed;left:0;top:80px;width:100%;background:rgba(0,17,43,.95);backdrop-filter:blur(12px);color:white;z-index:59;visibility:hidden;opacity:0;transform:translateY(-12px);transition:opacity .35s,transform .4s var(--ease),visibility .35s}.menu-open #mega-menu{visibility:visible;opacity:1;transform:none}.menu-inner{display:grid;grid-template-columns:repeat(5,1fr);max-width:1400px;margin:auto;padding:35px 40px 65px}.menu-group{padding:0 25px;border-left:1px solid #ffffff20;text-align:center}.menu-group:first-child{border:0}.menu-group p{font-size:13px;color:#a9bedb;border-bottom:1px solid #ffffff20;padding-bottom:20px;margin-bottom:20px}.menu-group a{display:block;font-size:18px;padding:10px 0;transition:color .2s,transform .3s}.menu-group a:hover{color:#a1c7ff;transform:translateY(-2px)}.menu-backdrop{position:fixed;inset:80px 0 0;background:#00112b35;z-index:58;cursor:default}.quick-links{position:fixed;right:16px;top:48%;z-index:35;box-shadow:0 4px 20px #00112b20;border-radius:8px;overflow:hidden;background:white}.quick-links a{display:flex;width:68px;height:72px;align-items:center;justify-content:center;flex-direction:column;line-height:1.6;font-size:12px;transition:background .25s}.quick-links a+a{border-top:1px solid #eee}.quick-links a:hover{background:#f0f6ff}.quick-links span{font-size:23px;font-weight:700;color:var(--deep-blue)}.consult-dock{position:fixed;bottom:0;left:0;z-index:50;width:100%;height:86px;border-top:1px solid #dfe3e7;background:rgba(250,250,250,.98);display:flex;align-items:center;justify-content:center;gap:26px;padding:12px 40px;box-shadow:0 -3px 20px #00112b08}.dock-copy{display:flex;align-items:center;gap:15px}.dock-copy span{font-size:14px}.dock-copy a{font-size:26px;font-weight:700;letter-spacing:-.05em}.consult-dock>p{font-size:14px;color:var(--muted)}.consult-dock .button{min-height:46px;padding:10px 20px;font-size:14px}.dock-mobile{display:none}
/* Full-bleed main scenes; source Daeho photography replaces Goun's office/video. */
.home-hero{height:max(820px,100svh);max-height:1150px;position:relative;isolation:isolate;color:white;text-align:center;display:flex;align-items:flex-start;justify-content:center;overflow:hidden}.hero-photo,.section-bg,.photo-shade,.hero-shade,.expand-bg,.expand-shade{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.hero-photo{object-position:center 48%}.hero-shade{z-index:-1;background:linear-gradient(180deg,rgba(0,17,43,.18),rgba(0,17,43,.42) 70%,rgba(0,17,43,.62))}.hero-content{width:min(850px,calc(100% - 48px));margin-top:clamp(180px,25vh,290px)}.hero-content h1{font-size:64px;font-weight:700;line-height:1.48;text-shadow:0 3px 22px #00112b24;animation:heroEnter 1.15s var(--ease) both}.hero-content>p{font-size:24px;font-weight:500;line-height:1.65;margin:28px 0 42px;color:#fff;animation:heroEnter 1.15s .15s var(--ease) both}.hero-content .search-box{animation:heroEnter 1.15s .3s var(--ease) both}.search-box{display:flex;align-items:center;height:60px;max-width:600px;margin:auto;border:1px solid #cbd0d8;border-radius:40px;background:white;overflow:hidden;color:var(--ink)}.search-box input{min-width:0;flex:1;border:0;background:none;color:inherit;padding:18px 26px;outline:0;font-size:17px}.search-box input::placeholder{color:#89909a}.search-box:focus-within{outline:3px solid #80b0ff;outline-offset:4px}.search-box button{height:58px;width:72px;display:flex;align-items:center;justify-content:center}.home-hero .search-box{border-color:#ffffffa0;background:rgba(255,255,255,.19);backdrop-filter:blur(7px);color:white}.home-hero input::placeholder{color:#fff}.scroll-cue{position:absolute;bottom:115px;display:flex;flex-direction:column;align-items:center;gap:10px;font-size:10px;letter-spacing:.16em;color:#fff}.scroll-cue b{font-size:25px;animation:scrollCue 2s ease-in-out infinite}.scroll-cue:hover{color:#fff}.photo-section{position:relative;isolation:isolate;min-height:880px;display:flex;align-items:center;padding:120px 0;color:white;overflow:hidden}.section-bg{object-fit:cover}.photo-shade{z-index:-1;background:rgba(0,17,43,.7)}.voices .section-bg{object-position:center}.voices .photo-shade{background:linear-gradient(90deg,rgba(0,17,43,.84),rgba(0,40,85,.62))}.photo-section .eyebrow{color:#b4d2ff;font-size:16px;letter-spacing:-.02em}.photo-section h2{font-size:48px;line-height:1.5}.photo-section h2 strong{font-size:110px;letter-spacing:-.06em;line-height:1.3;font-weight:500;font-variant-numeric:tabular-nums}.count-unit{font-size:23px;font-weight:400;margin-left:18px}.photo-section h2+p{font-size:20px;line-height:1.8;margin:26px 0}.photo-section small{color:#c5cede}.photo-section .text-link:hover{color:#bed8ff}.review-list{display:grid;gap:12px}.review-row{background:#ffffffee;color:var(--ink);border-radius:12px;display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;gap:15px;align-items:center;min-height:78px;padding:15px 23px;transition:background .3s,transform .35s var(--ease)}.review-row:hover{background:white;transform:translateX(-6px)}.review-label{font-size:11px;letter-spacing:0;color:var(--blue);font-weight:700;border:1px solid #c6d9fa;padding:3px 6px;border-radius:5px}.review-excerpt{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:15px;line-height:1.6}.review-author{font-size:12px;color:var(--muted);max-width:68px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.service-summary .photo-shade{background:linear-gradient(90deg,#0048b3ed,#003a70b8)}.service-summary .button{margin-top:25px}.service-rows a{display:flex;gap:25px;align-items:center;padding:24px 8px;border-bottom:1px solid #ffffff4f;transition:padding .3s,background .3s}.service-rows a>span:first-child{color:#c4daff;font-size:14px}.service-rows a>span:last-child{margin-left:auto;font-size:22px}.service-rows a h3{font-size:24px;font-weight:500}.service-rows a:hover{padding-left:20px;color:white;background:#ffffff0d}.expansion-section{padding-top:135px}.expansion-intro{padding-bottom:90px;align-items:start}.expansion-intro p{font-size:22px;line-height:1.9;padding-top:10px;color:var(--muted)}.expanding-visual{position:relative;isolation:isolate;width:calc(100% - 112px);max-width:1400px;height:600px;margin:0 auto;border-radius:32px 32px 0 0;overflow:hidden;display:flex;align-items:center;transition:width .7s var(--ease),max-width .7s var(--ease),height .7s var(--ease),border-radius .7s var(--ease);color:white}.expanding-visual.is-expanded{width:100%;max-width:100%;height:max(780px,92svh);border-radius:0}.expand-shade{z-index:-1;background:rgba(0,17,43,.73)}.expand-content{opacity:.12;transform:translateY(30px);transition:opacity 1s .15s,transform 1s var(--ease)}.is-expanded .expand-content{opacity:1;transform:none}.expand-content .list-heading{margin-bottom:70px}.system-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.system-cards>a{padding:38px 32px;border:1px solid #ffffff50;background:#ffffff0d;backdrop-filter:blur(9px);border-radius:16px;transition:background .3s,transform .3s}.system-cards>a:hover{background:#ffffff24;color:white;transform:translateY(-8px)}.system-cards p:first-child{font-size:11px;letter-spacing:.08em;color:#afcdff}.system-cards h3{font-size:30px;margin:32px 0 22px}.system-cards h3+p{font-size:16px;color:#e0e5ed;min-height:60px}.system-cards span{font-size:14px;display:block;margin-top:36px}.practice-section{background:var(--paper)}.practice-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.practice-grid article{padding:10px 34px 35px;border-left:1px solid var(--line)}.practice-grid article:first-child{border-left:0;padding-left:0}.practice-grid article>span{color:var(--blue);font-size:14px}.practice-grid h3{font-size:32px;margin:24px 0 36px}.practice-grid a{display:flex;justify-content:space-between;gap:15px;font-size:17px;padding:12px 0;color:var(--muted);transition:color .2s}.practice-grid a:hover{color:var(--blue)}.news-section{background:var(--gray)}.carousel-track{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:8px 0 18px;overscroll-behavior-x:contain}.carousel-track::-webkit-scrollbar{display:none}.news-card{flex:0 0 calc((100% - 48px)/3);min-width:0;border-radius:24px;background:white;overflow:hidden;scroll-snap-align:start;transition:box-shadow .3s,transform .3s}.news-card img{height:255px;object-fit:cover;transition:transform .6s var(--ease)}.news-card:hover img{transform:scale(1.035)}.news-card:hover{box-shadow:0 8px 22px #00112b12;transform:translateY(-4px)}.news-card>div{padding:30px}.news-card p{font-size:13px;color:var(--muted);margin-bottom:12px}.news-card h3{font-size:27px}.news-card span{display:block;margin-top:30px;font-size:14px;color:var(--muted)}.carousel-controls{display:flex;justify-content:center;align-items:center;gap:22px;margin-top:25px}.carousel-controls>span{font-size:13px;letter-spacing:.07em}.people-section{background:#fafafa}.people-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.person-card{border-radius:28px;overflow:hidden;background:white}.person-card>img{aspect-ratio:1/1.05;object-fit:cover;object-position:center top;background:#f4f3f3;transition:transform .7s var(--ease)}.person-card:first-child>img{object-position:center;height:auto}.person-card>div{padding:28px 32px 34px}.person-card p{color:var(--muted);font-size:15px}.person-card h3{font-size:32px;margin:10px 0 16px}.person-card:hover>img{transform:scale(1.025)}.contact-banner{position:relative;isolation:isolate;padding:140px 0;color:white}.contact-banner .photo-shade{background:rgba(0,17,43,.72)}.contact-banner h2+p{margin:28px 0 35px;font-size:20px}.contact-panel{border-radius:24px;background:#ffffffed;padding:45px;color:var(--ink)}.contact-panel h3{font-size:22px;font-weight:500}.contact-number{font-size:45px;font-weight:600;letter-spacing:-.05em;display:block;margin:16px 0}.contact-panel .text-link{margin:24px 25px 0 0;font-size:15px}
/* Consistent interior-page title, tabs, photographic panels and original detail content. */
.page-heading{padding:110px 56px 45px;text-align:center}.breadcrumb{display:flex;justify-content:flex-end;gap:13px;max-width:1400px;margin:0 auto 72px;color:#858b94;font-size:13px}.page-heading h1{font-size:76px;font-weight:700;line-height:1.3;animation:heroEnter 1s var(--ease) both}.page-heading>p{font-size:24px;color:var(--muted);margin:34px auto 40px;line-height:1.7;max-width:1000px;animation:heroEnter 1s .12s var(--ease) both}.section-nav{display:flex;justify-content:center;gap:48px;border-bottom:1px solid var(--line);max-width:1400px;margin:50px auto 0;overflow:auto;scrollbar-width:none}.section-nav a{padding:18px 5px 24px;white-space:nowrap;position:relative;font-size:20px}.section-nav a:after{position:absolute;content:"";height:2px;bottom:0;left:0;right:0;background:var(--blue);transform:scaleX(0);transition:transform .3s}.section-nav a:hover:after,.section-nav a.is-active:after{transform:scaleX(1)}.section-nav a.is-active{color:var(--blue)}.page-search{padding:0 24px 75px}.tax-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.tax-grid article{position:relative;min-height:220px;border-radius:20px;background:var(--paper);padding:32px;transition:background .3s,transform .3s}.tax-grid article>span:first-child{color:var(--blue);font-size:14px}.tax-grid h3{margin:40px 0 20px;font-size:25px}.tax-mark{position:absolute;right:30px;top:30px;font-size:24px;color:#8c9bad}.tax-grid article:hover{background:#edf4ff;transform:translateY(-4px)}.partner-service{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;background:var(--paper)}.partner-photo img{height:460px;object-fit:cover;border-radius:24px}.partner-service .text-link{margin-top:24px}.perks-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.perks-grid>div{border-top:1px solid var(--line);padding:25px 10px 25px 0}.perks-grid span{color:var(--blue);font-size:13px}.perks-grid h3{font-size:20px;margin-top:25px}.pricing-section{position:relative;isolation:isolate;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;overflow:hidden}.pricing-bg{position:absolute;inset:0;height:100%;object-fit:cover;z-index:-2;opacity:.2}.pricing-section:after{content:"";position:absolute;inset:0;background:#f4f3f355;z-index:-1}.pricing-copy .button{margin-top:30px}.pricing-card{background:white;border-radius:24px;padding:40px}.pricing-card ul{list-style:none;padding:0;margin:0}.pricing-card li{padding:12px 0;border-bottom:1px solid #e9eaed;font-size:18px}.pricing-card li span{color:var(--blue);margin-right:18px}.historical-note{margin-top:30px;font-size:15px;color:var(--muted)}.historical-note summary{display:flex;justify-content:space-between;gap:16px;cursor:pointer;font-size:15px;border-bottom:1px solid var(--line);padding:15px 0}.historical-note>div{padding-top:18px}.historical-note .original-price{font-size:24px;color:var(--blue);margin-bottom:20px}.report-section,.system-detail,.location-section,.contact-types{display:grid;grid-template-columns:1fr 1fr;gap:85px;align-items:center}.report-section .section-head{margin-bottom:35px}.zoom-image{padding:0;display:block;position:relative;width:100%;border-radius:18px;overflow:hidden;background:var(--gray)}.zoom-image img{width:100%;max-height:540px;object-fit:contain}.zoom-caption{position:absolute;right:12px;bottom:12px;padding:7px 12px;border-radius:30px;background:#ffffffed;font-size:12px;color:var(--ink);box-shadow:0 2px 12px #00112b15}.system-intro{display:grid;grid-template-columns:1fr 1.3fr;gap:60px;align-items:center;background:var(--paper)}.semo-brand{width:190px;margin-bottom:30px}.system-intro h2+p{font-size:21px;margin-top:25px;color:var(--muted)}.phone-pair{display:flex;justify-content:center;align-items:center;gap:12px;min-width:0}.phone-pair img{width:32%;max-height:410px;object-fit:contain;filter:drop-shadow(0 12px 12px #00112b18)}.phone-pair img:nth-child(2){transform:translateY(-24px)}.system-detail:nth-of-type(even){background:var(--paper)}.system-detail ul{font-size:21px;line-height:2;margin-bottom:35px}.system-detail .zoom-image{max-width:650px;justify-self:center}.system-detail .zoom-image img{max-height:540px}.updates-grid,.media-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}.updates-grid article{min-width:0}.updates-grid .zoom-image{height:480px}.updates-grid img{height:480px;object-fit:contain}.updates-grid .text-link{margin-top:24px}.media-grid h3{margin-top:24px}.media-grid .zoom-image{height:340px}.media-grid img{height:340px;object-fit:contain}.greeting-panel{display:grid;grid-template-columns:1fr 1.05fr;gap:0;background:linear-gradient(135deg,#0048b3,#005de8);border-radius:28px;overflow:hidden;color:#fff;margin-top:30px;margin-bottom:50px;min-height:540px;align-items:center}.greeting-panel>img{height:100%;object-fit:cover;object-position:center;mix-blend-mode:normal}.greeting-panel>div{padding:55px}.greeting-panel .eyebrow{color:#c7dcff}.greeting-panel h2{font-size:44px}.greeting-panel h2+p{font-size:19px;line-height:1.9;margin-top:30px;color:#e8f1ff}.signature{margin-top:38px;font-size:16px}.signature strong{font-size:29px;margin-left:14px}.vision-section{display:grid;grid-template-columns:1fr 1.2fr;gap:65px;align-items:start}.vision-item{border-bottom:1px solid var(--line)}.vision-item summary{display:flex;align-items:center;gap:25px;list-style:none;padding:28px 5px;cursor:pointer}.vision-item summary::-webkit-details-marker{display:none}.vision-item summary>span{color:var(--blue);font-size:15px}.vision-item summary h3{font-size:22px;font-weight:500;flex:1}.vision-item summary b{font-size:25px;font-weight:400;transition:transform .25s}.vision-item[open] summary b{transform:rotate(45deg)}.vision-item>div{padding:0 20px 35px 49px;color:var(--muted);font-size:17px}.partner-statements{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin:45px 0 0;color:var(--muted)}.partner-statements p{margin:0}.partner-statements b{display:inline-block;color:var(--ink);margin-top:15px}.address-large{font-size:21px;margin:20px 0 30px}.directions details{border-bottom:1px solid var(--line)}.directions summary{cursor:pointer;padding:22px 0;display:flex;justify-content:space-between;font-size:22px}.directions details>div{padding-bottom:25px;color:var(--muted)}.directions h3{font-size:18px;margin:15px 0}.directions .text-link{margin-top:25px}.reviews-section{background:var(--gray);padding-top:60px}.reviews-section .list-heading>p{font-size:15px}.reviews-section .fineprint{margin:0}.all-reviews{display:grid;gap:16px}.review-card{border-radius:16px;background:white;padding:30px 35px;display:grid;grid-template-columns:100px 1fr 100px;gap:35px;align-items:start;scroll-margin-top:100px;transition:box-shadow .25s}.review-card:target{outline:2px solid var(--blue);box-shadow:0 5px 25px #005de81c}.review-meta{display:flex;flex-direction:column;gap:12px;color:var(--blue);font-size:13px}.review-meta span:last-child{color:#a6adb8;font-size:12px}.review-card blockquote{margin:0;font-size:18px;line-height:1.9;white-space:pre-line}.review-name{font-size:14px;color:var(--muted);text-align:right}.review-more{display:flex;flex-direction:column;align-items:center;gap:18px;margin-top:45px}.review-more>span{font-size:13px;color:var(--muted)}.empty-state{text-align:center;padding:60px}.contact-methods{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;padding-top:25px;padding-bottom:90px}.contact-methods>a{padding:40px 30px;border:1px solid var(--line);border-radius:24px;transition:background .3s,border .3s}.contact-methods>a:hover{background:#f4f8ff;border-color:var(--blue)}.contact-methods>a>span{font-size:14px;color:var(--blue)}.contact-methods h2{font-size:30px;margin:32px 0 25px}.contact-methods p{font-size:15px;color:var(--muted)}.contact-types{background:var(--paper)}.consultation-list article{display:flex;gap:22px;align-items:center;padding:30px 0;border-bottom:1px solid var(--line)}.consultation-list article>span{color:var(--blue);font-size:13px}.consultation-list article>div{flex:1}.consultation-list h3{font-size:23px}.consultation-list p{font-size:16px;color:var(--muted);margin-top:12px}.consultation-list b{font-size:14px;color:var(--blue);white-space:nowrap}.consultation-list .button{margin-top:35px}.search-results{padding-top:50px;min-height:400px;background:var(--paper)}.search-result{display:block;padding:28px 0;border-bottom:1px solid var(--line)}.search-result small{color:var(--blue)}.search-result h2{font-size:25px;margin:12px 0}.search-result p{color:var(--muted);font-size:17px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.suggestions{display:flex;flex-wrap:wrap;gap:15px;align-items:center;margin-top:50px}.suggestions>span{color:var(--muted);font-size:14px;margin-right:10px}.suggestions a{border:1px solid var(--line);border-radius:25px;padding:8px 20px;font-size:14px;background:white}
.social-strip{padding:55px max(56px,calc((100vw - 1400px)/2));display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);background:white;gap:30px}.social-strip h2{font-size:23px}.social-strip>div{display:flex;gap:45px}.social-strip a{display:flex;align-items:center;gap:14px;font-size:14px}.social-strip img{width:35px;height:35px;object-fit:contain}.site-footer{background:var(--navy);color:#bec9d9;padding:65px max(56px,calc((100vw - 1400px)/2)) 30px}.footer-grid{display:grid;grid-template-columns:.8fr 1.5fr 1fr;gap:50px}.footer-grid .wordmark{color:white;align-self:start}.footer-grid p{font-size:13px;line-height:1.9}.footer-phone{font-size:30px;color:white;line-height:1.2}.footer-grid .text-link{font-size:13px;border:0;padding:4px 0}.footer-bottom{border-top:1px solid #ffffff20;margin-top:50px;padding-top:25px;font-size:11px;display:flex;justify-content:space-between;gap:20px}.modal{border:0;border-radius:24px;padding:50px;width:min(560px,calc(100% - 32px));max-height:calc(100svh - 48px);color:var(--ink)}.modal h2{font-size:37px}.modal::backdrop,.image-modal::backdrop{background:#00112bad;backdrop-filter:blur(5px)}.dialog-close{position:absolute;right:15px;top:8px;font-size:32px;width:44px;height:44px}.consult-types{margin:30px 0}.consult-types p{display:flex;justify-content:space-between;gap:15px;font-size:15px;padding:15px 0;border-bottom:1px solid var(--line);margin:0}.consult-types b{color:var(--blue)}.modal .button{width:100%}.modal .fineprint{margin-bottom:25px}.image-modal{border:0;border-radius:20px;background:white;padding:50px 30px 20px;max-width:calc(100% - 32px);max-height:calc(100svh - 32px);width:fit-content}.image-modal>img{max-height:75svh;max-width:min(1000px,80vw);object-fit:contain;width:auto;height:auto}.image-modal p{text-align:center;font-size:13px;margin-top:16px}.motion-ready .reveal{opacity:0;transform:translate3d(0,30px,0);transition:opacity 1s var(--ease),transform 1s var(--ease);transition-delay:var(--reveal-delay,0s)}.motion-ready .reveal.is-visible{opacity:1;transform:translate3d(0,0,0)}@keyframes heroEnter{from{opacity:0;transform:translate3d(0,30px,0)}to{opacity:1;transform:none}}@keyframes scrollCue{0%,100%{transform:translateY(0)}50%{transform:translateY(8px)}}
@media(min-width:1600px){.home-hero .hero-content{margin-top:27vh}.photo-section{min-height:980px}}
@media(max-width:1200px){h2{font-size:44px}.container{width:calc(100% - 80px)}.section{padding:100px 40px}.split{gap:45px;grid-template-columns:1fr 1.15fr}.consult-dock>p{display:none}.quick-links{right:8px}.quick-links a{width:54px;height:62px;font-size:10px}.photo-section h2{font-size:38px}.photo-section h2 strong{font-size:96px}.review-row{gap:10px;padding:15px}.review-label{display:none}.review-row{grid-template-columns:minmax(0,1fr) auto auto}.practice-grid article{padding:10px 22px}.practice-grid h3{font-size:27px}.practice-grid a{font-size:15px}.news-card img{height:210px}.system-cards>a{padding:30px 24px}.system-cards h3{font-size:25px}.menu-group{padding:0 15px}.menu-group a{font-size:16px}.footer-grid{gap:30px;grid-template-columns:1fr 1.5fr}.footer-grid>div:last-child{grid-column:2}.report-section,.system-detail,.location-section,.contact-types,.partner-service,.pricing-section,.vision-section{gap:45px}.contact-methods h2{font-size:25px}.greeting-panel>div{padding:35px}.greeting-panel h2{font-size:36px}.greeting-panel h2+p{font-size:17px}.perks-grid{grid-template-columns:repeat(2,1fr)}.social-strip>div{gap:25px}}
@media(max-width:800px){body{padding-bottom:62px}.container{width:calc(100% - 40px)}.section{padding:80px 24px}h2{font-size:36px}h3{font-size:23px}.site-header{height:64px;padding:0 20px}.wordmark>b{font-size:31px}.wordmark>span{font-size:13px}.wordmark small{font-size:6.5px;margin-top:4px}.header-actions{gap:15px}.header-phone{display:none}.icon-button{width:32px}.menu-toggle span{width:23px;left:4px}.menu-toggle span:first-child{transform:translateY(-7px)}.menu-toggle span:last-child{transform:translateY(7px)}#mega-menu{top:64px;height:calc(100svh - 64px);overflow-y:auto}.menu-inner{padding:8px 0 90px;grid-template-columns:1fr 1fr;gap:22px 0}.menu-group{padding:10px 20px;border:0}.menu-group p{font-size:12px;padding-bottom:15px;margin-bottom:8px}.menu-group a{font-size:17px;padding:11px 0}.menu-backdrop{top:64px}.quick-links{display:none}.consult-dock{height:62px;padding:0;gap:0;background:var(--deep-blue);color:white;border:0}.consult-dock>.button,.consult-dock>.dock-copy{display:none}.dock-mobile{display:flex;align-items:center;justify-content:center;flex:1;height:100%;font-size:14px;font-weight:500;border-right:1px solid #ffffff28}.dock-mobile:hover{color:white;background:#ffffff15}.home-hero{height:calc(100svh - 62px);min-height:740px;max-height:980px}.hero-content{margin-top:clamp(165px,23vh,230px);width:calc(100% - 40px)}.hero-content h1{font-size:42px;line-height:1.55}.hero-content>p{font-size:18px;margin:25px 0 32px}.hero-photo{object-position:48% center}.hero-shade{background:linear-gradient(180deg,#00112b3d,#00112b69 60%,#00112b94)}.search-box{height:52px}.search-box input{font-size:15px;padding:15px 20px}.search-box button{height:50px;width:56px}.scroll-cue{bottom:34px}.photo-section{min-height:0;padding:90px 0}.split{grid-template-columns:1fr;gap:55px}.photo-section h2{font-size:36px}.photo-section h2 strong{font-size:88px}.photo-section h2+p{font-size:18px}.count-unit{font-size:19px;margin-left:12px}.photo-section .eyebrow{font-size:14px}.photo-section .list-heading{margin-bottom:20px}.review-list{gap:10px}.review-row{min-height:75px;padding:17px 18px;border-radius:10px}.review-excerpt{font-size:14px}.review-author{font-size:11px}.service-rows a{padding:20px 5px}.service-rows a h3{font-size:21px}.expansion-section{padding-top:85px}.expansion-intro{gap:30px;padding-bottom:55px}.expansion-intro p{font-size:18px;padding-top:0}.expanding-visual{width:calc(100% - 40px);height:780px;border-radius:24px 24px 0 0;max-width:100%}.expanding-visual.is-expanded{height:860px}.expand-content{width:calc(100% - 48px)}.expand-content .list-heading{margin-bottom:30px}.system-cards{grid-template-columns:1fr;gap:14px}.system-cards>a{padding:24px;display:grid;grid-template-columns:1fr auto;gap:10px 15px}.system-cards p:first-child{font-size:10px;grid-column:1/-1}.system-cards h3{font-size:24px;margin:0;grid-column:1/-1}.system-cards h3+p{font-size:14px;min-height:0;grid-column:1/-1}.system-cards span{font-size:12px;margin-top:5px}.section-heading{margin-bottom:42px}.section-heading p{font-size:18px;margin-top:20px}.practice-grid{grid-template-columns:1fr 1fr;gap:35px 0}.practice-grid article,.practice-grid article:first-child{padding:0 20px}.practice-grid article:nth-child(odd){border:0;padding-left:0}.practice-grid h3{font-size:25px;margin:15px 0 23px}.practice-grid a{font-size:14px;padding:10px 0}.list-heading h2{font-size:32px}.news-card{flex-basis:75%;border-radius:20px}.news-card img{height:230px}.news-card>div{padding:25px}.news-card h3{font-size:25px}.carousel-track{gap:18px}.people-grid{grid-template-columns:repeat(3,1fr);gap:15px}.person-card{border-radius:18px}.person-card>div{padding:20px 15px}.person-card h3{font-size:25px}.person-card p{font-size:12px}.contact-banner{padding:85px 0}.contact-banner h2+p{font-size:18px}.contact-panel{padding:30px}.contact-number{font-size:37px}.page-heading{padding:88px 24px 30px}.breadcrumb{margin-bottom:45px;font-size:11px}.page-heading h1{font-size:48px}.page-heading>p{font-size:19px;margin:25px auto 25px}.section-nav{justify-content:flex-start;gap:28px;margin-top:35px}.section-nav a{font-size:16px;padding:15px 0 20px}.page-search{padding-bottom:50px}.tax-grid{grid-template-columns:1fr 1fr;gap:14px}.tax-grid article{padding:24px;min-height:190px}.tax-grid h3{font-size:21px;margin-top:28px}.tax-mark{right:22px;top:20px;font-size:20px}.partner-service,.pricing-section,.report-section,.system-intro,.system-detail,.vision-section,.location-section,.contact-types{grid-template-columns:1fr;gap:40px}.partner-photo img{height:360px}.perks-grid h3{font-size:18px}.section-head{margin-bottom:35px}.section-head>p:last-child:not(.eyebrow){font-size:18px}.pricing-card{padding:28px}.phone-pair{gap:10px;margin-top:24px}.phone-pair img{max-height:330px}.system-detail ul{font-size:18px}.updates-grid,.media-grid{gap:22px}.updates-grid .zoom-image,.updates-grid img{height:320px}.media-grid .zoom-image,.media-grid img{height:230px}.greeting-panel{grid-template-columns:1fr;min-height:0;margin-top:10px}.greeting-panel>img{height:380px;object-position:center 35%}.greeting-panel>div{padding:35px 28px 40px}.greeting-panel h2{font-size:34px}.vision-item summary h3{font-size:19px}.vision-item summary{gap:20px;padding:25px 0}.vision-item>div{font-size:16px;padding-left:35px}.partner-statements{gap:25px;font-size:14px}.review-card{grid-template-columns:1fr;gap:18px;padding:25px}.review-meta{flex-direction:row;justify-content:space-between;gap:0}.review-card blockquote{font-size:16px}.review-name{font-size:13px}.reviews-section .list-heading{align-items:flex-start;flex-direction:column;gap:5px}.reviews-section .fineprint{font-size:12px!important}.contact-methods{grid-template-columns:1fr;gap:16px;padding-top:10px;padding-bottom:65px}.contact-methods>a{padding:30px}.contact-methods h2{font-size:29px;margin:20px 0}.consultation-list h3{font-size:20px}.consultation-list article{gap:16px;flex-wrap:wrap}.consultation-list article>div{min-width:190px}.consultation-list b{font-size:13px}.social-strip{padding:40px 24px;flex-direction:column;align-items:flex-start;gap:25px}.social-strip>div{gap:20px;flex-wrap:wrap}.social-strip a{font-size:12px;gap:8px}.social-strip img{width:29px;height:29px}.social-strip h2{font-size:21px}.site-footer{padding:50px 24px 25px}.footer-grid{grid-template-columns:1fr;gap:30px}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{font-size:10px;flex-wrap:wrap}.modal{padding:45px 26px 30px}.modal h2{font-size:32px}.consult-types p{font-size:13px}.image-modal{padding:50px 15px 20px}.image-modal>img{max-width:80vw}}
@media(max-width:480px){h2{font-size:33px}.home-hero{min-height:740px}.hero-content h1{font-size:38px}.hero-content>p{font-size:17px}.header-actions{gap:9px}.wordmark{gap:9px}.wordmark>b{font-size:29px}.wordmark>span{font-size:12px}.wordmark small{font-size:6px}.site-header{padding:0 18px}.people-grid{grid-template-columns:1fr;gap:25px}.person-card{display:grid;grid-template-columns:46% 54%;border-radius:20px;align-items:center}.person-card>img,.person-card:first-child>img{aspect-ratio:auto;height:230px;object-fit:cover}.person-card>div{padding:20px}.person-card h3{font-size:28px}.person-card p{font-size:13px}.news-card{flex-basis:88%}.news-card img{height:210px}.list-heading h2{font-size:28px}.list-heading .text-link{font-size:12px}.review-row{gap:9px;padding:14px}.review-author{max-width:45px}.photo-section h2{font-size:33px}.photo-section h2+p{font-size:16px}.photo-section h2 strong{font-size:84px}.page-heading h1{font-size:42px}.page-heading>p{font-size:17px}.tax-grid h3{font-size:19px}.tax-grid article{padding:20px;min-height:190px}.tax-mark{right:18px}.tax-grid article>span:first-child{font-size:12px}.updates-grid,.media-grid{grid-template-columns:1fr;gap:40px}.media-grid .zoom-image,.media-grid img{height:240px}.partner-statements{grid-template-columns:1fr}.contact-panel{padding:28px 22px}.contact-number{font-size:33px}.social-strip>div{gap:15px}.social-strip a{flex-direction:column;gap:9px}.greeting-panel>img{height:290px}.practice-grid article,.practice-grid article:first-child{padding-right:16px}.practice-grid h3{font-size:23px}.practice-grid a{font-size:13px}.contact-types .section-head{margin-bottom:24px}.consultation-list h3{font-size:18px}.consultation-list article>div{min-width:185px}.consultation-list b{margin-left:30px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.motion-ready .reveal{opacity:1;transform:none}.expand-content{opacity:1;transform:none}.expanding-visual{width:100%;max-width:100%;border-radius:0}.hero-content>*{opacity:1;transform:none}}
@media(min-width:801px){.container{width:min(1400px,calc(100% - 160px))}.section{padding-inline:max(80px,calc((100vw - 1400px)/2))}.section .container{width:100%}.quick-links{right:8px}.quick-links a{width:56px;font-size:11px}.expanding-visual:not(.is-expanded){width:calc(100% - 160px)}}
.carousel-track.is-dragging{scroll-snap-type:none;cursor:grabbing;user-select:none}.carousel-track img{-webkit-user-drag:none}
/* 2026-09-08: use the original Daeho people and product assets in prominent placements. */
.people-hero{background:#e8e9eb;color:var(--navy);text-align:left;justify-content:flex-start;min-height:820px}
.people-hero .hero-photo{left:auto;right:0;width:77%;object-fit:cover;object-position:center 35%}
.people-hero .hero-shade{background:linear-gradient(90deg,#e8e9eb 0%,#e8e9ebf5 22%,#e8e9ebca 40%,#e8e9eb00 62%)}
.people-hero .hero-content{position:relative;z-index:1;margin-left:max(80px,calc((100vw - 1400px)/2));width:53%;margin-top:clamp(230px,29vh,330px)}
.people-hero .hero-content h1{font-size:clamp(44px,4.4vw,66px);text-shadow:none;line-height:1.5;letter-spacing:-.06em}
.people-hero .hero-content>p{font-size:20px;color:#343f50;line-height:1.85;margin:27px 0 35px}
.people-hero .search-box{margin:0;max-width:525px;background:#ffffffb0;color:var(--navy);border-color:#ffffffd9;box-shadow:0 5px 30px #00112b05}
.people-hero input::placeholder{color:#596271}
.hero-person{position:absolute;right:max(105px,calc((100vw - 1290px)/2));bottom:130px;display:flex;flex-direction:column;align-items:flex-start;background:#ffffffdb;padding:17px 24px;border-radius:10px;backdrop-filter:blur(10px);color:var(--navy);z-index:2;line-height:1.6}
.hero-person span{font-size:11px;color:var(--muted)}.hero-person strong{font-size:20px;font-weight:600}.hero-person small{font-size:11px;color:var(--blue);margin-top:4px}
.people-hero .scroll-cue{left:max(80px,calc((100vw - 1400px)/2));color:var(--navy);bottom:115px;align-items:flex-start}
.product-service{background:linear-gradient(120deg,#0048b3,#002c72)}.product-service .photo-shade{background:none}
.source-phone-shelf{display:flex;align-items:center;gap:16px;margin-top:30px}.source-phone-shelf>img{width:112px;height:170px;object-fit:contain;filter:drop-shadow(0 10px 10px #00112b40)}.source-phone-shelf>img:nth-child(2){transform:translateY(-12px)}.source-phone-shelf>p{font-size:16px;color:#d0e3ff;line-height:1.8;margin-left:10px}
.expanding-visual .expand-bg{object-fit:cover;object-position:center}.expanding-visual .expand-shade{background:#00112b45;transition:background .8s}.expanding-visual.is-expanded .expand-shade{background:#00112bdd}
.system-source-image{height:185px;background:#fafafa;border-radius:10px;overflow:hidden;margin-bottom:22px}.system-source-image img{width:100%;height:100%;object-fit:contain}
.system-cards .system-source-card{padding:24px}.system-source-card>p:nth-child(2){font-size:11px;letter-spacing:.08em;color:#afcdff}.system-cards .system-source-card h3{margin:18px 0 15px;font-size:27px}.system-cards .system-source-card h3+p{font-size:15px;min-height:52px}.system-cards .system-source-card>span{margin-top:20px}.expand-content .list-heading{margin-bottom:40px}
.news-card img{object-fit:contain;background:#fff;padding:10px}.news-card:nth-child(4) img{object-position:center top}.news-card:hover img{transform:scale(1.015)}
.report-section{position:relative;isolation:isolate;overflow:hidden}.report-background{position:absolute;inset:0;height:100%;object-fit:cover;opacity:.07;z-index:-1}
.source-contact{color:var(--ink);background:#fafafa}.source-contact>.section-bg{opacity:.1}.source-contact>.photo-shade{background:linear-gradient(90deg,#fafafae0,#fafafa85)}.source-contact .contact-panel{background:white;box-shadow:0 10px 45px #00112b09}
@media(min-width:1600px){.people-hero .hero-content{margin-top:29vh}.people-hero .hero-photo{width:72%}}
@media(max-width:1200px) and (min-width:801px){.people-hero .hero-content{margin-left:60px;width:52%}.people-hero .hero-content>p{font-size:17px}.hero-person{right:80px}.system-source-image{height:145px}.system-cards .system-source-card{padding:18px}.system-cards .system-source-card h3{font-size:23px}.source-phone-shelf{gap:10px}.source-phone-shelf>img{width:92px;height:140px}.source-phone-shelf>p{font-size:13px;margin-left:0}}
@media(max-width:800px){.people-hero{height:960px;min-height:960px;max-height:none;display:block}.people-hero .hero-photo{top:370px;width:100%;height:590px;object-position:center 23%}.people-hero .hero-shade{background:linear-gradient(180deg,#e8e9eb 0%,#e8e9eb 35%,#e8e9eb00 56%)}.people-hero .hero-content{margin:125px 24px 0;width:calc(100% - 48px);text-align:center}.people-hero .hero-content h1{font-size:41px;line-height:1.45}.people-hero .hero-content>p{font-size:17px;margin:22px 0 26px;line-height:1.75}.people-hero .search-box{margin:auto;max-width:500px;background:#ffffffdf}.hero-person{bottom:35px;right:24px;padding:12px 18px}.hero-person strong{font-size:18px}.hero-person span{font-size:10px}.people-hero .scroll-cue{left:25px;bottom:38px;font-size:9px;align-items:center}.source-phone-shelf>img{width:108px;height:165px}.source-phone-shelf>p{font-size:14px}.expanding-visual{height:840px}.expanding-visual.is-expanded{height:900px}.system-cards .system-source-card{position:relative;padding:20px 130px 20px 20px;display:block;min-height:182px}.system-source-image{position:absolute;right:15px;top:18px;width:100px;height:145px;margin:0}.system-cards .system-source-card h3{font-size:24px;margin:13px 0 10px}.system-cards .system-source-card h3+p{font-size:13px;min-height:0}.system-cards .system-source-card>span{font-size:12px;margin-top:14px}.expand-content .list-heading{margin-bottom:25px}}
@media(max-width:480px){.people-hero{height:925px;min-height:925px}.people-hero .hero-content{margin:116px 20px 0;width:calc(100% - 40px)}.people-hero .hero-content h1{font-size:35px}.people-hero .hero-content>p{font-size:15px;margin:20px 0 23px}.people-hero .hero-photo{top:350px;height:575px;width:100%;object-position:center top}.people-hero .hero-shade{background:linear-gradient(180deg,#e8e9eb 0%,#e8e9eb 34%,#e8e9eb00 48%)}.people-hero .search-box input{font-size:14px;padding-left:17px}.hero-person{right:20px;bottom:40px}.source-phone-shelf{gap:8px}.source-phone-shelf>img{width:88px;height:142px}.source-phone-shelf>p{font-size:13px;margin-left:4px}.system-cards .system-source-card{padding-right:114px;padding-left:17px}.system-source-image{width:84px;right:14px}.system-cards .system-source-card h3{font-size:21px}.system-source-card>p:nth-child(2){font-size:9px}.system-cards .system-source-card h3+p{font-size:12px}}
@media(min-width:801px){.people-hero .hero-photo{top:80px;height:calc(100% - 80px)}}
.source-feedback{font-size:19px;color:var(--muted);line-height:1.9}.source-feedback strong{display:inline-block;margin-top:16px;color:var(--ink);font-weight:500}.review-closing{text-align:center;background:white}.review-closing h2{font-size:38px}.review-closing p{font-size:21px;color:var(--muted);margin:22px 0 30px}@media(max-width:800px){.review-closing h2{font-size:29px}.review-closing p{font-size:18px}.source-feedback{font-size:17px}}
/* Public Daeho Notion content: 2026-09-08. Preserve original brand palette. */
.notion-lead{font-size:23px;line-height:1.7;margin:26px 0 22px;color:var(--navy);font-weight:500}.notion-actions{display:flex;flex-wrap:wrap;align-items:center;gap:20px;margin-top:32px}.preparation-band{background:#fff}.preparation-band .split>div>p:not(.eyebrow):not(.notion-lead){color:var(--muted);font-size:18px}.preparation-band .text-link{margin-top:25px}.notion-pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:72px;padding-top:32px;border-top:1px solid var(--line)}.notion-pillars>a{padding:10px 25px 15px 0;border-right:1px solid var(--line);transition:transform .3s}.notion-pillars>a:hover{transform:translateY(-4px)}.notion-pillars>a:last-child{border:0}.notion-pillars span,.notion-scope article>span{font-size:12px;color:var(--blue);letter-spacing:.035em}.notion-pillars h3{font-size:25px;margin:15px 0 10px}.notion-pillars p{color:var(--muted);font-size:16px}
.premium-feature{background:#f4f3f3;overflow:hidden}.premium-feature .split{grid-template-columns:1.1fr 1fr;gap:70px}.premium-feature h2{font-size:50px}.premium-feature .notion-lead{font-size:20px}.premium-montage{display:flex;align-items:center;gap:12px;padding:55px 5px;min-width:0}.premium-montage img{width:calc((100% - 24px)/3);height:auto;object-fit:contain;box-shadow:0 16px 30px #00112b0d;border-radius:4px}.premium-montage img:nth-child(2){transform:translateY(-35px)}.premium-montage img:nth-child(3){transform:translateY(30px)}
.notion-philosophy{background:#fafafa}.notion-philosophy .split{align-items:start}.notion-philosophy h2{font-size:43px}.notion-philosophy figure,.source-gallery figure,.report-screen-grid figure{margin:0;min-width:0}.notion-philosophy figure{padding-top:25px}.notion-philosophy figure img{aspect-ratio:2/1;object-fit:contain}.notion-philosophy figcaption,figcaption{font-size:13px;color:var(--muted);line-height:1.6;margin-top:16px}.responsibility{margin-top:65px;padding-top:35px;border-top:1px solid var(--line)}.responsibility>p:first-child{font-size:15px;color:var(--blue)}.responsibility h3{font-size:32px;margin:12px 0}.responsibility .text-link{margin-top:20px}
.proactive-section{background:#fafafa}.proactive-section .notion-lead{margin-top:0}.notion-scope{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:30px;margin-top:60px}.notion-scope article{border-top:2px solid var(--blue);padding-top:24px}.notion-scope h3{font-size:24px;margin:18px 0}.notion-scope p{font-size:16px;color:var(--muted)}.notion-note{margin-top:45px;padding:28px 32px;background:white;border:1px solid var(--line)}.notion-note h3{font-size:23px;margin-bottom:12px}.notion-note p{color:var(--muted)}
.management-section{background:white}.management-section h2{font-size:45px}.management-list article{display:flex;gap:25px;padding:30px 0;border-bottom:1px solid var(--line)}.management-list article:first-child{border-top:1px solid var(--line)}.management-list article>span{font-size:13px;color:var(--blue);padding-top:8px}.management-list h3{font-size:25px;margin-bottom:12px}.management-list p{font-size:17px;color:var(--muted)}.source-gallery{margin-top:40px;border-block:1px solid var(--line)}.source-gallery>summary,.report-details>summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:22px 0;font-weight:500}.source-gallery summary::-webkit-details-marker,.report-details summary::-webkit-details-marker{display:none}.source-gallery>summary>span,.report-details>summary>span{color:var(--blue);font-size:23px;transition:transform .2s}.source-gallery[open]>summary>span,.report-details[open]>summary>span{transform:rotate(45deg)}.crm-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:35px;padding:10px 0 35px}.crm-gallery>figure:last-child{max-width:440px}.crm-gallery .zoom-image{width:100%;background:#f4f3f3}.crm-gallery img{aspect-ratio:1.8;object-fit:contain}.crm-gallery>figure:last-child img{aspect-ratio:1}.notion-communication{background:#fafafa}.notion-communication .button{margin-top:28px}.notion-communication .zoom-image{width:100%;background:white}
.notion-resources{background:#f4f3f3}.resource-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px;margin-top:55px}.resource-grid>a{position:relative;border-top:1px solid #b9bec8;padding:25px 35px 35px 0;transition:color .2s}.resource-grid span{font-size:13px;color:var(--blue)}.resource-grid h3{font-size:22px;margin-top:18px;line-height:1.6}.resource-grid b{position:absolute;right:0;bottom:35px;font-size:22px;color:var(--blue)}.review-themes{text-align:center;background:#fafafa;padding-top:65px;padding-bottom:65px}.review-themes h2{font-size:38px}.review-themes>p:not(.eyebrow){margin-top:22px;color:var(--muted)}
.report-opening{padding-top:50px}.report-opening .zoom-image{background:#fafafa}.report-opening .zoom-image img{object-fit:contain}.report-gallery-section{background:#f4f3f3}.report-gallery-section .list-heading{align-items:flex-end}.report-jump{display:flex;gap:10px;flex-wrap:wrap;margin:35px 0 45px}.report-jump a{padding:9px 16px;border:1px solid #d0d4da;border-radius:25px;font-size:14px;background:white;transition:background .2s,color .2s}.report-jump a:hover{background:var(--blue);color:white;border-color:var(--blue)}.premium-report-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:40px;align-items:start}.premium-report-card{background:white;border:1px solid #e5e5e5;min-width:0;scroll-margin-top:110px}.premium-report-card>.zoom-image{display:block;width:100%;border:0;border-radius:0;overflow:hidden}.premium-report-card>.zoom-image img{width:100%;aspect-ratio:4/3;object-fit:contain}.report-card-body{padding:30px 35px}.report-card-body h2{font-size:29px;margin-bottom:15px}.report-card-body>p{color:var(--muted);font-size:17px;min-height:58px}.report-details{margin-top:24px;border-top:1px solid var(--line)}.report-details>summary{font-size:16px}.report-screen-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-items:start}.report-screen-grid .zoom-image{display:block;width:100%;border:1px solid var(--line);border-radius:3px}.report-screen-grid img{width:100%;height:auto;object-fit:contain}.report-details .text-link{font-size:13px;margin-top:15px}.report-trial{text-align:center;background:var(--navy);color:white}.report-trial>.eyebrow{color:#a5caff}.report-trial>p:not(.eyebrow){margin-top:25px;color:#d3ddef;font-size:20px}.report-trial .notion-actions{justify-content:center}.report-trial .fineprint{font-size:13px!important;color:#aebdd3!important}.source-gallery>.zoom-image{width:min(100%,950px);margin:10px 0 30px}
@media(max-width:1100px) and (min-width:801px){.premium-feature .split{gap:40px;grid-template-columns:1fr 1fr}.premium-feature h2,.management-section h2,.notion-philosophy h2{font-size:38px}.notion-scope{grid-template-columns:repeat(2,minmax(0,1fr))}.notion-pillars{gap:25px}.notion-pillars h3{font-size:22px}.report-card-body{padding:25px}.report-card-body h2{font-size:25px}}
@media(max-width:800px){.notion-lead{font-size:20px;margin:22px 0 18px}.notion-actions{gap:18px}.notion-pillars{grid-template-columns:1fr;gap:0;margin-top:38px;padding-top:10px}.notion-pillars>a{padding:25px 0;border:0;border-bottom:1px solid var(--line)}.notion-pillars h3{font-size:25px}.premium-feature .split{grid-template-columns:1fr;gap:30px}.premium-feature .premium-montage{order:2;padding:45px 0 25px;gap:8px;max-width:580px;margin:auto}.premium-montage img{width:calc((100% - 16px)/3)}.premium-feature h2{font-size:38px}.premium-feature .notion-lead{font-size:18px}.notion-philosophy h2,.management-section h2{font-size:34px}.notion-philosophy figure{padding-top:0}.notion-scope{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 22px;margin-top:38px}.notion-scope h3{font-size:22px;margin:12px 0}.notion-scope p{font-size:15px}.notion-note{padding:23px}.responsibility{margin-top:40px}.responsibility h3{font-size:28px}.management-list article{gap:18px;padding:23px 0}.management-list h3{font-size:24px}.management-list p{font-size:16px}.crm-gallery{grid-template-columns:1fr;gap:28px}.resource-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px 25px;margin-top:35px}.resource-grid h3{font-size:19px}.review-themes h2{font-size:29px}.report-opening{padding-top:35px}.report-gallery-section .list-heading{display:block}.report-gallery-section .list-heading .fineprint{margin-top:20px}.report-jump{gap:8px}.report-jump a{font-size:12px;padding:8px 12px}.premium-report-grid{grid-template-columns:1fr;gap:30px}.report-card-body{padding:25px}.report-card-body h2{font-size:27px}.report-card-body>p{font-size:16px;min-height:0}.report-screen-grid{gap:10px}.report-trial>p:not(.eyebrow){font-size:18px}}
@media(max-width:400px){.notion-scope{grid-template-columns:1fr}.resource-grid{grid-template-columns:1fr}.premium-feature h2{font-size:35px}.notion-philosophy h2,.management-section h2{font-size:30px}.notion-lead{font-size:18px}}
/* User supplied DH logo: render unchanged pixels in compact horizontal slots. */
.brand-lockup{display:flex;align-items:center;gap:10px;width:244px;height:57px;flex-shrink:0;line-height:1}
.brand-lockup>span{position:relative;display:block;overflow:hidden;flex-shrink:0}
.brand-lockup .brand-symbol{width:54px;height:48px}
.brand-lockup .brand-type{width:180px;height:55px}
.brand-lockup img{position:absolute;display:block;max-width:none;height:auto;aspect-ratio:1}
.brand-symbol img{width:180px;left:-61.875px;top:-35.4375px}
.brand-type img{width:232.258px;left:-30.484px;top:-119.758px}
.notion-philosophy figure img.approved-brand-art{aspect-ratio:1;width:100%;max-width:520px;margin:auto;object-fit:contain}
@media(max-width:800px){.site-header .brand-lockup{width:219.6px;height:51.3px;gap:9px}.site-header .brand-symbol{width:48.6px;height:43.2px}.site-header .brand-type{width:162px;height:49.5px}.site-header .brand-symbol img{width:162px;left:-55.6875px;top:-31.89375px}.site-header .brand-type img{width:209.032px;left:-27.436px;top:-107.782px}}
@media(max-width:360px){.site-header .brand-lockup{width:195.2px;height:45.6px;gap:8px}.site-header .brand-symbol{width:43.2px;height:38.4px}.site-header .brand-type{width:144px;height:44px}.site-header .brand-symbol img{width:144px;left:-49.5px;top:-28.35px}.site-header .brand-type img{width:185.806px;left:-24.387px;top:-95.806px}}
/* Transparent logo: no white plaques; use a white silhouette on dark surfaces. */
.wordmark{flex-shrink:0}.site-footer .wordmark{justify-self:start;background:transparent;padding:12px 0;border-radius:0}
.menu-open .site-header .wordmark{background:transparent;box-shadow:none;border-radius:0}
.site-footer .brand-lockup img,.menu-open .site-header .brand-lockup img{filter:brightness(0) invert(1)}

/* Reserve the expanded height so anchor destinations remain stable during motion. */
.expansion-stage{min-height:max(780px,92svh)}
@media(max-width:800px){.expansion-stage{min-height:900px}}
.menu-open .menu-toggle:hover,.menu-open .menu-toggle:focus-visible{color:#b4d2ff}

/* Visitor-focused home and consistent source-image frames — 2026-09-08. */
.hero-actions{display:flex;flex-wrap:wrap;gap:14px;animation:heroEnter 1.15s .3s var(--ease) both}
.hero-actions .button{min-height:58px;padding:15px 25px;gap:22px}
.hero-actions .outline{background:#ffffffba;border-color:#99a3b2;color:var(--navy)}
.hero-actions .outline:hover{background:white;border-color:var(--navy)}
.hero-search-link{display:inline-block;font-size:13px;color:#505c6e;margin-top:20px;animation:heroEnter 1.15s .4s var(--ease) both}
.hero-search-link span{margin-left:10px;text-decoration:underline;text-underline-offset:4px}
.people-hero .hero-content{margin-top:clamp(200px,25vh,290px)}
.people-hero .hero-content>p{margin:24px 0 28px}
.home-services{background:var(--deep-blue);color:white;padding-block:95px}
.home-services .eyebrow{color:#c5dcff}.home-services .list-heading{align-items:flex-end;margin-bottom:45px}
.home-services .text-link:hover{color:#c5dcff}.home-services h2{font-size:44px}
.home-service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px}
.home-service-grid>a{position:relative;padding:24px 0 45px;border-top:1px solid #ffffff60;transition:transform .3s,color .3s}
.home-service-grid>a:hover{color:white;transform:translateY(-5px)}
.home-service-grid .service-index{font-size:12px;color:#c5dcff}
.home-service-grid h3{font-size:25px;margin:22px 0 15px}
.home-service-grid p{font-size:16px;color:#e0ebfb;line-height:1.8}
.home-service-grid .service-arrow{position:absolute;bottom:0;right:0;font-size:25px}
.home .voices{min-height:650px;padding-block:95px}
.home .voices h2 strong{font-size:88px}.home .voices .review-row{min-height:100px}
.home .voices .review-excerpt{-webkit-line-clamp:3}
/* Screens fit within frames; opening an image always shows its entire original. */
.system-source-image{background:#f4f3f3;border-radius:8px;padding:12px}
.premium-report-card{border-radius:16px;overflow:hidden}
.premium-report-card>.zoom-image{background:#fafafa;border-bottom:1px solid var(--line)}
.premium-report-card>.zoom-image img{aspect-ratio:4/3;object-fit:contain;padding:20px}
.report-card-body>p{min-height:62px}
.report-screen-grid .zoom-image{background:#fafafa;border-radius:8px}
.report-screen-grid img{aspect-ratio:3/4;object-fit:contain;padding:12px}
.crm-gallery .zoom-image{border:1px solid var(--line);border-radius:10px;background:#fafafa}
.crm-gallery img{aspect-ratio:4/3;object-fit:contain;padding:16px}
.crm-gallery>figure:last-child img{aspect-ratio:4/3}
.person-card>img,.person-card:first-child>img{aspect-ratio:4/5;height:auto;object-fit:cover;object-position:center top}
.news-card img{aspect-ratio:16/10;height:auto;object-fit:contain;background:#fafafa;padding:18px}
.media-grid .zoom-image{background:#fafafa;border:1px solid var(--line);border-radius:12px;width:100%}
.media-grid .zoom-image img{aspect-ratio:16/10;height:100%;object-fit:contain;padding:18px}
@media(max-width:1100px) and (min-width:801px){.hero-actions .button{padding-inline:18px;gap:14px;font-size:15px}.home-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-services h2{font-size:38px}}
@media(max-width:800px){
.people-hero{height:1000px;min-height:1000px}
.people-hero .hero-content{margin:108px 24px 0;width:calc(100% - 48px)}
.people-hero .hero-content>p{margin:18px 0 24px}
.hero-actions{justify-content:center;gap:10px}.hero-actions .button{padding:14px 18px;min-height:52px;font-size:15px;gap:14px}
.hero-search-link{font-size:12px;margin-top:15px}.hero-search-link span{margin-left:7px}
.people-hero .hero-photo{top:425px;height:575px;width:100%;object-position:center top}
.people-hero .hero-shade{background:linear-gradient(180deg,#e8e9eb 0%,#e8e9eb 40%,#e8e9eb00 53%)}
.home-services{padding-block:75px}.home-services .list-heading{display:block;margin-bottom:30px}.home-services .text-link{margin-top:22px}
.home-services h2{font-size:34px}.home-service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 22px}
.home-service-grid h3{font-size:22px;margin:17px 0 12px}.home-service-grid p{font-size:14px}
.home .voices{min-height:0;padding-block:75px}.home .voices .split{gap:35px}.home .voices .review-row{min-height:90px}
.report-card-body>p{min-height:0}.premium-report-card>.zoom-image img{padding:16px}.news-card img{padding:14px}
}
@media(max-width:480px){.people-hero .hero-content{margin:108px 20px 0;width:calc(100% - 40px)}.people-hero .hero-content h1{font-size:34px}.hero-actions{display:grid;grid-template-columns:1fr 1fr}.hero-actions .button{padding:14px 8px;font-size:14px;gap:7px}.home-service-grid{grid-template-columns:1fr}.home-service-grid>a{padding:22px 30px 24px 0}.home-service-grid h3{margin:10px 0}.home-service-grid .service-arrow{bottom:25px}.hero-search-link{font-size:11px}}
@media(max-width:360px){.people-hero .hero-content h1{font-size:30px}.people-hero .hero-content>p{font-size:14px}.hero-actions .button{font-size:12px;gap:5px}.people-hero .hero-photo{top:400px;height:575px}.people-hero{height:975px;min-height:975px}}

.image-original{display:inline-block;margin-top:12px;font-size:14px;color:var(--blue);text-decoration:underline;text-underline-offset:4px}
.home .people-grid{gap:20px}.home .person-card{display:grid;grid-template-columns:116px minmax(0,1fr);align-items:center;border:1px solid var(--line);border-radius:12px}
.home .person-card>img,.home .person-card:first-child>img{width:116px;height:100%;min-height:180px;aspect-ratio:4/5;object-fit:cover;object-position:center top}
.home .person-card>div{padding:22px}.home .person-card h3{font-size:28px;margin:8px 0 12px}.home .person-card p{font-size:13px}
@media(max-width:1100px){.home .people-grid{grid-template-columns:1fr;max-width:640px;margin:auto}.home .person-card>img,.home .person-card:first-child>img{min-height:156px}.home .person-card>div{padding:24px}.home .people-section .section-heading{margin-bottom:35px}}

/* Make consultation terms precede the application routes. */
.contact-types{padding-top:30px;padding-bottom:60px;align-items:start}
.contact-types .section-head{margin-bottom:18px}.contact-types .section-head h2{font-size:36px}
.contact-types .consultation-list article{display:grid;grid-template-columns:26px minmax(0,1fr) auto;align-items:center;gap:18px;padding:22px 0}
.contact-types .consultation-list article>div{min-width:0}
.contact-types .consultation-list h3{font-size:22px}.contact-types .consultation-list article p{font-size:15px}
.contact-types .consultation-list .button{margin-top:24px}
.contact-methods{padding-top:40px;border-top:1px solid var(--line)}
#growth{scroll-margin-top:16px}#growth .eyebrow{font-size:12px;margin-bottom:12px}#growth h3{font-size:30px}
@media(max-width:800px){.contact-types{padding-top:12px;padding-bottom:40px;gap:20px}.contact-types .section-head h2{font-size:29px}.contact-types .consultation-list article{grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:18px 0}.contact-types .consultation-list article>span{display:none}.contact-types .consultation-list h3{font-size:18px}.contact-types .consultation-list article p{font-size:13px}.contact-types .consultation-list article b{font-size:12px;white-space:nowrap}.contact-types .consultation-list .button{width:100%}.contact-methods{padding-top:35px}#growth h3{font-size:26px}}

/* Verified public office hours and a shorter mobile hero. */
.contact-visit{display:grid;grid-template-columns:1fr 1.1fr;gap:60px;background:#fafafa;padding-block:55px;border-top:1px solid var(--line)}
.contact-visit h2{font-size:34px;margin-bottom:20px}.contact-visit>div>p:not(.eyebrow){font-size:17px;color:var(--muted)}
.office-hours h3{font-size:22px;margin-bottom:12px}.office-hours p{font-size:16px}.office-hours strong{font-size:22px;font-weight:600}.office-hours .fineprint{font-size:13px}.office-hours .text-link{font-size:14px;margin-top:14px}
.location-section .office-hours{margin-top:32px;padding-top:25px;border-top:1px solid var(--line)}
.home-office-hours{font-size:15px;color:var(--muted)}
@media(max-width:800px){
.people-hero{height:820px;min-height:820px;max-height:none}
.people-hero .hero-content{margin-top:92px}
.people-hero .hero-content h1{font-size:34px;line-height:1.4}
.people-hero .hero-content>p{font-size:15px;line-height:1.65;margin:15px 0 18px}
.people-hero .hero-photo{top:360px;height:460px;object-position:center top}
.people-hero .hero-shade{background:linear-gradient(180deg,#e8e9eb 0%,#e8e9eb 42%,#e8e9eb00 54%)}
.people-hero .hero-person{bottom:24px;right:20px;padding:10px 14px}.people-hero .hero-person strong{font-size:16px}
.people-hero .scroll-cue{bottom:27px}
.contact-visit{grid-template-columns:1fr;gap:26px;padding-block:40px}.contact-visit h2{font-size:29px}
}
@media(max-width:360px){.people-hero{height:780px;min-height:780px}.people-hero .hero-content h1{font-size:30px}.people-hero .hero-content>p{font-size:14px}.people-hero .hero-photo{top:340px;height:440px}}

/* Header refinement: original DH artwork, calmer scale and consistent action targets. */
.site-header .brand-lockup{width:212px;height:49px;gap:12px}
.site-header .brand-symbol{width:40px;height:36px}
.site-header .brand-symbol img{width:133.333px;left:-45.833px;top:-26.25px}
.site-header .brand-type{width:160px;height:48.889px}
.site-header .brand-type img{width:206.452px;left:-27.097px;top:-106.452px}
.site-header .header-actions{gap:12px}
.site-header .icon-button{width:44px;height:44px;flex-shrink:0;border-radius:50%;transition:background .2s,color .2s}
.site-header .header-phone{display:flex}
.site-header .icon-button:hover{background:#005de80d;color:var(--deep-blue)}
.site-header .icon-button:focus-visible{outline:2px solid var(--blue);outline-offset:3px}
.site-header .menu-toggle span{left:10px;top:21px;width:24px}
.site-header .menu-toggle span:first-child{transform:translateY(-7px)}
.site-header .menu-toggle span:last-child{transform:translateY(7px)}
.menu-open .site-header .menu-toggle span:first-child{transform:rotate(45deg)}
.menu-open .site-header .menu-toggle span:last-child{transform:rotate(-45deg)}
.menu-open .site-header .icon-button:hover{background:#ffffff14;color:#b4d2ff}
.menu-open .site-header .icon-button:focus-visible{outline-color:#b4d2ff}
.phone-icon{display:block;width:23px;height:23px;flex-shrink:0}
.kakao-icon{display:block;width:28px;height:28px;object-fit:contain;flex-shrink:0}
.quick-links .kakao-icon{width:30px;height:30px;margin-bottom:3px}
.contact-methods h2:has(.kakao-icon){display:flex;align-items:center;gap:10px}
.contact-methods h2 .kakao-icon{width:36px;height:36px}
@media(max-width:800px){
 .site-header{padding-inline:16px}
 .site-header .brand-lockup{width:184px;height:43px;gap:10px}
 .site-header .brand-symbol{width:34px;height:31px}
 .site-header .brand-symbol img{width:113.333px;left:-38.958px;top:-22.3125px}
 .site-header .brand-type{width:140px;height:42.778px}
 .site-header .brand-type img{width:180.645px;left:-23.710px;top:-93.145px}
 .site-header .header-actions{gap:4px}
 .site-header .icon-button{width:40px;height:44px}
 .site-header .menu-toggle span{left:8px}
 .dock-mobile{gap:7px}
 .dock-mobile .phone-icon{width:20px;height:20px}
 .dock-mobile .kakao-icon{width:24px;height:24px}
}
@media(max-width:360px){
 .site-header{padding-inline:12px}
 .site-header .brand-lockup{width:158px;height:37px;gap:8px}
 .site-header .brand-symbol{width:30px;height:27px}
 .site-header .brand-symbol img{width:100px;left:-34.375px;top:-19.6875px}
 .site-header .brand-type{width:120px;height:36.667px}
 .site-header .brand-type img{width:154.839px;left:-20.323px;top:-79.839px}
 .site-header .header-actions{gap:0}
 .dock-mobile{font-size:13px;gap:5px}
}

/* Keep the review search field clear of both adjacent background boundaries. */
.review-themes + .page-search{padding-block:56px;background:#fff}
@media(max-width:800px){.review-themes + .page-search{padding-block:36px}}

/* Layout audit 1–3: protect side links, separate image actions, and balance section spacing. */
@media(min-width:801px){
 .social-strip{padding-inline:max(80px,calc((100vw - 1400px)/2))}
}
.zoom-image img{display:block}
.zoom-image .zoom-caption{position:static;display:flex;align-items:center;justify-content:flex-end;min-height:44px;padding:10px 14px;border-radius:0;border-top:1px solid var(--line);background:#fff;box-shadow:none;line-height:1.6}
.updates-grid .zoom-image,.media-grid .zoom-image{height:auto}
.updates-grid .zoom-image img{height:480px}
.media-grid .zoom-image img{height:340px}
.contact-types{padding-top:56px}
@media(max-width:800px){
 .updates-grid .zoom-image img{height:320px}
 .media-grid .zoom-image img{height:230px}
 .contact-types{padding-top:36px}
}
@media(max-width:480px){.media-grid .zoom-image img{height:240px}}
/* Layout audit 4–8: connected expert profiles, visible mobile contents, report rows. */
.people-section .expert-card{display:flex;flex-direction:column;align-items:center;padding-top:36px;border:1px solid var(--line);border-radius:20px}
.expert-card>.person-portrait{position:relative;flex:none;width:180px;height:180px;padding:0;border-radius:50%;overflow:hidden;background:#f4f3f3}
.person-portrait img{display:block;width:100%;height:125%;max-width:none;object-fit:cover;object-position:center top}
.portrait-18 img{transform:scale(2);transform-origin:50% 7%}
.portrait-20 img{transform:scale(2.4);transform-origin:50% 11%}
.people-section .expert-card>.person-info{width:100%;padding:28px 30px 32px}
.people-section .person-statement{margin:24px 0 0;padding-top:22px;border-top:1px solid var(--line);font-size:16px;line-height:1.85;color:var(--muted);word-break:keep-all;overflow-wrap:anywhere}
.home .expert-card>.person-portrait{width:92px;height:92px;margin:20px 0 20px 20px;padding:0}
.premium-report-grid{grid-template-columns:1fr;gap:28px}
.premium-report-card{display:grid;grid-template-columns:minmax(0,340px) minmax(0,1fr);align-items:center}
.premium-report-card>.zoom-image{border-bottom:0;border-right:1px solid var(--line)}
.premium-report-card>.report-card-body{padding:32px 40px}
.premium-report-card>.report-card-body>p{min-height:0;max-width:640px}
.premium-report-card>.report-details{grid-column:1/-1;margin:0;padding:0 32px}
.premium-report-card>.report-details[open]{padding-bottom:30px}
.premium-report-card .report-screen-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}
@media(max-width:1100px){
  .people-section .expert-card>.person-info{padding:24px 20px}
  .people-section .expert-card>.person-portrait{width:150px;height:150px}
  .premium-report-card{grid-template-columns:minmax(0,280px) minmax(0,1fr)}
  .premium-report-card>.report-card-body{padding:28px}
}
@media(max-width:800px){
  .section-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 16px;overflow:visible;border-bottom:0}
  .section-nav a{display:flex;align-items:center;justify-content:center;text-align:center;white-space:normal;word-break:keep-all;min-height:52px;padding:12px 6px;border-bottom:1px solid var(--line);font-size:15px}
  .people-section .people-grid{grid-template-columns:1fr;max-width:580px;margin-inline:auto}
  .people-section .expert-card{display:grid;grid-template-columns:150px minmax(0,1fr);align-items:start;gap:0;padding:24px}
  .people-section .expert-card>.person-portrait{width:128px;height:128px}
  .people-section .expert-card>.person-info{padding:0}
  .people-section .person-statement{font-size:15px;margin-top:18px;padding-top:18px}
  .premium-report-card{grid-template-columns:1fr}
  .premium-report-card>.zoom-image{border-right:0;border-bottom:1px solid var(--line)}
  .premium-report-card>.zoom-image img{max-height:300px}
  .premium-report-card>.report-card-body{padding:25px}
  .premium-report-card>.report-details{padding-inline:25px}
  .premium-report-card .report-screen-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
}
@media(max-width:480px){
  .people-section .expert-card{display:flex;align-items:center;padding:28px 24px}
  .people-section .expert-card>.person-portrait{width:156px;height:156px}
  .people-section .expert-card>.person-info{padding-top:24px}
  .people-section .expert-card h3{font-size:28px}
  .people-section .expert-card .person-info>p{font-size:14px}
}

.home .people-section .expert-card{display:grid;grid-template-columns:116px minmax(0,1fr);align-items:center;padding:0}
.home .people-section .expert-card>.person-portrait{width:92px;height:92px;margin:20px 0 20px 20px}
.home .people-section .expert-card>.person-info{padding:22px}

/* Two confirmed consultation methods: Kakao chat and telephone. */
.contact-login-note{grid-column:1/-1;margin:0}

/* Review-only notice stays in normal flow; production export removes its markup. */
.preview-notice{margin-top:80px;padding:4px 24px;background:#edf3fa;color:#243c59;border-bottom:1px solid #dae4ef;display:flex;align-items:center;justify-content:center;gap:20px;font-size:13px;line-height:1.6}
.preview-notice[hidden]{display:none}
.preview-notice p{display:flex;align-items:center;gap:14px;margin:0}
.preview-notice strong{white-space:nowrap;font-weight:700}
.preview-notice button{flex:0 0 44px;width:44px;height:44px;font-size:24px;border-radius:50%;color:inherit}
.preview-notice button:hover{background:#dfe9f5}
.preview-notice:not([hidden])+main>.page-heading{padding-top:30px}
@media(max-width:800px){
.preview-notice{margin-top:64px;padding:8px 16px;gap:8px;font-size:12px}
.preview-notice p{display:block;flex:1}
.preview-notice strong{display:block;margin-bottom:2px}
.preview-notice span{display:block}
.preview-notice:not([hidden])+main>.page-heading{padding-top:24px}
}
/* The hero already reserves header space; avoid reserving it twice under the notice. */
@media(min-width:801px){
.preview-notice:not([hidden])+main .people-hero{height:max(740px,calc(100svh - 80px));min-height:740px;max-height:1070px}
.preview-notice:not([hidden])+main .people-hero .hero-content{margin-top:clamp(120px,calc(25vh - 80px),210px)}
.preview-notice:not([hidden])+main .people-hero .hero-photo{top:0;height:100%}
}
@media(max-width:800px){
.preview-notice:not([hidden])+main .people-hero{height:756px;min-height:756px}
.preview-notice:not([hidden])+main .people-hero .hero-content{margin-top:28px}
.preview-notice:not([hidden])+main .people-hero .hero-photo{top:296px}
}
@media(max-width:360px){
.preview-notice:not([hidden])+main .people-hero{height:716px;min-height:716px}
.preview-notice:not([hidden])+main .people-hero .hero-photo{top:276px}
}
