:root {
  --paper: #f6f7f2;
  --surface: #fff;
  --ink: #202e29;
  --muted: #657169;
  --green: #315d47;
  --line: #d9dfd5;
  --lime: #e3ebc3;
  --font: "Manrope", "Noto Sans KR", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 105px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font); font-size: 14px; -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: absolute; z-index: -1; inset: 0 0 auto; height: 540px; background: radial-gradient(ellipse at 80% 10%, #e9eddc 0, transparent 58%); pointer-events: none; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; color: inherit; }
img, svg { display: block; }
h1, h2, h3, p { margin: 0; }
[hidden] { display: none !important; }
::selection { background: var(--lime); color: var(--ink); }
:focus-visible { outline: 3px solid #497d3a; outline-offset: 5px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 20px; padding: 12px 20px; background: var(--ink); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.shell { width: min(1240px, calc(100% - 96px)); margin-inline: auto; }
.site-header { position: sticky; z-index: 20; top: 0; background: #f6f7f2ed; border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.header-inner { min-height: 83px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.wordmark { display: flex; align-items: center; gap: 13px; font-size: 12px; font-weight: 800; letter-spacing: 1.4px; }
.monogram { display: flex; align-items: center; justify-content: center; width: 42px; height: 43px; background: var(--ink); color: var(--paper); font-size: 29px; font-weight: 600; letter-spacing: -3px; padding: 0 5px 4px 0; border-radius: 4px; }
.monogram span { color: var(--lime); }
.wordmark-sub { display: block; margin-top: 3px; color: var(--muted); font-size: 10px; letter-spacing: .1px; font-weight: 500; }
.main-nav { display: flex; gap: 29px; }
.main-nav a { min-height: 44px; display: flex; align-items: center; font-size: 13px; color: #576358; }
.main-nav a:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 7px; }
.header-contact { display: flex; gap: 16px; align-items: center; min-height: 44px; font-size: 12px; font-weight: 700; }
.header-contact span[aria-hidden] { font-size: 19px; }
.intro { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 30px 0; }
.eyebrow { font-size: 10px; font-weight: 700; letter-spacing: 1.8px; color: var(--green); }
.intro .eyebrow { display: flex; align-items: center; gap: 8px; }
.status-dot, .small-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--green); flex-shrink: 0; }
h1 { font-size: clamp(32px, 3.4vw, 47px); letter-spacing: -2.6px; font-weight: 700; line-height: 1.4; margin-top: 15px; word-break: keep-all; }
h1 > span { color: var(--green); }
.intro-description { margin-top: 17px; color: var(--muted); font-size: 13px; line-height: 1.9; word-break: keep-all; }
.intro-profile { display: flex; align-items: center; gap: 20px; padding: 20px 0 20px 28px; border-left: 1px solid var(--line); }
.avatar-frame { width: 98px; height: 98px; padding: 4px; border: 1px solid #bdcdb7; border-radius: 50%; transform: rotate(-5deg); transition: transform .25s ease; }
.intro-profile:hover .avatar-frame { transform: rotate(0); }
.avatar-frame img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; object-position: 50% 44%; }
.intro-profile strong { display: block; font-size: 22px; letter-spacing: -.8px; white-space: nowrap; }
.profile-stamp { display: block; color: var(--green); font-size: 10px; font-weight: 500; letter-spacing: 0; margin: 3px 0 7px; }
.profile-handle { display: block; font-size: 11px; color: var(--muted); }
.profile-note { display: block; margin-top: 13px; font-size: 10px; color: var(--muted); white-space: nowrap; }
.profile-note span { margin-left: 7px; }
.section { scroll-margin-top: 12px; }
.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); padding-top: 23px; margin-bottom: 23px; }
.heading-title { display: flex; align-items: baseline; gap: 14px; }
.section-index { color: var(--muted); font-size: 10px; font-weight: 600; letter-spacing: 1px; white-space: nowrap; }
.heading-title h2 { font-size: 21px; font-weight: 700; letter-spacing: -.8px; word-break: keep-all; }
.section-note { font-size: 11px; color: var(--muted); }
.fieldnotes { display: grid; grid-template-columns: minmax(230px, .85fr) minmax(0, 2fr); gap: 50px; margin-top: 75px; padding-block: 30px 0; border-top: 1px solid var(--line); }
.fieldnotes-intro h2 { font-size: 29px; line-height: 1.6; letter-spacing: -1px; margin: 18px 0 12px; }
.fieldnotes-intro > p:not(.eyebrow) { color: var(--muted); font-size: 13px; line-height: 1.9; word-break: keep-all; }
.fieldnotes-template { display: inline-flex; align-items: center; gap: 15px; min-height: 48px; margin-top: 18px; color: var(--green); font-size: 13px; font-weight: 700; border-bottom: 1px solid #a8b69f; }
.fieldnotes-all { display: flex; align-items: center; gap: 15px; width: fit-content; min-height: 48px; margin-top: 14px; font-size: 14px; font-weight: 700; color: var(--green); text-decoration: underline; text-underline-offset: 6px; }
.fieldnotes-all + .fieldnotes-template { margin-top: 0; }
.note-tool { display: flex; flex-direction: column; gap: 10px; padding: 20px; margin-top: 24px; border-left: 3px solid #7f9564; background: linear-gradient(120deg, #e8eddd, #f0f3e8); }
.note-tool strong { font-size: 17px; font-weight: 600; line-height: 1.7; letter-spacing: -.5px; word-break: keep-all; }
.note-tool > span:last-child { font-size: 13px; line-height: 1.8; color: #536649; word-break: keep-all; }
.note-tool:hover strong { text-decoration: underline; text-underline-offset: 5px; }
.fieldnotes-list { list-style: none; margin: 0; padding: 0; }
.fieldnotes-list li + li { border-top: 1px solid var(--line); }
.fieldnotes-list a { position: relative; display: flex; flex-direction: column; padding: 20px 38px 23px 0; gap: 9px; }
.fieldnotes-list strong { font-size: 19px; line-height: 1.65; font-weight: 650; letter-spacing: -.5px; word-break: keep-all; overflow-wrap: anywhere; }
.fieldnotes-list a > span:not(.fieldnote-arrow) { font-size: 12px; line-height: 1.8; color: var(--muted); }
.fieldnotes-list a > .fieldnote-meta { font-size: 10px; letter-spacing: .6px; color: var(--green); }
.fieldnote-arrow { position: absolute; right: 4px; top: 49%; color: var(--green); }
.fieldnotes-list a:hover strong, .fieldnotes-template:hover { text-decoration: underline; text-underline-offset: 5px; }
@media (max-width: 760px) {
  .fieldnotes { grid-template-columns: minmax(0, 1fr); gap: 15px; margin-top: 48px; }
  .fieldnotes-intro h2 { font-size: 25px; }
  .fieldnotes-intro h2 br { display: none; }
  .fieldnotes-template { margin-top: 12px; }
  .fieldnotes-list strong { font-size: 17px; }
  .fieldnotes-list a > .fieldnote-meta { font-size: 11px; }
}
.project-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.project-jumps { display: none; }
.project-card { min-width: 0; background: var(--surface); border: 1px solid var(--line); border-radius: 9px; overflow: hidden; display: grid; grid-template-rows: auto auto 1fr; transition: border-color .2s, box-shadow .2s; animation: enter .65s both; }
.project-card:nth-child(2) { animation-delay: .08s; }
.project-card:nth-child(3) { animation-delay: .16s; }
.project-card:hover { border-color: #97ac97; box-shadow: 0 8px 25px #20392c09; }
.project-heading { padding: 22px 23px 19px; min-height: 145px; }
.project-heading h3 { font-size: clamp(20px, 1.9vw, 25px); letter-spacing: -1px; line-height: 1.3; margin-top: 9px; font-weight: 800; overflow-wrap: anywhere; }
.project-heading h3 a:hover { text-decoration: underline; text-underline-offset: 4px; }
.project-visual { position: relative; min-height: 300px; padding: 18px 20px; overflow: hidden; border-block: 1px solid var(--line); }
.visual-topline { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px; font-size: 9px; letter-spacing: .7px; color: #4b6060; font-weight: 700; }
.visual-topline > :last-child { font-size: 8px; letter-spacing: .3px; font-weight: 500; }
.visual-footnote { position: absolute; bottom: 12px; left: 20px; right: 20px; font-size: 11px; line-height: 1.6; color: #526561; }
.interview-visual { background: radial-gradient(circle at 8% 15%, #edf5fb, transparent 70%), #dde9ee; }
.diagnosis-preview { margin-top: 23px; padding: 17px 17px 13px; background: #ffffffeb; border: 1px solid #d1e1e5; box-shadow: 0 8px 18px #27445009; border-radius: 8px; }
.diagnosis-score { display: flex; gap: 15px; align-items: center; margin-bottom: 14px; }
.score-ring { position: relative; width: 58px; height: 58px; background: conic-gradient(#396477 0 72%, #e7eef1 72%); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; flex-shrink: 0; }
.score-ring::before { content: ""; position: absolute; inset: 4px; background: #fff; border-radius: 50%; }
.score-ring strong { position: relative; color: #274d60; font-size: 23px; line-height: 1; font-weight: 700; }
.score-ring small { position: relative; font-size: 9px; color: #6a7b81; margin-top: 3px; }
.preview-caption { display: block; font-size: 11px; color: #596f77; margin-bottom: 4px; }
.diagnosis-score > div:not(.score-ring) > strong { font-size: 12px; line-height: 1.65; font-weight: 600; }
.diagnosis-point { display: flex; align-items: center; gap: 7px; font-size: 11px; line-height: 1.5; padding: 6px 0 0; }
.point-mark { width: 14px; height: 14px; font-family: var(--font); display: inline-flex; align-items: center; justify-content: center; background: #f9e8cb; color: #8a560e; border-radius: 50%; font-size: 9px; font-weight: 700; flex-shrink: 0; }
.point-mark--green { color: #2c634a; background: #e4eee6; }
.salon-visual { background: #e9e3d9; }
.salon-visual .visual-topline { color: #766852; }
.salon-collage { position: relative; height: 204px; margin-inline: 2px; }
.salon-poster { position: absolute; width: 145px; height: auto; border: 4px solid #fcfaf5; box-shadow: 0 10px 18px #50483626; }
.salon-poster--back { right: 3px; top: 22px; transform: rotate(9deg); }
.salon-poster--front { left: 5px; top: 20px; transform: rotate(-8deg); }
.salon-visual .visual-footnote { color: #6e6151; }
.csv-visual { background: #e1eadc; }
.csv-demo { max-width: 380px; margin-inline: auto; }
.demo-source { display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px; font-size: 11px; color: #465d42; }
.demo-source code { font: 600 21px "Consolas", monospace; color: var(--ink); }
.demo-label { margin-left: auto; font-size: 11px; }
.demo-controls { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; margin-top: 12px; padding: 3px; border: 1px solid #bccbb4; border-radius: 6px; }
.demo-controls button { min-height: 44px; border: 0; border-radius: 3px; background: transparent; font-size: 12px; font-weight: 600; }
.demo-controls button[aria-pressed="true"] { color: #fff; background: var(--green); box-shadow: 0 2px 4px #213e2420; }
.demo-controls button:focus-visible { outline-offset: 1px; }
.demo-result { margin-top: 10px; }
.demo-panel { padding: 12px 16px; border: 1px solid #ccd8c5; border-radius: 6px; background: #ffffffeb; }
.demo-panel + .demo-panel { margin-top: 8px; }
.is-interactive .demo-panel { margin-top: 0; }
.demo-panel > span { font-size: 11px; color: #54654c; }
.demo-panel code { display: block; margin: 3px 0; font: 600 32px/1.15 "Consolas", monospace; letter-spacing: 1px; }
.demo-panel p { font-size: 12px; line-height: 1.6; }
.demo-panel--number code { color: #96522a; }
.demo-panel--text code { color: var(--green); }
.demo-note, .demo-fallback { color: #4e6047; font-size: 11px; line-height: 1.7; margin-top: 10px; }
.demo-note { display: none; }
.is-interactive .demo-note { display: block; }
.project-body { display: flex; flex-direction: column; flex: 1; padding: 23px 23px 19px; }
.project-category { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; min-height: 20px; line-height: 20px; font-size: 11px; color: var(--green); font-weight: 500; }
.language-tag { display: inline-block; border: 1px solid #b7c1ae; border-radius: 3px; padding: 1px 4px; font-family: "Manrope", sans-serif; font-size: 11px; font-weight: 700; line-height: 1.4; color: #526444; vertical-align: middle; }
.project-summary { font-size: 13px; font-weight: 600; line-height: 1.8; margin-top: 11px; word-break: keep-all; overflow-wrap: anywhere; }
.project-description { font-size: 14px; line-height: 1.85; color: var(--muted); word-break: keep-all; overflow-wrap: break-word; }
.project-story { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; margin-top: 8px; font-size: 12px; line-height: 1.7; color: var(--green); text-decoration: underline; text-underline-offset: 4px; }
.project-detail { display: flex; align-items: center; gap: 6px; font-size: 12px; color: #59704e; padding-top: 19px; margin-top: auto; }
.small-dot { width: 4px; height: 4px; }
.project-actions { display: flex; align-items: center; justify-content: space-between; gap: 8px; flex-wrap: wrap; border-top: 1px solid #e8ebe3; margin-top: 17px; padding-top: 9px; }
.project-cta { display: flex; align-items: center; gap: 12px; min-height: 44px; font-size: 13px; font-weight: 700; }
.project-cta:hover { color: var(--green); text-decoration: underline; text-underline-offset: 4px; }
.project-cta > span[aria-hidden] { font-size: 19px; font-weight: 400; }
.project-domain { color: #6b776b; font-size: 11px; letter-spacing: -.1px; overflow-wrap: anywhere; }
.library { margin-top: 84px; padding-top: 38px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 290px minmax(0, 1fr); gap: 70px; }
.library-sidebar h2 { font-size: 31px; letter-spacing: -1.6px; font-weight: 600; line-height: 1.5; margin-top: 21px; }
.library-sidebar > p:not(.eyebrow) { color: var(--muted); font-size: 12px; line-height: 1.9; margin-top: 19px; word-break: keep-all; }
.library-sidebar .eyebrow { display: flex; gap: 14px; font-size: 9px; }
.library-annotation { display: flex; align-items: center; gap: 14px; margin-top: 36px; font-size: 15px; line-height: 1.8; color: #657451; transform: rotate(-4deg); transform-origin: left center; }
.annotation-line { width: 33px; height: 1px; background: #aeb899; }
.library-annotation em { font-style: normal; font-size: 18px; letter-spacing: -1px; }
.quiet-link { display: inline-flex; gap: 8px; align-items: center; min-height: 44px; font-size: 12px; line-height: 1.8; color: #52624b; margin-top: 43px; text-decoration: underline; text-underline-offset: 5px; }
.starter-paths { margin-bottom: 32px; }
.starter-heading { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 8px; margin-bottom: 13px; }
.starter-heading h3 { font-size: 18px; font-weight: 600; letter-spacing: -.5px; }
.starter-heading > span { color: var(--muted); font-size: 11px; }
.starter-path { border-bottom: 1px solid var(--line); }
.starter-path:first-of-type { border-top: 1px solid var(--line); }
.starter-path summary { display: flex; align-items: center; justify-content: space-between; gap: 15px; min-height: 55px; padding: 12px 4px; font-size: 14px; font-weight: 600; cursor: pointer; list-style: none; }
.starter-path summary::-webkit-details-marker { display: none; }
.starter-path summary > span:first-child { display: flex; align-items: baseline; gap: 13px; }
.path-index { font-size: 11px; font-weight: 500; color: #68765f; }
.path-toggle { font-size: 22px; font-weight: 400; color: var(--green); transition: transform .2s; }
.starter-path[open] .path-toggle { transform: rotate(45deg); }
.starter-path ol { margin: 0 0 17px 33px; padding-left: 18px; color: #617257; }
.starter-path li { padding-left: 4px; }
.starter-path li::marker { font-size: 11px; }
.starter-path li a { display: block; padding: 8px 4px; }
.starter-path li strong { display: block; color: var(--ink); font-size: 13px; font-weight: 500; line-height: 1.7; }
.starter-path li a > span:not(.sr-only) { display: block; font-size: 12px; line-height: 1.7; color: var(--muted); }
.starter-path a:hover strong { color: var(--green); text-decoration: underline; text-underline-offset: 4px; }
.search-box { display: flex; gap: 11px; align-items: center; width: 100%; min-height: 52px; background: #fff; border: 1px solid #cdd6c7; border-radius: 6px; padding: 0 16px; color: #65755e; }
.search-box:focus-within { border-color: var(--green); outline: 2px solid #315d472b; outline-offset: 2px; }
.search-box input { border: 0; border-radius: 0; background: transparent; width: 100%; min-width: 0; min-height: 50px; color: var(--ink); font-size: 13px; outline: none; }
.search-box input::placeholder { color: #768171; }
.search-box kbd { padding: 1px 5px; border: 1px solid #dce1d5; border-radius: 3px; font-size: 10px; }
.filter-bar { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 16px; }
.filter-bar button { min-height: 44px; border: 1px solid transparent; border-radius: 4px; padding: 0 12px; color: #53624b; background: #e9ede3; font-size: 12px; font-weight: 500; }
.filter-bar button:hover { background: #dde5d5; }
.filter-bar button[aria-pressed="true"] { background: var(--ink); color: #fff; }
.results-toolbar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 6px 10px; min-height: 46px; color: var(--muted); font-size: 12px; margin-top: 4px; }
.text-button { min-height: 44px; border: 0; background: transparent; font-size: 12px; text-decoration: underline; text-underline-offset: 3px; color: var(--muted); }
.external-note { color: #65705d; font-size: 12px; line-height: 1.8; padding-bottom: 9px; }
.resource-list { border-top: 1px solid #cfd7c9; }
.resource { position: relative; display: grid; grid-template-columns: 105px minmax(0, 1fr) 21px; gap: 17px; padding: 20px 4px; border-bottom: 1px solid var(--line); align-items: center; transition: background .18s; }
.resource:hover { background: #edf0e7; }
.resource-source { color: #51614a; font-size: 11px; letter-spacing: .5px; line-height: 1.9; }
.resource-source > span:not(.language-tag) { display: block; margin-top: 3px; font-size: 12px; letter-spacing: 0; color: var(--muted); }
.resource-copy { display: block; min-width: 0; }
.resource-copy strong { display: block; font-size: 14px; font-weight: 500; line-height: 1.7; word-break: keep-all; overflow-wrap: anywhere; letter-spacing: -.35px; }
.resource-copy > span { display: block; font-size: 13px; color: var(--muted); margin-top: 4px; line-height: 1.7; word-break: keep-all; }
.resource-arrow { font-size: 20px; font-weight: 400; color: #5b6e50; transition: transform .18s; }
.resource:hover .resource-arrow { transform: translate(2px, -2px); }
.collection-more { width: 100%; min-height: 47px; border: 1px solid #ced8c6; border-radius: 4px; margin-top: 18px; font-size: 13px; background: transparent; color: var(--green); }
.collection-more:hover { background: #e9ede2; }
.empty-state { padding: 45px 14px; text-align: center; }
.empty-state strong { font-size: 16px; font-weight: 600; }
.empty-state p { font-size: 12px; line-height: 1.8; margin: 10px 0 18px; color: var(--muted); }
.channels { margin-top: 80px; }
.channel-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-bottom: 1px solid var(--line); }
.channel-link { display: flex; align-items: center; gap: 13px; min-width: 0; padding: 19px 17px 23px 0; transition: background .2s; }
.channel-link + .channel-link { border-left: 1px solid var(--line); padding-left: 22px; }
.channel-link:hover { background: #ecf0e5; }
.channel-icon { width: 39px; height: 39px; border: 1px solid #d9ded2; display: flex; align-items: center; justify-content: center; border-radius: 8px; font-size: 23px; flex-shrink: 0; }
.channel-icon--youtube { color: #a33b32; }
.channel-icon--instagram { color: #7e605c; }
.channel-link strong { display: block; font-size: 13px; font-weight: 700; }
.channel-link small { display: block; font-size: 12px; line-height: 1.8; color: var(--muted); margin-top: 5px; word-break: keep-all; }
.channel-arrow { margin-left: auto; font-size: 17px; color: #6d7c62; }
.about { display: grid; grid-template-columns: 1fr 1.55fr; gap: 60px; margin-top: 64px; padding: 43px 48px; background: linear-gradient(115deg, #e8eddc, #eff1e9 65%, #e8eddf); border: 1px solid #dce2d3; border-radius: 8px; }
.about-label .eyebrow { font-size: 9px; }
.about-label h2 { font-size: 26px; line-height: 1.5; letter-spacing: -1.3px; margin-top: 16px; font-weight: 600; }
.about-signature { display: inline-block; font-family: Georgia, serif; font-style: italic; font-size: 28px; color: #657a54; margin-top: 17px; transform: rotate(-7deg); }
.about-story > p { font-size: 13px; color: #506247; line-height: 2; word-break: keep-all; }
.about-story > p + p { margin-top: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 21px; padding: 13px 18px; min-height: 45px; border-radius: 4px; font-size: 13px; font-weight: 500; }
.button--dark { background: var(--ink); color: #fff; margin-top: 23px; }
.button--dark:hover { background: var(--green); }
.button--outline { background: transparent; border: 1px solid #95a686; }
.footer { display: flex; justify-content: space-between; align-items: center; gap: 20px; min-height: 99px; color: #63705b; font-size: 10px; }
.footer-note { font-family: Georgia, serif; font-style: italic; font-size: 12px; color: #78826e; }
.footer a { padding-block: 15px; }
@keyframes enter { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }

@media (min-width: 1400px) {
  .salon-poster { width: 155px; }
  .salon-poster--front { left: 18px; top: 13px; }
  .salon-poster--back { right: 16px; top: 16px; }
  .diagnosis-preview { margin-top: 29px; }
}
@media (max-width: 1100px) {
  .shell { width: calc(100% - 64px); }
  .intro-profile { padding-left: 20px; gap: 13px; }
  .avatar-frame { width: 76px; height: 76px; }
  .profile-note { font-size: 9px; }
  .project-grid { gap: 15px; }
  .project-visual { padding-inline: 14px; }
  .visual-topline { letter-spacing: .3px; }
  .diagnosis-preview { padding: 13px 10px; }
  .diagnosis-score { gap: 10px; }
  .diagnosis-score > div:not(.score-ring) > strong { font-size: 11px; }
  .salon-poster { width: 127px; }
  .salon-poster--front { left: 0; top: 22px; }
  .salon-poster--back { right: -2px; top: 30px; }
  .project-body { padding: 20px 18px 15px; }
  .project-heading { padding-inline: 18px; min-height: 163px; }
  .project-heading h3 { font-size: 22px; }
  .project-domain { display: none; }
  .library { grid-template-columns: 245px minmax(0, 1fr); gap: 40px; }
  .channel-link { gap: 9px; }
  .channel-link + .channel-link { padding-left: 14px; }
  .channel-icon { width: 33px; height: 33px; }
  .channel-arrow { display: none; }
}
@media (max-width: 850px) {
  .shell { width: calc(100% - 40px); }
  .header-inner { flex-wrap: wrap; min-height: 0; gap: 0; padding-top: 14px; }
  .wordmark { font-size: 11px; }
  .monogram { width: 36px; height: 37px; font-size: 25px; }
  .main-nav { order: 3; width: 100%; justify-content: space-between; gap: 12px; margin-top: 8px; }
  .main-nav a { font-size: 12px; min-height: 43px; }
  .header-contact { font-size: 11px; margin-left: auto; }
  html { scroll-padding-top: 119px; }
  .intro { padding: 28px 0; gap: 16px; }
  h1 { font-size: 32px; letter-spacing: -1.9px; }
  .intro-description { font-size: 12px; }
  .intro-profile { flex-direction: column; align-items: flex-start; gap: 9px; padding-left: 20px; }
  .intro-profile strong { font-size: 18px; }
  .profile-stamp { font-size: 9px; }
  .profile-note { display: none; }
  .section-note { font-size: 10px; }
  .heading-title h2 { font-size: 18px; }
  .project-grid { grid-template-columns: 1fr; gap: 19px; }
  .project-jumps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; margin: -4px 0 20px; }
  .project-jumps a { display: flex; align-items: center; justify-content: space-between; gap: 4px; min-height: 44px; padding: 8px 9px; border: 1px solid var(--line); border-radius: 4px; color: var(--green); font-size: 11px; word-break: keep-all; }
  .project-jumps a:hover { background: var(--lime); }
  .project-card { grid-template-columns: .95fr 1.05fr; grid-template-rows: auto 1fr; grid-template-areas: "visual heading" "visual body"; }
  .project-heading { grid-area: heading; min-height: 0; padding: 23px 24px 0; }
  .project-visual { grid-area: visual; border-block: 0; border-right: 1px solid var(--line); padding: 24px 20px; }
  .diagnosis-preview { margin-top: 31px; padding: 16px; }
  .diagnosis-score > div:not(.score-ring) > strong { font-size: 12px; }
  .salon-poster { width: 146px; }
  .salon-poster--front { top: 36px; }
  .salon-poster--back { top: 45px; }
  .project-body { grid-area: body; padding: 17px 24px 18px; }
  .project-heading h3 { font-size: 25px; }
  .project-detail { padding-top: 17px; }
  .project-actions { margin-top: 13px; padding-top: 4px; }
  .library { grid-template-columns: 1fr; gap: 25px; margin-top: 55px; padding-top: 28px; }
  .library-sidebar h2 { font-size: 27px; margin-top: 13px; }
  .library-sidebar h2 br, .library-sidebar > p br { display: none; }
  .library-sidebar > p:not(.eyebrow) { margin-top: 9px; }
  .library-annotation { display: none; }
  .quiet-link { margin-top: 6px; }
  .channels { margin-top: 55px; }
  .channel-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .channel-link { padding: 16px 12px; }
  .channel-link + .channel-link { padding-left: 18px; }
  .channel-link:nth-child(3) { border-left: 0; padding-left: 12px; }
  .channel-link:nth-child(n+3) { border-top: 1px solid var(--line); }
  .channel-arrow { display: block; }
  .about { padding: 29px; grid-template-columns: .9fr 1.1fr; gap: 25px; margin-top: 43px; }
  .about-label h2 { font-size: 24px; }
  .about-story > p { font-size: 12px; }
}
@media (max-width: 580px) {
  .shell { width: calc(100% - 36px); }
  .intro { flex-direction: column; align-items: stretch; padding: 24px 0; gap: 18px; }
  .intro .eyebrow { font-size: 8px; }
  h1 { font-size: clamp(27px, 7.3vw, 38px); letter-spacing: -1.7px; margin-top: 13px; line-height: 1.5; }
  .intro-description { font-size: 12px; margin-top: 12px; }
  .desktop-break { display: none; }
  .intro-profile { flex-direction: row; align-items: center; border-left: 0; gap: 12px; padding: 0; }
  .avatar-frame { width: 49px; height: 49px; padding: 2px; }
  .intro-profile strong { display: flex; align-items: center; gap: 9px; font-size: 16px; letter-spacing: -.5px; }
  .profile-stamp { display: inline-block; font-size: 9px; margin: 0; letter-spacing: 0; }
  .profile-handle { font-size: 10px; margin-top: 4px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 8px; padding-top: 21px; margin-bottom: 19px; }
  .heading-title { gap: 9px; }
  .heading-title h2 { font-size: 19px; }
  .section-note { font-size: 10px; padding-left: 31px; }
  .project-grid { gap: 23px; }
  .project-card { display: flex; flex-direction: column; }
  .project-heading { padding: 22px 23px 19px; }
  .project-visual { min-height: 270px; border-right: 0; border-block: 1px solid var(--line); padding: 19px 23px; }
  .visual-footnote { left: 23px; }
  .diagnosis-preview { max-width: 350px; margin: 20px auto 0; padding: 16px; }
  .diagnosis-score { margin-bottom: 10px; gap: 18px; }
  .salon-collage { max-width: 340px; margin-inline: auto; }
  .salon-poster { width: 140px; }
  .salon-poster--front { top: 13px; left: 12px; }
  .salon-poster--back { top: 20px; right: 9px; }
  .project-body { padding: 21px 23px 15px; }
  .project-heading h3 { font-size: 26px; }
  .project-summary { font-size: 13px; margin-top: 12px; }
  .project-detail { padding-top: 17px; }
  .project-domain { display: block; }
  .library-sidebar h2 { font-size: 27px; letter-spacing: -1.4px; }
  .library-sidebar > p:not(.eyebrow) { font-size: 12px; }
  .search-box { padding-inline: 12px; }
  .search-box input { font-size: 16px; }
  .search-box input::placeholder { font-size: 12px; }
  .search-box kbd { display: none; }
  .filter-bar { gap: 6px; margin-top: 14px; }
  .filter-bar button { padding-inline: 11px; }
  .resource { grid-template-columns: 1fr 20px; gap: 4px 13px; padding: 17px 2px; }
  .resource-source { grid-column: 1; display: flex; flex-wrap: wrap; align-items: center; gap: 7px; }
  .resource-source > span:not(.language-tag) { display: inline; margin-top: 0; }
  .resource-copy { grid-column: 1; }
  .resource-copy strong { font-size: 14px; font-weight: 600; }
  .resource-arrow { grid-column: 2; grid-row: 1 / 3; }
  .channel-link { gap: 9px; padding: 17px 10px 17px 0; }
  .channel-link + .channel-link { padding-left: 12px; }
  .channel-link:nth-child(3) { padding-left: 0; }
  .channel-icon { width: 30px; height: 32px; font-size: 21px; border: 0; }
  .channel-link strong { font-size: 12px; }
  .channel-arrow { display: none; }
  .about { grid-template-columns: 1fr; gap: 20px; padding: 25px 23px; }
  .about-label h2 { font-size: 25px; margin-top: 12px; }
  .about-label { position: relative; }
  .about-signature { font-size: 26px; margin-top: 14px; }
  .about-story > p { font-size: 12px; }
  .about-story > p br { display: none; }
  .button--dark { margin-top: 20px; }
  .footer { flex-wrap: wrap; gap: 0; padding-block: 23px; min-height: 0; font-size: 9px; }
  .footer-note { order: 3; width: 100%; font-size: 11px; margin-top: 4px; }
  .footer a { padding: 10px 0; }
}
@media (max-width: 360px) {
  .shell { width: calc(100% - 28px); }
  .wordmark-sub { font-size: 8px; }
  .header-contact { font-size: 10px; gap: 6px; }
  h1 { font-size: 26px; }
  .project-visual { padding-inline: 17px; }
  .project-body, .project-heading { padding-inline: 18px; }
  .project-heading h3 { font-size: 24px; }
  .project-domain { display: none; }
  .salon-poster { width: 132px; }
  .salon-poster--front { top: 19px; left: 1px; }
  .salon-poster--back { top: 25px; right: 0; }
  .about-signature { font-size: 24px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
