@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/variable/pretendardvariable-dynamic-subset.css');

:root {
  --ink: #111111;
  --paper: #ffffff;
  --soft: #f5f5f3;
  --muted: #6e6e73;
  --line: #e5e5e2;
  --highlight-mint: #168a69;
  --accent: var(--highlight-mint);
  --accent-soft: #e7f6f0;
  --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Pretendard Variable", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-weight: 400; word-break: keep-all; -webkit-font-smoothing: antialiased; background-image: radial-gradient(circle at 10% 8%, rgba(22,138,105,.045), transparent 22rem), linear-gradient(90deg, transparent 0, transparent calc(50% - .5px), rgba(17,17,17,.025) 50%, transparent calc(50% + .5px)); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; width: 100%; }
h1, h2, h3 { font-family: "Pretendard Variable", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.skip { position: absolute; left: -9999px; top: 0; }
.skip:focus { left: 1rem; top: 1rem; z-index: 99; background: var(--ink); color: white; padding: .75rem 1rem; border-radius: 999px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 10; display: flex; align-items: center; justify-content: space-between; max-width: var(--max); margin: 0 auto; padding: 1.4rem 3vw; font-family: "Pretendard Variable", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: .72rem; font-weight: 600; letter-spacing: .045em; }
.brand { display: flex; align-items: center; gap: 1rem; font-weight: 700; }
.brand-mark { padding: .4rem .58rem; border: 1px solid var(--highlight-mint); border-radius: 8px; background: var(--highlight-mint); color: white; font-weight: 800; letter-spacing: .025em; }
.site-header nav { display: flex; align-items: center; gap: 2rem; }
.site-header nav a { color: #38383b; font-weight: 600; }
.site-header nav a:hover { color: var(--accent); }
.nav-phone { padding-bottom: .18rem; border-bottom: 1px solid rgba(17,17,17,.34); font-variant-numeric: tabular-nums; letter-spacing: .02em; }
.nav-contact { padding: .65rem 1rem; border-radius: 999px; background: var(--highlight-mint); color: white !important; box-shadow: 0 6px 18px rgba(22,138,105,.18); }

.side-nav { position: fixed; z-index: 35; top: 50%; right: auto; bottom: auto; left: 0; display: flex; align-items: center; width: 1.65rem; height: 3.75rem; padding: .3rem .3rem .3rem 0; overflow: hidden; border: 0; border-radius: 0 18px 18px 0; background: transparent; box-shadow: none; transform: translateY(-50%); transition: width .34s cubic-bezier(.2,.8,.25,1), height .34s cubic-bezier(.2,.8,.25,1), background .24s ease, box-shadow .22s ease; }
.side-nav:hover, .side-nav:focus-within { box-shadow: 0 12px 34px rgba(22,138,105,.18); }
.side-nav.is-open { flex-direction: column; align-items: stretch; width: min(13.2rem, calc(100% - .8rem)); height: min(48vh, 400px); padding: .55rem; background: var(--highlight-mint); box-shadow: 0 16px 42px rgba(22,138,105,.3); }
.side-nav-toggle { display: grid; width: 2.95rem; height: 3.15rem; flex: 0 0 2.95rem; padding: 0 .42rem 0 0; place-items: center end; border: 0; border-radius: 0 15px 15px 0; background: var(--highlight-mint); color: white; cursor: pointer; box-shadow: 0 10px 28px rgba(22,138,105,.26); transition: transform .3s cubic-bezier(.2,.8,.25,1); }
.side-nav:not(.is-open) .side-nav-toggle { transform: translateX(-1.35rem); }
.side-nav.is-open .side-nav-toggle { align-self: flex-end; width: 2.35rem; height: 2.35rem; flex-basis: 2.35rem; padding-right: .38rem; border-radius: 12px; box-shadow: none; transform: none; }
.side-nav .side-nav-toggle span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.side-nav-toggle i { display: block; color: white; font-size: 1.7rem; font-style: normal; font-weight: 400; line-height: 1; transition: transform .3s ease; }
.side-nav.is-open .side-nav-toggle i { transform: rotate(180deg); }
.side-nav-links { display: grid; grid-template-rows: repeat(5, minmax(0, 1fr)); width: 0; height: 0; min-width: 0; overflow: hidden; opacity: 0; pointer-events: none; transform: translateX(-.5rem); transition: width .34s cubic-bezier(.2,.8,.25,1), height .34s cubic-bezier(.2,.8,.25,1), opacity .2s ease, transform .3s ease; }
.side-nav.is-open .side-nav-links { width: 100%; height: 100%; margin-top: .35rem; opacity: 1; pointer-events: auto; transform: translateX(0); }
.side-nav a { display: grid; grid-template-columns: 1.75rem 1fr; gap: .55rem; align-items: center; min-width: 0; min-height: 0; padding: 0 .65rem; border-radius: 13px; color: rgba(255,255,255,.78); text-align: left; transition: color .2s ease, background .2s ease, transform .2s ease; }
.side-nav a:hover { background: rgba(255,255,255,.12); color: white; transform: translateY(-.08rem); }
.side-nav a.is-active { background: white; color: var(--highlight-mint); box-shadow: 0 7px 18px rgba(0,0,0,.1); }
.side-nav span { font-size: .52rem; font-weight: 750; font-variant-numeric: tabular-nums; opacity: .72; }
.side-nav b { font-size: .72rem; font-weight: 760; letter-spacing: .05em; }
.side-nav-links a > span { display: grid; width: 1.75rem; height: 1.75rem; place-items: center; border: 1px solid currentColor; border-radius: 50%; opacity: 1; }
.side-nav-links a svg { width: .84rem; height: .84rem; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.hero { position: relative; min-height: 760px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, .92fr); gap: clamp(2rem, 5vw, 6rem); align-items: center; max-width: var(--max); margin: 0 auto; padding: 7.5rem 3vw 4rem; overflow: hidden; background: var(--paper); }
.hero-monitor { position: relative; grid-column: 2; grid-row: 1; height: min(66vw, 620px); overflow: hidden; border: 1px solid rgba(17,17,17,.1); border-radius: 32px; background: var(--soft); box-shadow: 0 28px 80px rgba(17,17,17,.11); }
.hero-monitor > img { height: 100%; object-fit: cover; object-position: center; filter: grayscale(1) contrast(1.04); transition: transform 1.2s cubic-bezier(.2,.7,.2,1); }
.hero-monitor:hover > img { transform: scale(1.025); }
.monitor-overlay { position: absolute; inset: 0; padding: 1.25rem; color: white; font-size: .66rem; font-weight: 700; letter-spacing: .06em; text-shadow: 0 1px 10px rgba(0,0,0,.5); }
.monitor-rec { position: absolute; top: 1.25rem; left: 1.25rem; display: flex; align-items: center; gap: .45rem; }
.monitor-rec i, .creator-rec i { width: .5rem; height: .5rem; border-radius: 50%; background: #ff4238; box-shadow: 0 0 0 5px rgba(255,66,56,.12); animation: rec-blink 1.2s steps(1) infinite; }
.monitor-timecode { position: absolute; top: 1.25rem; right: 1.25rem; font-variant-numeric: tabular-nums; }
.monitor-format { position: absolute; bottom: 1.25rem; left: 1.25rem; }
.focus-corner, .frame-corner { position: absolute; width: 2.1rem; height: 2.1rem; border-color: currentColor; opacity: .75; }
.focus-tl, .frame-tl { top: 4.1rem; left: 1.25rem; border-top: 1px solid; border-left: 1px solid; }
.focus-tr, .frame-tr { top: 4.1rem; right: 1.25rem; border-top: 1px solid; border-right: 1px solid; }
.focus-bl, .frame-bl { bottom: 4.1rem; left: 1.25rem; border-bottom: 1px solid; border-left: 1px solid; }
.focus-br, .frame-br { right: 1.25rem; bottom: 4.1rem; border-right: 1px solid; border-bottom: 1px solid; }
.hero-shade { display: none; }
.hero-copy { position: relative; z-index: 1; grid-column: 1; grid-row: 1; padding: 0; max-width: 720px; }
.eyebrow, .section-kicker, .hero-index, .project-meta > span, .story-process > article > span { font-family: "Pretendard Variable", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: .72rem; font-weight: 600; letter-spacing: .055em; }
.eyebrow { color: var(--accent); }
.hero h1 { margin: 1.25rem 0 1.4rem; max-width: 720px; color: var(--highlight-mint); font-size: clamp(5.2rem, 8.8vw, 8.8rem); line-height: .9; letter-spacing: -.075em; font-weight: 850; }
.hero h1 i { color: #9b9b98; font-style: normal; font-weight: 500; }
.dada-char { display: inline-block; font-weight: 850; transform-origin: center bottom; }
.hero h1:hover .dada-char:nth-of-type(1) { animation: text-pop .5s cubic-bezier(.2,.9,.25,1) 0s both; }
.hero h1:hover .dada-char:nth-of-type(2) { animation: text-pop .5s cubic-bezier(.2,.9,.25,1) .08s both; }
.hero h1:hover .dada-char:nth-of-type(3) { animation: text-pop .5s cubic-bezier(.2,.9,.25,1) .16s both; }
.title-line { display: block; overflow: hidden; padding-bottom: .07em; }
.title-line > span { display: block; transform: translateY(110%); animation: title-cut-in .9s cubic-bezier(.2,.85,.25,1) forwards; }
.title-line:nth-child(2) > span { animation-delay: .13s; }
.dada-meaning { display: grid; gap: .28rem; margin: 0 0 1.55rem; color: var(--ink); font-size: clamp(1.18rem, 1.8vw, 1.72rem); line-height: 1.35; letter-spacing: -.035em; font-weight: 570; }
.dada-meaning span { display: block; }
.dada-meaning b { display: inline-block; min-width: .9em; color: var(--highlight-mint); font-weight: 850; }
.hero-lede { margin: 0; color: var(--muted); font-size: clamp(1rem, 1.55vw, 1.35rem); line-height: 1.75; }
.hero-lede strong, .about-copy strong { color: var(--ink); font-weight: 700; }
.hero-lede .hero-role { color: var(--highlight-mint); font-weight: 800; box-shadow: inset 0 -.16em 0 color-mix(in srgb, var(--highlight-mint) 15%, transparent); }
.hero-role span { display: inline-block; transform-origin: center bottom; }
.hero-role:hover span:first-child { animation: text-pop .48s cubic-bezier(.2,.9,.25,1) both; }
.hero-role:hover span:last-child { animation: text-pop .48s cubic-bezier(.2,.9,.25,1) .1s both; }
.hero-education { display: grid; grid-template-columns: 1fr; gap: .8rem; margin-top: 2rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.hero-education > p { display: flex; align-items: baseline; gap: .65rem; margin: 0; }
.hero-education > p span { color: var(--highlight-mint); font-size: .56rem; font-weight: 750; letter-spacing: .075em; }
.hero-education > p strong { font-size: .88rem; font-weight: 760; }
.hero-education ol { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .7rem; margin: 0; padding: 0; list-style: none; }
.hero-education li { min-width: 0; padding-left: .75rem; border-left: 1px solid var(--line); }
.hero-education time, .hero-education b, .hero-education small { display: block; }
.hero-education time { margin-bottom: .28rem; color: var(--highlight-mint); font-size: .53rem; font-weight: 720; letter-spacing: .02em; font-variant-numeric: tabular-nums; }
.hero-education b { white-space: nowrap; font-size: .7rem; font-weight: 720; line-height: 1.4; }
.hero-education small { margin-top: .12rem; color: var(--muted); font-size: .62rem; line-height: 1.35; }
.hero-index { position: absolute; z-index: 1; right: 4vw; bottom: 5rem; display: flex; gap: 1.3rem; color: white; text-shadow: 0 1px 8px rgba(0,0,0,.45); }

.creator-reel { position: relative; max-width: calc(var(--max) - 6vw); min-height: 610px; margin: 1rem auto 4rem; overflow: hidden; border: 1px solid var(--line); border-radius: 34px; background: #f4f1ed; box-shadow: 0 30px 90px rgba(17,17,17,.08); isolation: isolate; }
.creator-reel > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.creator-reel::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.92) 33%, rgba(255,255,255,.18) 65%, rgba(255,255,255,.05) 100%); }
.creator-frame { position: absolute; inset: 0; color: rgba(17,17,17,.6); pointer-events: none; }
.creator-frame .frame-tl, .creator-frame .frame-tr { top: 1.35rem; }
.creator-frame .frame-bl, .creator-frame .frame-br { bottom: 4.4rem; }
.creator-rec, .creator-code { position: absolute; top: 1.45rem; display: flex; align-items: center; gap: .5rem; font-size: .66rem; font-weight: 750; letter-spacing: .08em; }
.creator-rec { left: 4.2rem; }
.creator-code { right: 4.2rem; }
.creator-reel-copy { position: relative; z-index: 2; width: min(670px, 56%); padding: 8rem 4.5rem 7rem; }
.creator-reel-copy > p { margin: 0 0 1.8rem; color: var(--accent); font-size: .7rem; font-weight: 750; letter-spacing: .08em; }
.creator-reel-copy h2 { margin: 0; font-size: clamp(2.9rem, 5vw, 5.6rem); line-height: 1.02; letter-spacing: -.06em; }
.creator-roles { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 2.5rem; }
.creator-roles span { padding: .5rem .72rem; border: 1px solid rgba(17,17,17,.16); border-radius: 999px; background: rgba(255,255,255,.72); font-size: .63rem; font-weight: 700; letter-spacing: .06em; backdrop-filter: blur(8px); }
.edit-timeline { position: absolute; right: 1.35rem; bottom: 1rem; left: 1.35rem; padding: .8rem 1rem; border: 1px solid rgba(17,17,17,.12); border-radius: 14px; background: rgba(255,255,255,.84); backdrop-filter: blur(18px); }
.timeline-track { position: relative; display: grid; grid-template-columns: 1.4fr .8fr 1.1fr .7fr; gap: .25rem; height: .65rem; }
.timeline-track > span { border-radius: 3px; background: #d8d8d3; }
.timeline-track > span:nth-child(2), .timeline-track > span:nth-child(4) { background: #bfe5d7; }
.timeline-playhead { position: absolute; top: -.32rem; bottom: -.32rem; left: 0; width: 1px; background: #ff4238; box-shadow: 0 0 0 1px rgba(255,255,255,.8); animation: timeline-scrub 6s linear infinite; }
.timeline-playhead::before { content: ""; position: absolute; top: -.18rem; left: -.2rem; width: .4rem; height: .4rem; background: #ff4238; transform: rotate(45deg); }
.edit-timeline p { display: flex; justify-content: space-between; margin: .55rem 0 0; color: var(--muted); font-size: .58rem; font-weight: 600; font-variant-numeric: tabular-nums; }

.manifesto, .work, .about, .contact { max-width: var(--max); margin: 0 auto; padding: 9rem 3vw; }
.section-kicker { display: flex; align-items: center; gap: .8rem; color: var(--accent); margin: 0 0 2.4rem; }
.section-kicker::before { content: ""; width: .52rem; height: .52rem; border: 1px solid currentColor; border-radius: 2px; transform: rotate(45deg); }
.section-kicker::after { content: ""; width: 2.2rem; height: 1px; background: currentColor; opacity: .35; }
.manifesto > h2, .section-head h2, .about h2, .contact h2 { margin: 0; font-size: clamp(2.8rem, 5.8vw, 6.2rem); line-height: 1.05; letter-spacing: -.055em; font-weight: 700; }
.title-light { font-weight: 450; }
em { color: var(--accent); font-style: normal; }
.manifesto { position: relative; max-width: none; overflow: hidden; padding-left: max(3vw, calc((100vw - var(--max)) / 2 + 3vw)); padding-right: max(3vw, calc((100vw - var(--max)) / 2 + 3vw)); background: var(--soft); }
.manifesto::before, .manifesto::after { content: ""; position: absolute; right: 0; left: 0; height: 10px; opacity: .45; background: repeating-linear-gradient(90deg, transparent 0 18px, rgba(17,17,17,.12) 18px 34px, transparent 34px 50px); }
.manifesto::before { top: 1.2rem; }
.manifesto::after { bottom: 1.2rem; }
.method-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: 6rem; }
.method-grid article { position: relative; padding: 1.6rem; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--paper); box-shadow: 0 12px 34px rgba(17,17,17,.035); transition: border-color .3s ease, box-shadow .3s ease, translate .3s ease; }
.method-grid article::after { content: ""; position: absolute; right: -3rem; bottom: -4rem; width: 9rem; height: 9rem; border: 1px solid rgba(22,138,105,.13); border-radius: 50%; box-shadow: 0 0 0 1.4rem rgba(22,138,105,.035), 0 0 0 2.8rem rgba(22,138,105,.02); }
.method-grid article:hover { translate: 0 -.4rem; border-color: rgba(22,138,105,.35); box-shadow: 0 24px 50px rgba(17,17,17,.08); }
.method-grid span { color: var(--muted); font-family: "Pretendard Variable", "Pretendard", sans-serif; font-size: .72rem; font-weight: 600; }
.method-grid h3 { margin: 3.2rem 0 1rem; color: var(--accent); font-family: "Pretendard Variable", "Pretendard", sans-serif; font-size: 1.02rem; font-weight: 700; }
.method-grid p { max-width: 28rem; color: var(--muted); line-height: 1.75; }
.method-grid p strong { color: var(--ink); font-weight: 760; }

.work { background: var(--paper); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 3rem; margin-bottom: 5rem; }
.section-head > p { margin: 0; color: var(--muted); font-family: "Pretendard Variable", "Pretendard", sans-serif; font-size: .72rem; font-weight: 500; line-height: 1.8; text-align: right; }
.project-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6.5rem 1.5rem; }
.project-wide { grid-column: 1 / -1; }
.project { --project-accent: var(--highlight-mint); min-width: 0; color: inherit; }
.project-cheolgil { --project-accent: var(--highlight-mint); }
.project figure { position: relative; margin: 0; overflow: hidden; border: 1px solid rgba(17,17,17,.08); background: var(--soft); aspect-ratio: 16 / 9; border-radius: 26px; box-shadow: 0 18px 48px rgba(17,17,17,.075); transition: box-shadow .35s ease, translate .35s ease; }
.project figure::after { content: ""; position: absolute; z-index: 3; right: 0; bottom: 0; left: 0; height: 4px; background: var(--project-accent); transform: scaleX(.16); transform-origin: left; transition: transform .45s cubic-bezier(.2,.75,.25,1); }
.project:hover figure { translate: 0 -.35rem; box-shadow: 0 30px 70px rgba(17,17,17,.12); }
.project:hover figure::after { transform: scaleX(1); }
.project figure.portrait { aspect-ratio: 4 / 5; }
.project figure img { height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.project:hover figure img { transform: scale(1.025); }
.project-preview { position: absolute; inset: -1px; z-index: 2; width: calc(100% + 2px); height: calc(100% + 2px); border: 0; opacity: 0; pointer-events: none; transition: opacity .32s ease; }
.project-preview.is-playing { opacity: 1; }
.project-meta { padding: 1.2rem .2rem 0; }
.project-meta > span { display: flex; align-items: center; gap: .55rem; color: var(--project-accent); }
.project-meta > span::before { content: ""; width: .42rem; height: .42rem; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 4px color-mix(in srgb, var(--project-accent) 12%, transparent); }
.project-meta h3 { margin: .9rem 0 .45rem; color: var(--highlight-mint); font-size: clamp(1.35rem, 2.4vw, 2.25rem); letter-spacing: -.045em; font-weight: 650; }
.project-meta h3 strong { color: inherit; font-weight: 820; box-shadow: inset 0 -.16em 0 color-mix(in srgb, var(--highlight-mint) 14%, transparent); }
.project-meta p { margin: 0; color: var(--ink); }
.project-meta p b { color: inherit; font-weight: 720; }
.featured-award { position: relative; }
.award-badge { position: absolute; z-index: 4; top: 1.3rem; left: 1.3rem; display: flex; align-items: center; gap: .8rem; padding: .8rem 1rem; border: 1px solid rgba(255,255,255,.8); border-radius: 18px; background: rgba(255,255,255,.92); box-shadow: 0 12px 40px rgba(0,0,0,.12); backdrop-filter: blur(14px); }
.award-badge img { width: 1.55rem; height: 1.55rem; }
.award-badge span { display: grid; gap: .1rem; color: var(--muted); font-size: .68rem; font-weight: 600; letter-spacing: .02em; }
.award-badge strong { color: var(--ink); font-size: .88rem; font-weight: 800; }
.project-actions { display: flex; align-items: center; gap: 1rem; margin-top: 1.35rem; }
.project-actions button, .project-actions a { cursor: pointer; padding: .72rem 1rem; border: 1px solid var(--ink); border-radius: 999px; background: transparent; color: var(--ink); font-size: .76rem; font-weight: 700; }
.project-actions button { display: inline-flex; align-items: center; gap: 1.4rem; background: var(--ink); color: white; }
.project-actions button span { font-size: 1rem; transition: transform .2s ease; }
.project-actions button:hover span { transform: translateX(3px); }
.project-cheolgil .story-open { border-color: var(--project-accent); background: var(--project-accent); }

.dialog-open { overflow: hidden; }
.story-dialog { --accent: var(--highlight-mint); width: min(1440px, calc(100vw - 2rem)); max-width: none; height: calc(100dvh - 2rem); max-height: none; padding: 0; border: 0; border-radius: 30px; background: var(--paper); color: var(--ink); box-shadow: 0 28px 100px rgba(0,0,0,.24); overflow: hidden; }
.story-dialog::backdrop { background: rgba(17,17,17,.62); backdrop-filter: blur(8px); }
.story-scroll { height: 100%; overflow-y: auto; overscroll-behavior: contain; }
.story-toolbar { position: sticky; z-index: 10; top: 0; display: flex; align-items: center; justify-content: space-between; padding: 1rem 1.25rem; border-bottom: 1px solid rgba(229,229,226,.8); background: rgba(255,255,255,.9); backdrop-filter: blur(18px); }
.story-award-pill { display: flex; align-items: center; gap: .6rem; color: var(--accent); font-size: .75rem; font-weight: 750; }
.story-award-pill img { width: 1.25rem; height: 1.25rem; }
.story-close { cursor: pointer; display: flex; align-items: center; gap: .65rem; padding: .55rem .85rem; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); color: var(--ink); font-size: .72rem; font-weight: 700; }
.story-close span { font-size: 1.1rem; line-height: 1; }
.story-hero { display: grid; grid-template-columns: .9fr 1.1fr; gap: 5vw; align-items: center; padding: clamp(3rem, 7vw, 7rem) clamp(1.4rem, 5vw, 5rem); background: var(--soft); }
.story-hero h2 { margin: 0; line-height: 1; letter-spacing: -.042em; }
.story-hero h2 > .title-light { display: block; margin-bottom: .45em; font-size: clamp(1.65rem, 2.5vw, 2.8rem); line-height: 1.1; letter-spacing: -.025em; }
.story-hero h2 em { display: block; color: var(--highlight-mint); font-size: clamp(2.6rem, 3.8vw, 4rem); font-weight: 820; line-height: 1.02; letter-spacing: -.048em; white-space: nowrap; }
.story-hero-copy > p:not(.section-kicker) { max-width: 40rem; margin: 2rem 0; color: var(--muted); font-size: 1.05rem; line-height: 1.85; }
.story-hero-image { margin: 0; overflow: hidden; border-radius: 28px; }
.story-hero-image img { min-height: 460px; object-fit: cover; }
.story-meta { margin: 2.4rem 0; border-top: 1px solid var(--line); }
.story-meta div { display: grid; grid-template-columns: 5.5rem 1fr; padding: .9rem 0; border-bottom: 1px solid var(--line); }
.story-meta dt { color: var(--accent); font-size: .68rem; font-weight: 700; }
.story-meta dd { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.5; }
.story-meta strong { color: var(--ink); font-weight: 800; }
.story-watch { display: inline-block; padding: .82rem 1.1rem; border-radius: 999px; background: var(--ink); color: white; font-size: .76rem; font-weight: 700; }
.story-process { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; padding: clamp(4rem, 8vw, 8rem) clamp(1.4rem, 5vw, 5rem); }
.story-process article { position: relative; padding: 2rem; border: 1px solid var(--line); border-radius: 24px; background: var(--paper); }
.story-process article:not(:last-child)::after { content: ""; position: absolute; z-index: 3; top: 50%; left: 100%; width: 1rem; height: 2px; border-radius: 999px; background: var(--highlight-mint); box-shadow: 0 0 0 4px color-mix(in srgb, var(--highlight-mint) 10%, transparent); transform: scaleX(0); transform-origin: left; }
.story-process.is-connected article:nth-child(1)::after { animation: process-connect-x .72s cubic-bezier(.2,.8,.25,1) .12s forwards; }
.story-process.is-connected article:nth-child(2)::after { animation: process-connect-x .72s cubic-bezier(.2,.8,.25,1) .7s forwards; }
.story-process article > span { color: var(--accent); }
.story-process h3 { margin: 3.8rem 0 1.2rem; font-size: clamp(1.6rem, 2.5vw, 2.7rem); line-height: 1.08; letter-spacing: -.045em; }
.story-process p { margin: 0; color: var(--muted); line-height: 1.75; }
.story-gallery { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1rem; padding: 0 clamp(1.4rem, 5vw, 5rem); }
.story-gallery figure { grid-column: span 6; margin: 0; overflow: hidden; border-radius: 24px; background: var(--soft); }
.story-gallery figure:first-child { grid-column: span 7; }
.story-gallery figure:nth-child(2) { grid-column: span 5; }
.story-gallery figure.story-gallery-wide { grid-column: 1 / -1; }
.story-gallery img { aspect-ratio: 16 / 9; object-fit: cover; }
.story-gallery-wide img { aspect-ratio: 2.35 / 1; }
.story-gallery figcaption { display: grid; gap: .4rem; padding: 1.1rem 1.25rem 1.3rem; color: var(--muted); font-size: .86rem; }
.story-gallery figcaption span { color: var(--accent); font-size: .68rem; font-weight: 700; letter-spacing: .05em; }
.story-quote { position: relative; min-height: min(78vh, 820px); margin: 0; overflow: hidden; background: #06151a; color: white; isolation: isolate; }
.story-quote > img { position: absolute; inset: -4%; z-index: -3; width: 108%; height: 108%; object-fit: cover; animation: quote-camera-drift 11s cubic-bezier(.45,.05,.55,.95) infinite alternate; }
.story-quote::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(4,14,18,.82), rgba(4,14,18,.32) 52%, rgba(4,14,18,.55)), linear-gradient(0deg, rgba(3,10,13,.58), transparent 55%); }
.story-quote::after { content: ""; position: absolute; inset: -25%; z-index: -1; opacity: .14; background-image: repeating-radial-gradient(circle at 30% 40%, rgba(255,255,255,.32) 0 1px, transparent 1px 4px); mix-blend-mode: soft-light; pointer-events: none; animation: quote-grain .28s steps(2) infinite; }
.story-quote-overlay { position: relative; display: flex; min-height: min(78vh, 820px); flex-direction: column; justify-content: center; padding: clamp(4rem, 8vw, 8rem) clamp(1.4rem, 7vw, 7rem); }
.story-quote-kicker { margin-bottom: 2rem; color: #bde9dc; font-size: .7rem; font-weight: 750; letter-spacing: .1em; }
.story-quote blockquote { max-width: 1180px; margin: 0; font-size: clamp(2.7rem, 5.8vw, 6.2rem); font-weight: 720; line-height: 1.08; letter-spacing: -.06em; text-shadow: 0 4px 32px rgba(0,0,0,.42); }
.story-quote blockquote > span { font-weight: 430; }
.story-quote blockquote > strong { color: color-mix(in srgb, var(--highlight-mint) 58%, white); font-weight: 780; }
.story-quote-time { position: absolute; right: clamp(1.4rem, 4vw, 4rem); bottom: 2rem; left: clamp(1.4rem, 4vw, 4rem); display: flex; justify-content: space-between; padding-top: .8rem; border-top: 1px solid rgba(255,255,255,.36); font-size: .62rem; font-weight: 700; letter-spacing: .08em; }

.about { position: relative; display: grid; grid-template-columns: minmax(280px, .8fr) 1.2fr; gap: 8vw; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background-image: linear-gradient(rgba(17,17,17,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(17,17,17,.025) 1px, transparent 1px); background-size: 36px 36px; }
.about-copy { grid-column: 1 / -1; max-width: 1120px; }
.about-copy > p:not(.section-kicker) { max-width: 52rem; margin: 2rem 0 0; color: var(--muted); font-size: 1.05rem; line-height: 1.9; }
.about h2 > span { font-weight: 480; }
.about h2 em, .section-head h2 em { color: var(--highlight-mint); font-weight: 760; }
.section-head h2 em > .title-light { display: inline-block; font-size: .68em; line-height: 1.12; letter-spacing: -.035em; }
.work-title-prefix { display: inline-block; color: var(--ink); font-size: .62em; font-weight: 470; line-height: 1.05; letter-spacing: -.035em; }
.work #work-title em { display: inline-block; color: var(--highlight-mint); font-weight: 820; letter-spacing: -.065em; }
.profile-details { grid-column: 1 / -1; margin-top: 1.5rem; }
.profile-rail { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; align-items: stretch; }
.profile-card { position: relative; min-height: 520px; padding: 1.35rem; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.9); box-shadow: 0 12px 34px rgba(17,17,17,.035); }
.profile-card:not(:last-child)::after { content: ""; position: absolute; z-index: 2; top: 2.65rem; left: 100%; width: 1rem; height: 2px; background: var(--highlight-mint); box-shadow: 0 0 12px rgba(22,138,105,.28); transform: scaleX(0); transform-origin: left; }
.profile-card.is-visible:not(:last-child)::after { animation: profile-connect-x .68s cubic-bezier(.2,.8,.25,1) forwards; }
.profile-card:nth-child(1)::after { animation-delay: .2s; }
.profile-card:nth-child(2)::after { animation-delay: .38s; }
.profile-card:nth-child(3)::after { animation-delay: .56s; }
.profile-card header { display: flex; align-items: center; gap: .9rem; min-height: 2.65rem; }
.profile-card header img { width: 2.35rem; height: 2.35rem; object-fit: contain; }
.profile-card header div { display: grid; gap: .15rem; }
.profile-card header span { color: var(--muted); font-size: .56rem; font-weight: 650; letter-spacing: .08em; }
.profile-card h3 { margin: 0; font-size: 1.08rem; font-weight: 760; letter-spacing: -.02em; }
.profile-card ul { margin: 1.2rem 0 0; padding: 0; list-style: none; }
.profile-card li { padding: .88rem 0; border-top: 1px solid var(--line); }
.profile-card time { display: block; margin-bottom: .35rem; color: var(--highlight-mint); font-size: .63rem; font-weight: 720; letter-spacing: .035em; font-variant-numeric: tabular-nums; }
.profile-card li strong { display: block; color: var(--ink); font-size: .88rem; font-weight: 720; line-height: 1.48; }
.profile-card li small { display: block; margin-top: .3rem; color: var(--muted); font-size: .76rem; line-height: 1.55; }
.profile-tools { display: grid; grid-template-columns: 6rem 1fr; gap: 1rem; margin-top: 1rem; padding: 1.25rem 1.35rem; border: 1px solid var(--line); border-radius: 18px; background: var(--soft); }
.profile-tools > span { color: var(--highlight-mint); font-size: .64rem; font-weight: 760; letter-spacing: .08em; }
.profile-tools p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.65; }
.tool-list { display: flex; flex-wrap: wrap; align-items: center; gap: .25rem .38rem; color: var(--muted); font-size: .82rem; line-height: 1.65; }
.tool-item { position: relative; display: inline-block; padding: .12rem .08rem; color: inherit; font-weight: 470; cursor: default; transform-origin: center; transition: color .2s ease, transform .22s cubic-bezier(.2,.9,.25,1), text-shadow .2s ease; }
.tool-item:hover { z-index: 1; color: var(--highlight-mint); text-shadow: .28px 0 currentColor, -.28px 0 currentColor; transform: scale(1.09); }
.tool-list i { color: #aaa9a5; font-style: normal; }
.tool-break { flex-basis: 100%; height: 0; }
.about dl { margin: 0; border-top: 1px solid var(--line); }
.about dl div { display: grid; grid-template-columns: 9rem 1fr; padding: 1.4rem 0; border-bottom: 1px solid var(--line); }
.about dt { color: var(--accent); font-family: "Pretendard Variable", "Pretendard", sans-serif; font-size: .72rem; font-weight: 700; }
.about dd { margin: 0; color: var(--muted); line-height: 1.65; }
.about dd strong { color: var(--ink); font-weight: 760; }

.contact { position: relative; max-width: none; overflow: hidden; padding: clamp(7rem, 10vw, 11rem) max(3vw, calc((100vw - var(--max)) / 2 + 3vw)) 2.2rem; border-top: 1px solid var(--line); background: var(--paper); color: var(--ink); text-align: left; }
.contact::before { content: "05"; position: absolute; top: -4vw; right: -1vw; color: rgba(22,138,105,.055); font-size: clamp(16rem, 32vw, 34rem); font-weight: 850; line-height: .8; letter-spacing: -.1em; pointer-events: none; }
.contact-slate { position: relative; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(420px, .85fr); gap: clamp(4rem, 9vw, 10rem); align-items: end; }
.contact .section-kicker { color: var(--highlight-mint); }
.contact h2 { max-width: 900px; margin: 0; }
.contact h2 em { color: var(--highlight-mint); font-weight: 820; }
.contact-pop span { display: inline-block; transform-origin: center bottom; }
.contact-pop:hover span:first-child { animation: text-pop .48s cubic-bezier(.2,.9,.25,1) both; }
.contact-pop:hover span:last-child { animation: text-pop .48s cubic-bezier(.2,.9,.25,1) .1s both; }
.contact-note { margin: 2.2rem 0 0; color: var(--muted); font-size: .68rem; font-weight: 650; letter-spacing: .06em; }
.contact-links { position: relative; display: grid; margin: 0; border-bottom: 1px solid var(--ink); }
.contact-links a { display: grid; grid-template-columns: 4.5rem minmax(0, 1fr) 3.1rem; gap: 1rem; align-items: center; min-width: 0; padding: 1.45rem .25rem; border-top: 1px solid var(--ink); color: var(--ink); transition: padding .28s ease, background .28s ease, color .28s ease; }
.contact-links a span { display: flex; align-items: center; gap: .4rem; color: var(--highlight-mint); font-size: .61rem; font-weight: 750; letter-spacing: .1em; }
.contact-links a span svg { width: 1rem; height: 1rem; flex: 0 0 1rem; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.contact-links a strong { min-width: 0; overflow-wrap: anywhere; font-size: clamp(.9rem, 1.25vw, 1.08rem); font-weight: 750; }
.contact-links a i { display: grid; min-width: 3.1rem; height: 2.4rem; padding: 0 .55rem; place-items: center; border-radius: 999px; background: var(--ink); color: white; font-size: .55rem; font-style: normal; font-weight: 800; letter-spacing: .06em; transform-origin: center; transition: transform .22s ease, background .28s ease, color .28s ease; }
.contact-links a:hover { padding-right: 1rem; padding-left: 1rem; background: var(--highlight-mint); color: white; }
.contact-links a:hover span { color: white; }
.contact-links a:hover i { transform: scale(1.06); background: white; color: var(--highlight-mint); }
.contact-links a.is-copied { padding-right: 1rem; padding-left: 1rem; background: var(--highlight-mint); color: white; }
.contact-links a.is-copied span { color: white; }
.contact-links a.is-copied i { transform: scale(1.08); background: white; color: var(--highlight-mint); }
.copy-status { position: fixed; z-index: 120; left: 50%; bottom: 2rem; display: flex; align-items: center; gap: .65rem; margin: 0; padding: .85rem 1.1rem; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; background: var(--ink); color: white; box-shadow: 0 18px 50px rgba(0,0,0,.24); font-size: .82rem; font-weight: 700; white-space: nowrap; opacity: 0; pointer-events: none; transform: translate(-50%, 1rem); transition: opacity .25s ease, transform .25s ease; }
.copy-status::before { content: "✓"; display: grid; width: 1.35rem; height: 1.35rem; place-items: center; border-radius: 50%; background: var(--highlight-mint); color: white; font-size: .72rem; }
.copy-status.is-visible { opacity: 1; transform: translate(-50%, 0); }
.contact-strip { position: relative; display: flex; justify-content: space-between; gap: 2rem; margin-top: clamp(5rem, 9vw, 9rem); padding-top: 1.1rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .62rem; font-weight: 700; letter-spacing: .08em; }
footer { display: flex; justify-content: space-between; max-width: var(--max); margin: 0 auto; padding: 1.6rem 3vw; color: var(--muted); font-family: "Pretendard Variable", "Pretendard", sans-serif; font-size: .7rem; font-weight: 500; }

.motion-ready .reveal-item { opacity: 0; transform: translateY(34px); transition: opacity .78s cubic-bezier(.2,.75,.25,1), transform .78s cubic-bezier(.2,.75,.25,1); transition-delay: var(--reveal-delay, 0ms); }
.motion-ready .reveal-item.is-visible { opacity: 1; transform: translateY(0); }
.motion-ready .reveal-heading { opacity: 0; transform: translateY(24px); transition: opacity .85s cubic-bezier(.2,.8,.25,1), transform .85s cubic-bezier(.2,.8,.25,1); }
.motion-ready .reveal-heading.is-visible { opacity: 1; transform: translateY(0); }

@keyframes title-cut-in {
  to { transform: translateY(0); }
}

@keyframes rec-blink {
  0%, 55% { opacity: 1; }
  56%, 100% { opacity: .28; }
}

@keyframes timeline-scrub {
  from { left: 0; }
  to { left: 100%; }
}

@keyframes quote-camera-drift {
  from { transform: scale(1.035) translate3d(-.7%, -.25%, 0); }
  to { transform: scale(1.095) translate3d(.9%, .45%, 0); }
}

@keyframes quote-grain {
  0% { transform: translate3d(-2%, 1%, 0); }
  50% { transform: translate3d(1%, -2%, 0); }
  100% { transform: translate3d(2%, 2%, 0); }
}

@keyframes process-connect-x {
  to { transform: scaleX(1); }
}

@keyframes process-connect-y {
  to { transform: scaleY(1); }
}

@keyframes profile-connect-x {
  to { transform: scaleX(1); }
}

@keyframes profile-connect-y {
  to { transform: scaleY(1); }
}

@keyframes text-pop {
  0%, 100% { transform: translateY(0) scale(1); }
  46% { transform: translateY(-.13em) scale(1.045); }
}

@media (max-width: 1180px) {
  .profile-card { min-height: 0; }
}

@media (max-width: 820px) {
  .site-header { padding: 1.2rem; }
  .brand-name, .site-header nav a:not(.nav-contact):not(.nav-phone) { display: none; }
  .site-header nav { gap: .65rem; }
  .side-nav { top: 50%; bottom: auto; left: 0; width: 1.55rem; height: 3.5rem; padding: .25rem .25rem .25rem 0; border-radius: 0 16px 16px 0; }
  .side-nav.is-open { width: min(13rem, calc(100% - .6rem)); height: min(52vh, 410px); padding: .5rem; }
  .side-nav-toggle { width: 2.85rem; height: 3rem; flex-basis: 2.85rem; }
  .side-nav:not(.is-open) .side-nav-toggle { transform: translateX(-1.3rem); }
  .side-nav a { grid-template-columns: 2rem 1fr; gap: .7rem; min-height: 0; padding: 0 .8rem; text-align: left; }
  .side-nav a:hover { transform: none; }
  .side-nav span { font-size: .48rem; }
  .side-nav b { font-size: .76rem; }
  .nav-phone { font-size: .61rem; }
  .nav-contact { padding: .58rem .75rem; }
  .hero { min-height: 0; grid-template-columns: 1fr; padding: 8rem 1.2rem 3rem; }
  .hero-copy { grid-column: 1; grid-row: 1; padding-bottom: 3rem; }
  .hero-education { grid-template-columns: 1fr; }
  .hero-education ol { grid-template-columns: 1fr; gap: .65rem; }
  .hero-education li { padding: .55rem 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .hero-monitor { grid-column: 1; grid-row: 2; height: 68vw; min-height: 300px; border-radius: 24px; }
  .hero-index { right: 2rem; bottom: 4.2rem; }
  .creator-reel { min-height: 620px; margin: 0 1.2rem 2rem; border-radius: 24px; }
  .creator-reel > img { object-position: 64% center; }
  .creator-reel::after { background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.9) 46%, rgba(255,255,255,.15) 75%, rgba(255,255,255,.06) 100%); }
  .creator-reel-copy { width: 100%; padding: 5.5rem 1.3rem 10rem; }
  .creator-reel-copy h2 { font-size: clamp(2.65rem, 12vw, 4rem); }
  .creator-code { display: none; }
  .creator-rec { left: 4rem; }
  .manifesto, .work, .about, .contact { padding: 6rem 1.2rem; }
  .method-grid, .project-grid, .about { grid-template-columns: 1fr; }
  .method-grid { gap: 1rem; margin-top: 4rem; }
  .project-grid { gap: 4.5rem; }
  .project-wide { grid-column: auto; }
  .section-head { display: block; }
  .section-head > p { margin-top: 2rem; text-align: left; }
  .award-badge { top: .8rem; left: .8rem; padding: .65rem .8rem; border-radius: 14px; }
  .award-badge img { width: 1.25rem; height: 1.25rem; }
  .award-badge span { font-size: .58rem; }
  .award-badge strong { font-size: .76rem; }
  .project-actions { align-items: stretch; flex-direction: column; gap: .65rem; }
  .project-actions button, .project-actions a { display: flex; justify-content: space-between; width: 100%; }
  .story-dialog { width: 100vw; height: 100dvh; border-radius: 0; }
  .story-toolbar { padding: .8rem 1rem; }
  .story-award-pill { font-size: .66rem; }
  .story-hero { grid-template-columns: 1fr; padding: 4rem 1.2rem; }
  .story-hero-image { grid-row: 1; border-radius: 20px; }
  .story-hero-image img { min-height: 0; }
  .story-hero h2 em { font-size: clamp(2.35rem, 11vw, 3.35rem); white-space: normal; }
  .story-process { grid-template-columns: 1fr; padding: 4rem 1.2rem; }
  .story-process article:not(:last-child)::after { top: 100%; left: 50%; width: 2px; height: 1rem; transform: scaleY(0); transform-origin: top; }
  .story-process.is-connected article:nth-child(1)::after, .story-process.is-connected article:nth-child(2)::after { animation-name: process-connect-y; }
  .story-process h3 { margin-top: 2.6rem; }
  .story-gallery { display: block; padding: 0 1.2rem; }
  .story-gallery figure { margin-bottom: 1rem; border-radius: 18px; }
  .story-gallery-wide img { aspect-ratio: 16 / 9; }
  .story-quote, .story-quote-overlay { min-height: 72dvh; }
  .story-quote-overlay { padding: 4rem 1.2rem 5.5rem; }
  .story-quote blockquote { font-size: clamp(2.25rem, 10.5vw, 4rem); }
  .profile-rail { grid-template-columns: 1fr; }
  .profile-card:not(:last-child)::after { display: block; top: 100%; left: 50%; width: 2px; height: 1rem; transform: scaleY(0); transform-origin: top; }
  .profile-card.is-visible:not(:last-child)::after { animation-name: profile-connect-y; }
  .profile-tools { grid-template-columns: 1fr; gap: .45rem; }
  .contact-slate { grid-template-columns: 1fr; gap: 3.5rem; }
  .contact-links a { grid-template-columns: 3.6rem minmax(0, 1fr) 3.1rem; gap: .6rem; width: 100%; min-width: 0; }
  .contact-strip { align-items: flex-start; flex-direction: column; gap: .65rem; }
  footer { flex-direction: column; gap: .8rem; padding: 1.4rem 1.2rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .project figure img { transition: none; }
  .title-line > span, .monitor-rec i, .creator-rec i, .timeline-playhead, .story-quote > img, .story-quote::after, .story-process article::after, .profile-card::after, .dada-char, .hero-role span, .contact-pop span { animation: none; transform: none; }
  .motion-ready .reveal-item, .motion-ready .reveal-heading { opacity: 1; transform: none; clip-path: none; transition: none; }
}
