:root {
  /* Neutral stone chrome + true wine burgundy (no blush pink) */
  --ink: #f1efec;
  --ink-2: #e6e4e0;
  --ink-deep: #f7f6f4;
  --wine: #6E1A24;
  --wine-mid: #8B1E2D;
  --panel: rgba(255, 255, 254, 0.92);
  --panel-solid: #ffffff;
  --line: rgba(42, 36, 34, 0.11);
  --line-strong: rgba(42, 36, 34, 0.2);
  --text: #171412;
  --muted: #5a534f;
  --accent: #9B2332;
  --accent-soft: #A82A3A;
  --accent-dim: rgba(155, 35, 50, 0.08);
  --metal: #6b635e;
  --warn: #8a6418;
  --on-accent: #fffaf8;
  --hero-void: #070305;
  --hero-text: #f4f1ef;
  --hero-muted: #b9aea9;
  --font-brand: "Unbounded", system-ui, sans-serif;
  --font-display: "Source Serif 4", "Times New Roman", serif;
  --font-body: "Manrope", system-ui, sans-serif;
  --max: 76rem;
  --prose-max: min(92ch, 100%);
  --wrap-pad: clamp(1.25rem, 3.2vw, 2.75rem);
  --shot-max: 58rem;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font-body);
  color: var(--text);
  background-color: var(--ink-deep);
  background-image:
    radial-gradient(ellipse 90% 55% at 50% -8%, rgba(155, 35, 50, 0.045), transparent 52%),
    radial-gradient(ellipse 50% 40% at 100% 20%, rgba(110, 26, 36, 0.035), transparent 50%),
    linear-gradient(175deg, #f7f6f4 0%, #f2f0ed 52%, var(--ink) 100%);
  background-attachment: fixed;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 60;
  opacity: 0.035;
  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='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 160px 160px;
  mix-blend-mode: multiply;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse 100% 85% at 50% 40%, transparent 45%, rgba(55, 40, 42, 0.035) 100%);
}

.site-nav,
main,
.site-footer {
  position: relative;
  z-index: 1;
}

a {
  color: var(--accent);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

a:hover {
  color: var(--wine);
}

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

.wrap {
  width: min(100% - 2 * var(--wrap-pad), var(--max));
  margin-inline: auto;
}

/* Nav — stone chrome on inner pages; light-on-wine over homepage hero */
.site-nav {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  padding: 1.4rem 0;
}

.site-nav .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  font-family: var(--font-brand);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text);
  text-decoration: none;
  position: relative;
}

.brand span {
  color: var(--accent);
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.35rem 1.2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  transition: color 0.25s var(--ease);
}

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

body:has(.hero) .site-nav .brand {
  color: var(--hero-text);
}

body:has(.hero) .nav-links a {
  color: rgba(185, 174, 169, 0.82);
}

body:has(.hero) .nav-links a:hover,
body:has(.hero) .nav-links a[aria-current="page"] {
  color: var(--hero-text);
}

/* Hero — dark wine signal field, one composition */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  color: var(--hero-text);
}

.hero-bg {
  position: absolute;
  inset: -5%;
  z-index: -1;
  overflow: hidden;
  will-change: transform;
  background:
    radial-gradient(ellipse 70% 60% at 72% 38%, rgba(155, 35, 50, 0.28), transparent 58%),
    radial-gradient(ellipse 45% 40% at 18% 78%, rgba(110, 26, 36, 0.18), transparent 55%),
    linear-gradient(165deg, #14080c 0%, #0a0406 42%, var(--hero-void) 100%);
  transition: transform 0.55s var(--ease-out);
}

.hero-grain {
  position: absolute;
  inset: 0;
  opacity: 0.055;
  pointer-events: none;
  mix-blend-mode: overlay;
  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='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 180px 180px;
}

.hero-vignette {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(to top, rgba(7, 3, 5, 0.92) 0%, rgba(7, 3, 5, 0.35) 38%, transparent 62%),
    linear-gradient(to right, rgba(7, 3, 5, 0.55) 0%, transparent 42%);
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
  pointer-events: none;
  opacity: 0.75;
}

.hero-glow--a {
  width: min(82vw, 50rem);
  height: min(82vw, 50rem);
  top: -22%;
  right: -14%;
  background: radial-gradient(circle, rgba(155, 35, 50, 0.32) 0%, rgba(90, 20, 30, 0.1) 48%, transparent 70%);
  animation: glowDrift 12s ease-in-out infinite alternate;
}

.hero-glow--b {
  width: min(42vw, 26rem);
  height: min(42vw, 26rem);
  bottom: 6%;
  left: -6%;
  background: radial-gradient(circle, rgba(110, 26, 36, 0.3) 0%, transparent 68%);
  animation: glowDrift 15s ease-in-out infinite alternate-reverse;
}

.hero-glow--c {
  width: min(28vw, 16rem);
  height: min(28vw, 16rem);
  top: 42%;
  left: 38%;
  background: radial-gradient(circle, rgba(196, 60, 78, 0.12) 0%, transparent 70%);
  animation: orbFloat 11s ease-in-out infinite;
}

.hero-sweep {
  position: absolute;
  inset: -25% -35%;
  background: linear-gradient(
    108deg,
    transparent 38%,
    rgba(155, 35, 50, 0.035) 48%,
    rgba(210, 200, 195, 0.04) 50%,
    rgba(110, 26, 36, 0.04) 52%,
    transparent 62%
  );
  animation: lightSweep 11s ease-in-out infinite;
  mix-blend-mode: screen;
  pointer-events: none;
}

.hero-scan {
  position: absolute;
  left: 0;
  right: 0;
  height: 14%;
  top: -20%;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(155, 35, 50, 0.035) 45%,
    rgba(200, 185, 180, 0.04) 50%,
    rgba(110, 26, 36, 0.025) 55%,
    transparent
  );
  animation: scanDrop 9s ease-in-out infinite;
  pointer-events: none;
  mix-blend-mode: soft-light;
}

.hero-hex {
  position: absolute;
  right: 3.5%;
  top: 16%;
  max-width: 12rem;
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: 0.58rem;
  line-height: 1.85;
  letter-spacing: 0.16em;
  color: rgba(185, 174, 169, 0.22);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  user-select: none;
  animation: hexDrift 22s linear infinite;
  pointer-events: none;
}

.hero-signal {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-field {
  opacity: 0.55;
}

.field-ring {
  stroke-width: 0.9;
  stroke-opacity: 0.35;
  transform-origin: 0 0;
  animation: fieldBreathe 8s ease-in-out infinite;
}

.field-ring--1 { stroke-opacity: 0.55; stroke-width: 1.2; }
.field-ring--2 { animation-delay: 0.4s; stroke-opacity: 0.4; }
.field-ring--3 { animation-delay: 0.8s; stroke-opacity: 0.28; }
.field-ring--4 { animation-delay: 1.2s; stroke-opacity: 0.18; }
.field-ring--5 {
  animation-delay: 1.6s;
  stroke-opacity: 0.1;
  animation: fieldPulseOut 7s ease-out infinite;
}

.field-core {
  animation: nodePulse 2.8s ease-in-out infinite;
}

.field-sweep {
  transform-origin: 0 0;
  animation: radarSpin 7.5s linear infinite;
}

.field-cross {
  stroke: #9B2332;
  stroke-width: 1;
  stroke-opacity: 0.45;
  animation: padBlink 3.5s ease-in-out infinite;
}

.hero-circuit {
  opacity: 0.32;
}

.circuit-path {
  stroke-width: 1.05;
  stroke-opacity: 0.5;
  stroke-dasharray: 8 10;
  animation: circuitFlow 6.5s linear infinite;
}

.circuit-path--2 { animation-duration: 8s; animation-direction: reverse; }
.circuit-path--3 { animation-duration: 7.2s; }
.circuit-path--4 { animation-duration: 5.8s; animation-direction: reverse; }

.circuit-pad {
  fill: rgba(155, 35, 50, 0.35);
  stroke: rgba(196, 60, 78, 0.4);
  stroke-width: 1;
  animation: padBlink 4.2s ease-in-out infinite;
}

.circuit-pad:nth-child(odd) { animation-delay: 1.1s; }

.sig-line {
  stroke-dasharray: 1600;
  stroke-dashoffset: 1600;
  animation: drawLine 5s var(--ease-out) forwards, lineDrift 10s ease-in-out 5s infinite alternate;
}

.sig-line--1 { stroke-width: 1.7; stroke-opacity: 0.7; animation-delay: 0.2s, 5.2s; }
.sig-line--2 { stroke-width: 1.15; stroke-opacity: 0.45; animation-delay: 0.55s, 5.55s; }
.sig-line--3 { stroke-width: 0.9; stroke-opacity: 0.28; animation-delay: 0.9s, 5.9s; }

.sig-node {
  opacity: 0;
  animation: nodeIn 0.65s var(--ease) forwards, nodePulse 3.2s ease-in-out infinite;
}
.sig-node--1 { animation-delay: 1.2s, 2.3s; }
.sig-node--2 { animation-delay: 1.5s, 2.6s; }
.sig-node--3 { animation-delay: 1.75s, 2.9s; }
.sig-node--4 { animation-delay: 2s, 3.1s; }

@keyframes glowDrift {
  from { transform: translate(0, 0) scale(1); opacity: 0.7; }
  to { transform: translate(-5%, 7%) scale(1.12); opacity: 1; }
}

@keyframes lightSweep {
  0%, 100% { transform: translateX(-20%) rotate(0.4deg); opacity: 0.3; }
  50% { transform: translateX(20%) rotate(-0.4deg); opacity: 0.8; }
}

@keyframes orbFloat {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.55; }
  50% { transform: translate(12%, -18%) scale(1.25); opacity: 0.95; }
}

@keyframes drawLine {
  to { stroke-dashoffset: 0; }
}

@keyframes lineDrift {
  from { transform: translate(0, 0); }
  to { transform: translate(-1.2%, 1%); }
}

@keyframes nodeIn {
  from { opacity: 0; transform: scale(0.35); }
  to { opacity: 0.95; transform: scale(1); }
}

@keyframes nodePulse {
  0%, 100% { opacity: 0.65; }
  50% { opacity: 1; }
}

@keyframes scanDrop {
  0% { top: -16%; opacity: 0; }
  10% { opacity: 0.85; }
  90% { opacity: 0.4; }
  100% { top: 96%; opacity: 0; }
}

@keyframes hexDrift {
  from { transform: translateY(0); opacity: 0.18; }
  50% { opacity: 0.32; }
  to { transform: translateY(14%); opacity: 0.18; }
}

@keyframes circuitFlow {
  from { stroke-dashoffset: 0; }
  to { stroke-dashoffset: -72; }
}

@keyframes padBlink {
  0%, 100% { fill: rgba(155, 35, 50, 0.18); stroke-opacity: 0.35; }
  50% { fill: rgba(196, 60, 78, 0.5); stroke-opacity: 0.7; }
}

@keyframes radarSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes fieldBreathe {
  0%, 100% { opacity: 0.85; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.018); }
}

@keyframes fieldPulseOut {
  0% { opacity: 0.35; transform: scale(0.92); }
  70% { opacity: 0.08; }
  100% { opacity: 0; transform: scale(1.08); }
}

.brand::after {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  right: -0.5rem;
  top: 50%;
  margin-top: -0.75rem;
  border: 1px solid rgba(155, 35, 50, 0.4);
  border-radius: 50%;
  animation: brandRadar 3.8s ease-out infinite;
  pointer-events: none;
}

@keyframes brandRadar {
  0% { opacity: 0.5; transform: scale(0.5); }
  100% { opacity: 0; transform: scale(1.6); }
}

.section-kicker {
  font-family: var(--font-brand);
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 0.65rem;
}

html.js [data-reveal] {
  opacity: 0;
  transform: translateY(1.5rem);
  transition: opacity 0.8s var(--ease-out), transform 0.8s var(--ease-out);
}

html.js [data-reveal].is-in {
  opacity: 1;
  transform: none;
}

.section-guides .section-head--row::before {
  content: "";
  display: block;
  width: 2.75rem;
  height: 1px;
  margin-bottom: 1.1rem;
  background: linear-gradient(90deg, var(--accent), transparent);
}

.hero-inner {
  padding: 9rem 0 5.5rem;
  max-width: 42rem;
  will-change: opacity, transform;
}

.hero-brand {
  font-family: var(--font-brand);
  font-size: clamp(3.6rem, 11vw, 7rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 0.92;
  margin: 0 0 1.65rem;
  opacity: 0;
  animation: riseStrong 1.15s var(--ease-out) 0.08s forwards;
}

.brand-dot,
.hero-brand em {
  font-style: normal;
  color: var(--accent);
  display: inline-block;
  animation: dotPulse 2.6s ease-in-out 1.5s infinite;
}

@keyframes dotPulse {
  0%, 100% {
    transform: scale(1);
    text-shadow: 0 0 0 transparent;
    color: var(--accent);
  }
  50% {
    transform: scale(1.12);
    text-shadow: 0 0 32px rgba(155, 35, 50, 0.55);
    color: var(--accent-soft);
  }
}

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 600;
  font-optical-sizing: auto;
  line-height: 1.2;
  max-width: 15ch;
  margin: 0 0 1.2rem;
  letter-spacing: -0.02em;
  opacity: 0;
  animation: riseStrong 1.15s var(--ease-out) 0.26s forwards;
}

.hero-lead {
  max-width: 32ch;
  color: var(--hero-muted);
  font-size: 1.06rem;
  line-height: 1.55;
  margin: 0 0 2.35rem;
  opacity: 0;
  animation: riseStrong 1.15s var(--ease-out) 0.44s forwards;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  opacity: 0;
  animation: riseStrong 1.15s var(--ease-out) 0.62s forwards;
}

@keyframes riseStrong {
  from { opacity: 0; transform: translateY(2rem); filter: blur(5px); }
  to { opacity: 1; transform: translateY(0); filter: blur(0); }
}

.hero-scroll {
  position: absolute;
  bottom: 1.75rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.25rem;
  height: 2.4rem;
  display: flex;
  justify-content: center;
  text-decoration: none;
  opacity: 0;
  animation: riseStrong 1s var(--ease-out) 1.1s forwards;
}

.hero-scroll-line {
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, rgba(185, 174, 169, 0.55), transparent);
  transform-origin: top;
  animation: scrollCue 2.2s ease-in-out 1.8s infinite;
}

@keyframes scrollCue {
  0%, 100% { transform: scaleY(0.35); opacity: 0.35; }
  50% { transform: scaleY(1); opacity: 0.9; }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.95rem 1.5rem;
  border-radius: 0.15rem;
  font-family: var(--font-body);
  font-weight: 650;
  font-size: 0.94rem;
  letter-spacing: 0.015em;
  text-decoration: none;
  border: 1px solid transparent;
  position: relative;
  transition:
    transform 0.3s var(--ease),
    background 0.25s,
    border-color 0.25s,
    color 0.25s,
    box-shadow 0.3s var(--ease);
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--accent);
  color: var(--on-accent);
}

.btn-primary:hover {
  background: var(--accent-soft);
  color: var(--on-accent);
  box-shadow: 0 14px 36px rgba(155, 35, 50, 0.35);
}

.btn-ghost {
  background: transparent;
  color: var(--text);
  border-color: var(--line-strong);
}

.btn-ghost:hover {
  border-color: rgba(155, 35, 50, 0.5);
  color: var(--accent);
}

.hero .btn-ghost {
  color: var(--hero-text);
  border-color: rgba(185, 174, 169, 0.32);
  backdrop-filter: blur(8px);
  background: rgba(255, 250, 248, 0.03);
}

.hero .btn-ghost:hover {
  border-color: rgba(196, 60, 78, 0.55);
  color: #e8ddd8;
  background: rgba(255, 250, 248, 0.06);
}

.btn.is-disabled,
.btn[aria-disabled="true"] {
  opacity: 0.45;
  pointer-events: none;
}

.hero .btn-primary {
  box-shadow: 0 0 0 0 rgba(155, 35, 50, 0.3);
  animation: ctaPulse 3.4s ease-in-out 1.6s infinite;
}

.btn[data-magnetic] {
  will-change: transform;
  transition:
    transform 0.18s var(--ease-out),
    background 0.25s,
    border-color 0.25s,
    color 0.25s,
    box-shadow 0.3s var(--ease);
}

@keyframes ctaPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(155, 35, 50, 0.18); }
  50% { box-shadow: 0 0 0 12px rgba(155, 35, 50, 0), 0 12px 32px rgba(155, 35, 50, 0.38); }
}

/* Sections */
.section {
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
}

.section-head {
  margin-bottom: 2.25rem;
  max-width: 36rem;
}

.section-head--row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  max-width: none;
}

.section-head h2 {
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 3vw, 2.15rem);
  font-weight: 600;
  margin: 0 0 0.55rem;
  letter-spacing: -0.02em;
}

.section-head p {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.text-link {
  color: var(--metal);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}

.text-link:hover {
  color: var(--accent);
  border-bottom-color: rgba(155, 35, 50, 0.45);
}

/* Featured asymmetric */
.feature-split {
  display: grid;
  grid-template-columns: 1.4fr 0.85fr;
  gap: 0;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.feature-lead,
.feature-side {
  display: block;
  padding: clamp(2rem, 4.5vw, 3rem);
  text-decoration: none;
  color: inherit;
  transition: background 0.35s var(--ease);
}

.feature-lead {
  border-right: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(155, 35, 50, 0.06), transparent 58%);
}

.feature-lead:hover,
.feature-side:hover {
  background: rgba(155, 35, 50, 0.055);
  color: inherit;
}

.feature-kicker {
  display: block;
  font-family: var(--font-brand);
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.9rem;
}

.feature-lead h2,
.feature-side h2 {
  font-family: var(--font-display);
  font-weight: 600;
  margin: 0 0 0.8rem;
  letter-spacing: -0.02em;
  transition: color 0.25s var(--ease);
}

.feature-lead h2 {
  font-size: clamp(1.85rem, 3.6vw, 2.7rem);
}

.feature-side h2 {
  font-size: clamp(1.35rem, 2.4vw, 1.8rem);
}

.feature-lead:hover h2,
.feature-side:hover h2 {
  color: var(--accent);
}

.feature-lead p,
.feature-side p {
  margin: 0 0 1.35rem;
  color: var(--muted);
  max-width: 38ch;
}

.feature-link {
  font-size: 0.9rem;
  font-weight: 650;
  color: var(--accent);
  letter-spacing: 0.02em;
  transition: letter-spacing 0.25s var(--ease);
}

.feature-lead:hover .feature-link,
.feature-side:hover .feature-link {
  letter-spacing: 0.04em;
}

/* Homepage: curated starter picks */
.guide-picks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--line-strong);
}

.guide-pick {
  display: flex;
  flex-direction: column;
  padding: 1.55rem 1.4rem 1.6rem 0;
  margin-right: 1.4rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  color: inherit;
  transition:
    background 0.3s var(--ease),
    padding-left 0.3s var(--ease);
}

.guide-pick:nth-child(3n) {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}

.guide-pick:nth-child(n + 4) {
  border-bottom: 0;
  padding-bottom: 0.2rem;
}

.guide-pick-num {
  font-family: var(--font-brand);
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  color: var(--metal);
  margin-bottom: 0.75rem;
  opacity: 0.7;
  transition: color 0.25s, opacity 0.25s;
}

.guide-pick:hover {
  color: inherit;
  padding-left: 0.45rem;
  background: linear-gradient(90deg, rgba(155, 35, 50, 0.055), transparent 55%);
}

.guide-pick h3 {
  font-family: var(--font-display);
  font-size: 1.22rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  margin: 0 0 0.45rem;
  line-height: 1.25;
  transition: color 0.25s var(--ease);
}

.guide-pick p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
  max-width: 28ch;
}

.guide-pick:hover h3 {
  color: var(--accent);
}

.guide-pick:hover .guide-pick-num {
  color: var(--accent);
  opacity: 1;
}

.guides-more {
  margin: 2rem 0 0;
  padding-top: 0.25rem;
}

/* More strip */
.more-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--line-strong);
}

.more-item {
  display: block;
  padding: 1.75rem 1.5rem 1.85rem 0;
  margin-right: 1.5rem;
  border-right: 1px solid var(--line);
  text-decoration: none;
  color: inherit;
  transition: background 0.3s var(--ease), padding-left 0.3s var(--ease);
}

.more-item:last-child {
  border-right: 0;
  margin-right: 0;
}

.more-item:hover {
  color: inherit;
  padding-left: 0.35rem;
  background: linear-gradient(90deg, rgba(155, 35, 50, 0.04), transparent 50%);
}

.more-num {
  display: block;
  font-family: var(--font-brand);
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  color: var(--metal);
  margin-bottom: 0.7rem;
  opacity: 0.65;
  transition: color 0.25s, opacity 0.25s;
}

.more-item h3 {
  font-family: var(--font-display);
  font-size: 1.22rem;
  font-weight: 600;
  margin: 0 0 0.55rem;
  transition: color 0.25s var(--ease);
}

.more-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  max-width: 28ch;
}

.more-item:hover h3 {
  color: var(--accent);
}

.more-item:hover .more-num {
  color: var(--accent);
  opacity: 1;
}

/* Guides catalog — featured band + compact magazine index */
.guides-catalog {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
}

.guides-featured {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: 0;
  border-top: 1px solid var(--line-strong);
}

.guides-featured:not(:has(.guide-feature:not([hidden]))) {
  display: none;
}

.guide-feature {
  display: flex;
  flex-direction: column;
  padding: 1.6rem 1.5rem 1.7rem 0;
  margin-right: 1.5rem;
  border-right: 1px solid var(--line);
  text-decoration: none;
  color: inherit;
  min-height: 11rem;
  transition: background 0.25s var(--ease), padding-left 0.25s var(--ease);
}

.guide-feature:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}

.guide-feature:hover {
  color: inherit;
  padding-left: 0.45rem;
  background: linear-gradient(90deg, rgba(155, 35, 50, 0.06), transparent 60%);
}

.guide-feature-kicker {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.85rem;
}

.guide-feature h2 {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 650;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0 0 0.65rem;
}

.guide-feature--lead h2 {
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  max-width: 12ch;
}

.guide-feature p {
  margin: 0 0 1.1rem;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.5;
  max-width: 36ch;
  flex: 1;
}

.guide-feature:hover h2 {
  color: var(--accent);
}

.guide-feature[hidden],
.guide-entry[hidden] {
  display: none;
}

.guides-index {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2rem;
  row-gap: 0;
  border-top: 1px solid var(--line-strong);
}

.guides-index:not(:has(.guide-entry:not([hidden]))) {
  display: none;
}

.guide-entry {
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 0.3rem;
  padding: 1.05rem 0 1.15rem;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  color: inherit;
  transition: padding-left 0.25s var(--ease), background 0.25s;
}

.guide-entry:hover {
  color: inherit;
  padding-left: 0.4rem;
  background: linear-gradient(90deg, rgba(155, 35, 50, 0.05), transparent 50%);
}

.guide-entry h3 {
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin: 0;
  line-height: 1.3;
}

.guide-entry p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.guide-entry:hover h3 {
  color: var(--accent);
}

.guide-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.65rem;
  margin-top: 0.45rem;
}

.guide-tags span {
  font-size: 0.7rem;
  font-weight: 550;
  letter-spacing: 0.04em;
  color: var(--metal);
  opacity: 0.85;
}

.guide-tags span::before {
  content: "#";
  opacity: 0.55;
}

/* Tag filters */
.tag-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0 0 1.75rem;
}

.tag-filter {
  appearance: none;
  border: 1px solid var(--line-strong);
  background: transparent;
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 550;
  letter-spacing: 0.02em;
  padding: 0.4rem 0.75rem;
  border-radius: 0.15rem;
  cursor: pointer;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}

.tag-filter:hover {
  color: var(--text);
  border-color: rgba(155, 35, 50, 0.4);
}

.tag-filter.is-active {
  color: var(--text);
  border-color: var(--accent);
  background: var(--accent-dim);
}

.tag-empty {
  display: none;
  color: var(--muted);
  margin: 1rem 0 0;
}

.tag-empty.is-visible {
  display: block;
}

/* Page hero */
.page-hero {
  padding: 7.5rem 0 2.25rem;
}

.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 2.9rem);
  font-weight: 650;
  margin: 0 0 0.75rem;
  letter-spacing: -0.02em;
  max-width: 18ch;
}

.page-hero p {
  margin: 0;
  color: var(--muted);
  max-width: 58ch;
  font-size: 1.08rem;
}

.page-hero.article-hero h1 {
  max-width: 28ch;
}

.crumb {
  margin: 0 0 1rem;
  font-size: 0.84rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}

.crumb a {
  color: var(--muted);
  text-decoration: none;
}

.crumb a:hover {
  color: var(--accent);
}

/* Article */
.article {
  padding: 1.75rem clamp(1.15rem, 3vw, 2.35rem) 3.25rem;
  margin-bottom: 4.5rem;
  background: var(--panel-solid);
  border: 1px solid var(--line);
  border-radius: 0.2rem;
  box-shadow: 0 12px 40px rgba(55, 32, 36, 0.06);
}

.article article {
  max-width: none;
  width: 100%;
}

.article-toc {
  margin: 0 0 2rem;
  padding: 1rem 0 1.15rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  max-width: var(--prose-max);
}

.article-toc-title {
  font-family: var(--font-brand);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 0.65rem;
}

.article-toc ol {
  margin: 0;
  padding: 0;
  list-style: none;
  columns: 1;
}

.article-toc a {
  display: block;
  padding: 0.28rem 0;
  color: var(--muted);
  text-decoration: none;
  font-size: 0.95rem;
  border: 0;
}

.article-toc a:hover {
  color: var(--accent);
}

.article h2 {
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2.2vw, 1.55rem);
  font-weight: 600;
  margin: 2.85rem 0 0.9rem;
  scroll-margin-top: 1.5rem;
  color: var(--text);
  letter-spacing: -0.015em;
}

.article h3 {
  font-family: var(--font-display);
  font-size: 1.12rem;
  font-weight: 600;
  margin: 1.75rem 0 0.65rem;
  color: var(--text);
}

.article p,
.article li {
  color: var(--text);
  font-size: clamp(1.08rem, 1.15vw, 1.16rem);
  line-height: 1.78;
  max-width: var(--prose-max);
}

.article p + p {
  margin-top: 1rem;
}

.article ul,
.article ol {
  padding-left: 1.25rem;
  margin: 0.85rem 0 1.1rem;
  max-width: var(--prose-max);
}

.article li + li {
  margin-top: 0.55rem;
}

.article strong {
  color: var(--text);
  font-weight: 650;
}

.article code {
  font-size: 0.9em;
  padding: 0.1em 0.35em;
  border-radius: 0.2rem;
  background: rgba(155, 35, 50, 0.08);
  color: var(--wine);
}

.shot {
  margin: 1.75rem auto 2.25rem;
  max-width: var(--shot-max);
  width: 100%;
}

.shot img {
  width: 100%;
  height: auto;
  border-radius: 0.2rem;
  border: 1px solid var(--line);
  background: var(--panel-solid);
  box-shadow: 0 14px 36px rgba(55, 32, 36, 0.1);
}

.shot figcaption {
  margin-top: 0.65rem;
  margin-inline: auto;
  font-size: 0.92rem;
  color: var(--muted);
  max-width: var(--prose-max);
}

.shot-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  margin: 1.75rem auto 2.25rem;
  max-width: var(--shot-max);
}

.shot-grid .shot {
  margin: 0;
}

.callout {
  margin: 1.75rem 0;
  padding: 1.05rem 1.15rem;
  border-left: 2px solid var(--accent);
  background: var(--accent-dim);
  color: var(--text);
  font-size: 1.05rem;
  line-height: 1.55;
  max-width: var(--prose-max);
}

.article-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}

.article-nav a {
  display: block;
  padding: 1rem 0;
  background: transparent;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  text-decoration: none;
  color: inherit;
  transition: color 0.2s;
}

.article-nav a:hover {
  transform: none;
  color: inherit;
}

.article-nav .label {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.35rem;
}

.article-nav .title {
  font-family: var(--font-display);
  font-size: 1.02rem;
  font-weight: 600;
  color: var(--text);
}

.article-nav a:hover .title {
  color: var(--accent);
}

.article-nav .next {
  text-align: right;
  grid-column: 2;
}

.article-nav .prev {
  grid-column: 1;
}

/* Self-test quiz */
.quiz {
  max-width: 40rem;
  margin: 0;
}

.quiz-panel {
  padding: 0 0 1rem;
}

.quiz-panel.is-enter {
  animation: quizEnter 0.45s var(--ease-out) both;
}

@keyframes quizEnter {
  from {
    opacity: 0;
    transform: translateY(0.65rem);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.quiz-kicker {
  margin: 0 0 0.65rem;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 650;
}

.quiz-intro-title,
.quiz-verdict {
  font-family: var(--font-display);
  font-weight: 650;
  letter-spacing: -0.02em;
  color: var(--text);
  margin: 0 0 0.75rem;
}

.quiz-intro-title {
  font-size: clamp(1.45rem, 2.8vw, 1.85rem);
}

.quiz-intro-lead,
.quiz-verdict-text,
.quiz-recs-lead,
.quiz-note {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  max-width: 48ch;
  line-height: 1.7;
}

.quiz-note {
  margin-top: 1.35rem;
  font-size: 0.88rem;
}

.quiz-meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.85rem;
}

.quiz-step {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.quiz-step strong {
  color: var(--accent);
  font-family: var(--font-brand);
  font-weight: 550;
}

.quiz-topic {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--metal);
  font-weight: 650;
}

.quiz-track {
  height: 2px;
  background: var(--line);
  margin-bottom: 1.6rem;
  overflow: hidden;
}

.quiz-track-fill {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--wine), var(--accent));
  transition: width 0.4s var(--ease);
}

.quiz-question {
  font-family: var(--font-display);
  font-size: clamp(1.28rem, 2.6vw, 1.65rem);
  font-weight: 650;
  letter-spacing: -0.02em;
  line-height: 1.35;
  margin: 0 0 1.35rem;
  max-width: 28ch;
  color: var(--text);
}

.quiz-options {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.quiz-option {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  align-items: start;
  width: 100%;
  text-align: left;
  padding: 1rem 1.05rem;
  border: 1px solid var(--line-strong);
  border-radius: 0.2rem;
  background: rgba(255, 255, 254, 0.72);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 0.98rem;
  line-height: 1.45;
  cursor: pointer;
  transition:
    border-color 0.2s,
    background 0.2s,
    color 0.2s,
    transform 0.2s var(--ease);
}

.quiz-option:hover:not(:disabled) {
  border-color: rgba(155, 35, 50, 0.5);
  background: #fff;
}

.quiz-option:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.quiz-option-mark {
  font-family: var(--font-brand);
  font-size: 0.78rem;
  font-weight: 550;
  letter-spacing: 0.04em;
  color: var(--accent);
  margin-top: 0.12rem;
  min-width: 1.1rem;
}

.quiz-option-text {
  display: block;
}

.quiz-option.is-selected {
  border-color: rgba(155, 35, 50, 0.55);
  background: var(--accent-dim);
}

.quiz-option.is-correct {
  border-color: rgba(155, 35, 50, 0.55);
  background: var(--accent-dim);
}

.quiz-option.is-wrong {
  border-color: rgba(90, 70, 60, 0.35);
  background: rgba(90, 70, 60, 0.06);
}

.quiz-option.is-dim {
  opacity: 0.45;
}

.quiz-option:disabled {
  cursor: default;
}

.quiz-feedback {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.65rem;
  margin: 1.1rem 0 0;
  padding: 0.85rem 0 0;
  border-top: 1px solid var(--line);
  font-size: 0.95rem;
  color: var(--muted);
}

.quiz-feedback strong {
  font-weight: 650;
}

.quiz-feedback.is-ok strong {
  color: var(--accent);
}

.quiz-feedback.is-bad strong {
  color: var(--warn);
}

.quiz-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.6rem;
}

.quiz-actions .btn:disabled,
.quiz-actions .btn[disabled] {
  opacity: 0.4;
  pointer-events: none;
  transform: none;
}

.quiz-score-block {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.25rem 1.75rem;
  align-items: start;
  margin-bottom: 2rem;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid var(--line);
}

.quiz-score {
  margin: 0;
  line-height: 1;
}

.quiz-score-num {
  display: block;
  font-family: var(--font-brand);
  font-size: clamp(2.6rem, 6vw, 3.4rem);
  font-weight: 600;
  color: var(--accent);
  letter-spacing: -0.03em;
}

.quiz-score-of {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.quiz-verdict {
  font-size: clamp(1.35rem, 2.6vw, 1.7rem);
}

.quiz-recs-title {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 650;
  margin: 0 0 0.4rem;
  color: var(--text);
}

.quiz-recs-lead {
  margin-bottom: 1.1rem;
}

.quiz-recs {
  list-style: none;
  margin: 0;
  padding: 0;
}

.quiz-recs li + li {
  margin-top: 0.5rem;
}

.quiz-rec {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  column-gap: 1rem;
  row-gap: 0.2rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s;
}

.quiz-rec:hover {
  border-bottom-color: rgba(155, 35, 50, 0.45);
}

.quiz-rec-title {
  grid-column: 1;
  font-weight: 650;
  color: var(--text);
  font-size: 1.02rem;
}

.quiz-rec:hover .quiz-rec-title {
  color: var(--accent);
}

.quiz-rec-blurb {
  grid-column: 1;
  color: var(--muted);
  font-size: 0.92rem;
}

.quiz-rec-cta {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  font-size: 0.84rem;
  font-weight: 650;
  color: var(--accent);
  white-space: nowrap;
}

.quiz-recs-empty {
  margin: 0;
  color: var(--muted);
}

@media (max-width: 560px) {
  .quiz-score-block {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .quiz-question {
    max-width: none;
  }

  .quiz-rec {
    grid-template-columns: 1fr;
  }

  .quiz-rec-cta {
    grid-column: 1;
    grid-row: auto;
    margin-top: 0.35rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .quiz-panel.is-enter {
    animation: none;
  }

  .quiz-track-fill {
    transition: none;
  }
}

/* About / prose */
.prose {
  max-width: none;
}

.prose p {
  color: var(--text);
  font-size: clamp(1.08rem, 1.2vw, 1.18rem);
  line-height: 1.78;
  max-width: var(--prose-max);
}

.prose p + p {
  margin-top: 1rem;
}

.support-h {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  margin: 2.5rem 0 0.85rem;
  max-width: var(--prose-max);
}

.support-note {
  padding: 1rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  max-width: var(--prose-max);
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  gap: 0;
  border-top: 1px solid var(--line);
  max-width: 48rem;
  margin-top: 1rem;
}

.support-card {
  padding: 1.35rem 1.25rem 1.5rem 0;
  margin-right: 1.5rem;
  border-right: 1px solid var(--line);
}

.support-card:last-child {
  border-right: 0;
}

.support-card h3 {
  font-family: var(--font-display);
  margin: 0.35rem 0 0.45rem;
  font-size: 1.15rem;
}

.support-card p {
  margin: 0 0 1rem;
  max-width: 28ch;
}

.support-card .tag {
  font-family: var(--font-brand);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
}

.support-list {
  max-width: var(--prose-max);
  color: var(--muted);
}

/* Tools */
.tool-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
  gap: 0;
  border-top: 1px solid var(--line-strong);
}

.tool-card {
  padding: 1.4rem 1.3rem 1.5rem;
  background: transparent;
  border: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
}

.tool-card h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  margin: 0 0 0.5rem;
  color: var(--text);
}

.tool-card p {
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 0.96rem;
}

.tool-card .tag {
  display: inline-block;
  font-family: var(--font-brand);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.55rem;
}

.tool-card .tool-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.tool-note {
  margin-top: 2.25rem;
  max-width: var(--prose-max);
  color: var(--muted);
  font-size: 0.92rem;
}

.faq details {
  margin-bottom: 0;
  padding: 1rem 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
}

.faq summary {
  font-family: var(--font-display);
  font-weight: 600;
  cursor: pointer;
  color: var(--text);
}

.faq details p {
  margin: 0.75rem 0 0;
  color: var(--text);
  max-width: var(--prose-max);
}

/* Footer — neutral stone + burgundy */
.site-footer {
  border-top: 1px solid var(--line);
  padding: 2.15rem 0 2.65rem;
  margin-top: 1.25rem;
  background: linear-gradient(180deg, transparent, rgba(42, 36, 34, 0.02));
}

.site-footer .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  color: var(--muted);
  font-size: 0.86rem;
  letter-spacing: 0.01em;
}

.site-footer a {
  color: var(--muted);
  text-decoration: none;
  transition: color 0.2s var(--ease);
}

.site-footer a:hover {
  color: var(--accent);
}

@media (max-width: 860px) {
  .feature-split {
    grid-template-columns: 1fr;
  }

  .feature-lead {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .more-strip {
    grid-template-columns: 1fr;
  }

  .more-item {
    border-right: 0;
    margin-right: 0;
    border-bottom: 1px solid var(--line);
    padding-right: 0;
  }

  .guide-picks {
    grid-template-columns: repeat(2, 1fr);
  }

  .guide-pick {
    margin-right: 1rem;
    padding-right: 1rem;
  }

  .guide-pick:nth-child(3n) {
    border-right: 1px solid var(--line);
    margin-right: 1rem;
    padding-right: 1rem;
  }

  .guide-pick:nth-child(2n) {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .guide-pick:nth-child(n + 4) {
    border-bottom: 1px solid var(--line);
    padding-bottom: 1.35rem;
  }

  .guide-pick:nth-child(n + 5) {
    border-bottom: 0;
    padding-bottom: 0.15rem;
  }

  .guides-featured {
    grid-template-columns: 1fr;
  }

  .guide-feature {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
    border-bottom: 1px solid var(--line);
    min-height: 0;
    padding-bottom: 1.35rem;
  }

  .guide-feature:last-child {
    border-bottom: 0;
  }

  .guides-index {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.5rem;
  }

  .section-head--row {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .nav-links {
    gap: 0.55rem 0.75rem;
  }

  .nav-links a {
    font-size: 0.8rem;
  }

  .hero-inner {
    padding: 7rem 0 3.5rem;
  }

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

  .article-nav .next,
  .article-nav .prev {
    grid-column: 1;
    text-align: left;
  }

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

  .guide-picks,
  .guides-index {
    grid-template-columns: 1fr;
  }

  .guide-pick {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding-bottom: 1.15rem;
  }

  .guide-pick:nth-child(n),
  .guide-pick:nth-child(2n),
  .guide-pick:nth-child(3n),
  .guide-pick:nth-child(n + 4),
  .guide-pick:nth-child(n + 5) {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
    border-bottom: 1px solid var(--line);
    padding-bottom: 1.15rem;
  }

  .guide-pick:last-child {
    border-bottom: 0;
    padding-bottom: 0.15rem;
  }

  .guides-catalog {
    gap: 1.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-bg,
  .hero-bg *,
  .hero-brand,
  .brand-dot,
  .hero-brand em,
  .hero h1,
  .hero-lead,
  .cta-row,
  .hero .btn-primary,
  .hero-scroll,
  .hero-scroll-line,
  .sig-line,
  .sig-node,
  .field-ring,
  .field-sweep,
  .field-core,
  .field-cross,
  .circuit-path,
  .circuit-pad,
  .hero-scan,
  .hero-hex,
  .hero-sweep,
  .brand::after {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    stroke-dashoffset: 0 !important;
  }

  .hero-hex {
    opacity: 0.2 !important;
  }

  .brand::after {
    opacity: 0 !important;
  }

  [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .btn:hover,
  .guide-pick:hover,
  .guide-feature:hover,
  .guide-entry:hover,
  .more-item:hover {
    transform: none;
    padding-left: 0;
  }

  .hero-bg {
    transition: none;
  }
}
