:root {
  --bg: #070706;
  --bg-soft: #10100f;
  --surface: rgba(255, 255, 255, 0.055);
  --surface-strong: rgba(255, 255, 255, 0.09);
  --line: rgba(229, 224, 214, 0.18);
  --text: #f4f0e8;
  --muted: #aaa49a;
  --blue: #009de0;
  --ember: #ff4a12;
  --ember-soft: #ff8a3d;
  --gray-80: #333333;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: "Microsoft JhengHei", "PingFang TC", "Noto Sans TC", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

body::selection {
  background: rgba(255, 74, 18, 0.45);
}

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

a {
  color: inherit;
  text-decoration: none;
}

.cosmos-bg,
.cosmos-bg::before,
.cosmos-bg::after {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.cosmos-bg {
  z-index: -3;
  background:
    radial-gradient(circle at 58% 45%, rgba(255, 74, 18, 0.18), transparent 24%),
    radial-gradient(circle at 38% 28%, rgba(0, 157, 224, 0.14), transparent 22%),
    linear-gradient(140deg, #050505 0%, #10100f 52%, #17120e 100%);
}

.cosmos-bg::before {
  content: "";
  opacity: 0.72;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.86) 0 1px, transparent 1.4px),
    radial-gradient(circle, rgba(255, 138, 61, 0.74) 0 1px, transparent 1.4px),
    radial-gradient(circle, rgba(0, 157, 224, 0.62) 0 1px, transparent 1.5px);
  background-position: 0 0, 34px 42px, 88px 18px;
  background-size: 128px 128px, 194px 194px, 242px 242px;
}

.cosmos-bg::after {
  content: "";
  z-index: -2;
  background:
    radial-gradient(circle at center, transparent 0%, transparent 46%, rgba(0, 0, 0, 0.48) 82%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.72));
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 6vw;
  color: var(--text);
  background: rgba(7, 7, 6, 0.68);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  font-size: 18px;
  font-weight: 700;
}

.brand img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  box-shadow: 0 0 22px rgba(255, 255, 255, 0.16);
}

.brand-copy {
  display: grid;
  gap: 2px;
  white-space: nowrap;
}

.brand-copy strong {
  font-size: 18px;
  line-height: 1;
}

.brand-copy em {
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-nav a {
  display: grid;
  gap: 2px;
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.1;
  transition: color 180ms ease, background 180ms ease;
}

.site-nav strong {
  color: inherit;
  font-size: 14px;
}

.site-nav em {
  color: rgba(244, 240, 232, 0.48);
  font-size: 11px;
  font-style: normal;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
}

.menu-toggle span {
  display: block;
  width: 17px;
  height: 1px;
  background: currentColor;
}

.menu-toggle span + span {
  margin-top: -13px;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(340px, 1fr) minmax(320px, 0.86fr);
  align-items: center;
  gap: 56px;
  min-height: 88svh;
  padding: 112px 7vw 54px;
}

.universe-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: 590px;
  isolation: isolate;
}

.logo-aura {
  position: absolute;
  width: 570px;
  max-width: 82vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.18) 0%, transparent 50%),
    radial-gradient(circle at 58% 58%, rgba(255, 74, 18, 0.2), transparent 45%),
    radial-gradient(circle at 42% 40%, rgba(0, 157, 224, 0.18), transparent 42%);
  filter: blur(8px);
  z-index: -2;
}

.universe-logo {
  display: block;
  width: 189px;
  height: auto;
  max-width: 72vw;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border-radius: 50%;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.22),
    0 34px 110px rgba(0, 0, 0, 0.62),
    0 0 56px rgba(255, 255, 255, 0.13);
  transform-origin: center;
  transform: translate3d(var(--logo-x, 0), var(--logo-y, 0), 0);
  animation: logo-spin 36s linear infinite;
  transition: transform 260ms ease-out;
}

.orbit {
  position: absolute;
  border: 1px solid rgba(230, 224, 214, 0.2);
  border-radius: 50%;
}

.orbit::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 22px rgba(0, 157, 224, 0.86);
}

.orbit-one {
  width: 540px;
  max-width: 82vw;
  aspect-ratio: 1;
  transform: rotate(-18deg) skewY(11deg);
  animation: turn-one 18s linear infinite;
}

.orbit-one::after {
  top: 72px;
  right: 94px;
}

.orbit-two {
  width: 680px;
  max-width: 92vw;
  aspect-ratio: 1;
  transform: rotate(24deg) skewY(-14deg);
  animation: turn-two 28s linear infinite;
}

.orbit-two::after {
  left: 80px;
  bottom: 132px;
  background: var(--ember);
  box-shadow: 0 0 24px rgba(255, 74, 18, 0.84);
}

.orbit-three {
  width: 430px;
  max-width: 70vw;
  aspect-ratio: 1;
  transform: rotate(55deg) skewY(-8deg);
  border-color: rgba(255, 255, 255, 0.12);
  animation: turn-three 22s linear infinite;
}

.orbit-three::after {
  right: 34px;
  bottom: 120px;
  width: 7px;
  height: 7px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.46);
}

.star-point {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.blue-star {
  top: 16%;
  left: 22%;
  background: var(--blue);
  box-shadow: 0 0 28px rgba(0, 157, 224, 0.92);
}

.ember-star {
  right: 18%;
  bottom: 20%;
  background: var(--ember);
  box-shadow: 0 0 30px rgba(255, 74, 18, 0.9);
}

.gray-star {
  left: 16%;
  bottom: 28%;
  background: #5d5d59;
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.22);
}

.hero-copy {
  min-width: 0;
  max-width: 600px;
  padding-bottom: 20px;
}

.eyebrow,
.section-label {
  margin: 0 0 16px;
  color: var(--ember-soft);
  font-size: 13px;
  font-weight: 700;
}

.hero .eyebrow {
  font-size: 25px;
  line-height: 1.35;
}

.hero .eyebrow span,
.section-label span {
  display: block;
  margin-top: 4px;
  color: rgba(244, 240, 232, 0.52);
  font-size: 0.58em;
  font-weight: 700;
}

.hero h1 {
  margin: 0;
  max-width: 100%;
  color: var(--text);
  font-size: 36px;
  line-height: 1.02;
  font-weight: 800;
  overflow-wrap: break-word;
  text-shadow:
    0 0 36px rgba(244, 240, 232, 0.2),
    0 0 22px rgba(255, 74, 18, 0.12);
}

.hero h1 span {
  display: block;
  margin-top: 12px;
  color: rgba(244, 240, 232, 0.5);
  font-size: 0.3em;
  font-weight: 700;
  line-height: 1.2;
}

.section h2 span {
  display: block;
  margin-top: 10px;
  color: rgba(244, 240, 232, 0.5);
  font-size: 0.42em;
  font-weight: 700;
  line-height: 1.2;
}

.hero-name {
  margin: 12px 0 0;
  color: var(--ember-soft);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.25;
}

.hero-text {
  margin: 22px 0 0;
  max-width: 500px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
  overflow-wrap: break-word;
}

.hero-text span {
  display: block;
  margin-top: 8px;
  color: rgba(244, 240, 232, 0.48);
  font-size: 0.78em;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.primary-link,
.secondary-link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  min-height: 58px;
  padding: 8px 20px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.15;
}

.primary-link span,
.secondary-link span {
  font-size: 11px;
  font-weight: 700;
  opacity: 0.64;
}

.primary-link {
  background: var(--text);
  color: #11110f;
}

.secondary-link {
  border: 1px solid var(--line);
  color: var(--text);
}

.section {
  position: relative;
  padding: 84px 7vw;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  scroll-margin-top: 88px;
}

.section-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 44px;
  align-items: start;
}

.section h2 {
  margin: 0;
  max-width: 620px;
  font-size: 42px;
  line-height: 1.08;
}

.about-section h2,
.rift-section h2,
.orbit-section h2,
.archive-section h2,
.contact-section h2 {
  font-size: 26px;
  line-height: 1.25;
}

.section .section-subtitle {
  max-width: 540px;
  margin-top: 14px;
  color: rgba(244, 240, 232, 0.72);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
}

.section .section-subtitle span {
  display: block;
  margin-top: 3px;
  color: rgba(244, 240, 232, 0.42);
  font-size: 0.78em;
  font-weight: 600;
  line-height: 1.45;
}

.rift-feature {
  width: min(460px, 100%);
  margin: 28px 0 0;
}

.rift-feature img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.34);
}

.rift-feature figcaption {
  margin-top: 12px;
  color: rgba(244, 240, 232, 0.7);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}

.rift-feature figcaption span {
  display: block;
  margin-top: 4px;
  color: rgba(244, 240, 232, 0.42);
  font-size: 0.78em;
  font-weight: 600;
}

.orbit-subsection {
  margin-top: 44px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
  scroll-margin-top: 110px;
}

.orbit-subsection h3 {
  margin: 0;
  color: var(--text);
  font-size: 26px;
  line-height: 1.25;
}

.series-marker {
  margin: 0 0 10px;
  color: var(--ember-soft);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

.series-marker span {
  display: block;
  margin-top: 2px;
  color: rgba(244, 240, 232, 0.45);
  font-size: 0.72em;
  font-weight: 700;
}

.orbit-subsection h3 span {
  display: block;
  margin-top: 8px;
  color: rgba(244, 240, 232, 0.5);
  font-size: 0.42em;
  font-weight: 700;
  line-height: 1.2;
}

.stone-series,
.line-series,
.civilization-series,
.vessel-series,
.space-series,
.persona-series {
  display: grid;
  justify-items: center;
  gap: 18px;
  margin-top: 26px;
}

.stone-figure,
.line-figure,
.civilization-figure,
.vessel-figure,
.space-figure,
.persona-figure {
  margin: 0;
}

.stone-figure img,
.line-figure img,
.civilization-figure img,
.vessel-figure img,
.space-figure img,
.persona-figure img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: min(66vh, 680px);
  height: auto;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f4f0e8;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

.stone-photo {
  width: min(100%, 720px);
}

.stone-sketch {
  width: min(100%, 560px);
}

.stone-series {
  grid-template-columns: minmax(260px, 1fr) minmax(220px, 0.78fr);
  align-items: end;
  max-width: 980px;
  margin-inline: auto;
  column-gap: 24px;
}

.stone-series.ancient-legend-preview {
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  max-width: 820px;
}

.stone-series .stone-figure {
  width: 100%;
}

.stone-series.ancient-legend-preview .stone-figure {
  grid-column: 1;
  grid-row: 1;
  justify-self: center;
  opacity: 0;
  pointer-events: none;
  animation: ancientLegendCycle 15s ease-in-out infinite;
}

.stone-series.ancient-legend-preview .stone-figure:nth-child(1) {
  opacity: 1;
  animation-delay: 0s;
}

.stone-series.ancient-legend-preview .stone-figure:nth-child(2) {
  animation-delay: 5s;
}

.stone-series.ancient-legend-preview .stone-figure:nth-child(3) {
  animation-delay: 10s;
}

.stone-series .stone-figure img {
  width: 100%;
  max-height: min(58vh, 560px);
  background: transparent;
}

.detail-gallery-images img {
  background: transparent;
}

.stone-series .stone-note {
  grid-column: 1 / -1;
}

@keyframes ancientLegendCycle {
  0%,
  30% {
    opacity: 1;
  }

  36%,
  94% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .stone-series.ancient-legend-preview .stone-figure {
    animation: none;
    opacity: 0;
  }

  .stone-series.ancient-legend-preview .stone-figure:first-child {
    opacity: 1;
  }
}

.line-art {
  width: min(100%, 600px);
}

.civilization-art {
  width: min(100%, 600px);
}

.vessel-art {
  width: min(100%, 760px);
}

.space-art {
  width: min(100%, 620px);
}

.persona-art {
  width: min(100%, 520px);
}

.section .stone-note,
.section .line-note,
.section .civilization-note,
.section .vessel-note,
.section .space-note,
.section .persona-note {
  max-width: 877px;
  color: rgba(244, 240, 232, 0.68);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.7;
  text-align: center;
}

.section .stone-note span,
.section .line-note span,
.section .civilization-note span,
.section .vessel-note span,
.section .space-note span,
.section .persona-note span {
  display: block;
  margin-top: 4px;
  color: rgba(244, 240, 232, 0.42);
  font-size: 0.78em;
  font-weight: 600;
}

.section p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.8;
}

.bilingual-copy {
  display: grid;
  gap: 12px;
}

.bilingual-copy .copy-lead {
  display: inline-block;
  color: var(--text);
  font-size: 1.16em;
  font-weight: 800;
  line-height: 1.45;
}

.bilingual-copy p + p,
.contact-panel p + p {
  color: rgba(244, 240, 232, 0.48);
  font-size: 0.9em;
  line-height: 1.7;
}

.about-origin {
  display: grid;
  grid-template-columns: minmax(180px, 0.72fr) minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(244, 240, 232, 0.14);
}

.about-origin-figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}

.about-origin-figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1600 / 1068;
  object-fit: cover;
  object-position: left center;
}

.about-origin-copy {
  display: grid;
  gap: 8px;
}

.section .about-origin-kicker {
  margin: 0;
  color: var(--ember-soft);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
}

.section .about-origin-kicker span {
  display: inline;
  margin-left: 6px;
  color: rgba(244, 240, 232, 0.46);
  font-size: 0.82em;
  font-weight: 700;
}

.about-origin-copy h3 {
  margin: 0;
  color: var(--text);
  font-size: 24px;
  line-height: 1.25;
}

.bilingual-copy .about-origin-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.bilingual-copy .about-origin-copy .about-origin-english {
  color: rgba(244, 240, 232, 0.5);
  font-size: 14px;
  line-height: 1.75;
}

.about-origin-english strong,
.about-origin-english span {
  display: block;
}

.about-origin-english strong {
  margin-bottom: 4px;
  color: rgba(244, 240, 232, 0.68);
  font-weight: 800;
}

.creator-profile {
  display: grid;
  gap: 14px;
  margin-top: 54px;
}

.section .creator-label {
  color: var(--ember-soft);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}

.section .creator-label span {
  display: block;
  margin-top: 2px;
  color: rgba(244, 240, 232, 0.46);
  font-size: 0.78em;
  font-weight: 700;
}

.creator-bio {
  display: grid;
  gap: 10px;
  max-width: 780px;
}

.creator-bio h3 {
  margin: 0 0 2px;
  color: var(--text);
  font-size: 22px;
  line-height: 1.35;
}

.bilingual-copy .creator-bio p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.creator-english {
  display: grid;
  gap: 8px;
  margin-top: 10px;
  padding-top: 16px;
  border-top: 1px solid rgba(244, 240, 232, 0.12);
}

.bilingual-copy .creator-bio .creator-english p {
  color: rgba(244, 240, 232, 0.68);
  font-size: 15px;
  line-height: 1.75;
}

.bilingual-copy .creator-bio .creator-english .creator-english-label {
  color: var(--ember-soft);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
}

.bilingual-copy .creator-bio .creator-english .creator-english-label span {
  display: block;
  margin-top: 2px;
  color: var(--text);
  font-size: 22px;
  line-height: 1.35;
}

.archive-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.015), rgba(255, 74, 18, 0.026));
  scroll-margin-top: 96px;
}

#early-works {
  scroll-margin-top: 112px;
}

.archive-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.archive-entry {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-content: space-between;
  min-height: 164px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.025);
}

.archive-entry h3 {
  margin: 0 0 10px;
  color: var(--text);
  font-size: 22px;
  line-height: 1.25;
}

.archive-entry h3 span {
  display: block;
  margin-top: 6px;
  color: rgba(244, 240, 232, 0.44);
  font-size: 0.46em;
  font-weight: 700;
  line-height: 1.25;
}

.archive-entry p {
  max-width: 320px;
  color: rgba(244, 240, 232, 0.68);
  font-size: 14px;
  line-height: 1.65;
}

.archive-entry p span {
  display: block;
  margin-top: 5px;
  color: rgba(244, 240, 232, 0.42);
  font-size: 0.8em;
  font-weight: 600;
  line-height: 1.55;
}

.archive-enter,
.work-enter {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 82px;
  min-height: 48px;
  padding: 9px 16px;
  border: 1px solid rgba(244, 240, 232, 0.28);
  border-radius: 999px;
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.archive-enter {
  justify-self: start;
}

.archive-enter span,
.work-enter span {
  color: rgba(244, 240, 232, 0.48);
  font-size: 0.72em;
  line-height: 1.2;
}

.archive-enter:hover,
.work-enter:hover {
  border-color: var(--ember);
  color: var(--ember-soft);
}

.work-enter {
  justify-self: center;
  margin-top: -4px;
}

.stone-series .work-enter {
  grid-column: 1 / -1;
}

.contact-panel {
  display: grid;
  gap: 14px;
  justify-items: start;
}

.contact-intents {
  color: var(--text);
  font-size: 26px;
  line-height: 1.25;
}

.contact-intents span {
  display: block;
  margin-top: 8px;
  color: rgba(244, 240, 232, 0.5);
  font-size: 0.42em;
  font-weight: 700;
  line-height: 1.2;
}

.contact-methods {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.contact-panel .contact-methods p {
  color: rgba(244, 240, 232, 0.78);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.7;
}

.contact-methods a {
  color: inherit;
  text-decoration: none;
}

.contact-methods a:hover {
  color: var(--ember-soft);
}

.subpage-main {
  min-height: 100svh;
  padding: 132px 7vw 82px;
}

.detail-shell {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.back-link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  margin-bottom: 28px;
  color: rgba(244, 240, 232, 0.66);
  font-size: 14px;
  font-weight: 700;
}

.back-link:hover {
  color: var(--ember-soft);
}

.detail-head {
  display: grid;
  gap: 14px;
  max-width: 760px;
  margin-bottom: 34px;
}

.detail-label {
  margin: 0;
  color: var(--ember-soft);
  font-size: 13px;
  font-weight: 700;
}

.detail-label span {
  display: block;
  margin-top: 4px;
  color: rgba(244, 240, 232, 0.5);
  font-size: 0.84em;
}

.detail-head h1 {
  margin: 0;
  color: var(--text);
  font-size: 42px;
  line-height: 1.12;
}

.detail-head h1 span {
  display: block;
  margin-top: 8px;
  color: rgba(244, 240, 232, 0.5);
  font-size: 0.34em;
  font-weight: 700;
}

.detail-intro {
  margin: 0;
  color: rgba(244, 240, 232, 0.74);
  font-size: 18px;
  line-height: 1.8;
  overflow-wrap: break-word;
}

.detail-intro span,
.archive-page-card p span {
  display: block;
  max-width: 100%;
  margin-top: 6px;
  color: rgba(244, 240, 232, 0.46);
  font-size: 0.82em;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.series-feature-video {
  display: grid;
  gap: 18px;
  width: min(860px, 100%);
  margin: 34px 0 58px;
  margin-inline: auto;
  padding: 24px;
  border: 1px solid rgba(244, 240, 232, 0.16);
  border-radius: 8px;
  background: rgba(10, 10, 9, 0.5);
}

.series-feature-copy {
  display: grid;
  gap: 8px;
  max-width: 760px;
}

.series-feature-label {
  margin: 0;
  color: var(--ember-soft);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.series-feature-label span {
  display: block;
  margin-top: 2px;
  color: rgba(244, 240, 232, 0.46);
  font-size: 0.78em;
  font-weight: 700;
}

.series-feature-copy h2 {
  margin: 0;
  color: var(--text);
  font-size: 28px;
  line-height: 1.25;
}

.series-feature-copy p:not(.series-feature-label) {
  margin: 0;
  color: rgba(244, 240, 232, 0.68);
  font-size: 16px;
  line-height: 1.75;
}

.series-feature-video video {
  display: block;
  width: 100%;
  max-height: min(58vh, 560px);
  object-fit: contain;
  border: 1px solid rgba(244, 240, 232, 0.16);
  border-radius: 8px;
  background: #080807;
}

.series-feature-video .text-link {
  justify-self: start;
}

.life-manifestation-page .subpage-main {
  padding-top: 112px;
}

.life-manifestation-page .back-link {
  margin-bottom: 18px;
}

.life-manifestation-page .detail-head {
  margin-bottom: 18px;
}

.life-manifestation-page .series-feature-video {
  width: 100%;
  margin-top: 18px;
  margin-inline: 0;
}

.life-manifestation-page .series-feature-video video {
  max-height: min(76vh, 820px);
}

.curation-panel {
  display: grid;
  gap: 24px;
  margin: 46px 0 62px;
  padding: 28px;
  border: 1px solid rgba(244, 240, 232, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(255, 255, 255, 0.025);
}

.curation-copy {
  display: grid;
  gap: 10px;
  max-width: 780px;
}

.curation-kicker,
.detail-archive-label {
  margin: 0;
  color: var(--ember-soft);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.curation-kicker span {
  display: block;
  margin-top: 2px;
  color: rgba(244, 240, 232, 0.46);
  font-size: 0.78em;
  font-weight: 700;
}

.curation-copy h2,
.detail-archive-head h2 {
  margin: 0;
  color: var(--text);
  font-size: 30px;
  line-height: 1.24;
}

.curation-copy p:not(.curation-kicker),
.detail-archive-head p:not(.detail-archive-label) {
  margin: 0;
  color: rgba(244, 240, 232, 0.68);
  font-size: 16px;
  line-height: 1.75;
}

.curation-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.curation-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 7px 14px;
  border: 1px solid rgba(244, 240, 232, 0.22);
  border-radius: 999px;
  color: rgba(244, 240, 232, 0.78);
  font-size: 13px;
  font-weight: 800;
}

.curation-nav a:hover {
  border-color: var(--ember);
  color: var(--ember-soft);
}

.curation-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.curation-card {
  display: grid;
  overflow: hidden;
  min-height: 100%;
  border: 1px solid rgba(244, 240, 232, 0.16);
  border-radius: 8px;
  background: rgba(10, 10, 9, 0.52);
  color: var(--text);
  text-decoration: none;
  transition:
    border-color 180ms ease,
    transform 180ms ease,
    background 180ms ease;
}

.curation-card:hover {
  border-color: rgba(255, 154, 108, 0.72);
  background: rgba(20, 17, 14, 0.86);
  transform: translateY(-2px);
}

.curation-card-large {
  grid-column: span 2;
  grid-row: span 2;
}

.curation-card > img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  height: auto;
  object-fit: cover;
  object-position: center;
  background: #f4f0e8;
}

.curation-card-large > img {
  aspect-ratio: 7 / 8;
}

.curation-card-images {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 8px;
  background: rgba(244, 240, 232, 0.06);
}

.curation-card-images img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  height: auto;
  object-fit: contain;
  border: 1px solid rgba(244, 240, 232, 0.12);
  border-radius: 6px;
  background: #f4f0e8;
}

.curation-card-images-trio {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.curation-card-images-trio img {
  aspect-ratio: 1 / 1;
}

.curation-grid-pairs .curation-card-large {
  grid-row: span 1;
}

.curation-card-body {
  display: grid;
  gap: 7px;
  padding: 14px;
}

.curation-card-body strong {
  color: var(--text);
  font-size: 18px;
  line-height: 1.25;
}

.curation-card-body span:not(.curation-card-meta) {
  color: rgba(244, 240, 232, 0.62);
  font-size: 13px;
  line-height: 1.55;
}

.curation-card-meta {
  color: rgba(255, 154, 108, 0.78);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.4;
}

.detail-archive {
  margin-top: 58px;
  padding-top: 42px;
  border-top: 1px solid var(--line);
  scroll-margin-top: 108px;
}

.detail-archive-head {
  display: grid;
  gap: 10px;
  max-width: 760px;
  margin-bottom: 30px;
}

.life-category-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.life-category-nav a {
  border: 1px solid rgba(244, 240, 232, 0.16);
  border-radius: 999px;
  padding: 8px 14px;
  color: rgba(244, 240, 232, 0.72);
  font-size: 13px;
  font-weight: 800;
}

.life-category-nav a:hover {
  border-color: rgba(255, 154, 108, 0.42);
  color: var(--text);
  background: rgba(255, 154, 108, 0.08);
}

.life-category-head {
  margin-top: 64px;
  padding: 18px 0 8px;
  border-top: 1px solid rgba(255, 154, 108, 0.24);
  scroll-margin-top: 108px;
}

.persona-work-category {
  scroll-margin-top: 108px;
}

.persona-category-list .archive-page-card {
  align-content: start;
}

.persona-category-list .archive-enter {
  margin-top: 2px;
}

.life-category-head p {
  margin: 0 0 6px;
  color: rgba(255, 154, 108, 0.72);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.life-category-head .life-category-intro {
  max-width: 760px;
  margin: 10px 0 0;
  color: rgba(244, 240, 232, 0.66);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
}

.life-category-head h3 {
  margin: 0;
  color: var(--text);
  font-size: 24px;
  line-height: 1.3;
}

.life-category-head h3 span {
  display: block;
  margin-top: 6px;
  color: rgba(244, 240, 232, 0.48);
  font-size: 0.54em;
  font-weight: 700;
}

.life-category-head + .detail-work {
  margin-top: 22px;
}

.life-series-closing {
  display: grid;
  gap: 12px;
  margin-top: 74px;
  padding: 34px 0 6px;
  border-top: 1px solid rgba(255, 154, 108, 0.24);
}

.life-series-closing h2 {
  margin: 0;
  color: var(--text);
  font-size: 28px;
  line-height: 1.3;
}

.life-series-closing p:not(.detail-archive-label) {
  max-width: 820px;
  margin: 0;
  color: rgba(244, 240, 232, 0.7);
  font-size: 16px;
  line-height: 1.78;
}

.detail-work,
.detail-work-head[id] {
  scroll-margin-top: 108px;
}

.detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 34px;
  align-items: start;
}

.detail-work {
  margin-top: 58px;
  padding-top: 42px;
  border-top: 1px solid var(--line);
}

#visual-signal {
  margin-bottom: 72px;
}

.detail-work-head {
  margin-bottom: 24px;
}

.detail-work-head h2 {
  margin: 0;
  color: var(--text);
  font-size: 28px;
  line-height: 1.25;
}

.detail-work-head h2 span {
  display: block;
  margin-top: 6px;
  color: rgba(244, 240, 232, 0.5);
  font-size: 0.48em;
  font-weight: 700;
}

.detail-figure {
  display: grid;
  gap: 12px;
  margin: 0;
}

.detail-figure img {
  width: 100%;
  max-height: min(78vh, 900px);
  height: auto;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f4f0e8;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

.detail-figure .detail-gallery-images img {
  background: transparent;
}

.detail-gallery-images > figure {
  display: grid;
  gap: 10px;
  margin: 0;
  align-content: start;
}

.detail-gallery-images > figure > img {
  justify-self: stretch;
}

.detail-gallery-images > figure > figcaption,
.seen-being-card figure figcaption {
  color: rgba(244, 240, 232, 0.62);
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
}

.detail-gallery-images {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.76fr);
  gap: 18px;
  align-items: end;
}

.stone-egg-gallery {
  align-items: center;
}

.stone-egg-gallery img:first-child {
  width: 78%;
  justify-self: center;
}

.family-joy-gallery {
  align-items: center;
}

.family-joy-gallery img:first-child {
  width: 76%;
  justify-self: center;
}

.tree-hope-gallery,
.balanced-gallery {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.feature-stack-gallery {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.feature-stack-gallery > img:first-child,
.feature-stack-gallery > figure:first-child {
  grid-column: 1 / -1;
  width: min(100%, 92%);
  justify-self: center;
}

.translation-pair-gallery {
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.08fr);
  align-items: center;
}

.translation-pair-gallery > figure:first-child {
  grid-column: auto;
  width: min(100%, 82%);
  justify-self: center;
}

.translation-pair-gallery > figure:nth-child(2) {
  width: 100%;
  justify-self: center;
}

.translation-pair-gallery > figure:nth-child(2) img {
  max-height: min(82vh, 980px);
}

.reversible-forms-gallery {
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.08fr);
  align-items: center;
  row-gap: 24px;
}

.reversible-forms-gallery > figure:nth-child(odd) {
  width: min(100%, 80%);
  justify-self: center;
}

.reversible-forms-gallery > figure:nth-child(even) {
  width: 100%;
  justify-self: center;
}

.reversible-forms-gallery > figure:nth-child(even) img {
  max-height: min(76vh, 860px);
}

.solitary-bloom-gallery > figure:nth-child(2) {
  grid-column: 1 / -1;
  width: 100%;
  justify-self: center;
}

.not-a-vase-gallery > figure:nth-child(3) {
  width: min(100%, 82%);
  justify-self: center;
}

.not-a-vase-gallery > figure:nth-child(2),
.not-a-vase-gallery > figure:nth-child(3) {
  align-content: end;
}

.not-a-vase-gallery > figure:nth-child(3) img {
  width: 100%;
}

.flower-vessel-gallery img {
  filter: brightness(0.94) contrast(0.97);
}

.flower-vessel-gallery img:first-child {
  width: min(100%, 94%);
}

.flower-vessel-gallery img:not(:first-child) {
  width: min(100%, 78%);
  justify-self: center;
}

.flower-vessel-gallery > figure:not(:first-child) {
  width: min(100%, 78%);
  justify-self: center;
}

.flower-vessel-gallery > figure:not(:first-child) img {
  width: 100%;
}

.gaze-after-stack {
  display: grid;
  gap: 34px;
}

.gaze-after-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 18px;
  align-items: start;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(244, 240, 232, 0.12);
}

.gaze-after-card:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.gaze-after-card figure {
  display: grid;
  gap: 10px;
  margin: 0;
}

.gaze-after-card img {
  display: block;
  width: min(100%, 620px);
  height: auto;
  max-height: none;
  justify-self: center;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f4f0e8;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

.gaze-after-card:first-child img {
  width: min(100%, 560px);
}

.gaze-after-card figcaption {
  max-width: 860px;
  justify-self: center;
  color: rgba(244, 240, 232, 0.62);
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
}

.gaze-after-body {
  display: grid;
  align-content: start;
  gap: 12px;
  max-width: 320px;
  justify-self: stretch;
  width: 100%;
}

.gaze-after-body h3 {
  margin: 0;
  color: var(--text);
  font-size: 22px;
  line-height: 1.3;
}

.gaze-after-body dl {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px 16px;
  margin: 0;
  padding-block: 14px;
  border-block: 1px solid rgba(244, 240, 232, 0.12);
}

.gaze-after-body dt {
  color: rgba(244, 240, 232, 0.46);
  font-size: 11px;
  font-weight: 700;
}

.gaze-after-body dd {
  margin: 3px 0 0;
  color: rgba(244, 240, 232, 0.78);
  font-size: 14px;
  line-height: 1.5;
}

.silent-resonator-gallery img {
  object-fit: contain;
}

.silent-resonator-gallery > figure:first-child {
  width: min(100%, 90%);
}

.silent-resonator-gallery > figure:not(:first-child) {
  width: min(100%, 82%);
  justify-self: center;
}

.silent-resonator-gallery > figure:not(:first-child) img {
  width: 100%;
}

.tree-spirit-dance-gallery {
  grid-template-columns: 1fr;
  align-items: center;
}

.tree-spirit-dance-gallery img {
  width: 100%;
  max-height: none;
  justify-self: center;
}

.tree-spirit-dance-gallery img:first-child,
.tree-spirit-dance-gallery > figure:first-child img {
  width: min(100%, 1100px);
}

.tree-spirit-dance-gallery img:nth-child(2),
.tree-spirit-dance-gallery > figure:nth-child(2) img {
  width: min(100%, 760px);
}

.captioned-gallery {
  display: grid;
  gap: 22px;
}

.captioned-gallery figure {
  display: grid;
  gap: 10px;
  margin: 0;
}

.captioned-gallery img {
  width: min(100%, 780px);
  max-height: none;
  justify-self: center;
}

.captioned-gallery figcaption {
  max-width: 760px;
  justify-self: center;
}

.flower-spirit-ritual-gallery figure:first-child img {
  width: min(100%, 820px);
}

.returning-gaze-gallery img:nth-child(3),
.returning-gaze-gallery > figure:nth-child(3) {
  justify-self: center;
}

.returning-gaze-gallery > figure:nth-child(3) img {
  object-fit: contain;
}

.vertical-pair-gallery {
  grid-template-columns: 1fr;
  align-items: center;
}

.vertical-pair-gallery img {
  width: min(100%, 860px);
  justify-self: center;
}

.appearance-inner-gallery {
  grid-template-columns: 1fr;
  align-items: center;
}

.appearance-inner-gallery img {
  width: 100%;
  max-height: min(82vh, 980px);
  justify-self: stretch;
  object-fit: contain;
}

.eight-earth-deities-gallery img:nth-child(2),
.eight-earth-deities-gallery > figure:nth-child(2) {
  width: min(94%, 900px);
  justify-self: center;
}

.eight-earth-deities-gallery > figure:nth-child(2) img {
  width: 100%;
}

.eight-earth-deities-gallery img:nth-child(2),
.eight-earth-deities-gallery > figure:nth-child(2) img {
  filter: brightness(0.98) contrast(0.98) saturate(1.08);
}

.good-friends-gallery {
  grid-template-columns: 1fr;
}

.good-friends-gallery img {
  width: 100%;
  justify-self: stretch;
}

.flower-chorus-gallery {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
}

.flower-chorus-gallery > figure:first-child {
  grid-column: 1 / -1;
}

.flower-chorus-gallery > figure:first-child img {
  width: 100%;
}

.flower-chorus-gallery > figure:not(:first-child) img {
  max-height: min(62vh, 680px);
}

.seen-beings-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
}

.seen-being-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid rgba(244, 240, 232, 0.14);
  border-radius: 8px;
  background: rgba(244, 240, 232, 0.045);
}

.seen-being-card figure {
  margin: 0;
  display: grid;
  place-items: center;
  min-height: min(66vh, 680px);
  background: #f4f0e8;
}

.seen-being-card:first-child {
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1fr) 320px;
  grid-template-rows: auto;
  align-items: stretch;
}

.seen-being-card:first-child figure {
  min-height: 0;
  padding: 18px;
}

.seen-being-card img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.seen-being-card:first-child img {
  width: min(100%, 680px);
}

.seen-being-card:nth-child(2) img,
.seen-being-card:nth-child(3) img {
  width: min(100%, 560px);
  max-height: min(72vh, 760px);
}

.seen-being-body {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 16px;
}

.seen-being-body h3 {
  margin: 0;
  color: var(--text);
  font-size: 20px;
  line-height: 1.3;
}

.seen-being-body dl {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-block: 14px;
  border-block: 1px solid rgba(244, 240, 232, 0.12);
}

.seen-being-body dl > div {
  display: grid;
  gap: 3px;
}

.seen-being-body dt {
  color: rgba(244, 240, 232, 0.46);
  font-size: 11px;
  font-weight: 700;
}

.seen-being-body dd {
  margin: 0;
  color: rgba(244, 240, 232, 0.78);
  font-size: 14px;
  line-height: 1.5;
}

.seen-being-body .text-link {
  justify-self: start;
  min-height: 38px;
  padding-inline: 14px;
  font-size: 13px;
}

.visual-signal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.visual-signal-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid rgba(244, 240, 232, 0.14);
  border-radius: 8px;
  background: rgba(244, 240, 232, 0.045);
}

.visual-signal-card figure {
  margin: 0;
  display: grid;
  place-items: center;
  background: #f4f0e8;
}

.visual-signal-card img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.visual-signal-body {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 16px;
}

.visual-signal-body h3 {
  margin: 0;
  color: var(--text);
  font-size: 20px;
  line-height: 1.3;
}

.visual-signal-body dl {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-block: 14px;
  border-block: 1px solid rgba(244, 240, 232, 0.12);
}

.visual-signal-body dl > div {
  display: grid;
  gap: 3px;
}

.visual-signal-body dt {
  color: rgba(244, 240, 232, 0.46);
  font-size: 11px;
  font-weight: 700;
}

.visual-signal-body dd {
  margin: 0;
  color: rgba(244, 240, 232, 0.78);
  font-size: 14px;
  line-height: 1.5;
}

.visual-signal-body .text-link {
  justify-self: start;
  min-height: 38px;
  padding-inline: 14px;
  font-size: 13px;
}

.ancient-legend-gallery {
  grid-template-columns: minmax(0, 0.9fr) repeat(2, minmax(0, 1fr));
  align-items: center;
}

.memory-pillar-gallery,
.distant-standing-gallery,
.compound-body-gallery {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.memory-pillar-gallery img:first-child,
.memory-pillar-gallery > figure:first-child,
.distant-standing-gallery img:first-child,
.distant-standing-gallery > figure:first-child,
.compound-body-gallery img:first-child,
.compound-body-gallery > figure:first-child {
  grid-column: 1 / -1;
}

.detail-gallery-images.is-slideshow {
  position: relative;
  display: block;
  width: 100%;
  min-height: var(--slideshow-height, 520px);
}

.detail-gallery-images.is-slideshow img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: var(--slideshow-height, 520px);
  max-height: none;
  object-fit: contain;
  opacity: 0;
  transform: scale(0.985);
  transition:
    opacity 900ms ease,
    transform 900ms ease;
  pointer-events: none;
}

.detail-gallery-images.is-slideshow img.is-active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

@media (prefers-reduced-motion: reduce) {
  .detail-gallery-images.is-slideshow img {
    transition: none;
  }
}

.detail-figure figcaption {
  color: rgba(244, 240, 232, 0.62);
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
}

.detail-meta {
  display: grid;
  gap: 20px;
  padding-top: 2px;
}

.detail-meta h2,
.archive-page-card h2 {
  margin: 0;
  color: var(--text);
  font-size: 22px;
  line-height: 1.25;
}

.archive-page-card h2 span {
  display: block;
  margin-top: 5px;
  color: rgba(244, 240, 232, 0.48);
  font-size: 0.58em;
  font-weight: 700;
}

.detail-meta dl {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-block: 18px;
  border-block: 1px solid var(--line);
}

.detail-meta dl > div {
  display: grid;
  gap: 4px;
}

.detail-meta dt {
  color: rgba(244, 240, 232, 0.46);
  font-size: 12px;
  font-weight: 700;
}

.detail-meta dd {
  margin: 0;
  color: rgba(244, 240, 232, 0.8);
  font-size: 15px;
  line-height: 1.55;
}

.detail-note {
  margin: 0;
  color: rgba(244, 240, 232, 0.68);
  font-size: 16px;
  line-height: 1.8;
}

.detail-actions,
.archive-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 16px;
  border: 1px solid rgba(244, 240, 232, 0.28);
  border-radius: 999px;
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
}

.text-link:hover {
  border-color: var(--ember);
  color: var(--ember-soft);
}

.archive-page-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.archive-page-card {
  display: grid;
  gap: 14px;
  padding-block: 22px;
  border-top: 1px solid var(--line);
}

.archive-page-card p {
  margin: 0;
  color: rgba(244, 240, 232, 0.7);
  font-size: 16px;
  line-height: 1.75;
  overflow-wrap: break-word;
}

.local-name {
  color: var(--ember-soft);
  font-size: 20px;
  font-weight: 700;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 32px 7vw 42px;
  color: var(--muted);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 14px;
}

.site-footer em {
  color: rgba(244, 240, 232, 0.48);
  font-style: normal;
}

.reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes turn-one {
  from {
    rotate: 0deg;
  }
  to {
    rotate: 360deg;
  }
}

@keyframes turn-two {
  from {
    rotate: 0deg;
  }
  to {
    rotate: -360deg;
  }
}

@keyframes turn-three {
  from {
    rotate: 0deg;
  }
  to {
    rotate: 360deg;
  }
}

@keyframes logo-spin {
  from {
    rotate: 0deg;
  }
  to {
    rotate: 360deg;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}

@media (max-width: 980px) {
  .archive-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .curation-card-large {
    grid-row: span 1;
  }

  .seen-beings-grid {
    grid-template-columns: 1fr;
  }

  .visual-signal-grid {
    grid-template-columns: 1fr;
  }

  .seen-being-card:first-child {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }

  .gaze-after-body dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gaze-after-card {
    grid-template-columns: 1fr;
  }

  .gaze-after-body {
    max-width: 860px;
    justify-self: center;
  }

  .site-header {
    padding: 18px 5vw;
  }

  .menu-toggle {
    display: grid;
  }

  .site-nav {
    position: fixed;
    top: 80px;
    left: 5vw;
    right: 5vw;
    display: grid;
    gap: 4px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(7, 7, 6, 0.92);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    border-radius: 6px;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-top: 94px;
  }

  .universe-stage {
    min-height: 470px;
  }

  .hero-copy {
    max-width: 760px;
  }
}

@media (max-width: 680px) {
  .curation-panel {
    gap: 18px;
    margin: 34px 0 48px;
    padding: 18px;
  }

  .series-feature-video {
    margin: 28px 0 44px;
    padding: 16px;
  }

  .series-feature-copy h2 {
    font-size: 24px;
  }

  .curation-copy h2,
  .detail-archive-head h2 {
    font-size: 24px;
  }

  .curation-copy p:not(.curation-kicker),
  .detail-archive-head p:not(.detail-archive-label) {
    font-size: 14px;
  }

  .curation-grid,
  .curation-grid-pairs {
    grid-template-columns: 1fr;
  }

  .curation-card-large {
    grid-column: span 1;
  }

  .curation-card > img,
  .curation-card-large > img {
    aspect-ratio: 4 / 4.8;
  }

  .gaze-after-body dl {
    grid-template-columns: 1fr;
  }

  .curation-card-body {
    padding: 12px;
  }

  .detail-archive {
    margin-top: 42px;
    padding-top: 32px;
  }

  .brand-copy strong {
    font-size: 16px;
  }

  .brand-copy em {
    font-size: 10px;
  }

  .brand img {
    width: 38px;
    height: 38px;
  }

  .hero {
    min-height: auto;
    gap: 12px;
    padding: 76px 5vw 34px;
  }

  .hero-copy {
    width: 320px;
    max-width: calc(100vw - 48px);
  }

  .universe-stage {
    min-height: 270px;
  }

  .universe-logo {
    width: 108px;
  }

  .logo-aura {
    width: 280px;
  }

  .orbit-one {
    width: 284px;
  }

  .orbit-two {
    width: 330px;
  }

  .orbit-three {
    width: 230px;
  }

  .hero h1 {
    font-size: 28px;
    line-height: 1.06;
  }

  .hero .eyebrow {
    font-size: 21px;
  }

  .hero-text {
    font-size: 15px;
    line-height: 1.65;
  }

  .primary-link,
  .secondary-link {
    width: 100%;
  }

  .section {
    padding: 64px 5vw;
  }

  .split {
    grid-template-columns: 1fr;
  }

  .section h2 {
    font-size: 32px;
  }

  .about-section h2,
  .rift-section h2,
  .orbit-section h2,
  .archive-section h2,
  .contact-section h2 {
    font-size: 26px;
  }

  .section p {
    font-size: 16px;
  }

  .about-origin {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 24px;
    padding-top: 20px;
  }

  .about-origin-figure img {
    max-height: 320px;
    object-fit: cover;
  }

  .archive-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .archive-entry {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 18px;
  }

  .archive-entry p {
    max-width: none;
    font-size: 14px;
  }

  .archive-enter {
    justify-self: start;
  }

  .stone-series,
  .line-series,
  .civilization-series,
  .vessel-series,
  .space-series {
    gap: 16px;
    margin-top: 24px;
  }

  .stone-series {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .stone-series.ancient-legend-preview {
    grid-template-columns: 1fr;
  }

  .stone-series .stone-note {
    grid-column: auto;
  }

  .stone-figure img,
  .line-figure img,
  .civilization-figure img,
  .vessel-figure img,
  .space-figure img {
    width: auto;
    max-width: 100%;
    max-height: min(68vh, 620px);
    margin-inline: auto;
  }

  .section .stone-note,
  .section .line-note,
  .section .civilization-note,
  .section .vessel-note,
  .section .space-note {
    font-size: 14px;
    text-align: left;
  }

  .site-footer {
    padding-inline: 5vw;
  }

  .subpage-main {
    padding: 104px 5vw 58px;
  }

  .detail-head h1 {
    font-size: 30px;
  }

  .detail-intro {
    font-size: 16px;
  }

  .detail-grid,
  .archive-page-list {
    grid-template-columns: 1fr;
  }

  .detail-shell,
  .detail-head,
  .archive-page-card {
    min-width: 0;
    max-width: 100%;
  }

  .detail-gallery-images {
    grid-template-columns: 1fr;
  }

  .translation-pair-gallery > figure:first-child,
  .reversible-forms-gallery > figure:nth-child(odd) {
    width: 100%;
  }

  .detail-figure img {
    max-height: min(68vh, 620px);
  }

  .contact-panel .contact-methods p {
    font-size: 15px;
  }
}
