:root {
  --colour-stone-white: #f7f4ee;
  --colour-paper: #fffdf8;
  --colour-charcoal: #2f2f2f;
  --colour-jade: #6f8c79;
  --colour-jade-dark: #3f5e4c;
  --colour-dongba-earth: #8c4a42;
  --colour-birth: #eae6dd;
  --colour-growth: #87a397;
  --colour-responsibility: #4f5f69;
  --colour-devotion: #b97b73;
  --colour-return: #c9b49c;
  --colour-line: #cfc9be;
  --colour-muted: #6b6964;
  --font-display-en: "Cormorant Garamond", "Iowan Old Style", Baskerville, Georgia, serif;
  --font-body-en: Inter, "Segoe UI", Arial, sans-serif;
  --font-display-zh: "Source Han Serif SC", "Noto Serif SC", "Songti SC", SimSun, serif;
  --font-body-zh: "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  --space-1: 0.5rem;
  --space-2: 0.75rem;
  --space-3: 1rem;
  --space-4: 1.5rem;
  --space-5: 2rem;
  --space-6: 3rem;
  --space-7: 4.5rem;
  --space-8: 6.5rem;
  --radius-small: 2px;
  --radius-card: 6px;
  --content-max: 1320px;
  --reading-max: 720px;
  --header-height: 78px;
  --focus-ring: 3px solid #8c4a42;
  color-scheme: light;
}

/* WordPress Phase 2B implementation */
[data-lang="zh"] { display: none; }
.zh-priority [data-lang="en"] { display: none; }
.zh-priority [data-lang="zh"] { display: inline; }

.home-hero { min-height: calc(100svh - var(--header-height)); padding: 3rem 0 4rem; display: grid; align-items: center; }
.home-hero__grid { display: grid; grid-template-columns: minmax(360px, .9fr) minmax(0, 1.15fr); gap: clamp(2rem, 6vw, 7rem); align-items: center; }
.home-hero__copy h1 { font-size: clamp(3rem, 5.4rem, 5.4rem); }
.zh-hero { max-width: 31rem; color: var(--colour-muted); }
.hero-carousel { position: relative; min-width: 0; }
.hero-carousel__slides { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: var(--colour-birth); }
.hero-slide { position: absolute; inset: 0; margin: 0; opacity: 0; visibility: hidden; transition: opacity 1000ms ease, visibility 1000ms ease; }
.hero-slide.is-active { opacity: 1; visibility: visible; z-index: 1; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; object-position: center 26%; }
.hero-slide--contain img { object-fit: contain; object-position: center; }
.hero-carousel__controls { display: grid; grid-template-columns: 48px 1fr 48px; align-items: center; gap: 1rem; margin-top: 1rem; }
.hero-carousel__controls > button, .hero-carousel__dots button, .view-switch button { border: 1px solid var(--colour-line); background: transparent; cursor: pointer; }
.hero-carousel__controls > button { width: 48px; height: 48px; font-size: 1.25rem; }
.hero-carousel__dots { display: flex; justify-content: center; gap: .7rem; }
.hero-carousel__dots button { width: 30px; height: 3px; padding: 0; border: 0; background: var(--colour-line); }
.hero-carousel__dots button[aria-selected="true"] { background: var(--colour-dongba-earth); }
.split-feature { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .75fr); gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.split-feature--reverse > :first-child { order: 2; }
.feature-media { aspect-ratio: 4 / 3; overflow: hidden; background: var(--colour-birth); }
.feature-media--portrait { aspect-ratio: 4 / 5; }
.feature-media--product { aspect-ratio: 1 / 1; }
.feature-media img, .collection-hero img, .country-feature__media img { width: 100%; height: 100%; object-fit: cover; }
blockquote { margin: 2rem 0 0; font-family: var(--font-display-en), var(--font-display-zh); font-size: 1.8rem; line-height: 1.3; }
.page-hero { padding: clamp(5rem, 10vw, 9rem) 0; border-bottom: 1px solid var(--colour-line); }
.page-hero--compact { padding-block: clamp(4rem, 7vw, 6rem); }
.journey-map { padding-block: 2rem; }
.map-stage { position: relative; }
.map-editorial { width: 100%; }
.map-reference { display: none; width: 100%; }
[data-map-mode="reference-image"] .map-editorial { display: none; }
[data-map-mode="reference-image"] .map-reference { display: block; }
.country-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem; }
.country-feature__media { aspect-ratio: 4 / 5; margin-bottom: 1.5rem; overflow: hidden; }
.country-feature h2 { font-size: 2.1rem; }
.archive-filters { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)) auto; gap: 1rem; align-items: end; margin-bottom: 3rem; }
.archive-filters label { display: grid; gap: .4rem; font-size: .78rem; font-weight: 700; text-transform: uppercase; }
.archive-filters input, .archive-filters select { width: 100%; min-height: 48px; padding: .65rem; border: 1px solid var(--colour-line); border-radius: 0; background: var(--colour-paper); }
.text-only-list, .archive-results { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--colour-line); }
.text-only-list article, .archive-results article { min-height: 230px; padding: 2rem; border-right: 1px solid var(--colour-line); border-bottom: 1px solid var(--colour-line); }
.text-only-list h2, .archive-results h2 { font-size: 2rem; }
.archive-results[data-view="list"] { display: block; }
.archive-results[data-view="list"] article { min-height: auto; }
.view-switch { display: flex; gap: .3rem; }
.view-switch button { min-height: 48px; padding-inline: 1rem; }
.view-switch button[aria-pressed="true"] { color: white; background: var(--colour-charcoal); }
.collection-hero { width: min(calc(100% - 64px), var(--content-max)); height: min(72vh, 780px); margin: 3rem auto; background: var(--colour-birth); }
.reading-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(240px, .35fr); gap: 5rem; }
.reading-copy { max-width: var(--reading-max); }
.record-meta { margin: 0; border-top: 1px solid var(--colour-line); }
.record-meta div { display: grid; grid-template-columns: 110px 1fr; gap: 1rem; padding: .8rem 0; border-bottom: 1px solid var(--colour-line); }
.record-meta dt { font-size: .75rem; font-weight: 700; text-transform: uppercase; }
.record-meta dd { margin: 0; overflow-wrap: anywhere; }
.unique-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.unique-gallery img { width: 100%; height: auto; }
.contact-layout { display: grid; grid-template-columns: 1fr minmax(260px, .5fr); gap: 5rem; }
.contact-qr { margin: 0; max-width: 420px; }
.contact-qr img { width: 100%; height: auto; }
.footer-mark { font-family: var(--font-display-en); font-size: 3rem; line-height: 1; }

@media (max-width: 900px) {
  .home-hero { min-height: auto; padding-top: 2rem; }
  .home-hero__grid, .split-feature, .reading-layout, .contact-layout { grid-template-columns: 1fr; }
  .home-hero__copy h1 { font-size: 3.35rem; }
  .hero-carousel__slides { aspect-ratio: 4 / 5; }
  .split-feature--reverse > :first-child { order: 0; }
  .country-grid { grid-template-columns: 1fr; }
  .archive-filters { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .home-hero__copy h1 { font-size: 2.65rem; }
  .page-hero h1 { font-size: 2.85rem; }
  .home-hero__grid { gap: 2rem; }
  .archive-filters, .text-only-list, .archive-results, .unique-gallery { grid-template-columns: 1fr; }
  .collection-hero { width: calc(100% - 32px); height: 62vh; }
  .container { width: min(calc(100% - 32px), var(--content-max)); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-slide { transition-duration: 80ms; }
  .hero-slide:not(:first-child), .hero-carousel__controls { display: none; }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--colour-stone-white);
}

body {
  margin: 0;
  color: var(--colour-charcoal);
  background: var(--colour-stone-white);
  font-family: var(--font-body-en), var(--font-body-zh);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body.is-locked {
  overflow: hidden;
}

img,
svg {
  display: block;
  max-width: 100%;
}

.media-natural img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.media-cover img,
.media-portrait img,
.media-landscape img,
.media-hero-desktop img,
.media-hero-mobile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-contain img,
.media-poster img,
.media-document img,
.media-logo img,
.media-product img,
.media-qr img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

button,
input,
textarea,
select {
  font: inherit;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: var(--focus-ring);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 0.75rem 1rem;
  color: var(--colour-paper);
  background: var(--colour-charcoal);
  transform: translateY(-180%);
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(calc(100% - 64px), var(--content-max));
  margin-inline: auto;
}

.section {
  padding-block: var(--space-8);
  border-top: 1px solid var(--colour-line);
}

.section--compact {
  padding-block: var(--space-7);
}

.section--paper {
  background: var(--colour-paper);
}

.section--charcoal {
  color: var(--colour-stone-white);
  background: var(--colour-charcoal);
}

.eyebrow,
.section-index,
.micro-label {
  margin: 0 0 var(--space-2);
  color: var(--colour-jade-dark);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0;
}

.section--charcoal .eyebrow,
.section--charcoal .section-index {
  color: #b9cfbf;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
.display-title {
  font-family: var(--font-display-en), var(--font-display-zh);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: var(--space-4);
  font-size: 4rem;
}

h2 {
  max-width: 820px;
  margin-bottom: var(--space-4);
  font-size: 3.25rem;
}

h3 {
  font-family: var(--font-display-en), var(--font-display-zh);
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0;
}

.zh-copy,
[lang="zh-CN"] {
  font-family: var(--font-body-zh);
}

.zh-display {
  font-family: var(--font-display-zh);
}

.lede {
  max-width: var(--reading-max);
  color: #4c4b47;
  font-size: 1.12rem;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr);
  gap: var(--space-6);
  align-items: end;
  margin-bottom: var(--space-6);
}

.section-heading p {
  margin-bottom: 0;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button,
.icon-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--colour-charcoal);
  border-radius: var(--radius-small);
  cursor: pointer;
  text-decoration: none;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.button {
  gap: 0.8rem;
  padding: 0.75rem 1.15rem;
  font-size: 0.84rem;
  font-weight: 700;
  text-transform: uppercase;
}

.button:hover,
.button:focus-visible {
  color: var(--colour-paper);
  background: var(--colour-charcoal);
}

.button:active,
.icon-button:active {
  transform: translateY(1px);
}

.button--primary {
  color: var(--colour-paper);
  border-color: var(--colour-jade-dark);
  background: var(--colour-jade-dark);
}

.button--primary:hover,
.button--primary:focus-visible {
  border-color: var(--colour-dongba-earth);
  background: var(--colour-dongba-earth);
}

.button--light {
  color: var(--colour-stone-white);
  border-color: #b7b1a6;
}

.button--light:hover,
.button--light:focus-visible {
  color: var(--colour-charcoal);
  background: var(--colour-stone-white);
}

.icon-button {
  width: 48px;
  min-width: 48px;
  flex: 0 0 48px;
  padding: 0;
  color: inherit;
  background: transparent;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  min-height: var(--header-height);
  border-bottom: 1px solid rgba(47, 47, 47, 0.18);
  background: rgba(247, 244, 238, 0.96);
}

.site-header.is-scrolled {
  background: var(--colour-stone-white);
}

.header-inner {
  display: grid;
  min-height: var(--header-height);
  grid-template-columns: auto 1fr auto;
  gap: var(--space-5);
  align-items: center;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}

.brand img {
  width: 44px;
  height: 48px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.brand-text {
  display: grid;
  line-height: 1.05;
}

.brand-text strong {
  font-family: var(--font-display-en);
  font-size: 1.12rem;
  font-weight: 700;
}

.brand-text span {
  margin-top: 0.25rem;
  color: var(--colour-muted);
  font-family: var(--font-body-zh);
  font-size: 0.68rem;
}

.primary-nav {
  justify-self: end;
}

.primary-nav ul,
.footer-links,
.plain-list,
.place-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.primary-nav ul {
  display: flex;
  gap: 1.25rem;
  align-items: center;
}

.primary-nav a {
  position: relative;
  padding-block: 1.7rem;
  font-size: 0.68rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.primary-nav a::after {
  position: absolute;
  right: 0;
  bottom: 1.25rem;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.primary-nav a:hover::after,
.primary-nav a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-actions {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.language-toggle {
  min-width: 48px;
  min-height: 48px;
  flex: 0 0 auto;
  padding: 0 0.5rem;
  border: 0;
  color: var(--colour-charcoal);
  background: transparent;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 700;
}

.menu-button {
  display: none;
}

.menu-lines,
.menu-lines::before,
.menu-lines::after {
  display: block;
  width: 20px;
  height: 1px;
  background: currentColor;
  content: "";
}

.menu-lines::before {
  transform: translateY(-6px);
}

.menu-lines::after {
  transform: translateY(5px);
}

.drawer {
  position: fixed;
  z-index: 90;
  inset: 0 0 0 auto;
  display: grid;
  width: min(88vw, 430px);
  padding: 24px;
  color: var(--colour-stone-white);
  background: var(--colour-charcoal);
  grid-template-rows: auto 1fr auto;
  transform: translateX(100%);
  transition: transform 260ms ease;
}

.drawer[aria-hidden="false"] {
  transform: translateX(0);
}

.drawer-backdrop {
  position: fixed;
  z-index: 80;
  inset: 0;
  border: 0;
  background: rgba(47, 47, 47, 0.48);
}

.drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.drawer nav {
  align-self: center;
}

.drawer nav a {
  display: block;
  padding: 0.7rem 0;
  border-bottom: 1px solid rgba(247, 244, 238, 0.2);
  font-family: var(--font-display-en);
  font-size: 1.8rem;
  line-height: 1.2;
  text-decoration: none;
}

.drawer-meta {
  color: #c9c3b8;
  font-size: 0.78rem;
}

.hero {
  min-height: calc(100svh - var(--header-height) - 190px);
  padding-block: 48px 64px;
  overflow: clip;
}

.hero-grid {
  display: grid;
  min-height: 535px;
  grid-template-columns: minmax(430px, 0.88fr) minmax(0, 1.12fr);
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding: 3rem 0 3rem 2rem;
}

.hero-copy h1 {
  font-size: 4.3rem;
}

.hero-zh {
  max-width: 32rem;
  margin-bottom: var(--space-5);
  color: var(--colour-jade-dark);
  font-family: var(--font-display-zh);
  font-size: 1.08rem;
  line-height: 1.7;
}

.hero-media {
  position: relative;
  height: 535px;
  margin-left: -2rem;
}

.hero-media picture,
.hero-media img {
  width: 100%;
  height: 100%;
}

.hero-media img {
  object-fit: cover;
  object-position: 65% 52%;
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 15%, #000 100%);
  mask-image: linear-gradient(to right, transparent 0, #000 15%, #000 100%);
}

.hero-media::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 15%;
  background: linear-gradient(to bottom, transparent, var(--colour-stone-white));
  content: "";
  pointer-events: none;
}

.hero-note {
  position: absolute;
  right: 1.25rem;
  bottom: 1.5rem;
  z-index: 2;
  max-width: 15rem;
  margin: 0;
  color: var(--colour-muted);
  font-size: 0.7rem;
  text-align: right;
}

.hero + .section {
  padding-top: 1.5rem;
}

.dev-badge {
  display: none;
  padding: 0.25rem 0.45rem;
  border: 1px solid currentColor;
  color: var(--colour-dongba-earth);
  font-size: 0.68rem;
  font-weight: 700;
}

.debug-mode .dev-badge {
  display: inline-flex;
}

.pillar-grid,
.project-grid,
.collaboration-grid,
.token-grid,
.component-grid {
  display: grid;
  gap: 1px;
  border: 1px solid var(--colour-line);
  background: var(--colour-line);
}

.pillar-grid,
.project-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pillar {
  min-height: 500px;
  background: var(--colour-stone-white);
}

.pillar-image {
  height: 310px;
  overflow: hidden;
}

.pillar-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pillar:hover .pillar-image img {
  transform: scale(1.025);
}

.pillar-copy {
  padding: 1.5rem;
}

.pillar-copy h3 {
  margin-bottom: 0.6rem;
}

.pillar-copy p {
  margin-bottom: 0;
  color: var(--colour-muted);
}

.map-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.28fr) minmax(0, 0.72fr);
  gap: var(--space-6);
  align-items: center;
}

.journey-map {
  position: relative;
  min-height: 500px;
}

.journey-map svg {
  width: 100%;
  min-height: 500px;
  overflow: visible;
}

.map-land {
  fill: #eee9df;
  stroke: #bdb5a7;
  stroke-width: 0.8;
  vector-effect: non-scaling-stroke;
}

.map-borders {
  fill: none;
  stroke: #bdb5a7;
  stroke-width: 0.55;
  opacity: 0.86;
  vector-effect: non-scaling-stroke;
}

.map-highlight {
  fill: #c59179;
  fill-opacity: 0.55;
  stroke: #9a8c7a;
  stroke-width: 0.8;
  vector-effect: non-scaling-stroke;
}

.route-guide {
  fill: none;
  stroke: #9a8c7a;
  stroke-linecap: round;
  stroke-width: 0.8;
  opacity: 0.28;
  vector-effect: non-scaling-stroke;
}

.footprint {
  fill: #9a8c7a;
  opacity: 0.7;
}

.has-js .footprint {
  opacity: 0;
}

.has-js .is-visible .footprint {
  animation: footprint-in 360ms calc(360ms + var(--i) * 86ms) ease-out forwards;
}

.editorial-marker {
  color: #8c4a42;
}

.editorial-marker > circle:first-child {
  fill: currentColor;
  stroke: var(--colour-stone-white);
  stroke-width: 3;
}

.editorial-marker .marker-ring {
  fill: none;
  stroke: currentColor;
  stroke-width: 0.8;
  opacity: 0.42;
}

.editorial-marker text,
.world-label {
  fill: #2f2f2f;
  font-family: var(--font-display-en);
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0;
}

.editorial-marker .map-caption {
  fill: #6b6964;
  font-family: var(--font-body-en);
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
}

.world-label {
  fill: #6b6964;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
}

.has-js .editorial-marker {
  opacity: 0;
  transform: scale(0.5);
  transform-box: fill-box;
  transform-origin: center;
}

.has-js .is-visible .editorial-marker {
  animation: marker-in 500ms cubic-bezier(0.2, 0.8, 0.2, 1.2) forwards;
}

.has-js .is-visible .marker-lijiang {
  animation-delay: 180ms;
}

.has-js .is-visible .marker-italy {
  animation-delay: 1.15s;
}

.has-js .is-visible .marker-netherlands {
  animation-delay: 1.65s;
}

.reference-map-fallback {
  display: none;
  margin: 0;
}

.reference-map-fallback img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

[data-map-mode="reference-image"] .editorial-map {
  display: none;
}

[data-map-mode="reference-image"] .reference-map-fallback {
  display: block;
}

.map-editorial-intro {
  display: grid;
  margin-bottom: var(--space-4);
  grid-template-columns: minmax(0, 0.8fr) minmax(260px, 0.35fr);
  gap: var(--space-5);
  align-items: end;
}

.map-editorial-intro .eyebrow {
  grid-column: 1 / -1;
}

.map-editorial-intro h2,
.map-editorial-intro p {
  margin-bottom: 0;
}

.map-editorial-stage .journey-map,
.map-editorial-stage .journey-map svg {
  min-height: 0;
}

.journey-country-notes {
  display: grid;
  padding: 0;
  margin: var(--space-5) 0 0;
  border-top: 1px solid var(--colour-line);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
}

.journey-country-notes li {
  display: grid;
  padding: 1.5rem;
  border-right: 1px solid var(--colour-line);
  grid-template-columns: 2.25rem minmax(0, 1fr);
  gap: 0.75rem;
}

.journey-country-notes li:last-child {
  border-right: 0;
}

.journey-country-notes b {
  color: var(--colour-dongba-earth);
  font-family: var(--font-display-en);
  font-size: 1.35rem;
}

.journey-country-notes strong,
.journey-country-notes span {
  display: block;
}

.journey-country-notes span {
  color: var(--colour-muted);
  font-size: 0.75rem;
}

.journey-country-notes p {
  margin: 0.75rem 0 0;
  color: var(--colour-muted);
}

.place-list {
  display: grid;
  margin-top: var(--space-5);
  border-top: 1px solid var(--colour-line);
}

.place-list li {
  display: grid;
  padding: 1rem 0;
  border-bottom: 1px solid var(--colour-line);
  grid-template-columns: 2.5rem minmax(0, 1fr);
  gap: 1rem;
}

.place-list b {
  color: var(--colour-dongba-earth);
  font-family: var(--font-display-en);
  font-size: 1.3rem;
}

.place-list span {
  display: block;
  color: var(--colour-muted);
  font-size: 0.84rem;
}

.exhibition-layout,
.product-layout,
.founder-layout,
.community-layout,
.demo-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: var(--space-7);
  align-items: center;
}

.exhibition-media {
  display: grid;
  grid-template-columns: 0.58fr 0.42fr;
  gap: 12px;
  min-height: 570px;
}

.exhibition-media picture,
.exhibition-media img {
  width: 100%;
  height: 100%;
}

.exhibition-media img {
  object-fit: cover;
}

.exhibition-media picture:last-child {
  margin-top: 4.5rem;
  height: calc(100% - 4.5rem);
}

.exhibition-copy h2,
.product-copy h2,
.founder-copy h2,
.community-copy h2 {
  font-size: 3rem;
}

.fact-placeholder {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.65rem;
  align-items: baseline;
  margin-block: var(--space-4);
  padding-block: var(--space-3);
  border-block: 1px solid var(--colour-line);
  color: var(--colour-muted);
  font-size: 0.82rem;
}

.project-card {
  min-height: 520px;
  background: var(--colour-paper);
}

.project-card img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}

.project-card:nth-child(1) img {
  filter: grayscale(1);
}

.project-card__body {
  padding: 1.5rem;
}

.project-card__body p {
  color: var(--colour-muted);
}

.text-link {
  display: inline-flex;
  gap: 0.55rem;
  align-items: center;
  color: var(--colour-jade-dark);
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link span {
  transition: transform 180ms ease;
}

.text-link:hover span {
  transform: translateX(4px);
}

.product-gallery {
  display: grid;
  min-height: 650px;
  grid-template-columns: 1.1fr 0.9fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
}

.product-gallery button {
  position: relative;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.product-gallery button:first-child {
  grid-row: 1 / 3;
}

.product-gallery picture,
.product-gallery img {
  width: 100%;
  height: 100%;
}

.product-gallery img {
  object-fit: cover;
}

.product-gallery button:first-child img,
.product-gallery button:nth-child(2) img {
  padding: 1rem;
  object-fit: contain;
  background: var(--colour-paper);
}

.product-copy > picture img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.product-copy .availability {
  margin: var(--space-5) 0;
  padding-left: 1rem;
  border-left: 3px solid var(--colour-jade);
  color: var(--colour-muted);
}

.founder-layout {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
}

.founder-media {
  min-height: 560px;
}

.founder-media img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: 50% 45%;
}

.pull-quote {
  margin: var(--space-5) 0;
  padding: var(--space-4) 0;
  border-block: 1px solid var(--colour-line);
  font-family: var(--font-display-en), var(--font-display-zh);
  font-size: 1.65rem;
  line-height: 1.35;
}

.community-layout img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.collaboration-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.collaboration-item {
  min-height: 170px;
  padding: 1.5rem;
  background: var(--colour-stone-white);
}

.collaboration-item strong {
  display: block;
  margin-top: 2.5rem;
  font-family: var(--font-display-en);
  font-size: 1.25rem;
}

.collaboration-item span {
  color: var(--colour-muted);
  font-family: var(--font-body-zh);
  font-size: 0.82rem;
}

.site-footer {
  padding-block: var(--space-7) var(--space-5);
  border-top: 1px solid var(--colour-line);
  background: var(--colour-paper);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 1fr;
  gap: var(--space-6);
}

.footer-brand img {
  width: 100px;
  height: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.footer-brand p {
  max-width: 24rem;
  margin: 1rem 0 0;
  color: var(--colour-muted);
  font-size: 0.9rem;
}

.footer-links {
  columns: 2;
}

.footer-links a {
  display: inline-block;
  padding: 0.25rem 0;
  font-size: 0.82rem;
}

.contact-list {
  display: grid;
  gap: 0.65rem;
}

.contact-row {
  display: grid;
  grid-template-columns: 7rem 1fr;
  gap: 1rem;
  border-bottom: 1px solid var(--colour-line);
  padding-bottom: 0.55rem;
}

.contact-row dt {
  color: var(--colour-muted);
  font-size: 0.75rem;
  text-transform: uppercase;
}

.contact-row dd {
  margin: 0;
  overflow-wrap: anywhere;
}

.footer-legal {
  display: flex;
  margin-top: var(--space-6);
  padding-top: var(--space-4);
  border-top: 1px solid var(--colour-line);
  align-items: center;
  justify-content: space-between;
  color: var(--colour-muted);
  font-size: 0.75rem;
}

.footer-legal nav,
.legal-placeholders {
  display: flex;
  gap: 1rem;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.is-visible,
.no-js .reveal {
  opacity: 1;
  transform: none;
}

.prototype-banner {
  padding: 0.55rem 1rem;
  color: var(--colour-stone-white);
  background: var(--colour-responsibility);
  font-size: 0.72rem;
  text-align: center;
}

.demo-hero {
  padding-block: var(--space-7);
  border-bottom: 1px solid var(--colour-line);
}

.demo-hero h1 {
  font-size: 3.5rem;
}

.demo-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: var(--space-5);
}

.demo-nav a {
  padding: 0.5rem 0.75rem;
  border: 1px solid var(--colour-line);
  font-size: 0.75rem;
  text-decoration: none;
}

.token-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.token-swatch,
.component-card {
  padding: 1.25rem;
  background: var(--colour-paper);
}

.token-swatch::before {
  display: block;
  width: 100%;
  height: 90px;
  margin-bottom: 1rem;
  border: 1px solid var(--colour-line);
  background: var(--swatch);
  content: "";
}

.token-swatch code {
  display: block;
  color: var(--colour-muted);
  font-size: 0.75rem;
  overflow-wrap: anywhere;
}

.component-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.component-card {
  min-height: 220px;
}

.mobile-comparison {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 430px));
  gap: var(--space-6);
  justify-content: center;
}

.phone-frame {
  overflow: hidden;
  border: 1px solid var(--colour-charcoal);
  border-radius: var(--radius-card);
  background: var(--colour-stone-white);
}

.phone-frame__bar {
  height: 28px;
  border-bottom: 1px solid var(--colour-line);
  background: var(--colour-paper);
}

.phone-hero {
  padding: 20px;
}

.phone-hero h2 {
  margin-top: 1.5rem;
  font-size: 2.55rem;
}

.phone-hero img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.phone-frame.option-a .phone-hero img {
  object-position: 52% 42%;
}

.phone-frame.option-b .phone-hero img {
  object-position: 63% 54%;
}

.subpage-hero {
  padding-block: 4rem 5rem;
  overflow: clip;
}

.subpage-hero__layout {
  display: grid;
  min-height: 590px;
  grid-template-columns: minmax(340px, 0.72fr) minmax(0, 1.28fr);
  gap: var(--space-5);
  align-items: center;
}

.subpage-hero__copy {
  position: relative;
  z-index: 2;
  padding-left: 2rem;
}

.subpage-hero__copy h1 {
  font-size: 3.7rem;
}

.subpage-hero__copy h1 [lang="zh-CN"] {
  font-size: 0.68em;
  line-height: 1.05;
}

.subpage-hero__copy .title-compact {
  display: block;
  font-size: 0.84em;
}

.subpage-hero__copy .title-compact + br {
  display: none;
}

.subpage-hero h1 {
  font-size: 4.35rem;
}

.subpage-hero__media {
  height: 590px;
  margin-left: -2rem;
}

.subpage-hero__media picture,
.subpage-hero__media img {
  width: 100%;
  height: 100%;
}

.subpage-hero__media img {
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 14%, #000 100%);
  mask-image: linear-gradient(to right, transparent 0, #000 14%, #000 100%);
}

.subpage-hero--text {
  padding-block: 7rem 6rem;
}

.reading-column {
  max-width: 820px;
}

.archive-toolbar {
  display: flex;
  margin-bottom: var(--space-5);
  align-items: end;
  justify-content: space-between;
  gap: var(--space-4);
}

.archive-toolbar h2 {
  margin-bottom: 0;
}

.archive-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.archive-filters button {
  min-height: 44px;
  padding: 0.65rem 1rem;
  border: 1px solid var(--colour-line);
  border-radius: var(--radius-small);
  color: var(--colour-charcoal);
  background: transparent;
}

.archive-filters button[aria-pressed="true"] {
  color: var(--colour-paper);
  background: var(--colour-charcoal);
}

.archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.archive-item {
  overflow: hidden;
  border: 1px solid var(--colour-line);
  border-radius: var(--radius-card);
  background: var(--colour-stone-white);
}

.archive-item picture,
.archive-item img {
  width: 100%;
  height: 290px;
}

.archive-item__body {
  padding: 1.25rem;
}

.archive-item__body h2 {
  margin-bottom: 0.65rem;
  font-size: 1.55rem;
}

.archive-item__body p {
  color: var(--colour-muted);
}

.archive-explorer--mobile .archive-grid {
  max-width: 460px;
  margin-inline: auto;
  grid-template-columns: 1fr;
}

.collection-lead,
.exhibition-detail-layout,
.product-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: var(--space-6);
  align-items: start;
}

.collection-meta {
  margin: 0;
  border-top: 1px solid var(--colour-line);
}

.collection-meta div {
  display: grid;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--colour-line);
  grid-template-columns: 8rem minmax(0, 1fr);
  gap: 1rem;
}

.collection-meta dt {
  color: var(--colour-muted);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.collection-meta dd {
  margin: 0;
}

.collection-gallery {
  display: grid;
  margin-top: var(--space-6);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.collection-gallery picture,
.collection-gallery img {
  width: 100%;
  height: 390px;
}

.collection-gallery .media-contain img {
  padding: 1rem;
  background: var(--colour-paper);
}

.timeline-axis {
  position: relative;
  max-width: 900px;
}

.timeline-axis::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 116px;
  width: 1px;
  background: var(--colour-line);
  content: "";
}

.timeline-axis article {
  display: grid;
  min-height: 180px;
  padding-bottom: var(--space-5);
  grid-template-columns: 92px minmax(0, 1fr);
  gap: var(--space-5);
}

.timeline-axis time {
  color: var(--colour-dongba-earth);
  font-family: var(--font-display-en);
  font-size: 2rem;
}

.timeline-axis article > div {
  position: relative;
}

.timeline-axis article > div::before {
  position: absolute;
  top: 0.65rem;
  left: calc(-1 * var(--space-5) - 5px);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--colour-dongba-earth);
  content: "";
}

.country-sections {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.15fr) minmax(0, 0.75fr);
  gap: var(--space-5);
  align-items: center;
}

.country-sections picture,
.country-sections img {
  width: 100%;
  height: 520px;
}

.story-body blockquote {
  margin: var(--space-6) 0;
  padding-left: var(--space-4);
  border-left: 2px solid var(--colour-dongba-earth);
  font-family: var(--font-display-en);
  font-size: 2rem;
  line-height: 1.3;
}

.story-body picture,
.story-body img {
  width: 100%;
  max-height: 680px;
}

.product-detail-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.product-detail-gallery button {
  min-height: 270px;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--colour-line);
  background: var(--colour-paper);
}

.product-detail-gallery button:first-child {
  grid-column: 1 / -1;
  min-height: 520px;
}

.product-detail-gallery picture,
.product-detail-gallery img {
  width: 100%;
  height: 100%;
}

.phone-hero .button {
  width: 100%;
  margin-top: 0.5rem;
}

.contact-demo-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(280px, 0.45fr);
  gap: var(--space-7);
  align-items: start;
}

.qr-panel {
  padding: 1.5rem;
  border: 1px solid var(--colour-line);
  background: var(--colour-paper);
}

.qr-panel img {
  width: min(100%, 360px);
  height: auto;
  margin-inline: auto;
  object-fit: contain;
}

dialog {
  width: min(92vw, 900px);
  padding: 0;
  border: 1px solid var(--colour-charcoal);
  border-radius: var(--radius-card);
  color: var(--colour-charcoal);
  background: var(--colour-paper);
}

dialog::backdrop {
  background: rgba(47, 47, 47, 0.78);
}

.lightbox-inner {
  position: relative;
  display: grid;
  max-height: 90vh;
  grid-template-rows: auto minmax(0, 1fr);
}

.lightbox-head {
  display: flex;
  padding: 0.75rem;
  align-items: center;
  justify-content: space-between;
}

.lightbox-inner img {
  width: 100%;
  max-height: calc(90vh - 74px);
  object-fit: contain;
}

@keyframes route-draw {
  to { stroke-dashoffset: 0; }
}

@keyframes footprint-in {
  from { opacity: 0; }
  to { opacity: 0.7; }
}

@keyframes marker-in {
  to { opacity: 1; transform: scale(1); }
}

@media (max-width: 1180px) {
  :root { --header-height: 72px; }
  .primary-nav { display: none; }
  .menu-button { display: inline-flex; }
  .header-inner { grid-template-columns: auto 1fr auto; }
  .hero-grid { min-height: 620px; grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr); }
  .hero-copy h1 { font-size: 3.5rem; }
  .hero-media { height: 590px; }
  .section { padding-block: 5rem; }
}

@media (max-height: 860px) and (min-width: 901px) {
  .hero { padding-block: 28px 38px; }
  .hero-grid { min-height: 540px; }
  .hero-media { height: 540px; }
  .hero-copy h1 { font-size: 3.55rem; }
}

@media (max-width: 900px) {
  .container { width: min(calc(100% - 48px), var(--content-max)); }
  .hero { min-height: calc(100svh - var(--header-height) - 150px); padding-block: 32px 40px; }
  .hero-grid,
  .subpage-hero__layout,
  .section-heading,
  .map-layout,
  .map-editorial-intro,
  .exhibition-layout,
  .product-layout,
  .collection-lead,
  .exhibition-detail-layout,
  .product-detail-layout,
  .country-sections,
  .founder-layout,
  .community-layout,
  .demo-layout,
  .contact-demo-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 1rem; }
  .hero-copy { padding: 1.5rem 0 0; }
  .hero-copy h1 { max-width: 650px; font-size: 3.35rem; }
  .hero-media { height: 340px; margin: 0; }
  .hero-media img { -webkit-mask-image: linear-gradient(to bottom, #000 78%, transparent); mask-image: linear-gradient(to bottom, #000 78%, transparent); }
  .subpage-hero { padding-block: 3rem 4rem; }
  .subpage-hero__layout { min-height: 0; }
  .subpage-hero__copy { padding: 0; }
  .subpage-hero__media { height: 440px; margin: 0; }
  .subpage-hero__media img { -webkit-mask-image: linear-gradient(to bottom, #000 84%, transparent); mask-image: linear-gradient(to bottom, #000 84%, transparent); }
  .subpage-hero--text { padding-block: 5rem; }
  .archive-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .collection-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .country-sections picture,
  .country-sections img { height: 430px; }
  .pillar-grid,
  .project-grid { grid-template-columns: 1fr 1fr; }
  .pillar-grid .pillar:last-child,
  .project-grid .project-card:last-child { grid-column: 1 / 3; }
  .pillar-grid .pillar:last-child .pillar-image,
  .project-grid .project-card:last-child img { height: 390px; }
  .collaboration-grid,
  .token-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / 3; }
}

@media (max-width: 620px) {
  :root { --header-height: 66px; }
  body { line-height: 1.6; }
  .container { width: calc(100% - 44px); }
  .section { padding-block: 4.5rem; }
  .section--compact { padding-block: 3.5rem; }
  .header-inner { gap: 0.5rem; }
  .brand-text strong { font-size: 0.94rem; }
  .brand-text span { font-size: 0.62rem; }
  .brand img { width: 38px; height: 42px; }
  .language-toggle { padding-inline: 0.25rem; }
  h2 { font-size: 2.55rem; }
  h3 { font-size: 1.4rem; }
  .section-heading { gap: 1rem; }
  .hero { min-height: calc(100svh - var(--header-height) - 170px); padding: 20px 0 24px; }
  .hero-grid { display: flex; min-height: 0; flex-direction: column; align-items: stretch; }
  .hero-copy { order: 1; padding: 0; }
  .hero-copy h1 { margin-bottom: 0.7rem; font-size: 2.375rem; line-height: 1.02; }
  .subpage-hero h1 { font-size: 2.75rem; }
  .hero-zh { margin-bottom: 0.9rem; font-size: 1rem; }
  .hero-copy .button-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .hero-copy .button { min-width: 0; padding: 0.6rem 0.45rem; gap: 0.35rem; font-size: 0.67rem; line-height: 1.2; }
  .hero-media { order: 2; height: 210px; }
  .hero-media img { object-position: 63% 54%; }
  .hero-note { right: 0; bottom: 0.3rem; }
  body[data-mobile-hero="a"] .hero-media img { object-position: 52% 42%; }
  .pillar-grid,
  .project-grid,
  .journey-country-notes,
  .archive-grid,
  .collection-gallery,
  .collaboration-grid,
  .token-grid,
  .component-grid,
  .footer-grid,
  .mobile-comparison { grid-template-columns: 1fr; }
  .pillar-grid .pillar:last-child,
  .project-grid .project-card:last-child,
  .footer-grid > :first-child { grid-column: auto; }
  .journey-country-notes li {
    padding-inline: 0;
    border-right: 0;
    border-bottom: 1px solid var(--colour-line);
  }
  .archive-toolbar { align-items: flex-start; flex-direction: column; }
  .archive-item picture,
  .archive-item img { height: 320px; }
  .collection-meta div { grid-template-columns: 1fr; gap: 0.2rem; }
  .timeline-axis::before { left: 78px; }
  .timeline-axis article { grid-template-columns: 58px minmax(0, 1fr); gap: 2rem; }
  .timeline-axis time { font-size: 1.45rem; }
  .timeline-axis article > div::before { left: calc(-2rem - 5px); }
  .product-detail-gallery { grid-template-columns: 1fr; }
  .product-detail-gallery button:first-child { grid-column: auto; min-height: 420px; }
  .pillar { min-height: 0; }
  .pillar-image,
  .pillar-grid .pillar:last-child .pillar-image { height: 270px; }
  .journey-map,
  .journey-map svg { min-height: 260px; }
  .editorial-marker text,
  .world-label { display: none; }
  .exhibition-media { min-height: 430px; }
  .exhibition-copy h2,
  .product-copy h2,
  .founder-copy h2,
  .community-copy h2 { font-size: 2.5rem; }
  .project-card { min-height: 0; }
  .project-card img,
  .project-grid .project-card:last-child img { height: 300px; }
  .product-gallery { min-height: 520px; }
  .founder-media,
  .founder-media img,
  .community-layout img { height: 430px; min-height: 0; }
  .collaboration-item { min-height: 145px; }
  .collaboration-item strong { margin-top: 1.5rem; }
  .footer-links { columns: 1; }
  .footer-legal { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .footer-legal nav,
  .legal-placeholders { flex-wrap: wrap; }
  .contact-row { grid-template-columns: 1fr; gap: 0.2rem; }
  .demo-hero h1 { font-size: 2.8rem; }
}

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

@media print {
  .site-header,
  .prototype-banner,
  .button-row,
  .demo-nav { display: none !important; }
  body { background: #fff; }
  .section { break-inside: avoid; }
}

/* WordPress header adapts the validated prototype navigation primitives. */
body { overflow-x: clip; }
.wordmark { display: inline-flex; min-width: 0; align-items: center; gap: .75rem; text-decoration: none; }
.wordmark > strong { font-family: var(--font-display-en); font-size: 1.4rem; }
.wordmark > span { color: var(--colour-muted); font-size: .68rem; line-height: 1.2; }
.desktop-nav { display: flex; justify-self: end; gap: 1.25rem; }
.desktop-nav a { padding-block: 1.5rem; font-size: .72rem; font-weight: 700; text-decoration: none; text-transform: uppercase; }
.menu-button { width: 48px; min-width: 48px; min-height: 48px; align-items: center; justify-content: center; gap: 6px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.menu-button span { display: block; width: 18px; height: 1px; background: currentColor; }
.site-drawer { position: fixed; z-index: 90; inset: 0 0 0 auto; display: grid; width: min(88vw, 430px); padding: 24px; color: var(--colour-stone-white); background: var(--colour-charcoal); grid-template-rows: auto 1fr; transform: translateX(100%); visibility: hidden; transition: transform 260ms ease, visibility 260ms ease; }
.site-drawer[aria-hidden="false"] { transform: translateX(0); visibility: visible; }
.site-drawer nav { align-self: center; }
.site-drawer nav a { display: block; padding: .8rem 0; border-bottom: 1px solid rgba(247, 244, 238, .2); font-family: var(--font-display-en); font-size: 1.8rem; text-decoration: none; }
.site-drawer nav span { display: block; font-family: var(--font-body-zh); font-size: .9rem; }
.drawer-close { width: 48px; min-width: 48px; min-height: 48px; justify-self: end; border: 1px solid rgba(247, 244, 238, .5); color: inherit; background: transparent; cursor: pointer; font-size: 1.7rem; }

@media (max-width: 1180px) {
  .desktop-nav { display: none; }
}

@media (max-width: 620px) {
  .wordmark > span { display: none; }
  .header-actions { min-width: 0; }
}
