@font-face{font-family:Pretendard;src:url(/assets/fonts/Pretendard-Regular.otf) format("opentype");font-weight:400;font-display:swap}@font-face{font-family:Pretendard;src:url(/assets/fonts/Pretendard-SemiBold.otf) format("opentype");font-weight:600;font-display:swap}@font-face{font-family:Pretendard;src:url(/assets/fonts/Pretendard-Bold.otf) format("opentype");font-weight:700;font-display:swap}@font-face{font-family:Inter;src:url(/assets/fonts/Inter-Regular.otf) format("opentype");font-weight:400;font-display:swap}@font-face{font-family:Inter;src:url(/assets/fonts/Inter-SemiBold.otf) format("opentype");font-weight:600;font-display:swap}:root{--ivory: #F7F3E9;--navy: #222E3D;--line: rgba(34, 46, 61, .2);--soft: rgba(34, 46, 61, .08);--muted: rgba(34, 46, 61, .7);--ivory-soft: rgba(247, 243, 233, .74);--radius: 1.6rem}*{box-sizing:border-box}html{scroll-behavior:smooth;color:var(--navy);background:var(--ivory)}body{margin:0;min-width:320px;font-family:Pretendard,sans-serif;color:var(--navy);background:var(--ivory);text-rendering:optimizeLegibility}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.shell{width:min(1180px,calc(100% - 48px));margin-inline:auto}.eyebrow{margin:0 0 1rem;font-family:Inter,sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.16em}.eyebrow.light{color:var(--ivory)}.site-header{position:sticky;z-index:50;top:0;display:flex;align-items:center;justify-content:space-between;min-height:78px;padding:0 5vw;border-bottom:1px solid var(--line);background:#f7f3e9e6;backdrop-filter:blur(16px)}.brand-lockup img{width:152px;height:auto}.site-header nav{display:flex;gap:clamp(1rem,2.8vw,2.6rem);font-size:.88rem}.site-header nav a{position:relative;padding:.5rem 0}.site-header nav a:after{position:absolute;right:0;bottom:0;left:0;height:1px;background:var(--navy);content:"";transform:scaleX(0);transform-origin:right;transition:transform .18s ease}.site-header nav a:hover:after,.site-header nav a:focus-visible:after{transform:scaleX(1);transform-origin:left}.home-hero{display:grid;grid-template-columns:minmax(0,.94fr) minmax(430px,1.06fr);gap:clamp(2rem,5vw,6rem);align-items:center;min-height:760px;padding-block:5.5rem 6rem}.hero-copy h1{max-width:730px;margin:0;font-size:clamp(3.1rem,5.7vw,5.8rem);font-weight:600;line-height:1.07;letter-spacing:-.055em}.hero-copy h1 em{position:relative;font-style:normal}.hero-copy h1 em:after{position:absolute;right:0;bottom:.05em;left:0;z-index:-1;height:.3em;border-radius:999px;background:#222e3d24;content:""}.hero-lead{max-width:570px;margin:2rem 0 0;color:var(--muted);font-size:1.1rem;line-height:1.85}.hero-actions{display:flex;align-items:center;gap:1.6rem;margin-top:2.4rem}.button{display:inline-flex;min-height:52px;align-items:center;justify-content:center;padding:0 1.6rem;border:1px solid var(--navy);border-radius:999px;font-weight:600}.button.primary{color:var(--ivory);background:var(--navy)}.text-link{padding-bottom:.25rem;border-bottom:1px solid var(--navy);font-size:.94rem}.hero-facts{display:grid;grid-template-columns:repeat(3,1fr);max-width:550px;margin:4.2rem 0 0;border-top:1px solid var(--line)}.hero-facts div{padding:1.2rem 0}.hero-facts div+div{padding-left:1.2rem;border-left:1px solid var(--line)}.hero-facts dt{margin-bottom:.35rem;font-family:Inter,sans-serif;font-size:.7rem}.hero-facts dd{margin:0;font-size:.85rem}.hero-visual{position:relative;min-height:610px;overflow:hidden;border-radius:48% 48% 2.2rem 2.2rem;background:var(--navy);isolation:isolate}.hero-visual:before,.hero-visual:after{position:absolute;border:1px solid rgba(247,243,233,.3);border-radius:50%;content:""}.hero-visual:before{inset:10% -15% -45%}.hero-visual:after{inset:28% 7% -40%}.hero-orbit{position:absolute;z-index:-1;border:1px solid rgba(247,243,233,.35);border-radius:50%}.orbit-one{top:-12%;left:12%;width:76%;aspect-ratio:1}.orbit-two{top:3%;left:27%;width:46%;aspect-ratio:1}.hero-drop{position:absolute;z-index:1;width:64px;aspect-ratio:1;border:1px solid var(--ivory);border-radius:65% 35% 60% 40%;background:#f7f3e91a;transform:rotate(35deg)}.drop-one{top:14%;right:9%}.drop-two{bottom:10%;left:8%;width:34px}.product-stage{position:absolute;inset:9% 17% 8%;z-index:2;display:grid;place-items:center;overflow:hidden;border:1px solid rgba(247,243,233,.72);border-radius:48% 48% 1.6rem 1.6rem;background:var(--ivory);box-shadow:0 32px 80px #222e3d52}.product-stage img{width:100%;height:100%;object-fit:cover}.floating-note{position:absolute;z-index:4;margin:0;padding:.85rem 1rem;border:1px solid rgba(247,243,233,.7);color:var(--ivory);background:#222e3dd1;font-size:.82rem;line-height:1.45;backdrop-filter:blur(8px)}.floating-note span{display:block;font-size:.66rem;opacity:.74}.note-one{top:24%;left:2.5%}.note-two{right:2.5%;bottom:22%}.question-section,.method-section,.product-section{padding-block:8.5rem}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:3rem;margin-bottom:3rem}.section-heading h2,.method-intro h2,.product-copy h2,.topic-copy h2{margin:0;font-size:clamp(2.4rem,4.5vw,4.4rem);font-weight:600;line-height:1.12;letter-spacing:-.045em}.section-heading>p{max-width:410px;margin:0 0 .4rem;color:var(--muted);line-height:1.7}.article-grid-home{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.article-card{display:flex;min-height:320px;flex-direction:column;justify-content:space-between;padding:clamp(1.6rem,3vw,2.5rem);border:1px solid var(--line);border-radius:var(--radius);transition:color .18s ease,background .18s ease,transform .18s ease}.article-card.featured{position:relative;grid-row:span 2;min-height:664px;overflow:hidden;padding:0;color:var(--ivory);background:var(--navy)}.article-card.featured:after{position:absolute;z-index:1;inset:0;background:linear-gradient(180deg,#141f2b14 22%,#141f2bf0 78%);content:"";pointer-events:none}.article-card.featured>*{position:relative;z-index:2}.article-card.featured .article-card-topline{margin:3rem 3rem 0}.article-card.featured .article-card-image{position:absolute;z-index:0;inset:0;aspect-ratio:auto;margin:0;border-radius:0}.article-card.featured h3{margin:auto 3rem 1.2rem}.article-card.featured>p{margin-right:3rem;margin-left:3rem}.article-card.featured .article-card-footer{margin:0 3rem 3rem}.article-card:hover,.article-card:focus-visible{color:var(--ivory);background:var(--navy);transform:translateY(-4px)}.article-card-topline,.article-card-footer{display:flex;justify-content:space-between;gap:1rem;font-size:.78rem}.article-card-image{aspect-ratio:3 / 2;margin-top:1.5rem;overflow:hidden;border-radius:calc(var(--radius) * .7);background:#222e3d14}.article-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .36s ease}.article-card:hover .article-card-image img,.article-card:focus-visible .article-card-image img{transform:scale(1.025)}.article-card h3{max-width:630px;margin:auto 0 1.2rem;font-size:clamp(1.7rem,3vw,3.2rem);font-weight:600;line-height:1.18;letter-spacing:-.035em}.article-card:not(.featured) h3{margin-top:3.2rem;font-size:clamp(1.45rem,2.2vw,2.15rem)}.article-card>p{max-width:620px;margin:0 0 2.6rem;line-height:1.75;opacity:.74}.article-card-footer{padding-top:1rem;border-top:1px solid currentColor}.topic-section{color:var(--ivory);background:var(--navy)}.topic-inner{display:grid;grid-template-columns:.9fr 1.1fr;gap:7vw;align-items:center;min-height:720px;padding-block:8rem}.topic-copy>p:last-child{max-width:480px;margin:2rem 0 0;color:#f7f3e9b8;line-height:1.8}.topic-list{border-top:1px solid rgba(247,243,233,.34)}.topic-list span{display:flex;align-items:center;gap:1.4rem;padding:1.35rem 0;border-bottom:1px solid rgba(247,243,233,.34);font-size:clamp(1.15rem,2vw,1.65rem)}.topic-list b{font-family:Inter,sans-serif;font-size:.68rem;font-weight:400;opacity:.65}.method-section{display:grid;grid-template-columns:.78fr 1.22fr;gap:8vw}.method-intro>p:last-child,.product-copy>p{max-width:530px;margin:2rem 0 0;color:var(--muted);line-height:1.85}.method-steps article{display:grid;grid-template-columns:52px minmax(180px,.7fr) 1fr;gap:1rem;align-items:start;padding:2rem 0;border-top:1px solid var(--line)}.method-steps article:last-child{border-bottom:1px solid var(--line)}.method-steps span{font-family:Inter,sans-serif;font-size:.75rem}.method-steps h3,.method-steps p{margin:0}.method-steps h3{font-size:1.2rem}.method-steps p{color:var(--muted);line-height:1.7}.quote-band{padding-block:5rem;border-top:1px solid var(--navy);border-bottom:1px solid var(--navy);text-align:center}.quote-band p{max-width:940px;margin:0 auto;font-size:clamp(1.7rem,3.4vw,3.2rem);line-height:1.45;letter-spacing:-.035em}.product-section{display:grid;grid-template-columns:.85fr 1.15fr;gap:8vw;align-items:center}.launch-note{display:inline-flex;margin-top:2rem;padding:.55rem .9rem;border:1px solid var(--navy);border-radius:999px;font-size:.8rem}.product-card{position:relative;display:grid;grid-template-columns:1.1fr .9fr;min-height:470px;overflow:hidden;border:1px solid var(--navy);border-radius:var(--radius);background:#222e3d0d}.product-card>img{width:100%;height:100%;object-fit:cover}.product-card>div{display:flex;flex-direction:column;justify-content:end;padding:2rem;color:var(--ivory);background:var(--navy)}.product-logo{width:145px;margin-bottom:auto;filter:invert(1);opacity:.95}.product-card>div p{margin:0 0 .35rem;font-size:1.2rem}.product-card>div span{font-size:.78rem;opacity:.7}.site-footer{display:grid;grid-template-columns:1fr 1fr;gap:3rem;padding:4.5rem 5vw 3rem;border-top:1px solid var(--line)}.site-footer img{width:145px;margin-bottom:1.2rem}.site-footer p{margin:.35rem 0;color:var(--muted);font-size:.8rem;line-height:1.6}.footer-note{align-self:end;text-align:right}.article-page{padding-bottom:8rem}.article-hero{max-width:980px;padding-top:6rem;padding-bottom:3rem;text-align:center}.article-hero-image{aspect-ratio:3 / 2;margin:3rem 0 0;overflow:hidden;border-radius:var(--radius);background:#222e3d14}.article-hero-image img{width:100%;height:100%;object-fit:cover}.breadcrumb{display:inline-block;margin-bottom:3rem;padding-bottom:.2rem;border-bottom:1px solid var(--navy);font-size:.78rem}.article-hero h1{max-width:920px;margin:0 auto;font-size:clamp(2.7rem,5.8vw,5.4rem);font-weight:600;line-height:1.12;letter-spacing:-.055em}.article-description{max-width:680px;margin:2rem auto 0;color:var(--muted);font-size:1.05rem;line-height:1.8}.article-meta{display:flex;justify-content:center;gap:1rem;margin-top:2rem;font-family:Inter,Pretendard,sans-serif;font-size:.74rem}.article-meta span+span:before{margin-right:1rem;content:"/";opacity:.45}.answer-panel,.scope-panel{max-width:980px;border:1px solid var(--navy)}.answer-panel{display:grid;grid-template-columns:140px 1fr;gap:2rem;align-items:center;padding:2.2rem 2.5rem;color:var(--ivory);background:var(--navy)}.answer-panel span,.scope-panel span{font-size:.76rem;font-weight:600}.answer-panel strong{font-size:clamp(1.25rem,2.3vw,2rem);font-weight:500;line-height:1.55}.scope-panel{display:grid;grid-template-columns:140px 1fr;gap:2rem;padding:1.6rem 2.5rem;border-top:0}.scope-panel p{margin:0;color:var(--muted);line-height:1.7}.article-grid{display:grid;grid-template-columns:minmax(0,720px) minmax(230px,1fr);gap:clamp(3rem,8vw,7rem);align-items:start;margin-top:5.5rem}.prose{font-size:1.02rem;line-height:1.9}.prose>h1:first-child,.prose>h1:first-child+p,.prose>h1:first-child+p+p,.prose>blockquote:first-of-type,.prose>h2:first-of-type,.prose>h2:first-of-type+p,.prose>h2:first-of-type+p+p{display:none}.prose h2{margin:5rem 0 1.5rem;padding-top:1.2rem;border-top:1px solid var(--navy);font-size:clamp(1.75rem,3vw,2.55rem);line-height:1.3;letter-spacing:-.035em}.prose h3{margin:3rem 0 1rem;font-size:1.35rem;line-height:1.45}.prose p{margin:0 0 1.4rem}.prose ul,.prose ol{margin:1.4rem 0 2rem;padding-left:1.35rem}.prose li{margin-bottom:.7rem;padding-left:.3rem}.prose blockquote{margin:2.5rem 0;padding:1.5rem 1.7rem;border-left:4px solid var(--navy);background:var(--soft)}.prose blockquote p:last-child{margin-bottom:0}.prose code{padding:.12em .35em;border-radius:.3rem;color:var(--navy);background:var(--soft);font-family:Pretendard,sans-serif;font-size:.94em}.prose a{border-bottom:1px solid var(--navy)}.prose strong{font-weight:700}.evidence-sticky{position:sticky;top:116px;padding:1.6rem;border:1px solid var(--line);border-radius:1rem}.evidence-sticky h2{margin:0 0 1.5rem;font-size:1.25rem}.evidence-sticky ol{margin:0;padding:0;list-style:none;counter-reset:evidence}.evidence-sticky li{counter-increment:evidence;padding:1rem 0;border-top:1px solid var(--line)}.evidence-sticky li a{display:grid;grid-template-columns:30px 1fr;column-gap:.5rem}.evidence-sticky li a:before{grid-row:span 2;font-family:Inter,sans-serif;font-size:.65rem;content:"0" counter(evidence)}.evidence-sticky strong{font-size:.86rem}.evidence-sticky li span{margin-top:.3rem;color:var(--muted);font-size:.76rem;line-height:1.55}.rail-note{margin:1rem 0 0;padding-top:1rem;border-top:1px solid var(--line);color:var(--muted);font-size:.74rem;line-height:1.65}.article-end{display:flex;align-items:center;justify-content:space-between;max-width:980px;margin-top:6rem;padding:2rem 0;border-top:1px solid var(--navy);border-bottom:1px solid var(--navy)}.article-end p{margin:0}.article-end a{padding-bottom:.2rem;border-bottom:1px solid var(--navy);font-size:.9rem}@media(max-width:960px){.home-hero{grid-template-columns:1fr;padding-top:4rem}.hero-visual{min-height:640px}.article-grid-home,.topic-inner,.method-section,.product-section{grid-template-columns:1fr}.article-card.featured{grid-row:auto;min-height:430px}.topic-inner{gap:4rem}.article-grid{grid-template-columns:1fr}.evidence-rail{grid-row:1}.evidence-sticky{position:static}}@media(max-width:720px){.shell{width:min(100% - 32px,1180px)}.site-header{min-height:68px;padding:0 16px}.brand-lockup img{width:126px}.site-header nav a:not(:last-child){display:none}.site-header nav a:last-child{padding:.55rem .8rem;border:1px solid var(--navy);border-radius:999px}.home-hero{min-height:auto;padding-block:3.7rem 4.5rem}.hero-copy h1{font-size:clamp(2.75rem,13vw,4.1rem)}.hero-actions{align-items:flex-start;flex-direction:column}.hero-facts{margin-top:3rem}.hero-facts dd{font-size:.72rem}.hero-visual{min-height:500px;border-radius:44% 44% 1.5rem 1.5rem}.product-stage{right:13%;left:13%}.floating-note{display:none}.question-section,.method-section,.product-section{padding-block:5.8rem}.section-heading{align-items:start;flex-direction:column}.article-grid-home{grid-template-columns:1fr}.article-card,.article-card.featured{min-height:380px}.article-card.featured .article-card-topline{margin:1.5rem 1.5rem 0}.article-card.featured h3{margin:auto 1.5rem 1rem}.article-card.featured>p{margin-right:1.5rem;margin-bottom:1.5rem;margin-left:1.5rem}.article-card.featured .article-card-footer{margin:0 1.5rem 1.5rem}.topic-inner{min-height:auto;padding-block:5.8rem}.method-steps article{grid-template-columns:42px 1fr}.method-steps p{grid-column:2}.product-card{grid-template-columns:1fr}.product-card>img{height:330px}.product-card>div{min-height:210px}.site-footer{grid-template-columns:1fr;padding-inline:16px}.footer-note{text-align:left}.article-page{padding-bottom:5rem}.article-hero{padding-top:4rem}.article-meta{flex-wrap:wrap}.answer-panel,.scope-panel{grid-template-columns:1fr;gap:.75rem;padding:1.5rem}.article-grid{gap:3rem;margin-top:3.7rem}.prose{font-size:1rem}.prose h2{margin-top:4rem}.article-end{align-items:flex-start;flex-direction:column;gap:1rem}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition-duration:.01ms!important}}
