:root {
  --ink: #0b1112;
  --teal: #0c2021;
  --paper: #f3efe9;
  --paper-deep: #e6ddd2;
  --white: #fffdf9;
  --muted: #a9a7a3;
  --ink-muted: #625d5b;
  --burgundy: #701d38;
  --rose: #d98da1;
  --amber: #ead79c;
  --line-light: rgba(255,255,255,.2);
  --line-dark: rgba(11,17,18,.18);
  --font-sans: "DM Sans", sans-serif;
  --font-ko: "Noto Sans KR", sans-serif;
  --font-serif-ko: "Noto Serif KR", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; overflow-x: hidden; background: var(--ink); color: var(--white); font-family: var(--font-sans); }
body, button, a { -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img, video, iframe { display: block; max-width: 100%; }
button { font: inherit; }
::selection { color: var(--ink); background: var(--amber); }
a:focus-visible, button:focus-visible { outline: 2px solid var(--amber); outline-offset: 4px; }

.skip-link { position: fixed; top: -100px; left: 1rem; z-index: 1000; padding: .8rem 1rem; background: var(--amber); color: var(--ink); font-family: var(--font-ko); }
.skip-link:focus { top: 1rem; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: 84px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 20px 4.5vw; border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease; }
.site-header.scrolled { background: rgba(7,15,16,.9); border-color: var(--line-light); backdrop-filter: blur(18px); }
.wordmark { width: max-content; display: flex; align-items: center; gap: .75rem; font-size: .8rem; font-weight: 700; line-height: 1.08; letter-spacing: .06em; }
.brand-mark {
  width: 32px;
  aspect-ratio: 1;
  flex: 0 0 auto;
  background: url("./assets/wendys-healing-recipe-logo.png") 43% 0 / 64px auto no-repeat;
  filter: grayscale(1) brightness(0) invert(1);
  opacity: .96;
}
.main-nav { display: flex; align-items: center; gap: 2.4rem; font-size: .92rem; font-weight: 600; }
.main-nav a, .header-cta { transition: color .2s ease; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--amber); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: .8rem; }
.language-switch { min-width: 38px; padding: .45rem .5rem; border-bottom: 1px solid rgba(255,255,255,.55); font-size: .84rem; font-weight: 700; text-align: center; letter-spacing: .08em; }
.language-switch:hover, .language-switch:focus-visible { color: var(--amber); border-color: var(--amber); }
.header-cta { padding: .68rem 1rem; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; font-family: var(--font-ko); font-size: .9rem; font-weight: 700; }
.header-cta:hover, .header-cta:focus-visible { background: var(--white); color: var(--ink); }

.hero { height: 200svh; position: relative; isolation: isolate; }
.hero-visual { position: sticky; top: 0; height: 100svh; overflow: hidden; }
.hero-matter { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg,rgba(4,11,12,.96) 0%,rgba(4,11,12,.77) 36%,rgba(4,11,12,.18) 70%,rgba(4,11,12,.08) 100%); }
.hero-shade::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent,rgba(4,10,11,.52)); }
.hero-sequence { position: relative; z-index: 1; margin-top: -100svh; }
.hero-panel { height: 100svh; position: relative; display: flex; padding: 116px 5.5vw 92px; }
.hero-panel-title { align-items: center; }
.hero-panel-definition { align-items: center; justify-content: center; }
.hero-panel-definition::before { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(4,11,12,.3); }
.section-no, .label { margin: 0; font-size: .88rem; font-weight: 700; letter-spacing: .13em; }
.hero h1 { margin: 0; font-family: var(--font-serif-ko); font-size: clamp(4rem,6.5vw,7.5rem); font-weight: 500; line-height: .99; letter-spacing: -.065em; animation: hero-rise .9s cubic-bezier(.2,.7,.2,1) both; }
.hero-kicker { display: block; margin-bottom: .72em; color: #eee4da; font: inherit; font-size: .34em; line-height: 1.25; letter-spacing: -.035em; }
.hero-main { display: block; font: inherit; }
.hero-definition { width: min(1320px,90vw); max-width: none; margin: 0; color: var(--white); text-align: center; text-shadow: 0 2px 28px rgba(0,0,0,.45); }
.hero-definition.reveal { transform: translateY(42px); transition-duration: 1.05s; transition-timing-function: cubic-bezier(.16,.78,.24,1); }
.hero-definition.reveal.visible { transform: none; }
.hero-definition-kicker { display: block; margin-bottom: 1.35rem; font-family: var(--font-serif-ko); font-size: clamp(1.15rem,1.7vw,1.8rem); font-weight: 500; letter-spacing: -.025em; }
.hero-definition-main { display: block; font-family: var(--font-serif-ko); font-size: clamp(2.35rem,4.25vw,5rem); font-weight: 600; line-height: 1.16; letter-spacing: -.055em; }
.hero-definition .hero-emphasis { font-family: var(--font-ko); font-weight: 700; }
.hero-definition .hero-house-name { display: block; margin-top: 2.3rem; color: var(--amber); font-family: var(--font-sans); font-size: clamp(3.25rem,6.6vw,8rem); font-weight: 500; line-height: .98; letter-spacing: -.065em; }
.hero-actions { margin-top: 2.3rem; display: flex; align-items: center; gap: 1.4rem; flex-wrap: wrap; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: .55rem; padding: .78rem 1.2rem; border-radius: 999px; font-family: var(--font-ko); font-size: .86rem; font-weight: 700; }
.button-light { background: var(--white); color: var(--ink); }
.button-dark { background: var(--ink); color: var(--white); }
.under-link { padding: .55rem 0 .35rem; border-bottom: 1px solid rgba(255,255,255,.5); font-family: var(--font-ko); font-size: .86rem; font-weight: 700; }
.ink-link { border-color: rgba(11,17,18,.45); }

.section { padding: 9.75rem 5.5vw; }
.section-intro { display: grid; grid-template-columns: .48fr 1.12fr .7fr; gap: 5vw; align-items: end; margin-bottom: 5.5rem; }
.section-no { align-self: start; color: var(--burgundy); }
.section-intro h2, .contact h2 { margin: 0; font-family: var(--font-serif-ko); font-size: clamp(3.3rem,6.2vw,7rem); font-weight: 500; line-height: 1.04; letter-spacing: -.055em; }
.display-lead { display: block; margin-bottom: .34em; font-family: inherit; font-size: .52em; font-weight: 500; line-height: 1.2; letter-spacing: -.035em; }
.display-main { display: block; font-weight: 600; }
.now .display-lead { color: var(--burgundy); }
.work .display-lead { color: var(--rose); }
.contact .display-lead { color: var(--amber); }
.section-intro > p:last-child { margin: 0 0 .65rem; color: var(--ink-muted); font-family: var(--font-ko); font-size: 1rem; line-height: 1.85; }
.section-intro-minimal { display: block; margin-bottom: 2.5rem; }
.section-intro-minimal h2 { font-size: clamp(1.65rem,2.3vw,2.35rem); line-height: 1; letter-spacing: .04em; }
.label { color: var(--burgundy); }

.lang-en .hero h1 { font-size: clamp(3.7rem,5.8vw,6.8rem); }
.lang-en .house-definition-main { font-size: clamp(2.8rem,4.4vw,5.15rem); }
.lang-en .project-copy h3 { font-family: var(--font-serif-ko); font-size: clamp(2.45rem,3.85vw,4.55rem); line-height: 1.08; letter-spacing: -.055em; }
.lang-en .founder-copy h2 { font-size: clamp(3.5rem,5.7vw,6.45rem); letter-spacing: -.065em; }
.lang-en .contact h2 { font-size: clamp(3.1rem,5.3vw,6rem); }

.house { background: var(--paper-deep); color: var(--ink); }
.house-intro { display: grid; grid-template-columns: .55fr 1.45fr; column-gap: 5vw; }
.house-title-block, .house-definition { border-top: 1px solid var(--line-dark); padding-top: 1.6rem; }
.house-title-block .section-no { margin-bottom: 1.7rem; }
.house-title-block h2 { margin: 0; font-family: var(--font-serif-ko); font-size: clamp(4.2rem,7.2vw,8.1rem); font-weight: 600; line-height: .84; letter-spacing: -.075em; }
.house-definition-lead { margin: 0 0 .5rem; font-family: var(--font-serif-ko); font-size: clamp(1.45rem,2.4vw,2.75rem); font-weight: 500; line-height: 1.3; letter-spacing: -.04em; }
.house-definition-main { margin: 0; color: var(--burgundy); font-family: var(--font-serif-ko); font-size: clamp(3rem,5vw,5.8rem); font-weight: 600; line-height: 1.08; letter-spacing: -.06em; }
.house-story { max-width: 980px; position: relative; margin: 5rem 0 2.5rem; display: block; }
.house-story p { margin: 0; color: var(--ink-muted); font-family: var(--font-ko); font-size: clamp(1rem,1.2vw,1.14rem); line-height: 1.95; }
.house-story-opening p { font-family: var(--font-serif-ko); font-size: clamp(1.05rem,1.28vw,1.2rem); letter-spacing: -.025em; }
.house-story-opening p + p { margin-top: 1.45rem; }
.house-story-statement { margin-top: 3.8rem; }
.house-story-statement p { color: var(--ink); font-family: var(--font-serif-ko); font-size: clamp(1.16rem,1.55vw,1.48rem); font-weight: 600; line-height: 1.72; letter-spacing: -.025em; }
.house-story-statement p + p { margin-top: .7rem; }
.house-story-statement p:last-child { margin-top: .7rem; color: var(--ink); font-size: clamp(1.16rem,1.55vw,1.48rem); line-height: 1.72; }
.house-path { min-height: 400px; position: relative; isolation: isolate; overflow: visible; margin: 7.5rem -5.5vw 0; padding: 0 5.5vw; display: grid; grid-template-columns: repeat(4,1fr); gap: clamp(1rem,2.2vw,2.7rem); color: var(--ink); }
.house-path::before { content: ""; position: absolute; z-index: 0; inset: -10% -8%; background: radial-gradient(ellipse at 4% 54%,rgba(234,215,156,.72),transparent 28%),radial-gradient(ellipse at 33% 41%,rgba(217,141,161,.45),transparent 31%),radial-gradient(ellipse at 66% 62%,rgba(124,157,151,.43),transparent 31%),radial-gradient(ellipse at 98% 43%,rgba(112,29,56,.37),transparent 32%); filter: blur(30px); opacity: .88; transform: rotate(-1deg); pointer-events: none; }
.house-path::after { display: none; }
.house-path article { min-height: 400px; position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 2.4rem .5rem; transition: transform .3s ease; }
.house-path article:hover { transform: translateY(-4px); }
.house-path article::before { display: none; }
.house-path h3 { display: flex; align-items: baseline; gap: .8rem; margin: 0 0 1.55rem; }
.house-path h3 b { color: var(--ink); font-size: clamp(1.9rem,2.4vw,2.75rem); letter-spacing: -.045em; }
.house-path h3 span { color: var(--burgundy); font-family: var(--font-serif-ko); font-size: clamp(1.05rem,1.25vw,1.2rem); font-weight: 600; }
.house-path strong { color: var(--ink); font-size: clamp(.95rem,1.05vw,1.05rem); letter-spacing: .045em; }
.house-path small { max-width: 260px; margin-top: .9rem; color: #4f5351; font-family: var(--font-ko); font-size: clamp(1rem,1.08vw,1.08rem); line-height: 1.72; }

.now { background: var(--paper); color: var(--ink); }
.now-grid { display: grid; grid-template-columns: 1.18fr .82fr; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.signal { margin: 0; color: var(--amber); font-size: .8rem; font-weight: 700; letter-spacing: .13em; }
.signal span { display: inline-block; width: 7px; aspect-ratio: 1; margin-right: .5rem; border-radius: 50%; background: var(--amber); box-shadow: 0 0 14px var(--amber); }
.latest-event { min-height: 660px; display: grid; grid-template-columns: 1.05fr .95fr; overflow: hidden; border-right: 1px solid var(--line-dark); background: var(--teal); color: var(--white); }
.latest-event figure { min-height: 660px; position: relative; margin: 0; overflow: hidden; }
.latest-event figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 62%,rgba(5,12,13,.74)); }
.latest-event figure img { width: 100%; height: 100%; object-fit: cover; object-position: 18% center; }
.latest-event figure img.brand-board-crop { width: 100%; max-width: 100%; object-fit: contain; object-position: center; padding: 2.2rem 1.35rem; background: #080808; }
.latest-event figcaption { position: absolute; z-index: 1; left: 1.4rem; bottom: 1.35rem; color: var(--white); font-size: .8rem; font-weight: 700; letter-spacing: .11em; }
.latest-event-copy { min-height: 660px; padding: 2rem; display: flex; flex-direction: column; justify-content: space-between; }
.latest-event-copy small { color: #b8c0be; font-size: .8rem; letter-spacing: .12em; }
.latest-event-copy h3, .calendar-panel h3 { margin: 1.2rem 0 1.3rem; font-family: var(--font-serif-ko); font-size: clamp(2.45rem,3.5vw,4.25rem); font-weight: 500; line-height: 1.13; letter-spacing: -.045em; }
.latest-event-copy div > p { max-width: 410px; margin: 0; color: #cbd1cf; font-family: var(--font-ko); font-size: 1.03rem; line-height: 1.85; }
.latest-event-copy > b { align-self: flex-start; padding-bottom: .45rem; border-bottom: 1px solid rgba(255,255,255,.48); font-family: var(--font-ko); font-size: .9rem; }
.calendar-panel { min-height: 660px; padding: 2rem 0 2rem 3vw; display: flex; flex-direction: column; justify-content: space-between; }
.calendar-panel h3 { color: var(--burgundy); font-size: clamp(2.3rem,3.4vw,4rem); }
.calendar-panel div > p { max-width: 360px; margin: 0; color: var(--ink-muted); font-family: var(--font-ko); font-size: .95rem; line-height: 1.85; }
.calendar-embed { gap: 1.5rem; justify-content: flex-start; }
.calendar-head { padding-right: 2rem; }
.calendar-head .label { margin-bottom: .65rem; }
.calendar-head > p:last-child { max-width: 430px; font-size: 1rem; }
.luma-frame { width: 100%; min-height: 555px; flex: 1; border: 1px solid #bfcbda88; border-radius: 4px; background: var(--white); }
.calendar-links { display: grid; border-top: 1px solid var(--line-dark); }
.calendar-links a { min-height: 58px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line-dark); font-family: var(--font-ko); font-size: .77rem; font-weight: 700; }
.calendar-links a:hover, .calendar-links a:focus-visible { color: var(--burgundy); }

.work { background: var(--ink); color: var(--white); padding-right: 0; }
.work-intro { padding-right: 5.5vw; }
.work .section-no, .work .label { color: var(--rose); }
.work .section-intro > p:last-child { color: #9b9b99; }
.project { min-height: 760px; display: grid; grid-template-columns: minmax(330px,.38fr) minmax(0,.62fr); border-top: 1px solid var(--line-light); }
.project-last { border-bottom: 1px solid var(--line-light); }
.project-copy { padding: 3rem 4.5vw 3.5rem 0; border-right: 1px solid var(--line-light); }
.project-index { margin: 0 0 4.5rem; color: #929695; font-size: .8rem; letter-spacing: .13em; }
.project-copy h3 { margin: 1.4rem 0 1.8rem; font-family: var(--font-ko); font-size: clamp(2.8rem,4.5vw,5.1rem); font-weight: 500; line-height: 1.08; letter-spacing: -.065em; }
.project-copy > p:not(.project-index,.label) { max-width: 560px; margin: 0; color: #c4c5c2; font-family: var(--font-ko); font-size: 1.06rem; line-height: 1.9; }
.project-facts { margin: 2.7rem 0 0; border-top: 1px solid var(--line-light); }
.project-facts div { display: grid; grid-template-columns: 88px minmax(0,1fr); gap: 1.2rem; align-items: center; padding: 1.08rem 0; border-bottom: 1px solid var(--line-light); }
.project-facts dt { color: var(--amber); font-size: clamp(1rem,1.08vw,1.12rem); font-weight: 700; line-height: 1.1; letter-spacing: .015em; font-variant-numeric: tabular-nums; }
.project-facts .fact-metric dt { font-size: clamp(1.25rem,1.55vw,1.55rem); letter-spacing: -.025em; }
.project-facts dd { min-width: 0; margin: 0; font-family: var(--font-ko); }
.project-facts dd strong, .project-facts dd span { display: block; }
.project-facts dd strong { margin-bottom: .24rem; color: var(--white); font-size: clamp(1.05rem,1.2vw,1.16rem); line-height: 1.42; }
.project-facts dd span { color: #aeb3b1; font-size: .94rem; line-height: 1.55; }
.impact-facts div { padding: 1.18rem 0; }
.project-links { margin-top: 2rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-family: var(--font-ko); font-size: clamp(.98rem,1.05vw,1.08rem); }
.project-links a { display: inline-flex; padding: .42rem 0; border-bottom: 1px solid rgba(242,211,127,.6); color: var(--amber); font-weight: 700; }
.project-links span { color: #929695; font-size: .92rem; line-height: 1.5; text-align: right; }
.project-media { min-width: 0; position: relative; padding: 6.3rem 0 3rem 3.5vw; overflow: hidden; }
.media-controls { position: absolute; top: 2rem; right: 5.5vw; display: flex; gap: .55rem; }
.media-controls button { width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; background: transparent; color: var(--white); cursor: pointer; transition: background .2s,color .2s; }
.media-controls button:hover, .media-controls button:focus-visible { background: var(--white); color: var(--ink); }
.project-track { height: 620px; display: flex; gap: .8rem; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: none; padding-right: 5.5vw; }
.project-track::-webkit-scrollbar { display: none; }
.media-card { height: 100%; flex: 0 0 auto; position: relative; margin: 0; overflow: hidden; scroll-snap-align: start; background: #1c2627; }
.media-card.portrait { width: min(34vw,430px); }
.media-card.landscape { width: min(51vw,680px); }
.media-card img, .media-card video { width: 100%; height: 100%; object-fit: cover; }
.media-card video.karamoja-video { filter: brightness(1.035) contrast(.95) saturate(.92); transform: scale(1.006); }
.media-card::after { content: ""; position: absolute; inset: 42% 0 0; background: linear-gradient(transparent,rgba(0,0,0,.94)); pointer-events: none; }
.media-card figcaption { position: absolute; z-index: 1; left: 1.2rem; right: 1.2rem; bottom: 1.2rem; padding-top: .95rem; border-top: 1px solid rgba(255,255,255,.72); color: var(--white); font-size: clamp(1rem,1.18vw,1.2rem); font-weight: 700; line-height: 1.45; letter-spacing: .055em; text-shadow: 0 2px 14px rgba(0,0,0,.92); }

.founder { background: var(--paper); color: var(--ink); display: grid; grid-template-columns: minmax(330px,.75fr) minmax(440px,1.25fr); gap: 6vw; }
.founder-photo { height: 700px; min-height: 0; align-self: start; margin: 0; background: var(--burgundy); overflow: hidden; }
.founder-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.founder-copy { align-self: center; }
.founder-copy h2 { margin: 2rem 0 2.4rem; font-family: var(--font-ko); font-size: clamp(4rem,7vw,7.8rem); font-weight: 600; line-height: .9; letter-spacing: -.08em; }
.founder-copy h2 span { color: var(--burgundy); font-family: var(--font-sans); font-size: .42em; letter-spacing: -.03em; }
.founder-copy > p:not(.section-no) { max-width: 740px; margin: 0; color: var(--ink-muted); font-family: var(--font-ko); font-size: 1.05rem; line-height: 1.92; }
.founder-copy > p.founder-role { margin: -.75rem 0 2.1rem; color: var(--burgundy); font-family: var(--font-sans); font-size: clamp(1rem,1.15vw,1.2rem); font-weight: 700; line-height: 1.55; letter-spacing: .075em; }
.founder-copy > p.founder-intro + p.founder-intro { margin-top: 1rem; }
.proof-grid { grid-column: 1 / -1; width: 100%; margin-top: 4rem; border-top: 1px solid var(--line-dark); }
.proof-grid div { display: grid; grid-template-columns: minmax(190px,260px) minmax(0,1fr); gap: clamp(2.5rem,6vw,7rem); align-items: start; min-height: 136px; padding: 2.4rem 0; border-bottom: 1px solid var(--line-dark); }
.proof-grid b { color: var(--burgundy); font-size: clamp(2rem,2.9vw,3.25rem); line-height: .92; letter-spacing: -.055em; }
.proof-grid span { max-width: 960px; color: var(--ink-muted); font-family: var(--font-ko); font-size: 1.05rem; line-height: 1.92; }
.founder-links {
  grid-column: 1 / -1;
  width: 100%;
  max-width: none;
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}
.founder-links a { min-height: 72px; display: flex; align-items: center; padding: .9rem 1rem; border-right: 1px solid var(--line-dark); font-family: var(--font-ko); font-size: clamp(.92rem,1vw,1.05rem); font-weight: 700; line-height: 1.45; text-align: left; }
.founder-links a:first-child { padding-left: 0; }
.founder-links a:last-child { border-right: 0; padding-right: 0; }
.editorial-board { grid-column: 1 / -1; margin-top: 8rem; display: grid; grid-template-columns: 1fr; border-top: 1px solid var(--line-dark); }
.editorial-intro { min-height: 0; padding: 2.25rem 0 3rem; display: grid; grid-template-columns: 220px minmax(0,1fr); gap: 2.5rem; align-items: end; border-bottom: 1px solid var(--line-dark); }
.editorial-intro > p:last-child { margin: 0; color: var(--burgundy); font-family: var(--font-serif-ko); font-size: clamp(1.8rem,2.7vw,3rem); font-weight: 600; line-height: 1.3; letter-spacing: -.04em; }
.editorial-card { min-height: 190px; padding: 2.25rem 0; display: grid; grid-template-columns: 220px minmax(0,1fr) 190px; gap: 2.5rem; align-items: center; border-bottom: 1px solid var(--line-dark); transition: color .2s ease, background .2s ease; }
.editorial-card:hover, .editorial-card:focus-visible { color: var(--burgundy); background: linear-gradient(90deg,transparent,rgba(112,29,56,.045),transparent); }
.editorial-card > span, .editorial-card div span { color: var(--burgundy); font-size: .88rem; font-weight: 700; line-height: 1.55; letter-spacing: .07em; }
.editorial-card b { margin: 0; font-family: var(--font-serif-ko); font-size: clamp(1.55rem,2.25vw,2.55rem); font-weight: 600; line-height: 1.25; letter-spacing: -.04em; }
.editorial-card small { font-size: .82rem; font-weight: 700; line-height: 1.55; letter-spacing: .06em; }
.editorial-card-visual { grid-template-columns: 220px minmax(0,1fr); padding: 2rem 0; }
.editorial-card-visual figure { height: 170px; margin: 0; overflow: hidden; background: var(--paper-deep); }
.editorial-card-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 42% center; }
.editorial-card-visual div { padding: 0; display: grid; grid-template-columns: 190px minmax(0,1fr) 190px; gap: 2.5rem; align-items: center; }
.editorial-card-visual b { font-family: var(--font-serif-ko); font-size: clamp(1.7rem,2.4vw,2.7rem); }
.current-stage { grid-column: 1 / -1; margin: 8rem -5.5vw -9.75rem; padding: 5.5rem 5.5vw 7rem; overflow: hidden; background: var(--ink); color: var(--white); }
.current-header { margin-bottom: 0; padding-bottom: 1.8rem; border-bottom: 1px solid rgba(255,255,255,.34); }
.current-header h3 { margin: 0; display: flex; align-items: baseline; gap: 1.35rem; font-family: var(--font-serif-ko); font-weight: 500; letter-spacing: -.055em; }
.current-header h3 span { color: var(--white); font-size: clamp(3rem,5.6vw,6.2rem); line-height: .98; }
.current-header h3 em { color: var(--amber); font-family: var(--font-sans); font-size: .8rem; font-weight: 700; font-style: normal; line-height: 1; letter-spacing: .14em; }
.current-list { border-top: 0; }
.current-list article { min-height: 230px; display: grid; grid-template-columns: 78px minmax(0,1fr) minmax(180px,.27fr); gap: 2.25rem; align-items: center; border-bottom: 1px solid rgba(255,255,255,.24); }
.current-index { align-self: start; padding-top: 1.8rem; color: #8f9795; font-size: .78rem; font-weight: 700; letter-spacing: .1em; }
.current-list small { color: var(--amber); font-size: .86rem; font-weight: 700; letter-spacing: .11em; }
.current-list h4 { max-width: 900px; margin: 1.05rem 0 0; font-family: var(--font-serif-ko); font-size: clamp(1.95rem,3.15vw,3.8rem); font-weight: 500; line-height: 1.17; letter-spacing: -.05em; transition: color .25s ease; }
.current-list article:hover h4 { color: var(--rose); }
.current-list article > p { margin: 0; color: #c1c8c6; font-size: clamp(1rem,1.05vw,1.1rem); font-weight: 600; line-height: 1.7; letter-spacing: .065em; }

@keyframes hero-rise {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: none; }
}

.contact { min-height: 760px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: center; background: var(--burgundy); }
.contact::before { content: ""; position: absolute; width: 720px; height: 720px; top: -210px; right: -180px; border-radius: 50%; background: radial-gradient(circle,rgba(234,215,156,.27),transparent 67%); }
.contact .section-no { position: relative; color: var(--amber); margin-bottom: 2rem; }
.contact h2 { position: relative; max-width: 1050px; }
.contact > p:not(.section-no) { position: relative; margin: 2rem 0 3rem; color: #e6cdd5; font-family: var(--font-ko); }
.contact-links { position: relative; width: min(1040px,100%); border-top: 1px solid rgba(255,255,255,.5); }
.contact-links a { min-height: 68px; display: grid; grid-template-columns: 150px 1fr auto; gap: 2rem; align-items: center; border-bottom: 1px solid rgba(255,255,255,.28); }
.contact-links a:hover, .contact-links a:focus-visible { color: var(--amber); }
.contact-links span { color: #e4cbd3; font-family: var(--font-ko); font-size: .95rem; }
.contact-links b { font-size: clamp(1rem,1.1vw,1.12rem); }
.contact-links i { font-style: normal; font-size: 1.15rem; }

.site-footer {
  min-height: 500px;
  display: grid;
  grid-template-columns: minmax(260px,.8fr) minmax(420px,1.2fr);
  gap: 4.5rem clamp(3.5rem,8vw,9rem);
  align-items: center;
  padding: clamp(5rem,7vw,7rem) 5.5vw 2.5rem;
  border-top: 0;
  background: var(--paper);
  color: var(--ink-muted);
  font-size: .76rem;
}
.footer-logo { width: min(100%,360px); display: block; justify-self: center; }
.footer-logo img { width: 100%; height: auto; }
.symbol-story { width: min(100%,720px); align-self: center; }
.symbol-story .label { margin-bottom: 1.25rem; color: var(--burgundy); font-size: .78rem; }
.symbol-legend { margin: 0; border-top: 1px solid var(--line-dark); }
.symbol-legend div { min-height: 47px; display: grid; grid-template-columns: 76px 1fr; align-items: center; border-bottom: 1px solid var(--line-dark); }
.symbol-legend dt { color: var(--burgundy); font-family: var(--font-sans); font-size: .78rem; font-weight: 700; letter-spacing: .08em; }
.symbol-legend dd { margin: 0; color: var(--ink); font-family: var(--font-ko); font-size: .95rem; }
.origin-slogan { margin: 2.4rem 0 0; display: flex; flex-wrap: wrap; gap: .08em .45em; color: var(--ink); font-family: var(--font-serif-ko); font-size: clamp(1.4rem,1.8vw,2.1rem); font-weight: 600; line-height: 1.45; letter-spacing: -.035em; }
.origin-slogan span:last-child { color: var(--burgundy); }
.lang-en .origin-slogan { font-family: var(--font-serif-ko); }
.footer-meta {
  grid-column: 1 / -1;
  justify-self: stretch;
  align-self: end;
  display: flex;
  justify-content: space-between;
  gap: 1.5rem 3rem;
  max-width: none;
  padding-top: 1.4rem;
  border-top: 1px solid var(--line-dark);
  color: inherit;
  font-family: var(--font-sans);
  line-height: 1.5;
  text-align: left;
}
.footer-meta span { color: inherit; font-size: inherit; }

.reveal { opacity: 0; transform: translateY(30px); filter: blur(2.5px); transition: opacity .9s ease, transform 1s cubic-bezier(.16,.78,.24,1), filter .9s ease; transition-delay: var(--reveal-delay,0s); }
.reveal-soft { transform: translateY(46px); }
.reveal-delay-1 { --reveal-delay: .08s; }
.reveal-delay-2 { --reveal-delay: .16s; }
.reveal-delay-3 { --reveal-delay: .24s; }
.reveal-delay-4 { --reveal-delay: .32s; }
.reveal.visible { opacity: 1; transform: none; filter: none; }

@media (max-width: 1100px) {
  .house-intro { grid-template-columns: .46fr 1fr; }
  .house-path { grid-template-columns: repeat(2,1fr); }
  .house-path article { min-height: 300px; }
  .section-intro { grid-template-columns: .35fr 1fr; }
  .section-intro > p:last-child { grid-column: 2; margin-top: -2.5rem; }
  .now-grid { grid-template-columns: 1fr; }
  .latest-event { border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .calendar-panel { min-height: 680px; padding: 2rem 0; }
  .luma-frame { min-height: 590px; }
  .project { grid-template-columns: minmax(300px,.42fr) minmax(0,.58fr); }
  .media-card.portrait { width: 420px; }.media-card.landscape { width: 620px; }
  .editorial-intro { grid-template-columns: 180px minmax(0,1fr); }
  .editorial-card { grid-template-columns: 180px minmax(0,1fr); }
  .editorial-card > small { grid-column: 2; margin-top: -1.2rem; }
  .editorial-card-visual { grid-template-columns: 180px minmax(0,1fr); }
  .editorial-card-visual div { display: block; }
  .editorial-card-visual div b, .editorial-card-visual div small { display: block; }
  .editorial-card-visual div b { margin: 1rem 0; }
  .current-list article { min-height: 0; grid-template-columns: 64px minmax(0,1fr); padding: 2.5rem 0; }
  .current-list article > p { grid-column: 2; margin-top: -1rem; padding-bottom: .25rem; font-size: .98rem; }
}

@media (max-width: 760px) {
  .site-header { height: 72px; grid-template-columns: 1fr auto; padding: 16px 18px; }
  .header-actions { gap: .55rem; }
  .language-switch { min-width: 32px; padding: .4rem .35rem; }
  .main-nav { display: none; }.header-cta { padding: .58rem .78rem; }
  .hero { height: 200svh; }
  .hero-panel { padding: 104px 20px 78px; }
  .hero-panel-title { align-items: center; }
  .hero-panel-definition { align-items: center; justify-content: center; }
  .hero-panel-definition::before { background: rgba(4,11,12,.38); }
  .hero-matter { object-position: 66% center; }
  .hero-shade { background: linear-gradient(180deg,rgba(4,11,12,.94) 0%,rgba(4,11,12,.76) 42%,rgba(4,11,12,.15) 76%,rgba(4,11,12,.45) 100%); }
  .hero h1 { font-size: clamp(3.55rem,15.2vw,5.6rem); }
  .lang-en .hero h1 { font-size: clamp(2.65rem,11.2vw,4.2rem); }
  .hero-definition { width: 100%; }
  .hero-definition-kicker { margin-bottom: 1rem; font-size: 1.1rem; }
  .hero-definition-main { font-size: clamp(2rem,9.2vw,3.25rem); line-height: 1.2; }
  .hero-definition .hero-house-name { margin-top: 1.8rem; font-size: clamp(2.9rem,13.5vw,4.8rem); line-height: .98; }
  .section { padding: 7.75rem 20px; }
  .house-intro { display: block; }
  .house-title-block h2 { font-size: clamp(4rem,18vw,6rem); }
  .house-definition { margin-top: 3.2rem; }
  .house-definition-lead { font-size: 1.35rem; }
  .house-definition-main { font-size: clamp(2.8rem,11.5vw,4.7rem); }
  .lang-en .house-definition-main { font-size: clamp(2.5rem,10.4vw,4.15rem); }
  .house-story { margin: 3.5rem 0 2rem; }
  .house-story p { font-size: 1rem; line-height: 1.9; }
  .house-story-statement { margin-top: 2.9rem; }
  .house-story-statement p { font-size: 1.18rem; line-height: 1.72; }
  .house-story-statement p:last-child { margin-top: .7rem; font-size: 1.18rem; }
  .house-path { min-height: 0; grid-template-columns: 1fr; margin: 4.5rem -20px 0; padding: 1.5rem 20px; }
  .house-path::before { inset: -2% -36%; background: radial-gradient(ellipse at 48% 8%,rgba(234,215,156,.7),transparent 25%),radial-gradient(ellipse at 58% 35%,rgba(217,141,161,.45),transparent 28%),radial-gradient(ellipse at 40% 66%,rgba(124,157,151,.45),transparent 28%),radial-gradient(ellipse at 56% 96%,rgba(112,29,56,.38),transparent 27%); filter: blur(28px); transform: rotate(-1deg); }
  .house-path article { min-height: 220px; padding: 2rem .5rem; }
  .house-path h3 b { font-size: 2.2rem; }
  .house-path small { max-width: 320px; font-size: 1rem; }
  .section-intro { display: block; margin-bottom: 3.8rem; }
  .section-intro-minimal { margin-bottom: 2rem; }
  .section-no { margin-bottom: 1.7rem; }
  .section-intro h2, .contact h2 { font-size: clamp(3rem,13vw,5rem); }
  .section-intro-minimal h2 { font-size: 1.65rem; }
  .section-intro > p:last-child { margin: 1.7rem 0 0; }
  .latest-event { grid-template-columns: 1fr; }
  .latest-event figure { min-height: 420px; height: 420px; }
  .latest-event figure img.brand-board-crop { width: 100%; padding: 1.7rem 1.1rem; }
  .latest-event-copy { min-height: 480px; padding: 1.6rem; }
  .calendar-panel { min-height: 620px; padding: 2rem 0; }
  .calendar-head { padding-right: 0; }
  .luma-frame { min-height: 530px; }
  .work { padding-right: 0; }.work-intro { padding-right: 20px; }
  .project { min-height: 0; grid-template-columns: 1fr; }
  .project-copy { padding: 2.5rem 20px 3rem 0; border-right: 0; }
  .project-index { margin-bottom: 3rem; }
  .project-copy h3 { font-size: 3rem; }
  .lang-en .project-copy h3 { font-size: clamp(2.35rem,10.2vw,3.4rem); }
  .project-facts div { grid-template-columns: 78px minmax(0,1fr); gap: 1rem; }
  .project-facts .fact-metric dt { font-size: 1.35rem; }
  .project-media { padding: 5.6rem 0 2.2rem; border-top: 1px solid var(--line-light); }
  .media-controls { top: 1.2rem; right: 20px; }
  .project-track { height: 500px; padding-right: 20px; }
  .media-card.portrait,.media-card.landscape { width: 80vw; }
  .founder { grid-template-columns: 1fr; }
  .founder-photo { height: 560px; min-height: 0; }
  .founder-copy h2 { font-size: 4.8rem; }
  .lang-en .founder-copy h2 { font-size: clamp(3.25rem,14vw,4.55rem); }
  .proof-grid { margin-top: 1.5rem; }
  .proof-grid div { grid-template-columns: 1fr; gap: 1rem; min-height: 0; padding: 2.2rem 0; }
  .proof-grid b { font-size: clamp(2rem,10vw,3rem); line-height: .95; }
  .proof-grid span { font-size: 1rem; line-height: 1.85; }
  .founder-links { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .founder-links a { min-height: 68px; padding: .9rem .8rem; border-bottom: 1px solid var(--line-dark); }
  .founder-links a:first-child { padding-left: 0; }
  .founder-links a:nth-child(2) { border-right: 0; padding-right: 0; }
  .founder-links a:nth-child(3) { padding-left: 0; border-bottom: 0; }
  .founder-links a:last-child { border-bottom: 0; padding-right: 0; }
  .editorial-board { margin-top: 6rem; }
  .editorial-intro { display: block; padding: 2rem 0 2.6rem; }
  .editorial-intro > p:last-child { margin-top: 1.25rem; font-size: 2rem; }
  .editorial-card { min-height: 0; padding: 2.5rem 0; display: block; }
  .editorial-card > span { display: block; margin-bottom: 1.25rem; }
  .editorial-card b { display: block; font-size: clamp(1.55rem,7.2vw,2.25rem); }
  .editorial-card > small { display: block; margin-top: 1.5rem; }
  .editorial-card-visual { display: block; }
  .editorial-card-visual figure { width: min(100%,420px); height: 230px; margin-bottom: 1.6rem; }
  .editorial-card-visual div b { margin: 1rem 0 1.35rem; }
  .current-stage { margin: 6rem -20px -7.75rem; padding: 4.8rem 20px 5.5rem; }
  .current-header { padding-bottom: 1.45rem; }
  .current-header h3 { flex-wrap: wrap; gap: .8rem 1rem; }
  .current-header h3 span { display: block; font-size: clamp(2.8rem,13vw,4.3rem); line-height: .95; }
  .current-header h3 em { display: block; font-size: .78rem; }
  .current-list article { min-height: 0; grid-template-columns: 38px minmax(0,1fr); gap: 1rem; padding: 2.2rem 0; }
  .current-index { padding-top: 1.4rem; }
  .current-list h4 { font-size: clamp(1.75rem,7.7vw,2.65rem); line-height: 1.2; }
  .current-list small { font-size: .82rem; line-height: 1.5; }
  .current-list article > p { grid-column: 2; margin-top: -.55rem; padding-bottom: 0; font-size: .94rem; line-height: 1.65; }
  .contact { min-height: 720px; }
  .contact-links a { grid-template-columns: 92px 1fr auto; gap: 1rem; }
  .contact-links b { font-size: .95rem; line-height: 1.5; word-break: keep-all; overflow-wrap: anywhere; }
  .site-footer { grid-template-columns: 1fr; gap: 3.5rem; justify-items: start; padding: 5rem 20px 2.5rem; text-align: left; }
  .footer-logo { width: min(78vw,340px); justify-self: start; }
  .symbol-story { width: min(100%,560px); }
  .footer-meta { width: 100%; justify-self: start; align-self: auto; display: grid; gap: .6rem; text-align: left; }
}

@media (max-width: 430px) {
  .wordmark { font-size: .68rem; }.brand-mark { width: 28px; background-size: 56px auto; }
  .hero h1 { font-size: 3.65rem; }
  .hero-actions { gap: 1rem; }
  .latest-event figure { min-height: 340px; height: 340px; }
  .latest-event-copy { min-height: 440px; }
  .latest-event-copy h3, .calendar-panel h3 { font-size: 2.45rem; }
  .project-track { height: 450px; }.media-card.portrait,.media-card.landscape { width: 84vw; }
  .editorial-card-visual { grid-template-columns: 112px 1fr; }
  .editorial-card-visual figure { min-height: 175px; }
  .editorial-card-visual div { padding: 1rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero h1 { animation: none; }
  .reveal { opacity: 1; transform: none; filter: none; transition: none; }
}
