:root {
  --ink: #1d2320;
  --ink-2: #29312d;
  --paper: #ece9e1;
  --paper-2: #f5f2eb;
  --paper-3: #dedbd2;
  --sage: #718177;
  --sage-dark: #4f6157;
  --gold: #b49a67;
  --rust: #9b6652;
  --line: rgba(29, 35, 32, 0.16);
  --line-light: rgba(245, 242, 235, 0.2);
  --serif: "Noto Serif KR", Georgia, serif;
  --sans: "DM Sans", "Noto Sans KR", sans-serif;
  --ease: cubic-bezier(.19,1,.22,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
::selection { background: var(--ink); color: var(--paper-2); }

/* Korean typography: keep sentence endings attached to their words and avoid orphaned syllables. */
:where(p, h1, h2, h3, h4, h5, h6, blockquote, li, a, button, label, strong, small, span) {
  word-break: keep-all;
  overflow-wrap: normal;
  line-break: strict;
}
p, blockquote { text-wrap: pretty; }
h1, h2, h3, h4, strong { text-wrap: balance; }

.noise { position: fixed; inset: 0; z-index: 1000; opacity: .045; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 240 240' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E"); }
.scroll-progress { position: fixed; left: 0; top: 0; width: 100%; height: 2px; z-index: 999; background: rgba(0,0,0,.04); }
.scroll-progress span { display: block; width: 0; height: 100%; background: var(--gold); }
.section-shell { width: min(calc(100% - 80px), 1360px); margin: 0 auto; }

.site-header { position: fixed; z-index: 100; top: 18px; left: 50%; transform: translateX(-50%); width: min(calc(100% - 40px), 1480px); height: 72px; padding: 0 18px 0 22px; display: flex; justify-content: space-between; align-items: center; border: 1px solid rgba(29,35,32,.11); background: rgba(239,236,228,.78); backdrop-filter: blur(22px) saturate(130%); box-shadow: 0 12px 45px rgba(30,35,32,.06); transition: background .3s, border-color .3s, transform .3s; }
.site-header.scrolled { background: rgba(245,242,235,.9); border-color: rgba(29,35,32,.18); }
.brand { display: flex; align-items: center; gap: 13px; }
.brand-symbol { width: 28px; height: 28px; position: relative; display: block; }
.brand-symbol i { position: absolute; display: block; background: var(--ink); }
.brand-symbol i:nth-child(1) { width: 1px; height: 24px; left: 13px; top: 2px; }
.brand-symbol i:nth-child(2) { width: 22px; height: 1px; left: 3px; top: 9px; transform: rotate(34deg); }
.brand-symbol i:nth-child(3) { width: 22px; height: 1px; left: 3px; bottom: 6px; transform: rotate(-34deg); }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-size: 15px; letter-spacing: .16em; }
.brand-copy small { margin-top: 5px; color: #69716c; font-size: 9px; letter-spacing: .08em; }
.nav { display: flex; align-items: center; gap: 30px; font-size: 12px; font-weight: 600; }
.nav > a:not(.nav-cta) { position: relative; }
.nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--ink); transition: right .35s var(--ease); }
.nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { min-width: 194px; padding: 15px 18px; display: flex; justify-content: space-between; align-items: center; background: var(--ink); color: var(--paper-2); transition: transform .3s var(--ease), background .3s; }
.nav-cta:hover { transform: translateY(-2px); background: #111613; }
.menu-button { display: none; width: 42px; height: 42px; border: 0; background: transparent; cursor: pointer; }
.menu-button span { display: block; width: 23px; height: 1px; margin: 6px auto; background: var(--ink); transition: transform .3s; }

.hero { min-height: 100vh; position: relative; padding-top: 122px; display: flex; align-items: center; }
.hero::before { content: ""; position: absolute; width: 55vw; height: 55vw; right: -25vw; top: -25vw; border: 1px solid var(--line); border-radius: 50%; opacity: .45; }
.hero-grid { width: 100%; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 6vw; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0; color: #646d67; font-size: 10px; font-weight: 600; letter-spacing: .22em; }
.eyebrow > span { width: 27px; height: 1px; background: currentColor; }
.hero h1 { margin: 42px 0 0; font-family: var(--serif); font-size: clamp(64px, 7.2vw, 112px); font-weight: 600; line-height: 1.08; letter-spacing: -.055em; }
.hero h1 em, h2 em { font-style: normal; color: var(--sage-dark); }
.hero-quote { margin: 38px 0 0; font-family: var(--serif); font-size: clamp(18px, 1.45vw, 24px); font-weight: 500; line-height: 1.75; }
.hero-description { max-width: 570px; margin: 28px 0 0; color: #626a65; font-size: 14px; line-height: 1.9; }
.hero-actions { display: flex; align-items: center; gap: 29px; margin-top: 43px; }
.button { border: 0; min-height: 57px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: space-between; gap: 40px; cursor: pointer; font-size: 13px; font-weight: 700; transition: transform .3s var(--ease), background .3s, color .3s; }
.button-primary { min-width: 260px; background: var(--ink); color: var(--paper-2); box-shadow: 0 18px 50px rgba(29,35,32,.16); }
.button-primary:hover { background: #101512; transform: translateY(-3px); }
.text-link { padding-bottom: 5px; display: inline-flex; align-items: center; gap: 32px; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 600; }

.hero-art { height: 630px; position: relative; display: grid; place-items: center; }
.hero-orbit { position: absolute; border: 1px solid rgba(29,35,32,.26); border-radius: 50%; }
.orbit-a { width: 475px; height: 475px; animation: slowRotate 26s linear infinite; }
.orbit-b { width: 570px; height: 360px; transform: rotate(-24deg); animation: orbitDrift 8s ease-in-out infinite; }
.orbit-c { width: 350px; height: 550px; transform: rotate(32deg); border-style: dashed; opacity: .54; }
.hero-core { z-index: 2; width: 254px; height: 254px; border-radius: 50%; padding: 36px; display: flex; flex-direction: column; justify-content: center; align-items: center; background: radial-gradient(circle at 35% 30%, #34403a, #18201c 70%); color: var(--paper-2); text-align: center; box-shadow: 0 35px 80px rgba(29,35,32,.22); }
.core-kicker { margin-bottom: 19px; color: #aeb7b1; font-size: 9px; letter-spacing: .22em; }
.hero-core strong { font-family: Georgia, serif; font-size: 34px; line-height: 1.05; letter-spacing: .04em; }
.hero-core small { margin-top: 19px; color: #929d96; font-size: 8px; letter-spacing: .18em; }
.hero-chip { position: absolute; z-index: 3; padding: 11px 14px; border: 1px solid var(--line); background: rgba(245,242,235,.74); backdrop-filter: blur(12px); color: #5d6660; font-size: 9px; letter-spacing: .17em; }
.chip-one { right: 5%; top: 22%; }
.chip-two { left: 7%; top: 31%; }
.chip-three { right: 12%; bottom: 18%; }
.root-drawing { position: absolute; z-index: 1; width: 78%; height: 75%; bottom: -8%; fill: none; stroke: rgba(79,97,87,.45); stroke-width: 1.2; stroke-dasharray: 4 8; }
.scroll-hint { position: absolute; left: 0; bottom: 26px; display: flex; align-items: center; gap: 12px; transform: rotate(-90deg) translateX(10px); transform-origin: left center; color: #757d78; font-size: 8px; letter-spacing: .17em; }
.scroll-hint i { width: 50px; height: 1px; overflow: hidden; background: var(--line); }
.scroll-hint i::after { content: ""; display: block; width: 18px; height: 1px; background: var(--ink); animation: scrollLine 2s infinite; }

.ticker { height: 64px; overflow: hidden; background: var(--ink); color: #cdd2ce; }
.ticker-track { width: max-content; height: 100%; display: flex; align-items: center; animation: ticker 26s linear infinite; }
.ticker-track span { padding-right: 70px; font-size: 10px; letter-spacing: .32em; white-space: nowrap; }

.about { padding: 150px 0 165px; }
.section-label { display: flex; align-items: center; gap: 17px; color: #69716c; font-size: 9px; font-weight: 600; letter-spacing: .2em; }
.section-label span { width: 37px; height: 37px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; letter-spacing: .04em; }
.section-label.light { color: #aeb7b1; }
.section-label.light span { border-color: var(--line-light); }
.about-heading, .project-heading { margin-top: 57px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 10vw; align-items: end; }
h2 { margin: 0; font-family: var(--serif); font-size: clamp(45px, 5.2vw, 78px); font-weight: 600; line-height: 1.25; letter-spacing: -.045em; }
.about-copy, .project-heading > p { max-width: 510px; color: #626a65; font-size: 15px; line-height: 1.95; }
.about-copy p { margin: 0 0 16px; }
.theme-gallery { margin-top: 92px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.theme-card { min-width: 0; min-height: 590px; padding: 25px; display: flex; flex-direction: column; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.08); border-radius: 26px; background: linear-gradient(155deg, #171c19 0%, #101411 72%); color: var(--paper-2); box-shadow: 0 24px 55px rgba(29,35,32,.1); transition: transform .55s var(--ease), box-shadow .55s var(--ease), border-color .4s; }
.theme-card::before { content: ""; position: absolute; width: 240px; height: 240px; right: -125px; top: -125px; border-radius: 50%; background: radial-gradient(circle, rgba(180,154,103,.14), transparent 68%); pointer-events: none; }
.theme-card:hover { transform: translateY(-10px); border-color: rgba(180,154,103,.32); box-shadow: 0 38px 80px rgba(20,25,22,.2); }
.theme-card-head { min-height: 32px; display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 1; }
.theme-card-head strong { font-size: 17px; line-height: 1.2; letter-spacing: .055em; }
.theme-card-head span { color: #89938d; font-size: 8px; letter-spacing: .18em; }
.theme-image-wrap { position: relative; height: 315px; margin-top: 20px; overflow: hidden; border-radius: 17px; background: #232a26; }
.theme-image-wrap img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.94) contrast(1.03) brightness(1.02); transition: transform 1.1s var(--ease), filter .6s; }
.theme-card:nth-child(1) img { object-position: 50% 48%; }
.theme-card:nth-child(2) img { object-position: 50% 50%; }
.theme-card:nth-child(3) img { object-position: 50% 54%; }
.theme-card:hover img { transform: scale(1.045); filter: saturate(1.01) contrast(1.03) brightness(1.07); }
.image-wash { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255,246,224,.05), rgba(14,20,17,.12)); pointer-events: none; mix-blend-mode: multiply; }
.theme-card:nth-child(1) .image-wash { background: linear-gradient(145deg, rgba(255,223,168,.03), rgba(12,17,14,.10)); }
.theme-card:nth-child(2) .image-wash { background: linear-gradient(145deg, rgba(220,238,209,.03), rgba(10,17,13,.10)); }
.theme-card:nth-child(3) .image-wash { background: linear-gradient(145deg, rgba(255,220,145,.02), rgba(10,15,12,.08)); }
.theme-image-wrap::after { content: ""; position: absolute; inset: 0; opacity: .10; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
.theme-content { flex: 1 0 auto; min-height: 0; padding: 24px 48px 4px 2px; position: relative; }
.theme-content h3 { margin: 0; color: #f2efe8; font-family: var(--serif); font-size: clamp(21px, 1.7vw, 27px); line-height: 1.45; }
.theme-content p { max-width: 360px; margin: 13px 0 0; color: #aab2ad; font-size: 13px; line-height: 1.88; }
.theme-arrow { position: absolute; right: 0; top: 25px; width: 33px; height: 33px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; color: #d7d4cc; font-size: 13px; transition: transform .4s var(--ease), background .3s, color .3s; }
.theme-card:hover .theme-arrow { transform: rotate(45deg); background: var(--paper-2); color: var(--ink); }

.questions { padding: 145px 0; background: var(--ink); color: var(--paper-2); position: relative; overflow: hidden; }
.questions::before { content: "?"; position: absolute; right: -30px; top: -180px; font-family: Georgia, serif; font-size: 650px; line-height: 1; color: rgba(255,255,255,.018); }
.questions-grid { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; }
.questions-intro h2 { margin-top: 55px; font-size: clamp(44px, 5vw, 74px); }
.questions-intro h2 em { color: #9ead9f; }
.questions-intro > p { max-width: 410px; margin-top: 33px; color: #aeb6b0; font-size: 14px; line-height: 1.9; }
.question-deck { border-top: 1px solid var(--line-light); }
.question-card { width: 100%; min-height: 101px; padding: 0 8px; display: grid; grid-template-columns: 50px 1fr 35px; align-items: center; border: 0; border-bottom: 1px solid var(--line-light); background: transparent; color: inherit; text-align: left; cursor: pointer; transition: padding .45s var(--ease), background .35s; }
.question-card:hover, .question-card.active { padding-left: 25px; background: rgba(255,255,255,.035); }
.question-no { color: #859189; font-size: 9px; letter-spacing: .12em; }
.question-card strong { font-family: var(--serif); font-size: clamp(17px, 1.5vw, 23px); font-weight: 500; }
.question-icon { justify-self: end; transition: transform .3s; }
.question-card:hover .question-icon, .question-card.active .question-icon { transform: rotate(45deg); }
.question-response { min-height: 128px; padding: 28px 25px; display: grid; grid-template-columns: 125px 1fr; gap: 30px; align-items: start; background: #2a332e; }
.question-response span { color: #a4b0a7; font-size: 9px; letter-spacing: .18em; }
.question-response p { margin: 0; color: #d1d5d2; font-size: 13px; line-height: 1.85; }

.project { padding: 150px 0 165px; }
.project-heading { align-items: start; }
.project-heading > p { margin: 8px 0 0; }
.ecosystem { height: 790px; margin-top: 85px; position: relative; border: 1px solid var(--line); background-color: var(--paper-2); background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 52px 52px; overflow: hidden; }
.ecosystem::after { content: "ROOTISM / ECOSYSTEM 2026"; position: absolute; left: 24px; bottom: 20px; color: #969c98; font-size: 8px; letter-spacing: .18em; }
.ecosystem-lines { position: absolute; inset: 0; width: 100%; height: 100%; fill: none; stroke: rgba(79,97,87,.55); stroke-width: 1; stroke-dasharray: 6 9; }
.ecosystem-lines circle { stroke: rgba(79,97,87,.12); stroke-dasharray: 2 8; }
.ecosystem-core { position: absolute; left: 50%; top: 48%; transform: translate(-50%,-50%); width: 270px; height: 270px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--paper-2); background: radial-gradient(circle at 35% 30%, #34403a, #18201c 72%); box-shadow: 0 28px 70px rgba(29,35,32,.25); z-index: 3; }
.ecosystem-core::before, .ecosystem-core::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.ecosystem-core::before { inset: 17px; }
.ecosystem-core::after { inset: 32px; }
.ecosystem-core span { color: #9fac9f; font-size: 9px; letter-spacing: .24em; }
.ecosystem-core strong { margin-top: 13px; font-family: Georgia, serif; font-size: 34px; letter-spacing: .05em; }
.ecosystem-core small { margin-top: 15px; color: #8e9a92; font-size: 7px; letter-spacing: .15em; }
.program-node { position: absolute; z-index: 4; width: 190px; height: 190px; border: 1px solid #86958c; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; background: rgba(245,242,235,.92); cursor: pointer; transition: transform .45s var(--ease), background .35s, color .35s, box-shadow .45s var(--ease); }
.program-node:hover, .program-node.active { transform: scale(1.06); background: var(--sage-dark); color: var(--paper-2); box-shadow: 0 22px 50px rgba(29,35,32,.17); }
.program-node > span { color: #7f8a83; font-size: 8px; letter-spacing: .18em; }
.program-node.active > span, .program-node:hover > span { color: #c6cec8; }
.program-node strong { margin-top: 12px; font-size: 15px; letter-spacing: .12em; }
.program-node small { margin-top: 11px; font-size: 10px; }
.node-talk { left: 7%; top: 8%; }
.node-note { right: 7%; top: 8%; }
.node-lab { left: 7%; bottom: 7%; }
.node-archive { right: 7%; bottom: 7%; }
.program-detail { position: absolute; z-index: 5; left: 50%; bottom: 27px; transform: translateX(-50%); width: min(540px, 62%); padding: 19px 24px; display: grid; grid-template-columns: 82px 130px 1fr; align-items: center; gap: 15px; border: 1px solid rgba(29,35,32,.1); background: rgba(245,242,235,.91); backdrop-filter: blur(14px); box-shadow: 0 12px 35px rgba(29,35,32,.07); }
.program-detail span { color: #8a928d; font-size: 8px; letter-spacing: .12em; }
.program-detail strong { font-size: 13px; letter-spacing: .1em; }
.program-detail p { margin: 0; color: #69716c; font-size: 11px; line-height: 1.6; }

.program { padding: 150px 0 170px; background: #ddd9cf; }
.program-heading { max-width: 920px; }
.program-heading h2 { margin-top: 52px; }
.program-heading > p { max-width: 650px; margin: 28px 0 0; color: #626a65; font-size: 14px; line-height: 1.9; }
.experience-grid { margin-top: 82px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.experience-card { min-height: 570px; padding: 27px; display: flex; flex-direction: column; background: var(--paper-2); border: 1px solid rgba(29,35,32,.1); transition: transform .45s var(--ease), box-shadow .45s var(--ease); }
.experience-card:hover { transform: translateY(-9px); box-shadow: 0 32px 65px rgba(29,35,32,.12); }
.experience-top { display: flex; justify-content: space-between; align-items: center; color: #7d8580; font-size: 8px; letter-spacing: .14em; }
.experience-top b { color: var(--ink); font-size: 10px; }
.experience-visual { height: 255px; margin: 34px 0 30px; display: grid; place-items: center; position: relative; overflow: hidden; background: #e6e3da; }
.card-stack i { position: absolute; width: 132px; height: 172px; display: grid; place-items: center; border: 1px solid var(--ink); background: #f3f0e8; font-style: normal; font-family: Georgia, serif; font-size: 21px; letter-spacing: .08em; box-shadow: 0 15px 30px rgba(29,35,32,.09); }
.card-stack i:nth-child(1) { transform: translate(-47px, 10px) rotate(-11deg); }
.card-stack i:nth-child(2) { transform: translate(48px, 8px) rotate(10deg); }
.card-stack i:nth-child(3) { transform: translateY(-8px) rotate(-1deg); background: var(--ink); color: var(--paper-2); }
.dialogue-visual { background: #2a332e; }
.dialogue-visual::before { content: ""; position: absolute; width: 150px; height: 150px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.dialogue-visual i { position: absolute; max-width: 170px; padding: 13px 16px; border-radius: 40px; font-style: normal; font-size: 11px; }
.dialogue-visual i:first-child { left: 28px; top: 58px; background: #d8d2c6; color: var(--ink); }
.dialogue-visual i:last-child { right: 26px; bottom: 54px; background: #78897f; color: #fff; }
.result-card { padding: 30px; background: linear-gradient(145deg, #7a8a80, #52635a); color: #fff; text-align: center; }
.result-card::before { content: ""; position: absolute; inset: 20px; border: 1px solid rgba(255,255,255,.28); }
.result-card span { display: block; margin-bottom: 25px; color: #cbd2cd; font-size: 8px; letter-spacing: .18em; }
.result-card strong { font-family: var(--serif); font-size: 20px; line-height: 1.7; }
.experience-card h3 { margin: 0; font-family: var(--serif); font-size: 24px; }
.experience-card p { margin: 17px 0 0; color: #69716c; font-size: 13px; line-height: 1.8; }
.fun-chip { width: max-content; margin-top: auto; padding: 8px 12px; border: 1px solid var(--line); border-radius: 100px; color: #68716b; font-size: 9px; }

.manifesto { min-height: 560px; padding: 120px 0; display: flex; align-items: center; background: #202723; color: var(--paper-2); position: relative; overflow: hidden; }
.manifesto::before { content: "ROOT"; position: absolute; left: -20px; bottom: -120px; color: rgba(255,255,255,.023); font-family: Georgia, serif; font-size: 360px; letter-spacing: -.05em; }
.manifesto-inner { position: relative; }
.manifesto-inner > span { color: #8e9a92; font-size: 9px; letter-spacing: .22em; }
.manifesto blockquote { max-width: 1150px; margin: 42px 0 0; font-family: var(--serif); font-size: clamp(35px, 4vw, 64px); font-weight: 500; line-height: 1.55; letter-spacing: -.04em; }
.manifesto blockquote em { color: #a8b5aa; font-style: normal; }
.manifesto-mark { position: absolute; right: 2%; top: 30%; width: 190px; height: 190px; }
.manifesto-mark i { position: absolute; display: block; background: rgba(255,255,255,.2); }
.manifesto-mark i:nth-child(1) { left: 50%; width: 1px; height: 100%; }
.manifesto-mark i:nth-child(2), .manifesto-mark i:nth-child(3) { top: 50%; left: 10%; width: 80%; height: 1px; transform: rotate(38deg); }
.manifesto-mark i:nth-child(3) { transform: rotate(-38deg); }

.apply { padding: 150px 0; }
.apply-card { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; background: var(--ink); box-shadow: 0 38px 90px rgba(29,35,32,.16); }
.apply-copy { min-height: 650px; padding: 70px 65px; position: relative; overflow: hidden; color: var(--paper-2); border-right: 1px solid rgba(255,255,255,.12); }
.apply-copy::after { content: "?"; position: absolute; right: -35px; bottom: -125px; color: rgba(255,255,255,.035); font-family: Georgia, serif; font-size: 430px; line-height: 1; }
.apply-copy .eyebrow { color: #a9b1ac; }
.apply-copy h2 { margin-top: 55px; font-size: clamp(41px, 4vw, 62px); position: relative; z-index: 1; }
.apply-copy h2 em { color: #a9b5ac; }
.apply-copy > p:not(.eyebrow) { max-width: 460px; margin-top: 31px; color: #b9c0bb; font-size: 14px; line-height: 1.9; position: relative; z-index: 1; }
.apply-meta { margin-top: 42px; display: flex; flex-wrap: wrap; gap: 9px; position: relative; z-index: 1; }
.apply-meta span { padding: 9px 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 100px; color: #b9c2bc; font-size: 8px; letter-spacing: .12em; }
.apply-form { padding: 58px 60px; background: var(--paper-2); }
.form-head { margin-bottom: 34px; display: flex; justify-content: space-between; color: #858d88; font-size: 8px; letter-spacing: .15em; }
.apply-form label { display: block; margin-bottom: 24px; }
.apply-form label > span { display: block; margin-bottom: 9px; font-size: 11px; font-weight: 600; }
.apply-form label small { color: #929995; font-weight: 400; }
.apply-form input, .apply-form select, .apply-form textarea { width: 100%; padding: 13px 3px; border: 0; border-bottom: 1px solid #a9aea9; border-radius: 0; outline: 0; background: transparent; color: var(--ink); resize: vertical; transition: border-color .25s; }
.apply-form input:focus, .apply-form select:focus, .apply-form textarea:focus { border-color: var(--ink); }
.apply-form input::placeholder, .apply-form textarea::placeholder { color: #9aa09c; }
.button-submit { width: 100%; margin-top: 9px; background: var(--sage-dark); color: #fff; }
.button-submit:hover { background: #3f5148; transform: translateY(-2px); }
.form-note { margin: 14px 0 0; color: #8a918d; font-size: 9px; line-height: 1.6; }
.form-success { min-height: 20px; margin: 11px 0 0; color: #48614f; font-size: 12px; font-weight: 600; }

.footer { min-height: 230px; padding: 58px max(30px, calc((100vw - 1360px)/2)); display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: start; position: relative; background: #171c19; color: #d7d4cc; }
.footer-brand { display: flex; flex-direction: column; gap: 10px; }
.footer-brand strong { font-size: 23px; letter-spacing: .18em; }
.footer-brand span { color: #838c86; font-size: 11px; }
.footer-links { display: flex; gap: 28px; color: #aeb5b0; font-size: 9px; letter-spacing: .15em; }
.footer > p { position: absolute; left: max(30px, calc((100vw - 1360px)/2)); bottom: 31px; margin: 0; color: #606963; font-size: 8px; letter-spacing: .13em; }

.reveal { opacity: 0; transform: translateY(32px); transition: opacity .85s ease, transform .85s var(--ease); }
.reveal.visible { opacity: 1; transform: translateY(0); }

@keyframes slowRotate { to { transform: rotate(360deg); } }
@keyframes orbitDrift { 0%,100% { transform: rotate(-24deg) scale(1); } 50% { transform: rotate(-18deg) scale(1.04); } }
@keyframes scrollLine { from { transform: translateX(-22px); } to { transform: translateX(55px); } }
@keyframes ticker { to { transform: translateX(-50%); } }

@media (max-width: 1100px) {
  .section-shell { width: min(calc(100% - 52px), 980px); }
  .nav { gap: 20px; }
  .nav-cta { min-width: 175px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 150px; }
  .hero-art { height: 570px; margin-top: -25px; }
  .about-heading, .project-heading { grid-template-columns: 1fr; gap: 32px; }
  .theme-card { min-height: 535px; padding: 21px; }
  .theme-image-wrap { height: 270px; }
  .questions-grid { grid-template-columns: 1fr; }
  .questions-intro { max-width: 660px; }
  .question-deck { margin-top: 20px; }
  .ecosystem { height: 820px; }
  .program-node { width: 165px; height: 165px; }
  .program-detail { bottom: 18px; }
  .experience-card { min-height: 540px; }
  .apply-card { grid-template-columns: 1fr; }
  .apply-copy { min-height: 520px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
}

@media (max-width: 760px) {
  .section-shell { width: calc(100% - 34px); }
  .site-header { top: 10px; width: calc(100% - 20px); height: 64px; padding: 0 13px 0 17px; }
  .brand-copy strong { font-size: 13px; }
  .menu-button { display: block; z-index: 102; }
  .menu-open .menu-button span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-open .menu-button span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .nav { position: fixed; inset: -10px; padding: 100px 28px 40px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 0; background: rgba(245,242,235,.98); transform: translateX(105%); transition: transform .45s var(--ease); }
  .menu-open .nav { transform: translateX(0); }
  .nav a, .nav-cta { width: 100%; min-width: 0; padding: 18px 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--ink); font-family: var(--serif); font-size: 23px; }
  .hero { min-height: auto; padding: 125px 0 80px; }
  .hero h1 { margin-top: 30px; font-size: 55px; }
  .hero-quote { margin-top: 29px; font-size: 17px; }
  .hero-description { font-size: 13px; }
  .desktop-break { display: none; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 20px; }
  .button-primary { width: 100%; min-width: 0; }
  .text-link { width: max-content; }
  .hero-art { height: 430px; margin-top: 30px; }
  .orbit-a { width: 310px; height: 310px; }
  .orbit-b { width: 355px; height: 245px; }
  .orbit-c { width: 245px; height: 365px; }
  .hero-core { width: 180px; height: 180px; }
  .hero-core strong { font-size: 25px; }
  .chip-one { right: 0; top: 19%; }
  .chip-two { left: 0; }
  .chip-three { right: 3%; bottom: 14%; }
  .scroll-hint { display: none; }
  .ticker { height: 54px; }
  .about, .project, .apply { padding: 95px 0; }
  h2, .questions-intro h2 { font-size: 39px; }
  .about-heading, .project-heading { margin-top: 38px; }
  .about-copy, .project-heading > p { font-size: 14px; }
  .theme-gallery { margin-top: 58px; grid-template-columns: 1fr; gap: 16px; }
  .theme-card { min-height: 0; padding: 20px; border-radius: 22px; }
  .theme-image-wrap { height: min(76vw, 410px); margin-top: 17px; border-radius: 14px; }
  .theme-content { flex: 0 0 auto; min-height: 0; padding: 22px 42px 5px 1px; }
  .theme-card-head strong { font-size: 15px; }
  .theme-content h3 { font-size: 23px; }
  .theme-content p { font-size: 12.5px; line-height: 1.85; }
  .questions { padding: 95px 0; }
  .questions::before { font-size: 390px; }
  .questions-intro h2 { margin-top: 40px; }
  .question-card { min-height: 86px; grid-template-columns: 36px 1fr 25px; }
  .question-card strong { font-size: 16px; line-height: 1.45; }
  .question-card:hover, .question-card.active { padding-left: 8px; }
  .question-response { grid-template-columns: 1fr; gap: 12px; }
  .ecosystem { height: 900px; margin-top: 58px; background-size: 36px 36px; }
  .ecosystem-lines { display: none; }
  .ecosystem-core { width: 180px; height: 180px; top: 46%; }
  .ecosystem-core strong { font-size: 24px; }
  .ecosystem-core small { max-width: 120px; text-align: center; line-height: 1.5; }
  .program-node { width: 132px; height: 132px; }
  .program-node strong { font-size: 11px; }
  .program-node small { max-width: 100px; font-size: 8px; line-height: 1.4; text-align: center; }
  .node-talk { left: 4%; top: 8%; }
  .node-note { right: 4%; top: 14%; }
  .node-lab { left: 4%; bottom: 17%; }
  .node-archive { right: 4%; bottom: 12%; }
  .program-detail { width: calc(100% - 30px); bottom: 14px; grid-template-columns: 65px 92px 1fr; padding: 14px; }
  .program-detail p { font-size: 9px; }
  .program { padding: 95px 0 105px; }
  .program-heading h2 { margin-top: 38px; }
  .experience-grid { margin-top: 55px; grid-template-columns: 1fr; }
  .experience-card { min-height: 535px; }
  .manifesto { min-height: 460px; padding: 90px 0; }
  .manifesto blockquote { font-size: 29px; }
  .manifesto-mark { display: none; }
  .apply-copy, .apply-form { padding: 46px 24px; }
  .apply-copy { min-height: 500px; }
  .apply-copy h2 { margin-top: 42px; font-size: 38px; }
  .footer { grid-template-columns: 1fr; min-height: 270px; }
  .footer-links { flex-direction: column; gap: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
