:root {
  --black: #0b0a0d;
  --coal: #121015;
  --coal-2: #1a1519;
  --wine: #6c2638;
  --wine-light: #914055;
  --gold: #c2a36d;
  --gold-soft: #9b7c4b;
  --ivory: #f3eee6;
  --warm-white: #ded5ca;
  --muted: #a89d94;
  --paper: #ebe5dc;
  --paper-2: #e0d7cc;
  --ink: #211b20;
  --line-light: rgba(238, 233, 226, 0.14);
  --line-dark: rgba(34, 28, 29, 0.15);
  --header-height: 80px;
  --container: 1220px;
  --gutter: clamp(20px, 4.5vw, 68px);
  --display: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  --sans: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
  --serif: "Songti SC", "STSong", Georgia, serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-height); overflow-x: hidden; }
body { margin: 0; min-width: 320px; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.72; -webkit-font-smoothing: antialiased; }
body.is-menu-open { overflow: hidden; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
h1, h2, h3, p, ul, ol, blockquote { margin-top: 0; }
ul { padding: 0; list-style: none; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 5px; }
::selection { color: var(--ivory); background: var(--wine); }

.skip-link { position: fixed; top: 12px; left: 12px; z-index: 9999; padding: 9px 15px; color: var(--black); background: var(--ivory); transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
.container { width: min(100%, calc(var(--container) + var(--gutter) * 2)); margin-inline: auto; padding-inline: var(--gutter); }
.dark-surface { color: var(--ivory); background: var(--black); }
.light-surface { color: var(--ink); background: var(--paper); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: var(--header-height); padding-inline: clamp(38px, 8vw, 146px); color: var(--ivory); border-bottom: 1px solid transparent; transition: background .35s, border-color .35s, backdrop-filter .35s; }
.site-header.is-scrolled, .site-header.is-solid { background: rgba(13, 12, 14, .82); border-color: var(--line-light); backdrop-filter: blur(18px); }
.brand { justify-self: start; display: inline-flex; align-items: center; line-height: 1; }
.brand .brand-monogram { position: relative; color: var(--ivory); font-family: Arial, Helvetica, sans-serif; font-size: 22px; font-weight: 800; letter-spacing: -.07em; }
.brand-monogram i { position: absolute; top: 1px; right: -9px; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 2px rgba(180,154,107,.12); }
.site-nav { justify-self: center; display: flex; align-items: center; gap: clamp(26px, 3vw, 52px); }
.site-nav a { position: relative; padding-block: 14px; color: rgba(238,233,226,.76); font-size: 16px; letter-spacing: .065em; transition: color .25s; }
.site-nav a::after { content: ""; position: absolute; right: 0; bottom: 7px; left: 0; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease); }
.site-nav a:hover, .site-nav a.is-active { color: var(--ivory); }
.site-nav a:hover::after, .site-nav a.is-active::after { transform: scaleX(1); }
.nav-contact-mobile { display: none; }
.header-contact { justify-self: end; display: inline-flex; align-items: center; gap: 11px; padding: 12px 0 12px 18px; color: rgba(238,233,226,.86); border-left: 1px solid rgba(180,154,107,.42); font-size: 16px; letter-spacing: .08em; transition: color .25s, border-color .25s; }
.header-contact span { color: var(--gold); font-size: 15px; transition: transform .3s var(--ease); }
.header-contact:hover, .header-contact.is-active { color: var(--ivory); border-color: var(--gold); }
.header-contact:hover span { transform: translate(3px, -3px); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 12px 8px; border: 0; color: inherit; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 100%; height: 1px; margin: 6px 0; background: currentColor; transition: transform .3s; }

.eyebrow, .section-index { margin-bottom: 22px; color: var(--gold); font-family: var(--display); font-size: 10px; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; }
.section-heading { max-width: 760px; margin-bottom: clamp(44px, 7vw, 76px); }
.section-heading h2 { margin-bottom: 20px; font-family: var(--display); font-size: clamp(38px, 5.6vw, 74px); font-weight: 300; letter-spacing: -.02em; line-height: 1; }
.section-heading > p:last-child { max-width: 580px; margin-bottom: 0; color: #6a605a; }
.dark-surface .section-heading > p:last-child { color: var(--muted); }

.home-hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; padding: calc(var(--header-height) + 70px) 0 clamp(142px, 17vh, 190px); isolation: isolate; }
.hero-media, .hero-media video, .hero-shade, .grain { position: absolute; inset: 0; }
.hero-media { z-index: -2; overflow: hidden; background: radial-gradient(circle at 70% 35%, rgba(125,49,43,.43), transparent 29%), linear-gradient(125deg, #151217 10%, #392029 58%, #172332); }
.hero-media video { width: 100%; height: 100%; object-fit: cover; opacity: 1; filter: none; }
.hero-media video.has-error { display: none; }
.hero-shade, .grain { display: none; }
.home-hero-content { position: relative; z-index: 1; transform: translateY(-28px); }
.display-title { max-width: 1000px; margin-bottom: 34px; font-family: var(--serif); font-size: clamp(58px, 8vw, 126px); font-weight: 400; letter-spacing: .015em; line-height: 1.03; }
.display-title span { display: block; }
.display-title span:last-child { margin-left: 0; color: var(--ivory); -webkit-text-stroke: 0; }
.display-title em { color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-size: .82em; font-weight: 400; letter-spacing: -.04em; }
.hero-copy { max-width: 650px; margin-bottom: 34px; color: rgba(238,233,226,.8); font-family: var(--sans); font-size: clamp(15px, 1.25vw, 19px); letter-spacing: .03em; line-height: 1.9; }
.hero-copy span { display: block; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 27px; border: 1px solid transparent; border-radius: 2px 18px 2px 18px; font-size: 12px; letter-spacing: .09em; transition: color .3s, background .3s, border-color .3s, transform .3s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #1b1717; background: #c2aa7d; }
.button-primary:hover { color: #1b1717; background: #ddc89e; }
.button-ghost { color: var(--ivory); border-color: rgba(203,177,126,.64); background: rgba(10,9,11,.15); }
.button-ghost:hover { color: #1b1717; border-color: #d7bd8d; background: #d7bd8d; }
.scroll-cue { position: absolute; right: clamp(20px, 4vw, 58px); bottom: 32px; z-index: 2; display: flex; align-items: center; gap: 12px; color: var(--muted); font-family: var(--display); font-size: 9px; letter-spacing: .2em; transform: rotate(90deg) translateX(-100%); transform-origin: left bottom; }
.scroll-cue i { display: block; width: 54px; height: 1px; background: linear-gradient(90deg, var(--gold) 0 40%, rgba(238,233,226,.2) 40%); }

.compact-section { padding-block: clamp(88px, 11vw, 150px); }
.overview-section { background: var(--paper); }
.home-thesis { display: grid; grid-template-columns: .35fr 1.05fr .6fr; gap: 50px; align-items: start; margin-bottom: clamp(64px, 8vw, 100px); }
.home-thesis h2 { margin: 0; font-family: var(--serif); font-size: clamp(30px, 4vw, 54px); font-weight: 400; line-height: 1.3; }
.home-thesis h2 span { display: block; }
.home-thesis > p:last-child { color: #665c57; font-size: 14px; }
.signal-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.signal-grid article { min-height: 220px; padding: 26px 24px; border-right: 1px solid var(--line-dark); }
.signal-grid article:last-child { border-right: 0; }
.signal-grid span { color: var(--wine); font-family: var(--display); font-size: 10px; letter-spacing: .17em; }
.signal-grid h3 { margin: 52px 0 9px; font-family: var(--serif); font-size: 22px; font-weight: 400; }
.signal-grid p { margin: 0; color: #6d625c; font-size: 12px; }

.portal-section { background: radial-gradient(circle at 75% 25%, rgba(97,36,46,.15), transparent 25%), var(--black); }
.portal-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; }
.portal-card { grid-column: span 4; min-height: 300px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line-light); background: rgba(255,255,255,.018); transition: border-color .35s, background .35s, transform .35s; }
.portal-card-featured { grid-column: span 8; background: linear-gradient(125deg, rgba(97,36,46,.25), rgba(255,255,255,.02)); }
.portal-card:hover { border-color: var(--gold-soft); background: rgba(255,255,255,.04); transform: translateY(-4px); }
.portal-card > span { color: var(--gold); font-family: var(--display); font-size: 9px; letter-spacing: .2em; }
.portal-card h3 { max-width: 470px; margin: 48px 0 13px; font-family: var(--serif); font-size: clamp(22px, 2.4vw, 34px); font-weight: 400; line-height: 1.4; }
.portal-card p { max-width: 450px; color: var(--muted); font-size: 13px; }
.portal-card i { margin-top: auto; color: var(--warm-white); font-size: 11px; font-style: normal; letter-spacing: .08em; }

.page-hero { padding: clamp(150px, 18vw, 220px) 0 clamp(62px, 8vw, 100px); }
.page-title { max-width: 980px; margin-bottom: 30px; font-family: var(--display); font-size: clamp(54px, 9vw, 122px); font-weight: 300; letter-spacing: -.025em; line-height: .92; }
.page-lead { max-width: 700px; margin: 0; color: #625954; font-family: var(--serif); font-size: clamp(18px, 2vw, 26px); line-height: 1.65; }
.works-hero { padding: clamp(126px, 13vw, 166px) 0 clamp(35px, 4vw, 55px); background: radial-gradient(circle at 80% 30%, rgba(97,36,46,.22), transparent 28%), var(--black); }
.works-hero .page-title { margin-bottom: 17px; font-size: clamp(48px, 7.2vw, 94px); }
.works-hero .page-lead { max-width: 610px; font-size: clamp(16px, 1.65vw, 21px); }
.works-hero .page-lead { color: var(--muted); }
.content-section { padding: 0 0 clamp(90px, 11vw, 145px); }

.film-showcase { padding: clamp(76px, 7vw, 108px) 0 clamp(62px, 7vw, 90px); color: var(--ink); background: #e8e5dc; }
.film-showcase .section-index { margin-bottom: 10px; color: #8d7142; }
.film-showcase-title { margin: 0 0 clamp(26px, 3.6vw, 46px); font-family: var(--display); font-size: clamp(44px, 5.1vw, 68px); font-weight: 500; letter-spacing: -.055em; line-height: .94; }
.film-carousel { position: relative; min-height: clamp(490px, 43vw, 650px); border-top: 1px solid rgba(34,28,29,.21); }
.film-slide { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.58fr); gap: clamp(42px, 7vw, 110px); align-items: center; min-height: clamp(490px, 43vw, 650px); padding: clamp(36px, 5vw, 70px) 0 52px; }
.film-intro { align-self: stretch; display: flex; flex-direction: column; }
.film-intro > p:first-child, .film-duration { color: #876c42; font-family: var(--display); font-size: 9px; letter-spacing: .2em; }
.film-duration { margin: clamp(40px, 7vw, 100px) 0 13px; }
.film-intro h2 { margin: 0 0 24px; color: #191616; font-family: var(--display); font-size: clamp(36px, 4.2vw, 58px); font-weight: 500; letter-spacing: -.065em; line-height: .98; }
.film-intro > p:not(:first-child) { max-width: 320px; margin: 0; color: #655e59; font-family: var(--serif); font-size: clamp(14px, 1.25vw, 17px); line-height: 1.85; }
.film-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; padding-top: 28px; border-top: 1px solid rgba(34,28,29,.16); }
.film-meta span { padding: 5px 8px; color: #5d5550; border: 1px solid rgba(34,28,29,.18); font-size: 9px; }
.film-player { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: linear-gradient(135deg, #17212c, #090b10); box-shadow: 0 26px 62px rgba(30,26,23,.2); }
.film-player::before { content: "BILIBILI VIDEO"; position: absolute; top: 14px; left: 16px; z-index: 2; padding: 5px 8px; color: rgba(238,233,226,.78); background: rgba(7,7,9,.63); font-family: var(--display); font-size: 8px; letter-spacing: .16em; pointer-events: none; }
.film-player iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: #101216; }
.film-player > a { position: absolute; right: 14px; bottom: 12px; z-index: 3; padding: 4px 7px; color: rgba(238,233,226,.88); background: rgba(7,7,9,.72); font-size: 10px; transition: color .2s, background .2s; }
.film-player > a:hover { color: #1a1614; background: #d2ba89; }
.film-carousel-controls { position: absolute; right: 0; bottom: 0; display: flex; align-items: center; gap: 7px; padding-top: 16px; border-top: 1px solid rgba(34,28,29,.18); }
.film-carousel-controls p { min-width: 72px; margin: 0; color: #746963; font-family: var(--display); font-size: 9px; letter-spacing: .18em; text-align: center; }
.film-carousel-controls p span { color: var(--wine); font-weight: 700; }
.film-arrow { position: relative; width: 52px; height: 38px; color: #33282a; border: 1px solid rgba(72,47,39,.28); border-radius: 2px 13px 2px 13px; background: rgba(255,255,255,.34); cursor: pointer; font-size: 0; overflow: hidden; transition: color .28s, background .28s, border-color .28s, transform .32s var(--ease), box-shadow .28s; }
.film-arrow::before { color: currentColor; font-family: var(--display); font-size: 8px; font-weight: 700; letter-spacing: .16em; }
.film-arrow::after { position: absolute; top: 50%; color: var(--gold); font-size: 18px; line-height: 1; transform: translateY(-52%); transition: transform .28s var(--ease); }
.film-arrow[data-film-prev]::before { content: "PREV"; margin-left: 11px; }
.film-arrow[data-film-next]::before { content: "NEXT"; margin-right: 10px; }
.film-arrow[data-film-prev]::after { content: "←"; left: 8px; }
.film-arrow[data-film-next]::after { content: "→"; right: 8px; }
.film-arrow:hover { color: var(--ivory); border-color: var(--wine); background: var(--wine); box-shadow: 0 8px 18px rgba(84,22,38,.2); transform: translateY(-2px); }
.film-arrow:hover::after { color: #f3dca8; }
.film-arrow[data-film-prev]:hover::after { transform: translate(-3px, -52%); }
.film-arrow[data-film-next]:hover::after { transform: translate(3px, -52%); }
.film-carousel { min-height: 0; }
.film-single { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.58fr); gap: clamp(42px, 7vw, 110px); align-items: center; padding: clamp(36px, 5vw, 70px) 0 18px; }
.film-single .film-intro { min-height: clamp(420px, 37vw, 545px); }
.film-stage { min-width: 0; }
.film-stage .film-player { width: 100%; }
.film-stage .film-carousel-controls { position: static; justify-content: flex-end; width: 100%; margin-top: 17px; }
.film-resource-links { display: flex; flex-wrap: wrap; gap: 9px; margin: 2px 0 24px; }
.film-resource-links a { display: inline-flex; align-items: center; gap: 9px; min-height: 38px; padding: 8px 12px; color: #4d403d; border: 1px solid rgba(83,61,48,.22); border-radius: 2px 13px 2px 13px; background: rgba(255,255,255,.3); font-size: 11px; letter-spacing: .04em; transition: color .25s, background .25s, border-color .25s, transform .25s var(--ease); }
.film-resource-links a span { color: var(--wine); font-size: 14px; }
.film-resource-links a:hover { color: var(--ivory); border-color: var(--wine); background: var(--wine); transform: translateY(-2px); }
.film-resource-links a:hover span { color: #f1d39d; }

.method-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 9vw, 130px); }
.method-statement > p { font-family: var(--serif); font-size: clamp(24px, 3vw, 39px); line-height: 1.55; }
.method-statement blockquote { margin: 48px 0 0; padding: 26px 0 0 27px; color: var(--wine); border-top: 1px solid var(--line-dark); border-left: 2px solid var(--wine); font-family: var(--serif); font-size: 20px; }
.method-cards { border-top: 1px solid var(--line-dark); }
.method-cards article { display: grid; grid-template-columns: 45px 1fr; padding: 22px 0; border-bottom: 1px solid var(--line-dark); }
.method-cards article > span { color: var(--wine); font-family: var(--display); font-size: 9px; letter-spacing: .18em; }
.method-cards h2 { margin: 0 0 6px; font-size: 16px; font-weight: 500; }
.method-cards p { grid-column: 2; margin: 0; color: #665c57; font-size: 12px; }
.evaluation-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-bottom: 58px; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.evaluation-grid article { min-height: 170px; padding: 22px; border-right: 1px solid var(--line-light); }
.evaluation-grid article:last-child { border-right: 0; }
.evaluation-grid span { color: var(--gold); font-family: var(--display); font-size: 9px; }
.evaluation-grid h3 { margin: 62px 0 0; font-family: var(--serif); font-size: 18px; font-weight: 400; }
.tool-line { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 50px; }
.tool-line div { padding: 24px; border: 1px solid var(--line-light); }
.tool-line small { display: block; margin-bottom: 9px; color: var(--gold-soft); font-size: 9px; letter-spacing: .14em; }
.tool-line strong { font-size: 13px; font-weight: 400; }
.workflow { counter-reset: step; display: grid; grid-template-columns: repeat(6, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.workflow li { min-height: 135px; padding: 18px 14px; border-right: 1px solid var(--line-light); color: var(--warm-white); font-size: 12px; }
.workflow li:last-child { border-right: 0; }
.workflow span { display: block; margin-bottom: 45px; color: var(--gold); font-family: var(--display); font-size: 9px; letter-spacing: .17em; }

.quadrant-section { padding: 4px 0 clamp(72px, 8vw, 108px); }
.quadrant-instruction { display: flex; justify-content: space-between; gap: 30px; margin-bottom: 22px; color: var(--muted); font-size: 12px; }
.quadrant-instruction p { margin: 0; color: var(--warm-white); }
.quadrant-instruction span { font-family: var(--display); font-size: 9px; letter-spacing: .2em; }
.works-category-title { margin: 14px 72px 5px; }
.works-category-title > span { display: block; margin-bottom: 4px; color: #c5a871; font-family: var(--display); font-size: 9px; letter-spacing: .28em; }
.works-category-title h2 { margin: 0; color: #f1e9df; font-family: var(--serif); font-size: clamp(24px, 2.7vw, 37px); font-weight: 400; letter-spacing: .13em; }
.emotion-map-v2 { position: relative; display: grid; grid-template-columns: 1fr 1fr; height: clamp(405px, 43vw, 540px); margin: 53px 72px 60px; border: 1px solid rgba(238,233,226,.18); background: #151217; box-shadow: 0 28px 64px rgba(0,0,0,.23); }
.emotion-map-v2::before, .emotion-map-v2::after { content: ""; position: absolute; z-index: 3; pointer-events: none; background: rgba(238,233,226,.32); }
.emotion-map-v2::before { top: 50%; right: -18px; left: -18px; height: 1px; }
.emotion-map-v2::after { top: -18px; bottom: -18px; left: 50%; width: 1px; }
.quadrant-cell { position: relative; overflow: hidden; }
.quadrant-cell::before { content: ""; position: absolute; inset: 0; opacity: .32; background-image: repeating-radial-gradient(circle at 20% 40%, rgba(255,255,255,.08) 0 .4px, transparent .7px 5px); }
.quadrant-cell::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(255,255,255,.025), transparent 58%); }
.quadrant-negative-high { background: radial-gradient(circle at 70% 65%, rgba(125,46,71,.68), transparent 44%), linear-gradient(135deg, #20151d, #41202d); }
.quadrant-positive-high { background: radial-gradient(circle at 25% 65%, rgba(193,132,72,.58), transparent 44%), linear-gradient(135deg, #302016, #603a27); }
.quadrant-negative-low { background: radial-gradient(circle at 72% 28%, rgba(63,94,126,.5), transparent 44%), linear-gradient(135deg, #111822, #263748); }
.quadrant-positive-low { background: radial-gradient(circle at 25% 25%, rgba(116,130,79,.43), transparent 45%), linear-gradient(135deg, #171b13, #35402a); }
.quadrant-cell > span { position: absolute; z-index: 2; color: rgba(238,233,226,.38); font-family: var(--serif); font-size: clamp(13px, 1.35vw, 19px); letter-spacing: .13em; }
.quadrant-negative-high > span { top: 25px; left: 28px; }
.quadrant-positive-high > span { top: 25px; right: 28px; }
.quadrant-negative-low > span { bottom: 25px; left: 28px; }
.quadrant-positive-low > span { right: 28px; bottom: 25px; }
.axis-v2 { position: absolute; z-index: 5; display: flex; align-items: center; gap: 10px; padding: 7px 10px; color: var(--ivory); background: var(--black); white-space: nowrap; }
.axis-v2 strong { font-family: var(--serif); font-size: 16px; font-weight: 400; letter-spacing: .19em; }
.axis-v2 small { color: var(--gold-soft); font-family: var(--display); font-size: 7px; letter-spacing: .18em; }
.axis-top { top: -27px; left: 50%; transform: translate(-50%, -100%); }
.axis-bottom { bottom: -27px; left: 50%; transform: translate(-50%, 100%); }
.axis-left { top: 50%; left: -34px; transform: translate(-100%, -50%); writing-mode: vertical-rl; }
.axis-right { top: 50%; right: -34px; transform: translate(100%, -50%); writing-mode: vertical-rl; }
.project-orb { position: absolute; z-index: 10; display: flex; align-items: center; gap: 10px; color: var(--ivory); }
.project-orb > b { position: relative; display: grid; place-items: center; width: clamp(72px, 7vw, 96px); aspect-ratio: 1; flex: 0 0 auto; overflow: hidden; color: var(--ivory); border: 1px solid rgba(223,199,148,.75); border-radius: 50%; background: #211b1b; box-shadow: 0 0 0 8px rgba(180,154,107,.11), 0 15px 45px rgba(0,0,0,.42); font-family: var(--display); font-size: 11px; letter-spacing: .12em; transition: transform .4s var(--ease), box-shadow .4s; }
.project-orb > b::after { content: ""; position: absolute; inset: 5px; z-index: 2; border: 1px solid rgba(238,233,226,.46); border-radius: inherit; pointer-events: none; }
.project-orb > b img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.85) contrast(1.06); transform: scale(1.06); }
.project-orb > b i { position: absolute; z-index: 3; right: 5px; bottom: 4px; display: grid; place-items: center; width: 22px; height: 22px; color: var(--black); border-radius: 50%; background: rgba(229,207,158,.94); font-size: 8px; font-style: normal; }
.project-orb > span { min-width: 152px; padding: 10px 13px; border-left: 1px solid var(--gold-soft); background: rgba(13,12,14,.68); backdrop-filter: blur(8px); }
.project-orb span strong, .project-orb span small { display: block; }
.project-orb span strong { font-family: var(--serif); font-size: 14px; font-weight: 400; }
.project-orb span small { margin-top: 2px; color: var(--muted); font-size: 8px; letter-spacing: .1em; }
.project-orb:hover > b, .project-orb:focus-visible > b { transform: scale(1.12); box-shadow: 0 0 0 15px rgba(180,154,107,.14), 0 18px 55px rgba(0,0,0,.5); }
.orb-model { top: 27%; left: 57%; }
.orb-kiss { top: 63%; left: 23%; }
.orb-rain { top: 47%; left: 9%; }
.quadrant-legend { display: flex; justify-content: center; gap: 28px; }
.quadrant-legend p { margin: 0; color: var(--muted); font-size: 11px; }
.quadrant-legend span { margin-right: 7px; color: var(--gold); font-family: var(--display); }
.photography-section { overflow: hidden; padding: clamp(60px, 7vw, 88px) 0 clamp(66px, 8vw, 100px); border-top: 1px solid var(--line-light); background: radial-gradient(circle at 50% 45%, rgba(62,87,119,.16), transparent 36%), #0a090b; }
.photography-heading { display: grid; grid-template-columns: 1fr .62fr; gap: 70px; align-items: end; margin-bottom: 27px; }
.photography-heading .section-index { margin-bottom: 10px; }
.photography-title-wrap > div { display: flex; align-items: baseline; gap: 23px; }
.photography-heading h2 { margin: 0; color: #f0e7dc; font-family: var(--serif); font-size: clamp(34px, 4.5vw, 60px); font-weight: 400; letter-spacing: .1em; }
.all-photos { display: inline-flex; align-items: center; gap: 10px; padding: 9px 14px; color: #d9bd80; border: 1px solid rgba(198,169,110,.62); border-radius: 999px; font-family: var(--display); font-size: 14px; font-weight: 600; letter-spacing: .12em; transition: color .25s, gap .25s, background .25s; }
.all-photos:hover { gap: 14px; color: #181517; background: #d9bd80; }
.photography-heading > p { max-width: 520px; margin: 0; color: var(--muted); font-size: 12px; }
.photography-rail { position: relative; width: 100%; padding: 24px 0 30px; overflow: hidden; perspective: 1200px; mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.photography-track { display: flex; width: max-content; gap: 26px; padding-left: 4vw; animation: photography-drift 78s linear infinite; will-change: transform; }
.photography-rail:hover .photography-track { animation-play-state: paused; }
.photo-card { position: relative; width: clamp(290px, 32vw, 490px); aspect-ratio: 1.78; flex: 0 0 auto; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 24px; border: 1px solid rgba(180,154,107,.56); border-radius: 20px; box-shadow: 0 22px 50px rgba(0,0,0,.43); transform-style: preserve-3d; transition: filter .35s, border-color .35s; }
.photo-card::before, .photo-card::after { display: none; }
.photo-card:hover { border-color: var(--gold); filter: brightness(1.12); }
.photo-card > img { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .65s var(--ease); }
.photo-card:hover > img { transform: scale(1.06); }
.photo-card > span, .photo-card strong, .photo-card small { display: none; }
.photo-card { cursor: zoom-in; }
.photo-card-a { background: radial-gradient(circle at 75% 24%, rgba(82,155,218,.52), transparent 28%), linear-gradient(135deg, #07101e, #0d2e62 42%, #03050a); transform: perspective(900px) rotateY(7deg) rotateZ(-1.2deg) translateY(17px); }
.photo-card-b { background: radial-gradient(circle at 65% 50%, rgba(239,93,24,.55), transparent 35%), linear-gradient(135deg, #321006, #b33c08 48%, #180705); transform: perspective(900px) rotateY(-5deg) rotateZ(.7deg) translateY(-12px); }
.photo-card-c { background: radial-gradient(ellipse at 48% 40%, rgba(210,174,105,.45), transparent 23%), linear-gradient(125deg, #0b0b0d, #3f2022 54%, #09090b); transform: perspective(900px) rotateY(6deg) rotateZ(1deg) translateY(21px); }
.photo-card-d { background: radial-gradient(circle at 24% 30%, rgba(116,75,160,.46), transparent 28%), linear-gradient(135deg, #12101b, #263a48 58%, #080a0d); transform: perspective(900px) rotateY(-6deg) rotateZ(-.8deg) translateY(-8px); }
.photography-note { display: flex; justify-content: center; gap: 26px; color: #6e6661; font-size: 9px; letter-spacing: .13em; }
@keyframes photography-drift { to { transform: translate3d(calc(-50% - 13px), 0, 0); } }

.photo-archive { min-height: 100svh; background: #e8e2d8; }
.photo-archive-hero { padding: clamp(135px, 16vw, 190px) 0 clamp(45px, 6vw, 80px); }
.photo-archive .back-link { margin-bottom: clamp(45px, 6vw, 75px); padding-bottom: 5px; color: #695b51; border-bottom: 1px solid rgba(105,91,81,.45); font-size: 14px; letter-spacing: .08em; }
.photo-archive-heading { display: grid; grid-template-columns: 1.25fr .7fr; gap: clamp(50px, 8vw, 130px); align-items: end; }
.photo-archive-heading h1 { margin: 0; color: #1d1a19; font-family: var(--display); font-size: clamp(54px, 8.2vw, 112px); font-weight: 500; letter-spacing: -.07em; line-height: .9; }
.photo-archive-heading > p { max-width: 470px; margin: 0 0 7px; color: #6b605a; font-family: var(--serif); font-size: clamp(15px, 1.55vw, 20px); line-height: 1.75; }
.photo-archive-content { padding: 0 0 clamp(80px, 10vw, 130px); }
.photo-filters { display: flex; flex-wrap: wrap; gap: 10px; padding: 22px 0 16px; border-bottom: 1px solid rgba(34,28,29,.18); }
.photo-filters button { min-height: 43px; padding: 9px 18px; color: #675d57; border: 1px solid rgba(34,28,29,.2); border-radius: 999px; background: transparent; cursor: pointer; font-family: var(--serif); font-size: 14px; transition: color .25s, background .25s, border-color .25s; }
.photo-filters button small { margin-left: 10px; font-family: var(--display); font-size: 8px; letter-spacing: .1em; }
.photo-filters button:hover, .photo-filters button.is-active { color: var(--ivory); border-color: #171516; background: #171516; }
.photo-filters button:disabled { color: #9b938b; border-color: rgba(34,28,29,.1); cursor: not-allowed; opacity: .55; }
.photo-archive-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(24px, 4vw, 64px) clamp(18px, 3vw, 44px); padding-top: 42px; }
.archive-card { position: relative; grid-column: span 6; align-self: start; margin: 0; padding: 0; overflow: visible; color: var(--ink); background: transparent; cursor: zoom-in; transition: transform .35s var(--ease); }
.archive-card:nth-child(3n) { grid-column: 3 / span 7; }
.archive-card::after { display: none; }
.archive-card img { position: static; display: block; width: 100%; height: auto; max-height: min(66vw, 780px); object-fit: contain; border-radius: 2px; box-shadow: 0 18px 40px rgba(34,28,29,.1); transition: transform .55s var(--ease), box-shadow .35s; }
.archive-card:hover img { transform: translateY(-4px); box-shadow: 0 26px 52px rgba(34,28,29,.18); }
.archive-card:hover { filter: none; transform: none; }
.archive-card span, .archive-card h2, .archive-card small { position: static; display: inline; }
.archive-card span { margin: 0 10px 0 0; color: #a57d3e; font-family: var(--display); font-size: 9px; letter-spacing: .18em; }
.archive-card h2 { margin: 12px 0 0; font-family: var(--serif); font-size: clamp(18px, 1.7vw, 24px); font-weight: 400; }
.archive-card small { margin-left: 10px; color: #746b64; font-size: 10px; letter-spacing: .08em; }
.archive-card h2::after { content: ""; display: block; }
.archive-portrait { background: radial-gradient(circle at 70% 30%, rgba(160,126,94,.55), transparent 30%), linear-gradient(135deg, #281a1b, #70453a); }
.archive-architecture { background: radial-gradient(circle at 30% 22%, rgba(211,183,127,.45), transparent 22%), linear-gradient(135deg, #26323b, #101821); }
.archive-nature { background: radial-gradient(circle at 64% 30%, rgba(139,168,104,.4), transparent 24%), linear-gradient(135deg, #172116, #3a472e); }
.archive-city { background: radial-gradient(circle at 70% 27%, rgba(71,134,196,.57), transparent 26%), linear-gradient(135deg, #101d33, #253e61); }
.archive-ai { background: radial-gradient(circle at 68% 30%, rgba(232,116,159,.52), transparent 28%), linear-gradient(135deg, #271037, #793660); }
.archive-card.is-hidden { display: none; }
.case-reading-guide { padding: clamp(62px, 7vw, 86px) 0; border-top: 1px solid var(--line-light); }
.reading-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.reading-grid article { padding: 26px; border-right: 1px solid var(--line-light); }
.reading-grid article:last-child { border-right: 0; }
.reading-grid span { color: var(--gold); font-family: var(--display); font-size: 9px; }
.reading-grid h3 { margin: 48px 0 8px; font-family: var(--serif); font-size: 25px; font-weight: 400; }
.reading-grid p { margin: 0; color: var(--muted); font-size: 12px; }

.library-page { padding-top: 5px; }
.vocabulary-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; }
.vocabulary-card { grid-column: span 4; border: 1px solid var(--line-dark); background: rgba(255,255,255,.22); }
.vocabulary-card:nth-child(4), .vocabulary-card:nth-child(5) { grid-column: span 6; }
.vocabulary-card > div:last-child { padding: 24px; }
.vocabulary-visual { position: relative; height: 190px; overflow: hidden; background: #131012; }
.vocabulary-visual::after { content: ""; position: absolute; inset: 18% 23%; border: 1px solid rgba(238,233,226,.18); transform: skew(-8deg); }
.vocabulary-visual span { position: absolute; bottom: 14px; left: 16px; color: rgba(238,233,226,.65); font-family: var(--display); font-size: 8px; letter-spacing: .22em; }
.visual-light { background: radial-gradient(circle at 68% 30%, #80684c, transparent 18%), linear-gradient(135deg, #1a1314, #08090b); }
.visual-motion { background: linear-gradient(110deg, #08090b 25%, #4c2027 26% 33%, #111 34% 52%, #756448 53% 58%, #111 59%); }
.visual-color { background: radial-gradient(circle at 72% 32%, #854337, transparent 25%), linear-gradient(135deg, #17212d, #1c0e13 65%); }
.visual-frame { background: linear-gradient(90deg, #0b0a0b 8%, #4d3b2e 9% 14%, #121013 15% 85%, #4d3b2e 86% 91%, #0b0a0b 92%); }
.visual-mood { background: radial-gradient(ellipse at 45% 42%, #645348 0 12%, transparent 13%), linear-gradient(140deg, #21191b, #0b0d11); }
.vocabulary-card p { margin-bottom: 5px; color: var(--wine); font-size: 9px; letter-spacing: .16em; }
.vocabulary-card h2 { margin-bottom: 18px; font-family: var(--serif); font-size: 22px; font-weight: 400; }
.vocabulary-card ul { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 22px; }
.vocabulary-card li, .notes-list li { padding: 3px 8px; color: #6b605a; border: 1px solid var(--line-dark); font-size: 9px; }
.vocabulary-card small { display: block; color: #6a605b; font-size: 11px; }

.notes-list { border-top: 1px solid var(--line-dark); }
.note-row { display: grid; grid-template-columns: 130px 1fr 90px; gap: 40px; align-items: start; padding: 38px 0; border-bottom: 1px solid var(--line-dark); }
.note-row > span { color: var(--wine); font-family: var(--display); font-size: 9px; letter-spacing: .17em; }
.note-row h2 { margin-bottom: 12px; font-family: var(--serif); font-size: clamp(23px, 2.8vw, 38px); font-weight: 400; line-height: 1.4; }
.note-row p { max-width: 670px; color: #665d57; font-size: 13px; }
.note-row ul { display: flex; gap: 6px; margin: 0; }
.note-row > a { justify-self: end; padding-bottom: 3px; border-bottom: 1px solid var(--wine); font-size: 11px; }

.contact-page { min-height: calc(100svh - 160px); background: radial-gradient(circle at 14% 30%, rgba(100,31,40,.25), transparent 31%), linear-gradient(120deg, #090708, #170c0f 72%, #080708); }
.contact-main { padding: clamp(155px, 18vw, 220px) 0 clamp(90px, 11vw, 150px); }
.contact-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(60px, 10vw, 140px); align-items: center; }
.contact-message h1 { margin-bottom: 32px; font-family: var(--display); font-size: clamp(52px, 8vw, 108px); font-weight: 300; letter-spacing: -.025em; line-height: .95; }
.contact-message > p:last-child { max-width: 650px; color: var(--muted); }
.contact-card { padding: clamp(28px, 4vw, 46px); border: 1px solid var(--line-light); background: rgba(10,8,9,.56); backdrop-filter: blur(14px); }
.contact-card > small { display: block; margin-bottom: 28px; color: var(--gold); font-family: var(--display); font-size: 9px; letter-spacing: .2em; }
.contact-person, .contact-phone { display: grid; grid-template-columns: 70px minmax(0, 1fr); align-items: baseline; gap: 16px; padding: 13px 0; border-bottom: 1px solid var(--line-light); }
.contact-person span, .contact-phone span { color: var(--muted); font-family: var(--display); font-size: 9px; letter-spacing: .16em; }
.contact-person strong, .contact-phone strong { color: var(--ivory); font-family: var(--display); font-size: clamp(19px, 2vw, 25px); font-weight: 400; letter-spacing: .04em; }
.contact-email { display: inline-block; margin: 19px 0 28px; color: var(--warm-white); border-bottom: 1px solid var(--gold-soft); font-family: var(--display); font-size: clamp(18px, 2.2vw, 28px); letter-spacing: .04em; overflow-wrap: anywhere; }
.intent-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 28px; }
.intent-tags span { padding: 6px 9px; color: var(--warm-white); border: 1px solid var(--line-light); font-size: 10px; }
.social-placeholder { color: var(--muted); font-size: 11px; }
.contact-card .button { width: 100%; margin-top: 18px; }

.case-hero { padding: clamp(145px, 17vw, 210px) 0 60px; background: radial-gradient(circle at 84% 30%, rgba(97,36,46,.17), transparent 28%); }
.back-link { display: inline-block; margin-bottom: clamp(55px, 8vw, 90px); color: var(--muted); font-size: 11px; letter-spacing: .09em; }
.back-link:hover { color: var(--gold); }
.case-title-row { display: grid; grid-template-columns: 1fr .65fr; gap: 70px; align-items: end; }
.case-title-row h1 { margin: 0; font-family: var(--display); font-size: clamp(55px, 9vw, 118px); font-weight: 300; letter-spacing: -.03em; line-height: .93; }
.case-goal { max-width: 500px; margin: 0 0 8px; color: var(--warm-white); font-family: var(--serif); font-size: clamp(18px, 2.1vw, 27px); line-height: 1.6; }
.case-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 42px; }
.case-meta span { padding: 6px 10px; color: var(--muted); border: 1px solid var(--line-light); font-size: 10px; }
.case-media-section { padding: 30px 0 clamp(90px, 11vw, 145px); }
.case-media { position: relative; min-height: clamp(330px, 58vw, 720px); overflow: hidden; border: 1px solid var(--line-light); background: radial-gradient(circle at 65% 35%, rgba(97,36,46,.45), transparent 35%), linear-gradient(130deg, #1b1416, #09090b 70%); }
.case-media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.07); }
.case-media video.has-error { opacity: 0; }
.case-media > div { position: absolute; bottom: 24px; left: 26px; z-index: 2; }
.case-media span, .case-media strong { display: block; }
.case-media span { color: var(--gold); font-family: var(--display); font-size: 8px; letter-spacing: .2em; }
.case-media strong { margin-top: 5px; font-size: 12px; font-weight: 400; }
.case-media .button { width: max-content; min-height: 40px; margin-top: 17px; padding: 8px 15px; font-size: 10px; }
.media-portrait { background: radial-gradient(circle at 55% 37%, rgba(141,110,85,.35), transparent 25%), linear-gradient(135deg, #181315, #0a090b); }
.media-memory { background: radial-gradient(circle at 65% 38%, rgba(151,111,61,.35), transparent 30%), linear-gradient(135deg, #201817, #0c0d11); }
.case-disclaimer { margin: 15px 0 0; color: #766d67; font-size: 10px; }
.case-process { padding: clamp(85px, 10vw, 130px) 0; border-top: 1px solid var(--line-light); }
.process-grid { display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 48px; border-top: 1px solid var(--line-light); }
.process-item { padding: 30px 0; border-bottom: 1px solid var(--line-light); }
.process-item > span { display: block; margin-bottom: 10px; color: var(--gold-soft); font-family: var(--display); font-size: 8px; letter-spacing: .18em; }
.process-item h3 { margin-bottom: 11px; font-family: var(--serif); font-size: 21px; font-weight: 400; }
.process-item p { margin: 0; color: var(--muted); font-size: 13px; }
.process-result { padding-inline: 20px; border-left: 2px solid var(--wine); background: rgba(97,36,46,.1); }
.process-item mark { display: inline-block; margin-top: 17px; padding: 4px 7px; color: #cdbda8; background: rgba(180,154,107,.1); font-size: 10px; }
.case-pagination { border-top: 1px solid var(--line-light); }
.case-pagination .container { display: grid; grid-template-columns: 1fr 1fr; padding-block: 42px; }
.case-pagination a { padding: 12px 24px; }
.case-pagination a:last-child { text-align: right; border-left: 1px solid var(--line-light); }
.case-pagination span, .case-pagination strong { display: block; }
.case-pagination span { margin-bottom: 6px; color: var(--gold-soft); font-size: 9px; letter-spacing: .14em; }
.case-pagination strong { color: var(--warm-white); font-family: var(--serif); font-size: 19px; font-weight: 400; }

.page-next { padding: 0 0 clamp(70px, 9vw, 110px); }
.page-next a { display: flex; justify-content: space-between; gap: 30px; padding: 28px 0; border-top: 1px solid currentColor; border-bottom: 1px solid currentColor; opacity: .78; transition: opacity .25s; }
.page-next a:hover { opacity: 1; }
.page-next span { font-size: 10px; letter-spacing: .12em; }
.page-next strong { font-family: var(--serif); font-size: 19px; font-weight: 400; }
.site-footer { padding: 50px 0 38px; color: var(--muted); background: #050405; border-top: 1px solid var(--line-light); }
.site-footer p { margin-bottom: 42px; color: var(--warm-white); font-family: var(--serif); font-size: clamp(17px, 2vw, 26px); letter-spacing: .04em; }
.site-footer .container > div { display: flex; justify-content: space-between; gap: 20px; padding-top: 17px; border-top: 1px solid var(--line-light); font-family: var(--display); font-size: 8px; letter-spacing: .17em; }
.toast { position: fixed; right: 22px; bottom: 22px; z-index: 2000; max-width: calc(100% - 44px); padding: 11px 17px; color: var(--ivory); background: var(--wine); border: 1px solid var(--line-light); font-size: 11px; opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .25s, transform .25s; }
.toast.is-visible { opacity: 1; transform: translateY(0); }
.image-lightbox { position: fixed; inset: 0; z-index: 3000; display: grid; place-items: center; padding: clamp(20px, 5vw, 80px); }
.image-lightbox[hidden] { display: none; }
.image-lightbox__backdrop { position: absolute; inset: 0; background: rgba(4,4,5,.9); backdrop-filter: blur(8px); }
.image-lightbox__dialog { position: relative; z-index: 1; display: grid; place-items: center; width: min(100%, 1200px); max-height: 100%; }
.image-lightbox__dialog img { max-width: 100%; max-height: calc(100svh - clamp(40px, 10vw, 160px)); object-fit: contain; box-shadow: 0 28px 90px rgba(0,0,0,.6); }
.image-lightbox__close { position: fixed; top: clamp(16px, 3vw, 38px); right: clamp(16px, 3vw, 38px); z-index: 2; width: 44px; height: 44px; color: var(--ivory); border: 1px solid rgba(238,233,226,.42); border-radius: 50%; background: rgba(10,9,11,.55); cursor: pointer; font-size: 28px; line-height: 1; }
.image-lightbox__close:hover { color: var(--black); background: var(--gold); }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .78s var(--ease), transform .78s var(--ease); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1000px) {
  .home-thesis { grid-template-columns: 1fr; gap: 16px; }
  .home-thesis h2 { font-size: clamp(34px, 4.8vw, 46px); line-height: 1.28; }
  .home-thesis h2 span { white-space: nowrap; }
  .home-thesis > p:last-child { grid-column: auto; max-width: 680px; }
  .portal-card { grid-column: span 6; }
  .portal-card-featured { grid-column: span 12; }
  .method-layout { grid-template-columns: 1fr; }
  .workflow { grid-template-columns: repeat(3, 1fr); }
  .workflow li:nth-child(3) { border-right: 0; }
  .workflow li:nth-child(-n+3) { border-bottom: 1px solid var(--line-light); }
  .vocabulary-card { grid-column: span 6; }
  .vocabulary-card:last-child { grid-column: span 12; }
  .contact-layout { grid-template-columns: 1fr .8fr; gap: 50px; }
  .film-slide { grid-template-columns: .7fr 1.3fr; gap: 42px; }
  .film-single { grid-template-columns: .7fr 1.3fr; gap: 42px; }
}

@media (max-width: 800px) {
  :root { --header-height: 66px; }
  .site-header { grid-template-columns: 1fr auto; padding-inline: clamp(20px, 5vw, 38px); }
  .menu-toggle { grid-column: 2; justify-self: end; display: block; z-index: 3; }
  .header-contact { display: none; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; z-index: 2; flex-direction: column; align-items: flex-start; justify-content: center; gap: 3px; padding: 90px var(--gutter) 48px; background: rgba(8,7,8,.98); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .3s, visibility .3s, transform .3s; }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .site-nav a { width: 100%; padding: 12px 0; font-family: var(--display); font-size: clamp(24px, 7vw, 38px); font-weight: 300; }
  .nav-contact-mobile { display: block; }
  .display-title span:last-child { margin-left: 0; }
  .scroll-cue { display: none; }
  .signal-grid { grid-template-columns: repeat(2, 1fr); }
  .signal-grid article:nth-child(2) { border-right: 0; }
  .signal-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line-dark); }
  .case-title-row, .contact-layout { grid-template-columns: 1fr; gap: 30px; }
  .case-goal { max-width: 650px; }
  .evaluation-grid { grid-template-columns: repeat(2, 1fr); }
  .evaluation-grid article:nth-child(2) { border-right: 0; }
  .evaluation-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line-light); }
  .emotion-map-v2 { margin-inline: 55px; }
  .project-orb > span { min-width: 118px; }
  .orb-model { left: 52%; }
  .orb-kiss { left: 15%; }
  .orb-rain { left: 7%; }
  .photo-archive-heading { grid-template-columns: 1fr; gap: 30px; }
  .archive-card { grid-column: span 6; }
  .archive-card:nth-child(3n) { grid-column: span 6; }
  .film-showcase { padding-top: 115px; }
  .film-slide { grid-template-columns: 1fr; gap: 30px; min-height: auto; }
  .film-single { grid-template-columns: 1fr; gap: 30px; }
  .film-intro { min-height: 340px; }
  .film-single .film-intro { min-height: auto; }
  .film-duration { margin-top: 40px; }
  .film-player { width: min(100%, 680px); }
  .note-row { grid-template-columns: 90px 1fr; gap: 24px; }
  .note-row > a { grid-column: 2; justify-self: start; }
}

@media (max-width: 600px) {
  .home-hero { min-height: 740px; max-height: 100svh; padding-bottom: 55px; }
  .display-title { font-size: clamp(47px, 14.2vw, 70px); line-height: 1.08; }
  .display-title em { font-size: .78em; }
  .hero-copy { font-size: 13px; line-height: 1.8; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .home-thesis { grid-template-columns: 1fr; gap: 20px; }
  .home-thesis h2 span { white-space: normal; }
  .home-thesis > p:last-child { grid-column: auto; }
  .signal-grid { grid-template-columns: 1fr; }
  .signal-grid article { min-height: 170px; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .signal-grid article:last-child { border-bottom: 0; }
  .signal-grid h3 { margin-top: 35px; }
  .portal-card, .portal-card-featured { grid-column: span 12; min-height: 260px; }
  .page-title { font-size: clamp(48px, 14.5vw, 72px); }
  .tool-line { grid-template-columns: 1fr; }
  .workflow { grid-template-columns: repeat(2, 1fr); }
  .workflow li:nth-child(3) { border-right: 1px solid var(--line-light); }
  .workflow li:nth-child(even) { border-right: 0; }
  .workflow li:nth-child(-n+4) { border-bottom: 1px solid var(--line-light); }
  .quadrant-instruction { flex-direction: column; gap: 7px; }
  .works-category-title { margin: 18px 30px 5px; }
  .emotion-map-v2 { height: 395px; margin: 54px 30px 61px; }
  .axis-v2 { gap: 5px; padding: 5px 7px; }
  .axis-v2 strong { font-size: 12px; letter-spacing: .07em; }
  .axis-v2 small { display: none; }
  .axis-left { left: -24px; }
  .axis-right { right: -24px; }
  .quadrant-cell > span { font-size: 10px; letter-spacing: .07em; }
  .quadrant-negative-high > span { top: 12px; left: 12px; }
  .quadrant-positive-high > span { top: 12px; right: 12px; }
  .quadrant-negative-low > span { bottom: 12px; left: 12px; }
  .quadrant-positive-low > span { right: 12px; bottom: 12px; }
  .project-orb { gap: 4px; }
  .project-orb > b { width: 54px; }
  .project-orb > span { min-width: 0; padding: 6px 7px; }
  .project-orb span strong { font-size: 11px; }
  .project-orb span small { display: none; }
  .orb-model { top: 22%; left: 47%; }
  .orb-kiss { top: 68%; left: 8%; }
  .orb-rain { top: 45%; left: 4%; }
  .quadrant-legend { flex-direction: column; gap: 7px; align-items: center; }
  .photography-heading { grid-template-columns: 1fr; gap: 14px; margin-bottom: 16px; }
  .photography-title-wrap > div { gap: 16px; }
  .photography-heading h2 { font-size: 36px; }
  .photography-rail { padding-block: 18px 20px; mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent); }
  .photography-track { gap: 17px; animation-duration: 62s; }
  .photo-card { width: 72vw; padding: 20px; border-radius: 16px; }
  .photography-note { flex-wrap: wrap; gap: 8px 18px; }
  .photo-archive-hero { padding-top: 115px; }
  .photo-archive-heading h1 { font-size: clamp(48px, 14vw, 72px); }
  .photo-filters { gap: 8px; }
  .photo-filters button { min-height: 38px; padding: 7px 13px; font-size: 13px; }
  .archive-card { grid-column: span 12; min-height: 250px; }
  .photo-archive-grid { grid-template-columns: 1fr; gap: 30px; }
  .archive-card, .archive-card:nth-child(3n) { grid-column: auto; min-height: 0; }
  .archive-card img { max-height: none; }
  .film-showcase { padding-top: 105px; }
  .film-showcase-title { margin-bottom: 30px; }
  .film-slide { padding: 29px 0 62px; }
  .film-intro { min-height: auto; }
  .film-intro h2 { margin-bottom: 18px; font-size: clamp(43px, 14vw, 65px); }
  .film-duration { margin-top: 32px; }
  .film-player { aspect-ratio: 4 / 3; }
  .film-carousel-controls { bottom: 8px; }
  .film-stage .film-carousel-controls { bottom: auto; margin-top: 13px; }
  .reading-grid { grid-template-columns: 1fr; }
  .reading-grid article { border-right: 0; border-bottom: 1px solid var(--line-light); }
  .reading-grid article:last-child { border-bottom: 0; }
  .vocabulary-grid { grid-template-columns: 1fr; }
  .vocabulary-card, .vocabulary-card:nth-child(4), .vocabulary-card:nth-child(5), .vocabulary-card:last-child { grid-column: auto; }
  .note-row { grid-template-columns: 1fr; gap: 12px; }
  .note-row > a { grid-column: auto; }
  .process-grid { grid-template-columns: 1fr; }
  .process-result { padding-inline: 16px; }
  .case-media { min-height: 58vw; }
  .case-pagination a { padding-inline: 9px; }
  .case-pagination strong { font-size: 14px; }
  .page-next a { flex-direction: column; gap: 7px; }
  .site-footer .container > div { flex-direction: column; gap: 5px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
  .photography-rail { overflow-x: auto; mask-image: none; }
  .photography-track { animation: none; }
  .photo-card[aria-hidden="true"] { display: none; }
}

/* Benchmark case — dark evaluation lab adapted to the portfolio palette */
.benchmark-portal { position: relative; overflow: hidden; padding: clamp(138px, 14vw, 190px) 0 clamp(68px, 8vw, 105px); background: radial-gradient(circle at 78% 34%, rgba(123,53,64,.25), transparent 31%), linear-gradient(130deg, #080708, #120c0f 72%, #080708); border-bottom: 1px solid var(--line-light); }
.benchmark-portal::before { content: ""; position: absolute; inset: 0; opacity: .17; background-image: linear-gradient(rgba(238,233,226,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(238,233,226,.08) 1px, transparent 1px); background-size: 68px 68px; mask-image: linear-gradient(90deg, transparent, #000 22%, #000 82%, transparent); }
.benchmark-portal-inner { position: relative; display: grid; grid-template-columns: 1.15fr .72fr; gap: clamp(55px, 9vw, 130px); align-items: end; }
.benchmark-portal h1 { max-width: 720px; margin: 0; font-family: var(--display); font-size: clamp(48px, 6.3vw, 86px); font-weight: 300; letter-spacing: -.045em; line-height: .96; }
.benchmark-portal h1 em { color: var(--gold); font-style: normal; }
.benchmark-portal-inner > div:last-child > p { max-width: 470px; margin: 0 0 30px; color: var(--muted); font-size: 14px; }
.benchmark-portal .button { gap: 14px; }

.benchmark-body { color: var(--ivory); background: #080708; }
.benchmark-main { overflow: hidden; background: #080708; }
.benchmark-label { margin-bottom: 24px; color: var(--gold); font-family: var(--display); font-size: 10px; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; }
.benchmark-hero { position: relative; overflow: hidden; padding: calc(var(--header-height) + clamp(20px, 3vw, 42px)) 0 clamp(26px, 3vw, 40px); background: radial-gradient(circle at 76% 28%, rgba(97,36,46,.2), transparent 33%), linear-gradient(135deg, #080708, #0e0a0c 68%, #080708); }
.benchmark-grid-lines { position: absolute; inset: 0; opacity: .24; background-image: linear-gradient(rgba(180,154,107,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(180,154,107,.09) 1px, transparent 1px); background-size: 72px 72px; mask-image: radial-gradient(circle at 55% 45%, #000, transparent 78%); pointer-events: none; }
.benchmark-hero-inner { position: relative; }
.benchmark-back { display: inline-flex; margin-bottom: clamp(28px, 4vw, 52px); color: var(--muted); font-size: 12px; letter-spacing: .08em; }
.benchmark-back:hover { color: var(--gold); }
.benchmark-hero-copy { max-width: 920px; }
.benchmark-hero-copy h1 { margin: 0 0 28px; font-family: var(--display); font-size: clamp(58px, 9.1vw, 126px); font-weight: 300; letter-spacing: -.055em; line-height: .85; }
.benchmark-hero-copy h1 em { color: var(--gold); font-style: normal; }
.benchmark-hero-copy > p:last-child { max-width: 680px; margin: 0; color: #d8cec2; font-size: clamp(14px, 1.25vw, 18px); }
.benchmark-map { display: grid; grid-template-columns: .82fr 1.12fr 42px repeat(3, 1fr) 1.32fr; margin-top: clamp(44px, 5vw, 70px); overflow: hidden; border: 1px solid rgba(180,154,107,.24); border-radius: 20px 20px 4px 20px; background: rgba(255,255,255,.012); }
.benchmark-map > * { min-width: 0; min-height: 176px; display: flex; flex-direction: column; justify-content: space-between; padding: 25px 22px; border-right: 1px solid var(--line-light); }
.benchmark-map > *:last-child { border-right: 0; }
.benchmark-map span, .benchmark-map small { color: #736b65; font-family: var(--display); font-size: 8px; letter-spacing: .18em; }
.benchmark-map-title span { color: var(--gold); }
.benchmark-map article { position: relative; }
.benchmark-map article::before { content: ""; position: absolute; top: 0; right: 22px; left: 22px; height: 2px; background: rgba(180,154,107,.34); }
.benchmark-map-product { background: linear-gradient(145deg, rgba(97,36,46,.3), transparent 72%); }
.benchmark-map-product::before { background: var(--gold) !important; }
.benchmark-map strong { color: var(--ivory); font-family: var(--display); font-size: clamp(18px, 1.7vw, 25px); font-weight: 500; letter-spacing: -.02em; }
.benchmark-map-product strong { color: #d0b47e; }
.benchmark-map > b { align-items: center; justify-content: center; padding-inline: 0; color: var(--gold); font-family: var(--display); font-size: 9px; font-weight: 500; }
.benchmark-map-goal { color: #211c1c; background: #e7e1d9; border-radius: 0 18px 3px 0; }
.benchmark-map-goal::before { background: var(--gold) !important; }
.benchmark-map-goal strong { color: #211c1c; }
.benchmark-map-goal span, .benchmark-map-goal small { color: #5f554e; }

.benchmark-section { position: relative; padding: clamp(38px, 4vw, 52px) 0; border-top: 1px solid var(--line-light); }
.benchmark-section-heading { display: grid; grid-template-columns: 1.05fr .7fr; gap: clamp(38px, 6vw, 88px); align-items: end; margin-bottom: clamp(30px, 3.5vw, 48px); }
.benchmark-section-heading h2 { max-width: 720px; margin: 0; font-family: var(--display); font-size: clamp(42px, 5.3vw, 74px); font-weight: 300; letter-spacing: -.045em; line-height: 1.02; }
.benchmark-section-heading > p { max-width: 520px; margin: 0 0 8px; color: var(--muted); font-size: 14px; }
.benchmark-context-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(34px, 6vw, 90px); }
.benchmark-context-grid > div { position: relative; padding: clamp(24px, 3vw, 42px); border: 1px solid transparent; border-radius: 22px 22px 5px 22px; transition: transform .38s var(--ease), border-color .38s, background .38s; }
.benchmark-context-grid > div:hover { transform: translateY(-6px); border-color: rgba(180,154,107,.35); background: linear-gradient(145deg, rgba(97,36,46,.12), rgba(255,255,255,.012)); }
.benchmark-context-grid > div::after { content: ""; position: absolute; right: 22px; bottom: 20px; width: 8px; height: 8px; border-right: 1px solid var(--gold); border-bottom: 1px solid var(--gold); opacity: 0; transform: translate(-5px,-5px); transition: opacity .3s, transform .3s; }
.benchmark-context-grid > div:hover::after { opacity: 1; transform: translate(0,0); }
.benchmark-context h2 { max-width: 430px; margin: 0; font-family: var(--display); font-size: clamp(32px, 3.7vw, 52px); font-weight: 400; letter-spacing: -.04em; line-height: 1.12; transition: color .3s; }
.benchmark-context-grid > div:hover h2 { color: #d6c29a; }
.benchmark-context-copy > p:first-child { margin: 0 0 32px; color: var(--ivory); font-family: var(--display); font-size: clamp(24px, 3vw, 42px); font-weight: 300; letter-spacing: -.03em; line-height: 1.34; transition: color .3s; }
.benchmark-context-copy:hover > p:first-child { color: #d6c29a; }
.benchmark-context-copy > p:not(:first-child) { max-width: 800px; color: var(--muted); font-size: 14px; }
.benchmark-pills { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 0; }
.benchmark-pills li { padding: 6px 11px; color: var(--warm-white); border: 1px solid var(--line-light); border-radius: 99px; font-size: 10px; }

.benchmark-framework { background: linear-gradient(180deg, #080708, #0b090a); }
.benchmark-dimensions { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line-light); }
.benchmark-dimensions article { position: relative; z-index: 1; min-height: 300px; display: flex; flex-direction: column; padding: 30px 27px; border-right: 1px solid var(--line-light); background: rgba(255,255,255,.012); transition: color .35s, background .35s, border-color .35s, transform .35s var(--ease), box-shadow .35s; }
.benchmark-dimensions article:last-child { border-right: 0; }
.benchmark-dimensions article:hover { z-index: 2; color: #e3d2af; border-color: rgba(180,154,107,.55); background: linear-gradient(150deg, rgba(97,36,46,.24), rgba(255,255,255,.026)); transform: translateY(-8px); box-shadow: 0 24px 60px rgba(0,0,0,.25); }
.benchmark-dimensions span { color: #6e6660; font-family: var(--display); font-size: 9px; letter-spacing: .15em; }
.benchmark-dimensions i { width: 10px; height: 10px; margin-top: auto; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 8px rgba(180,154,107,.06); }
.benchmark-dimensions h3 { margin: 34px 0 13px; font-family: var(--display); font-size: clamp(19px, 1.8vw, 27px); font-weight: 500; line-height: 1.25; }
.benchmark-dimensions p { margin: 0; color: var(--muted); font-size: 12px; }

.benchmark-score { background: radial-gradient(circle at 75% 54%, rgba(97,36,46,.09), transparent 32%), #080708; }
.benchmark-tabs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.benchmark-tabs button { min-height: 132px; display: flex; flex-direction: column; align-items: flex-start; padding: 22px; color: #716963; border: 1px solid var(--line-light); border-radius: 18px 18px 5px 18px; background: rgba(255,255,255,.012); cursor: pointer; text-align: left; transition: color .3s, border-color .3s, background .3s, transform .3s var(--ease); }
.benchmark-tabs button:hover { color: var(--ivory); border-color: rgba(180,154,107,.55); background: rgba(97,36,46,.15); transform: translateY(-5px); }
.benchmark-tabs button[aria-selected="true"] { color: var(--ivory); border-color: var(--gold); background: linear-gradient(145deg, rgba(97,36,46,.28), rgba(255,255,255,.016)); box-shadow: inset 0 -2px var(--gold); }
.benchmark-tabs button > span { margin-bottom: 24px; color: var(--gold-soft); font-family: var(--display); font-size: 9px; }
.benchmark-tabs button strong { font-family: var(--display); font-size: clamp(16px, 1.5vw, 22px); font-weight: 500; }
.benchmark-tabs button small { margin-top: 5px; font-family: var(--display); font-size: 7px; letter-spacing: .17em; }
.benchmark-scale { display: grid; grid-template-columns: repeat(3, 1fr); margin: 26px 0 clamp(55px, 7vw, 86px); border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.benchmark-scale article { min-height: 122px; display: grid; grid-template-columns: 42px 1fr; gap: 10px; padding: 23px 22px; border-right: 1px solid var(--line-light); }
.benchmark-scale article:last-child { border-right: 0; background: rgba(180,154,107,.07); }
.benchmark-scale b { color: var(--gold); font-family: Georgia, serif; font-size: 31px; font-weight: 400; line-height: 1; }
.benchmark-scale strong { display: block; margin-bottom: 6px; font-size: 13px; font-weight: 500; }
.benchmark-scale p { margin: 0; color: #817871; font-size: 10px; line-height: 1.65; }
.benchmark-case-view { margin-top: 18px; border: 1px solid var(--line-light); border-radius: 3px 22px 3px 22px; overflow: hidden; background: rgba(255,255,255,.012); }
.benchmark-example-header { display: grid; grid-template-columns: .72fr 1.28fr; align-items: end; gap: clamp(28px, 6vw, 90px); padding: clamp(27px, 4vw, 48px); border-bottom: 1px solid var(--line-light); }
.benchmark-example-header > div > p { margin: 0 0 12px; color: var(--gold-soft); font-family: var(--display); font-size: 8px; letter-spacing: .2em; }
.benchmark-example-header h3 { margin: 0; font-family: var(--display); font-size: clamp(28px, 3.4vw, 48px); font-weight: 450; letter-spacing: -.035em; }
.benchmark-example-header > p { max-width: 650px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.8; }
.benchmark-video-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.benchmark-video-card { min-width: 0; padding: 20px; border-right: 1px solid var(--line-light); background: linear-gradient(180deg, rgba(255,255,255,.018), transparent 45%); transition: background .3s, transform .3s var(--ease); }
.benchmark-video-card:last-child { border-right: 0; }
.benchmark-video-card:hover { background: linear-gradient(180deg, rgba(180,154,107,.07), transparent 52%); }
.benchmark-video-card > header { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 72px; padding: 0 2px 16px; }
.benchmark-video-card > header > span { color: #6f6762; font-family: var(--display); font-size: 8px; letter-spacing: .18em; }
.benchmark-video-card > header div { display: flex; align-items: baseline; gap: 9px; }
.benchmark-video-card > header b { color: var(--gold); font-family: Georgia, serif; font-size: 36px; font-weight: 400; line-height: 1; }
.benchmark-video-card > header strong { color: var(--ivory); font-size: 12px; font-weight: 450; }
.benchmark-video-stage { position: relative; display: grid; place-items: center; aspect-ratio: 16 / 10; overflow: hidden; border: 1px solid rgba(180,154,107,.22); border-radius: 2px 14px 2px 14px; background: radial-gradient(circle at 50% 45%, #251820, #080809 68%); }
.benchmark-video-stage video { width: 100%; height: 100%; display: block; object-fit: contain; background: #050506; }
.benchmark-video-card > p { min-height: 38px; margin: 16px 2px 2px; color: #817871; font-size: 10px; line-height: 1.7; }

.benchmark-taxonomy { background: linear-gradient(180deg, #080708, #0a0809); }
.benchmark-taxonomy .benchmark-section-heading { grid-template-columns: minmax(420px, 1.2fr) minmax(300px, .8fr); align-items: center; }
.benchmark-taxonomy .benchmark-section-heading h2 { max-width: 860px; font-size: clamp(40px, 4.55vw, 67px); letter-spacing: -.06em; }
.benchmark-issue-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.issue-card { overflow: hidden; border: 1px solid var(--line-light); border-radius: 22px 22px 6px 22px; background: rgba(255,255,255,.012); }
.issue-card::before { content: ""; display: block; height: 2px; background: var(--gold); }
.issue-card:nth-child(2)::before { background: #9b626a; }
.issue-card:nth-child(3)::before { background: #776e91; }
.issue-card:nth-child(4)::before { background: #8c7957; }
.issue-card { transition: border-color .35s, transform .35s var(--ease), box-shadow .35s; }
.issue-card:hover { border-color: rgba(180,154,107,.4); transform: translateY(-5px); box-shadow: 0 24px 70px rgba(0,0,0,.22); }
.issue-card header { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 24px 27px; border-bottom: 1px solid var(--line-light); }
.issue-card header span { color: var(--gold-soft); font-family: var(--display); font-size: 8px; letter-spacing: .18em; }
.issue-card h3 { margin: 6px 0 0; font-family: var(--display); font-size: clamp(22px, 2.2vw, 32px); font-weight: 500; }
.issue-card header b { flex: 0 0 48px; height: 48px; display: grid; place-items: center; color: var(--gold); border: 1px solid currentColor; border-radius: 50%; font-family: var(--display); font-size: 9px; font-weight: 400; }
.issue-motion, .issue-quality { grid-column: 1 / -1; }
.issue-hierarchy { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.issue-hierarchy > section { min-width: 0; padding: 20px 21px 23px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.issue-hierarchy > section:nth-child(3n) { border-right: 0; }
.issue-hierarchy > section:nth-last-child(-n+3) { border-bottom: 0; }
.issue-hierarchy h4 { margin: 0 0 13px; color: #cab482; font-family: var(--display); font-size: 10px; font-weight: 500; letter-spacing: .12em; }
.issue-tags { display: flex; flex-wrap: wrap; gap: 6px; padding: 0; }
.issue-tags span { min-height: 30px; display: inline-flex; align-items: center; padding: 5px 9px; color: #9b9189; border: 1px solid var(--line-light); border-radius: 10px 10px 3px 10px; background: rgba(255,255,255,.009); font-size: 10px; line-height: 1.35; transition: color .25s, border-color .25s, background .25s, transform .25s; }
.issue-tags span:hover { color: var(--ivory); border-color: rgba(180,154,107,.5); background: rgba(97,36,46,.22); transform: translateY(-2px); }
.issue-instruction { align-self: stretch; }
.issue-instruction .issue-hierarchy, .issue-identity .issue-hierarchy { grid-template-columns: 1fr; }
.issue-instruction .issue-hierarchy > section, .issue-identity .issue-hierarchy > section { border-right: 0; }
.issue-identity .issue-hierarchy > section:not(:last-child) { border-bottom: 1px solid var(--line-light); }
.benchmark-principle { padding: clamp(46px, 5vw, 68px) 0 clamp(38px, 4vw, 54px); text-align: center; background: radial-gradient(circle at 50% 50%, rgba(97,36,46,.17), transparent 31%), #070607; border-top: 1px solid var(--line-light); }
.benchmark-principle p { color: var(--gold); font-family: var(--display); font-size: 9px; letter-spacing: .3em; }
.benchmark-principle h2 { max-width: 900px; margin: 24px auto 30px; font-family: var(--display); font-size: clamp(34px, 4.2vw, 58px); font-weight: 300; letter-spacing: -.035em; line-height: 1.22; }

body[data-page="works"] .film-showcase { padding-top: calc(var(--header-height) + clamp(38px, 5vw, 72px)); }
.project-benchmark-portal { padding-top: calc(var(--header-height) + clamp(55px, 7vw, 94px)); }
.project-method-hero { padding-top: clamp(82px, 10vw, 130px); }
.benchmark-principle a { display: inline-flex; gap: 14px; padding-bottom: 5px; color: var(--warm-white); border-bottom: 1px solid var(--gold); font-size: 12px; letter-spacing: .1em; }

@media (max-width: 1100px) {
  .benchmark-map { grid-template-columns: .72fr 1fr 38px repeat(3, .9fr); }
  .benchmark-map-goal { grid-column: 1 / -1; min-height: 120px; border-top: 1px solid var(--line-light); border-radius: 0; }
  .benchmark-dimensions { grid-template-columns: repeat(2, 1fr); }
  .benchmark-dimensions article:nth-child(2) { border-right: 0; }
  .benchmark-dimensions article:nth-child(-n+2) { border-bottom: 1px solid var(--line-light); }
  .benchmark-tabs { grid-template-columns: repeat(2, 1fr); }
  .issue-hierarchy { grid-template-columns: repeat(2, 1fr); }
  .issue-hierarchy > section:nth-child(3n) { border-right: 1px solid var(--line-light); }
  .issue-hierarchy > section:nth-child(2n) { border-right: 0; }
  .issue-hierarchy > section:nth-last-child(-n+3) { border-bottom: 1px solid var(--line-light); }
  .issue-hierarchy > section:nth-last-child(-n+2) { border-bottom: 0; }
}

@media (max-width: 800px) {
  .benchmark-portal-inner, .benchmark-section-heading, .benchmark-context-grid { grid-template-columns: 1fr; }
  .benchmark-portal { padding-top: 120px; }
  .benchmark-portal-inner { gap: 34px; }
  .benchmark-map { grid-template-columns: repeat(2, 1fr); border-radius: 16px 16px 4px 16px; }
  .benchmark-map-title, .benchmark-map-product, .benchmark-map-goal { grid-column: 1 / -1; }
  .benchmark-map > b { display: none; }
  .benchmark-map > * { min-height: 135px; border-bottom: 1px solid var(--line-light); }
  .benchmark-map > *:nth-last-child(2) { border-bottom: 0; }
  .benchmark-map > *:last-child { border-bottom: 0; }
  .benchmark-section-heading { align-items: start; gap: 30px; }
  .benchmark-context-grid { gap: 40px; }
  .benchmark-context-copy > p:first-child { margin-bottom: 28px; }
  .benchmark-example-header { grid-template-columns: 1fr; align-items: start; gap: 16px; }
  .benchmark-video-grid { grid-template-columns: 1fr; }
  .benchmark-video-card { border-right: 0; border-bottom: 1px solid var(--line-light); }
  .benchmark-video-card:last-child { border-bottom: 0; }
  .benchmark-issue-grid { grid-template-columns: 1fr; }
  .issue-motion, .issue-quality { grid-column: auto; }
}

@media (max-width: 600px) {
  .benchmark-hero { padding-top: calc(var(--header-height) + 34px); }
  .benchmark-back { margin-bottom: 26px; }
  .benchmark-hero-copy h1 { font-size: clamp(51px, 16vw, 75px); line-height: .91; }
  .benchmark-map { grid-template-columns: 1fr; }
  .benchmark-map-title, .benchmark-map-product, .benchmark-map-goal { grid-column: auto; }
  .benchmark-map > * { min-height: 118px; padding: 20px; border-right: 0; }
  .benchmark-section { padding-block: 42px; }
  .benchmark-section-heading h2 { font-size: clamp(44px, 14vw, 66px); }
  .benchmark-dimensions, .benchmark-tabs { grid-template-columns: 1fr; }
  .benchmark-dimensions article { min-height: 245px; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .benchmark-dimensions article:last-child { border-bottom: 0; }
  .benchmark-tabs button { min-height: 112px; }
  .benchmark-tabs button > span { margin-bottom: 13px; }
  .benchmark-scale { grid-template-columns: 1fr; }
  .benchmark-scale article { min-height: 100px; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .benchmark-scale article:last-child { border-bottom: 0; }
  .benchmark-example-header { padding: 24px 20px; }
  .benchmark-video-card { padding: 16px; }
  .issue-card header { padding: 22px 20px; }
  .issue-hierarchy { grid-template-columns: 1fr; }
  .issue-hierarchy > section, .issue-hierarchy > section:nth-child(2n), .issue-hierarchy > section:nth-child(3n) { padding: 17px 18px; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .issue-hierarchy > section:last-child { border-bottom: 0; }
  .benchmark-principle h2 br { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .benchmark-grid-lines, .benchmark-portal::before { display: none; }
}

/* Project page: one focused case only */
.project-only-page main { background: #090708; }
.project-only-page .project-benchmark-portal { min-height: calc(100svh - var(--header-height)); display: flex; align-items: center; padding-top: calc(var(--header-height) + 36px); padding-bottom: 70px; }

/* Aesthetic library directory */
.aesthetic-hero { padding-bottom: clamp(52px, 6vw, 78px); }
.aesthetic-directory { padding: 0 0 clamp(90px, 11vw, 150px); }
.aesthetic-list { position: relative; border-top: 1px solid rgba(34,28,29,.2); }
.aesthetic-row { position: relative; isolation: isolate; min-height: 128px; display: grid; grid-template-columns: 52px minmax(210px, 1.05fr) minmax(190px, 1fr) minmax(120px, .55fr) 42px; align-items: center; gap: 18px; color: var(--ink); border-bottom: 1px solid rgba(34,28,29,.2); transition: color .35s var(--ease), padding .35s var(--ease), background .35s; }
.aesthetic-row::before { content: ""; position: absolute; inset: 0; z-index: -2; background: #171315; transform: scaleY(0); transform-origin: bottom; transition: transform .42s var(--ease); }
.aesthetic-row:hover, .aesthetic-row:focus-visible { color: var(--ivory); padding-inline: 20px; }
.aesthetic-row:hover::before, .aesthetic-row:focus-visible::before { transform: scaleY(1); }
.aesthetic-number { align-self: start; padding-top: 36px; color: var(--wine); font-family: var(--display); font-size: 9px; letter-spacing: .12em; }
.aesthetic-row strong { position: relative; z-index: 2; font-family: var(--display); font-size: clamp(27px, 2.7vw, 39px); font-weight: 600; letter-spacing: -.03em; }
.aesthetic-row small, .aesthetic-status { position: relative; z-index: 2; font-family: var(--display); font-size: 8px; letter-spacing: .2em; }
.aesthetic-row small { color: #766c65; }
.aesthetic-status { justify-self: end; color: #756b64; }
.aesthetic-row > i { position: relative; z-index: 2; justify-self: end; font-family: var(--display); font-size: 23px; font-style: normal; transition: transform .35s var(--ease); }
.aesthetic-row:hover .aesthetic-number, .aesthetic-row:focus-visible .aesthetic-number { color: var(--gold); }
.aesthetic-row:hover small, .aesthetic-row:hover .aesthetic-status, .aesthetic-row:focus-visible small, .aesthetic-row:focus-visible .aesthetic-status { color: #b9afa7; }
.aesthetic-row:hover > i, .aesthetic-row:focus-visible > i { color: var(--gold); transform: translate(5px, 5px); }
.aesthetic-row-preview { position: absolute; z-index: 1; left: 21%; width: 150px; aspect-ratio: 1.45; border: 1px solid rgba(180,154,107,.6); border-radius: 2px; opacity: 0; pointer-events: none; transform: translate(-12px, 12px) rotate(-5deg) scale(.92); box-shadow: 0 18px 45px rgba(0,0,0,.28); transition: opacity .3s, transform .45s var(--ease); }
.aesthetic-row:hover .aesthetic-row-preview, .aesthetic-row:focus-visible .aesthetic-row-preview { opacity: .92; transform: translate(0, 0) rotate(-3deg) scale(1); }
.preview-tone { background: #3b2b22 url("assets/aesthetic/tone-warm.jpg") center / cover no-repeat; }
.preview-angle { background: #2a2726 url("assets/aesthetic/angle-high.jpeg") center 35% / cover no-repeat; clip-path: polygon(8% 0, 100% 12%, 88% 100%, 0 84%); }
.preview-composition { background: #232020 url("assets/aesthetic/composition-leading-lines.jpeg") center / cover no-repeat; }
.preview-shot { background: #272323 url("assets/aesthetic/shot-close-up.jpeg") center / cover no-repeat; }
.preview-lighting { background-image: linear-gradient(110deg, rgba(12, 8, 9, .14), rgba(63, 34, 23, .34)), url("assets/aesthetic/lighting-golden-hour.jpeg"); background-size: cover; background-position: center 42%; }
.preview-focal { background-image: linear-gradient(110deg, rgba(12, 8, 9, .12), rgba(25, 18, 20, .32)), url("assets/aesthetic/focal-ultra-wide.jpeg"); background-size: cover; background-position: center 36%; }
.preview-movement { background: linear-gradient(112deg, #111 0 24%, #672f38 25% 31%, #141315 32% 48%, #aa8953 49% 54%, #111 55%); }
.preview-style { background: linear-gradient(135deg, #172537, #6f3546 46%, #b28a55 47% 52%, #171317 53%); }

/* Shared detail template for the eight library categories */
.aesthetic-detail-hero { padding: calc(var(--header-height) + clamp(45px, 7vw, 90px)) 0 clamp(48px, 6vw, 76px); }
.aesthetic-detail-hero .back-link { margin-bottom: clamp(46px, 7vw, 76px); color: #665d57; }
.aesthetic-detail-heading { display: grid; grid-template-columns: 1fr .72fr; align-items: end; gap: clamp(44px, 9vw, 130px); }
.aesthetic-detail-heading h1 { margin: 8px 0 0; color: var(--ink); font-family: var(--display); font-size: clamp(62px, 10vw, 138px); font-weight: 500; letter-spacing: -.055em; line-height: .9; }
.aesthetic-detail-heading > p { max-width: 520px; margin: 0 0 6px; color: #665d57; font-size: 13px; line-height: 1.9; }
.aesthetic-detail-content { min-height: 52vh; padding: 0 0 clamp(90px, 12vw, 160px); }
.aesthetic-placeholder-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(28px, 4vw, 62px) clamp(18px, 3vw, 42px); padding-top: clamp(38px, 6vw, 72px); border-top: 1px solid rgba(34,28,29,.2); }
.aesthetic-placeholder-card { grid-column: span 6; margin: 0; }
.aesthetic-placeholder-card:nth-child(3n) { grid-column: 3 / span 8; }
.aesthetic-placeholder-media { position: relative; display: grid; place-items: center; aspect-ratio: 16 / 10; overflow: hidden; color: #8b8078; border: 1px solid rgba(34,28,29,.2); background: linear-gradient(145deg, rgba(34,28,29,.035), rgba(97,36,46,.06)); font-family: var(--display); font-size: 8px; letter-spacing: .2em; }
.aesthetic-placeholder-media::before { content: ""; position: absolute; inset: 12%; border: 1px solid rgba(34,28,29,.12); transform: skew(-4deg); }
.aesthetic-placeholder-card figcaption { display: flex; justify-content: space-between; gap: 20px; padding-top: 12px; color: #756b64; font-size: 10px; }
.aesthetic-placeholder-card figcaption span:first-child { color: var(--wine); font-family: var(--display); letter-spacing: .12em; }

/* Finished visual-reference cards: preserve every source image's native ratio. */
.aesthetic-entry-card { grid-column: span 6; min-width: 0; margin: 0; overflow: hidden; color: var(--ivory); border: 1px solid rgba(180,154,107,.28); background: #191617; box-shadow: 0 24px 64px rgba(23,15,17,.12); transition: transform .4s var(--ease), border-color .35s var(--ease), box-shadow .4s var(--ease); }
.aesthetic-entry-card:nth-child(3n) { grid-column: 3 / span 8; }
.aesthetic-entry-card:hover, .aesthetic-entry-card:focus-visible { border-color: rgba(190,158,101,.72); box-shadow: 0 30px 74px rgba(23,15,17,.2); transform: translateY(-5px); }
.aesthetic-entry-card:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
.aesthetic-entry-media { display: grid; min-height: 250px; max-height: min(74vh, 760px); overflow: hidden; place-items: center; cursor: zoom-in; background: #0d0b0c; }
.aesthetic-entry-media img { display: block; width: 100%; height: auto; max-height: min(74vh, 760px); object-fit: contain; transition: transform .7s var(--ease), filter .5s var(--ease); }
.aesthetic-entry-card:hover .aesthetic-entry-media img { transform: scale(1.018); filter: brightness(1.035); }
.aesthetic-entry-card figcaption { padding: clamp(24px, 3.2vw, 42px); }
.aesthetic-entry-card figcaption > p { margin: 0 0 18px; color: #d47f68; font-family: var(--display); font-size: 9px; letter-spacing: .19em; }
.aesthetic-entry-card h2 { margin: 0 0 clamp(28px, 4vw, 46px); font-family: var(--display); font-size: clamp(33px, 4.5vw, 62px); font-weight: 500; letter-spacing: -.045em; line-height: 1; }
.aesthetic-entry-card dl { margin: 0; }
.aesthetic-entry-card dl > div { display: grid; grid-template-columns: 88px minmax(0, 1fr); gap: 20px; padding: 17px 0; border-top: 1px solid rgba(242,237,228,.14); }
.aesthetic-entry-card dt { color: #8f8680; font-family: var(--display); font-size: 9px; letter-spacing: .12em; }
.aesthetic-entry-card dd { margin: 0; color: #d3cbc2; font-size: 13px; line-height: 1.8; }

/* Visual style archive: each family keeps its references together for direct comparison. */
.aesthetic-placeholder-grid:has(.style-family) { display: block; padding-top: 0; border-top: 0; }
.style-family { padding: clamp(34px, 5vw, 64px) 0; border-top: 1px solid rgba(34,28,29,.2); }
.style-family:first-child { padding-top: clamp(18px, 3vw, 32px); }
.style-family-heading { display: grid; grid-template-columns: 48px minmax(0, 1fr) auto; align-items: end; gap: 18px; }
.style-family-heading > span,
.style-family-heading small,
.style-family-heading p { margin: 0; color: var(--wine); font-family: var(--display); font-size: 9px; letter-spacing: .18em; }
.style-family-heading > span { align-self: start; padding-top: 10px; }
.style-family-heading h2 { margin: 5px 0 0; color: var(--ink); font-family: var(--display); font-size: clamp(34px, 4vw, 58px); font-weight: 500; letter-spacing: -.05em; line-height: .95; }
.style-family-heading small { padding-bottom: 6px; color: #756b64; white-space: nowrap; }
.style-family-definition { max-width: 660px; margin: 22px 0 26px 66px; color: #685e59; font-family: var(--serif); font-size: 14px; line-height: 1.85; }
.style-family-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-left: 66px; }
.style-family-gallery[data-count="1"] { grid-template-columns: minmax(0, 460px); }
.style-family-gallery[data-count="2"] { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 920px; }
.style-family-gallery .aesthetic-entry-card,
.style-family-gallery .aesthetic-entry-card:nth-child(3n) { grid-column: auto; margin: 0; }
.style-family-gallery .aesthetic-entry-media { display: block; min-height: 0; max-height: none; aspect-ratio: auto; }
.style-family-gallery .aesthetic-entry-media img { width: 100%; height: auto; max-height: none; object-fit: contain; }
.style-family-gallery .aesthetic-entry-card:hover .aesthetic-entry-media img { transform: none; }
.style-family-gallery .style-reference-card figcaption { padding: 15px 17px 17px; }
.style-family-gallery .style-reference-card figcaption > p { margin-bottom: 7px; font-size: 8px; }
.style-reference-caption { color: #d3cbc2; font-size: 12px; line-height: 1.65; }

/* 镜头语言：基础内容保持两排浏览，新增沉浸视角独立放在下方。 */
.aesthetic-placeholder-grid.is-video-grid,
.aesthetic-video-strip {
  grid-auto-flow: column;
  grid-template-columns: none;
  grid-template-rows: repeat(2, minmax(0, auto));
  grid-auto-columns: clamp(260px, 25vw, 340px);
  gap: 14px;
  overflow-x: auto;
  padding: 28px 0 20px;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x proximity;
  scrollbar-color: var(--gold) rgba(34,28,29,.12);
  scrollbar-width: thin;
}
.aesthetic-placeholder-grid.is-grouped-video-library {
  display: block;
  padding-top: 28px;
}
.aesthetic-video-strip { display: grid; }
.aesthetic-video-additions {
  margin-top: clamp(42px, 6vw, 76px);
  padding-top: clamp(28px, 4vw, 46px);
  border-top: 1px solid rgba(34,28,29,.2);
}
.aesthetic-video-additions-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}
.aesthetic-video-additions-heading p {
  margin: 0 0 8px;
  color: var(--wine);
  font-family: var(--display);
  font-size: 9px;
  letter-spacing: .18em;
}
.aesthetic-video-additions-heading h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 500;
  letter-spacing: -.04em;
}
.aesthetic-video-additions-heading > span {
  padding-bottom: 6px;
  color: #756b64;
  font-family: var(--display);
  font-size: 9px;
  letter-spacing: .16em;
}
.aesthetic-video-secondary { grid-template-rows: minmax(0, auto); }
.is-video-grid .aesthetic-entry-card,
.is-video-grid .aesthetic-entry-card:nth-child(3n),
.aesthetic-video-strip .aesthetic-entry-card,
.aesthetic-video-strip .aesthetic-entry-card:nth-child(3n) {
  grid-column: auto;
  scroll-snap-align: start;
}
.is-video-grid .aesthetic-entry-media,
.aesthetic-video-strip .aesthetic-entry-media {
  aspect-ratio: 16 / 9;
  min-height: 0;
  max-height: none;
  cursor: default;
}
.is-video-grid .aesthetic-entry-media video,
.aesthetic-video-strip .aesthetic-entry-media video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #0d0b0c;
}
.is-video-grid .aesthetic-entry-card figcaption,
.aesthetic-video-strip .aesthetic-entry-card figcaption { padding: 16px 17px 18px; }
.is-video-grid .aesthetic-entry-card figcaption > p,
.aesthetic-video-strip .aesthetic-entry-card figcaption > p { margin-bottom: 9px; font-size: 8px; }
.is-video-grid .aesthetic-entry-card h2,
.aesthetic-video-strip .aesthetic-entry-card h2 { margin-bottom: 14px; font-size: clamp(23px, 2vw, 30px); }
.is-video-grid .aesthetic-entry-card dl > div,
.aesthetic-video-strip .aesthetic-entry-card dl > div { grid-template-columns: 52px minmax(0, 1fr); gap: 10px; padding: 9px 0; }
.is-video-grid .aesthetic-entry-card dd,
.aesthetic-video-strip .aesthetic-entry-card dd { font-size: 11px; line-height: 1.6; }

@media (max-width: 800px) {
  .project-only-page .project-benchmark-portal { align-items: flex-start; padding-top: calc(var(--header-height) + 75px); }
  .aesthetic-row { grid-template-columns: 34px 1fr 34px; min-height: 104px; gap: 12px; }
  .aesthetic-row small, .aesthetic-status { display: none; }
  .aesthetic-row-preview { left: auto; right: 68px; width: 116px; }
  .aesthetic-detail-heading { grid-template-columns: 1fr; gap: 28px; }
  .benchmark-taxonomy .benchmark-section-heading { grid-template-columns: 1fr; }
  .style-family-heading { grid-template-columns: 32px minmax(0, 1fr); gap: 12px; }
  .style-family-heading small { display: none; }
  .style-family-definition, .style-family-gallery { margin-left: 44px; }
  .style-family-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
  .aesthetic-row { min-height: 92px; }
  .aesthetic-number { padding-top: 27px; }
  .aesthetic-row:hover, .aesthetic-row:focus-visible { padding-inline: 10px; }
  .aesthetic-row-preview { display: none; }
  .aesthetic-placeholder-grid { grid-template-columns: 1fr; }
  .aesthetic-placeholder-card, .aesthetic-placeholder-card:nth-child(3n), .aesthetic-entry-card, .aesthetic-entry-card:nth-child(3n) { grid-column: auto; }
  .aesthetic-entry-media { min-height: 180px; max-height: 68vh; }
  .aesthetic-entry-media img { max-height: 68vh; }
  .aesthetic-entry-card dl > div { grid-template-columns: 1fr; gap: 8px; }
  .style-family { padding-block: 34px; }
  .style-family-heading h2 { font-size: clamp(31px, 11vw, 46px); }
  .style-family-definition { margin: 17px 0 20px; font-size: 13px; }
  .style-family-gallery, .style-family-gallery[data-count="1"], .style-family-gallery[data-count="2"] { grid-template-columns: 1fr; max-width: none; margin-left: 0; }
  .style-family-gallery .aesthetic-entry-media { aspect-ratio: auto; }
  .aesthetic-detail-heading h1 { font-size: clamp(58px, 22vw, 88px); }
  .aesthetic-placeholder-grid.is-video-grid,
  .aesthetic-video-strip {
    grid-template-columns: none;
    grid-template-rows: repeat(2, minmax(0, auto));
    grid-auto-columns: min(82vw, 310px);
    gap: 12px;
    padding-top: 22px;
  }
  .aesthetic-video-secondary { grid-template-rows: minmax(0, auto); }
  .aesthetic-video-additions-heading { align-items: flex-start; }
  .is-video-grid .aesthetic-entry-media,
  .aesthetic-video-strip .aesthetic-entry-media { min-height: 0; max-height: none; }
  .is-video-grid .aesthetic-entry-card dl > div,
  .aesthetic-video-strip .aesthetic-entry-card dl > div { grid-template-columns: 48px minmax(0, 1fr); gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  .aesthetic-row, .aesthetic-row::before, .aesthetic-row-preview, .aesthetic-row > i, .aesthetic-entry-card, .aesthetic-entry-media img { transition: none; }
}
