*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --rock-0: #0a0908;
  --rock-1: #1a1816;
  --rock-2: #2a2623;
  --rock-3: #3d3733;
  --vine: #5a7a3a;
  --vine-light: #8ab05a;
  --vine-dark: #2d4020;
  --gold: #c9a84c;
  --gold-bright: #ddc16c;
  --gold-dim: #8a7232;
  --cream: #e8dfc8;
  --cream-dim: #a89a7e;
  --blood: #a74b38;
  --content: 1100px;
  --reading: 720px;
  --header-height: 84px;
  color-scheme: dark;
}

html {
  scroll-behavior: smooth;
  scrollbar-color: var(--rock-3) var(--rock-0);
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--rock-0);
  color: var(--cream);
  font-family: "Noto Serif SC", "Source Han Serif SC", "Songti SC", STSong, serif;
  font-size: 16px;
  line-height: 1.9;
  text-rendering: optimizeLegibility;
}

body::before,
body::after {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
}

body::before {
  background:
    radial-gradient(ellipse 80% 60% at 20% 10%, rgb(60 50 40 / 48%), transparent),
    radial-gradient(ellipse 60% 80% at 80% 90%, rgb(40 35 30 / 62%), transparent),
    linear-gradient(175deg, var(--rock-1), var(--rock-0));
}

body::after {
  z-index: -1;
  opacity: 0.075;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

::selection {
  background: var(--gold-dim);
  color: var(--rock-0);
}

a {
  color: inherit;
}

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

:focus-visible {
  outline: 2px solid var(--gold-bright);
  outline-offset: 4px;
}

button,
input,
select {
  font: inherit;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 16px;
  border-radius: 2px;
  background: var(--gold);
  color: var(--rock-0);
  font-weight: 700;
  transform: translateY(-150%);
}

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

.page-shell {
  width: min(calc(100% - 80px), var(--content));
  margin-inline: auto;
}

.side-vine {
  position: fixed;
  z-index: -1;
  width: 280px;
  color: var(--vine-light);
  opacity: 0.18;
  pointer-events: none;
}

.side-vine--left {
  top: 15%;
  left: -80px;
}

.side-vine--right {
  right: -80px;
  bottom: 12%;
  transform: scaleX(-1);
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  display: flex;
  min-height: var(--header-height);
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 14px 40px;
  background: linear-gradient(to bottom, rgb(10 9 8 / 96%), rgb(10 9 8 / 78%) 72%, transparent);
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  text-decoration: none;
}

.brand-name {
  color: var(--gold);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.48em;
  line-height: 1.2;
  text-shadow: 0 0 20px rgb(201 168 76 / 30%);
}

.brand-note {
  margin-top: 5px;
  color: var(--vine-light);
  font-family: Georgia, serif;
  font-size: 0.58rem;
  letter-spacing: 0.18em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.2vw, 32px);
}

.site-nav a {
  position: relative;
  color: var(--cream-dim);
  font-size: 0.88rem;
  letter-spacing: 0.14em;
  text-decoration: none;
  transition: color 180ms ease;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  background: var(--gold);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--gold);
}

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

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  display: grid;
  min-height: max(720px, 100svh);
  place-items: center;
  overflow: hidden;
  padding: 130px 40px 90px;
  text-align: center;
}

.hero-vine {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.65;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: var(--cream);
  font-size: clamp(4rem, 10vw, 7rem);
  font-weight: 900;
  letter-spacing: 0.15em;
  line-height: 1.1;
  text-shadow: 1px 1px 0 var(--rock-3), 2px 2px 0 var(--rock-2), 3px 3px 8px rgb(0 0 0 / 80%), 0 0 40px rgb(201 168 76 / 15%);
}

.hero h1 span:not(.hero-space) {
  opacity: 0;
  transform: translateY(30px);
  animation: carve-in 800ms calc(350ms + var(--i) * 260ms) forwards;
}

.hero-space {
  width: clamp(24px, 4vw, 56px);
}

.hero-subtitle {
  margin: 30px 0 0;
  color: var(--cream-dim);
  font-size: clamp(0.95rem, 2vw, 1.15rem);
  letter-spacing: 0.42em;
  opacity: 0;
  transform: translateY(18px);
  animation: fade-up 800ms 1s forwards;
}

.hero blockquote {
  max-width: 600px;
  margin: 52px auto 0;
  color: var(--cream-dim);
  font-size: clamp(0.95rem, 1.5vw, 1.05rem);
  font-style: italic;
  line-height: 2.2;
  opacity: 0;
  transform: translateY(18px);
  animation: fade-up 900ms 1.3s forwards;
}

.hero blockquote::before,
.hero blockquote::after {
  display: block;
  width: 64px;
  height: 1px;
  margin: 20px auto;
  background: linear-gradient(to right, transparent, var(--gold-dim), transparent);
  content: "";
}

.scroll-hint {
  position: absolute;
  bottom: 28px;
  left: 50%;
  z-index: 1;
  display: grid;
  gap: 4px;
  color: var(--gold-dim);
  font-size: 0.76rem;
  letter-spacing: 0.28em;
  text-decoration: none;
  opacity: 0;
  transform: translateX(-50%);
  animation: fade-only 800ms 1.8s forwards;
}

.scroll-hint span {
  font-size: 1rem;
  animation: nudge-down 1.8s 2.6s infinite;
}

.home-section {
  padding-block: 150px;
  scroll-margin-top: var(--header-height);
}

.section-heading {
  max-width: 730px;
  margin-bottom: 68px;
}

.section-heading--compact {
  margin-bottom: 34px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 38px;
  color: var(--gold);
  font-family: Georgia, "Noto Serif SC", serif;
  font-size: 0.82rem;
  letter-spacing: 0.42em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 40px;
  height: 1px;
  flex: 0 0 auto;
  background: var(--gold-dim);
  content: "";
}

.eyebrow-link {
  width: fit-content;
  text-decoration: none;
}

.section-heading h2,
.page-hero h1 {
  margin: 0 0 20px;
  font-size: clamp(2.2rem, 4vw, 3.35rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-shadow: 2px 2px 6px rgb(0 0 0 / 60%);
}

.section-heading > p:last-child,
.page-hero > p:last-child {
  max-width: 700px;
  margin: 0;
  color: var(--cream-dim);
  font-size: 1.03rem;
  line-height: 2.15;
}

.section-more,
.back-link {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 12px;
  margin: 46px 0 0 auto;
  color: var(--gold);
  font-size: 0.9rem;
  letter-spacing: 0.15em;
  text-decoration: none;
}

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

.section-more:hover span,
.text-link:hover span {
  transform: translateX(5px);
}

.timeline {
  position: relative;
  padding-left: 46px;
}

.timeline::before {
  position: absolute;
  top: 8px;
  bottom: 0;
  left: 9px;
  width: 2px;
  background: linear-gradient(to bottom, var(--vine), var(--vine-dark), transparent);
  content: "";
}

.timeline-item {
  position: relative;
  max-width: 860px;
  margin-bottom: 38px;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-item::before {
  position: absolute;
  top: 18px;
  left: -45px;
  width: 18px;
  height: 18px;
  border: 2px solid var(--vine);
  border-radius: 50%;
  background: var(--rock-2);
  box-shadow: 0 0 12px rgb(138 176 90 / 36%);
  content: "";
  transition: border-color 180ms ease, background 180ms ease;
}

.timeline-item:hover::before {
  border-color: var(--vine-light);
  background: var(--vine-dark);
}

.timeline-link {
  display: block;
  padding: 10px 18px 18px;
  border-radius: 3px;
  text-decoration: none;
  transition: background 180ms ease;
}

.timeline-link:hover {
  background: rgb(42 38 35 / 46%);
}

.timeline-date {
  color: var(--gold-dim);
  font-size: 0.82rem;
  letter-spacing: 0.16em;
}

.timeline-title {
  margin: 5px 0 9px;
  color: var(--cream);
  font-size: 1.3rem;
  letter-spacing: 0.04em;
}

.timeline-text {
  margin: 0;
  color: var(--cream-dim);
  line-height: 2;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  color: var(--gold);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-decoration: none;
}

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

.insight-card {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgb(201 168 76 / 15%);
  border-radius: 4px;
  background: linear-gradient(145deg, rgb(42 38 35 / 82%), rgb(26 24 22 / 92%));
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.insight-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(to right, var(--vine), transparent);
  content: "";
}

.insight-card:hover {
  border-color: var(--gold-dim);
  box-shadow: 0 12px 34px rgb(0 0 0 / 42%);
  transform: translateY(-4px);
}

.insight-card > a {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 34px 28px 30px;
  text-decoration: none;
}

.insight-number {
  margin-bottom: 20px;
  color: var(--gold-dim);
  font-family: Georgia, serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  opacity: 0.45;
}

.insight-title {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 1.16rem;
  letter-spacing: 0.06em;
  line-height: 1.55;
}

.insight-text {
  flex: 1;
  margin: 0;
  color: var(--cream-dim);
  font-size: 0.94rem;
  line-height: 1.95;
}

.foreshadow-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.foreshadow-item {
  border-left: 3px solid var(--gold);
  border-radius: 0 4px 4px 0;
  background: rgb(42 38 35 / 52%);
  transition: background 180ms ease, transform 180ms ease;
}

.foreshadow-item:hover {
  background: rgb(42 38 35 / 82%);
  transform: translateX(4px);
}

.foreshadow-item > a {
  display: grid;
  grid-template-columns: 135px minmax(0, 1fr);
  gap: 26px;
  align-items: center;
  padding: 24px 28px;
  text-decoration: none;
}

.foreshadow-date {
  color: var(--cream-dim);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
}

.foreshadow-title {
  margin: 0 0 6px;
  color: var(--cream);
  font-size: 1.08rem;
  line-height: 1.55;
}

.foreshadow-text {
  margin: 0;
  color: var(--cream-dim);
  font-size: 0.9rem;
  line-height: 1.8;
}

.home-about {
  padding-block: 150px;
  border-top: 1px solid rgb(201 168 76 / 10%);
  text-align: center;
}

.home-about blockquote {
  max-width: 680px;
  margin: 0 auto 28px;
  color: var(--cream);
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-style: italic;
  line-height: 2.2;
}

.home-about > p {
  margin: 0;
  color: var(--gold);
  letter-spacing: 0.25em;
}

.home-about .text-link {
  margin-top: 26px;
}

.inner-page #main-content {
  min-height: 70vh;
  padding-top: var(--header-height);
}

.page-hero {
  padding-top: 105px;
  padding-bottom: 74px;
  border-bottom: 1px solid rgb(201 168 76 / 10%);
}

.page-hero .eyebrow {
  margin-bottom: 28px;
}

.collection-section {
  padding-block: 78px 140px;
}

.timeline--full .timeline-item {
  max-width: none;
}

.article-shell {
  width: min(calc(100% - 48px), var(--reading));
  margin-inline: auto;
}

.article-header {
  padding: 100px 0 52px;
  border-bottom: 1px solid rgb(201 168 76 / 12%);
}

.article-header .eyebrow {
  margin-bottom: 30px;
}

.article-header h1 {
  margin: 0;
  color: var(--cream);
  font-size: clamp(2.35rem, 6vw, 4rem);
  letter-spacing: 0.055em;
  line-height: 1.34;
}

.article-lede {
  margin: 28px 0 0;
  color: var(--cream-dim);
  font-size: 1.12rem;
  line-height: 2;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  align-items: center;
  margin-top: 30px;
  color: var(--cream-dim);
  font-size: 0.82rem;
  letter-spacing: 0.06em;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.tag-row a {
  padding: 3px 10px;
  border: 1px solid rgb(201 168 76 / 16%);
  border-radius: 2px;
  color: var(--gold-dim);
  font-size: 0.78rem;
  text-decoration: none;
  transition: color 180ms ease, border-color 180ms ease;
}

.tag-row a:hover {
  border-color: var(--gold-dim);
  color: var(--gold);
}

.prose {
  padding-block: 58px 92px;
  color: #d8ceb6;
  font-size: 1.08rem;
  line-height: 2.15;
}

.prose > :first-child {
  margin-top: 0;
}

.prose > :last-child {
  margin-bottom: 0;
}

.prose p,
.prose ul,
.prose ol,
.prose blockquote {
  margin: 0 0 1.65em;
}

.prose h2,
.prose h3 {
  margin: 2em 0 0.8em;
  color: var(--cream);
  line-height: 1.5;
}

.prose h2 {
  font-size: 1.65rem;
}

.prose h3 {
  font-size: 1.3rem;
}

.prose a {
  color: var(--gold);
  text-decoration-color: var(--gold-dim);
  text-underline-offset: 4px;
}

.prose blockquote {
  padding: 16px 24px;
  border-left: 2px solid var(--vine);
  background: rgb(42 38 35 / 42%);
  color: var(--cream-dim);
}

.prose hr {
  width: 90px;
  height: 1px;
  margin: 58px auto;
  border: 0;
  background: linear-gradient(to right, transparent, var(--gold-dim), transparent);
}

.prose .lead {
  color: var(--cream);
  font-size: 1.35rem;
}

.article-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  padding-block: 34px 70px;
  border-top: 1px solid rgb(201 168 76 / 10%);
}

.article-nav-link {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 6px;
  padding: 20px;
  border: 1px solid rgb(201 168 76 / 12%);
  border-radius: 3px;
  background: rgb(42 38 35 / 32%);
  text-decoration: none;
  transition: border-color 180ms ease, background 180ms ease;
}

.article-nav-link:hover {
  border-color: var(--gold-dim);
  background: rgb(42 38 35 / 56%);
}

.article-nav-link--older {
  text-align: right;
}

.article-nav-link span {
  color: var(--gold-dim);
  font-size: 0.76rem;
  letter-spacing: 0.12em;
}

.article-nav-link strong {
  overflow: hidden;
  color: var(--cream);
  font-size: 0.98rem;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.related {
  padding-block: 60px 130px;
}

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

.compact-post {
  border: 1px solid rgb(201 168 76 / 12%);
  border-radius: 3px;
  background: rgb(42 38 35 / 42%);
  transition: border-color 180ms ease, transform 180ms ease;
}

.compact-post:hover {
  border-color: var(--gold-dim);
  transform: translateY(-3px);
}

.compact-post a {
  display: block;
  height: 100%;
  padding: 24px;
  text-decoration: none;
}

.compact-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--gold-dim);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
}

.compact-post h3 {
  margin: 14px 0 10px;
  font-size: 1.05rem;
  line-height: 1.55;
}

.compact-post p {
  margin: 0;
  color: var(--cream-dim);
  font-size: 0.86rem;
  line-height: 1.8;
}

.archive {
  padding-block: 74px 140px;
}

.archive-year {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 40px;
  margin-bottom: 70px;
}

.archive-year h2 {
  margin: 0;
  color: var(--gold-dim);
  font-family: Georgia, serif;
  font-size: 2.2rem;
  font-weight: 400;
}

.archive-year ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.archive-year li {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) 50px;
  gap: 22px;
  align-items: baseline;
  padding: 17px 0;
  border-bottom: 1px solid rgb(201 168 76 / 9%);
}

.archive-year time,
.archive-year li > span {
  color: var(--cream-dim);
  font-size: 0.78rem;
}

.archive-year li > span {
  color: var(--gold-dim);
  text-align: right;
}

.archive-year a {
  text-decoration: none;
}

.archive-year a:hover {
  color: var(--gold);
}

.tag-cloud {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding-block: 74px 140px;
}

.tag-cloud a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 20px 22px;
  border: 1px solid rgb(201 168 76 / 12%);
  border-radius: 3px;
  background: rgb(42 38 35 / 38%);
  text-decoration: none;
  transition: border-color 180ms ease, background 180ms ease;
}

.tag-cloud a:hover {
  border-color: var(--gold-dim);
  background: rgb(42 38 35 / 62%);
}

.tag-cloud span {
  color: var(--gold);
}

.tag-cloud small {
  color: var(--cream-dim);
  white-space: nowrap;
}

.search-shell {
  padding-block: 70px 140px;
}

.search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px auto;
  gap: 16px;
  align-items: end;
  padding: 26px;
  border: 1px solid rgb(201 168 76 / 14%);
  border-radius: 4px;
  background: rgb(42 38 35 / 54%);
}

.search-field {
  display: grid;
  gap: 8px;
}

.search-field label {
  color: var(--gold-dim);
  font-size: 0.76rem;
  letter-spacing: 0.12em;
}

.search-field input,
.search-field select {
  width: 100%;
  height: 48px;
  border: 1px solid var(--rock-3);
  border-radius: 2px;
  background: var(--rock-1);
  color: var(--cream);
  outline: 0;
}

.search-field input {
  padding: 0 16px;
}

.search-field select {
  padding: 0 12px;
}

.search-field input:focus,
.search-field select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 2px rgb(201 168 76 / 12%);
}

.search-form button,
.button-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid var(--gold-dim);
  border-radius: 2px;
  background: rgb(201 168 76 / 12%);
  color: var(--gold);
  cursor: pointer;
  font-size: 0.86rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: color 180ms ease, background 180ms ease;
}

.search-form button:hover,
.button-link:hover {
  background: var(--gold);
  color: var(--rock-0);
}

.search-count {
  min-height: 1.8em;
  margin: 28px 0 18px;
  color: var(--cream-dim);
  font-size: 0.86rem;
}

.search-results {
  display: grid;
  gap: 16px;
}

.search-result {
  border: 1px solid rgb(201 168 76 / 10%);
  border-radius: 3px;
  background: rgb(42 38 35 / 34%);
}

.search-result > a {
  display: block;
  padding: 24px 26px;
  text-decoration: none;
}

.search-result:hover {
  border-color: var(--gold-dim);
}

.search-result-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  color: var(--gold-dim);
  font-size: 0.76rem;
}

.search-result h2 {
  margin: 10px 0 8px;
  font-size: 1.2rem;
}

.search-result p {
  margin: 0;
  color: var(--cream-dim);
  font-size: 0.9rem;
  line-height: 1.8;
}

.search-result-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
  color: var(--gold-dim);
  font-size: 0.74rem;
}

.empty-state {
  padding: 54px 24px;
  border: 1px dashed rgb(201 168 76 / 20%);
  color: var(--cream-dim);
  text-align: center;
}

.about-signature {
  margin: -40px 0 110px;
  color: var(--gold);
  letter-spacing: 0.24em;
  text-align: right;
}

.error-content {
  display: flex;
  min-height: calc(80vh - var(--header-height));
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-block: 100px;
  text-align: center;
}

.error-code {
  margin: 0 0 -28px;
  color: var(--gold-dim);
  font-family: Georgia, serif;
  font-size: clamp(8rem, 25vw, 17rem);
  line-height: 0.9;
  opacity: 0.15;
}

.error-content .eyebrow {
  justify-content: center;
  margin-bottom: 20px;
}

.error-content h1 {
  margin: 0 0 16px;
  font-size: clamp(2rem, 5vw, 3.2rem);
}

.error-content > p:not(.eyebrow, .error-code) {
  margin: 0 0 28px;
  color: var(--cream-dim);
}

.site-footer {
  position: relative;
  padding: 60px 40px 44px;
  border-top: 1px solid rgb(201 168 76 / 8%);
  color: var(--cream-dim);
  font-size: 0.82rem;
  letter-spacing: 0.13em;
  text-align: center;
}

.site-footer p {
  margin: 0;
}

.footer-mark {
  position: relative;
  width: 120px;
  height: 22px;
  margin: 0 auto 20px;
  opacity: 0.45;
}

.footer-mark::before,
.footer-mark::after {
  position: absolute;
  top: 10px;
  width: 58px;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--gold-dim));
  content: "";
  transform: rotate(8deg);
}

.footer-mark::before {
  left: 0;
}

.footer-mark::after {
  right: 0;
  background: linear-gradient(to left, transparent, var(--gold-dim));
  transform: rotate(-8deg);
}

.footer-mark span {
  position: absolute;
  top: 7px;
  left: 57px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold-dim);
}

.footer-note {
  margin-top: 6px !important;
  opacity: 0.58;
}

.footer-copy {
  margin-top: 20px !important;
  font-size: 0.7rem;
  opacity: 0.42;
}

.js .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

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

@keyframes carve-in {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fade-up {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fade-only {
  to { opacity: 1; }
}

@keyframes nudge-down {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(6px); }
}

@media (max-width: 1000px) {
  :root {
    --header-height: 72px;
  }

  .site-header {
    min-height: var(--header-height);
    padding: 11px 24px;
    background: rgb(10 9 8 / 94%);
    backdrop-filter: blur(12px);
  }

  .nav-toggle {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 8px;
    border: 0;
    background: transparent;
    color: var(--cream-dim);
    cursor: pointer;
  }

  .nav-toggle-label {
    font-size: 0.78rem;
    letter-spacing: 0.14em;
  }

  .nav-toggle-lines,
  .nav-toggle-lines::before,
  .nav-toggle-lines::after {
    display: block;
    width: 22px;
    height: 1px;
    background: var(--gold);
    content: "";
    transition: transform 180ms ease, opacity 180ms ease;
  }

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

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

  .nav-toggle[aria-expanded="true"] .nav-toggle-lines {
    background: transparent;
  }

  .nav-toggle[aria-expanded="true"] .nav-toggle-lines::before {
    transform: rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] .nav-toggle-lines::after {
    transform: translateY(-1px) rotate(-45deg);
  }

  .site-nav {
    position: absolute;
    top: var(--header-height);
    right: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    padding: 12px 24px 28px;
    border-bottom: 1px solid rgb(201 168 76 / 12%);
    background: rgb(10 9 8 / 97%);
    box-shadow: 0 18px 32px rgb(0 0 0 / 28%);
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms;
    visibility: hidden;
  }

  .site-nav a {
    padding: 13px 8px;
  }

  .site-nav a::after {
    display: none;
  }

  .site-nav.is-open {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }

  body.nav-open {
    overflow: hidden;
  }

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

@media (max-width: 760px) {
  .page-shell {
    width: min(calc(100% - 40px), var(--content));
  }

  .side-vine {
    display: none;
  }

  .brand-name {
    font-size: 1.15rem;
  }

  .brand-note {
    font-size: 0.5rem;
  }

  .hero {
    min-height: 680px;
    padding-inline: 20px;
  }

  .hero h1 {
    font-size: clamp(3.8rem, 20vw, 5.5rem);
  }

  .hero blockquote br,
  .home-about blockquote br {
    display: none;
  }

  .home-section,
  .home-about {
    padding-block: 92px;
  }

  .section-heading {
    margin-bottom: 46px;
  }

  .eyebrow {
    margin-bottom: 28px;
    letter-spacing: 0.28em;
  }

  .timeline {
    padding-left: 33px;
  }

  .timeline::before {
    left: 6px;
  }

  .timeline-item::before {
    left: -34px;
    width: 15px;
    height: 15px;
  }

  .timeline-link {
    padding-inline: 8px;
  }

  .insights-grid,
  .compact-grid,
  .tag-cloud {
    grid-template-columns: 1fr;
  }

  .foreshadow-item > a {
    grid-template-columns: 1fr;
    gap: 9px;
    padding: 22px;
  }

  .page-hero {
    padding-top: 78px;
    padding-bottom: 56px;
  }

  .collection-section,
  .archive,
  .tag-cloud,
  .search-shell {
    padding-block: 54px 100px;
  }

  .article-shell {
    width: min(calc(100% - 40px), var(--reading));
  }

  .article-header {
    padding-top: 72px;
  }

  .prose {
    padding-block: 46px 70px;
    font-size: 1rem;
  }

  .article-nav {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .article-nav > span:empty {
    display: none;
  }

  .article-nav-link--older {
    text-align: left;
  }

  .related {
    padding-block: 45px 90px;
  }

  .archive-year {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .archive-year li {
    grid-template-columns: 90px minmax(0, 1fr);
    gap: 12px;
  }

  .archive-year li > span {
    display: none;
  }

  .search-form {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .search-form button {
    width: 100%;
  }

  .about-signature {
    margin-bottom: 80px;
  }

  .site-footer {
    padding-inline: 20px;
    letter-spacing: 0.08em;
  }

  .site-footer p:first-of-type span {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
  }
}
