:root {
  --bg: #11110f;
  --panel: #191916;
  --panel-2: #21211d;
  --text: #f1eee6;
  --muted: #a8a59c;
  --line: rgba(241, 238, 230, 0.14);
  --accent: #c8ff5a;
  --accent-dark: #1c2a05;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.22;
  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='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E");
  z-index: -1;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(17, 17, 15, 0.9);
  backdrop-filter: blur(14px);
}
.nav-wrap {
  width: min(calc(100% - 40px), var(--max));
  min-height: 78px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  display: flex;
  align-items: baseline;
  gap: 11px;
  font-weight: 800;
  letter-spacing: -0.04em;
}
.brand span:first-child { font-size: 1.45rem; }
.brand span:last-child {
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.nav-links a {
  color: var(--muted);
  transition: color 180ms ease;
}
.nav-links a:hover,
.nav-links a.active { color: var(--accent); }
.menu-toggle {
  display: none;
  border: 0;
  background: none;
  color: var(--text);
  cursor: pointer;
  padding: 8px 0 8px 8px;
}
.menu-toggle span {
  width: 25px;
  height: 1px;
  display: block;
  margin: 6px 0;
  background: currentColor;
}

main { overflow: hidden; }
.container {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}
.hero {
  min-height: calc(100vh - 79px);
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  gap: 80px;
  padding-block: 70px;
}
.home-hero {
  width: 100%;
  max-width: none;
  min-height: calc(100vh - 79px);
  padding: 84px max(40px, calc((100vw - var(--max)) / 2));
  grid-template-columns: minmax(440px, .78fr) minmax(0, 1.22fr);
  grid-template-rows: auto auto;
  align-content: center;
  gap: 18px 80px;
  position: relative;
  isolation: isolate;
  background-color: #07101e;
  background-image: url("assets/images/hero.jpg");
  background-position: 84% center;
  background-size: auto 70%;
  background-repeat: no-repeat;
  box-shadow: inset 0 -1px #426bff;
}
.home-hero > div:first-child,
.home-hero .hero-copy { grid-column: 1; }
.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, #07101e 0%, rgba(7,16,30,.94) 34%, rgba(7,16,30,.36) 63%, rgba(7,16,30,.05) 82%),
    linear-gradient(0deg, rgba(7,16,30,.7), transparent 42%);
}
.home-hero::after {
  content: "";
  position: absolute;
  width: 38vw;
  height: 38vw;
  min-width: 420px;
  min-height: 420px;
  right: -10vw;
  top: 50%;
  z-index: -2;
  border: 1px solid rgba(66,107,255,.34);
  border-radius: 50%;
  transform: translateY(-50%);
}
.home-page {
  --accent: #5d7cff;
  --accent-dark: #071846;
}
.statement-page {
  --accent: #718cff;
  --accent-dark: #071846;
}
.home-page .site-header { background: rgba(7, 16, 30, .9); }
.home-page .marquee { background: #426bff; border-color: #426bff; }
.home-page .marquee div,
.home-page .marquee b { color: #f6f2e9; }
.eyebrow {
  margin: 0 0 18px;
  color: var(--accent);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.hero h1 {
  margin: 0;
  font-size: clamp(6rem, 14vw, 11.5rem);
  line-height: 0.82;
  letter-spacing: -0.1em;
  font-weight: 900;
}
.artist-lockup { position: relative; }
.hero h1 .cn-mark {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 430px;
  height: 178px;
  font-family: "Kaiti SC", "STKaiti", "Songti SC", serif;
  font-weight: 700;
  line-height: .75;
  transform: rotate(-3deg);
  transform-origin: left center;
}
.hero h1 .cn-mark::before {
  content: "";
  position: absolute;
  inset: 17px 18px 3px -10px;
  border: 1px solid rgba(93,124,255,.72);
  transform: skewX(-9deg);
}
.cn-char {
  position: relative;
  display: inline-block;
  font-size: 10rem;
  text-shadow: 0 14px 35px rgba(0,0,0,.4);
}
.cn-first {
  z-index: 2;
  color: #f2eee5;
  transform: translateY(-5px);
}
.cn-second {
  z-index: 3;
  margin-left: -.22em;
  color: #5d7cff;
  transform: translateY(19px) rotate(5deg);
  text-shadow: 0 0 28px rgba(93,124,255,.24);
}
.romanized {
  position: absolute;
  right: 4px;
  top: 10px;
  color: #aebcff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .65rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .24em;
}
.hero h1 .en {
  display: block;
  width: max-content;
  margin-top: 18px;
  padding: 5px 10px 5px 46px;
  color: #dce4ff;
  border-bottom: 1px solid rgba(220,228,255,.4);
  font-size: clamp(2rem, 4.5vw, 3.85rem);
  font-weight: 400;
  font-style: italic;
  letter-spacing: -0.055em;
  transform: translateX(-38px);
}
.hero-copy {
  padding: 34px 0 34px 40px;
  border-left: 1px solid var(--line);
}
.home-hero .hero-copy {
  max-width: 520px;
  padding: 24px 0 0;
  align-self: start;
  border: 1px solid rgba(93,124,255,.45);
  border-width: 1px 0 0;
  background: none;
  backdrop-filter: none;
}
.hero-chapter {
  display: block;
  margin-bottom: 17px;
  color: #8fa3ff;
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .19em;
}
.hero-copy h2 {
  margin: 0 0 24px;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  line-height: 1.18;
  letter-spacing: -0.04em;
}
.hero-copy p { color: var(--muted); font-size: 1.02rem; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 21px;
  border: 1px solid var(--line);
  border-radius: 100px;
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--accent); color: #10130b; border-color: var(--accent); }
.button.ghost:hover { border-color: var(--text); }

.marquee {
  border-block: 1px solid var(--line);
  overflow: hidden;
  white-space: nowrap;
}
.marquee div {
  width: max-content;
  padding: 14px 0;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  animation: drift 24s linear infinite;
}
.marquee b { color: var(--accent); margin-inline: 22px; }
@keyframes drift { to { transform: translateX(-50%); } }

.section { padding-block: 110px; }
.section.compact { padding-block: 70px; }
.section-head {
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
  gap: 50px;
  margin-bottom: 54px;
}
.section-number {
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 800;
}
.section-head h2,
.page-title {
  margin: 0;
  font-size: clamp(2.8rem, 6vw, 5.8rem);
  line-height: 0.96;
  letter-spacing: -0.065em;
}
.section-head p { max-width: 650px; margin: 20px 0 0; color: var(--muted); }
.page-hero { padding: 110px 0 72px; border-bottom: 1px solid var(--line); }
.page-hero .kicker { color: var(--accent); text-transform: uppercase; letter-spacing: .15em; font-size: .75rem; font-weight: 800; }
.page-hero p { max-width: 700px; margin: 24px 0 0; color: var(--muted); font-size: 1.1rem; }

.feature-grid,
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.feature-card,
.card {
  min-height: 245px;
  padding: 28px;
  border: 1px solid var(--line);
  background: var(--panel);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.feature-card:nth-child(2) { transform: translateY(30px); }
.card .tag,
.feature-card .tag {
  color: var(--accent);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.card h3,
.feature-card h3 { margin: 50px 0 8px; font-size: 1.55rem; letter-spacing: -.035em; }
.card p,
.feature-card p { margin: 0; color: var(--muted); }

.bio-layout,
.two-col {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
}
.bio-portrait {
  margin: 0;
  position: sticky;
  top: 110px;
  height: fit-content;
}
.bio-portrait img {
  width: 100%;
  max-height: 720px;
  object-fit: cover;
  object-position: center top;
  border: 1px solid var(--line);
}
.bio-portrait figcaption {
  padding-top: 12px;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.prose { max-width: 760px; }
.prose p { margin: 0 0 24px; color: #d0cdc4; font-size: 1.08rem; }
.prose .lead { color: var(--text); font-size: clamp(1.7rem, 3vw, 2.55rem); line-height: 1.35; letter-spacing: -.035em; }
.facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; margin-top: 44px; border-top: 1px solid var(--line); }
.fact { padding: 18px 0; border-bottom: 1px solid var(--line); }
.fact span { display: block; color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.fact strong { font-size: 1rem; font-weight: 600; }

.media-list { border-top: 1px solid var(--line); }
.media-item {
  display: grid;
  grid-template-columns: 65px 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 24px 8px;
  border-bottom: 1px solid var(--line);
}
.media-item .index { color: var(--accent); font-size: .75rem; font-weight: 800; }
.media-item h3 { margin: 0; font-size: 1.4rem; }
.media-item p { margin: 3px 0 0; color: var(--muted); font-size: .9rem; }
.play {
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--accent);
}
.embed-placeholder {
  min-height: 320px;
  border: 1px solid var(--line);
  background: var(--panel);
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--muted);
}
.embed-placeholder strong { color: var(--text); display: block; font-size: 1.25rem; }

.audio-grid,
.video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.audio-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.audio-card,
.video-card {
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--panel);
}
.audio-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center 35%;
}
.audio-card:nth-child(2) img { object-position: center; }
.audio-card-copy,
.video-card > div { padding: 26px; }
.audio-card h3,
.video-card h3 { margin: 9px 0 5px; font-size: 1.7rem; letter-spacing: -.04em; }
.audio-card p,
.video-card p { margin: 0 0 22px; color: var(--muted); }
.text-link { color: var(--accent); font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.text-link:hover { text-decoration: underline; }
.audio-card .tag,
.video-card .tag { color: var(--accent); font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.audio-card audio { width: 100%; }
.video-card video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #050505;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}
.gallery-item {
  min-height: 360px;
  grid-column: span 4;
  margin: 0;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--panel);
}
.gallery-item.wide { grid-column: span 8; }
.gallery-item.tall { min-height: 520px; }
.gallery-item img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; transition: transform 500ms ease; }
.gallery-item:hover img { transform: scale(1.025); }
.gallery-item figcaption {
  position: absolute;
  left: 15px;
  bottom: 15px;
  padding: 8px 11px;
  background: rgba(17,17,15,.78);
  color: var(--text);
  backdrop-filter: blur(8px);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .66rem;
  font-weight: 800;
}

.document {
  max-width: 860px;
  margin-inline: auto;
  padding: 56px;
  border: 1px solid var(--line);
  background: #f0ede5;
  color: #181814;
}
.document h2 { font-size: 2rem; line-height: 1.1; margin: 0 0 8px; }
.document h3 { margin: 36px 0 12px; padding-bottom: 8px; border-bottom: 1px solid #bab6ac; text-transform: uppercase; letter-spacing: .1em; font-size: .82rem; }
.document h4 { margin: 22px 0 2px; font-size: 1rem; }
.document p { margin: 5px 0; }
.document ul { margin: 10px 0 0; padding-left: 20px; }
.document .meta { color: #66635c; }
.download-bar { max-width: 860px; margin: 0 auto 20px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.download-bar p { color: var(--muted); margin: 0; }

.press {
  max-width: 850px;
  margin: auto;
}
.press-meta { display: flex; justify-content: space-between; border-block: 1px solid var(--line); padding: 14px 0; color: var(--muted); font-size: .74rem; text-transform: uppercase; letter-spacing: .1em; }
.press h2 { margin: 52px 0 20px; font-size: clamp(2.3rem, 5vw, 4.5rem); line-height: 1; letter-spacing: -.06em; }
.press .deck { color: var(--muted); font-size: 1.25rem; }
.press-body { margin-top: 48px; }
.press-body p { color: #d0cdc4; font-size: 1.06rem; }
.press-note { margin-top: 40px; padding: 24px; border-left: 3px solid var(--accent); background: var(--panel); }

.quote {
  max-width: 950px;
  margin: auto;
  text-align: center;
  font-size: clamp(2.4rem, 5.5vw, 5rem);
  line-height: 1.15;
  letter-spacing: -.055em;
}
.quote em { color: var(--accent); font-style: normal; }

.world-statement {
  min-height: 720px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #05070d;
  border-block: 1px solid rgba(93,124,255,.32);
}
.world-statement-image {
  min-height: 720px;
  background:
    linear-gradient(90deg, transparent 55%, #05070d 100%),
    linear-gradient(0deg, rgba(5,7,13,.48), transparent 45%),
    url("assets/images/artist-full.jpg") center 34% / cover no-repeat;
  filter: saturate(.78) contrast(1.1);
}
.world-statement-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px max(40px, calc((100vw - var(--max)) / 2)) 80px 7vw;
}
.world-statement-copy::before {
  content: "";
  position: absolute;
  width: 42vw;
  height: 42vw;
  max-width: 620px;
  max-height: 620px;
  left: -9vw;
  top: 50%;
  border: 1px solid rgba(93,124,255,.3);
  border-radius: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.world-index {
  position: relative;
  color: #8fa3ff;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .18em;
}
.world-line {
  position: relative;
  max-width: 680px;
  margin: 38px 0 30px;
  font-size: clamp(3.2rem, 6.7vw, 7.1rem);
  font-weight: 700;
  line-height: .92;
  letter-spacing: -.075em;
}
.world-line em {
  display: block;
  color: #718cff;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}
.world-note {
  position: relative;
  max-width: 430px;
  color: #8e94a2;
  font-size: .8rem;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.world-link {
  position: relative;
  width: fit-content;
  margin-top: 54px;
  padding-bottom: 8px;
  border-bottom: 1px solid #718cff;
  color: #e9edff;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.world-link span { margin-left: 18px; color: #718cff; }

.era-section {
  padding: 118px 0 0;
  background:
    radial-gradient(circle at 82% 10%, rgba(75,104,230,.14), transparent 28%),
    #08090d;
}
.era-heading {
  display: grid;
  grid-template-columns: .42fr 1.1fr .72fr;
  align-items: end;
  gap: 48px;
  padding-bottom: 76px;
}
.era-heading h2 {
  margin: 0;
  font-size: clamp(3.2rem, 6.8vw, 7rem);
  line-height: .88;
  letter-spacing: -.075em;
}
.era-heading h2 em {
  color: #718cff;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}
.era-heading > p {
  margin: 0;
  color: #8e94a2;
  font-size: .92rem;
}
.era-tracks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-height: 650px;
  border-top: 1px solid rgba(255,255,255,.12);
}
.era-track {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 650px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid rgba(255,255,255,.14);
  background-position: center;
  background-size: cover;
}
.era-track::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(0deg, rgba(3,5,10,.96) 0%, rgba(3,5,10,.27) 58%, rgba(3,5,10,.55) 100%);
  transition: background 350ms ease;
}
.era-track::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: inherit;
  background-position: center;
  background-size: cover;
  transition: transform 700ms cubic-bezier(.2,.7,.2,1);
}
.era-track:hover::after { transform: scale(1.04); }
.era-track:hover::before { background: linear-gradient(0deg, rgba(5,10,28,.96), rgba(5,10,28,.15) 70%); }
.era-unilove { background-image: url("assets/images/uni-love-cover.jpg"); }
.era-ingrain { background-image: url("assets/images/unigrain-art.png"); }
.era-neon { background-image: url("assets/images/neon-attachment-cover.jpg"); }
.era-number {
  color: rgba(255,255,255,.78);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
}
.era-type {
  color: #aebcff;
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.era-track h3 {
  margin: 12px 0 13px;
  font-size: clamp(2.5rem, 4vw, 4.7rem);
  line-height: .9;
  letter-spacing: -.065em;
}
.era-track p {
  max-width: 320px;
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: .86rem;
}
.era-arrow {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #aebcff;
  font-size: 1.2rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 20px;
}
.contact-primary {
  min-height: 440px;
  padding: 42px;
  background: var(--accent);
  color: #11130c;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact-primary h2 { margin: 0; font-size: clamp(2.7rem, 6vw, 5.5rem); line-height: .96; letter-spacing: -.07em; }
.contact-primary a { font-size: clamp(1rem, 2.2vw, 1.55rem); font-weight: 800; border-bottom: 2px solid currentColor; width: fit-content; }
.social-list { border-top: 1px solid var(--line); }
.social-list a {
  display: flex;
  justify-content: space-between;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}
.social-list a:hover { color: var(--accent); }

.site-footer { border-top: 1px solid var(--line); padding: 34px 0; color: var(--muted); }
.footer-wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: .76rem; }
.footer-wrap strong { color: var(--text); }

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .nav-links {
    display: none;
    position: absolute;
    top: 78px;
    left: 0;
    width: 100%;
    padding: 26px 20px 32px;
    background: var(--bg);
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    font-size: .82rem;
  }
  .nav-links.open { display: flex; }
  .hero { grid-template-columns: 1fr; min-height: auto; gap: 55px; }
  .home-hero { min-height: 820px; padding-inline: 40px; background-position: 62% center; align-content: space-between; grid-template-rows: auto auto; }
  .home-hero::before { background: linear-gradient(90deg, rgba(17,17,15,.86), rgba(17,17,15,.2)), linear-gradient(0deg, rgba(17,17,15,.8), transparent 60%); }
  .hero-copy { max-width: 620px; }
  .feature-grid, .card-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-card:nth-child(2) { transform: none; }
  .bio-layout, .two-col, .contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .bio-portrait { position: static; }
  .gallery-item { grid-column: span 6; }
  .gallery-item.wide { grid-column: span 12; }
  .audio-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .video-grid { grid-template-columns: 1fr; }
  .world-statement { grid-template-columns: .8fr 1.2fr; }
  .era-heading { grid-template-columns: 1fr 1.6fr; }
  .era-heading > p { grid-column: 2; }
  .era-tracks { grid-template-columns: 1fr; }
  .era-track { min-height: 520px; border-bottom: 1px solid rgba(255,255,255,.14); }
}

@media (max-width: 640px) {
  .nav-wrap, .container { width: min(calc(100% - 28px), var(--max)); }
  .brand span:last-child { display: none; }
  .hero { padding-block: 60px; }
  .home-hero { min-height: 760px; padding: 42px 14px; background-position: center 8%; background-size: auto 48%; }
  .home-hero > div:first-child { padding-inline: 0; align-self: start; }
  .home-hero .hero-copy { padding: 22px; align-self: end; border: 1px solid rgba(241,238,230,.18); background: rgba(17,17,15,.72); backdrop-filter: blur(12px); }
  .hero h1 { font-size: 6.2rem; }
  .hero h1 .cn-mark { width: 320px; height: 132px; }
  .cn-char { font-size: 7.2rem; }
  .romanized { right: 2px; font-size: .52rem; }
  .hero h1 .en { margin-top: 12px; padding-left: 30px; transform: translateX(-22px); font-size: 2.5rem; }
  .audio-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 0; border-left: 0; }
  .section { padding-block: 78px; }
  .section-head { grid-template-columns: 1fr; gap: 14px; margin-bottom: 38px; }
  .feature-grid, .card-grid { grid-template-columns: 1fr; }
  .page-hero { padding: 76px 0 50px; }
  .page-title { font-size: 3.25rem; }
  .media-item { grid-template-columns: 40px 1fr auto; gap: 12px; padding-inline: 0; }
  .gallery-item, .gallery-item.wide { grid-column: span 12; min-height: 350px; }
  .facts { grid-template-columns: 1fr; }
  .document { padding: 30px 23px; }
  .download-bar { align-items: flex-start; flex-direction: column; }
  .contact-primary { min-height: 360px; padding: 28px; }
  .footer-wrap { align-items: flex-start; flex-direction: column; }
  .world-statement { min-height: auto; grid-template-columns: 1fr; }
  .world-statement-image { min-height: 420px; background-position: center; }
  .world-statement-copy { padding: 62px 28px 74px; }
  .world-statement-copy::before { width: 88vw; height: 88vw; left: 25vw; }
  .world-line { margin-top: 28px; font-size: clamp(3rem, 15vw, 4.4rem); }
  .era-section { padding-top: 78px; }
  .era-heading { display: block; padding-bottom: 50px; }
  .era-heading h2 { margin: 26px 0; font-size: 3.45rem; }
  .era-heading > p { max-width: 330px; }
  .era-track { min-height: 470px; padding: 26px; }
  .era-track h3 { font-size: 3.1rem; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
