/*
Theme Name: Eggwave
Theme URI: https://xn--ehqyc372qm0b80idk3b.top
Description: 表现主义油画、私人档案与克制动效组成的个人博客主题。
Author: Codex
Version: 3.6.0
*/

:root {
  --bg: #12100f;
  --bg-deep: #090909;
  --paper: #d7c7a6;
  --paper-dim: #a99b80;
  --surface: rgba(28, 25, 22, .86);
  --surface-solid: #201c19;
  --text: #e9deca;
  --muted: #958a78;
  --muted-strong: #b9ab94;
  --line: rgba(227, 211, 181, .14);
  --line-strong: rgba(227, 211, 181, .3);
  --red: #bd4437;
  --red-bright: #e15b47;
  --blue: #53778a;
  --gold: #c7953f;
  --ink: #17120f;
  --shadow: 0 34px 100px rgba(0, 0, 0, .48);
  --shell: 1280px;
  --ease-out: cubic-bezier(.23, 1, .32, 1);
  --ease-in-out: cubic-bezier(.77, 0, .175, 1);
  --sans: Inter, "Arial Narrow", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  --serif: "Noto Serif SC", "Source Han Serif SC", "Songti SC", STSong, Georgia, serif;
  color-scheme: dark;
}

html[data-theme="light"] {
  --bg: #cfc1a7;
  --bg-deep: #b7a98f;
  --paper: #29221c;
  --paper-dim: #5c5144;
  --surface: rgba(226, 214, 190, .84);
  --surface-solid: #ddceb2;
  --text: #241e19;
  --muted: #685e51;
  --muted-strong: #4f463b;
  --line: rgba(39, 31, 25, .17);
  --line-strong: rgba(39, 31, 25, .35);
  --red: #9c3029;
  --red-bright: #b83a2f;
  --blue: #315f73;
  --gold: #89651f;
  --ink: #eee2c9;
  --shadow: 0 30px 80px rgba(59, 42, 25, .22);
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 83% 18%, color-mix(in srgb, var(--blue) 12%, transparent), transparent 30rem),
    radial-gradient(circle at 8% 67%, color-mix(in srgb, var(--red) 9%, transparent), transparent 26rem),
    var(--bg);
  color: var(--text);
  font: 15px/1.72 var(--sans);
  transition: background-color 220ms ease, color 220ms ease;
}

a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
img { display: block; max-width: 100%; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
::selection { background: var(--red); color: #fff5df; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }

.shell { width: min(calc(100% - 54px), var(--shell)); margin-inline: auto; }
.page-noise {
  position: fixed;
  inset: 0;
  z-index: 90;
  pointer-events: none;
  opacity: .09;
  background-image:
    repeating-radial-gradient(circle at 18% 30%, transparent 0 1px, rgba(255,255,255,.34) 1px 1.6px, transparent 1.6px 4px),
    linear-gradient(105deg, transparent 44%, rgba(255,255,255,.1) 49%, transparent 53%);
  background-size: 7px 7px, 100% 100%;
  mix-blend-mode: soft-light;
}
.scroll-progress { position: fixed; inset: 0 0 auto; z-index: 120; height: 3px; pointer-events: none; }
.scroll-progress i { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, var(--red), var(--gold)); transform: scaleX(0); transform-origin: left; will-change: transform; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--bg-deep) 86%, transparent);
  backdrop-filter: blur(18px) saturate(115%);
}
.site-header::after { content: ""; position: absolute; left: 0; right: 0; bottom: -3px; height: 2px; opacity: .32; background: linear-gradient(90deg, transparent, var(--red) 20%, transparent 52%, var(--blue) 78%, transparent); clip-path: polygon(0 40%, 20% 0, 42% 65%, 66% 20%, 100% 55%, 100% 100%, 0 100%); }
.nav-shell { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 13px; min-width: 0; }
.brand-index { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid color-mix(in srgb, var(--red) 72%, transparent); color: var(--red-bright); font: 800 10px/1 var(--sans); letter-spacing: .06em; transform: rotate(-3deg); }
.brand-rule { width: 28px; height: 1px; background: var(--line-strong); transform: rotate(-6deg); }
.brand-copy { display: grid; min-width: 0; line-height: 1.2; }
.brand-copy strong { font: 700 15px/1.2 var(--serif); letter-spacing: .08em; white-space: nowrap; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: 7px; letter-spacing: .19em; white-space: nowrap; }
.site-nav { display: flex; align-items: center; gap: 2px; }
.site-nav a, .theme-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 0 12px;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 10px;
  font-weight: 680;
  letter-spacing: .1em;
  cursor: pointer;
  transition: color 160ms ease, transform 140ms var(--ease-out);
}
.site-nav a span { color: color-mix(in srgb, var(--muted) 56%, transparent); font-size: 8px; }
.site-nav a::after { content: ""; position: absolute; left: 12px; right: 12px; bottom: 1px; height: 2px; background: var(--red); clip-path: polygon(0 45%, 18% 0, 45% 65%, 74% 15%, 100% 50%, 100% 100%, 0 100%); transform: scaleX(0); transform-origin: right; transition: transform 200ms var(--ease-out); }
.site-nav a.is-active { color: var(--text); }
.site-nav a.is-active::after { transform: scaleX(1); transform-origin: left; }
.theme-toggle { width: 38px; padding: 0; justify-content: center; border: 1px solid var(--line); border-radius: 50%; margin-left: 7px; }
.theme-toggle span { position: relative; display: block; width: 12px; height: 12px; border: 1px solid currentColor; border-radius: 50%; overflow: hidden; }
.theme-toggle span::after { content: ""; position: absolute; inset: -2px -2px -2px 50%; background: currentColor; }
.nav-toggle { display: none; border: 0; background: none; color: var(--text); }
.site-nav a:active, .theme-toggle:active, .nav-toggle:active { transform: scale(.97); }

/* Hero */
.hero { position: relative; min-height: calc(100svh - 78px); overflow: hidden; border-bottom: 1px solid var(--line); background: #0b0c0c; isolation: isolate; }
.hero-art { position: absolute; inset: 0; z-index: -3; overflow: hidden; background: #101517; }
.hero-art > span { position: absolute; inset: -2.5%; background: url("assets/hero-xinzhuang-master-4k-v1.webp") 50% 50% / cover no-repeat; filter: saturate(.88) contrast(1.055); transform: translate3d(-.28%, -.14%, 0) rotate(-.14deg) scale(1.058); transform-origin: 50% 56%; animation: cover-ship-sway 16s cubic-bezier(.45, 0, .55, 1) infinite alternate; will-change: transform; }
.hero-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,8,9,.9) 0%, rgba(7,8,9,.73) 39%, rgba(7,8,9,.25) 68%, rgba(7,8,9,.45) 100%), linear-gradient(0deg, rgba(8,7,7,.72), transparent 46%, rgba(8,7,7,.32)); }
.hero-art i, .hero-art b { position: absolute; z-index: 2; pointer-events: none; }
.hero-art i { left: -8%; top: 10%; width: 54%; height: 72%; background: color-mix(in srgb, var(--red) 17%, transparent); filter: blur(25px); opacity: .45; clip-path: polygon(0 18%, 82% 0, 62% 44%, 100% 73%, 25% 100%); mix-blend-mode: multiply; }
.hero-art b { right: 4%; top: 18%; width: 28%; height: 58%; border: 1px solid rgba(225,91,71,.22); border-radius: 50%; transform: rotate(-12deg) scaleX(1.45); box-shadow: 0 0 90px rgba(83,119,138,.13); }
.hero-field { min-height: calc(100svh - 78px); display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .72fr); align-items: center; gap: 7vw; padding-block: 78px 66px; }
.hero-copy { position: relative; z-index: 2; align-self: center; }
.eyebrow, .section-index, .side-label { color: var(--muted-strong); font-size: 8px; font-weight: 780; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 15px; }
.eyebrow-index { display: grid; place-items: center; min-width: 68px; height: 27px; padding-inline: 9px; border: 1px solid rgba(225,91,71,.55); background: rgba(56,23,19,.3); color: #e56a56; letter-spacing: .08em; transform: rotate(-1deg); }
.hero-title { max-width: 790px; margin: 35px 0 40px; color: #e9dfcb; font-size: clamp(69px, 9vw, 138px); line-height: .8; letter-spacing: -.085em; font-weight: 780; text-shadow: 0 9px 36px rgba(0,0,0,.45); }
.hero-title span, .hero-title em { display: block; }
.hero-title span { transform: rotate(-1deg); }
.hero-title em { width: max-content; margin: .22em 0 0 .4em; color: #df5948; font-family: var(--serif); font-weight: 600; font-style: italic; letter-spacing: -.1em; transform: rotate(-2.2deg); text-shadow: 2px 2px 0 rgba(90,24,18,.55), 0 12px 38px rgba(0,0,0,.52); }
.hero-bottom { max-width: 680px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 36px; }
.hero-bottom > p { max-width: 445px; margin: 0; color: #c2b7a4; font: 16px/1.9 var(--serif); text-shadow: 0 2px 18px rgba(0,0,0,.82); }
.hero-actions { display: flex; flex-direction: column; align-items: stretch; gap: 9px; min-width: 150px; }
.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 48px;
  padding: 0 17px;
  border: 1px solid var(--line-strong);
  background: color-mix(in srgb, var(--surface-solid) 68%, transparent);
  color: var(--text);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 150ms var(--ease-out), background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}
.button b { font-size: 15px; font-weight: 500; }
.button:active { transform: scale(.97); }
.button-primary { border-color: var(--red); background: var(--red); color: #fff5df; box-shadow: 7px 7px 0 rgba(66,24,19,.36); transform: rotate(-.7deg); }
.button-primary:active { transform: rotate(-.7deg) scale(.97); }
.button-quiet { color: #b7ac99; backdrop-filter: blur(12px); }
.hero-caption { display: flex; gap: 8px; margin: 40px 0 0; color: #81796c; font: 10px/1.5 var(--serif); letter-spacing: .08em; }
.hero-caption span { color: #c6953f; }

/* Empty visual cover */
.cover-home { min-height: calc(100svh - 79px); }
.cover-hero { min-height: calc(100svh - 79px); border-bottom: 0; }
.cover-art::after {
  background:
    linear-gradient(90deg, rgba(7,8,9,.92) 0%, rgba(7,8,9,.76) 36%, rgba(7,8,9,.28) 62%, rgba(7,8,9,.28) 100%),
    linear-gradient(0deg, rgba(8,7,7,.68), transparent 53%, rgba(8,7,7,.24));
}
.cover-art::before { content: ""; position: absolute; inset: 0; z-index: 1; opacity: .55; background: radial-gradient(ellipse at 73% 73%, rgba(211,163,73,.14), transparent 14%, transparent 24%, rgba(88,129,149,.08) 25%, transparent 31%); background-size: 118% 118%; mix-blend-mode: screen; animation: cover-light-breathe 9s ease-in-out infinite alternate; }
.cover-field { position: relative; z-index: 2; min-height: calc(100svh - 79px); display: flex; align-items: center; padding-block: clamp(54px, 8vh, 92px) clamp(66px, 9vh, 100px); }
.cover-field::before { content: ""; position: absolute; left: 0; top: 8%; bottom: 12%; width: 1px; opacity: .52; background: linear-gradient(transparent, rgba(222,209,184,.4) 20%, rgba(225,91,71,.68) 58%, transparent); }
.cover-field::after { content: ""; position: absolute; left: -5px; top: 35%; width: 11px; height: 11px; border: 1px solid rgba(225,91,71,.78); transform: rotate(45deg); }
.cover-copy { position: relative; width: min(690px, 57vw); }
.cover-location { display: inline-flex; align-items: center; gap: 13px; color: rgba(225,211,185,.66); font-size: 8px; font-weight: 800; letter-spacing: .24em; }
.cover-location::before { content: ""; width: 38px; height: 1px; background: var(--red-bright); transform: rotate(-5deg); }
.cover-narrative { max-width: 680px; margin: 24px 0 0; padding: 0; border: 0; color: rgba(239,229,209,.86); font: 500 clamp(15px, 1.18vw, 19px)/1.9 var(--serif); letter-spacing: .018em; text-wrap: pretty; text-shadow: 0 2px 16px rgba(0,0,0,.88), 0 0 42px rgba(0,0,0,.5); }
.cover-narrative p { margin: 0; }
.cover-narrative strong { display: block; width: min(100%, 620px); margin-top: 21px; color: #f1dfbc; font-size: 1.34em; line-height: 1.55; font-weight: 730; letter-spacing: -.025em; text-shadow: 2px 2px 0 rgba(126,42,33,.52), 0 8px 28px rgba(0,0,0,.7); }
.cover-narrative strong::before { content: ""; display: inline-block; width: 31px; height: 2px; margin: 0 12px .25em 0; background: var(--red-bright); transform: rotate(-4deg); }
.cover-narrative footer { margin-top: 13px; color: #d75b4d; font: italic 650 1.08em/1.4 var(--serif); letter-spacing: .08em; }
.cover-gulls { position: absolute; inset: 0; z-index: 1; overflow: hidden; pointer-events: none; }
.gull { --gull-left: 72%; position: absolute; left: -9%; top: 17%; width: 42px; height: 18px; opacity: .58; filter: drop-shadow(0 2px 4px rgba(0,0,0,.45)); animation: gull-flight 18s linear infinite; }
.gull:nth-child(2) { --gull-left: 80%; top: 23%; width: 31px; opacity: .43; animation-duration: 23s; animation-delay: -8s; }
.gull:nth-child(3) { --gull-left: 64%; top: 31%; width: 24px; opacity: .34; animation-duration: 29s; animation-delay: -17s; }
.gull i { position: absolute; inset: 0; }
.gull i::before, .gull i::after { content: ""; position: absolute; top: 6px; width: 51%; height: 7px; border-top: 2px solid rgba(235,231,216,.9); border-radius: 55% 55% 0 0; transform-origin: center top; animation: gull-flap .9s ease-in-out infinite alternate; }
.gull i::before { right: 49%; transform: rotate(13deg); }
.gull i::after { left: 49%; transform: rotate(-13deg); animation-delay: -.45s; }
.cover-waves { position: absolute; z-index: 1; left: 18%; right: -8%; top: 51%; bottom: -5%; overflow: hidden; pointer-events: none; opacity: .46; mix-blend-mode: screen; -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.24) 14%, #000 43%, #000 100%), linear-gradient(0deg, #000 0%, #000 76%, transparent 100%); mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.24) 14%, #000 43%, #000 100%), linear-gradient(0deg, #000 0%, #000 76%, transparent 100%); }
.cover-waves svg { width: 100%; height: 100%; overflow: visible; }
.wave-layer { fill: none; stroke: rgba(213,228,220,.42); stroke-linecap: round; vector-effect: non-scaling-stroke; transform-box: fill-box; transform-origin: center; will-change: transform, opacity; }
.wave-layer path { vector-effect: non-scaling-stroke; }
.wave-layer-far { opacity: .34; stroke-width: 1; stroke-dasharray: 34 18 72 29; animation: cover-wave-far 13.5s cubic-bezier(.45, 0, .55, 1) infinite alternate; }
.wave-layer-mid { opacity: .48; stroke: rgba(190,218,216,.46); stroke-width: 1.25; stroke-dasharray: 63 21 92 37; animation: cover-wave-mid 10.8s cubic-bezier(.45, 0, .55, 1) -4.1s infinite alternate; }
.wave-layer-near { opacity: .58; stroke: rgba(230,220,191,.48); stroke-width: 1.55; stroke-dasharray: 104 30 48 25; filter: drop-shadow(0 2px 5px rgba(171,205,207,.15)); animation: cover-wave-near 8.9s cubic-bezier(.45, 0, .55, 1) -6.2s infinite alternate; }
.cover-coastline { position: absolute; z-index: 1; right: -9vw; bottom: -28vh; width: min(74vw, 1120px); aspect-ratio: 1.8; pointer-events: none; transform: rotate(-8deg); }
.cover-coastline i { position: absolute; inset: 8%; border: 1px solid rgba(225,91,71,.18); border-radius: 50%; transform: scaleX(1.35); }
.cover-coastline i:nth-child(2) { inset: 20%; border-color: rgba(200,155,63,.16); transform: rotate(5deg) scaleX(1.45); }
.cover-coastline i:nth-child(3) { inset: 32%; border-color: rgba(88,129,149,.2); transform: rotate(-7deg) scaleX(1.55); }
.cover-bottom { position: absolute; z-index: 3; left: 50%; bottom: 31px; display: grid; grid-template-columns: auto minmax(80px, 1fr) auto; align-items: center; gap: 20px; color: rgba(226,213,188,.48); font-size: 7px; font-weight: 760; letter-spacing: .18em; transform: translateX(-50%); }
.cover-axis { display: grid; grid-template-columns: 1fr 6px 1fr; align-items: center; gap: 8px; }
.cover-axis i:nth-child(1), .cover-axis i:nth-child(3) { height: 1px; background: rgba(226,213,188,.22); }
.cover-axis i:nth-child(2) { width: 6px; height: 6px; background: var(--red-bright); transform: rotate(45deg); }
.content-grid-archive { grid-template-columns: minmax(0, 1fr); }

@keyframes cover-ship-sway {
  0% { transform: translate3d(-.28%, -.14%, 0) rotate(-.14deg) scale(1.058); }
  38% { transform: translate3d(-.04%, .24%, 0) rotate(.035deg) scale(1.061); }
  72% { transform: translate3d(.24%, -.18%, 0) rotate(.15deg) scale(1.059); }
  100% { transform: translate3d(.08%, .22%, 0) rotate(-.055deg) scale(1.062); }
}
@keyframes cover-light-breathe { from { opacity: .28; transform: scale(1); } to { opacity: .62; transform: scale(1.035); } }
@keyframes gull-flight { from { transform: translate3d(36vw, 8px, 0) scale(.62) rotate(-2deg); } 48% { transform: translate3d(73vw, -17px, 0) scale(.84) rotate(2deg); } to { transform: translate3d(118vw, 5px, 0) scale(1.05) rotate(-1deg); } }
@keyframes gull-flap { from { height: 5px; } to { height: 11px; } }
@keyframes cover-wave-far { from { transform: translate3d(-1.2%, 2px, 0) scaleX(.99); } to { transform: translate3d(1.5%, -2px, 0) scaleX(1.012); } }
@keyframes cover-wave-mid { from { transform: translate3d(1.8%, -2px, 0) scaleX(1.016); } to { transform: translate3d(-1.5%, 3px, 0) scaleX(.986); } }
@keyframes cover-wave-near { from { transform: translate3d(-2.1%, 4px, 0) scaleX(.982); } to { transform: translate3d(2.3%, -4px, 0) scaleX(1.02); } }

.inner-voices { position: relative; z-index: 3; align-self: center; border: 1px solid rgba(222,209,184,.24); background: rgba(14,16,17,.77); box-shadow: var(--shadow); transform: rotate(.45deg); backdrop-filter: blur(14px) saturate(110%); }
.inner-voices::before { content: ""; position: absolute; inset: -7px 10px 5px -9px; z-index: -1; border: 1px solid rgba(190,68,55,.22); transform: rotate(-1deg); }
.inner-voices header, .inner-voices footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 16px 18px; color: #938a7b; font-size: 7px; font-weight: 760; letter-spacing: .18em; }
.inner-voices header { border-bottom: 1px solid rgba(227,211,181,.14); }
.inner-voices header i { color: #c7953f; font-style: normal; }
.inner-voices header i::before { content: ""; display: inline-block; width: 5px; height: 5px; margin-right: 8px; border-radius: 50%; background: #c7953f; box-shadow: 0 0 14px #c7953f; }
.inner-voices ol { margin: 0; padding: 0; list-style: none; }
.inner-voices li { display: grid; grid-template-columns: 52px 1fr; gap: 17px; align-items: start; padding: 22px 20px; border-bottom: 1px solid rgba(227,211,181,.12); transition: background-color 180ms ease; }
.inner-voices li:nth-child(2) { transform: translateX(-12px); background: rgba(35,49,55,.2); }
.voice-mark { display: grid; place-items: center; width: 46px; height: 46px; color: #efe4cf; font: 800 10px/1 var(--sans); clip-path: polygon(16% 0, 91% 9%, 100% 74%, 66% 100%, 4% 83%, 0 23%); }
.voice-red { background: #9f392f; transform: rotate(-6deg); }
.voice-blue { background: #3e6173; transform: rotate(5deg); }
.voice-gold { background: #9d772f; transform: rotate(-3deg); }
.inner-voices small { display: block; margin: 1px 0 7px; color: #a89d8a; font-size: 7px; font-weight: 780; letter-spacing: .17em; }
.inner-voices blockquote { margin: 0; color: #dfd2ba; font: 15px/1.65 var(--serif); }
.inner-voices footer b { color: #b14a3c; font-weight: 760; }

.signal-strip { position: relative; z-index: 4; overflow: hidden; border-block: 1px solid #a2342c; background: #a83b31; color: #f4e4c8; transform: rotate(-.25deg) scale(1.005); box-shadow: 0 9px 35px rgba(0,0,0,.28); }
.signal-strip::before, .signal-strip::after { content: ""; position: absolute; z-index: 2; left: 0; right: 0; height: 3px; background: var(--bg); }
.signal-strip::before { top: -2px; clip-path: polygon(0 70%, 12% 0, 29% 80%, 42% 20%, 61% 72%, 77% 8%, 100% 70%, 100% 100%, 0 100%); }
.signal-strip::after { bottom: -2px; clip-path: polygon(0 20%, 17% 85%, 36% 12%, 54% 72%, 73% 5%, 100% 70%, 100% 100%, 0 100%); }
.signal-track { display: flex; align-items: center; width: max-content; min-width: 200%; height: 48px; animation: signalMove 34s linear infinite; }
.signal-track span { min-width: 220px; text-align: center; font: 760 9px/1 var(--serif); letter-spacing: .18em; }
.signal-track i { width: 6px; height: 6px; background: #e4bc63; clip-path: polygon(50% 0, 100% 45%, 54% 100%, 0 58%); }
@keyframes signalMove { to { transform: translateX(-50%); } }

/* Posts */
.content-section { position: relative; padding-block: 132px 158px; }
.content-section::before { content: ""; position: absolute; z-index: -1; left: -14vw; top: 7%; width: 45vw; height: 65%; background: color-mix(in srgb, var(--red) 8%, transparent); filter: blur(45px); clip-path: polygon(0 10%, 80% 0, 55% 45%, 100% 76%, 18% 100%); opacity: .55; }
.section-head { display: grid; grid-template-columns: 1.15fr .85fr auto; align-items: end; gap: 46px; padding-bottom: 36px; border-bottom: 1px solid var(--line-strong); }
.section-heading h2, .comments-head h2 { max-width: 780px; margin: 11px 0 0; font: 670 clamp(48px, 6.4vw, 84px)/.95 var(--serif); letter-spacing: -.065em; }
.section-head > p { max-width: 390px; margin: 0 0 7px; color: var(--muted); font-family: var(--serif); }
.section-count { color: var(--red); font: 400 36px/1 var(--serif); transform: rotate(-9deg); }
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 76px; margin-top: 30px; }
.post-list { min-width: 0; }
.post-card { position: relative; min-height: 230px; display: grid; grid-template-columns: 64px minmax(0, 1fr) 76px; gap: 25px; align-items: center; padding: 38px 12px 38px 0; border-bottom: 1px solid var(--line); isolation: isolate; overflow: hidden; }
.post-card::before { content: ""; position: absolute; inset: 8px 0; z-index: -1; opacity: 0; background: linear-gradient(105deg, color-mix(in srgb, var(--red) 16%, transparent), color-mix(in srgb, var(--blue) 9%, transparent) 72%, transparent); clip-path: polygon(0 6%, 96% 0, 100% 84%, 3% 100%); transform: translateX(-2%); transition: opacity 180ms ease, transform 240ms var(--ease-out); }
.post-card-link { position: absolute; inset: 0; z-index: 2; }
.post-number { align-self: stretch; display: flex; align-items: flex-start; border-right: 1px solid var(--line); color: var(--red-bright); font: 800 10px/1 var(--sans); letter-spacing: .15em; }
.post-number span { display: grid; place-items: center; width: 34px; height: 34px; margin-top: 4px; border: 1px solid color-mix(in srgb, var(--red) 58%, transparent); transform: rotate(-4deg); }
.post-meta { display: flex; flex-wrap: wrap; gap: 8px 20px; color: var(--muted); font-size: 8px; font-weight: 760; letter-spacing: .13em; text-transform: uppercase; }
.post-meta a { position: relative; z-index: 3; }
.post-main h3 { max-width: 720px; margin: 17px 0 15px; font: 650 clamp(31px, 3.7vw, 51px)/1.12 var(--serif); letter-spacing: -.045em; transition: color 180ms ease, transform 220ms var(--ease-out); }
.post-excerpt { max-width: 680px; color: var(--muted-strong); font: 14px/1.85 var(--serif); }
.post-action { justify-self: end; display: grid; justify-items: end; gap: 13px; color: var(--muted); }
.post-action span { font-size: 6px; letter-spacing: .17em; }
.post-action b { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--line-strong); border-radius: 50%; color: var(--red-bright); font-size: 16px; font-weight: 400; transition: transform 180ms var(--ease-out), background-color 180ms ease, color 180ms ease, border-color 180ms ease; }

.sidebar { display: grid; align-content: start; gap: 16px; }
.side-card { position: relative; padding: 25px; border: 1px solid var(--line); background: var(--surface); box-shadow: 8px 10px 0 color-mix(in srgb, var(--bg-deep) 40%, transparent); backdrop-filter: blur(12px); }
.side-card:nth-child(2) { transform: rotate(.4deg); }
.side-card-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 17px; border-bottom: 1px solid var(--line); }
.side-card-head i { color: var(--red); font-style: normal; }
.identity-mark { position: relative; height: 118px; display: flex; align-items: center; justify-content: center; gap: 6px; margin: 24px 0; overflow: hidden; border-bottom: 1px solid var(--line); }
.identity-mark::before { content: ""; position: absolute; inset: 12px 17%; border: 1px solid var(--line); border-radius: 50%; transform: rotate(-14deg) scaleX(1.45); }
.identity-mark > span { z-index: 1; width: 20px; transform-origin: bottom; mix-blend-mode: screen; }
.identity-mark > span:nth-child(1) { height: 62px; background: var(--red); clip-path: polygon(0 18%, 77% 0, 100% 100%, 18% 87%); transform: rotate(-9deg); }
.identity-mark > span:nth-child(2) { height: 89px; background: var(--gold); clip-path: polygon(34% 0, 100% 9%, 71% 100%, 0 82%); }
.identity-mark > span:nth-child(3) { height: 70px; background: var(--blue); clip-path: polygon(8% 8%, 100% 0, 77% 88%, 19% 100%); transform: rotate(8deg); }
.identity-mark b { position: absolute; right: 0; bottom: 5px; color: color-mix(in srgb, var(--paper) 14%, transparent); font: 800 56px/1 var(--sans); letter-spacing: -.08em; }
.side-about h3 { margin: 0 0 14px; font: 600 29px/1.22 var(--serif); }
.side-about p { margin: 0; color: var(--muted); font: 13px/1.85 var(--serif); }
.text-link { display: flex; justify-content: space-between; margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--line); color: var(--text); font-size: 9px; letter-spacing: .12em; }
.text-link span { color: var(--red); }
.topic-list { margin: 14px 0 0; padding: 0; list-style: none; }
.topic-list a { display: flex; justify-content: space-between; align-items: center; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 12px; transition: color 180ms ease; }
.topic-list a > span { transition: transform 180ms var(--ease-out); }
.topic-list li:last-child a { border-bottom: 0; }
.topic-list b { display: grid; place-items: center; min-width: 25px; height: 25px; border: 1px solid var(--line); border-radius: 50%; color: var(--muted); font-size: 8px; }
.side-search form { display: grid; grid-template-columns: 1fr 40px; gap: 8px; margin-top: 18px; }
.side-search input { min-width: 0; height: 42px; padding: 0 12px; border: 1px solid var(--line); outline: 0; background: transparent; color: var(--text); font-size: 12px; transition: border-color 160ms ease; }
.side-search input:focus { border-color: var(--red); }
.side-search button { border: 0; background: var(--red); color: #fff2dc; cursor: pointer; transition: transform 140ms var(--ease-out), background-color 160ms ease; }
.side-search button:active { transform: scale(.95); }
.empty-state { padding: 80px 30px; border-bottom: 1px solid var(--line); text-align: center; }
.empty-state span { color: var(--red); font-size: 9px; letter-spacing: .15em; }
.empty-state h3 { margin: 15px 0 8px; font: 600 36px/1.2 var(--serif); }
.empty-state p { margin: 0; color: var(--muted); }
.pagination ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 32px 0 0; padding: 0; list-style: none; }
.pagination a, .pagination span { display: grid; place-items: center; min-width: 40px; min-height: 40px; padding: 0 12px; border: 1px solid var(--line); font-size: 10px; }
.pagination .current a { background: var(--red); border-color: var(--red); color: #fff; }

/* Article */
.article-shell { max-width: 1040px; padding-block: 100px 142px; }
.article-header { position: relative; text-align: center; }
.article-header::before { content: ""; position: absolute; z-index: -1; left: 7%; right: 7%; top: 18%; height: 73%; background: color-mix(in srgb, var(--red) 6%, transparent); clip-path: polygon(2% 12%, 97% 0, 91% 92%, 8% 100%); transform: rotate(-1.5deg); }
.back-link { display: inline-flex; margin-bottom: 60px; color: var(--muted); font-size: 8px; font-weight: 780; letter-spacing: .16em; text-transform: uppercase; transition: color 160ms ease, transform 160ms var(--ease-out); }
.article-kicker { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px 24px; color: var(--red); font-size: 8px; font-weight: 780; letter-spacing: .16em; text-transform: uppercase; }
.article-header h1 { max-width: 950px; margin: 31px auto 27px; font: 650 clamp(50px, 8.5vw, 98px)/.98 var(--serif); letter-spacing: -.067em; }
.article-lead { max-width: 700px; margin: 0 auto; color: var(--muted-strong); font: 19px/1.8 var(--serif); }
.article-author { display: inline-flex; align-items: center; gap: 12px; margin-top: 37px; text-align: left; }
.author-mark { display: grid; place-items: center; width: 44px; height: 44px; background: var(--red); color: #fff0d6; font-weight: 800; clip-path: polygon(13% 2%, 94% 13%, 100% 78%, 71% 100%, 0 86%, 5% 19%); transform: rotate(-4deg); }
.article-author div:last-child { display: grid; }
.article-author strong { font: 700 11px/1.4 var(--serif); }
.article-author span { color: var(--muted); font-size: 9px; }
.article-divider { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px; margin: 80px 0 64px; }
.article-divider span { height: 1px; background: var(--line); }
.article-divider b { padding: 7px 10px; border: 1px solid color-mix(in srgb, var(--red) 48%, transparent); color: var(--red); font-size: 7px; letter-spacing: .2em; transform: rotate(-1deg); }
.article-content { font: 18px/2 var(--serif); }
.article-content > * { max-width: 760px; margin-left: auto; margin-right: auto; }
.article-content h2, .article-content h3 { margin-top: 2.25em; color: var(--text); font-family: var(--serif); line-height: 1.25; }
.article-content h2 { position: relative; font-size: 38px; letter-spacing: -.045em; }
.article-content h2::before { content: ""; position: absolute; left: -27px; top: .18em; width: 10px; height: .78em; background: var(--red); clip-path: polygon(0 8%, 100% 0, 72% 100%, 14% 84%); transform: rotate(5deg); }
.article-content h3 { font-size: 27px; }
.article-content p { margin-block: 1.38em; }
.article-content a { color: var(--red-bright); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.article-content blockquote { position: relative; max-width: 850px; margin-block: 2.25em; padding: 30px 34px 30px 42px; border: 0; background: color-mix(in srgb, var(--blue) 18%, var(--surface)); color: var(--muted-strong); font-size: 21px; transform: rotate(-.35deg); clip-path: polygon(1% 4%, 98% 0, 100% 91%, 3% 100%); }
.article-content blockquote::before { content: "“"; position: absolute; left: 12px; top: 0; color: var(--blue); font: 700 46px/1 var(--serif); }
.article-content pre { overflow: auto; max-width: 890px; padding: 26px; border: 1px solid var(--line); background: #080909; color: #e5d9c3; font: 13px/1.75 ui-monospace, SFMono-Regular, Consolas, monospace; box-shadow: var(--shadow); }
.article-content code { padding: .18em .4em; border-radius: 2px; background: color-mix(in srgb, var(--red) 13%, transparent); font: .86em/1.6 ui-monospace, SFMono-Regular, Consolas, monospace; }
.article-content pre code { padding: 0; background: none; }
.article-content img { margin-block: 2.45em; border: 1px solid var(--line); box-shadow: 14px 18px 0 color-mix(in srgb, var(--blue) 12%, transparent), var(--shadow); }
.table-scroll { max-width: 900px; margin-block: 2.25em; overflow-x: auto; overscroll-behavior-inline: contain; border: 1px solid var(--line-strong); background: color-mix(in srgb, var(--surface) 72%, transparent); scrollbar-color: var(--red) transparent; scrollbar-width: thin; }
.table-scroll:focus-visible { outline-offset: 5px; }
.article-content .table-scroll table { width: 100%; min-width: 620px; margin: 0; border-collapse: collapse; font-family: var(--sans); font-size: 13px; }
.article-content th, .article-content td { padding: 13px; border: 1px solid var(--line); text-align: left; }
.article-content th { background: color-mix(in srgb, var(--red) 14%, transparent); color: var(--text); }
.article-footer { max-width: 760px; margin: 74px auto 0; padding-top: 30px; border-top: 1px solid var(--line); }
.tag-row { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; }
.tag-row > span { margin-right: 8px; color: var(--muted); font-size: 8px; letter-spacing: .17em; }
.tag-row a, .tag-row i { padding: 6px 10px; border: 1px solid var(--line); color: var(--muted); font: normal 10px var(--sans); }
.article-share { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 26px; color: var(--muted); font: 12px var(--sans); }
.article-share p { margin: 0; }
.share-action { position: relative; flex: 0 0 auto; }
.share-button { display: inline-flex; align-items: center; gap: 12px; min-height: 41px; padding: 0 14px; border: 1px solid var(--line-strong); background: transparent; color: var(--text); cursor: pointer; font: 780 8px/1 var(--sans); letter-spacing: .12em; text-transform: uppercase; transition: transform 140ms var(--ease-out), border-color 180ms ease, background-color 180ms ease, color 180ms ease; }
.share-button b { color: var(--red); font-size: 13px; font-weight: 500; }
.share-button:active { transform: scale(.97); }
.share-button.is-complete { border-color: var(--gold); color: var(--gold); }
.share-status { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.post-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 76px; }
.post-nav > div { min-height: 138px; padding: 25px; border: 1px solid var(--line); background: var(--surface); box-shadow: 7px 8px 0 color-mix(in srgb, var(--bg-deep) 42%, transparent); }
.post-nav > div:last-child { text-align: right; transform: rotate(.35deg); }
.post-nav small { display: block; margin-bottom: 14px; color: var(--red); font-size: 7px; letter-spacing: .18em; }
.post-nav a { font: 650 19px/1.4 var(--serif); }
.post-nav span { color: var(--muted); }

/* Comments */
.comments { margin-top: 112px; padding-top: 52px; border-top: 1px solid var(--line-strong); }
.comments-head { display: grid; grid-template-columns: auto 1fr auto; align-items: end; gap: 22px; margin-bottom: 42px; }
.comments-head h2 { font-size: 46px; }
.comments-head p { margin: 0; color: var(--muted); font-size: 12px; }
.comment-list { margin: 0 0 58px; padding: 0; list-style: none; }
.comment-list li { margin: 0; padding: 26px 0; border-bottom: 1px solid var(--line); }
.comment-list li.comment-child { padding-left: 58px; }
.comment-author { display: flex; align-items: center; gap: 12px; }
.comment-author .avatar { width: 43px; height: 43px; border-radius: 50%; filter: grayscale(.72) contrast(1.1); }
.comment-meta { margin: 8px 0; color: var(--muted); font-size: 10px; }
.comment-content { font-family: var(--serif); }
.comment-reply { font-size: 9px; text-transform: uppercase; }
.respond { margin-top: 52px; padding: 33px; border: 1px solid var(--line); background: var(--surface); box-shadow: 10px 12px 0 color-mix(in srgb, var(--red) 8%, transparent); }
.respond label { display: block; margin-bottom: 13px; font: 650 28px/1.3 var(--serif); }
.respond textarea, .respond input { width: 100%; border: 1px solid var(--line); outline: none; background: transparent; color: var(--text); transition: border-color 160ms ease; }
.respond textarea { resize: vertical; padding: 18px; }
.respond textarea:focus, .respond input:focus { border-color: var(--red); }
.comment-fields { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-block: 10px 18px; }
.comment-fields input { padding: 12px; }
.logged-in, .cancel-comment-reply, .comments-closed { color: var(--muted); font-size: 12px; }

/* Utility pages */
.page-header { padding-top: 20px; }
.not-found { position: relative; min-height: calc(100vh - 78px); display: grid; place-items: center; align-content: center; padding-block: 92px; text-align: center; }
.error-code { position: absolute; color: color-mix(in srgb, var(--paper) 5%, transparent); font-size: min(36vw, 430px); font-weight: 900; line-height: 1; pointer-events: none; }
.lost-point { z-index: 1; position: relative; width: 124px; height: 124px; margin-bottom: 31px; border: 1px solid var(--line-strong); border-radius: 50%; transform: rotate(-8deg) scaleX(1.15); }
.lost-point::before, .lost-point::after { content: ""; position: absolute; left: 50%; top: 50%; background: var(--line-strong); transform: translate(-50%, -50%); }
.lost-point::before { width: 174px; height: 1px; }
.lost-point::after { width: 1px; height: 174px; }
.lost-point span { position: absolute; left: 50%; top: 50%; width: 15px; height: 15px; border-radius: 50%; background: var(--red); transform: translate(-50%, -50%); box-shadow: 0 0 34px var(--red); }
.not-found .eyebrow, .not-found h1, .not-found p, .not-found .button { z-index: 1; }
.not-found h1 { margin: 23px 0 13px; font: 650 clamp(52px, 8vw, 94px)/.9 var(--serif); letter-spacing: -.065em; }
.not-found p { margin: 0 0 33px; color: var(--muted); }

/* Footer */
.site-footer { position: relative; overflow: hidden; border-top: 1px solid var(--line); background: var(--bg-deep); }
.site-footer::before { content: ""; position: absolute; right: -7%; top: 5%; width: 47%; height: 72%; background: color-mix(in srgb, var(--blue) 12%, transparent); filter: blur(40px); clip-path: polygon(0 18%, 100% 0, 74% 100%, 24% 82%); }
.footer-lead { position: relative; padding-block: 98px 90px; }
.footer-lead > span { color: var(--muted); font-size: 7px; letter-spacing: .22em; }
.footer-lead h2 { max-width: 950px; margin: 23px 0 0; font: 630 clamp(52px, 8vw, 106px)/.88 var(--serif); letter-spacing: -.072em; }
.footer-lead h2 em { color: var(--red-bright); font-weight: 600; transform: rotate(-1deg); }
.back-top { position: absolute; right: 0; bottom: 92px; display: flex; align-items: center; gap: 18px; color: var(--muted); font-size: 8px; letter-spacing: .14em; }
.back-top b { display: grid; place-items: center; width: 49px; height: 49px; border: 1px solid var(--line-strong); border-radius: 50%; color: var(--text); font-size: 17px; font-weight: 400; transition: transform 180ms var(--ease-out), background-color 180ms ease, color 180ms ease; }
.footer-bottom { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 40px; padding-block: 31px 43px; border-top: 1px solid var(--line); }
.footer-brand strong { font: 700 15px/1.4 var(--serif); }
.footer-brand p { margin: 4px 0 0; color: var(--muted); font-size: 11px; }
.footer-meta { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px; color: var(--muted); font-size: 7px; letter-spacing: .15em; }

/* Motion */
.js .reveal { opacity: 0; transform: translateY(14px); filter: blur(3px); transition: opacity 520ms var(--ease-out), transform 520ms var(--ease-out), filter 400ms ease; transition-delay: var(--reveal-delay, 0ms); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); filter: blur(0); }

@media (hover: hover) and (pointer: fine) {
  .site-nav a:hover, .theme-toggle:hover { color: var(--text); }
  .site-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
  .theme-toggle:hover { transform: rotate(16deg); }
  .button:hover { border-color: var(--red-bright); }
  .button-primary:hover { background: var(--red-bright); }
  .button-quiet:hover { background: #e1d4bd; color: #241b17; border-color: #e1d4bd; }
  .inner-voices li:hover { background: rgba(168,59,49,.11); }
  .post-card:hover::before { opacity: 1; transform: translateX(0); }
  .post-card:hover .post-main h3 { color: var(--paper); transform: translateX(7px); }
  .post-card:hover .post-action b { transform: rotate(45deg); border-color: var(--red); background: var(--red); color: #fff; }
  .topic-list a:hover { color: var(--red-bright); }
  .topic-list a:hover > span { transform: translateX(7px); }
  .back-link:hover { color: var(--red-bright); transform: translateX(-4px); }
  .back-top:hover b { transform: translateY(-4px); background: var(--red); color: #fff; }
  .share-button:hover { border-color: var(--red); background: var(--red); color: #fff; }
  .share-button:hover b { color: #fff; }
  .pagination a:hover { background: var(--red); border-color: var(--red); color: #fff; }
  .signal-strip:hover .signal-track { animation-play-state: paused; }
}

@media (max-width: 1060px) {
  .hero-field { grid-template-columns: 1fr; padding-top: 104px; }
  .hero-art::after { background: linear-gradient(180deg, rgba(7,8,9,.68) 0%, rgba(7,8,9,.8) 56%, rgba(7,8,9,.52) 100%); }
  .hero-copy { max-width: 820px; }
  .inner-voices { width: min(100%, 730px); justify-self: end; }
  .content-grid { grid-template-columns: 1fr; }
  .sidebar { grid-template-columns: repeat(2, 1fr); }
  .side-search { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .shell { width: min(calc(100% - 30px), var(--shell)); }
  .nav-shell { min-height: 68px; }
  .brand-rule, .brand-copy small { display: none; }
  .brand-index { width: 34px; height: 34px; }
  .nav-toggle { display: grid; grid-template-columns: 20px auto; gap: 5px 8px; align-items: center; padding: 8px 0; cursor: pointer; }
  .nav-toggle span { display: block; width: 20px; height: 1px; background: currentColor; transition: transform 180ms var(--ease-out); }
  .nav-toggle em { grid-column: 2; grid-row: 1 / span 2; font-style: normal; font-size: 9px; letter-spacing: .12em; }
  .nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3px) rotate(-45deg); }
  .site-nav { position: absolute; left: 14px; right: 14px; top: 61px; display: grid; gap: 2px; padding: 12px; border: 1px solid var(--line-strong); background: var(--surface-solid); box-shadow: var(--shadow); opacity: 0; transform: translateY(-6px) scale(.985); transform-origin: top right; pointer-events: none; transition: opacity 160ms ease, transform 190ms var(--ease-out); }
  .site-nav.is-open { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
  .site-nav a { justify-content: space-between; min-height: 44px; padding-inline: 12px; border-bottom: 1px solid var(--line); }
  .site-nav a span { order: 2; }
  .site-nav a::after { display: none; }
  .theme-toggle { margin: 8px 0 3px 4px; }
  .hero { min-height: auto; }
  .hero-field { min-height: auto; gap: 54px; padding-block: 78px 62px; }
  .hero-art > span { inset: -2%; background-position: 65% center; transform: scale(1.06); }
  .hero-art::after { background: linear-gradient(180deg, rgba(7,8,9,.69), rgba(7,8,9,.89) 52%, rgba(7,8,9,.72)); }
  .hero-title { margin-block: 30px 34px; font-size: clamp(58px, 19vw, 88px); }
  .hero-title em { margin-left: .12em; }
  .hero-bottom { grid-template-columns: 1fr; gap: 29px; }
  .hero-actions { flex-direction: row; min-width: 0; }
  .hero-actions .button { flex: 1; }
  .hero-caption { margin-top: 30px; }
  .cover-home { min-height: calc(100svh - 69px); }
  .cover-hero { min-height: calc(100svh - 69px); }
  .cover-field { min-height: calc(100svh - 69px); align-items: center; padding-block: 56px 78px; }
  .cover-field::before { left: 2px; top: 9%; bottom: 14%; }
  .cover-field::after { left: -3px; top: 27%; }
  .cover-copy { width: 100%; margin-top: 0; }
  .cover-narrative { margin-top: 17px; font-size: clamp(13px, 3.55vw, 15px); line-height: 1.78; letter-spacing: 0; }
  .cover-narrative strong { margin-top: 15px; font-size: 1.2em; line-height: 1.48; }
  .cover-narrative footer { margin-top: 8px; }
  .cover-location { font-size: 7px; }
  .cover-art > span { background-position: 70% center; }
  .cover-art::after { background: linear-gradient(180deg, rgba(7,8,9,.59), rgba(7,8,9,.76) 54%, rgba(7,8,9,.83)); }
  .cover-gulls { opacity: .68; }
  .cover-waves { left: -18%; right: -34%; top: 55%; bottom: -2%; opacity: .33; }
  .cover-coastline { right: -68vw; bottom: -7vh; width: 150vw; }
  .cover-bottom { bottom: 22px; grid-template-columns: auto 1fr auto; gap: 10px; }
  .inner-voices { width: calc(100% - 5px); transform: rotate(.3deg); }
  .inner-voices li { grid-template-columns: 44px 1fr; gap: 13px; padding: 19px 16px; }
  .inner-voices li:nth-child(2) { transform: translateX(-5px); }
  .voice-mark { width: 40px; height: 40px; }
  .inner-voices blockquote { font-size: 14px; }
  .signal-track { height: 43px; }
  .signal-track span { min-width: 180px; }
  .content-section { padding-block: 92px 108px; }
  .section-head { grid-template-columns: 1fr; gap: 23px; }
  .section-head > p { margin: 0; }
  .section-count { display: none; }
  .content-grid { gap: 50px; }
  .post-card { min-height: 194px; grid-template-columns: 38px minmax(0, 1fr); gap: 16px; padding-block: 29px; }
  .post-number { border-right: 0; }
  .post-number span { width: 30px; height: 30px; }
  .post-action { display: none; }
  .post-main h3 { font-size: 30px; }
  .sidebar { grid-template-columns: 1fr; }
  .side-search { grid-column: auto; }
  .article-shell { padding-block: 72px 100px; }
  .back-link { margin-bottom: 42px; }
  .article-header h1 { font-size: clamp(45px, 14vw, 68px); }
  .article-content { font-size: 17px; }
  .article-content h2 { font-size: 31px; }
  .article-content h2::before { left: -16px; width: 7px; }
  .article-content blockquote { padding-inline: 32px 23px; font-size: 18px; }
  .article-share { align-items: flex-start; flex-direction: column; }
  .post-nav { grid-template-columns: 1fr; }
  .post-nav > div:last-child { text-align: left; }
  .comments-head { grid-template-columns: 1fr; gap: 8px; }
  .comment-fields { grid-template-columns: 1fr; }
  .respond { padding: 22px; }
  .footer-lead { padding-block: 76px 130px; }
  .back-top { left: 0; right: auto; bottom: 64px; }
  .footer-bottom { grid-template-columns: 1fr; }
  .footer-meta { justify-content: flex-start; }
}

@media (max-width: 420px) {
  .brand-copy strong { font-size: 13px; }
  .hero-title { font-size: 17.5vw; }
  .hero-bottom > p { font-size: 14px; }
  .hero-actions { flex-direction: column; }
  .inner-voices header span { max-width: 170px; }
  .inner-voices footer { align-items: flex-start; flex-direction: column; }
  .cover-field { padding-top: 42px; }
  .cover-narrative { font-size: clamp(12.2px, 3.35vw, 14px); line-height: 1.68; }
  .cover-narrative strong { font-size: 1.15em; }
  .cover-bottom { font-size: 6px; letter-spacing: .12em; }
  .section-heading h2 { font-size: 44px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .signal-track { animation: none; }
  .cover-art > span, .cover-art::before, .gull, .gull i::before, .gull i::after, .wave-layer { animation: none !important; }
  .gull { left: var(--gull-left); transform: translate3d(0, 0, 0) scale(.8); }
  .hero-art > span { transform: none !important; }
  .js .reveal { opacity: 1; transform: none; filter: none; transition: opacity 160ms ease; }
  .site-nav, .site-nav a, .theme-toggle, .button, .post-card::before, .post-main h3, .post-action b, .topic-list a > span, .back-link, .back-top b, .share-button { transition-duration: .01ms !important; }
}
