:root{--ivory: #f3f1eb;--ink: #101b2a;--cobalt: #2457e6;--gray-light: #e5e4df;--gray-steel: #737980;--navy-deep: #081321;--border: rgb(16 27 42 / 18%);--border-strong: rgb(16 27 42 / 26%);--surface: #ffffff;font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none}*{box-sizing:border-box}html{min-width:320px;background:var(--ivory);scroll-behavior:smooth}body{min-height:100vh;margin:0;color:var(--ink);background:var(--ivory);-webkit-font-smoothing:antialiased;line-height:1.6}a{color:inherit}::selection{color:var(--ivory);background:var(--cobalt)}h1,h2,h3,h4,p{word-break:keep-all}button{font:inherit;background:none;border:none;cursor:pointer}.content-width{width:min(1440px,100% - 96px);margin:0 auto}.site-header{position:sticky;top:0;z-index:30;background:transparent;border-bottom:1px solid transparent;transition:background-color .3s ease,border-color .3s ease}.site-header.scrolled{background:var(--ivory);border-bottom:1px solid var(--border)}.header-inner{display:flex;align-items:center;justify-content:space-between;width:min(1440px,100% - 96px);height:88px;margin:0 auto}.brand{font-family:"Noto Serif KR",Georgia,serif;font-size:1.02rem;font-weight:600;letter-spacing:-.01em;text-decoration:none}.nav-desktop{display:flex;align-items:center;gap:40px}.nav-desktop a{color:var(--gray-steel);font-size:.84rem;font-weight:600;text-decoration:none;transition:color .2s ease}.nav-desktop a:hover{color:var(--cobalt)}.nav-toggle{display:none;width:32px;height:22px;flex-direction:column;justify-content:space-between;padding:2px 0}.nav-toggle span{display:block;width:100%;height:1.5px;background:var(--ink);transition:transform .25s ease,opacity .25s ease}.nav-mobile{position:fixed;inset:88px 0 0;z-index:25;display:flex;flex-direction:column;gap:8px;padding:40px;background:var(--ivory);transform:translateY(-8px);opacity:0;pointer-events:none;transition:opacity .25s ease,transform .25s ease}.nav-mobile.open{opacity:1;transform:translateY(0);pointer-events:auto}.nav-mobile a{padding:18px 0;border-bottom:1px solid var(--border);color:var(--ink);font-family:"Noto Serif KR",Georgia,serif;font-size:1.4rem;font-weight:600;text-decoration:none}.hero{position:relative;display:flex;min-height:82vh;flex-direction:column;justify-content:center;padding:64px 0 48px}.hero-eyebrow{margin:0 0 28px;color:var(--cobalt);font-size:.78rem;font-weight:700;letter-spacing:.04em}h1{max-width:640px;margin:0;color:var(--ink);font-family:"Noto Serif KR",Georgia,serif;font-size:clamp(2.3rem,4.6vw,3.6rem);font-weight:600;letter-spacing:-.02em;line-height:1.28}.hero-lead{max-width:520px;margin:32px 0 0;color:var(--gray-steel);font-size:1.02rem;line-height:1.8}.hero-actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:44px}.btn{display:inline-flex;align-items:center;gap:10px;padding:15px 26px;border-radius:2px;font-size:.86rem;font-weight:650;text-decoration:none;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.btn-primary{background:var(--cobalt);color:#fff}.btn-primary:hover{background:color-mix(in srgb,var(--cobalt) 85%,black)}.btn-ghost{border:1px solid var(--border-strong);color:var(--ink)}.btn-ghost:hover{border-color:var(--cobalt);color:var(--cobalt)}.hero-footnote{margin:56px auto 0;color:var(--gray-steel);font-size:.78rem}.reveal{opacity:0;transform:translateY(24px);animation:reveal-up .7s cubic-bezier(.16,1,.3,1) forwards}.reveal-1{animation-delay:.05s}.reveal-2{animation-delay:.16s}.reveal-3{animation-delay:.3s}.reveal-4{animation-delay:.44s}@keyframes reveal-up{to{opacity:1;transform:translateY(0)}}.scroll-reveal{opacity:0;transform:translateY(20px);transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1)}.scroll-reveal.in-view{opacity:1;transform:translateY(0)}.section{padding:clamp(88px,11vw,140px) 0;border-top:1px solid var(--border)}.section-head{margin-bottom:56px}.section-rule{display:flex;align-items:center;gap:16px;margin-bottom:28px}.section-number{color:var(--cobalt);font-family:"Noto Serif KR",Georgia,serif;font-size:.82rem;font-weight:600}.section-rule-line{flex:1;height:1px;background:var(--border-strong);max-width:260px}.section-rule-label{color:var(--gray-steel);font-size:.78rem;font-weight:650;letter-spacing:.04em}.section-head h2{margin:0;color:var(--ink);font-family:"Noto Serif KR",Georgia,serif;font-size:clamp(1.9rem,3.6vw,2.9rem);font-weight:600;letter-spacing:-.02em;line-height:1.32}.principles-section{background:var(--navy-deep)}.principles-section .section-number{color:#7fa0ff}.principles-section h2{color:var(--ivory)}.principles-list{border-top:1px solid rgb(243 241 235 / 14%)}.principle-row{display:grid;grid-template-columns:90px minmax(200px,.8fr) minmax(0,1.4fr);gap:32px;padding:40px 0;border-bottom:1px solid rgb(243 241 235 / 14%)}.principle-number{color:#7fa0ff;font-family:"Noto Serif KR",Georgia,serif;font-size:1.5rem;font-weight:600}.principle-row h3{margin:0;color:var(--ivory);font-family:"Noto Serif KR",Georgia,serif;font-size:1.2rem;font-weight:600}.principle-row p{max-width:460px;margin:0;color:#f3f1ebad;font-size:.92rem;line-height:1.75}.site-footer{padding:56px 0 32px;border-top:1px solid var(--border)}.footer-inner{display:grid;grid-template-columns:1.3fr 1fr auto;align-items:start;gap:32px;padding-bottom:40px}.footer-brand .brand{display:block;margin-bottom:12px}.footer-brand p{max-width:340px;margin:0;color:var(--gray-steel);font-size:.82rem;line-height:1.7}.footer-nav{display:flex;flex-direction:column;gap:12px}.footer-nav a{color:var(--gray-steel);font-size:.86rem;text-decoration:none}.footer-nav a:hover{color:var(--cobalt)}.footer-contact{display:flex;flex-direction:column;align-items:flex-end;gap:8px;text-align:right}.footer-contact a{color:var(--ink);font-size:.86rem;text-decoration:none}.footer-contact a:hover{color:var(--cobalt)}.footer-contact p{margin:0;color:var(--gray-steel);font-size:.82rem}.footer-bottom{padding-top:24px;border-top:1px solid var(--border)}.footer-bottom p{margin:0;color:var(--gray-steel);font-size:.76rem}a:focus-visible,button:focus-visible{border-radius:2px;outline:2px solid var(--cobalt);outline-offset:4px}@media(width<=980px){.principle-row{grid-template-columns:56px 1fr}.principle-row p{grid-column:2}.footer-inner{grid-template-columns:1fr 1fr}.footer-contact{grid-column:1 / -1;align-items:flex-start;text-align:left}}@media(width<=640px){.content-width,.header-inner{width:calc(100% - 40px)}.header-inner{height:72px}.nav-desktop{display:none}.nav-toggle{display:flex}.nav-mobile{inset:72px 0 0}.hero{min-height:calc(100svh - 72px);padding:40px 0}h1{font-size:clamp(2rem,9vw,2.6rem)}.section-head{grid-template-columns:1fr;gap:8px}.footer-inner{grid-template-columns:1fr;gap:28px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{animation:none;opacity:1;transform:none}.scroll-reveal{opacity:1;transform:none;transition:none}*,*:before,*:after{transition-duration:.01ms!important}}.section-head-row{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:32px;margin-bottom:56px}.section-head-row .section-head{margin-bottom:0}.status-line{display:flex;align-items:center;gap:8px;margin:0 0 6px;color:var(--gray-steel);font-size:.78rem}.status-dot{width:6px;height:6px;flex:none;background:var(--cobalt)}.case-list{border-top:1px solid var(--border-strong)}.case-row{display:flex;flex-direction:column;gap:24px;padding:40px 0;border-bottom:1px solid var(--border)}.case-head{display:flex;align-items:baseline;gap:18px}.case-index{flex:none;color:var(--cobalt);font-family:"Noto Serif KR",Georgia,serif;font-size:.82rem;font-weight:600}.case-head h3{margin:0;color:var(--ink);font-family:"Noto Serif KR",Georgia,serif;font-size:1.2rem;font-weight:600}.case-head small{display:block;margin-top:6px;color:var(--gray-steel);font-size:.78rem}.case-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;padding-top:24px;border-top:1px solid var(--border)}.case-stat{display:flex;flex-direction:column;gap:8px}.case-stat-label{color:var(--gray-steel);font-size:.68rem;font-weight:650;letter-spacing:.04em}.case-stat-value{color:var(--ink);font-size:.86rem;font-weight:600}.case-stat-value.pending{color:var(--gray-steel);font-weight:500;font-style:italic}a.case-stat-value.pending{width:fit-content;border-bottom:1px solid var(--border-strong);text-decoration:none;cursor:default}.source-note{margin:28px 0 0;color:var(--gray-steel);font-size:.8rem}.source-note strong{margin-right:8px;color:var(--ink)}.links-grid{display:grid;grid-template-columns:minmax(0,7fr) minmax(0,5fr);gap:clamp(40px,6vw,100px)}.links-copy p{max-width:480px;margin:0;color:var(--gray-steel);font-size:1.02rem;line-height:1.8}.link-panel{padding:28px 32px;border-left:2px solid var(--cobalt);background:var(--gray-light)}.link-panel-label{display:inline-block;margin-bottom:14px;padding:4px 10px;border:1px solid var(--border-strong);background:var(--ivory);color:var(--ink);font-size:.68rem;font-weight:650;letter-spacing:.04em}.link-panel p{margin:0;color:var(--gray-steel);font-size:.84rem;line-height:1.7}.notice-section{background:var(--gray-light)}.notice-panel{max-width:900px;margin-top:8px;padding:36px 40px;border-left:3px solid var(--cobalt);background:var(--surface)}.notice-panel p{max-width:760px;margin:0 0 14px;color:var(--gray-steel);font-size:.92rem;line-height:1.85}.notice-panel p:last-child{margin-bottom:0}@media(width<=980px){.case-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.links-grid{grid-template-columns:1fr;gap:48px}.section-head-row{flex-direction:column;align-items:flex-start}}@media(width<=640px){.case-stats{grid-template-columns:1fr}.notice-panel{padding:28px 24px}}
