:root {
  --ink: #0b0b0d;
  --ink-soft: #111114;
  --paper: #e8e3da;
  --muted: #8c8983;
  --line: rgba(232, 227, 218, 0.16);
  --amber: #d8a05f;
  --amber-rgb: 216, 160, 95;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --serif: Georgia, "Times New Roman", "Songti SC", SimSun, serif;
  --sans: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

body::before {
  content: "";
  position: fixed;
  z-index: -2;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 42% at 50% 2%, rgba(var(--amber-rgb), 0.075), transparent 70%),
    linear-gradient(115deg, #0b0b0d 0%, #0d0d0f 46%, #09090b 100%);
}

a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
::selection { background: var(--amber); color: var(--ink); }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  background: var(--amber);
  color: var(--ink);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.grain {
  position: fixed;
  z-index: 100;
  inset: 0;
  pointer-events: none;
  opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 3.2vw;
  transition: background 0.5s ease, border-color 0.5s ease, transform 0.5s var(--ease-out);
  border-bottom: 1px solid transparent;
}

.site-header.is-scrolled {
  background: rgba(11, 11, 13, 0.94);
  border-color: var(--line);
}

.site-header.is-hidden { transform: translateY(-100%); }

.nav-shell {
  height: 76px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.nav-brand,
.footer-mark {
  justify-self: start;
  font-family: var(--serif);
  font-size: 25px;
  letter-spacing: 0.055em;
}

.nav-brand span,
.footer-mark span { color: var(--amber); font-style: italic; }

.nav-links { display: flex; align-items: center; gap: clamp(20px, 3.5vw, 58px); }
.nav-links a {
  color: #aaa6a0;
  font-size: 11px;
  letter-spacing: 0.18em;
  transition: color 0.3s ease;
}
.nav-links a span { margin-right: 7px; color: rgba(var(--amber-rgb), 0.7); font-family: var(--serif); }
.nav-links a:hover,
.nav-links a:focus-visible { color: var(--paper); }

.nav-index {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 9px;
  letter-spacing: 0.22em;
}
.nav-index i {
  width: 7px;
  height: 7px;
  border: 1px solid var(--amber);
  transform: rotate(45deg);
  transition: background 0.3s ease, transform 0.4s var(--ease-out);
}
.nav-index:hover i { background: var(--amber); transform: rotate(135deg); }

.hero {
  --light-x: 50%;
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  isolation: isolate;
  overflow: hidden;
  padding: 100px 5vw 70px;
}

.hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(232, 227, 218, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(232, 227, 218, 0.045) 1px, transparent 1px);
  background-size: 100% 12.5%, 12.5% 100%;
  mask-image: linear-gradient(to bottom, transparent 2%, #000 36%, #000 68%, transparent 98%);
}

.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 51%;
  left: 50%;
  width: 110vw;
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(var(--amber-rgb), 0.18), rgba(232, 227, 218, 0.55), rgba(var(--amber-rgb), 0.18), transparent);
  box-shadow: 0 0 38px rgba(var(--amber-rgb), 0.22);
}

.hero-coordinates {
  position: absolute;
  top: 112px;
  left: 3.2vw;
  right: 3.2vw;
  display: flex;
  justify-content: space-between;
  color: #686762;
  font-family: ui-monospace, "Cascadia Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
  letter-spacing: 0.18em;
}
.hero-coordinates span:nth-child(2) { color: rgba(var(--amber-rgb), 0.72); }

.hero-stage {
  position: absolute;
  top: 45.5%;
  left: 50%;
  width: min(1120px, 91vw);
  height: min(47vw, 530px);
  min-height: 280px;
  transform: translate(-50%, -50%);
  perspective: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mirror-glow {
  position: absolute;
  top: 50%;
  left: var(--light-x);
  width: 28%;
  height: 86%;
  background: linear-gradient(105deg, transparent 25%, rgba(var(--amber-rgb), 0.075), rgba(255, 245, 225, 0.12), rgba(var(--amber-rgb), 0.04), transparent 72%);
  transform: translate(-50%, -50%) skewX(-16deg);
  filter: blur(12px);
  transition: left 0.18s linear;
}

.wordmark {
  position: relative;
  z-index: 4;
  width: min(82vw, 990px);
  height: clamp(150px, 22vw, 300px);
  border: 0;
  padding: 0;
  background: transparent;
  cursor: crosshair;
  perspective: 1300px;
  -webkit-tap-highlight-color: transparent;
}

.wordmark:focus-visible { outline: 1px solid var(--amber); outline-offset: 8px; }

.wordmark-tilt {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform 0.7s var(--ease-out);
}

.wordmark-face {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  backface-visibility: hidden;
  font-family: var(--serif);
  font-size: clamp(118px, 19vw, 272px);
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: -0.075em;
  padding-right: 0.075em;
  color: transparent;
  background:
    linear-gradient(102deg,
      #595854 0%, #c1bdb5 15%, #f1ece3 25%, #75736e 39%,
      #f4eee3 47%, #9e7950 50%, #f2ddbd 53%, #6a6864 61%, #e8e3da 79%, #77746f 100%);
  background-size: 160% 100%;
  background-position: var(--light-x) center;
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 18px 20px rgba(0, 0, 0, 0.55));
  transition: background-position 0.16s linear, filter 0.5s ease;
}

.wordmark-front::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 5%;
  bottom: 4%;
  width: 1px;
  background: linear-gradient(transparent, var(--amber) 16%, #fff1dc 50%, var(--amber) 84%, transparent);
  box-shadow: 0 0 18px rgba(var(--amber-rgb), 0.75);
  transform: translateX(-50%);
}

.wordmark-back {
  transform: rotateY(180deg);
  background: none;
  -webkit-text-stroke: 1px rgba(232, 227, 218, 0.75);
  color: rgba(216, 160, 95, 0.06);
  text-shadow: 0 0 32px rgba(var(--amber-rgb), 0.28);
}
.wordmark-back small {
  position: absolute;
  top: 1%;
  left: 50%;
  transform: translateX(-50%);
  color: var(--amber);
  font-family: var(--sans);
  font-size: 8px;
  letter-spacing: 0.55em;
  -webkit-text-stroke: 0;
  padding-left: 0.55em;
}

.wordmark-sheen {
  position: absolute;
  z-index: 7;
  top: 5%;
  bottom: 5%;
  left: var(--light-x);
  width: 12%;
  transform: translateX(-50%) skewX(-12deg) translateZ(3px);
  background: linear-gradient(90deg, transparent, rgba(255, 244, 222, 0.18), transparent);
  filter: blur(8px);
  pointer-events: none;
}

.wordmark.is-flipped .wordmark-tilt { transform: rotateY(180deg) !important; }
.wordmark.is-flipped + .mirror-axis span { box-shadow: 0 0 28px rgba(var(--amber-rgb), 0.9); }

.mirror-axis {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 10%;
  height: 80%;
  width: 1px;
  pointer-events: none;
}
.mirror-axis span {
  display: block;
  height: 100%;
  background: linear-gradient(transparent, rgba(var(--amber-rgb), 0.24), var(--amber), rgba(var(--amber-rgb), 0.24), transparent);
  transition: box-shadow 0.6s ease;
}

.wordmark-reflection {
  position: absolute;
  z-index: 1;
  top: calc(50% + clamp(67px, 9vw, 120px));
  left: 50%;
  transform: translateX(-50%) scaleY(-0.55);
  transform-origin: top;
  width: 100%;
  color: rgba(216, 160, 95, 0.12);
  font-family: var(--serif);
  font-size: clamp(118px, 19vw, 272px);
  line-height: 0.8;
  letter-spacing: -0.075em;
  text-align: center;
  filter: blur(2px);
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.55), transparent 72%);
  pointer-events: none;
}

.mirror-result {
  position: absolute;
  z-index: 8;
  top: 7%;
  left: 50%;
  margin: 0;
  color: var(--amber);
  font-family: var(--serif);
  font-size: 12px;
  letter-spacing: 0.2em;
  opacity: 0;
  transform: translate(-50%, 8px);
  transition: opacity 0.5s ease, transform 0.5s var(--ease-out);
  white-space: nowrap;
}
.mirror-result.is-visible { opacity: 1; transform: translate(-50%, 0); }

.hero-copy {
  position: absolute;
  left: 7vw;
  bottom: 9vh;
}
.eyebrow {
  margin: 0 0 16px;
  color: var(--amber);
  font-family: ui-monospace, "Cascadia Mono", Consolas, monospace;
  font-size: 8px;
  letter-spacing: 0.28em;
}
.hero-copy h1 { margin: 0; font-family: var(--serif); font-size: clamp(27px, 3vw, 44px); font-weight: 400; letter-spacing: 0.08em; }
.hero-copy > p:last-child { margin: 9px 0 0; color: #77756f; font-family: var(--serif); font-size: 13px; font-style: italic; letter-spacing: 0.08em; }

.interaction-hint {
  position: absolute;
  right: 7vw;
  bottom: 10vh;
  margin: 0;
  color: #706e69;
  font-size: 10px;
  letter-spacing: 0.16em;
}
.interaction-hint span { color: var(--amber); margin-right: 9px; }

.scroll-cue {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: #5e5c58;
  font-size: 8px;
  letter-spacing: 0.22em;
  transform: translateX(-50%);
}
.scroll-cue i { width: 1px; height: 44px; overflow: hidden; background: var(--line); }
.scroll-cue i::after { content: ""; display: block; width: 100%; height: 45%; background: var(--amber); animation: scroll-line 2.3s var(--ease-out) infinite; }
@keyframes scroll-line { from { transform: translateY(-120%); } to { transform: translateY(250%); } }

.section {
  position: relative;
  max-width: 1440px;
  min-height: 90vh;
  margin: 0 auto;
  padding: 120px 7vw 130px;
  border-top: 1px solid var(--line);
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: clamp(80px, 11vw, 155px);
  color: #77746f;
  font-size: 9px;
  letter-spacing: 0.24em;
}
.section-head p { margin: 0; }
.section-head p:first-child { color: var(--paper); }
.section-head p:first-child span { display: inline-block; width: 42px; height: 1px; margin: 0 13px 3px; background: var(--amber); }

.manifesto-grid,
.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: 9vw;
  align-items: start;
}

.statement,
.projects-intro h2,
.about-grid h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(42px, 6.1vw, 88px);
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: -0.045em;
}
.statement em { color: var(--amber); font-weight: 400; }

.manifesto-copy,
.about-story { padding-top: 14px; }
.manifesto-copy > p,
.about-story > p:not(.signature) {
  margin: 0 0 24px;
  color: #aaa69f;
  font-family: var(--serif);
  font-size: 16px;
  line-height: 2;
}
.manifesto-copy > p:first-child::first-letter { color: var(--amber); font-size: 3em; line-height: 0.8; float: left; margin: 10px 8px 0 0; }

.mirror-formula {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: center;
  gap: 15px;
  margin-top: 58px;
  color: #c9c4ba;
  font-family: var(--serif);
  font-size: 28px;
  letter-spacing: 0.12em;
}
.mirror-formula i { height: 1px; background: linear-gradient(90deg, transparent, rgba(var(--amber-rgb), 0.5)); }
.mirror-formula i:nth-of-type(2) { background: linear-gradient(90deg, rgba(var(--amber-rgb), 0.5), transparent); }
.mirror-formula b { color: var(--amber); font-weight: 400; font-style: italic; }
.edge-note { position: absolute; right: 7vw; bottom: 40px; margin: 0; color: #39393a; font-family: var(--serif); font-size: clamp(30px, 5.8vw, 82px); letter-spacing: 0.04em; }

.projects { padding-bottom: 160px; }
.projects-intro {
  display: grid;
  grid-template-columns: 1.5fr 0.5fr;
  gap: 6vw;
  align-items: end;
  margin-bottom: 90px;
}
.projects-intro h2 { font-size: clamp(40px, 5.3vw, 76px); }
.projects-intro > p { margin: 0 0 10px; color: #7d7a74; font-family: var(--serif); font-size: 14px; line-height: 1.9; }

.project-list { border-top: 1px solid rgba(232, 227, 218, 0.32); }
.project-row {
  --row-x: 50%;
  position: relative;
  min-height: 118px;
  display: grid;
  grid-template-columns: 65px minmax(260px, 1.25fr) minmax(220px, 0.9fr) 120px 35px;
  align-items: center;
  gap: 18px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  transition: color 0.45s ease, padding 0.55s var(--ease-out);
}
.project-row::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(100deg, transparent 0%, rgba(var(--amber-rgb), 0.045) 45%, rgba(var(--amber-rgb), 0.12) 50%, rgba(var(--amber-rgb), 0.035) 55%, transparent 100%);
  transform: translateX(-105%);
  transition: transform 0.8s var(--ease-out);
}
.project-row::after {
  content: attr(data-domain);
  position: absolute;
  z-index: -1;
  right: 9%;
  bottom: -31px;
  color: rgba(var(--amber-rgb), 0.06);
  font-family: var(--serif);
  font-size: 62px;
  letter-spacing: -0.02em;
  transform: scaleY(-1) translateY(-18px);
  filter: blur(1px);
  opacity: 0;
  transition: transform 0.65s var(--ease-out), opacity 0.5s ease;
}
.project-row:hover,
.project-row:focus-visible { padding-left: 13px; outline: none; }
.project-row:hover::before,
.project-row:focus-visible::before { transform: translateX(0); }
.project-row:hover::after,
.project-row:focus-visible::after { opacity: 1; transform: scaleY(-1) translateY(0); }

.project-no { color: #5f5d59; font-family: var(--serif); font-size: 11px; }
.project-name { display: flex; align-items: baseline; gap: 20px; }
.project-name b { font-family: var(--serif); font-size: 24px; font-weight: 400; letter-spacing: 0.08em; }
.project-name small { color: #77746f; font-size: 10px; letter-spacing: 0.12em; }
.project-domain { color: #96928b; font-family: ui-monospace, "Cascadia Mono", Consolas, monospace; font-size: 11px; }
.project-status { justify-self: start; color: #716f6a; font-size: 9px; letter-spacing: 0.16em; }
.project-status i { display: inline-block; width: 5px; height: 5px; margin: 0 8px 1px 0; background: var(--amber); border-radius: 50%; box-shadow: 0 0 10px rgba(var(--amber-rgb), 0.9); animation: status-pulse 2.2s ease-in-out infinite; }
@keyframes status-pulse { 50% { opacity: 0.35; box-shadow: 0 0 3px rgba(var(--amber-rgb), 0.4); } }
.project-arrow { justify-self: end; color: var(--amber); font-size: 17px; transform: translate(-5px, 5px); opacity: 0.4; transition: transform 0.45s var(--ease-out), opacity 0.3s ease; }
.project-row:hover .project-arrow,
.project-row:focus-visible .project-arrow { transform: translate(0, 0); opacity: 1; }
.project-future { cursor: default; }
.project-future .project-name,
.project-future .project-domain { opacity: 0.58; }

.about { min-height: 100vh; overflow: hidden; }
.palindrome {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(170px, 26vw, 360px);
  margin: -65px 0 95px;
  font-family: var(--serif);
  font-size: clamp(86px, 16vw, 230px);
  line-height: 1;
  letter-spacing: -0.07em;
  color: rgba(232, 227, 218, 0.12);
}
.palindrome > b { position: relative; z-index: 2; color: var(--amber); font-weight: 400; font-style: italic; text-shadow: 0 0 35px rgba(var(--amber-rgb), 0.27); }
.palindrome > i { position: absolute; z-index: 1; top: 0; bottom: 0; left: 50%; width: 1px; background: linear-gradient(transparent, var(--amber), transparent); }
.palindrome-reflect { position: absolute; top: calc(50% + 0.4em); left: 50%; transform: translateX(-50%) scaleY(-0.32); transform-origin: top; color: rgba(216,160,95,.045); mask-image: linear-gradient(#000, transparent 80%); }
.palindrome-reflect b { color: inherit; font-weight: inherit; }

.about-grid h2 { font-size: clamp(44px, 6vw, 84px); }
.about-story strong { color: var(--paper); font-weight: 400; }
.signature { display: flex; flex-direction: column; align-items: flex-end; margin: 62px 0 0; font-family: var(--serif); }
.signature span { color: var(--amber); font-size: 18px; font-style: italic; }
.signature b { margin-top: 7px; color: #5f5c57; font-size: 9px; font-weight: 400; letter-spacing: 0.22em; }

.site-footer {
  min-height: 265px;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: 1fr auto;
  align-items: center;
  margin: 0 3.2vw;
  padding: 45px 3.8vw 32px;
  border-top: 1px solid var(--line);
}
.footer-mark { font-size: clamp(55px, 8vw, 110px); color: #3a3939; transition: color 0.5s ease; }
.footer-mark:hover { color: var(--paper); }
.site-footer > p { color: #6f6c67; font-family: var(--serif); font-size: 13px; font-style: italic; letter-spacing: 0.12em; }
.site-footer > p i { display: inline-block; width: 1px; height: 20px; margin: 0 16px -6px; background: var(--amber); }
.site-footer > div { grid-column: 1 / -1; display: flex; justify-content: space-between; padding-top: 25px; border-top: 1px solid rgba(232,227,218,.08); color: #55534f; font-size: 8px; letter-spacing: 0.2em; }
.site-footer > div a:hover { color: var(--amber); }

.reveal { opacity: 0; transform: translateY(34px); transition: opacity 0.9s ease, transform 1.05s var(--ease-out); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.project-row.reveal:nth-child(2) { transition-delay: 0.07s; }
.project-row.reveal:nth-child(3) { transition-delay: 0.14s; }
.project-row.reveal:nth-child(4) { transition-delay: 0.21s; }
.project-row.reveal:nth-child(5) { transition-delay: 0.28s; }

/* 404 — a missing object leaves only its mirror axis. */
.not-found { min-height: 100svh; overflow: hidden; }
.error-stage { min-height: 100svh; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 40px 24px; text-align: center; }
.error-stage::before { content: ""; position: absolute; left: 50%; top: 8vh; bottom: 8vh; width: 1px; background: linear-gradient(transparent, rgba(var(--amber-rgb),.7), transparent); box-shadow: 0 0 26px rgba(var(--amber-rgb),.2); }
.error-code { position: relative; z-index: 1; display: flex; align-items: center; gap: clamp(18px, 5vw, 70px); margin: 0; font-family: var(--serif); font-size: clamp(110px, 25vw, 330px); line-height: .7; color: transparent; -webkit-text-stroke: 1px #77736d; }
.error-code i { width: 1px; height: .8em; background: var(--amber); }
.error-reflection { margin: .14em 0 0; color: rgba(var(--amber-rgb),.07); font-family: var(--serif); font-size: clamp(90px, 19vw, 240px); line-height: .35; transform: scaleY(-.45); mask-image: linear-gradient(#000, transparent); }
.error-stage h1 { position: relative; z-index: 1; margin: 0 0 14px; font-family: var(--serif); font-size: clamp(28px, 4vw, 46px); font-weight: 400; letter-spacing: .13em; }
.error-stage > p:not(.error-code):not(.error-reflection) { color: #77736d; font-family: var(--serif); font-size: 14px; }
.error-stage > a { position: relative; z-index: 1; margin-top: 34px; padding: 13px 22px; border: 1px solid rgba(var(--amber-rgb),.5); color: var(--amber); font-size: 10px; letter-spacing: .2em; transition: background .3s ease, color .3s ease; }
.error-stage > a:hover { background: var(--amber); color: var(--ink); }

@media (max-width: 900px) {
  .hero-stage { top: 43%; }
  .manifesto-grid, .about-grid { grid-template-columns: 1fr; gap: 55px; }
  .manifesto-copy, .about-story { max-width: 560px; justify-self: end; }
  .projects-intro { grid-template-columns: 1fr; }
  .projects-intro > p { justify-self: end; }
  .project-row { grid-template-columns: 45px minmax(190px, 1fr) minmax(170px, .75fr) 96px 25px; }
  .project-name { flex-direction: column; gap: 6px; }
}

@media (max-width: 720px) {
  .site-header { padding: 0 20px; }
  .nav-shell { height: 62px; grid-template-columns: auto 1fr; }
  .nav-brand { font-size: 20px; }
  .nav-index { display: none; }
  .nav-links { justify-self: end; gap: 17px; }
  .nav-links a { font-size: 10px; letter-spacing: .08em; }
  .nav-links a span { display: none; }

  .hero { padding: 80px 20px 60px; }
  .hero::before { background-size: 100% 12.5%, 25% 100%; }
  .hero-coordinates { top: 85px; left: 20px; right: 20px; }
  .hero-coordinates span:nth-child(2) { display: none; }
  .hero-stage { top: 40%; width: 100vw; height: 330px; }
  .wordmark { width: 96vw; height: 160px; }
  .wordmark-face, .wordmark-reflection { font-size: clamp(92px, 29vw, 150px); }
  .wordmark-reflection { top: calc(50% + 54px); }
  .mirror-axis { top: 14%; height: 72%; }
  .mirror-result { top: 3%; font-size: 10px; letter-spacing: .13em; }
  .hero-copy { left: 24px; right: 24px; bottom: 12vh; }
  .eyebrow { margin-bottom: 11px; }
  .hero-copy h1 { font-size: 30px; }
  .interaction-hint { right: 24px; bottom: 6.5vh; font-size: 9px; }
  .scroll-cue { left: auto; right: 4px; transform: none; }

  .section { min-height: auto; padding: 90px 24px 105px; }
  .section-head { margin-bottom: 75px; }
  .section-head p:last-child { display: none; }
  .statement, .projects-intro h2, .about-grid h2 { font-size: clamp(36px, 11vw, 52px); line-height: 1.3; }
  .manifesto-copy, .about-story { justify-self: stretch; padding-top: 0; }
  .manifesto-copy > p, .about-story > p:not(.signature) { font-size: 15px; line-height: 1.95; }
  .mirror-formula { margin-top: 45px; font-size: 23px; }
  .edge-note { right: 24px; bottom: 25px; font-size: 30px; }

  .projects { padding-left: 0; padding-right: 0; }
  .projects .section-head, .projects-intro { margin-left: 24px; margin-right: 24px; }
  .projects-intro { margin-bottom: 58px; }
  .projects-intro > p { justify-self: start; }
  .project-row { min-height: 128px; grid-template-columns: 30px 1fr auto; grid-template-rows: 1fr auto; gap: 5px 12px; padding: 20px 24px; }
  .project-row:hover, .project-row:focus-visible { padding-left: 29px; }
  .project-no { grid-row: 1 / -1; align-self: center; }
  .project-name { grid-column: 2; grid-row: 1; }
  .project-name b { font-size: 21px; }
  .project-domain { grid-column: 2; grid-row: 2; font-size: 9px; }
  .project-status { grid-column: 3; grid-row: 2; white-space: nowrap; font-size: 8px; }
  .project-arrow { grid-column: 3; grid-row: 1; }
  .project-row::after { right: 3%; font-size: 40px; }

  .palindrome { margin: -35px -20px 70px; height: 150px; font-size: 25vw; }
  .about-grid { gap: 45px; }
  .signature { margin-top: 45px; }

  .site-footer { min-height: 300px; grid-template-columns: 1fr; grid-template-rows: auto auto auto; gap: 25px; margin: 0 20px; padding: 45px 4px 25px; }
  .footer-mark { font-size: 70px; }
  .site-footer > p { line-height: 1.8; }
  .site-footer > p i { margin-left: 8px; margin-right: 8px; }
  .site-footer > div { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .wordmark-tilt, .mirror-glow, .wordmark-sheen { transform: none !important; }
  .project-row::after { display: none; }
}
