@import url('/assets/fonts/paperlogy.css');
:root{--paper:#f7f6f0;--white:#fff;--ink:#1c302b;--green:#174d3e;--orange:#d74c28;--muted:#58665f;--line:#d9ddd3;--soft:#e9eddf;--radius:6px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'Paperlogy',sans-serif;font-size:16px;line-height:1.4;word-break:keep-all;overflow-wrap:anywhere}h1,h2,h3,p{margin:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:default}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid var(--orange);outline-offset:4px}::selection{background:#d8e6c7}.wrap{max-width:1344px;margin:auto;padding-inline:48px}.skip{position:fixed;top:-100px;left:20px;z-index:100;padding:10px 20px;background:white}.skip:focus{top:12px}header{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:18px 48px;max-width:1600px;margin:auto;position:sticky;top:0;background:#f7f6f0f5;backdrop-filter:blur(14px);z-index:30;border-bottom:1px solid var(--line)}.logo{font-family:'Paperlogy',sans-serif;font-weight:800;font-size:34px;line-height:1;letter-spacing:-2px;display:inline-block;white-space:nowrap}.logo span{color:var(--orange);margin:0 3px;font-family:Georgia,serif}.logo small{display:block;letter-spacing:1px;font-size:11px;font-weight:500;margin-top:9px;font-family:'Paperlogy',sans-serif}header nav{display:flex;gap:27px;font-size:14px;font-weight:500}header nav a{position:relative;padding-block:6px}header nav a:hover,header nav a[aria-current]{color:var(--orange)}.button{display:inline-flex;justify-content:center;align-items:center;gap:30px;padding:16px 24px;min-height:54px;border:1px solid var(--ink);font-weight:500;font-size:15px;border-radius:var(--radius);transition:background .2s,color .2s;white-space:normal;line-height:1.25}.button.dark{background:var(--green);border-color:var(--green);color:white}.button.dark:hover{background:#0e3329}.button.light{background:var(--paper);color:var(--green);border-color:var(--paper)}.button.outline{background:transparent}.button.outline:hover{background:var(--soft)}.button.small{min-height:44px;padding:11px 19px;font-size:14px}.button span{font-size:20px}.text-link{font-size:15px;font-weight:500;border-bottom:1px solid var(--ink);padding-bottom:4px}.text-link:hover{color:var(--orange);border-color:var(--orange)}.hero{padding-block:64px 72px;display:grid;grid-template-columns:1.05fr 1fr;gap:56px;align-items:center}.eyebrow{font-family:'Paperlogy',sans-serif;font-size:12px;line-height:1.25;letter-spacing:1.6px;font-weight:700;color:var(--green);margin-bottom:22px}.hero h1{font-size:clamp(36px,3.65vw,57px);letter-spacing:-2.8px;line-height:1.21;font-weight:700}.hero h1 em{font-style:normal;color:var(--green);position:relative}.hero-copy{color:var(--muted);font-size:18px;line-height:1.45;margin-top:24px}.actions{display:flex;align-items:center;gap:24px;margin-top:32px;flex-wrap:wrap}.hero-note{display:flex;gap:14px;margin-top:42px;flex-wrap:wrap;color:var(--muted);font-size:13px}.hero-note span+span:before{content:'/';margin-right:14px;color:#87918a}.hero-art{position:relative;align-self:stretch;min-height:550px;overflow:hidden;background:#e6e1d6;border-radius:160px 6px 6px 6px}.hero-art img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;object-position:center}.art-label{position:absolute;top:35px;right:28px;z-index:2;font-family:'Paperlogy',sans-serif;font-size:14px;font-weight:400;line-height:1.125;letter-spacing:1.4px;text-align:right;white-space:nowrap}.art-label strong{font-weight:800}.art-caption{position:absolute;bottom:0;left:0;right:0;z-index:2;background:var(--green);color:white;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:18px 22px;font-size:13px;flex-wrap:wrap}.art-caption>.art-brand{font-family:'Paperlogy',sans-serif;font-size:12px;font-weight:400;letter-spacing:1px;line-height:1.25;white-space:nowrap;flex-shrink:0;margin-left:auto}.art-brand strong{font-weight:800}.intro-strip{background:var(--green);color:var(--paper)}.intro-strip>.wrap{display:flex;align-items:center;justify-content:space-between;gap:40px;padding-block:35px}.intro-strip p{font-size:25px;line-height:1.25;letter-spacing:-.7px}.intro-strip strong{font-weight:600}.intro-strip .wrap>div{font-size:16px;color:#e0e8df;line-height:1.45}.section{padding-block:100px}.section h2,.lab-preview h2,.about h2,.book-copy h2,.contact h2{font-size:clamp(30px,3.2vw,44px);letter-spacing:-1.8px;line-height:1.225;font-weight:650}.section-copy{color:var(--muted);margin-top:20px;line-height:1.45}.program-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:40px}.program{background:#fff;border:1px solid var(--line);padding:27px 23px 22px;display:flex;flex-direction:column;min-height:350px;transition:border-color .2s,transform .2s}.program:hover{border-color:var(--green);transform:translateY(-4px)}.program-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.program-no{font-family:Georgia,serif;font-size:36px;font-style:italic;color:var(--green);line-height:1}.tag{font-size:12px;line-height:1.25;background:var(--soft);padding:5px 9px;border-radius:3px;color:#35513e}.program h3{font-size:21px;letter-spacing:-.7px;line-height:1.275;margin-bottom:14px}.program p{font-size:15px;color:var(--muted);line-height:1.4}.program button{margin-top:auto;padding:19px 0 0;border:0;border-top:1px solid var(--line);background:transparent;text-align:left;color:var(--green);font-size:14px;font-weight:600;display:flex;justify-content:space-between}.program-output{font-size:13px!important;padding-block:16px 22px;color:var(--ink)!important}.work-section{border-top:1px solid var(--line)}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:35px;margin-bottom:38px}.section-heading>p{max-width:360px;color:var(--muted);font-size:15px}.work-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.work-item{min-width:0}.work-sample{min-height:282px;padding:30px;border:1px solid var(--line);background:#e5eadf;position:relative;display:flex;flex-direction:column;justify-content:space-between}.work-sample.orange{background:#eacba9}.work-sample.blue{background:#dbe4e4}.sample-label{font-size:12px;letter-spacing:.07em;color:#405047;font-weight:600}.work-sample .sample-title{font-size:25px;line-height:1.275;letter-spacing:-.8px;font-weight:600}.sample-body{background:#ffffffaa;padding:13px 15px;font-size:14px;line-height:1.375}.work-item h3{font-size:19px;margin-top:21px;letter-spacing:-.5px}.work-item>p{font-size:14px;color:var(--muted);margin-top:7px}.sample-disclaimer{font-size:13px;color:var(--muted);margin-top:22px}.process{background:var(--soft);padding-block:70px}.process .wrap{display:grid;grid-template-columns:1fr 2fr;gap:60px;align-items:center}.process h2{font-size:28px;line-height:1.25;letter-spacing:-1px}.process .eyebrow{margin-bottom:15px}.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.steps>div{border-top:1px solid #a7b49f;padding-top:17px}.steps span{font-family:Georgia,serif;color:#6e806a;font-size:21px}.steps b{display:block;font-size:16px;margin-top:8px}.steps p{font-size:13px;color:var(--muted);line-height:1.4;margin-top:8px}.lab-preview{background:var(--green);color:white;padding-block:85px}.lab-preview>.wrap{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.lab-preview .eyebrow{color:#c4d1b5}.lab-preview h2{color:white}.lab-preview p:not(.eyebrow){color:#dee7db;margin-top:21px;line-height:1.45}.lab-mini{background:#f7f6f0;color:var(--ink);padding:32px;border-radius:6px}.lab-mini .mini-label{font-size:12px;font-family:'Paperlogy',sans-serif;letter-spacing:1.3px;color:#55725c}.lab-mini label{display:block;font-weight:600;font-size:16px;margin:16px 0 10px}.lab-mini textarea{min-height:106px}.mini-methods{display:flex;gap:8px;flex-wrap:wrap;margin-block:14px 24px}.mini-methods span{font-size:12px;background:#e4eadb;padding:5px 9px;border:1px solid #ced8c3}.lab-mini .button{width:100%}.book-section{display:grid;grid-template-columns:.85fr 1.15fr;align-items:center;gap:100px}.book-cover{background:var(--ink);color:var(--paper);padding:42px;min-height:440px;max-width:350px;box-shadow:14px 14px 0 #d9dfcc;margin:auto;position:relative;border-left:7px solid #3e5148;display:flex;flex-direction:column;justify-content:space-between}.book-cover .book-top{display:flex;justify-content:space-between;font-size:11px;letter-spacing:.12em;border-bottom:1px solid #718073;padding-bottom:20px}.book-cover h3{font-size:39px;line-height:1.275;letter-spacing:-1.8px;font-weight:500}.book-cover em{font-family:Georgia,serif;font-size:80px;color:#e59558;font-style:normal;position:absolute;right:36px;bottom:35px;line-height:1}.book-cover>p{font-size:13px;color:#d9dfcc}.book-copy .badge{display:inline-block;background:var(--soft);font-size:13px;padding:5px 12px;margin-bottom:17px}.book-copy .eyebrow{margin-bottom:12px}.book-copy>p:not(.eyebrow){margin-top:20px;color:var(--muted)}.book-copy .book-stat{display:flex;gap:30px;margin-top:24px;padding-top:20px;border-top:1px solid var(--line);font-size:14px}.book-stat strong{display:block;font-size:24px;color:var(--green)}.about{padding-block:95px;background:white;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.about>.wrap{display:grid;grid-template-columns:1fr 1fr;gap:100px}.about-quote{font-family:Georgia,'Paperlogy',serif;color:var(--green);font-size:30px;line-height:1.35;letter-spacing:-1px;margin:28px 0}.about .name{font-size:18px;font-weight:600}.about .name small{font-size:14px;font-weight:400;color:var(--muted);display:block;margin-top:5px}.about-copy>p{color:var(--muted);line-height:1.475}.experience{margin-top:25px}.experience>div{padding:17px 0;border-top:1px solid var(--line);display:grid;grid-template-columns:110px 1fr;gap:16px}.experience dt{font-size:14px;font-weight:600;color:var(--green)}.experience dd{font-size:14px;line-height:1.425;margin:0;color:var(--muted)}.social-links{display:flex;gap:20px;flex-wrap:wrap;margin-top:23px;font-size:14px}.social-links a{border-bottom:1px solid var(--line)}.contact{padding-block:100px}.contact-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:100px}.contact-copy>p:not(.eyebrow){color:var(--muted);margin-top:20px}.contact-address{margin-top:35px;display:grid;gap:17px}.contact-address small{display:block;font-size:12px;letter-spacing:.1em;color:var(--muted)}.contact-address a{font-size:22px;font-family:'Paperlogy',sans-serif;font-weight:500}.contact-form{padding:30px;background:white;border:1px solid var(--line)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.contact-form label{font-size:14px;font-weight:500;display:block;margin-bottom:6px}.contact-form input,.contact-form textarea,.contact-form select,.lab-mini textarea{width:100%;padding:12px 13px;border:1px solid #bcc8bc;border-radius:3px;background:#fff;color:var(--ink);font-size:15px;line-height:1.325}.contact-form textarea{resize:vertical;min-height:110px}.full{grid-column:1/-1}.form-note{font-size:13px;color:var(--muted);line-height:1.4;margin-top:16px}.form-note a{text-decoration:underline}.form-buttons{display:flex;gap:10px;margin-top:22px;flex-wrap:wrap}.form-buttons .button{font-size:14px;flex:1;padding-inline:15px;min-width:155px}#contact-status{font-size:14px;line-height:1.35;margin-top:12px;color:var(--green)}footer{background:var(--ink);color:white;padding-block:40px}.footer-top{display:flex;justify-content:space-between;gap:35px}.footer-top .logo{font-size:31px}.footer-top p{font-size:14px;color:#c3cdc2;line-height:1.45}.footer-links{display:flex;gap:22px;font-size:14px;margin-bottom:15px}.footer-bottom{display:flex;justify-content:space-between;gap:25px;padding-top:25px;margin-top:30px;border-top:1px solid #526158;font-size:12px;color:#aebcad}.mobile-contact{display:none}.menu-toggle{display:none}dialog{border:1px solid var(--line);border-radius:8px;padding:0;max-width:680px;width:calc(100% - 32px);max-height:85dvh;color:var(--ink);background:var(--paper)}dialog::backdrop{background:#142f25a3;backdrop-filter:blur(4px)}.dialog-inner{padding:36px}.dialog-top{display:flex;align-items:center;justify-content:space-between;gap:20px}.dialog-top .eyebrow{margin:0}.dialog-close{width:44px;height:44px;background:transparent;border:1px solid var(--line);border-radius:50%;font-size:25px;color:var(--ink)}dialog h2{font-size:28px;line-height:1.25;letter-spacing:-1px;margin:22px 0 15px}dialog h3{font-size:17px;margin:25px 0 10px}dialog p,dialog li{font-size:15px;color:var(--muted);line-height:1.45}dialog ul,dialog ol{padding-left:22px}dialog .dialog-facts{display:grid;grid-template-columns:1fr 1fr;gap:15px;border-block:1px solid var(--line);padding-block:20px;margin-block:24px}.dialog-facts dt{font-size:12px;color:var(--muted)}.dialog-facts dd{font-size:15px;margin:5px 0 0}dialog .button{margin-top:24px}.privacy-list{padding-left:20px}.privacy-button{background:none;border:0;color:inherit;text-decoration:underline;padding:0;font:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(min-width:1600px){.hero-art{min-height:600px}.hero{padding-block:80px}.hero h1{font-size:58px}}
@media(max-width:1100px){header{padding-inline:28px;gap:20px}header nav{gap:18px;font-size:13px}.wrap{padding-inline:32px}.hero{gap:32px}.hero h1{font-size:42px;letter-spacing:-2px}.hero-art{min-height:520px}.hero-note{gap:8px;font-size:12px}.hero-note span+span:before{margin-right:8px}.program-grid{grid-template-columns:repeat(2,1fr)}.program{min-height:310px}.book-section,.about>.wrap,.contact-grid{gap:55px}.work-sample{padding:22px;min-height:280px}.work-sample .sample-title{font-size:22px}.process .wrap{grid-template-columns:1fr;gap:35px}.lab-preview>.wrap{gap:40px}}
@media(max-width:800px){html{scroll-padding-top:95px}header{padding:16px 22px;gap:14px}header>.button{margin-left:auto}header nav{display:none;position:absolute;top:100%;left:0;right:0;padding:20px 24px;background:var(--paper);border-bottom:1px solid var(--line);box-shadow:0 12px 20px #182e2110;grid-template-columns:1fr 1fr;gap:18px;font-size:15px}header nav.open{display:grid}.menu-toggle{display:block;width:42px;height:42px;background:transparent;border:1px solid var(--line);font-size:21px;color:var(--ink);border-radius:4px}.logo{font-size:29px}.logo small{font-size:10px;margin-top:7px}.wrap{padding-inline:24px}.hero{grid-template-columns:1fr;padding-top:45px;gap:35px;padding-bottom:45px}.hero h1{font-size:48px;line-height:1.19}.hero-copy{font-size:17px}.hero-art{min-height:430px;aspect-ratio:1.3;border-radius:100px 6px 6px 6px}.hero-art img{object-position:50% 65%}.hero-note{margin-top:28px;font-size:13px}.eyebrow{font-size:11px}.intro-strip>.wrap{align-items:start;flex-direction:column;gap:20px;padding-block:30px}.intro-strip p{font-size:23px}.intro-strip .wrap>div{font-size:15px}.section{padding-block:65px}.section-heading{display:block}.section-heading>p{margin-top:20px}.work-grid{grid-template-columns:1fr;gap:35px}.work-sample{min-height:280px}.work-sample .sample-title{font-size:27px}.sample-body{font-size:15px}.process{padding-block:50px}.steps{grid-template-columns:repeat(3,1fr);gap:25px}.lab-preview{padding-block:60px}.lab-preview>.wrap{grid-template-columns:1fr;gap:32px}.book-section{grid-template-columns:1fr;gap:45px}.book-cover{min-height:400px;width:300px;padding:30px}.book-cover h3{font-size:35px}.book-copy{max-width:550px}.about{padding-block:60px}.about>.wrap{grid-template-columns:1fr;gap:35px}.about-quote{font-size:28px}.contact{padding-block:60px}.contact-grid{grid-template-columns:1fr;gap:35px}.contact-address{display:flex;gap:35px;flex-wrap:wrap}.contact-address a{font-size:20px}.footer-top{flex-direction:column}.footer-bottom{flex-direction:column;gap:10px}.mobile-contact{display:flex;position:fixed;z-index:25;bottom:0;left:0;right:0;background:var(--paper);border-top:1px solid var(--line);padding:10px 18px calc(10px + env(safe-area-inset-bottom));gap:12px}.mobile-contact a:first-child{flex:1}.mobile-contact a:last-child{flex:2}.mobile-contact .button{min-height:44px;font-size:14px;padding:10px}footer{padding-bottom:110px}}
@media(max-width:430px){.wrap{padding-inline:20px}header{padding-inline:18px;gap:10px}header>.button{font-size:12px;padding:10px 12px;gap:10px}.hero h1{font-size:37px;letter-spacing:-1.9px}.hero .eyebrow{font-size:9px;letter-spacing:1px}.hero-art{min-height:340px;aspect-ratio:1.05}.hero-note{gap:7px;font-size:11px}.hero-note span+span:before{margin-right:7px}.actions{gap:20px}.program-grid{grid-template-columns:1fr}.program{min-height:285px}.program-top{margin-bottom:18px}.program h3 br{display:none}.program h3{font-size:23px}.program p{font-size:16px}.section h2,.lab-preview h2,.about h2,.book-copy h2,.contact h2{font-size:30px;letter-spacing:-1px}.steps{grid-template-columns:repeat(2,1fr)}.lab-mini{padding:23px}.contact-form{padding:22px}.form-grid{grid-template-columns:1fr}.dialog-inner{padding:24px}.dialog-facts{grid-template-columns:1fr!important}.experience>div{grid-template-columns:85px 1fr}.footer-links{gap:18px;flex-wrap:wrap}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}

/* Portrait-led consultation homepage */
.consultant-hero{grid-template-columns:1.08fr 1fr;gap:44px;align-items:center;padding-block:48px 60px}.hero-intro{min-width:0}.consultant-hero .eyebrow{font-size:13px;font-weight:400;letter-spacing:1.4px;white-space:nowrap}.consultant-hero .eyebrow strong{font-weight:800}.consultant-hero h1{font-size:clamp(34px,3.45vw,52px);letter-spacing:-2.1px;line-height:1.24}.consultant-hero .hero-copy{font-size:17px;margin-top:22px}.hero-person{border-left:3px solid var(--orange);padding-left:16px;margin-top:26px}.person-name{font-size:22px;font-weight:700;letter-spacing:-.5px}.person-name small{font-size:16px;font-weight:400;margin-left:9px}.hero-person p{font-size:14px;color:var(--muted);margin-top:3px}.consultant-hero .actions{gap:20px;margin-top:26px}.consultant-hero .hero-note{margin-top:27px}.portrait-hero{margin:0;min-height:610px;border-radius:6px;background:#e8e7e1;aspect-ratio:4/5;align-self:center;width:100%}.portrait-hero img{object-position:center top}.portrait-hero .art-label{top:26px;right:24px;font-size:13px;letter-spacing:1.1px}.portrait-hero .art-caption{padding:17px 20px}.portrait-hero .art-caption>span:first-child{font-size:13px}.classroom-section{border-top:1px solid var(--line)}.classroom-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:24px 32px;align-items:start}.classroom-card{margin:0;min-width:0}.classroom-card img{display:block;width:100%;height:210px;object-fit:cover;border-radius:4px;background:var(--soft)}.classroom-card figcaption{padding-top:15px}.classroom-card h3{font-size:20px;line-height:1.25;letter-spacing:-.6px}.classroom-card p{font-size:15px;color:var(--muted);margin-top:6px}.classroom-featured{grid-row:span 2}.classroom-featured img{height:495px;object-position:48% center}.classroom-featured figcaption{padding-top:23px}.classroom-featured .eyebrow{display:block;font-size:12px;margin-bottom:11px}.classroom-featured h3{font-size:27px;letter-spacing:-.8px}.photo-note{font-size:13px;color:var(--muted);margin-top:26px}.about .experience>div:last-child dd{line-height:1.5}header nav{gap:22px}
@media(min-width:1600px){.consultant-hero{padding-block:60px 70px}.consultant-hero h1{font-size:54px}}
@media(max-width:1100px){.consultant-hero{gap:30px}.consultant-hero h1{font-size:39px;letter-spacing:-1.6px}.portrait-hero{min-height:560px}.consultant-hero .hero-copy{font-size:16px}header nav{gap:15px}.classroom-featured img{height:475px}.classroom-card img{height:200px}.classroom-featured img{height:475px}}
@media(max-width:800px){.consultant-hero{grid-template-columns:1fr;gap:32px;padding-block:38px 45px}.consultant-hero h1{font-size:clamp(32px,6.6vw,49px);letter-spacing:-1.6px}.portrait-hero{min-height:0;aspect-ratio:4/5;width:100%;max-width:520px;justify-self:center;border-radius:6px}.portrait-hero img{object-position:center top}.consultant-hero .hero-note{font-size:13px}.classroom-grid{grid-template-columns:1fr 1fr;gap:28px 20px}.classroom-featured{grid-column:1/-1;grid-row:auto}.classroom-card img,.classroom-featured img{height:auto;aspect-ratio:16/10;object-fit:cover}.classroom-card h3{font-size:19px}.classroom-featured h3{font-size:24px}}
@media(max-width:480px){.consultant-hero h1{font-size:32px;letter-spacing:-1.4px}.consultant-hero .hero-copy br{display:none}.consultant-hero .eyebrow{font-size:12px;letter-spacing:1px}.consultant-hero .actions{align-items:flex-start;gap:18px}.portrait-hero .art-label{font-size:12px;top:18px;right:18px}.portrait-hero .art-caption{padding:13px 16px;gap:3px}.portrait-hero .art-caption>span:first-child{font-size:12px}.classroom-grid{grid-template-columns:1fr;gap:32px}.classroom-featured{grid-column:auto}.classroom-featured img{aspect-ratio:16/10}.photo-note{font-size:12px}.classroom-card h3,.classroom-featured h3{font-size:22px}}

/* Full-width instructor and classroom carousel */
.hero-carousel{position:relative;max-width:1600px;margin:auto;isolation:isolate;touch-action:pan-y;background:#eeefea}.hero-stage{height:650px;position:relative}.hero-slide{position:absolute;inset:0;overflow:hidden;animation:hero-appear .55s ease}.hero-slide[hidden]{display:none}.hero-slide-layout{display:grid;grid-template-columns:1.1fr .9fr;height:100%;align-items:center;gap:40px;padding-top:24px;padding-bottom:78px}.slide-copy{position:relative;z-index:2;min-width:0}.slide-copy .eyebrow{font-size:13px;font-weight:400;white-space:nowrap;letter-spacing:1.3px;margin-bottom:21px}.slide-copy .eyebrow strong{font-weight:800}.slide-copy h1,.slide-copy h2{font-size:clamp(36px,3.6vw,54px);font-weight:650;letter-spacing:-2px;line-height:1.235}.slide-copy h1 em{font-style:normal;color:var(--green)}.slide-description{font-size:17px;line-height:1.45;margin-top:22px;color:var(--muted)}.slide-copy .hero-person{margin-top:25px}.slide-copy .actions{margin-top:25px;gap:22px}.speaker-frame{height:100%;min-height:0;margin:0;position:relative;display:flex;align-items:flex-end;justify-content:center}.speaker-frame img{height:100%;max-height:535px;width:100%;object-fit:contain;object-position:center bottom;mix-blend-mode:normal;user-select:none}.speaker-frame figcaption{position:absolute;right:10px;bottom:-36px;font-family:'Paperlogy',sans-serif;font-weight:400;font-size:13px;letter-spacing:1.5px;white-space:nowrap}.speaker-frame figcaption strong{font-weight:800}.scene-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:70% 50%;user-select:none}.scene-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,38,31,.93),rgba(9,38,31,.68) 36%,rgba(9,38,31,.13) 70%,rgba(9,38,31,.06))}.scene-content{height:100%;position:relative;display:flex;align-items:center;padding-bottom:70px}.scene-content .slide-copy{max-width:590px}.slide-scene .eyebrow{color:#e0ecd9}.slide-scene h2{color:white}.slide-scene .slide-description{color:#f0f4ed}.scene-disclosure{position:absolute;bottom:30px;right:48px;z-index:3;padding:5px 10px;font-size:12px;color:white;background:#10231fd9;border-radius:3px}.hero-controls{position:absolute;bottom:21px;left:0;right:0;z-index:5;display:flex;align-items:center;gap:15px;pointer-events:none}.hero-control-bar{display:flex;align-items:center;background:#f7f6f0f5;box-shadow:0 2px 12px #00000008;border:1px solid #d2d9cf;border-radius:5px;pointer-events:auto;padding:4px 8px;gap:5px}.hero-counter{font-family:'Paperlogy',sans-serif;font-size:13px;letter-spacing:1px;white-space:nowrap;color:var(--muted);padding:0 12px}.hero-counter strong{color:var(--green);font-size:18px}.hero-arrow,.hero-play{border:0;background:transparent;color:var(--green);height:40px;min-width:40px;padding:5px 10px;border-radius:3px}.hero-arrow{font-size:22px}.hero-arrow:hover,.hero-play:hover{background:#e1e7da}.hero-play{font-size:12px;min-width:75px;border-left:1px solid var(--line);border-radius:0}.hero-dots{display:flex;gap:2px;padding-inline:5px}.hero-dots button{background:transparent;border:0;padding:10px;width:28px;height:40px;position:relative}.hero-dots button:after{content:'';position:absolute;width:7px;height:7px;border-radius:50%;border:1px solid var(--green);left:10px;top:16px}.hero-dots button[aria-current=true]:after{background:var(--green)}.hero-swipe-hint{font-size:12px;color:var(--muted);display:none}.hero-carousel:focus-visible{outline:3px solid var(--orange);outline-offset:-3px}.slide-real .scene-image{object-position:65% 50%}@keyframes hero-appear{from{opacity:.5}to{opacity:1}}
@media(min-width:1600px){.hero-stage{height:680px}.speaker-frame img{max-height:555px}}
@media(max-width:1100px){.hero-stage{height:610px}.hero-slide-layout{gap:18px;grid-template-columns:1.15fr .85fr}.slide-copy h1,.slide-copy h2{font-size:39px;letter-spacing:-1.5px}.slide-description{font-size:16px}.speaker-frame img{max-height:480px}.scene-disclosure{right:32px;bottom:32px;max-width:250px}}
@media(max-width:800px){.hero-stage{height:770px}.hero-slide-layout{grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr);padding-top:30px;padding-bottom:84px;gap:12px;align-items:start}.slide-copy h1,.slide-copy h2{font-size:35px;line-height:1.2;letter-spacing:-1.3px}.slide-copy .eyebrow{font-size:12px;margin-bottom:12px}.slide-description{margin-top:15px;font-size:15px}.slide-copy .hero-person{margin-top:16px}.hero-person .person-name{font-size:19px}.hero-person p{font-size:13px}.slide-copy .actions{margin-top:18px;gap:16px}.slide-copy .button{min-height:45px;font-size:14px;padding:12px 17px}.slide-copy .text-link{font-size:14px}.speaker-frame img{max-height:335px}.speaker-frame figcaption{right:0;bottom:0;font-size:12px;letter-spacing:1px}.hero-controls{bottom:18px}.hero-control-bar{gap:0}.hero-counter{padding-inline:7px}.scene-content{align-items:flex-start;padding-top:65px;padding-bottom:150px}.scene-content .slide-copy{max-width:480px}.scene-image{object-position:64% center}.scene-shade{background:linear-gradient(180deg,rgba(9,38,31,.88),rgba(9,38,31,.58) 35%,rgba(9,38,31,.07) 70%)}.scene-disclosure{left:24px;right:auto;bottom:82px;max-width:calc(100% - 48px)}.slide-real .scene-image{object-position:57% center}}
@media(max-width:400px){.hero-stage{height:780px}.hero-slide-layout{padding-inline:20px}.slide-copy h1,.slide-copy h2{font-size:30px;letter-spacing:-1px}.slide-description br{display:none}.slide-description{font-size:15px}.slide-copy .actions{gap:12px}.slide-copy .text-link{font-size:13px}.hero-controls{padding-inline:16px}.hero-counter{font-size:12px;padding-inline:5px}.hero-play{min-width:64px;padding-inline:7px}.hero-dots{padding-inline:1px}.hero-dots button{width:25px}.speaker-frame img{max-height:330px}.scene-disclosure{left:20px}}

/* Portrait update: preserve the reference silhouette and avoid vertical classroom cropping. */
.slide-profile{background:#fff}
.speaker-frame img{mix-blend-mode:normal}
@media(max-width:800px){
 #hero-slide-2{background:#133c32}
 #hero-slide-2 .scene-image{inset:auto 0 68px;height:52%;object-fit:contain;object-position:center bottom}
 #hero-slide-2 .scene-shade{background:linear-gradient(180deg,#133c32 0%,#133c32 38%,transparent 57%);pointer-events:none}
 #hero-slide-2 .scene-content{padding-top:38px;align-items:flex-start}
 #hero-slide-2 .scene-disclosure{bottom:79px;font-size:12px}
 #hero-slide-2 .slide-copy h2{font-size:33px}
}

/* Larger navigation and compact instructor introduction. */
header{flex-wrap:wrap;gap:16px 24px}
header nav{font-size:19.6px;gap:24px;line-height:1.25;flex-wrap:wrap;justify-content:center}
header nav a{white-space:nowrap}
.profile-copy .eyebrow{margin-bottom:14px;font-size:15px;letter-spacing:0}
.slide-copy .profile-name{font-size:58px;font-weight:800;line-height:1.12;letter-spacing:-1.8px;display:flex;align-items:baseline;gap:16px;flex-wrap:wrap}
.profile-name>span{font-size:34px;color:#ee852c;font-weight:400;letter-spacing:-1px;white-space:nowrap}
.profile-name strong{font-weight:700}
.profile-role{margin-top:10px;font-size:19px;line-height:1.3;color:#343746}
.profile-promise{background:#0f6052;color:#ffe5a3;border-radius:18px;padding:17px 21px;margin-top:20px}
.slide-copy .profile-promise h2{font-size:23px;line-height:1.25;letter-spacing:-.7px;font-weight:700}
.profile-promise p{margin-top:7px;font-size:15px;line-height:1.35}
.profile-facts{list-style:none;padding:0;margin:20px 0 0;display:grid;gap:12px}
.profile-facts li{position:relative;padding-left:17px}
.profile-facts li:before{content:'';position:absolute;left:0;top:7px;width:5px;height:5px;border-radius:50%;background:var(--green)}
.profile-facts strong{display:block;color:var(--green);font-size:18px;line-height:1.25;font-weight:700}
.profile-facts span{display:block;margin-top:5px;font-size:14px;line-height:1.35;color:var(--muted)}

.profile-qr{position:absolute;bottom:0;right:0;width:164px;padding:7px;background:white;border:1px solid var(--line);border-radius:5px;text-align:center;z-index:3}
.speaker-frame .profile-qr img{display:block;width:100%;height:auto;max-height:none;object-fit:contain}
.profile-qr span{display:block;font-size:13px;line-height:1.3;color:var(--green);margin-top:3px}
@media(min-width:801px) and (max-width:1300px){header nav{order:3;width:100%;font-size:19.6px}header>.button{margin-left:auto}.hero-slide-layout{grid-template-columns:1.25fr .75fr}.slide-copy .profile-name{font-size:46px}.profile-name>span{font-size:28px}.profile-role{font-size:17px}.slide-copy .profile-promise h2{font-size:21px}.hero-stage{height:700px}}
@media(max-width:1100px) and (min-width:801px){header nav{font-size:18.2px}}
@media(max-width:800px){
 header{flex-wrap:nowrap}header nav{font-size:21px;line-height:1.25;gap:18px;grid-template-columns:1fr;max-height:75vh;overflow-y:auto;justify-content:start}
 .hero-stage:has(.slide-profile:not([hidden])){height:auto;min-height:0}
 .slide-profile:not([hidden]){position:relative}
 .slide-profile .hero-slide-layout{height:auto;display:flex;flex-direction:column;gap:22px;padding-bottom:90px}
 .profile-copy{width:100%}.slide-copy .profile-name{font-size:44px;gap:12px}.profile-name>span{font-size:28px}.profile-role{font-size:16px}
 .slide-copy .profile-promise h2{font-size:21px}.profile-promise p{font-size:14px}.profile-facts strong{font-size:17px}.profile-facts span{font-size:14px}
 .slide-profile .speaker-frame{width:100%;height:360px;align-self:center;flex:none}
 .slide-profile .speaker-frame>img{height:360px;max-height:360px;width:auto;max-width:100%}
 .profile-qr{width:145px;right:0;bottom:0}
}

/* Match the Korean subline to the wordmark width without stretching the logo. */
header .logo{flex-shrink:0}
header .logo small{display:flex;justify-content:space-between;gap:.2em;font-size:.53em;line-height:1.15;letter-spacing:0;margin-top:7px}
header .logo small span{color:inherit;margin:0;font:inherit;letter-spacing:inherit}

/* Stable wordmark/subline sizing; navigation retains the requested 70% scale. */
header .logo{display:inline-grid;grid-template-columns:max-content;gap:7px;align-content:center;flex:0 0 auto}
header .logo .logo-wordmark{display:block;font:inherit;color:inherit;letter-spacing:inherit;margin:0}
header .logo .logo-wordmark b{font-family:Georgia,serif;font-weight:800;color:var(--orange);margin:0 3px}
header .logo small{display:flex;justify-content:space-between;width:100%;min-width:0;margin:0;font-size:.51em;font-weight:600;line-height:1.2;letter-spacing:0;gap:.6em}
header .logo small span{font:inherit;color:inherit;margin:0;letter-spacing:0}
.slide-profile .speaker-environment{overflow:hidden;border-radius:4px;background:#dddacf;height:100%;max-height:560px;align-self:center}
.slide-profile .speaker-environment>img{width:100%;height:100%;max-height:none;max-width:none;object-fit:cover;object-position:53% center}
.speaker-environment .profile-qr{right:12px;bottom:12px;width:132px}
.speaker-environment .environment-caption{left:12px;right:auto;bottom:12px;max-width:calc(100% - 162px);font-size:10px;line-height:1.35;letter-spacing:0;white-space:normal;color:white;background:#10231fd9;padding:5px 7px;border-radius:3px}
@media(max-width:800px){.slide-profile .speaker-environment{height:360px;max-height:none}.slide-profile .speaker-environment>img{width:100%;height:360px;max-height:none;object-position:53% 42%}.speaker-environment .profile-qr{width:108px}.speaker-environment .profile-qr span{font-size:11px}.speaker-environment .environment-caption{max-width:calc(100% - 138px)}}

/* One continuous row of verified teaching and education institution logos. */
.institution-logos{padding:48px 0 44px;background:#fff;border-top:1px solid var(--line);overflow:hidden}
.institution-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:25px}
.institution-heading h2{font-size:23px;font-weight:700;line-height:1.3;letter-spacing:-.6px}
.institution-heading p{margin-top:8px;font-size:14px;color:var(--muted);line-height:1.5}
.logo-pause{border:1px solid var(--line);background:white;border-radius:4px;font:500 12px/1.3 'Paperlogy',sans-serif;padding:10px 13px;white-space:nowrap;color:var(--green);min-height:40px}
.logo-viewport{overflow:hidden}
.institution-track{display:flex;width:max-content;animation:institution-roll 32s linear infinite}
.institution-group{display:flex;align-items:center;gap:42px;flex-shrink:0;padding:0 42px 0 0;margin:0;list-style:none}
.institution-group li{display:flex;align-items:center;justify-content:center;width:200px;height:78px;flex:none}
.institution-group img{display:block;max-width:190px;width:auto;height:auto;max-height:62px;object-fit:contain}
.institution-logos.is-paused .institution-track,.logo-viewport:hover .institution-track,.logo-viewport:focus-within .institution-track{animation-play-state:paused}
@keyframes institution-roll{to{transform:translateX(-50%)}}
@media(max-width:800px){.institution-logos{padding:34px 0}.institution-heading{align-items:flex-start;gap:12px}.institution-heading h2{font-size:20px}.institution-heading p{font-size:12px}.institution-group{gap:25px;padding-right:25px}.institution-group li{width:165px}.institution-group img{max-width:158px;max-height:54px}}
@media(prefers-reduced-motion:reduce){.institution-track{animation:none!important;transform:none!important}.logo-viewport{overflow-x:auto}.institution-group[aria-hidden=true]{display:none}.logo-pause{display:none}}

/* Full-background first slide, with readable biography over the classroom. */
.profile-background{background:#e9eeea}
.profile-background .profile-scene-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center;max-height:none}
.profile-scene-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.94) 34%,rgba(255,255,255,.77) 46%,rgba(255,255,255,.08) 65%,transparent 78%);pointer-events:none}
.profile-background .hero-slide-layout{position:relative;display:flex;align-items:center;justify-content:flex-start;padding-top:24px;padding-bottom:78px}
.profile-background .profile-copy{width:52%;max-width:635px}
.profile-background .profile-qr{bottom:78px;right:36px;width:120px}
.profile-background .scene-disclosure{bottom:29px;right:36px;max-width:45%;font-size:12px}
@media(min-width:801px) and (max-width:1100px){.profile-background .profile-copy{width:57%}.profile-background .profile-qr{right:24px;width:108px}.profile-background .profile-scene-image{object-position:60% center}}
@media(max-width:800px){
 .profile-background .profile-scene-image{object-position:74% top}
 .profile-background .profile-scene-shade{background:linear-gradient(180deg,transparent 0%,rgba(255,255,255,.03) 20%,rgba(255,255,255,.92) 36%,rgba(255,255,255,.98) 51%,rgba(255,255,255,.98) 100%)}
 .slide-profile.profile-background .hero-slide-layout{display:block;padding-top:350px;padding-bottom:135px}
 .profile-background .profile-copy{width:100%;max-width:none}
 .profile-background .profile-qr{top:18px;bottom:auto;right:18px;width:95px}
 .profile-background .profile-qr span{font-size:11px}
 .profile-background .scene-disclosure{left:24px;right:auto;bottom:85px;max-width:calc(100% - 48px)}
}

.profile-background .profile-qr img{display:block;width:100%;height:auto;max-height:none;object-fit:contain}

/* Reuse the exact business-card symbol beside the Korean brand name. */
header .logo{width:max-content;grid-template-columns:minmax(0,1fr)}
header .logo .logo-korean{box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;gap:7px;width:100%;min-width:0;font-size:.43em;line-height:1.2;font-weight:600}
header .logo .logo-symbol{display:block;width:.63em;height:.63em;font-size:34px;flex:0 0 auto;object-fit:contain;mix-blend-mode:multiply}
header .logo .logo-korean-name{font:inherit;color:inherit;letter-spacing:0;margin:0;white-space:nowrap}
@media(max-width:800px){header .logo .logo-korean{gap:6px}header .logo .logo-symbol{font-size:29px}}

/* Keep the profile link beside the name in normal flow, clear of portrait and text. */
.profile-heading{display:grid;grid-template-columns:minmax(0,1fr) 96px;column-gap:16px;align-items:center}
.profile-heading-copy{min-width:0}
.profile-background .profile-heading .profile-qr{position:static;inset:auto;display:block;box-sizing:border-box;width:100%;margin:0;padding:6px;border:1px solid #d9e2dd;border-radius:6px;background:#fff;text-align:center;align-self:center}
.profile-heading .profile-qr span{font-size:12px;line-height:1.35;margin-top:4px;word-break:keep-all}
.profile-heading .profile-qr:focus-visible{outline:3px solid var(--orange);outline-offset:3px}
header .logo .logo-korean{display:flex;justify-content:center;align-items:center;gap:8px;font-size:.42em;line-height:1.25;padding:0 1px}
header .logo .logo-symbol{width:20px;height:20px;font-size:inherit}
header .logo .logo-korean-name{flex:0 0 auto;letter-spacing:0;line-height:1.25}
@media(max-width:800px){
 .profile-heading{grid-template-columns:minmax(0,1fr) 78px;column-gap:12px;align-items:center}
 .profile-heading .profile-name{font-size:clamp(28px,8.5vw,40px);column-gap:8px;row-gap:3px;line-height:1.15;letter-spacing:-1.2px}
 .profile-heading .profile-name>span{font-size:clamp(20px,6vw,26px);letter-spacing:-.8px}
 .profile-heading .eyebrow{font-size:12px;line-height:1.4;margin-bottom:12px}
 .profile-background .profile-heading .profile-qr{padding:4px}
 .profile-heading .profile-qr span{font-size:11px;line-height:1.3;margin-top:3px}
 .profile-background .profile-role{margin-top:12px;line-height:1.45}
 header .logo .logo-korean{gap:8px;padding:0}
 header .logo .logo-symbol{width:18px;height:18px}
}
@media(max-width:360px){.profile-heading{grid-template-columns:minmax(0,1fr) 72px;column-gap:10px}.profile-heading .profile-name{font-size:28px;column-gap:7px}.profile-heading .profile-name>span{font-size:20px}}

/* Desktop visitors open the profile directly; mobile retains the QR layout. */
.naver-profile-link{display:none}
@media(min-width:801px){
 .profile-background .profile-heading{display:block}
 .profile-background .profile-heading .profile-qr{display:none}
 .naver-profile-link{display:inline-flex;align-items:center;gap:9px;min-height:42px;padding:8px 13px;margin-top:12px;border:1px solid #bbd3c7;border-radius:6px;background:#fff;color:#145c3d;font-size:14px;font-weight:600;line-height:1.3;text-decoration:none}
 .naver-profile-link .naver-link-mark{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:4px;background:#03a94d;color:#fff;font-size:15px;font-weight:800;line-height:1}
 .naver-profile-link:hover{border-color:#168b50;background:#f2faf5}
 .naver-profile-link:focus-visible{outline:3px solid var(--orange);outline-offset:3px}
 .profile-background .profile-promise{margin-top:16px}
}

@media(min-width:801px){.hero-stage:has(.profile-background:not([hidden])){min-height:740px}}

/* Footer identity and verified social destinations. */
.footer-top{display:grid;grid-template-columns:minmax(185px,.9fr) minmax(280px,1.6fr) minmax(200px,1fr);gap:36px;align-items:start}
.footer-brand-logo{display:inline-flex;flex-direction:column;align-items:center;gap:12px;font-family:'Paperlogy',sans-serif;white-space:nowrap;color:#fff;text-decoration:none}
.footer-wordmark{font-size:44px;font-weight:800;line-height:1;letter-spacing:-2.5px}
.footer-wordmark b{font-family:Georgia,serif;color:var(--orange);font-weight:800;margin:0 3px}
.footer-brand-korean{display:flex;align-items:center;justify-content:center;gap:9px;font-size:22px;font-weight:600;line-height:1;letter-spacing:-.5px}
.footer-brand-korean img{display:block;width:22px;height:22px;object-fit:contain;flex:none;border-radius:50%}
.footer-links{flex-wrap:wrap;gap:14px 22px;line-height:1.5;margin-bottom:20px}
.footer-business p{margin:0 0 9px;line-height:1.6;font-size:14px}
.footer-business a{color:inherit;text-decoration:none}
.footer-business a:hover{text-decoration:underline}
.footer-social .footer-social-heading{margin:0 0 13px;font-size:14px;color:#c3cdc2;line-height:1.4}
.footer-social ul{list-style:none;padding:0;margin:0;display:grid;gap:4px}
.footer-social a{display:flex;align-items:center;gap:12px;min-height:42px;padding:5px 0;color:white;font-size:16px;line-height:1.4;text-decoration:none}
.footer-social svg{flex:none;width:22px;height:22px}
.footer-channel-arrow{margin-left:auto;color:#aec0b5;font-size:15px}
.footer-social a:hover{color:#f4c18e}
.footer-social a:focus-visible,.footer-brand-logo:focus-visible{outline:2px solid #f4c18e;outline-offset:5px}
@media(max-width:1050px){.footer-top{grid-template-columns:minmax(190px,1fr) minmax(250px,1.4fr);gap:32px}.footer-social{grid-column:1/-1}.footer-social ul{display:flex;flex-wrap:wrap;gap:12px 28px}.footer-social a{gap:10px}.footer-channel-arrow{margin-left:2px}}
@media(max-width:600px){.footer-top{grid-template-columns:1fr;gap:30px}.footer-social{grid-column:auto}.footer-social ul{display:grid;grid-template-columns:1fr 1fr;gap:8px 20px}.footer-social a{font-size:14px;gap:8px}.footer-social li:last-child{grid-column:1/-1}.footer-channel-arrow{margin-left:auto}.footer-brand-korean{font-size:22px}.footer-business p{font-size:14px}}

/* Career relationships and a distinct published-work portfolio. */
.career-detail{display:inline-block;margin-top:8px;font-size:.9em;color:#52685e;line-height:1.6}
.works{padding:88px 0;background:#f5f3eb;scroll-margin-top:100px}
.works-heading{max-width:700px;margin-bottom:36px}
.works-heading h2{margin:0 0 18px;font-size:clamp(30px,3.5vw,48px);line-height:1.2;letter-spacing:-1.3px}
.works-heading>p:last-child{color:#52685e;line-height:1.7}
.works-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.work-card{display:flex;flex-direction:column;align-items:flex-start;padding:30px;border:1px solid #d9ded5;background:#fff;border-radius:10px;min-width:0}
.work-type{font-size:12px;font-weight:700;letter-spacing:1px;color:#a65135;margin:0 0 26px}
.work-card h3{font-size:26px;line-height:1.35;letter-spacing:-.8px;margin:0 0 14px;word-break:keep-all}
.work-card .work-meta{font-size:13px;color:#52685e;margin:0 0 18px}
.work-card>p:not(.work-type):not(.work-meta){font-size:15px;line-height:1.7;margin:0 0 28px;flex:1}
.work-link{display:inline-flex;align-items:center;min-height:44px;font-size:14px;font-weight:600;color:#155b4c;text-decoration:underline;text-underline-offset:5px;line-height:1.5}
.work-link-secondary{font-size:13px;font-weight:500;color:#52685e}
.work-link:focus-visible{outline:2px solid #eb623f;outline-offset:4px}
.institution-group li{flex-direction:column;gap:12px;height:110px}
.institution-group img{height:58px;max-height:58px;max-width:190px}
.institution-group .institution-caption{font-size:12px;line-height:1.4;color:#52685e;text-align:center;white-space:nowrap}
.institution-track{animation-duration:48s}
@media(max-width:800px){.works{padding:54px 0}.works-grid{grid-template-columns:1fr;gap:16px}.work-card{padding:26px}.work-type{margin-bottom:18px}.work-card h3{font-size:25px}.institution-group img{max-width:158px;height:52px}.institution-group li{height:100px}}
.institution-group img[src$="sookmyung.jpg"]{width:190px;object-fit:cover}
@media(max-width:800px){.institution-group img[src$="sookmyung.jpg"]{width:158px}}

.footer-store{margin-top:20px;padding-top:18px;border-top:1px solid rgba(255,255,255,.18)}
.footer-store .footer-store-title{font-weight:700;color:#fff}
.footer-business .footer-store-link{display:inline-flex;align-items:center;min-height:44px;line-height:1.5;font-size:14px;color:#f4c18e;text-decoration:underline;text-underline-offset:4px}
.footer-store-link:focus-visible{outline:2px solid #f4c18e;outline-offset:4px}
