:root {
  --ink: #10111d;
  --ink-soft: #282b3a;
  --paper: #f3f1ec;
  --paper-deep: #e8e5de;
  --acid: #d7fb44;
  --acid-deep: #b4dc1a;
  --blue: #1734cd;
  --orange: #f06e3d;
  --line: rgba(16, 17, 29, .17);
  --muted: #686a77;
  --shell: min(1240px, calc(100vw - 72px));
  --display: 'Space Grotesk', 'Noto Sans KR', sans-serif;
  --body: 'Archivo', 'Noto Sans KR', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 78px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
button, a { font: inherit; }
button { border: 0; }
a { color: inherit; }
em { font-style: normal; }
img { display: block; max-width: 100%; }
.company-link { text-decoration-thickness: 1px; text-decoration-color: currentColor; text-underline-offset: .18em; }
.company-link:hover, .company-link:focus-visible { color: var(--blue); }
::selection { background: var(--acid); color: var(--ink); }

.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 150px 0; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 200; padding: 10px 14px; background: var(--acid); color: var(--ink); font-weight: 700; text-decoration: none; }
.skip-link:focus { top: 12px; }
.sr-only { clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; padding-top: 22px; transition: padding .25s ease; }
.site-header::before { content: ''; position: absolute; inset: 0 0 auto; height: 100%; background: linear-gradient(to bottom, rgba(16,17,29,.66), transparent); opacity: 0; transition: opacity .25s ease; pointer-events: none; }
.site-header.is-scrolled { padding-top: 10px; }
.site-header.is-scrolled::before { opacity: 1; height: 90px; }
.nav-wrap { position: relative; display: flex; align-items: center; justify-content: space-between; min-height: 52px; border: 1px solid rgba(255,255,255,.16); border-radius: 4px; padding: 0 12px 0 17px; color: #fff; background: rgba(16,17,29,.55); backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; font-family: var(--display); letter-spacing: .08em; font-size: 12px; font-weight: 700; }
.brand-mark { display: grid; place-items: center; width: 26px; height: 26px; background: var(--acid); color: var(--ink); border-radius: 50%; letter-spacing: -.08em; }
.site-nav { display: flex; align-items: center; gap: 26px; }
.site-nav a { color: rgba(255,255,255,.78); font-size: 13px; font-weight: 600; text-decoration: none; transition: color .2s ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--acid); }
.site-nav .nav-resume { padding: 7px 11px; border: 1px solid rgba(215,251,68,.6); border-radius: 2px; color: var(--acid); }
.menu-button { display: none; background: transparent; color: white; width: 44px; height: 44px; padding: 10px; cursor: pointer; }
.menu-button svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }

.hero { position: relative; min-height: 100svh; padding: 154px 0 44px; color: #fff; overflow: hidden; background: #10111d; }
.hero::before { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 69% 32%, rgba(69,88,255,.28), transparent 26%), radial-gradient(circle at 36% 78%, rgba(215,251,68,.11), transparent 22%), linear-gradient(115deg, #12131f 12%, #16192d 65%, #090a10); }
.hero::after { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 68px 68px; mask-image: linear-gradient(to bottom, #000 10%, transparent 90%); pointer-events: none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 46px; min-height: calc(100svh - 250px); }
.eyebrow, .section-overline, .case-index { margin: 0 0 18px; font-family: var(--display); font-size: 12px; font-weight: 700; line-height: 1.2; letter-spacing: .13em; }
.eyebrow { color: var(--acid); display: flex; align-items: center; gap: 9px; }
.status-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 6px rgba(215,251,68,.12); }
.hero h1 { max-width: 700px; margin: 0; font-family: var(--display); font-size: clamp(54px, 5.8vw, 88px); line-height: 1.14; letter-spacing: -.075em; font-weight: 600; word-break: keep-all; }
.hero-title-line { display: block; }
h1 em, h2 em { font-family: Georgia, 'Noto Serif KR', serif; font-weight: 400; letter-spacing: -.06em; }
.hero h1 em { color: var(--acid); font-family: inherit; font-style: normal; }
.hero-lede { max-width: 570px; margin: 34px 0; color: rgba(255,255,255,.74); font-family: 'Noto Sans KR', sans-serif; font-size: 18px; line-height: 1.85; word-break: keep-all; }
.hero-lede strong { color: white; font-weight: 600; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 49px; padding: 0 19px; text-decoration: none; font-weight: 700; font-size: 14px; transition: transform .2s ease, background .2s ease; }
.button-primary { color: var(--ink); background: var(--acid); }
.button-primary:hover { background: #ecff92; transform: translateY(-2px); }
.button span, .text-link span { margin-left: 12px; }
.text-link { color: white; text-underline-offset: 5px; text-decoration-color: var(--acid); font-size: 14px; font-weight: 600; }
.text-link:hover { color: var(--acid); }

.hero-art { position: relative; align-self: stretch; min-height: 490px; border: 1px solid rgba(255,255,255,.17); overflow: hidden; isolation: isolate; background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,0)); }
.hero-art::before { content: ''; position: absolute; inset: 12%; border: 1px solid rgba(215,251,68,.3); border-radius: 50%; transform: scaleY(.54); }
.hero-art::after { content: ''; position: absolute; width: 72%; height: 72%; left: 14%; top: 14%; border: 1px dashed rgba(255,255,255,.25); border-radius: 50%; transform: scaleY(.54) rotate(24deg); }
.orb { position: absolute; z-index: 2; border-radius: 50%; mix-blend-mode: screen; }
.orb-one { width: 220px; height: 220px; left: 28%; top: 28%; background: radial-gradient(circle at 36% 32%, #d7fb44, #375bcf 38%, #122160 70%, transparent 73%); box-shadow: 0 0 80px #2746c9; animation: float 8s ease-in-out infinite; }
.orb-two { width: 107px; height: 107px; right: 15%; top: 20%; background: radial-gradient(circle at 30% 27%, #f6e4c9, #f16c43 40%, #572064 73%, transparent 76%); box-shadow: 0 0 54px #ee704a; animation: float 6.5s ease-in-out -2.2s infinite; }
.orb-three { width: 66px; height: 66px; left: 12%; bottom: 20%; background: radial-gradient(circle at 35% 30%, #fff, #aeb6ff 38%, #2346b4 72%, transparent 75%); box-shadow: 0 0 34px #5a6cfb; animation: float 7s ease-in-out -4s infinite; }
.signal { position: absolute; z-index: 1; height: 1px; transform-origin: left; background: linear-gradient(90deg, transparent, var(--acid), transparent); opacity: .7; }
.signal-one { width: 67%; left: 12%; top: 52%; transform: rotate(-29deg); }
.signal-two { width: 52%; left: 42%; top: 70%; transform: rotate(-119deg); }
.hero-label { position: absolute; z-index: 4; color: rgba(255,255,255,.6); font-family: var(--display); font-size: 10px; line-height: 1.5; letter-spacing: .09em; }
.hero-label b { color: var(--acid); font-weight: 600; }
.label-input { top: 11%; left: 8%; }.label-core { left: 40%; bottom: 13%; }.label-output { right: 5%; top: 54%; text-align: right; }
.art-caption { position: absolute; bottom: 16px; left: 18px; z-index: 4; margin: 0; color: rgba(255,255,255,.45); font-family: var(--display); font-size: 9px; letter-spacing: .11em; }
.hero-foot { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.23); color: rgba(255,255,255,.58); font-family: var(--display); font-size: 10px; letter-spacing: .09em; }
.hero-foot p { margin: 0; }.scroll-cue { color: white; text-decoration: none; }.scroll-cue span { color: var(--acid); margin-left: 8px; }

.proof-strip { background: var(--acid); color: var(--ink); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-item { min-height: 176px; padding: 29px 29px 24px; border-right: 1px solid rgba(16,17,29,.35); }.proof-item:first-child { border-left: 1px solid rgba(16,17,29,.35); }
.proof-item strong { display: block; font-family: var(--display); font-size: 62px; line-height: 1; letter-spacing: -.06em; }.proof-item strong span { color: var(--blue); }.proof-item p { max-width: 175px; margin: 14px 0 0; font-family: 'Noto Sans KR', sans-serif; font-size: 13px; line-height: 1.6; font-weight: 600; word-break: keep-all; }.proof-item:first-child p, .proof-item:nth-child(4) p { max-width: none; white-space: nowrap; }

.section-grid { display: grid; grid-template-columns: 160px 1fr; gap: clamp(48px, 8vw, 154px); }
.section-kicker { display: flex; gap: 9px; align-items: baseline; color: var(--muted); font-family: var(--display); font-size: 12px; font-weight: 700; letter-spacing: .11em; }.section-kicker span { color: var(--blue); }.section-kicker p { margin: 0; }
.section-overline { color: var(--blue); }.approach h2, .section-heading h2, .contact h2 { margin: 0; font-family: var(--display); font-size: clamp(42px, 5.2vw, 74px); font-weight: 600; letter-spacing: -.065em; line-height: 1.04; word-break: keep-all; }
.approach-statement { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; max-width: 960px; margin-top: 43px; padding-top: 27px; border-top: 1px solid var(--line); }.approach-statement p { margin: 0; color: var(--ink-soft); font-family: 'Noto Sans KR', sans-serif; font-size: 17px; line-height: 1.82; word-break: keep-all; }.approach-statement strong { color: var(--blue); }
.reasoning-path { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin: 66px 0 0; padding: 0; list-style: none; }.reasoning-path li { position: relative; padding-top: 18px; border-top: 2px solid var(--ink); }.reasoning-path li::after { content: '→'; position: absolute; right: -14px; top: -17.5px; color: var(--blue); font-size: 22px; }.reasoning-path li:last-child::after { display: none; }.reasoning-path span { display: block; color: var(--blue); font-family: var(--display); font-size: 11px; font-weight: 700; letter-spacing: .08em; }.reasoning-path strong { display: block; margin-top: 28px; font-size: 16px; }.reasoning-path small { display: block; margin-top: 8px; color: var(--muted); font-family: 'Noto Sans KR', sans-serif; font-size: 12px; line-height: 1.6; word-break: keep-all; }

.work { background: var(--ink); color: #f7f6f2; }.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 38px; margin-bottom: 66px; }.work .section-overline { color: var(--acid); }.heading-note { max-width: 320px; margin: 0 0 7px; color: rgba(255,255,255,.58); font-family: 'Noto Sans KR', sans-serif; font-size: 13px; line-height: 1.75; word-break: keep-all; }
.project-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }.project-card { position: relative; display: flex; flex-direction: column; min-height: 546px; overflow: hidden; padding: 0; text-align: left; color: inherit; border: 1px solid rgba(255,255,255,.2); background: #1b1d2c; cursor: pointer; text-decoration: none; transition: transform .25s ease, border-color .25s ease; }.project-card:hover { transform: translateY(-5px); border-color: var(--acid); }.project-card:focus-visible { outline: 3px solid var(--acid); outline-offset: 4px; }.project-card--wide { grid-column: span 7; }.project-card--image-dark { grid-column: span 5; }.project-card--image-bright { grid-column: span 5; }.project-card--orbital { grid-column: span 7; }.project-card--nachos { grid-column: span 12; min-height: 358px; flex-direction: row; background: #1821a0; }
.project-image { position: absolute; inset: 0; }.project-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(9,10,16,.97) 4%, rgba(9,10,16,.34) 53%, rgba(9,10,16,.04) 84%); }.project-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.8,.2,1); }.project-card:hover .project-image img { transform: scale(1.045); }.project-card--wide .project-image img { object-position: 50% 50%; }.project-card--image-dark .project-image img { object-position: 53% 50%; }.project-card--image-bright .project-image img { object-position: center; }.project-card--orbital .project-image img { object-position: center; }
.project-body { position: relative; z-index: 2; display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 27px 28px 26px; }.project-number { color: var(--acid); font-family: var(--display); font-size: 11px; font-weight: 700; letter-spacing: .1em; }.project-title { display: block; margin-top: auto; font-family: var(--display); font-size: clamp(28px, 3.1vw, 45px); font-weight: 600; line-height: 1.01; letter-spacing: -.065em; }.project-title em { display: block; margin-top: 5px; font-size: .7em; color: var(--acid); }.project-summary { display: block; max-width: 430px; margin-top: 17px; color: rgba(255,255,255,.77); font-family: 'Noto Sans KR', sans-serif; font-size: 13px; line-height: 1.7; word-break: keep-all; }.project-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 19px; }.project-tags i { padding: 3px 7px; border: 1px solid rgba(255,255,255,.35); border-radius: 20px; color: rgba(255,255,255,.8); font-family: var(--display); font-size: 9px; font-style: normal; font-weight: 600; letter-spacing: .03em; }.project-cta { display: block; margin-top: 22px; font-family: var(--display); font-size: 10px; font-weight: 700; letter-spacing: .1em; }.project-cta b { position: relative; top: 2px; display: inline-block; margin-left: 6px; color: var(--acid); font-size: 15px; transition: transform .2s ease; }.project-card:hover .project-cta b { transform: translate(3px, 0); }
.nachos-visual { position: relative; flex: 0 0 47%; overflow: hidden; background: radial-gradient(circle at 45% 48%, #3448ff, #1927a2 55%, #11176f); }.nachos-visual::before, .nachos-visual::after { content: ''; position: absolute; border: 1px solid rgba(215,251,68,.56); transform: rotate(-27deg); }.nachos-visual::before { width: 112%; height: 42%; left: -27%; top: 29%; }.nachos-visual::after { width: 50%; height: 141%; left: 29%; top: -21%; }.data-node { position: absolute; width: 16px; height: 16px; border-radius: 50%; border: 3px solid var(--acid); box-shadow: 0 0 0 7px rgba(215,251,68,.11); }.node-a { left: 24%; top: 36%; }.node-b { left: 52%; top: 23%; }.node-c { left: 69%; top: 62%; }.node-d { left: 36%; top: 73%; }.data-line { position: absolute; height: 1px; background: var(--acid); transform-origin: left; }.line-a { width: 32%; left: 25%; top: 39%; transform: rotate(-25deg); }.line-b { width: 36%; left: 52%; top: 26%; transform: rotate(58deg); }.line-c { width: 41%; left: 38%; top: 74%; transform: rotate(-17deg); }.data-label { position: absolute; top: 43%; left: 41%; color: white; font-family: var(--display); font-size: 16px; line-height: 1.08; font-weight: 700; letter-spacing: -.04em; }.project-card--nachos .project-body { padding: 35px 42px; }.project-card--nachos .project-title { margin-top: 48px; }.project-card--nachos .project-summary { max-width: 550px; }
.nachos-visual::before, .nachos-visual::after { content: none; }.nachos-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 42%; filter: saturate(.88) contrast(1.04); transition: transform .6s cubic-bezier(.2,.8,.2,1); }.project-card--nachos:hover .nachos-visual img { transform: scale(1.04); }.case-page-media--nachos { display: grid; place-items: center; height: min(62vw, 720px); background: #17171b; }.case-page-media--nachos img { object-fit: contain; }

.capability { background: var(--paper-deep); }.section-heading--compact { margin-bottom: 50px; }.capability-list { border-top: 1px solid var(--line); }.capability-row { display: grid; grid-template-columns: 55px 1fr minmax(180px, .73fr); gap: 19px; padding: 25px 0 27px; border-bottom: 1px solid var(--line); }.capability-row > span { color: var(--blue); font-family: var(--display); font-size: 11px; font-weight: 700; letter-spacing: .1em; }.capability-row h3 { margin: 0; font-family: var(--display); font-size: 23px; line-height: 1.2; letter-spacing: -.045em; }.capability-row p { margin: 7px 0 0; color: var(--ink-soft); font-family: 'Noto Sans KR', sans-serif; font-size: 13px; line-height: 1.68; word-break: keep-all; }.capability-row .tech-list { margin: 3px 0 0; color: var(--blue); font-family: var(--display); font-size: 11px; font-weight: 600; line-height: 1.8; letter-spacing: .03em; }

.career { background: #f9f8f5; }.timeline { max-width: 1020px; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }.timeline li { display: grid; grid-template-columns: 165px 1fr; gap: 31px; padding: 30px 0; border-bottom: 1px solid var(--line); }.timeline-date { margin: 5px 0 0; color: var(--blue); font-family: var(--display); font-size: 11px; font-weight: 700; letter-spacing: .09em; }.timeline h3 { margin: 0; font-family: var(--display); font-size: 24px; line-height: 1.25; letter-spacing: -.045em; }.timeline h3 span { margin-left: 7px; color: var(--muted); font-size: 14px; font-weight: 500; letter-spacing: -.02em; }.timeline li div > p { max-width: 650px; margin: 9px 0 0; color: var(--ink-soft); font-family: 'Noto Sans KR', sans-serif; font-size: 13px; line-height: 1.75; word-break: keep-all; }

.more-work { padding-top: 0; background: #f9f8f5; }.more-work-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; padding-top: 116px; border-top: 1px solid var(--line); }.more-work-intro h2 { margin: 0; font-family: var(--display); font-size: clamp(36px, 3.5vw, 54px); line-height: 1.05; letter-spacing: -.06em; }.more-work-list { border-top: 1px solid var(--ink); }.more-work-item { display: grid; grid-template-columns: 150px 1fr auto; gap: 20px; align-items: start; padding: 23px 0; border-bottom: 1px solid var(--line); text-decoration: none; transition: padding .2s ease, color .2s ease; }.more-work-item:hover { padding-inline: 10px; color: var(--blue); }.more-work-item span { font-family: var(--display); font-size: 13px; font-weight: 700; letter-spacing: .03em; }.more-work-item p { margin: 0; color: var(--ink-soft); font-family: 'Noto Sans KR', sans-serif; font-size: 13px; line-height: 1.7; word-break: keep-all; }.more-work-item b { color: var(--blue); font-size: 18px; }

.contact { position: relative; overflow: hidden; color: #fff; background: #15172a; }.contact::before { content: ''; position: absolute; width: min(900px, 90vw); aspect-ratio: 1; top: -45%; right: -20%; border-radius: 50%; background: radial-gradient(circle, rgba(215,251,68,.35), rgba(23,52,205,.2) 43%, transparent 68%); filter: blur(10px); }.contact-inner { position: relative; z-index: 1; }.contact .section-overline { color: var(--acid); }.contact h2 { max-width: 850px; font-size: clamp(52px, 6.8vw, 100px); }.contact h2 em { color: var(--acid); }.contact-links { display: flex; align-items: baseline; gap: 30px; margin-top: 46px; }.email-link { color: var(--acid); font-family: var(--display); font-size: clamp(23px, 3.3vw, 44px); font-weight: 600; letter-spacing: -.05em; text-decoration-thickness: 1px; text-underline-offset: 7px; }.phone-link { color: rgba(255,255,255,.65); font-family: var(--display); font-size: 14px; font-weight: 600; text-decoration: none; }.contact-note { margin: 72px 0 0; color: rgba(255,255,255,.55); font-family: var(--display); font-size: 10px; letter-spacing: .09em; line-height: 1.8; }
.site-footer { padding: 21px 0; color: rgba(255,255,255,.54); background: #10111d; font-family: var(--display); font-size: 9px; font-weight: 600; letter-spacing: .1em; }.site-footer .shell { display: flex; justify-content: space-between; gap: 20px; }.site-footer p { margin: 0; }.site-footer a { color: var(--acid); text-decoration: none; }


.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }.reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes float { 50% { transform: translate3d(0, -16px, 0); } }

@media (max-width: 900px) {
  :root { --shell: min(100% - 40px, 1240px); }
  .site-header { padding-top: 10px; }.nav-wrap { min-height: 52px; }.menu-button { display: block; }.site-nav { position: absolute; top: calc(100% + 7px); right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 7px; border: 1px solid rgba(255,255,255,.15); background: #171927; }.site-nav.is-open { display: flex; }.site-nav a { padding: 12px 11px; }.site-nav .nav-resume { margin: 5px 4px; text-align: center; }.hero { padding-top: 127px; }.hero-grid { grid-template-columns: 1fr; gap: 42px; }.hero-art { min-height: 355px; }.hero-foot { margin-top: 38px; }.proof-grid { grid-template-columns: repeat(2, 1fr); }.proof-item:nth-child(3) { border-left: 1px solid rgba(16,17,29,.35); }.section-grid { grid-template-columns: 1fr; gap: 44px; }.section-kicker { position: static; }.section-heading { display: block; margin-bottom: 48px; }.heading-note { margin: 22px 0 0; }.project-card--wide, .project-card--image-dark, .project-card--image-bright, .project-card--orbital { grid-column: span 6; }.project-card--nachos { grid-column: span 12; }.capability-row { grid-template-columns: 40px 1fr; }.capability-row .tech-list { grid-column: 2; }.more-work-grid { grid-template-columns: 1fr; gap: 54px; }.section { padding: 110px 0; }
  .menu-button { display: grid; place-items: center; margin-left: auto; }
}
@media (max-width: 620px) {
  :root { --shell: calc(100vw - 32px); }
  .brand-name { display: none; }.hero { padding-bottom: 28px; }.hero h1 { font-size: clamp(50px, 15vw, 76px); }.hero-lede { margin: 28px 0; font-size: 15px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }.hero-art { min-height: 300px; }.orb-one { width: 158px; height: 158px; }.orb-two { width: 80px; height: 80px; }.hero-foot { flex-direction: column; align-items: flex-start; gap: 12px; line-height: 1.5; }.proof-item { min-height: 143px; padding: 21px 17px; }.proof-item strong { font-size: 49px; }.proof-item p { margin-top: 9px; font-size: 11px; }.proof-item:first-child p { font-size: 10px; letter-spacing: -.04em; }.proof-item:nth-child(4) p { font-size: 9px; letter-spacing: -.06em; }.section { padding: 87px 0; }.section-grid { gap: 30px; }.approach h2, .section-heading h2 { font-size: clamp(38px, 11vw, 55px); }.approach-statement { grid-template-columns: 1fr; gap: 16px; margin-top: 30px; }.approach-statement p { font-size: 15px; }.reasoning-path { grid-template-columns: 1fr 1fr; gap: 26px 18px; margin-top: 47px; }.reasoning-path li::after { display: none; }.reasoning-path strong { margin-top: 17px; }.project-grid { grid-template-columns: 1fr; gap: 13px; }.project-card, .project-card--wide, .project-card--image-dark, .project-card--image-bright, .project-card--orbital { grid-column: auto; min-height: 454px; }.project-card--nachos { grid-column: auto; min-height: 500px; flex-direction: column; }.nachos-visual { flex: 0 0 45%; }.project-card--nachos .project-body { padding: 25px; }.project-card--nachos .project-title { margin-top: 24px; }.project-body { padding: 22px; }.project-title { font-size: 34px; }.capability-row { gap: 12px; padding: 21px 0; }.capability-row h3 { font-size: 20px; }.timeline li { grid-template-columns: 1fr; gap: 8px; padding: 25px 0; }.timeline h3 { font-size: 20px; }.timeline h3 span { display: block; margin: 6px 0 0; font-size: 13px; }.more-work-grid { padding-top: 82px; }.more-work-item { grid-template-columns: 1fr auto; gap: 8px 20px; }.more-work-item p { grid-column: 1; }.more-work-item b { grid-column: 2; grid-row: 1; }.contact h2 { font-size: clamp(47px, 14vw, 72px); }.contact-links { align-items: flex-start; flex-direction: column; gap: 15px; margin-top: 33px; }.email-link { font-size: 24px; word-break: break-all; }.site-footer .shell { display: grid; grid-template-columns: 1fr auto; }.site-footer p:nth-child(2) { display: none; }
  .hero h1 { max-width: 100%; font-size: clamp(38px, 10.2vw, 48px); letter-spacing: -.09em; }
  .hero-title-line { margin-bottom: 3px; }
  .hero h1 > span:not(.hero-title-line) { display: block; }
  .hero-copy { min-width: 0; }
  .hero-lede { max-width: 335px; overflow-wrap: anywhere; word-break: normal; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; }.orb { animation: none; }.project-card, .project-image img, .button { transition: none; }
}

/* Refined dark product surface — muted indigo replaces the earlier fluorescent accent. */
:root {
  --ink: #f5f5f7;
  --ink-soft: #bebec7;
  --paper: #111113;
  --paper-deep: #19191c;
  --acid: #6667c8;
  --acid-deep: #5657ae;
  --blue: #a9abec;
  --orange: #8d8e9b;
  --line: rgba(255, 255, 255, .12);
  --muted: #8e8e98;
  --radius-sm: 6px;
  --radius-md: 10px;
}

body {
  background: var(--paper);
  text-rendering: optimizeLegibility;
}
::selection { color: #fff; }
.nav-wrap {
  border-radius: var(--radius-md);
  padding-inline: 16px 11px;
}
.brand { gap: 9px; font-size: 11px; letter-spacing: .1em; }
.brand-mark { width: 27px; height: 27px; }
.site-nav { gap: 24px; }
.site-nav a { color: rgba(245,245,247,.72); font-size: 12px; letter-spacing: -.01em; }
.site-nav .nav-resume { border-color: rgba(169,171,236,.62); border-radius: var(--radius-sm); }
.hero { background: #0f0f11; }
.hero::before { background: radial-gradient(circle at 77% 24%, rgba(102,103,200,.15), transparent 28%), linear-gradient(120deg, #0f0f11 20%, #15151a 64%, #101015); }
.status-dot { box-shadow: 0 0 0 5px rgba(102,103,200,.16); }
.eyebrow, .section-overline, .case-index { letter-spacing: .11em; }
.hero h1 {
  letter-spacing: -.065em;
  line-height: 1.12;
}
.hero-lede {
  color: #bcbcc7;
  font-size: 17px;
  line-height: 1.82;
}
.button { border-radius: var(--radius-sm); }
.button-primary { color: #fff; background: var(--acid); }
.button-primary:hover { background: #7779da; }

.hero-art { min-height: 440px; padding: 15px; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius-md); background: #17171a; }
.hero-art::before, .hero-art::after { content: none; }
.system-map { display: flex; height: 100%; min-height: 408px; flex-direction: column; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius-sm); overflow: hidden; background: #141417; }
.system-map-bar, .system-map-footer { display: flex; align-items: center; justify-content: space-between; padding: 12px 14px; color: #9d9da7; border-bottom: 1px solid rgba(255,255,255,.09); font-family: var(--display); font-size: 10px; font-weight: 600; letter-spacing: .04em; }
.system-map-footer { justify-content: flex-start; gap: 11px; margin-top: auto; border-top: 1px solid rgba(255,255,255,.09); border-bottom: 0; color: #777782; font-size: 9px; }
.map-status { color: #9b9ce4; }.map-status::first-letter { color: #6b6ccd; }
.system-map-body { display: grid; flex: 1; grid-template-columns: 1fr 28px 1.2fr 28px 1fr; align-items: center; gap: 0; padding: 29px; background-image: linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px); background-size: 24px 24px; }
.map-node { display: flex; min-height: 152px; flex-direction: column; justify-content: center; gap: 6px; padding: 16px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-sm); background: rgba(255,255,255,.035); }
.map-node small { color: #858590; font-family: var(--display); font-size: 9px; font-weight: 700; letter-spacing: .09em; }.map-node strong { color: #f3f3f6; font-family: var(--display); font-size: 18px; letter-spacing: -.04em; }.map-node span { color: #9d9da8; font-family: var(--display); font-size: 9px; line-height: 1.45; }.map-node--core { border-color: rgba(136,137,222,.72); background: linear-gradient(145deg, rgba(102,103,200,.17), rgba(255,255,255,.035)); }.map-node--core strong { color: #c4c5ff; }
.map-link { position: relative; height: 1px; background: rgba(169,171,236,.6); }.map-link::after { content: ''; position: absolute; top: 50%; right: -1px; width: 5px; height: 5px; border-top: 1px solid #a9abec; border-right: 1px solid #a9abec; transform: translateY(-50%) rotate(45deg); }

.proof-strip { border-block: 1px solid rgba(255,255,255,.09); color: var(--ink); background: #151518; }.proof-item, .proof-item:first-child { border-color: rgba(255,255,255,.09); }.proof-item strong span { color: var(--blue); }
.approach h2, .section-heading h2, .contact h2 {
  letter-spacing: -.055em;
  line-height: 1.1;
}
.approach-statement p, .heading-note, .capability-row p, .timeline li div > p {
  color: #b5b5c0;
}
.reasoning-path small { color: #9696a1; }
.work { background: #0f0f11; }.project-card { border-color: rgba(255,255,255,.13); border-radius: var(--radius-md); background: #1a1a1e; }.project-card:hover { border-color: rgba(169,171,236,.75); }.project-card--nachos { background: #1a1a20; }.nachos-visual { background: radial-gradient(circle at 45% 48%, #45456b, #24242b 57%, #17171b); }.nachos-visual::before, .nachos-visual::after { border-color: rgba(169,171,236,.45); }.data-node { box-shadow: 0 0 0 7px rgba(102,103,200,.12); }.project-tags i { border-color: rgba(255,255,255,.22); color: rgba(255,255,255,.7); }
.project-title { letter-spacing: -.055em; line-height: 1.07; }
.project-summary { color: rgba(245,245,247,.72); line-height: 1.75; }
.project-tags { gap: 6px; }
.project-tags i { border-radius: var(--radius-sm); }
.capability { background: var(--paper-deep); }.career, .more-work { background: var(--paper); }.more-work-item:hover { color: var(--blue); }
.contact { background: #111114; }.contact::before { background: radial-gradient(circle, rgba(102,103,200,.21), rgba(55,56,96,.1) 43%, transparent 68%); }.site-footer { background: #0d0d0f; }

.case-page-title { letter-spacing: -.065em; line-height: 1.05; }
.case-page-lede { color: #bebec8; line-height: 1.82; }
.case-summary-card, .case-constraint, .case-result, .case-flow, .case-flow-node, .case-dual-flow > div, .mermaid-diagram { border-radius: var(--radius-sm); }
.case-detail-section > p { color: #bebec8; line-height: 1.85; }

@media (max-width: 620px) {
  .hero-art { min-height: 300px; padding: 10px; }
  .system-map { min-height: 278px; }.system-map-body { grid-template-columns: 1fr; gap: 8px; padding: 12px; }.map-link { width: 1px; height: 12px; margin-left: 50%; }.map-link::after { top: auto; right: -2px; bottom: -1px; transform: rotate(135deg); }.map-node { min-height: 52px; padding: 9px 12px; gap: 2px; }.map-node strong { font-size: 13px; }.map-node small, .map-node span { font-size: 8px; }.system-map-bar { padding: 9px 11px; }.system-map-footer { display: none; }
}

/* Case-study pages */
.case-page { background: #111113; }.case-page main { overflow: clip; }.case-page .site-nav a { text-decoration: none; }
.case-page-hero { position: relative; padding: 152px 0 74px; border-bottom: 1px solid var(--line); background: linear-gradient(140deg, #111113 30%, #15151b); }.case-page-hero::after { content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to right, #000, transparent 72%); }
.case-page-hero .shell, .case-page-summary .shell, .case-page-detail .shell, .case-page-next .shell { position: relative; z-index: 1; }.case-page-back { display: inline-flex; align-items: center; gap: 9px; color: #aaaab4; font-family: var(--display); font-size: 11px; font-weight: 700; letter-spacing: .06em; text-decoration: none; }.case-page-back:hover { color: var(--blue); }.case-page-kicker { margin: 50px 0 14px; color: var(--blue); font-family: var(--display); font-size: 11px; font-weight: 700; letter-spacing: .12em; }.case-page-title { max-width: 970px; margin: 0; color: #f7f7f8; font-family: var(--display); font-size: clamp(52px, 7vw, 104px); font-weight: 600; line-height: .95; letter-spacing: -.075em; word-break: keep-all; }.case-page-title em { color: #b8b9f2; font-family: var(--display); font-size: .62em; font-style: normal; }.case-page-lede { max-width: 740px; margin: 31px 0 0; color: #c3c3cc; font-family: 'Noto Sans KR', sans-serif; font-size: 18px; line-height: 1.85; word-break: keep-all; }.case-page-meta { display: flex; flex-wrap: wrap; gap: 9px 23px; margin-top: 31px; color: #8f8f99; font-family: var(--display); font-size: 10px; font-weight: 700; letter-spacing: .08em; }.case-page-meta span::before { content: '•'; margin-right: 7px; color: var(--blue); }.case-page-media { width: 100%; height: min(56vw, 570px); margin-top: 55px; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 11px; background: #1a1a1e; }.case-page-media img { width: 100%; height: 100%; object-fit: cover; }.case-page-media--diagram { display: grid; place-items: center; padding: 34px; background: radial-gradient(circle at 52% 45%, rgba(102,103,200,.19), transparent 45%), #17171b; }
.case-page-title { line-height: 1.08; }
.case-page-title em { display: block; margin-top: 5px; color: var(--acid); font-family: inherit; font-size: .7em; font-style: normal; }

.case-page-summary { padding: 82px 0; border-bottom: 1px solid var(--line); background: #17171a; }.case-section-kicker { margin: 0 0 25px; color: var(--blue); font-family: var(--display); font-size: 11px; font-weight: 700; letter-spacing: .13em; }.case-summary-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.case-summary-card { min-height: 220px; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.case-summary-card h2 { margin: 0; color: #a7a7b0; font-family: var(--display); font-size: 10px; letter-spacing: .1em; }.case-summary-card p { margin: 31px 0 0; color: #ececf0; font-family: 'Noto Sans KR', sans-serif; font-size: 14px; line-height: 1.75; word-break: keep-all; }.case-summary-card .case-metric { margin-top: 37px; color: #b8b9f2; font-family: var(--display); font-size: 35px; font-weight: 600; letter-spacing: -.06em; line-height: 1; }.case-summary-card .case-metric small { display: block; margin-top: 13px; color: #e6e6eb; font-family: 'Noto Sans KR', sans-serif; font-size: 12px; font-weight: 500; letter-spacing: 0; line-height: 1.6; }
.case-page-detail { padding: 116px 0 130px; }.case-detail-layout { display: grid; grid-template-columns: 166px minmax(0, 1fr); gap: clamp(42px, 8vw, 140px); }.case-detail-index { color: #93939d; font-family: var(--display); font-size: 11px; font-weight: 700; letter-spacing: .1em; }.case-detail-index span { color: var(--blue); }.case-detail-content { max-width: 900px; }.case-detail-section { padding: 0 0 78px; margin-bottom: 76px; border-bottom: 1px solid var(--line); }.case-detail-section:last-child { margin-bottom: 0; }.case-detail-section h2 { max-width: 760px; margin: 0 0 25px; color: #f4f4f6; font-family: var(--display); font-size: clamp(32px, 4.2vw, 54px); font-weight: 600; letter-spacing: -.06em; line-height: 1.05; word-break: keep-all; }.case-detail-section > p { max-width: 760px; margin: 0 0 16px; color: #c1c1ca; font-family: 'Noto Sans KR', sans-serif; font-size: 16px; line-height: 1.9; word-break: keep-all; }.case-detail-section strong { color: #f2f2f5; }.case-constraint-grid, .case-result-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 36px; }.case-constraint, .case-result { padding: 19px; border: 1px solid var(--line); border-radius: 7px; background: rgba(255,255,255,.025); }.case-constraint h3, .case-result h3 { margin: 0; color: #c1c2f7; font-family: var(--display); font-size: 13px; letter-spacing: -.02em; }.case-constraint p, .case-result p { margin: 11px 0 0; color: #a9a9b2; font-family: 'Noto Sans KR', sans-serif; font-size: 12px; line-height: 1.75; word-break: keep-all; }
.case-flow { display: flex; align-items: stretch; gap: 9px; margin-top: 36px; padding: 17px; overflow-x: auto; border: 1px solid var(--line); border-radius: 8px; background: #151518; }.case-flow-node { display: flex; min-width: 145px; flex: 1; flex-direction: column; justify-content: center; gap: 7px; padding: 16px; border: 1px solid rgba(255,255,255,.12); border-radius: 6px; background: #1b1b20; }.case-flow-node small { color: #888894; font-family: var(--display); font-size: 9px; font-weight: 700; letter-spacing: .08em; }.case-flow-node strong { color: #f3f3f6; font-family: var(--display); font-size: 16px; line-height: 1.15; letter-spacing: -.04em; }.case-flow-node span { color: #a4a4af; font-family: 'Noto Sans KR', sans-serif; font-size: 11px; line-height: 1.55; word-break: keep-all; }.case-flow-node--focus { border-color: rgba(169,171,236,.72); background: rgba(102,103,200,.14); }.case-flow-arrow { align-self: center; flex: 0 0 auto; color: #8d8fda; font-size: 18px; }.case-dual-flow { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 35px; }.case-dual-flow > div { padding: 22px; border: 1px solid var(--line); border-radius: 8px; background: #18181c; }.case-dual-flow h3 { margin: 0 0 15px; color: #c3c4f5; font-family: var(--display); font-size: 13px; }.case-dual-flow p { margin: 0; color: #aaaab4; font-family: 'Noto Sans KR', sans-serif; font-size: 12px; line-height: 1.75; word-break: keep-all; }.case-contribution { display: grid; grid-template-columns: 1.2fr .8fr; gap: 58px; margin-top: 35px; }.case-contribution h3 { margin: 0 0 14px; color: #bdbef4; font-family: var(--display); font-size: 11px; letter-spacing: .1em; }.case-contribution ul { margin: 0; padding-left: 19px; color: #c4c4cd; font-family: 'Noto Sans KR', sans-serif; font-size: 14px; line-height: 2; word-break: keep-all; }.case-outcome { padding-left: 28px; border-left: 1px solid var(--line); }.case-outcome p { margin: 0; color: #a7a7b1; font-family: 'Noto Sans KR', sans-serif; font-size: 13px; line-height: 1.8; word-break: keep-all; }.case-outcome strong { display: block; margin-bottom: 11px; color: #f2f2f4; font-family: var(--display); font-size: 31px; letter-spacing: -.06em; line-height: 1; }.case-disclosure-note { display: flex; gap: 15px; margin-top: 35px; padding: 17px 18px; border-left: 2px solid #8586b8; color: #a2a2ad; background: rgba(255,255,255,.025); font-family: 'Noto Sans KR', sans-serif; font-size: 12px; line-height: 1.75; word-break: keep-all; }.case-disclosure-note b { flex: 0 0 auto; color: #d5d5dc; font-family: var(--display); font-size: 10px; letter-spacing: .08em; }
.case-page-next { padding: 69px 0 76px; border-top: 1px solid var(--line); background: #17171a; }.case-page-next-label { margin: 0 0 19px; color: #92929c; font-family: var(--display); font-size: 10px; font-weight: 700; letter-spacing: .1em; }.case-page-next a { display: inline-flex; align-items: center; gap: 15px; color: #f1f1f4; font-family: var(--display); font-size: clamp(29px, 4vw, 49px); font-weight: 600; letter-spacing: -.06em; text-decoration: none; }.case-page-next a:hover { color: #b8b9f2; }.case-page-next a span { color: #999be8; }
@media (max-width: 820px) { .case-page-hero { padding-top: 117px; }.case-page-title { font-size: clamp(44px, 11vw, 76px); }.case-page-lede { font-size: 16px; }.case-page-media { height: 56vw; min-height: 240px; margin-top: 38px; }.case-summary-grid { grid-template-columns: 1fr 1fr; }.case-detail-layout { grid-template-columns: 1fr; gap: 30px; }.case-detail-index { display: flex; gap: 6px; }.case-constraint-grid, .case-result-grid { grid-template-columns: 1fr; }.case-contribution { grid-template-columns: 1fr; gap: 30px; }.case-outcome { padding: 0; border: 0; }.case-dual-flow { grid-template-columns: 1fr; } }
@media (max-width: 520px) { .case-page-title { font-size: 43px; }.case-page-title em { font-size: .66em; }.case-page-lede { font-size: 14px; word-break: normal; overflow-wrap: anywhere; }.case-page-summary { padding: 58px 0; }.case-summary-grid { grid-template-columns: 1fr; }.case-summary-card { min-height: 0; padding: 21px; }.case-summary-card p { margin-top: 18px; }.case-summary-card .case-metric { margin-top: 20px; }.case-page-detail { padding: 80px 0; }.case-detail-section { padding-bottom: 55px; margin-bottom: 55px; }.case-detail-section > p { font-size: 14px; }.case-flow { padding: 11px; }.case-flow-node { min-width: 137px; }.case-flow-arrow { font-size: 14px; }.case-page-next { padding-block: 55px; } }
/* Rendered Mermaid diagrams */
.mermaid-stack { display: grid; gap: 18px; margin-top: 36px; }.mermaid-diagram { margin: 36px 0 0; padding: 20px; overflow: auto; border: 1px solid var(--line); border-radius: 9px; background: linear-gradient(135deg, rgba(102,103,200,.13), rgba(255,255,255,.018) 54%); }.mermaid-stack .mermaid-diagram { margin: 0; }.mermaid-diagram figcaption { margin-bottom: 16px; color: #bcbee9; font-family: var(--display); font-size: 10px; font-weight: 700; letter-spacing: .11em; }.mermaid { min-width: 650px; color: #e8e8ee; background: transparent; }.mermaid svg { display: block; width: 100%; max-width: none; height: auto; min-height: 230px; }.mermaid .label, .mermaid .nodeLabel, .mermaid .edgeLabel { color: #efeff4 !important; }.mermaid--fallback { display: block; padding: 16px; overflow: auto; white-space: pre; border-radius: 6px; color: #c1c2f7; background: rgba(0,0,0,.2); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 12px; line-height: 1.6; }
@media (max-width: 700px) { .mermaid-diagram { padding: 14px; }.mermaid { min-width: 560px; }.mermaid svg { min-height: 210px; } }
/* Case-study table of contents */
.case-detail-toc { position: sticky; top: 102px; align-self: start; }.case-detail-toc > p { margin: 0; color: #93939d; font-family: var(--display); font-size: 11px; font-weight: 700; letter-spacing: .1em; }.case-detail-toc > p span { color: var(--blue); }.case-detail-toc ol { display: grid; gap: 7px; margin: 18px 0 0; padding: 0; list-style: none; }.case-detail-toc a { display: block; padding: 7px 0; border-bottom: 1px solid rgba(255,255,255,.08); color: #9e9ea9; font-family: 'Noto Sans KR', sans-serif; font-size: 12px; line-height: 1.5; text-decoration: none; transition: color .2s ease, padding-left .2s ease; }.case-detail-toc a:hover, .case-detail-toc a:focus-visible { padding-left: 5px; color: #d8d9fa; outline: none; }.case-detail-section { scroll-margin-top: 110px; }
@media (max-width: 820px) { .case-detail-toc { position: static; display: block; }.case-detail-toc ol { display: flex; gap: 0; margin-top: 13px; overflow-x: auto; border-block: 1px solid var(--line); }.case-detail-toc li { flex: 0 0 auto; }.case-detail-toc a { padding: 11px 15px 11px 0; border: 0; white-space: nowrap; }.case-detail-toc a:hover, .case-detail-toc a:focus-visible { padding-left: 0; } }
/* Section labels move with their corresponding case-study content. */
.case-detail-layout { display: block; }.case-detail-content { max-width: none; }.case-detail-section { display: grid; grid-template-columns: 166px minmax(0, 1fr); column-gap: clamp(42px, 8vw, 140px); }.case-detail-section > .case-section-index { grid-column: 1; grid-row: 1; align-self: start; margin: 3px 0 0; color: #999aa8; font-family: var(--display); font-size: 10px; font-weight: 700; letter-spacing: .1em; line-height: 1.45; }.case-section-index span { color: var(--blue); }.case-detail-section > :not(.case-section-index) { grid-column: 2; }
.case-detail-subheading { margin: 36px 0 12px; color: #d8d9ee; font-family: var(--display); font-size: 17px; font-weight: 600; letter-spacing: -.03em; line-height: 1.3; }
.case-contribution--full { grid-template-columns: 1fr; }
.case-detail-section > p.case-flow-followup { margin-top: 30px; }
.case-detail-section > p.case-dual-flow-followup { margin-top: 30px; }
.case-outcome-heading { margin-top: 38px; }
.case-outcome-heading h3 { margin: 0; color: #bdbef4; font-family: var(--display); font-size: 11px; letter-spacing: .1em; }
.case-outcome-heading + .case-result-grid { margin-top: 14px; }
.case-result-grid--two { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 820px) { .case-result-grid--two { grid-template-columns: 1fr; } }
.case-constraint-heading { margin-top: 36px; }
.case-constraint-heading h3 { margin: 0; color: #bdbef4; font-family: var(--display); font-size: 11px; letter-spacing: .1em; }
.case-constraint-heading + .case-constraint-grid { margin-top: 14px; }
.case-learning-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 16px; }
.case-learning-signal { padding: 19px; border: 1px solid var(--line); border-radius: 7px; background: rgba(255,255,255,.025); }
.case-learning-signal h4 { margin: 0; color: #c1c2f7; font-family: var(--display); font-size: 13px; letter-spacing: -.02em; }
.case-learning-signal p { margin: 11px 0 0; color: #a9a9b2; font-family: 'Noto Sans KR', sans-serif; font-size: 12px; line-height: 1.75; word-break: keep-all; }
@media (max-width: 820px) { .case-learning-grid { grid-template-columns: 1fr; } }
@media (max-width: 820px) { .case-detail-section { display: block; }.case-detail-section > .case-section-index { margin: 0 0 18px; } }

/* Final typography pass for the long-form case studies. */
.case-page-title { letter-spacing: -.065em; line-height: 1.06; }
.case-page-lede, .case-detail-section > p { color: #bebec8; line-height: 1.82; }
