:root{--header-height:clamp(4.5rem,10svh,6.625rem);--paper:#f4f1e9;--white:#fffdf8;--ink:#252b26;--muted:#73776e;--line:#d7d8cd;--accent:#c6482c;--pale:#e5e9df;--serif:'Noto Serif KR',Georgia,serif;color-scheme:light}
*{box-sizing:border-box}html{min-height:100%;scroll-behavior:smooth;scroll-padding-top:6.875rem}body{min-height:100svh;margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',-apple-system,BlinkMacSystemFont,'Apple SD Gothic Neo','Noto Sans KR',sans-serif;-webkit-font-smoothing:antialiased}body,button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer}button,a{touch-action:manipulation}img{display:block;max-width:100%}button:focus-visible,a:focus-visible,summary:focus-visible{outline:0.125rem solid var(--accent);outline-offset:0.3125rem}[hidden]{display:none!important}::selection{background:#edc0ac}.container{width:100%;padding-inline:3%;margin-inline:auto}.section{padding-block:6.75rem}.eyebrow{font-size:0.625rem;font-weight:600;letter-spacing:.14em;line-height:1.8;margin:0 0 1.75rem;text-transform:uppercase}.skip{position:fixed;z-index:100;top:0;left:1.25rem;padding:0.9375rem;background:var(--ink);color:#fff;transform:translateY(-120%)}.skip:focus{transform:none}
.header{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1.875rem;background:var(--paper);border-bottom:0.0625rem solid var(--line);padding:0 3%;position:sticky;top:0;z-index:20}.logo{background:transparent;width:12.25rem;flex-shrink:0;display:flex;align-items:center;justify-content:center}.logo img{width:11.25rem;height:auto}.desktop-nav{display:flex;gap:1.375rem;margin-left:auto;align-items:center}.desktop-nav a{font-size:0.8125rem;white-space:nowrap;padding:1.25rem 0}.desktop-nav a:hover{color:var(--accent)}.header-right{display:flex;align-items:center;gap:1.5625rem}.languages{display:flex;gap:0.125rem}.languages a{display:grid;place-items:center;position:relative;width:1.6875rem;min-height:2.75rem;font-size:0.625rem;color:var(--muted)}.languages a[aria-current]{color:var(--ink);font-weight:700}.languages a[aria-current]:after{content:'';position:absolute;bottom:0.4375rem;width:0.8125rem;height:0.0625rem;background:var(--accent)}.header-apply{font-size:0.75rem;display:flex;gap:1.375rem;align-items:center;white-space:nowrap;min-height:2.75rem;border-bottom:0.0625rem solid var(--ink)}.header-apply span{font-size:1.3125rem}.menu-button{display:none;width:2.5rem;height:2.75rem;border:0;background:transparent;align-items:center;justify-content:center;flex-direction:column;gap:0.375rem}.menu-button i{height:0.0625rem;width:1.375rem;background:var(--ink)}.menu-button[aria-expanded=true] i:first-child{transform:translateY(0.21875rem) rotate(45deg)}.menu-button[aria-expanded=true] i:last-child{transform:translateY(-0.21875rem) rotate(-45deg)}#mobile-nav{position:absolute;inset:100% 0 auto;background:var(--paper);padding:1.25rem 2rem;border-bottom:0.0625rem solid var(--line)}#mobile-nav a{display:block;padding:1.125rem 0;border-top:0.0625rem solid var(--line);font-size:1.0625rem}
.hero{display:grid;grid-template-columns:1.16fr 1fr;gap:3.625rem;padding-top:2.625rem;padding-bottom:3.5rem;align-items:center;}.hero-copy{padding-block:1.625rem}.hero .eyebrow{color:var(--accent);position:relative;margin-bottom:2.125rem}.hero .eyebrow>span:first-child{display:inline-block;width:0.5rem;height:0.5rem;background:var(--accent);border-radius:50%;margin-right:0.5rem}.eyebrow-second{color:#818377;padding-left:1.25rem;font-size:0.5625rem;font-weight:400;letter-spacing:.13em}.hero h1{font-family:var(--serif);font-weight:500;font-size:clamp(2.6875rem,4.25vw,4.0625rem);line-height:1.5;letter-spacing:-.07em;margin:0;word-break:keep-all}.hero-intro{font-size:0.9375rem;line-height:1.95;color:#6b7267;max-width:27.1875rem;margin:1.75rem 0 2.0625rem;word-break:keep-all}.hero-actions{display:flex;align-items:center;gap:1.875rem}.button{min-height:3.25rem;padding:0.9375rem 1.4375rem;display:inline-flex;align-items:center;justify-content:space-between;gap:2.375rem;font-size:0.75rem;border:0.0625rem solid transparent}.button-dark{background:var(--ink);color:var(--white)}.button-dark:hover{background:var(--accent)}.button span{font-size:1.3125rem}.plain-link{display:inline-flex;align-items:center;gap:1.5rem;min-height:2.75rem;font-size:0.75rem}.plain-link span{font-size:1.375rem;transition:transform .2s}.plain-link:hover span{transform:translate(0.1875rem,-0.1875rem)}.registration{display:flex;align-items:center;gap:0.5625rem;font-size:0.625rem;color:#858777;margin-top:2.3125rem}.registration svg{width:1.0625rem;height:1.0625rem;fill:none;stroke:currentColor;stroke-width:1.2}.hero-visual{margin:0;display:grid;grid-template-rows:minmax(0,1fr) auto;gap:0.9375rem;min-width:0}.hero-photo{overflow:hidden;background:#d2c8bb}.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:50% 50%;display:block}.hero-visual figcaption{display:flex;justify-content:space-between;gap:0.9375rem;font-size:0.5rem;letter-spacing:.12em;color:var(--muted);line-height:1.5}.credentials{display:grid;grid-template-columns:repeat(3,1fr);border-top:0.0625rem solid var(--ink);border-bottom:0.0625rem solid var(--line);padding:1.625rem 0}.credentials>div{display:flex;gap:1.5rem;align-items:center;justify-content:center;border-right:0.0625rem solid var(--line)}.credentials>div:first-child{justify-content:flex-start;padding-left:1.125rem}.credentials>div:last-child{border:0}.credentials strong{font-size:3.375rem;font-weight:400;letter-spacing:-.06em;line-height:1}.credentials strong span{font-size:2.1875rem;vertical-align:top}.credentials p{font-size:0.75rem;margin:0;line-height:1.7}.credentials small{display:block;color:#858777;font-size:0.5rem;letter-spacing:.1em;margin-top:0.3125rem}
h2{font-family:var(--serif);font-weight:500;font-size:2.25rem;line-height:1.55;letter-spacing:-.06em;margin:0;word-break:keep-all}.section-heading{display:grid;grid-template-columns:.36fr 1fr;gap:2.1875rem;margin-bottom:2.75rem}.section-heading>.eyebrow{padding-top:0.9375rem}.section-heading>div>p{font-size:0.875rem;color:var(--muted);line-height:1.9;margin-top:1rem;max-width:40rem;word-break:keep-all}.featured{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:1.5rem}.featured-card{display:flex;flex-direction:column;align-items:stretch;min-width:0;width:100%;padding:0;text-align:left;background:transparent;border:0}.feature-image{position:relative;flex-shrink:0;width:100%;overflow:hidden;background:#eae7dc}.feature-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .5s}.featured-card.axion .feature-image img,.featured-card.lipac .feature-image img{object-fit:contain}.featured-card.axion .feature-image{background:#faf6e9}.featured-card.lipac .feature-image{background:white}.featured-card:hover img{transform:scale(1.04)}.feature-number{position:absolute;top:1rem;left:1rem;font-size:0.5625rem;background:var(--paper);padding:0.3125rem 0.4375rem}.feature-arrow{position:absolute;bottom:0;right:0;width:2.625rem;height:2.625rem;display:grid;place-items:center;background:var(--paper);font-size:1.375rem}.feature-copy{flex:1;padding:1.25rem 0 0}.small-label{font-size:0.5625rem;color:var(--accent);letter-spacing:.04em}.feature-copy h3{font-size:1.375rem;font-weight:500;letter-spacing:-.045em;margin:0.625rem 0}.feature-copy p{font-size:0.75rem;color:var(--muted);line-height:1.7;margin:0}.directory-heading{display:flex;align-items:baseline;justify-content:space-between;margin:4.0625rem 0 1.375rem}.directory-heading h3{font-size:0.9375rem;font-weight:500;margin:0}.directory-heading>span{font-size:0.6875rem;color:var(--muted)}.directory-heading b{font-weight:500;color:var(--accent)}.filters{display:flex;flex-wrap:wrap;gap:0.4375rem;margin-bottom:1.4375rem}.filters button{background:transparent;border:0.0625rem solid var(--line);min-height:2.25rem;padding:0.5rem 0.875rem;font-size:0.625rem;border-radius:0.125rem}.filters button[aria-pressed=true]{background:var(--ink);border-color:var(--ink);color:var(--white)}.directory-label,.portfolio-row{display:grid;grid-template-columns:2.8125rem 1fr 11.25rem 6.875rem 1.875rem;gap:1.125rem;align-items:center}.directory-label{font-size:0.5625rem;color:var(--muted);padding:0 1.125rem 0.8125rem;border-bottom:0.0625rem solid var(--ink)}.portfolio-row{width:100%;padding:1.4375rem 1.125rem;background:transparent;border:0;border-bottom:0.0625rem solid var(--line);text-align:left;transition:background .25s}.portfolio-row:hover{background:#eae9de}.row-no{font-size:0.625rem;color:var(--muted)}.row-company strong{font-size:1.125rem;font-weight:500;letter-spacing:-.02em}.row-company small{display:block;font-size:0.6875rem;color:var(--muted);margin-top:0.5rem;line-height:1.6}.row-sector,.portfolio-row time,.portfolio-row .row-date{font-size:0.6875rem;color:var(--muted)}.row-arrow{font-size:1.4375rem}
.approach{background:var(--pale)}.approach-intro{display:grid;grid-template-columns:.36fr 1fr;gap:2.1875rem;margin-bottom:3.4375rem}.approach-intro>.eyebrow{padding-top:0.75rem}.approach-intro>div>p{font-size:0.875rem;line-height:2;color:#6d7566;max-width:40.625rem;margin-top:1.375rem;word-break:keep-all}.sectors{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 4.0625rem}.sector{border-top:0.0625rem solid #bcc6b4}.sector:last-child,.sector:nth-last-child(2){border-bottom:0.0625rem solid #bcc6b4}.sector summary{display:flex;align-items:center;gap:1.25rem;min-height:7rem;cursor:pointer;list-style:none}.sector summary::-webkit-details-marker,.step summary::-webkit-details-marker{display:none}.sector-no{font-size:0.5625rem;color:#6a7562}.sector svg{width:2.5rem;height:2.5rem;margin-right:0.25rem;flex-shrink:0}.sector summary strong{font-size:1.1875rem;font-weight:500;display:block}.sector summary small{display:block;font-size:0.5625rem;letter-spacing:.1em;color:#7e8676;margin-top:0.5625rem}.plus{margin-left:auto;font-size:1.5625rem;font-weight:400}.sector[open] .plus{transform:rotate(45deg)}.sector>p{font-size:0.8125rem;line-height:1.9;color:#5a6757;margin:0 0 1.5625rem 6.1875rem;max-width:25rem;word-break:keep-all}
.acceleration{display:grid;grid-template-columns:1fr 1.08fr;gap:6.25rem}.process-intro h2{font-size:2rem}.process-intro>p:not(.eyebrow){max-width:24.375rem;font-size:0.875rem;color:var(--muted);line-height:1.9;margin:1.375rem 0}.process-intro .plain-link{border-bottom:0.0625rem solid #a5ab9e}.process-symbol{display:block;width:12.8125rem;height:8.5625rem;margin-top:3.125rem;stroke:var(--accent);stroke-width:1.4}.step{border-top:0.0625rem solid var(--line)}.step:last-child{border-bottom:0.0625rem solid var(--line)}.step summary{display:flex;align-items:center;gap:1.875rem;list-style:none;cursor:pointer;min-height:5.625rem}.step summary>span{font-size:0.625rem;color:var(--accent)}.step h3{font-size:1.3125rem;font-weight:500;letter-spacing:-.04em;margin:0}.step b{font-size:1.4375rem;font-weight:400;margin-left:auto}.step[open] b{transform:rotate(45deg)}.step>p{font-size:0.8125rem;line-height:1.9;color:var(--muted);padding:0 1.5625rem 1.375rem 2.875rem;margin:0}
.team-section{background:#e9e6dc}.people{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem}.person-photo{overflow:hidden;background:#d4d4c8}.person-photo img{width:100%;height:100%;object-fit:cover;filter:grayscale(1);transition:filter .5s}.person:hover img{filter:grayscale(0)}.person:nth-child(2) img{object-position:50% 25%}.person p{font-size:0.5625rem;letter-spacing:.11em;color:#8d684e;margin:1.4375rem 0 0.75rem}.person h3{font-family:var(--serif);font-size:1.5625rem;letter-spacing:-.04em;font-weight:500;margin:0}.committee{display:flex;align-items:center;gap:1.75rem;border-top:0.0625rem solid #c9cabe;margin-top:2.8125rem;padding-top:2.1875rem}.committee-icon{font-size:2.25rem;color:var(--accent)}.committee h3{font-size:1.125rem;letter-spacing:-.025em;font-weight:500;margin:0 0 0.625rem}.committee p{font-size:0.75rem;line-height:1.8;color:var(--muted);max-width:45.625rem;margin:0}.committee>.plain-link{margin-left:auto;flex-shrink:0}.family{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:0.0625rem solid var(--ink)}.family a,.family article{position:relative;padding:2rem 1.5625rem 1.875rem 0;border-bottom:0.0625rem solid var(--line)}.family span{font-size:1.4375rem;letter-spacing:-.03em}.family small{display:block;font-size:0.6875rem;color:var(--muted);margin-top:0.8125rem}.family b{position:absolute;top:2rem;right:1.875rem;font-weight:400;font-size:1.1875rem}
.contact{background:var(--accent);color:#fff5e8}.contact-inner{display:grid;grid-template-columns:1.18fr 1fr;gap:5.625rem;padding-block:5rem}.contact .eyebrow{font-size:0.5625rem;opacity:.7}.contact h2{font-size:2.4375rem;line-height:1.6}.contact-right{align-self:center}.contact-right>p{font-size:0.8125rem;line-height:1.8;color:#f3ccb8;margin:0 0 1.4375rem}.contact-email{font-size:clamp(1.375rem,2.5vw,2.3125rem);letter-spacing:-.04em;display:flex;justify-content:space-between;padding-bottom:0.875rem;border-bottom:0.0625rem solid #eeb494}.contact-email span{font-size:1.9375rem}.contact-phone{display:inline-block;min-height:2.75rem;padding-top:1.125rem;font-size:0.9375rem}.contact-right .contact-hours{margin-top:0.625rem;font-size:0.625rem}.footer{background:#080a09;color:#a5a69b}.footer-top{display:flex;align-items:center;gap:2.375rem;padding-block:2.1875rem}.footer-logo{flex-shrink:0}.footer-logo img{width:9.5625rem;height:auto}.footer-top>div>p{font-size:0.625rem;line-height:1.85;margin:0 0 0.625rem}.footer-top>div>span{font-size:0.5625rem;color:#666c62}.back-top{margin-left:auto;font-size:0.625rem;white-space:nowrap;min-height:2.75rem;display:flex;align-items:center}.footer-bottom{border-top:0.0625rem solid #282d25;padding-block:1.375rem;display:flex;justify-content:space-between;gap:1.25rem;font-size:0.5rem;letter-spacing:.05em;color:#60685a}
.company-dialog{border:0;padding:0;background:var(--paper);color:var(--ink);width:min(53.125rem,calc(100% - 2rem));max-height:calc(100svh - 2.5rem);overflow:auto}.company-dialog::backdrop{background:#171f1bb5;backdrop-filter:blur(0.3125rem)}.dialog-open{overflow:hidden}.dialog-close{position:absolute;top:0.75rem;right:0.75rem;width:2.75rem;height:2.75rem;border:0;background:var(--paper);z-index:2;font-size:1.9375rem;font-weight:300}.company-dialog>img{width:100%;object-fit:contain;background:#edeadf}.dialog-content{padding:2.125rem 2.625rem}.dialog-content>.eyebrow{color:var(--accent);margin-bottom:0.875rem}.dialog-content h2{font-size:2.125rem}.dialog-content>p:not(.eyebrow){font-size:0.875rem;color:var(--muted);line-height:1.8}.dialog-content dl{margin:1.5625rem 0}.dialog-content dl>div{display:grid;grid-template-columns:10rem 1fr;gap:1.25rem;padding:0.9375rem 0;border-top:0.0625rem solid var(--line);font-size:0.75rem}.dialog-content dt{color:var(--muted)}.dialog-content dd{margin:0;line-height:1.7}.dialog-links{display:flex;gap:1.5625rem;align-items:center;flex-wrap:wrap}
html:lang(en){--serif:Georgia,'Times New Roman',serif}html:lang(en) .hero h1{font-size:clamp(3.125rem,5.1vw,4.875rem);line-height:1.2;letter-spacing:-.05em}html:lang(en) h2{letter-spacing:-.04em;line-height:1.3}html:lang(en) .contact h2{font-size:3rem}html:lang(ja){--serif:'Noto Serif JP',serif}html:lang(ja) :is(h1,h2,h3,p){word-break:normal;overflow-wrap:anywhere}html:lang(ja) .hero h1{font-size:clamp(2.5rem,3.8vw,3.6875rem)}html:lang(ja) h2{font-size:2.0625rem}
@media(min-width:103.125rem){.hero{gap:5.3125rem}.hero-visual{}.hero h1{font-size:4.3125rem}}
@media(max-width:74.9375rem){.header{gap:1.5625rem;padding-right:1.75rem;padding-left:1.25rem}.logo{width:10.9375rem}.logo img{width:9.375rem}.desktop-nav{gap:1.125rem}.desktop-nav a{font-size:0.75rem}.header-right{gap:0.9375rem}.header-apply{display:none}.container{width:100%;padding-inline:3%}.hero{gap:2.1875rem;}.hero-visual{}.hero h1{font-size:clamp(2.25rem,4.6vw,3.4375rem)}.hero-intro{font-size:0.875rem}.hero-actions{gap:1.125rem}.credentials>div{gap:0.9375rem}.credentials strong{font-size:2.8125rem}.credentials p{font-size:0.625rem}.credentials small{font-size:0.4375rem}.section-heading{grid-template-columns:.27fr 1fr}.featured{gap:1.125rem}.feature-image{}.feature-copy h3{font-size:1.1875rem}.directory-label,.portfolio-row{grid-template-columns:1.75rem 1fr 8.4375rem 5rem 1.5rem;gap:0.75rem}.acceleration{gap:3.125rem}.person-photo{}.contact-inner{gap:2.5rem}.contact h2{font-size:2.0625rem}.footer-top{gap:1.5rem}.footer-top>div>p{font-size:0.5625rem}.back-top{font-size:0.5625rem}}
@media(max-width:56.25rem){.desktop-nav{display:none}.header-right{margin-left:auto}.menu-button{display:flex}.container{width:100%;padding-inline:4%}.hero{grid-template-columns:1.05fr 1fr;gap:1.75rem}.hero h1{font-size:2.25rem}.hero-visual{}.hero-actions{display:block}.hero-actions>.plain-link{margin-top:0.75rem}.hero-intro{font-size:0.8125rem}.registration{font-size:0.5625rem}.credentials strong{font-size:2.5rem}.credentials>div{display:block;text-align:center}.credentials>div:first-child{padding-left:0;text-align:center}.credentials p{margin-top:0.75rem}.featured{grid-template-columns:1fr 1fr}.featured-card:last-child{display:none}.section-heading,.approach-intro{display:block}.section-heading>.eyebrow,.approach-intro>.eyebrow{margin-bottom:1.25rem}.sectors{gap:0 1.875rem}.sector summary{gap:0.8125rem}.sector svg{width:2rem}.sector summary strong{font-size:1.0625rem}.sector>p{margin-left:4.125rem}.acceleration{grid-template-columns:1fr;gap:2.375rem}.process-symbol{display:none}.people{grid-template-columns:repeat(2,minmax(0,1fr));gap:2.1875rem 1.5rem}.person-photo{}.committee{flex-wrap:wrap}.committee>.plain-link{margin-left:4rem}.family{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-inner{grid-template-columns:1fr 1fr}.contact h2{font-size:1.875rem}.contact-email{font-size:1.5625rem}.footer-top{flex-wrap:wrap}.footer-logo{width:100%}.footer-top>div>p{font-size:0.625rem}}
@media(max-width:37.5rem){html{scroll-padding-top:5.125rem}.container{width:100%;padding-inline:4%}.header{padding:0 4%;gap:0.9375rem}.logo{width:8.875rem;}.logo img{width:8.8125rem}.header-right{gap:0.5rem}.languages a{width:1.5625rem}.section{padding-block:4.375rem}.hero{display:flex;flex-direction:column;align-items:stretch;gap:1.875rem;padding-top:2.4375rem;padding-bottom:2.125rem;}.hero-copy{padding:0}.hero .eyebrow{margin-bottom:1.4375rem;font-size:0.5625rem}.eyebrow-second{font-size:0.5rem}.hero h1{font-size:clamp(2rem,8.8vw,3rem);line-height:1.55}.hero-intro{font-size:0.8125rem;line-height:1.9;max-width:22.5rem;margin:1.25rem 0 1.5625rem}.hero-actions{display:flex;align-items:center;gap:1.5625rem}.hero-actions>.plain-link{margin:0}.button{min-height:3rem;padding:0.75rem 1.125rem;gap:1.5rem;font-size:0.6875rem}.plain-link{font-size:0.6875rem;gap:0.8125rem}.registration{margin-top:1.375rem;font-size:0.5625rem}.hero-visual{width:100%;align-self:center}.credentials{padding:1.3125rem 0;grid-template-columns:repeat(3,minmax(0,1fr))}.credentials strong{font-size:2.125rem}.credentials strong span{font-size:1.5rem}.credentials>div{padding:0 0.5625rem}.credentials p{font-size:0.5625rem;line-height:1.8;margin-top:0.5rem;word-break:keep-all}.credentials small{display:none}h2{font-size:1.75rem;line-height:1.65}.section-heading{margin-bottom:1.875rem}.section-heading>.eyebrow{font-size:0.5625rem}.section-heading>div>p{font-size:0.8125rem;margin-top:0.9375rem}.featured{display:block}.featured-card{width:100%}.featured-card:not(:first-child){display:none}.feature-image{}.feature-copy h3{font-size:1.3125rem}.directory-heading{margin-top:2.5rem}.directory-heading h3{font-size:0.875rem}.directory-heading>span{font-size:0.625rem}.filters{gap:0.375rem;margin-bottom:1.25rem}.filters button{font-size:0.5625rem;padding:0.4375rem 0.625rem;min-height:2.125rem}.directory-label{display:none}.portfolio-directory{border-top:0.0625rem solid var(--ink)}.portfolio-row{grid-template-columns:1.25rem minmax(0,1fr) 3.1875rem 1.125rem;gap:0.5625rem;padding:1.3125rem 0}.row-company strong{font-size:1rem}.row-company small{font-size:0.625rem;line-height:1.7;max-width:14.6875rem}.row-sector{display:none}.portfolio-row time,.portfolio-row .row-date{font-size:0.5625rem;align-self:start;padding-top:0.3125rem}.row-arrow{font-size:1.1875rem;align-self:start}.row-no{font-size:0.5rem;align-self:start;padding-top:0.375rem}.approach-intro{margin-bottom:1.875rem}.approach-intro>div>p{font-size:0.8125rem}.sectors{grid-template-columns:1fr}.sector summary{min-height:6rem;gap:1.0625rem}.sector svg{width:2.25rem;height:2.25rem}.sector summary strong{font-size:1.125rem}.sector>p{font-size:0.75rem;margin-left:4.875rem}.sector:nth-last-child(2){border-bottom:0}.sector summary small{font-size:0.5rem}.acceleration{gap:2.1875rem}.process-intro h2{font-size:1.6875rem}.process-intro>p:not(.eyebrow){font-size:0.8125rem}.step summary{min-height:4.875rem;gap:1.25rem}.step h3{font-size:1.1875rem}.step>p{font-size:0.75rem;padding-left:2.1875rem}.people{gap:1.75rem 1rem}.person-photo{}.person p{font-size:0.5rem;margin-top:0.9375rem;letter-spacing:.045em}.person h3{font-size:1.375rem}.committee{gap:0.9375rem;margin-top:2.1875rem;padding-top:1.5625rem}.committee-icon{display:none}.committee h3{font-size:1.0625rem}.committee p{font-size:0.75rem}.committee>.plain-link{margin:0}.family{grid-template-columns:1fr 1fr}.family a,.family article{padding:1.5rem 0.9375rem 1.5rem 0}.family span{font-size:1.125rem;line-height:1.4}.family small{font-size:0.625rem;line-height:1.7;margin-top:0.625rem;max-width:9.6875rem}.family b{display:none}.contact-inner{display:block;padding-block:3.75rem}.contact h2{font-size:1.9375rem}.contact-right{margin-top:2.1875rem}.contact-right>p{font-size:0.75rem}.contact-email{font-size:1.75rem}.contact-phone{font-size:0.875rem}.footer-top{padding-block:1.5625rem;gap:1.5rem}.footer-logo{width:100%}.footer-logo img{width:8.5625rem}.footer-top>div{width:100%}.footer-top>div>p{font-size:0.625rem}.back-top{margin-left:0}.footer-bottom{display:block;font-size:0.5rem;padding-block:1.25rem}.footer-bottom span:last-child{display:none}.company-dialog>img{}.dialog-content{padding:1.5625rem}.dialog-content h2{font-size:1.5625rem}.dialog-content dl>div{grid-template-columns:1fr;gap:0.5625rem}.dialog-links{gap:0.75rem}.dialog-close{top:0.5rem;right:0.5rem}html:lang(en) .hero h1{font-size:clamp(2.4375rem,11.3vw,3.8125rem);line-height:1.15}html:lang(en) .hero-actions{gap:0.875rem}html:lang(en) .button{gap:0.8125rem}html:lang(en) h2{font-size:2.0625rem}html:lang(en) .contact h2{font-size:2.5625rem}html:lang(en) .person h3{font-size:1.5rem}html:lang(ja) .hero h1{font-size:clamp(1.8125rem,8.2vw,2.75rem);line-height:1.65}html:lang(ja) h2{font-size:1.625rem}html:lang(ja) .contact h2{font-size:1.625rem}html:lang(ja) .person h3{font-size:1.25rem}html:lang(ja) .step h3{font-size:1.0625rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}

.desktop-nav a[aria-current="page"]{color:var(--accent)}
.committee-hero{padding-top:2.1875rem;padding-bottom:4.25rem}.committee-hero>.plain-link{color:var(--muted);margin-bottom:3.25rem}.committee-hero>.eyebrow{color:var(--accent);margin-bottom:1.375rem}.committee-hero h1{font-family:var(--serif);font-size:clamp(2.5rem,4.7vw,4.25rem);font-weight:500;letter-spacing:-.06em;line-height:1.35;margin:0;word-break:keep-all}.committee-intro{font-size:1.0625rem;line-height:1.9;max-width:40rem;color:var(--muted);word-break:keep-all;margin:1.75rem 0 0}.committee-roster{padding-bottom:6.25rem}.roster-heading{display:flex;align-items:center;justify-content:space-between;gap:1.875rem;border-bottom:0.0625rem solid var(--ink);padding-bottom:1.6875rem}.roster-heading h2{font-family:inherit;font-size:1.375rem;font-weight:500;letter-spacing:-.035em}.roster-heading p{font-size:0.75rem;color:var(--muted);margin:0}.committee-members{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));column-gap:2.25rem}.committee-member{padding:2.375rem 0 1.75rem;border-bottom:0.0625rem solid var(--line);min-width:0}.committee-member>img{display:block;width:6.5rem;height:6.5rem;object-fit:cover;border-radius:50%;margin-bottom:1.5625rem}.member-role{font-size:0.5rem;letter-spacing:.12em;color:var(--accent);margin:0 0 0.6875rem}.committee-member h3{font-family:var(--serif);font-size:1.5625rem;font-weight:500;line-height:1.4;letter-spacing:-.04em;margin:0 0 1rem;word-break:keep-all}.member-credential{font-size:0.75rem;color:var(--muted);line-height:1.85;min-height:2.8125rem;margin:0;word-break:keep-all}.member-expertise{font-size:0.75rem;line-height:1.8;margin:1.25rem 0 0}.member-expertise>span{display:block;font-size:0.5625rem;color:var(--muted);margin-bottom:0.25rem}.committee-principles{background:var(--pale)}.committee-principles .eyebrow{color:var(--accent)}.committee-principles h2{max-width:47.5rem;margin:1.5625rem 0 2.8125rem}.principle-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2.5rem}.principle-grid article{border-top:0.0625rem solid #b9c1b4;padding-top:1.75rem}.principle-grid h3{font-size:1.3125rem;font-weight:500;letter-spacing:-.03em;margin:1.25rem 0 1rem}.principle-grid p{font-size:0.8125rem;line-height:1.9;color:var(--muted);word-break:keep-all;max-width:20.625rem}.committee-decision{display:grid;grid-template-columns:1fr 1.2fr;gap:6.25rem}.committee-decision h2{margin:1.5625rem 0 1.25rem;font-size:2.125rem;line-height:1.5}.committee-decision>div>p:last-child{font-size:0.875rem;line-height:1.9;color:var(--muted);max-width:23.125rem;word-break:keep-all}.committee-decision ol{list-style:none;margin:0;padding:0}.committee-decision li{display:flex;gap:1.75rem;padding:1.8125rem 0;border-top:0.0625rem solid var(--line)}.committee-decision li:first-child{border-color:var(--ink)}.decision-number{font-size:0.75rem;color:var(--accent);padding-top:0.375rem}.committee-decision h3{font-size:1.25rem;font-weight:500;margin:0;line-height:1.7;letter-spacing:-.03em}.committee-decision li p{font-size:0.8125rem;line-height:1.85;color:var(--muted);margin:0.75rem 0 0;word-break:keep-all}.committee-contact{background:#e9e6dc}.committee-contact>.container{display:flex;align-items:center;justify-content:space-between;gap:3.125rem;padding-block:3.75rem}.committee-contact h2{font-size:1.8125rem}.committee-contact p{font-size:0.8125rem;color:var(--muted);line-height:1.8;margin:1.125rem 0 0}.committee-contact .button{flex-shrink:0}
@media(max-width:74.9375rem){.committee-members{column-gap:1.75rem}.committee-member h3{font-size:1.4375rem}.committee-decision{gap:3.4375rem}.committee-decision h2{font-size:1.8125rem}.committee-contact h2{font-size:1.5625rem}}
@media(max-width:56.25rem){.committee-members{grid-template-columns:repeat(3,minmax(0,1fr))}.committee-hero{padding-bottom:3.4375rem}.committee-hero>.plain-link{margin-bottom:2.1875rem}.committee-intro{font-size:0.9375rem}.roster-heading{align-items:flex-start;flex-direction:column;gap:0.75rem}.principle-grid{gap:1.625rem}.principle-grid h3{font-size:1.125rem}.committee-decision{grid-template-columns:1fr;gap:1.875rem}.committee-contact>.container{gap:1.875rem}.committee-contact h2{font-size:1.5625rem}}
@media(max-width:37.5rem){.committee-hero{padding-top:1.25rem;padding-bottom:2.375rem}.committee-hero>.plain-link{margin-bottom:2rem}.committee-hero>.eyebrow{font-size:0.5rem;letter-spacing:.1em;margin-bottom:1.125rem}.committee-hero h1{font-size:2.375rem;line-height:1.4}.committee-intro{font-size:0.8125rem;line-height:1.9;margin-top:1.25rem}.committee-roster{padding-bottom:4.0625rem}.roster-heading{padding-bottom:1.25rem;gap:0.4375rem}.roster-heading h2{font-size:1.0625rem;line-height:1.6}.roster-heading p{font-size:0.625rem;line-height:1.8}.committee-members{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:1.375rem}.committee-member{padding:1.6875rem 0 1.4375rem}.committee-member>img{width:5.25rem;height:5.25rem;margin-bottom:1.25rem}.member-role{font-size:0.4375rem;letter-spacing:.04em;margin-bottom:0.625rem}.committee-member h3{font-size:1.375rem;margin-bottom:0.8125rem;line-height:1.5}.member-credential{font-size:0.6875rem;line-height:1.85;min-height:2.625rem}.member-expertise{font-size:0.6875rem;margin-top:1.125rem}.member-expertise>span{font-size:0.5rem}.committee-principles h2{font-size:1.6875rem;margin:1.25rem 0 1.875rem}.principle-grid{grid-template-columns:1fr;gap:1.25rem}.principle-grid article{padding-top:1.375rem}.principle-grid h3{font-size:1.3125rem;margin-top:0.9375rem}.principle-grid p{font-size:0.8125rem;margin-bottom:0;max-width:none}.committee-decision{gap:1.75rem}.committee-decision h2{font-size:1.6875rem;margin:1.25rem 0 0.9375rem}.committee-decision>div>p:last-child{font-size:0.8125rem}.committee-decision li{gap:1.25rem;padding:1.4375rem 0}.committee-decision h3{font-size:1.0625rem}.committee-decision li p{font-size:0.75rem}.committee-contact>.container{display:block;padding-block:2.8125rem}.committee-contact h2{font-size:1.625rem}.committee-contact p{font-size:0.75rem}.committee-contact .button{margin-top:1.5625rem}.committee-page:lang(en) h1{font-size:2.75rem;line-height:1.15}.committee-page:lang(en) .committee-member h3{font-size:1.4375rem;line-height:1.3;min-height:3.75rem}.committee-page:lang(en) .member-credential{min-height:3.875rem}.committee-page:lang(ja) h1{font-size:2.0625rem}.committee-page:lang(ja) .committee-member h3{font-size:1.1875rem}.committee-page:lang(ja) .committee-contact h2{font-size:1.5rem}}

/* Viewport height for the opening section; content controls all following sections. */
.header{height:var(--header-height)}.logo{height:100%}.hero{min-height:calc(100svh - var(--header-height));padding-block:clamp(2rem,6svh,4.5rem);align-items:stretch}.hero-copy{align-self:center}.hero-visual{height:auto;min-height:0;align-self:stretch}.hero-photo{position:relative;min-height:0}.hero-photo img{position:absolute;inset:0;width:100%;height:100%}.feature-image{height:auto;aspect-ratio:16/10}.person-photo{height:auto;aspect-ratio:4/5}.company-dialog>img{height:auto;aspect-ratio:16/9}.credentials.container{padding-inline:3%}
@media(max-width:56.25rem){.credentials.container{padding-inline:4%}}
@media(max-width:37.5rem){.hero{padding-block:6svh;min-height:calc(100svh - var(--header-height))}.hero-copy{width:100%}.hero-visual{height:auto;align-self:stretch}.hero-photo{aspect-ratio:4/3}.feature-image{aspect-ratio:16/10}.person-photo{aspect-ratio:4/5}.company-dialog>img{aspect-ratio:16/10}}
