@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800;900&family=DM+Sans:wght@400;500;600;700&family=Space+Mono:wght@400;700&display=swap');

:root { --paper: #f3f1e8; --ink: #171714; --acid: #e4ff38; --blue: #293ef0; --line: 2px solid var(--ink); --display: 'Barlow Condensed', Impact, 'Arial Narrow', sans-serif; --body: 'DM Sans', Arial, sans-serif; --mono: 'Space Mono', 'Courier New', monospace; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); -webkit-font-smoothing: antialiased; }
body:has(dialog[open]) { overflow: hidden; }
::selection { background: var(--blue); color: var(--acid); }
a { color: inherit; text-decoration: none; }
button, select { font: inherit; color: inherit; }
button, a, select, summary { -webkit-tap-highlight-color: transparent; }
button, select, summary { cursor: pointer; }
button { border-radius: 0; }
button:disabled { cursor: default; }
button, input, select { touch-action: manipulation; }
a:focus-visible, button:focus-visible, select:focus-visible, summary:focus-visible, [tabindex]:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
img { display: block; max-width: 100%; }
figure, p, h1, h2, h3 { margin: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 800; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; }
.mono { font-family: var(--mono); font-size: 11px; letter-spacing: .02em; }
.small-label { font-size: 10px; letter-spacing: .035em; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 20px; top: -80px; z-index: 100; padding: 16px; background: var(--acid); border: var(--line); }
.skip-link:focus { top: 10px; }
.site-header { height: 87px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 0 4.2%; border-bottom: var(--line); }
.wordmark { font-weight: 800; font-size: 25px; letter-spacing: -1.5px; white-space: nowrap; }
.wordmark > span { color: var(--blue); font-size: 43px; vertical-align: middle; line-height: 0; margin-left: 2px; }
.site-header nav { display: flex; gap: clamp(18px, 3.3vw, 48px); }
.site-header nav a { font: 10px var(--mono); padding: 15px 0; }
.site-header nav a span { opacity: .55; margin-right: 5px; }
.site-header nav a:hover { text-decoration: underline; text-underline-offset: 5px; }
.header-paper { display: flex; align-items: center; gap: 27px; border: var(--line); padding: 10px 14px; background: var(--acid); font: 11px var(--mono); box-shadow: 3px 3px 0 var(--ink); transition: transform .15s, box-shadow .15s; }
.header-paper:hover { transform: translate(2px, 2px); box-shadow: 1px 1px 0 var(--ink); }
.arrow { width: 21px; height: 21px; flex-shrink: 0; }
.hero { padding: 0 4.2%; overflow: hidden; }
.hero-meta { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; }
.hero-meta > span:first-child { display: flex; align-items: center; gap: 9px; }
.status-dot { width: 7px; height: 7px; display: inline-block; background: var(--blue); }
.hero-grid { display: grid; grid-template-columns: 1.13fr 1fr; align-items: center; padding: 38px 0 40px; min-height: 600px; gap: 20px; }
.hero-copy { position: relative; z-index: 2; min-width: 0; }
h1 { font-size: clamp(90px, 10.8vw, 160px); line-height: .81; letter-spacing: -.045em; }
h1 > span { display: block; width: fit-content; }
.title-first { white-space: nowrap; }
.title-highlight { background: var(--acid); padding: 0 24px 13px 8px; margin: 13px 0 11px -7px; transform: rotate(-3deg); position: relative; }
.title-highlight::after { content: ''; position: absolute; width: 70px; height: 3px; background: var(--ink); right: -43px; top: 50%; transform: rotate(-38deg); }
.title-last { position: relative; }
.blue-dot { color: var(--blue); }
.hero-description { max-width: 405px; font-size: 15px; line-height: 1.6; margin-top: 28px; }
.hero-actions { display: flex; gap: 23px; align-items: center; flex-wrap: wrap; margin-top: 25px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; padding: 17px 20px; border: var(--line); font: 11px var(--mono); min-height: 55px; transition: transform .15s, box-shadow .15s, background .15s; }
.button-black { background: var(--ink); color: var(--paper); box-shadow: 4px 4px 0 var(--blue); }
.button-black:hover { background: var(--blue); transform: translate(-2px, -2px); box-shadow: 6px 6px 0 var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 18px; font: 10px var(--mono); border: 0; background: transparent; padding: 10px 0; text-decoration: underline; text-underline-offset: 5px; }
.text-link > span { font: 23px Arial, sans-serif; text-decoration: none; }
.text-link:hover { color: var(--blue); }
.hero-art { position: relative; min-width: 0; min-height: 506px; align-self: stretch; margin-top: 4px; background-image: radial-gradient(#17171433 .75px, transparent .75px); background-size: 14px 14px; background-position: 7px 7px; }
.hero-art::before { content: ''; position: absolute; width: 78%; height: 76%; left: 11%; top: 10%; border: 1px solid #17171444; }
.art-coordinate { position: absolute; right: 0; top: 0; background: var(--paper); padding: 0 0 12px 12px; }
.photo-card { position: absolute; background: var(--paper); border: 2px solid var(--ink); padding: 9px 9px 0; width: 52%; max-width: 290px; box-shadow: 7px 8px 0 #171714; }
.original-card { transform: rotate(-9deg); left: 4%; top: 49px; z-index: 1; }
.generated-card { transform: rotate(8deg); right: 2%; top: 202px; z-index: 3; background: var(--blue); color: white; }
.photo-card figcaption { display: flex; justify-content: space-between; padding: 13px 0; font: 9px var(--mono); }
.face-sprite { width: 100%; aspect-ratio: 1; background-image: url('./assets/main.png'); background-repeat: no-repeat; background-size: 1484.375% 331.25%; }
.face-original { background-position: 61.45% 3.38%; filter: grayscale(1); }
.face-generated { background-position: 68.96% 3.38%; }
.tape { position: absolute; top: -17px; left: 30%; background: #e4ff38dd; width: 105px; height: 31px; transform: rotate(3deg); z-index: 2; clip-path: polygon(3% 0, 99% 4%, 96% 100%, 0 95%); }
.link-line { position: absolute; left: 2%; top: 290px; width: 49%; z-index: 4; color: var(--blue); transform: rotate(10deg); }
.link-line svg { width: 100%; stroke-width: 4; stroke-linecap: round; }
.identity-stamp { position: absolute; z-index: 4; right: 0; top: 88px; transform: rotate(10deg); background: var(--acid); border: var(--line); padding: 14px 16px; font-family: var(--display); font-size: 29px; font-weight: 800; line-height: .96; box-shadow: 3px 3px 0 var(--ink); }
.identity-stamp svg { position: absolute; width: 37px; right: -20px; bottom: -16px; background: var(--paper); border: var(--line); padding: 4px; }
.art-cross { position: absolute; font: 29px var(--mono); }
.cross-one { left: 0; top: 10px; }
.cross-two { right: 3%; bottom: 11px; }
.art-note { position: absolute; left: 0; bottom: 20px; font-family: Georgia, serif; font-size: 18px; font-style: italic; line-height: 1.3; transform: rotate(-6deg); background: var(--paper); padding: 6px; }
.art-bottom { position: absolute; bottom: -27px; left: 16%; font-size: 8px; letter-spacing: .07em; }
.author-strip { border-top: var(--line); display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 103px; }
.author-strip p { font-size: 13px; line-height: 1.6; }
.author-strip > div > p { margin-top: 7px; }
.author-strip p span { opacity: .55; }
.author-strip > div > p > span { margin: 0 8px; }
.affiliation { margin-left: auto; }
.scroll-cue { display: flex; align-items: center; justify-content: center; height: 46px; width: 46px; border: 1px solid; border-radius: 50%; margin-left: 16px; transition: background .15s; }
.scroll-cue svg { width: 22px; }
.scroll-cue:hover { background: var(--acid); }
.ticker { background: var(--blue); color: var(--paper); border-block: var(--line); padding: 12px 0; overflow: hidden; }
.ticker-track { display: flex; width: max-content; align-items: center; animation: ticker 32s linear infinite; }
.ticker-track span { font-family: var(--display); font-size: 32px; font-weight: 700; letter-spacing: .025em; white-space: nowrap; }
.ticker-track b { color: var(--acid); font: 50px var(--body); margin: 0 38px; height: 36px; line-height: 1; }
@keyframes ticker { to { transform: translateX(-50%); } }
.section-shell { padding: 30px 4.2% 65px; }
.section-kicker { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 28px; }
h2 { font-size: clamp(63px, 6.5vw, 96px); line-height: .92; letter-spacing: -.025em; }
.findings { padding-top: 35px; }
.findings-intro { display: grid; grid-template-columns: 1fr .7fr; gap: 70px; align-items: center; margin: 17px 0 43px; }
.findings-intro > p { font-size: clamp(18px, 1.8vw, 25px); line-height: 1.4; max-width: 425px; }
.scribble { position: relative; display: inline-block; }
.scribble::after { content: ''; position: absolute; border: 4px solid var(--blue); width: 130%; height: 105%; top: -3px; left: -13%; border-radius: 50%; transform: rotate(-9deg); }
.goal-grid { display: grid; grid-template-columns: 1fr 1fr; border: var(--line); }
.goal-panel { padding: 25px 30px 0; position: relative; }
.goal-panel + .goal-panel { border-left: var(--line); }
.ppfr-panel { background: var(--acid); }
.goal-panel .small-label { max-width: 80%; display: block; min-height: 36px; }
.goal-panel h3 { font-size: clamp(31px, 3.1vw, 45px); line-height: 1.04; margin: 30px 0 20px; }
.goal-panel > p { max-width: 395px; font-size: 14px; line-height: 1.7; padding-bottom: 33px; }
.goal-symbol { position: absolute; width: 78px; right: 30px; top: 63px; }
.goal-symbol svg { width: 100%; stroke-width: 2.5; }
.goal-symbol .symbol-strike { stroke: var(--blue); stroke-width: 4; }
.method-names { border-top: 1px solid; font-size: 9px; padding: 17px 0; }
.finding-footer { display: flex; align-items: center; gap: 25px; margin-top: 27px; }
.asterisk { font-size: 85px; color: var(--blue); height: 65px; line-height: 1.25; }
.finding-footer p { font-size: 16px; line-height: 1.5; }
.finding-footer > a { margin-left: auto; }
.method-section { background: var(--ink); color: var(--paper); }
.method-section .section-kicker { color: #b8b8af; }
.method-heading { display: grid; grid-template-columns: 1.1fr 1fr; gap: 70px; margin: 18px 0 42px; align-items: center; }
.method-heading h2 > span { color: var(--acid); }
.method-heading > div > p:first-child { font-size: 22px; line-height: 1.4; max-width: 360px; }
.method-description { color: #b8b8af; font-size: 14px; line-height: 1.7; margin-top: 18px; max-width: 405px; }
.pipeline { border: 1px solid #f3f1e84d; padding: 28px 6%; background-image: radial-gradient(#f3f1e83a .7px, transparent .7px); background-size: 16px 16px; }
.pipeline-row { display: grid; grid-template-columns: 1fr .4fr 1.4fr .4fr .8fr; align-items: center; gap: 20px; }
.pipeline-input { text-align: center; }
.pipeline-input .small-label { display: block; color: #b8b8af; }
.pipeline-input > strong { font: italic 45px Georgia, serif; display: block; margin-top: 10px; }
.pipeline-arrow { font: 45px Arial, sans-serif; text-align: center; }
.pipeline-model { display: flex; flex-direction: column; text-align: center; border: 1px solid var(--paper); padding: 16px 10px; background: var(--ink); gap: 5px; }
.pipeline-model > .mono { font-size: 9px; }
.pipeline-model > strong { font-family: var(--display); font-size: 36px; line-height: 1; }
.pipeline-model > span:last-child { font-size: 11px; color: #b8b8af; }
.embedding { text-align: center; }
.embedding-bars { display: flex; justify-content: center; align-items: center; height: 70px; gap: 5px; }
.embedding-bars i { display: block; height: 40%; width: 8px; background: var(--paper); }
.embedding-bars i:nth-child(3n) { height: 83%; }
.embedding-bars i:nth-child(2n) { height: 60%; }
.embedding-bars i:nth-child(5n) { height: 25%; }
.student-row .pipeline-model { border-color: var(--acid); color: var(--acid); box-shadow: 4px 4px 0 var(--acid); }
.student-row .embedding-bars i { background: var(--acid); }
.loss-connector { display: flex; justify-content: flex-end; align-items: center; gap: 20px; padding: 16px 7% 20px 0; }
.loss-connector > .mono { color: var(--acid); font-size: 9px; }
.loss-formula { border: 1px dashed #f3f1e87d; padding: 9px 13px; font: 14px var(--mono); background: var(--ink); }
.loss-connector > span:last-child { font-size: 35px; color: var(--acid); }
.method-footnote { display: flex; gap: 25px; margin-top: 24px; }
.method-footnote > span { white-space: nowrap; color: var(--acid); padding-top: 3px; }
.method-footnote > p { font-size: 13px; line-height: 1.7; color: #b8b8af; max-width: 760px; }
.results-section { padding-top: 35px; }
.results-heading { display: flex; align-items: center; justify-content: space-between; margin: 16px 0 42px; }
.outline-text { -webkit-text-stroke: 1.7px var(--ink); color: transparent; }
.result-sticker { background: var(--acid); border: var(--line); display: flex; gap: 16px; padding: 10px 23px 12px; align-items: center; transform: rotate(6deg); margin-right: 20px; box-shadow: 5px 5px 0 var(--ink); }
.result-sticker > span { font: 88px/.95 var(--display); font-weight: 800; }
.result-sticker > p { font: 10px/1.5 var(--mono); }
.result-controls { display: flex; align-items: stretch; justify-content: space-between; gap: 20px; padding-bottom: 20px; }
.segmented { display: flex; border: var(--line); }
.segmented button { background: transparent; border: 0; padding: 17px 20px; font: 10px var(--mono); }
.segmented button + button { border-left: var(--line); }
.segmented button[aria-selected='true'] { background: var(--ink); color: var(--acid); }
.segmented button:hover:not([aria-selected='true']) { background: var(--acid); }
.metric-control { display: flex; align-items: center; gap: 12px; }
.metric-control select { font: 11px var(--mono); border: 0; border-bottom: 1px solid; border-radius: 0; background: transparent; padding: 12px 28px 12px 0; max-width: 230px; }
.metric-control > span { font-size: 9px; opacity: .6; }
.results-panel { border: var(--line); padding: 25px 28px 20px; box-shadow: 6px 6px 0 var(--ink); background: #faf9f4; }
.chart-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 34px; }
.chart-heading h3 { font-family: var(--body); font-size: 16px; font-weight: 500; line-height: 1.4; }
.chart-legend { display: flex; align-items: center; gap: 18px; font-size: 8px; }
.chart-legend > span { display: flex; align-items: center; gap: 6px; }
.chart-legend i { display: inline-block; width: 10px; height: 10px; border: 1px solid; }
.ours-key { background: var(--blue); }
.baseline-key { background: #d2d2c9; }
.result-row { display: grid; grid-template-columns: 130px 1fr; align-items: center; margin-bottom: 22px; gap: 18px; }
.result-row h4 { margin: 0; font-family: var(--display); font-weight: 600; font-size: 25px; }
.bar-pair { display: flex; flex-direction: column; gap: 5px; border-left: 1px solid var(--ink); }
.bar-track { position: relative; width: calc(100% - 63px); height: 27px; background: repeating-linear-gradient(to right, transparent, transparent calc(25% - 1px), #17171415 calc(25% - 1px), #17171415 25%); }
.result-bar { position: relative; height: 100%; width: var(--value); background: var(--blue); border: 1px solid var(--ink); min-width: 1px; transition: width .45s ease; }
.result-bar.baseline { background: #d2d2c9; }
.bar-value { position: absolute; top: 50%; left: calc(100% + 9px); transform: translateY(-50%); font: bold 12px var(--mono); white-space: nowrap; }
.result-bar.baseline .bar-value { color: #5a5a52; font-weight: 400; }
.metric-note { border-top: 1px solid #17171433; padding-top: 15px; font: 10px/1.7 var(--mono); }
.results-bottom { display: flex; gap: 25px; margin-top: 24px; }
.results-bottom > span { white-space: nowrap; padding-top: 3px; color: var(--blue); }
.results-bottom p { font-size: 13px; line-height: 1.7; max-width: 800px; }
.visual-section { background: var(--blue); color: var(--paper); border-block: var(--line); }
.visual-section .section-kicker { color: #d3d6ff; }
.visual-heading { display: grid; grid-template-columns: 1.2fr 1fr; gap: 70px; align-items: center; margin: 16px 0 38px; }
.visual-heading h2 { font-size: clamp(59px, 6vw, 87px); }
.visual-heading > p { font-size: 21px; line-height: 1.4; max-width: 355px; }
.example-toolbar { display: flex; justify-content: space-between; gap: 20px; align-items: center; margin-bottom: 20px; }
.example-selector { display: flex; gap: 10px; flex-wrap: wrap; }
.example-selector button { background: transparent; color: var(--paper); border: 1px solid var(--paper); padding: 11px 17px; font: 11px var(--mono); }
.example-selector button[aria-pressed='true'], .example-selector button:hover { color: var(--ink); background: var(--acid); border-color: var(--ink); }
.visual-section :is(button, a):focus-visible { outline-color: var(--acid); }
.comparison-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.comparison-grid > figure { border: var(--line); padding: 9px 9px 0; background: var(--paper); color: var(--ink); }
.comparison-grid .distillation-result { background: var(--acid); transform: rotate(2deg); box-shadow: 5px 5px 0 var(--ink); }
.comparison-face { aspect-ratio: 1; background-image: url('./assets/grid.png'); background-repeat: no-repeat; background-size: 309.375% 309.375%; background-position-y: calc(1.1194% + var(--example-row) * 48.8806%); }
.comparison-original { background-position-x: 1.1194%; }
.comparison-unet { background-position-x: 50%; }
.comparison-ours { background-position-x: 98.8806%; }
.comparison-grid figcaption { display: flex; align-items: center; justify-content: space-between; font: 9px var(--mono); padding: 17px 2px; gap: 5px; }
.comparison-grid figcaption > span:last-child { font-size: 8px; }
.visual-caption { display: flex; justify-content: space-between; gap: 30px; align-items: flex-start; margin-top: 22px; }
.visual-caption p { font-size: 13px; line-height: 1.7; max-width: 615px; }
.visual-caption .text-link { white-space: nowrap; padding-top: 0; }
.visual-caption .text-link:hover { color: var(--acid); }
.few-sample { display: grid; grid-template-columns: .7fr 1fr; gap: 50px; align-items: center; border-top: 1px solid #f3f1e866; margin-top: 50px; padding-top: 40px; }
.few-sample .small-label { color: var(--acid); }
.few-sample h3 { font-size: 35px; line-height: 1; margin: 15px 0; }
.few-sample p { font-size: 13px; line-height: 1.7; max-width: 380px; }
.figure-button { padding: 12px 12px 0; background: white; border: var(--line); box-shadow: 5px 5px 0 var(--ink); color: var(--ink); }
.figure-button img { width: 100%; height: auto; }
.figure-button > span { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #17171433; padding: 9px 2px; font-size: 9px; }
.figure-button > span > span { font-size: 22px; }
.figure-button:hover { transform: rotate(-1deg); }
.closing-section { background: var(--acid); padding-bottom: 35px; }
.closing-section h2 { font-size: clamp(70px, 8.4vw, 120px); margin-top: 18px; position: relative; width: fit-content; }
.closing-section h2 > span:not(.closing-star) { color: var(--blue); }
.closing-star { position: absolute; font: 170px/.7 var(--body); right: -135px; top: 21px; transform: rotate(10deg); }
.paper-details { display: flex; justify-content: space-between; align-items: center; gap: 35px; margin: 30px 0 40px; }
.paper-details > p { max-width: 625px; font-size: 15px; line-height: 1.6; }
.paper-details .button { flex-shrink: 0; }
.citation { border-top: var(--line); border-bottom: var(--line); }
.citation summary { list-style: none; display: flex; align-items: center; justify-content: space-between; padding: 20px 0; font: 20px var(--display); font-weight: 600; }
.citation summary::-webkit-details-marker { display: none; }
.citation summary > span:last-child { display: flex; align-items: center; gap: 20px; }
.citation-plus { font: 25px var(--body); transition: transform .2s; }
.citation[open] .citation-plus { transform: rotate(45deg); }
.citation-content { border-top: 1px solid #17171466; padding: 20px 0; }
.citation pre { font: 11px/1.8 var(--mono); white-space: pre-wrap; overflow-wrap: anywhere; margin: 0 0 20px; }
.copy-button { min-height: 40px; background: var(--paper); padding: 10px 15px; }
.copy-button:hover { box-shadow: 3px 3px 0 var(--ink); }
.copy-status { margin-left: 15px; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 27px 4.2%; border-top: var(--line); }
.site-footer > p { font-size: 9px; line-height: 1.8; }
dialog { border: var(--line); padding: 20px; width: min(1080px, 94vw); max-height: 90dvh; color: var(--ink); background: var(--paper); box-shadow: 9px 9px 0 var(--blue); }
dialog::backdrop { background: #171714dc; }
.dialog-top { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 20px; }
.dialog-top h2 { font-size: 30px; }
.dialog-top button { display: flex; align-items: center; gap: 15px; background: var(--acid); border: var(--line); padding: 8px 15px; font: 10px var(--mono); }
.dialog-top button span { font-size: 24px; }
dialog > img { max-height: 65dvh; object-fit: contain; margin: 0 auto; }
dialog > p { font-size: 12px; line-height: 1.7; margin-top: 18px; }

@media (min-width: 1550px) {
  .site-header, .hero, .section-shell, .site-footer { padding-left: max(4.2%, calc((100vw - 1420px) / 2)); padding-right: max(4.2%, calc((100vw - 1420px) / 2)); }
  .hero-grid { grid-template-columns: 1.1fr 1fr; }
  .hero-art { max-width: 580px; }
}
@media (max-width: 1100px) {
  .site-header nav { gap: 18px; }
  .site-header nav a span { display: none; }
  .hero-grid { min-height: 580px; }
  .hero-art { min-height: 475px; }
  .generated-card { top: 205px; }
  .original-card { top: 72px; }
  .identity-stamp { font-size: 24px; top: 92px; padding: 10px 13px; }
  .art-note { font-size: 16px; bottom: 12px; }
  .link-line { top: 277px; }
  .hero-actions { gap: 18px; }
  .hero-actions .text-link { font-size: 9px; gap: 10px; }
  .goal-panel { padding-inline: 24px; }
  .goal-symbol { width: 57px; right: 22px; top: 56px; }
  .goal-panel h3 { margin-top: 46px; }
  .result-controls { flex-direction: column; align-items: flex-start; gap: 12px; }
  .metric-control { align-self: flex-end; }
  .chart-heading { flex-direction: column; align-items: flex-start; gap: 14px; }
  .comparison-grid figcaption { flex-direction: column; align-items: flex-start; gap: 6px; padding-block: 12px; }
  .closing-star { right: -100px; font-size: 130px; }
  .paper-details > p { max-width: 55%; }
}
@media (max-width: 760px) {
  .site-header { height: 72px; padding-inline: 5%; }
  .site-header nav { display: none; }
  .wordmark { font-size: 23px; }
  .header-paper { gap: 20px; padding: 8px 12px; }
  .hero { padding-inline: 5%; }
  .hero-meta { font-size: 8px; gap: 10px; padding-top: 20px; }
  .hero-meta > span:last-child { font-size: 7px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr); gap: 38px; padding-top: 35px; padding-bottom: 30px; }
  h1 { font-size: clamp(70px, 24vw, 150px); line-height: .81; }
  .title-highlight { margin-block: 12px; padding-right: 20px; padding-bottom: 10px; }
  .hero-description { max-width: 440px; font-size: 14px; margin-top: 25px; }
  .hero-actions { gap: 25px; margin-top: 22px; }
  .hero-art { min-height: 485px; max-width: 540px; width: 100%; margin: 0 auto; }
  .original-card { top: 50px; left: 5%; width: 49%; }
  .generated-card { top: 170px; right: 5%; width: 49%; }
  .identity-stamp { top: 67px; right: 4%; font-size: 28px; }
  .art-note { bottom: 35px; left: 3%; font-size: 18px; }
  .link-line { top: 282px; left: 3%; width: 44%; }
  .art-bottom { left: 3%; bottom: 0; font-size: 7px; }
  .cross-two { bottom: 28px; }
  .author-strip { flex-wrap: wrap; gap: 15px; padding: 22px 0; }
  .author-strip > div { width: 100%; }
  .author-strip p { font-size: 12px; }
  .author-strip > div > p > span { margin-inline: 4px; }
  .affiliation { margin-left: 0; }
  .scroll-cue { margin-left: auto; }
  .ticker { padding-block: 10px; }
  .ticker-track span { font-size: 26px; }
  .ticker-track b { margin-inline: 25px; font-size: 42px; height: 31px; }
  .section-shell { padding: 25px 5% 45px; }
  .section-kicker { font-size: 9px; padding-bottom: 23px; }
  .section-kicker > span:last-child { font-size: 7px; text-align: right; }
  h2 { font-size: clamp(62px, 12vw, 85px); }
  .findings-intro { grid-template-columns: 1fr; gap: 25px; margin-top: 8px; margin-bottom: 30px; }
  .findings-intro > p { font-size: 18px; max-width: 440px; }
  .goal-grid { grid-template-columns: 1fr; }
  .goal-panel { padding: 22px 23px 0; }
  .goal-panel + .goal-panel { border-left: 0; border-top: var(--line); }
  .goal-panel .small-label { font-size: 9px; min-height: 22px; }
  .goal-panel h3 { font-size: 38px; margin-top: 27px; margin-bottom: 18px; }
  .goal-symbol { width: 67px; top: 44px; right: 22px; }
  .goal-panel p { font-size: 13px; padding-bottom: 25px; max-width: 100%; }
  .method-names { font-size: 8px; padding-block: 15px; }
  .finding-footer { gap: 14px; flex-wrap: wrap; }
  .finding-footer p { font-size: 13px; flex: 1; }
  .finding-footer .text-link { margin-left: 44px; padding-top: 0; }
  .asterisk { font-size: 65px; height: 52px; }
  .method-heading { grid-template-columns: 1fr; gap: 25px; margin-top: 9px; margin-bottom: 30px; }
  .method-heading > div > p:first-child { font-size: 20px; max-width: 440px; }
  .method-description { max-width: 100%; font-size: 13px; margin-top: 13px; }
  .pipeline { padding: 22px 12px; }
  .pipeline-row { grid-template-columns: .9fr .3fr 1.5fr .3fr .8fr; gap: 6px; }
  .pipeline-input .small-label { font-size: 7px; line-height: 1.5; }
  .pipeline-input > strong { font-size: 28px; }
  .pipeline-arrow { font-size: 23px; }
  .pipeline-model { padding: 12px 5px; }
  .pipeline-model > .mono { font-size: 7px; }
  .pipeline-model > strong { font-size: 27px; }
  .pipeline-model > span:last-child { font-size: 8px; line-height: 1.4; }
  .embedding-bars { height: 50px; gap: 3px; }
  .embedding-bars i { width: 4px; }
  .embedding > .mono { font-size: 8px; }
  .loss-connector { padding: 18px 7% 18px 0; gap: 10px; }
  .loss-connector > .mono { font-size: 7px; }
  .loss-formula { font-size: 9px; padding: 8px; }
  .loss-connector > span:last-child { font-size: 25px; }
  .method-footnote, .results-bottom { flex-direction: column; gap: 10px; }
  .method-footnote > span, .results-bottom > span { font-size: 9px; }
  .results-heading { margin-block: 8px 28px; gap: 5px; }
  .results-heading h2 { font-size: clamp(54px, 10.6vw, 78px); }
  .result-sticker { flex-direction: column; padding: 10px 12px; gap: 4px; margin-right: 5px; }
  .result-sticker > span { font-size: 56px; }
  .result-sticker > p { font-size: 7px; text-align: center; }
  .segmented { width: 100%; }
  .segmented button { font-size: 8px; padding: 14px 10px; flex: 1; min-height: 46px; }
  .metric-control select { font-size: 10px; }
  .results-panel { padding: 20px 16px 17px; box-shadow: 4px 4px 0 var(--ink); }
  .chart-heading { margin-bottom: 27px; }
  .chart-heading h3 { font-size: 14px; }
  .chart-legend { font-size: 7px; gap: 12px; flex-wrap: wrap; }
  .result-row { grid-template-columns: 83px 1fr; gap: 8px; margin-bottom: 22px; }
  .result-row h4 { font-size: 21px; }
  .bar-track { height: 24px; width: calc(100% - 48px); }
  .bar-value { font-size: 10px; left: calc(100% + 5px); }
  .metric-note { font-size: 8px; }
  .visual-heading { grid-template-columns: 1fr; gap: 25px; margin-block: 8px 28px; }
  .visual-heading h2 { font-size: clamp(61px, 12vw, 85px); }
  .visual-heading p { font-size: 18px; max-width: 430px; }
  .example-toolbar { flex-direction: column; align-items: flex-start; gap: 16px; }
  .example-selector { gap: 7px; }
  .example-selector button { font-size: 9px; padding: 12px 13px; }
  .example-toolbar > .small-label { font-size: 8px; }
  .comparison-grid { gap: 9px; }
  .comparison-grid > figure { padding: 4px 4px 0; }
  .comparison-grid figcaption { font-size: 7px; padding: 10px 0; gap: 5px; }
  .comparison-grid figcaption > span:last-child { font-size: 6px; }
  .visual-caption { flex-direction: column; gap: 12px; margin-top: 20px; }
  .visual-caption p { font-size: 12px; }
  .few-sample { grid-template-columns: 1fr; gap: 24px; margin-top: 33px; padding-top: 28px; }
  .few-sample p { max-width: 100%; }
  .closing-section h2 { font-size: clamp(55px, 11.5vw, 82px); }
  .closing-star { display: none; }
  .paper-details { flex-direction: column; align-items: flex-start; gap: 24px; margin-block: 25px 30px; }
  .paper-details > p { max-width: 100%; font-size: 13px; }
  .citation summary { padding-block: 15px; }
  .citation pre { font-size: 9px; }
  .site-footer { flex-wrap: wrap; gap: 20px; padding: 25px 5%; }
  .site-footer > p { order: 3; width: 100%; font-size: 8px; }
  .site-footer .text-link { margin-left: auto; font-size: 8px; }
  .dialog-top h2 { font-size: 24px; }
  .dialog-top button { padding: 5px 8px; font-size: 8px; gap: 5px; }
  dialog { padding: 15px; }
}
@media (max-width: 390px) {
  .hero-meta > span:last-child { display: none; }
  h1 { font-size: 24vw; }
  .hero-actions { gap: 18px; }
  .hero-actions .button { padding-inline: 15px; gap: 15px; font-size: 9px; }
  .hero-actions .text-link { font-size: 8px; gap: 7px; }
  .hero-art { min-height: 390px; }
  .generated-card { top: 170px; }
  .original-card { top: 60px; }
  .identity-stamp { font-size: 23px; }
  .photo-card figcaption { font-size: 7px; }
  .link-line { top: 245px; }
  .art-note { bottom: 25px; font-size: 15px; }
  .art-bottom { font-size: 6px; }
  .goal-panel h3 { font-size: 33px; }
  .goal-symbol { width: 52px; }
  .result-sticker { padding-inline: 8px; }
  .result-sticker > p { font-size: 6px; }
  .results-heading h2 { font-size: 13vw; }
  .comparison-grid figcaption { font-size: 6px; }
  .comparison-grid figcaption > span:last-child { font-size: 5px; }
  .loss-formula { font-size: 8px; padding: 6px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
