﻿:root {
  --color-bg: #f7f7f5;
  --color-surface: #ffffff;
  --color-surface-soft: #f1f1ee;
  --color-text: #1f1f1d;
  --color-text-sub: #66635d;
  --color-text-muted: #8a867d;
  --color-border: #d8d6d0;
  --color-border-soft: rgba(216, 214, 208, 0.6);
  --color-accent-gold: #a88f5a;
  --color-accent-blood: #7b2d26;
  --shadow-soft: 0 18px 40px rgba(0, 0, 0, 0.05);
  --shadow-hover: 0 24px 54px rgba(0, 0, 0, 0.065);
  --ease-quiet: cubic-bezier(0.22, 1, 0.36, 1);
  --space-section: clamp(72px, 10vw, 128px);
  --bg: var(--color-bg);
  --paper: var(--color-surface);
  --ink: var(--color-text);
  --muted: var(--color-text-sub);
  --pale: var(--color-text-muted);
  --line: var(--color-border);
  --soft: var(--color-surface-soft);
  --max: 1080px;
  --narrow: 720px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 15px;
  line-height: 1.85;
  letter-spacing: 0;
}

a {
  color: inherit;
}

.container,
.header-inner,
.footer-inner {
  width: min(100% - 44px, var(--max));
  margin: 0 auto;
}

.narrow {
  max-width: var(--narrow);
}

.site-header {
  background: rgba(247, 247, 245, 0.94);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(14px);
  transition: background-color 420ms ease, border-color 420ms ease;
}

.is-scrolled .site-header {
  background: rgba(248, 248, 246, 0.98);
  border-bottom-color: rgba(32, 32, 29, 0.18);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 22px 0;
}

.site-name {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.98rem;
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
}

.site-nav {
  display: flex;
  gap: clamp(18px, 3.2vw, 34px);
  flex-wrap: wrap;
}

.site-nav a,
.text-link,
.footer-links a {
  color: var(--ink);
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-decoration: none;
}

.site-nav a {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.site-nav a:hover,
.text-link:hover,
.footer-links a:hover {
  color: var(--muted);
}

.hero {
  padding: clamp(82px, 11vw, 132px) 0 clamp(58px, 8vw, 96px);
}

.hero--home h1,
.hero--text h1 {
  max-width: 760px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 7vw, 5.35rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: 0;
}

.hero--text h1 {
  max-width: 700px;
  font-size: clamp(2.45rem, 5.8vw, 4.4rem);
}

.hero-copy {
  margin: clamp(28px, 4vw, 46px) 0 0;
  font-size: clamp(1.08rem, 1.55vw, 1.34rem);
}

.lead {
  max-width: 620px;
  margin: 20px 0 0;
  color: var(--muted);
}

.eyebrow,
.breadcrumb,
.last-updated,
.object-number,
.object-world,
.object-checked,
.quiet-card span,
.quiet-card small {
  color: var(--pale);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.breadcrumb {
  margin: 0 0 32px;
}

.breadcrumb a {
  text-decoration: none;
}

.section {
  padding: clamp(58px, 8vw, 104px) 0;
  border-top: 1px solid var(--line);
}

.section-heading {
  margin-bottom: clamp(30px, 4.8vw, 58px);
}

h2,
h3 {
  margin: 0;
  font-weight: 400;
  line-height: 1.35;
}

h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3.8vw, 3.1rem);
}

h3 {
  font-size: clamp(1.05rem, 1.55vw, 1.22rem);
}

.split-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.split-links a {
  min-height: 160px;
  padding: 30px 28px;
  border-right: 1px solid var(--line);
  text-decoration: none;
}

.split-links a:last-child {
  border-right: 0;
}

.split-links span,
.split-links small {
  display: block;
  color: var(--pale);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
}

.split-links strong {
  display: block;
  margin: 24px 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 400;
}

.quiet-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 54px);
}

.object-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(42px, 6vw, 86px);
  row-gap: clamp(18px, 3vw, 34px);
}

.quiet-card {
  min-height: 230px;
  padding: 30px 0;
  border-top: 1px solid var(--line);
  text-decoration: none;
}

.quiet-card strong {
  display: block;
  margin: 28px 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  font-weight: 400;
  line-height: 1.06;
}

.quiet-card p {
  margin: 24px 0 0;
  color: var(--muted);
}

.object-card {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 18px;
  padding: 28px 0 34px;
  border-top: 1px solid var(--line);
}

.object-card__body {
  min-width: 0;
}

.object-world {
  margin: 0 0 14px;
}

.object-description,
.object-note,
.object-checked {
  margin: 14px 0 0;
}

.object-description {
  color: var(--muted);
}

.object-fragment,
.card-fragment {
  display: block;
  color: var(--pale);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.98rem;
  line-height: 1.8;
}

.object-fragment {
  margin: 16px 0 0;
}

.card-fragment {
  max-width: 28em;
  margin-top: 24px;
  font-size: 0.98rem;
  line-height: 1.8;
}

.object-note {
  color: var(--muted);
  font-size: 0.9rem;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.tag-list span {
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: 0;
  padding: 2px 10px;
  font-size: 0.74rem;
}

.object-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.object-links a,
.button-link,
.filter-button {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 6px 12px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.object-links a:hover,
.button-link:hover,
.filter-button:hover,
.filter-button.is-active {
  border-color: var(--ink);
}

.filter-list,
.link-row,
.other-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.other-links {
  align-items: center;
}

.other-links span {
  color: var(--pale);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
}

.statement {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.statement p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.8vw, 2.15rem);
  line-height: 1.58;
}

.prose p {
  margin: 0 0 30px;
  color: var(--ink);
  font-size: clamp(1rem, 1.6vw, 1.16rem);
}

.prose hr {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 56px 0;
}

.journal-list {
  display: grid;
  gap: 0;
}

.journal-item {
  padding: 42px 0;
  border-top: 1px solid var(--line);
}

.journal-item p:not(.eyebrow) {
  max-width: 620px;
  color: var(--muted);
}

.notice {
  grid-column: 1 / -1;
  padding: 34px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.notice--error {
  color: #8f4d42;
}

.empty-state {
  grid-column: 1 / -1;
  padding: clamp(42px, 7vw, 78px) 0;
  border-top: 1px solid rgba(31, 31, 29, 0.14);
  border-bottom: 1px solid rgba(31, 31, 29, 0.08);
}

.empty-state h2,
.empty-state h3 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(1.45rem, 3vw, 2.35rem);
  line-height: 1.35;
}

.empty-state p:not(.eyebrow) {
  max-width: 620px;
  margin: 22px 0 0;
  color: #625f58;
  font-size: clamp(1rem, 1.25vw, 1.08rem);
  line-height: 1.95;
}

.object-empty-state h3 {
  font-size: clamp(1.28rem, 2.2vw, 1.8rem);
}

[hidden] {
  display: none !important;
}

.site-footer {
  padding: 58px 0 38px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: var(--soft);
}

.site-footer p {
  max-width: 900px;
  margin: 0 0 18px;
  font-size: 0.82rem;
}

.footer-links {
  display: flex;
  gap: 28px;
  margin-top: 34px;
}

@media (max-width: 900px) {
  .split-links,
  .quiet-grid {
    grid-template-columns: 1fr 1fr;
  }

  .object-grid {
    grid-template-columns: 1fr;
  }

  .split-links a:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 640px) {
  .container,
  .header-inner,
  .footer-inner {
    width: min(100% - 28px, var(--max));
  }

  .header-inner {
    gap: 16px;
    padding: 18px 0 14px;
  }

  .site-nav {
    width: 100%;
    gap: 22px;
    overflow-x: auto;
    padding: 0 0 6px;
    scrollbar-width: none;
    white-space: nowrap;
  }

  .site-nav::-webkit-scrollbar {
    display: none;
  }

  .hero {
    padding: 66px 0 52px;
  }

  .hero--home h1,
  .hero--text h1 {
    font-size: clamp(2.35rem, 12vw, 3.55rem);
    line-height: 1.06;
  }

  .split-links,
  .quiet-grid,
  .object-grid {
    grid-template-columns: 1fr;
  }

  .split-links a {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .split-links a:last-child {
    border-bottom: 0;
  }

  .object-card {
    grid-template-columns: 1fr;
  }

  .object-number {
    margin: 0;
  }

  .object-links a,
  .button-link,
  .filter-button {
    width: 100%;
    justify-content: center;
  }
}

/* IA refresh: worlds first, objects last */
.section--concept {
  padding-top: clamp(52px, 7vw, 88px);
  padding-bottom: clamp(52px, 7vw, 88px);
}

.quiet-grid--worlds {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(44px, 7vw, 96px);
}

.quiet-grid--types {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 38px);
}

.world-card em,
.type-card em {
  display: inline-block;
  margin-top: 28px;
  color: var(--ink);
  font-style: normal;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.world-card:hover em,
.type-card:hover em {
  color: var(--muted);
}

.journal-entry {
  display: grid;
  grid-template-columns: minmax(220px, 0.85fr) minmax(260px, 1.15fr) auto;
  align-items: end;
  gap: clamp(28px, 5vw, 70px);
}

.journal-entry p {
  margin: 0;
  color: var(--muted);
}

.section--selected .object-grid {
  margin-top: 6px;
}

.world-type-stack {
  display: grid;
  gap: clamp(48px, 7vw, 86px);
}

.object-type-section {
  scroll-margin-top: 110px;
}

.section-heading--compact {
  margin-bottom: clamp(22px, 3vw, 36px);
}

.section-heading--compact h3 {
  font-family: Georgia, "Times New Roman", serif;
}

@media (max-width: 980px) {
  .quiet-grid--types {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .journal-entry {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 640px) {
  .quiet-grid--worlds,
  .quiet-grid--types {
    grid-template-columns: 1fr;
  }
}

/* Quiet polish: less commercial, more gallery-like */
.hero--home {
  padding-top: clamp(104px, 12.5vw, 156px);
  padding-bottom: clamp(76px, 9.5vw, 116px);
}

.hero--home .eyebrow {
  margin-bottom: clamp(22px, 3vw, 34px);
}

.hero--home .hero-copy {
  margin-top: clamp(34px, 4.6vw, 58px);
}

.hero--home .lead {
  margin-top: clamp(24px, 3vw, 34px);
}

.quiet-grid--worlds {
  column-gap: clamp(58px, 8vw, 118px);
  row-gap: clamp(42px, 6vw, 76px);
}

.world-card {
  min-height: 270px;
  padding: 38px 0 42px;
  border-top-color: rgba(32, 32, 29, 0.18);
  transition: background-color 320ms ease, border-color 320ms ease, padding-left 320ms ease, transform 320ms ease;
}

.world-card strong {
  margin-top: 34px;
  font-size: clamp(1.9rem, 3.2vw, 2.65rem);
}

.world-card p {
  max-width: 29em;
  margin-top: 28px;
  line-height: 2;
}

.world-card .card-fragment {
  max-width: 28em;
  margin-top: 28px;
  font-size: 0.98rem;
  line-height: 1.8;
}

.world-card:hover {
  border-top-color: rgba(32, 32, 29, 0.42);
  background: rgba(255, 255, 255, 0.42);
  padding-left: 12px;
  transform: translateY(-2px);
}

.world-card em {
  margin-top: 34px;
}

.object-fragment,
.card-fragment {
  opacity: 0.38;
  transform: translateY(6px);
  transition:
    opacity 420ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.object-card:hover .object-fragment,
.object-card:focus-within .object-fragment,
.world-card:hover .card-fragment,
.world-card:focus-visible .card-fragment {
  opacity: 1;
  transform: translateY(0);
}

.quiet-grid--types {
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: clamp(30px, 4.5vw, 58px);
}

.type-card {
  min-height: 210px;
  padding-top: 34px;
}

.type-card strong {
  font-size: clamp(1.28rem, 2.2vw, 1.78rem);
}

.type-card p {
  line-height: 1.95;
}

.object-card {
  border-top-color: rgba(32, 32, 29, 0.13);
  padding-top: 26px;
  padding-bottom: 38px;
  transition: border-color 320ms ease, transform 320ms ease;
}

.object-card__media {
  display: flex;
  align-items: flex-end;
  width: 100%;
  min-height: 180px;
  aspect-ratio: 16 / 10;
  margin-bottom: 24px;
  padding: 16px;
  border: 1px solid rgba(32, 32, 29, 0.14);
  background:
    linear-gradient(135deg, rgba(32, 32, 29, 0.05), rgba(255, 255, 255, 0.38)),
    #f0efea;
  transition: border-color 360ms ease, background-color 360ms ease, transform 360ms ease;
}

.object-card__media span {
  color: #8d8a82;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.object-card h3 {
  font-size: clamp(1rem, 1.4vw, 1.14rem);
}

.object-description {
  color: #77766f;
}

.object-fragment,
.card-fragment {
  color: #817f76;
}

.object-note {
  color: #89857c;
  font-size: 0.82rem;
}

.object-checked {
  color: #aaa8a0;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
}

.tag-list {
  gap: 7px;
  margin-top: 16px;
}

.tag-list span {
  color: #96948d;
  border-color: rgba(32, 32, 29, 0.12);
  border-radius: 0;
  background: transparent;
  padding: 1px 8px;
  font-size: 0.66rem;
}

.object-links {
  gap: 18px;
  margin-top: 24px;
}

.object-links a {
  min-height: auto;
  padding: 0 0 2px;
  border: 0;
  border-bottom: 1px solid rgba(32, 32, 29, 0.18);
  color: #6d6b65;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
}

.object-links a:hover {
  border-bottom-color: rgba(32, 32, 29, 0.52);
  color: var(--ink);
}

.notice--error {
  color: #8a665f;
}

.site-footer {
  padding-top: 46px;
  background: #f1f0ec;
}

.site-footer p {
  max-width: 760px;
  color: #77766f;
  font-size: 0.76rem;
  line-height: 1.8;
}

@media (max-width: 640px) {
  .hero--home {
    padding-top: 76px;
    padding-bottom: 62px;
  }

  .world-card:hover {
    padding-left: 0;
    transform: none;
  }

  .object-card:hover,
  .object-card:hover .object-card__media {
    transform: none;
  }

  .object-links a {
    width: auto;
    justify-content: flex-start;
  }
}

/* Readability audit: firm minimums */
body {
  font-size: 17px;
  line-height: 1.86;
}

.site-name {
  font-size: 0.95rem;
  letter-spacing: 0;
}

.site-nav a,
.text-link,
.footer-links a {
  font-size: 0.9rem;
  letter-spacing: 0.08em;
}

.site-nav a {
  letter-spacing: 0.02em;
}

.eyebrow,
.breadcrumb,
.last-updated,
.object-world,
.object-checked,
.quiet-card small {
  color: #77756e;
  font-size: 0.86rem;
  letter-spacing: 0.075em;
}

.hero-copy {
  font-size: clamp(1.16rem, 1.6vw, 1.38rem);
}

.lead {
  font-size: clamp(1.08rem, 1.3vw, 1.16rem);
  line-height: 1.95;
}

h3,
.object-card h3 {
  font-size: clamp(1.24rem, 1.8vw, 1.46rem);
  line-height: 1.44;
}

.quiet-card p,
.object-description,
.journal-entry p,
.journal-item p:not(.eyebrow) {
  color: #625f58;
  font-size: 1.08rem;
  line-height: 1.9;
}

.world-card strong {
  font-size: clamp(2rem, 3.35vw, 2.75rem);
}

.world-card em,
.type-card em {
  color: #4f4c46;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
}

.object-card {
  display: block;
  border-top-color: rgba(32, 32, 29, 0.16);
}

.object-card:hover {
  border-top-color: rgba(32, 32, 29, 0.34);
  transform: translateY(-2px);
}

.object-card:hover .object-card__media {
  border-color: rgba(32, 32, 29, 0.28);
  background-color: #f5f4f0;
  transform: translateY(-2px);
}

.detail-link {
  display: inline-flex;
  margin-top: 20px;
}

.archive-link {
  display: inline-flex;
  margin-top: 24px;
}

.section-follow-link {
  margin-top: clamp(18px, 3vw, 28px);
}

.category-world-nav {
  margin-bottom: clamp(42px, 6vw, 72px);
}

.object-detail-image {
  max-width: 520px;
  margin: 0 0 48px;
  padding: 32px;
  border: 1px solid rgba(32, 32, 29, 0.16);
  background: #f0efea;
}

.object-detail-image img {
  display: block;
  width: 100%;
  max-height: 520px;
  object-fit: contain;
}

.object-detail-image figcaption {
  margin-top: 18px;
  color: #817f76;
  font-size: 0.86rem;
  line-height: 1.7;
}

.object-detail-image--empty {
  display: flex;
  align-items: flex-end;
  min-height: 320px;
  background:
    linear-gradient(135deg, rgba(32, 32, 29, 0.05), rgba(255, 255, 255, 0.38)),
    #f0efea;
}

.object-detail-image--empty span {
  color: #8d8a82;
  font-size: 0.86rem;
  letter-spacing: 0.12em;
}

.object-detail-fragment {
  margin: 0 0 24px;
  color: #706d66;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  line-height: 1.75;
}

.object-world {
  margin-bottom: 18px;
}

.object-note {
  color: #706b62;
  font-size: 0.98rem;
  line-height: 1.8;
}

.object-checked {
  color: #817f76;
  font-size: 0.86rem;
}

.tag-list {
  gap: 9px;
}

.tag-list span {
  color: #6f6b63;
  border-color: rgba(32, 32, 29, 0.22);
  border-radius: 0;
  padding: 3px 10px;
  font-size: 0.88rem;
}

@media (min-width: 901px) {
  .object-grid .object-card h3 {
    min-height: 4.15em;
  }

  .object-grid .object-description {
    min-height: 4.2em;
  }

  .object-grid .object-fragment {
    min-height: 3.6em;
  }
}

.object-links a,
.button-link,
.filter-button {
  font-size: 0.9rem;
  letter-spacing: 0.075em;
}

.object-links a {
  color: #46433e;
  border-bottom-color: rgba(32, 32, 29, 0.28);
}

.site-footer p {
  color: #625f58;
  font-size: 0.94rem;
  line-height: 1.85;
}

@media (max-width: 640px) {
  body {
    font-size: 16.5px;
  }

  .site-name {
    font-size: 0.9rem;
  }

  .site-nav a,
  .text-link,
  .footer-links a {
    font-size: 0.88rem;
  }

  .site-nav a {
    font-size: 0.94rem;
  }

  .eyebrow,
  .breadcrumb,
  .last-updated,
  .object-world,
  .object-checked,
  .quiet-card small {
    font-size: 0.82rem;
    letter-spacing: 0.065em;
  }

  .quiet-card p,
  .object-description,
  .journal-entry p,
  .journal-item p:not(.eyebrow) {
    font-size: 1.02rem;
  }

  .object-card__media {
    min-height: 160px;
  }

  .object-detail-image {
    max-width: none;
    margin-bottom: 34px;
    padding: 22px;
  }

  .object-detail-image--empty {
    min-height: 220px;
  }

  .object-note {
    font-size: 0.96rem;
  }

  .object-fragment,
  .card-fragment {
    opacity: 1;
    transform: none;
  }

  .tag-list span,
  .object-links a,
  .button-link,
  .filter-button {
    font-size: 0.86rem;
  }
}

/* Final polish: gallery rhythm and archive surfaces */
.site-header {
  background: rgba(247, 247, 245, 0.92);
  border-bottom-color: var(--color-border-soft);
}

.is-scrolled .site-header {
  background: rgba(247, 247, 245, 0.98);
  border-bottom-color: rgba(31, 31, 29, 0.16);
}

.site-nav a,
.text-link,
.footer-links a,
.detail-link,
.archive-link,
.section-follow-link {
  transition:
    color 220ms var(--ease-quiet),
    border-color 220ms var(--ease-quiet),
    opacity 220ms var(--ease-quiet),
    transform 220ms var(--ease-quiet);
}

.site-nav a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  color: #2b2a27;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: #11110f;
  opacity: 0.72;
}

.site-nav a:active,
.text-link:active,
.footer-links a:active,
.detail-link:active,
.archive-link:active,
.section-follow-link:active {
  transform: translateY(1px);
}

.hero--home {
  padding-top: clamp(126px, 14vw, 180px);
  padding-bottom: clamp(92px, 10vw, 132px);
}

.hero--home h1 {
  max-width: 820px;
  line-height: 0.96;
  letter-spacing: 0.004em;
}

.hero--home .eyebrow {
  color: #918d84;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
}

.hero--home .hero-copy {
  max-width: 580px;
  color: #2b2a27;
  line-height: 1.75;
}

.hero--home .lead {
  max-width: 520px;
  color: #625f58;
  line-height: 2.08;
}

.section {
  padding: var(--space-section) 0;
  border-top-color: var(--color-border-soft);
}

.section-heading {
  margin-bottom: clamp(38px, 5.5vw, 68px);
}

.section-heading .eyebrow {
  margin-bottom: 14px;
}

.section--concept {
  padding-top: clamp(92px, 12vw, 150px);
  padding-bottom: clamp(92px, 12vw, 150px);
  border-top: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(241, 241, 238, 0.72) 18%, rgba(241, 241, 238, 0.72) 82%, rgba(255, 255, 255, 0));
}

.section--concept .statement {
  max-width: 760px;
}

.statement {
  max-width: 580px;
}

.statement p {
  color: #2e2d29;
  font-size: clamp(1.55rem, 3vw, 2.34rem);
  line-height: 1.72;
}

.concept-line {
  white-space: nowrap;
}

.quiet-grid--worlds {
  column-gap: clamp(64px, 8vw, 124px);
  row-gap: clamp(52px, 7vw, 86px);
}

.world-card {
  min-height: 300px;
  padding: 46px 0 52px;
  border-top-color: rgba(31, 31, 29, 0.13);
  transition:
    background-color 320ms var(--ease-quiet),
    border-color 320ms var(--ease-quiet),
    padding-left 320ms var(--ease-quiet),
    transform 320ms var(--ease-quiet);
}

.world-card strong {
  margin-top: 38px;
  color: #161613;
  line-height: 1.04;
}

.world-card p {
  max-width: 27em;
  color: #625f58;
}

.world-card .card-fragment {
  max-width: 29em;
  color: #817f76;
  font-size: 0.98rem;
  line-height: 1.8;
}

.world-card:hover,
.world-card:focus-visible {
  padding-left: 8px;
  border-top-color: rgba(31, 31, 29, 0.3);
  background: rgba(255, 255, 255, 0.34);
  transform: translateY(-1px);
}

.world-card:hover strong,
.world-card:focus-visible strong {
  color: #050504;
}

.world-card em,
.type-card em {
  color: #5f5b53;
}

.object-grid {
  column-gap: clamp(58px, 7vw, 112px);
  row-gap: clamp(46px, 6vw, 76px);
}

.object-card {
  padding-top: 34px;
  padding-bottom: 52px;
  border-top-color: rgba(31, 31, 29, 0.14);
  transition:
    border-color 300ms var(--ease-quiet),
    background-color 300ms var(--ease-quiet),
    transform 300ms var(--ease-quiet);
}

.object-card:hover,
.object-card:focus-within {
  border-top-color: rgba(31, 31, 29, 0.3);
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
}

.object-card__media {
  min-height: 196px;
  margin-bottom: 30px;
  padding: 18px;
  border-color: rgba(31, 31, 29, 0.12);
  background:
    linear-gradient(135deg, rgba(31, 31, 29, 0.045), rgba(255, 255, 255, 0.42)),
    repeating-linear-gradient(120deg, rgba(31, 31, 29, 0.018) 0 1px, transparent 1px 9px),
    #f0efea;
  transition:
    border-color 360ms var(--ease-quiet),
    background-color 360ms var(--ease-quiet),
    filter 360ms var(--ease-quiet),
    transform 360ms var(--ease-quiet);
}

.object-card__media span {
  color: #969288;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
}

.object-card__media--image {
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.object-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.object-card:hover .object-card__media,
.object-card:focus-within .object-card__media {
  border-color: rgba(31, 31, 29, 0.22);
  background-color: #f4f3ef;
  filter: brightness(1.015);
  transform: translateY(-1px);
}

.object-card h3 {
  color: #181713;
}

.object-description {
  color: #625f58;
}

.object-fragment,
.card-fragment {
  color: #7a766d;
  transition:
    opacity 420ms var(--ease-quiet),
    transform 420ms var(--ease-quiet);
}

.tag-list span {
  color: #817d73;
  border-color: rgba(31, 31, 29, 0.18);
  background: rgba(255, 255, 255, 0.18);
}

.detail-link,
.archive-link,
.section-follow-link {
  color: #3f3d37;
  text-decoration: none;
  border-bottom: 1px solid rgba(31, 31, 29, 0.22);
  padding-bottom: 2px;
}

.detail-link:hover,
.detail-link:focus-visible,
.archive-link:hover,
.archive-link:focus-visible,
.section-follow-link:hover,
.section-follow-link:focus-visible {
  color: #11110f;
  border-bottom-color: rgba(31, 31, 29, 0.56);
}

.object-detail-image,
.object-detail-image--empty {
  border-color: rgba(31, 31, 29, 0.14);
  background:
    linear-gradient(135deg, rgba(31, 31, 29, 0.045), rgba(255, 255, 255, 0.42)),
    repeating-linear-gradient(120deg, rgba(31, 31, 29, 0.018) 0 1px, transparent 1px 9px),
    #f0efea;
}

.object-detail-image {
  margin-bottom: 52px;
}

.site-footer {
  padding: clamp(62px, 8vw, 96px) 0 44px;
  border-top-color: var(--color-border-soft);
  background:
    linear-gradient(180deg, #f1f1ee, #ecebe6);
}

.site-footer p {
  max-width: 800px;
  color: #625f58;
  font-size: 0.9rem;
  line-height: 1.9;
}

.footer-links {
  gap: clamp(20px, 3vw, 36px);
  flex-wrap: wrap;
}

@media (max-width: 900px) {
  .section {
    padding: clamp(68px, 10vw, 104px) 0;
  }

  .quiet-grid--worlds {
    row-gap: 48px;
  }
}

@media (max-width: 640px) {
  .container,
  .header-inner,
  .footer-inner {
    width: min(100% - 32px, var(--max));
  }

  .header-inner {
    gap: 14px;
    padding: 17px 0 12px;
  }

  .site-nav {
    gap: 20px;
    padding-bottom: 8px;
  }

  .site-nav a {
    min-height: 44px;
    font-size: 0.92rem;
  }

  .hero--home {
    padding-top: 82px;
    padding-bottom: 72px;
  }

  .hero--home h1 {
    font-size: clamp(2.38rem, 11vw, 3.42rem);
    line-height: 1.02;
  }

  .hero--home .hero-copy {
    margin-top: 34px;
  }

  .hero--home .lead {
    max-width: none;
    line-height: 2;
  }

  .section {
    padding: clamp(58px, 14vw, 86px) 0;
  }

  .section--concept {
    padding-top: clamp(72px, 16vw, 104px);
    padding-bottom: clamp(72px, 16vw, 104px);
  }

  .statement p {
    font-size: clamp(1.28rem, 5.5vw, 1.68rem);
  }

  .concept-line {
    white-space: normal;
  }

  .world-card {
    min-height: 260px;
    padding: 38px 0 44px;
  }

  .world-card:hover,
  .world-card:focus-visible {
    padding-left: 0;
    transform: none;
  }

  .object-grid {
    row-gap: 54px;
  }

  .object-card {
    padding-bottom: 46px;
  }

  .object-card:hover,
  .object-card:focus-within,
  .object-card:hover .object-card__media,
  .object-card:focus-within .object-card__media {
    transform: none;
  }

  .object-card__media {
    min-height: 176px;
    margin-bottom: 26px;
  }

  .site-footer p {
    font-size: 0.88rem;
  }
}

.motion-ready .reveal-on-scroll {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 760ms var(--ease-quiet),
    transform 760ms var(--ease-quiet);
  transition-delay: var(--reveal-delay, 0ms);
}

.motion-ready .reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.motion-ready .world-card.reveal-on-scroll.is-visible:hover,
.motion-ready .object-card.reveal-on-scroll.is-visible:hover {
  transform: translateY(-1px);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}

/* Amazon readiness: quiet disclosure and journal guides */
.affiliate-notice,
.affiliate-disclosure {
  max-width: 760px;
  color: #706d66;
  font-size: 0.9rem;
  line-height: 1.8;
}

.affiliate-notice {
  margin: 0 0 clamp(28px, 4vw, 44px);
  padding: 18px 0;
  border-top: 1px solid rgba(31, 31, 29, 0.14);
  border-bottom: 1px solid rgba(31, 31, 29, 0.08);
}

.affiliate-disclosure {
  margin-top: 8px;
}

.object-detail .affiliate-notice {
  margin-top: 28px;
  margin-bottom: 22px;
}

.journal-entry {
  color: inherit;
  padding: clamp(30px, 4.5vw, 48px) 0;
  border-top: 1px solid rgba(31, 31, 29, 0.14);
  text-decoration: none;
}

.journal-entry:last-child {
  border-bottom: 1px solid rgba(31, 31, 29, 0.14);
}

.journal-entry h3 {
  margin-bottom: 12px;
  font-family: Georgia, "Times New Roman", serif;
}

.journal-entry em {
  color: #5f5b53;
  font-style: normal;
  font-size: 0.86rem;
  letter-spacing: 0.08em;
}

.journal-entry:hover,
.journal-entry:focus-visible {
  color: #11110f;
}

.journal-entry:hover em,
.journal-entry:focus-visible em {
  color: #2b2a27;
}

@media (max-width: 640px) {
  .affiliate-notice,
  .affiliate-disclosure {
    font-size: 0.86rem;
  }

  .journal-entry {
    gap: 16px;
  }
}

/* Application prep: filters, single journal, concise notices */
.journal-teaser {
  max-width: 680px;
}

.journal-teaser p {
  margin: 0 0 24px;
  color: #625f58;
  font-size: 1.08rem;
  line-height: 1.9;
}

.journal-body {
  display: grid;
  gap: clamp(34px, 5vw, 58px);
}

.journal-section {
  padding-top: clamp(24px, 4vw, 38px);
  border-top: 1px solid rgba(31, 31, 29, 0.14);
}

.journal-section h2 {
  margin-bottom: 14px;
  font-size: clamp(1.45rem, 2.4vw, 2.1rem);
}

.journal-section p {
  margin: 0;
  color: #4f4b45;
  font-size: clamp(1rem, 1.25vw, 1.08rem);
  line-height: 1.95;
}

.object-filter-panel {
  display: grid;
  gap: 22px;
  margin-bottom: clamp(34px, 5vw, 56px);
  padding: 24px 0;
  border-top: 1px solid rgba(31, 31, 29, 0.14);
  border-bottom: 1px solid rgba(31, 31, 29, 0.08);
}

.filter-group {
  display: grid;
  gap: 12px;
}

.filter-group .eyebrow {
  margin: 0;
}

.object-filter-panel .filter-button {
  min-height: 34px;
  border-color: rgba(31, 31, 29, 0.18);
  background: rgba(255, 255, 255, 0.18);
  color: #4f4c46;
}

.object-filter-panel .filter-button.is-active {
  border-color: rgba(31, 31, 29, 0.44);
  background: rgba(255, 255, 255, 0.44);
}

.object-filter-empty {
  margin: 6px 0 0;
}

.object-detail-notice {
  margin: 28px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(31, 31, 29, 0.14);
  color: #706d66;
  font-size: 0.98rem;
  line-height: 1.8;
}

.about-section {
  padding-top: clamp(24px, 4vw, 38px);
  border-top: 1px solid rgba(31, 31, 29, 0.12);
}

.about-section + .about-section {
  margin-top: clamp(34px, 5vw, 56px);
}

.about-section h2 {
  margin: 0 0 18px;
  font-size: clamp(1.45rem, 2.4vw, 2.08rem);
}

.about-section p:last-child {
  margin-bottom: 0;
}

.site-subtitle {
  max-width: 620px;
  margin: 18px 0 0;
  color: #5f5b53;
  font-size: clamp(0.92rem, 1.08vw, 1.02rem);
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.world-card .world-reading {
  display: block;
  max-width: 28em;
  margin-top: 20px;
  color: #4f4b45;
  font-size: 0.98rem;
  line-height: 1.85;
}

.object-record-meta {
  margin-bottom: clamp(36px, 5vw, 58px);
}

.object-record {
  display: grid;
  gap: clamp(34px, 5vw, 56px);
}

.object-record-section {
  padding-top: clamp(24px, 4vw, 38px);
  border-top: 1px solid rgba(31, 31, 29, 0.14);
}

.object-record-section h2 {
  margin: 0 0 16px;
  font-size: clamp(1.5rem, 2.6vw, 2.16rem);
}

.object-record-section p:not(.eyebrow) {
  max-width: 680px;
  margin: 0;
  color: #4f4b45;
  font-size: clamp(1rem, 1.2vw, 1.08rem);
  line-height: 1.95;
}

.quiet-exit .object-links {
  margin-top: 22px;
}

.object-links a:focus-visible,
.object-filter-panel .filter-button:focus-visible {
  outline: 1px solid rgba(31, 31, 29, 0.58);
  outline-offset: 4px;
}

@media (max-width: 640px) {
  .object-filter-panel .filter-list {
    gap: 10px;
  }

  .object-filter-panel .filter-button {
    width: auto;
    justify-content: center;
  }
}

