/* Blue Crow — product discovery experience
   Black stage, white primary, grey secondary, blue used once per surface. */

@font-face {
  font-family: 'Mencken Head Compressed';
  src: url('../assets/fonts/MenckenStdHeadCompressed-ExtraBold.woff2') format('woff2'),
       url('../assets/fonts/MenckenStdHeadCompressed-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-display: swap;
}

:root {
  --black: #000;
  --white: #fff;
  --grey: #8c8c8c;
  --grey-2: #5a5a5a;
  --line: rgba(255, 255, 255, 0.14);
  --line-strong: rgba(255, 255, 255, 0.32);
  --blue: #3a7bff;

  --display: 'Mencken Head Compressed', 'Noto Serif Display', 'Times New Roman', serif;
  --sans: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --mono: 'JetBrains Mono', 'SFMono-Regular', Menlo, Consolas, monospace;

  --gutter: 20px;
  --header-h: 60px;
  --nav-w: 56px;

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
}

@media (min-width: 900px) {
  :root { --gutter: 40px; --header-h: 72px; --nav-w: 96px; }
}

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

html { background: var(--black); color: var(--white); -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.5;
  background: var(--black);
  color: var(--white);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.is-locked { overflow: hidden; height: 100vh; }

img, canvas, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
ul { list-style: none; margin: 0; padding: 0; }
h1, h2, h3, p { margin: 0; }

:focus-visible { outline: 1px solid var(--blue); outline-offset: 3px; }

.mono {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 400;
}
.display {
  font-family: var(--display);
  font-weight: 800;
  font-stretch: 62.5%;
  line-height: 0.86;
  letter-spacing: -0.01em;
}
.grey { color: var(--grey); }

/* ---------- grain ---------- */
.grain {
  position: fixed; inset: -50%; z-index: 40; pointer-events: none;
  opacity: 0.045;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.9 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
  background-size: 240px 240px;
  animation: grain 0.6s steps(3) infinite;
}
@keyframes grain {
  0% { transform: translate(0, 0); }
  33% { transform: translate(-2%, 1.5%); }
  66% { transform: translate(1.5%, -2%); }
  100% { transform: translate(0, 0); }
}

/* ---------- header ---------- */
.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 30;
  height: var(--header-h);
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  padding: 0 var(--gutter);
  background: var(--black);
}
.header::after {
  content: ''; position: absolute; left: var(--gutter); right: var(--gutter); bottom: 0;
  height: 1px; background: var(--line);
}
.wordmark {
  font-family: var(--display); font-weight: 800; font-stretch: 62.5%;
  font-size: 18px; line-height: 1; letter-spacing: 0;
  display: inline-flex; align-items: center; gap: 8px;
}
.wordmark svg { width: 18px; height: 18px; }
.crow {
  display: inline-block; width: 28px; height: 27px; background: var(--blue);
  -webkit-mask: url('../assets/logo/crow.svg') center / contain no-repeat;
  mask: url('../assets/logo/crow.svg') center / contain no-repeat;
}
@media (min-width: 900px) {
  .wordmark { font-size: 23px; gap: 10px; }
  .crow { width: 42px; height: 40px; }
}
.header .menu-btn { justify-self: center; }
.header .cart-btn, .header > :last-child { justify-self: end; }
.header .mono { position: relative; padding: 12px 0; }
.header .mono::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 8px; height: 1px;
  background: currentColor; transform: scaleX(0); transform-origin: left;
  transition: transform 0.5s var(--ease-out);
}
.header .mono:hover::after { transform: scaleX(1); }
.cart-count { display: inline-block; min-width: 3.2ch; text-align: right; }

/* ---------- light rays ---------- */
.rays {
  position: fixed; inset: 0; z-index: 31; pointer-events: none;
  mix-blend-mode: screen; opacity: 0.45;
}
.rays canvas { width: 100%; height: 100%; }

/* ---------- preloader ---------- */
.loader {
  position: fixed; inset: 0; z-index: 60; background: var(--black);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: var(--gutter);
}
.loader-row {
  display: flex; justify-content: space-between; align-items: flex-end;
  padding-bottom: 14px; border-bottom: 1px solid var(--line);
}
.loader-count {
  font-family: var(--display); font-weight: 800; font-stretch: 62.5%;
  font-size: clamp(88px, 22vw, 200px); line-height: 0.8; letter-spacing: -0.01em;
  font-variant-numeric: tabular-nums;
}
.loader-crow {
  position: absolute; left: 50%; top: 50%; width: clamp(220px, 22vw, 320px); height: auto;
  transform: translate(-50%, -60%);
  color: var(--blue);
}
.loader-crow path {
  fill: var(--blue); fill-opacity: 0;
  stroke: var(--white); stroke-width: 18; stroke-linejoin: round;
}
.loader-bar {
  position: absolute; left: var(--gutter); bottom: var(--gutter); height: 1px;
  background: var(--white); width: 0;
}

/* ---------- chapters ---------- */
.chapters { position: relative; z-index: 1; }
.chapter { position: relative; height: calc(100svh * 2.38); }
@media (min-width: 900px) { .chapter { height: calc(100svh * 2.84); } }
.chapter-stage {
  position: sticky; top: 0; height: 100svh; overflow: hidden;
  background: var(--black);
  border-top: 1px solid var(--line-strong);
}
.chapter:first-child .chapter-stage { border-top-color: transparent; }
.chapter-canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.chapter-canvas canvas { width: 100%; height: 100%; }
.chapter-canvas { touch-action: pan-y; }
.chapter-canvas.is-over { cursor: pointer; }
.chapter-name a { color: inherit; }
.chapter-name a:hover { color: var(--grey); }


.chapter-ui {
  position: absolute; inset: 0; z-index: 3; pointer-events: none;
  display: grid;
  grid-template-rows: var(--header-h) auto 1fr auto;
  padding: 0 var(--nav-w) 0 var(--gutter);
}
/* text blocks let clicks through to the product; only links catch them */
.chapter-ui > * { pointer-events: none; }
.chapter-ui a, .chapter-ui .spec-list { pointer-events: auto; }

.chapter-meta {
  grid-row: 2; align-self: start; padding-top: 18px; display: flex; gap: 20px; color: var(--grey);
  opacity: 0; transform: translateY(6px);
  transition: opacity 0.6s var(--ease-out) 0.2s, transform 0.6s var(--ease-out) 0.2s;
}
.chapter-meta .mono b { font-weight: 400; color: var(--white); }

.chapter-title {
  grid-row: 4; align-self: end; padding-bottom: 0;
}
.chapter-name {
  font-size: clamp(96px, 27vw, 300px);
  display: block;
  clip-path: inset(0 0 100% 0);
  transform: translateY(12%);
  transition: clip-path 0.9s var(--ease-out), transform 0.9s var(--ease-out);
}
.chapter-tagline { color: var(--grey); margin-top: 10px; font-size: 13px; }
.chapter-desc {
  max-width: 34ch; color: var(--grey); margin-top: 12px; font-size: 14px; line-height: 1.5;
}
.chapter-tagline, .chapter-desc {
  opacity: 0; transform: translateY(8px);
  transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out);
}
.chapter-tagline { transition-delay: 0.35s; }
.chapter-desc { transition-delay: 0.45s; }

.chapter-cta {
  display: flex; justify-content: space-between; align-items: center;
  margin-top: 22px; padding: 16px 0; margin-right: calc(var(--nav-w) - var(--gutter));
  border-top: 1px solid var(--line-strong);
  color: var(--white);
  opacity: 0; transition: opacity 0.7s var(--ease-out) 0.55s;
}
.chapter-cta .arrow { width: 18px; height: 18px; transition: transform 0.5s var(--ease-out); }
.chapter-cta:hover .arrow { transform: translateX(6px); }
.chapter-cta:hover .cta-label { text-decoration: underline; text-underline-offset: 4px; }

.chapter-specs { display: none; }

.chapter.is-active .chapter-name { clip-path: inset(0 0 -10% 0); transform: translateY(0); }
.chapter.is-active .chapter-meta,
.chapter.is-active .chapter-tagline,
.chapter.is-active .chapter-desc { opacity: 1; transform: translateY(0); }
.chapter.is-active .chapter-cta { opacity: 1; }

.chapter-bottom { padding-bottom: 22px; }

@media (min-width: 900px) {
  .chapter-ui {
    grid-template-columns: 1fr 340px;
    grid-template-rows: var(--header-h) auto 1fr auto;
    column-gap: 40px;
    padding: 0 var(--nav-w) 0 var(--gutter);
  }
  .chapter-meta { grid-column: 1 / -1; }
  .chapter-title { grid-column: 1; grid-row: 4; }
  .chapter-name { font-size: clamp(140px, 13vw, 250px); }
  .chapter-desc { max-width: 40ch; font-size: 15px; }
  .chapter-cta { margin-right: 0; max-width: 340px; }
  .chapter-specs {
    display: block; grid-column: 2; grid-row: 4; align-self: end;
    opacity: 0; transform: translateY(8px);
    transition: opacity 0.7s var(--ease-out) 0.5s, transform 0.7s var(--ease-out) 0.5s;
  }
  .chapter.is-active .chapter-specs { opacity: 1; transform: translateY(0); }
  .chapter-bottom { padding-bottom: 40px; }
  .chapter-specs .spec-list li { grid-template-columns: 150px 1fr; }
}

/* spec rows: label / value on one line, thin line under */
.spec-list { border-top: 1px solid var(--line); }
.spec-list li {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr); gap: 16px;
  padding: 12px 0; border-bottom: 1px solid var(--line);
}
.spec-list .mono { color: var(--grey); padding-top: 2px; }
.spec-list .val { font-size: 14px; color: var(--white); }

/* ---------- product navigator (right spine) ---------- */
.navigator {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 20;
  width: var(--nav-w);
  display: flex; flex-direction: column; justify-content: center;
  padding-right: 14px;
  opacity: 0; transition: opacity 0.6s var(--ease-out);
}
.navigator.is-visible { opacity: 1; }
.navigator.is-hidden { opacity: 0; pointer-events: none; }
.navigator .spine {
  position: absolute; top: calc(var(--header-h) + 8px); bottom: 24px; right: 22px; width: 1px;
  background: var(--line);
}
.navigator .spine-fill {
  position: absolute; top: 0; left: 0; width: 100%; height: 0;
  background: var(--white);
}
.navigator ul { position: relative; display: flex; flex-direction: column; gap: 26px; align-items: flex-end; }
.navigator li a {
  display: flex; align-items: center; gap: 10px;
  color: var(--grey); transition: color 0.4s var(--ease-out);
  padding: 6px 0;
}
.navigator li a .abbr { display: none; }
.navigator li a .tick {
  width: 6px; height: 1px; background: currentColor;
  transition: width 0.4s var(--ease-out), background-color 0.4s;
  margin-right: -10px;
}
.navigator li.is-active a { color: var(--white); }
.navigator li.is-active a .tick { width: 14px; background: var(--blue); }

@media (min-width: 900px) {
  .navigator { padding-right: 24px; }
  .navigator .spine { right: 40px; }
  .navigator ul { gap: 30px; }
  .navigator li a .abbr { display: inline; }
  .navigator li a .tick { margin-right: -20px; }
  .navigator li.is-active a .tick { width: 26px; }
}

/* ---------- footer ---------- */
.footer {
  position: relative; z-index: 3; background: var(--black);
  min-height: 70svh; display: flex; flex-direction: column; justify-content: flex-end;
  padding: 80px var(--gutter) 28px;
  border-top: 1px solid var(--line-strong);
  overflow: hidden;
}
.footer-waves {
  position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: 0.8;
  -webkit-mask-image: linear-gradient(to bottom, transparent, black 30%, black 55%, transparent 85%);
  mask-image: linear-gradient(to bottom, transparent, black 30%, black 55%, transparent 85%);
}
.footer-waves canvas { width: 100%; height: 100%; display: block; }
.footer-inner { position: relative; z-index: 1; display: grid; gap: 28px; }
.footer-brand .wordmark { font-size: 44px; gap: 14px; }
.footer-brand .crow { width: 56px; height: 54px; }
.footer-tagline { color: var(--grey); margin-top: 14px; font-size: 14px; }
.footer-rows { border-top: 1px solid var(--line-strong); }
.footer-rows .val a { border-bottom: 1px solid var(--line-strong); padding-bottom: 1px; }
.footer-rows .val a:hover { border-color: var(--white); }
.footer-bottom {
  display: flex; flex-wrap: wrap; gap: 10px 24px; justify-content: space-between;
  padding-top: 14px; color: var(--grey);
}
.footer-bottom a:hover { color: var(--white); }
@media (min-width: 900px) {
  .footer { padding: 120px var(--gutter) 32px; min-height: 80svh; }
  .footer-inner { grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; column-gap: 80px; align-items: end; }
  .footer-brand { grid-column: 1; grid-row: 1; }
  .footer-rows { grid-column: 2; grid-row: 1; }
  .footer-bottom { grid-column: 1 / -1; grid-row: 2; border-top: 1px solid var(--line); }
  .footer-brand .wordmark { font-size: 72px; gap: 20px; }
  .footer-brand .crow { width: 92px; height: 88px; }
}

/* ---------- menu overlay ---------- */
.menu {
  position: fixed; inset: 0; z-index: 50; visibility: hidden; pointer-events: none;
}
.menu.is-open { visibility: visible; pointer-events: auto; }
.menu-panels { position: absolute; inset: 0; display: flex; }
.menu-panels span {
  flex: 1; background: var(--black); border-right: 1px solid rgba(255,255,255,0.07);
  transform: scaleY(0); transform-origin: top;
}
.menu-panels span:last-child { border-right: 0; }
.menu-inner {
  position: absolute; inset: 0; display: grid;
  grid-template-rows: var(--header-h) 1fr auto;
  padding: 0 var(--gutter) var(--gutter);
}
.menu-top { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); }
.menu-list { align-self: center; }
.menu-list li { overflow: hidden; border-bottom: 1px solid var(--line); }
.menu-list a {
  display: flex; align-items: baseline; gap: 18px; padding: 10px 0;
  transform: translateY(110%);
}
.menu-list .display { font-size: clamp(56px, 13vw, 140px); }
.menu-list .mono { color: var(--grey); }
.menu-list a:hover .display { color: var(--white); }
.menu-foot { display: flex; justify-content: space-between; color: var(--grey); padding-top: 16px; }
.menu-preview { display: none; }
.menu-list.has-hover a:not(:hover) .display { color: var(--grey-2); }
@media (min-width: 900px) and (hover: hover) {
  .menu-preview {
    display: block; position: absolute; top: 50%; right: 8vw; transform: translateY(-50%);
    width: min(30vw, 480px); aspect-ratio: 1; pointer-events: none;
  }
  /* a faint backlight so matte black products separate from the black overlay */
  .menu-preview::before {
    content: ''; position: absolute; inset: -20%;
    background: radial-gradient(closest-side, rgba(255,255,255,0.16), rgba(255,255,255,0.05) 45%, transparent 72%);
    opacity: 0; transition: opacity 0.6s var(--ease-out);
  }
  .menu-list.has-hover ~ .menu-preview::before { opacity: 1; }
  .menu-preview img {
    position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain;
    filter: brightness(1.2) contrast(1.05);
    opacity: 0; transform: scale(0.94); transition: opacity 0.5s var(--ease-out), transform 0.7s var(--ease-out);
  }
  .menu-preview img[data-for="glasses"], .menu-preview img[data-for="earbuds"] { filter: brightness(1.4) contrast(1.06); }
  .menu-preview img.is-on { opacity: 1; transform: scale(1); }
  .menu-preview img[data-for="earbuds"] { transform: scale(1.14); }
  .menu-preview img[data-for="earbuds"].is-on { transform: scale(1.2); }
}
@media (min-width: 900px) {
  .menu-list { max-width: 900px; }
  .menu-list .display { font-size: clamp(80px, 9vw, 150px); }
}

/* ---------- page curtain: same five panels as the menu ---------- */
.curtain { position: fixed; inset: 0; z-index: 70; display: flex; pointer-events: none; visibility: hidden; }
.curtain.is-active, .curtain.is-covered { visibility: visible; }
.curtain span { flex: 1; background: var(--black); border-right: 1px solid rgba(255,255,255,0.07); transform: scaleY(0); transform-origin: top; }
.curtain span:last-child { border-right: 0; }
.curtain.is-covered span { transform: scaleY(1); }
.curtain.is-active { pointer-events: auto; }

/* ---------- fly to cart ---------- */
.fly { position: fixed; z-index: 45; pointer-events: none; object-fit: contain; will-change: transform, opacity; mix-blend-mode: screen; }
.cart-count { display: inline-block; transform-origin: center; }
.buy-btn.is-added, .buy-btn.is-added:hover { background: var(--black); color: var(--white); outline: 1px solid var(--white); outline-offset: -1px; }

/* ---------- toast ---------- */
.toast {
  position: fixed; left: 50%; bottom: 24px; z-index: 55; transform: translate(-50%, 20px);
  background: var(--white); color: var(--black); padding: 12px 18px;
  opacity: 0; pointer-events: none;
  transition: opacity 0.4s var(--ease-out), transform 0.4s var(--ease-out);
}
.toast.is-on { opacity: 1; transform: translate(-50%, 0); }

/* ---------- product page ---------- */
.pdp { position: relative; z-index: 3; padding-top: var(--header-h); }
.pdp-crumb {
  display: flex; justify-content: space-between; align-items: center;
  padding: 16px var(--gutter); border-bottom: 1px solid var(--line); color: var(--grey);
}
.pdp-crumb a:hover { color: var(--white); }

.pdp-media {
  position: relative; height: 72svh; min-height: 420px; overflow: hidden;
  touch-action: pan-y; cursor: grab; user-select: none;
}
.pdp-media.is-dragging { cursor: grabbing; }
.pdp-media canvas { width: 100%; height: 100%; }
.pdp-hint {
  position: absolute; left: var(--gutter); bottom: 18px; color: var(--grey);
  display: flex; align-items: center; gap: 10px;
  transition: opacity 0.5s;
}
.pdp-hint.is-hidden { opacity: 0; }
.pdp-hint .line { width: 40px; height: 1px; background: var(--line-strong); }
.pdp-angle {
  position: absolute; right: var(--gutter); bottom: 18px; color: var(--grey);
  font-variant-numeric: tabular-nums;
}

.pdp-info { padding: 0 var(--gutter) 120px; }
.pdp-head { padding: 28px 0 22px; border-bottom: 1px solid var(--line); }
.pdp-name { font-size: clamp(88px, 24vw, 180px); }
.pdp-tagline { color: var(--grey); margin-top: 10px; }
.pdp-desc { padding: 22px 0; border-bottom: 1px solid var(--line); max-width: 42ch; color: var(--grey); font-size: 15px; }
.pdp-desc strong { color: var(--white); font-weight: 400; }

.pdp-buy { padding: 20px 0; border-bottom: 1px solid var(--line); }
.pdp-price-row { display: flex; justify-content: space-between; align-items: baseline; }
.pdp-price { font-family: var(--display); font-weight: 800; font-stretch: 62.5%; font-size: 40px; line-height: 1; }
.pdp-stock { color: var(--grey); display: inline-flex; align-items: center; gap: 8px; }
.pdp-stock::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--blue); }

.option-row { display: flex; justify-content: space-between; align-items: center; padding: 16px 0 0; }
.option-row .mono { color: var(--grey); }
.option-values { display: flex; gap: 6px; }
.option-values button {
  padding: 8px 14px; border: 1px solid var(--line); color: var(--grey);
  transition: border-color 0.3s, color 0.3s;
}
.option-values button.is-on { border-color: var(--white); color: var(--white); }
.option-values button:hover { color: var(--white); }

.buy-btn {
  display: flex; justify-content: space-between; align-items: center; width: 100%;
  margin-top: 20px; padding: 18px 20px; background: var(--white); color: var(--black);
  transition: background-color 0.3s;
}
.buy-btn:hover { background: #e6e6e6; }
.buy-btn .arrow { width: 18px; height: 18px; }

.pdp-section { border-bottom: 1px solid var(--line); }
.pdp-section h2 { padding: 22px 0 8px; font-size: 13px; font-weight: 400; color: var(--grey); }
.pdp-section .spec-list { border-top: 0; margin-bottom: 8px; }
.pdp-section .spec-list li:last-child { border-bottom: 0; }
.pdp-box li { padding: 12px 0; border-top: 1px solid var(--line); color: var(--white); font-size: 14px; }
.pdp-box li:first-child { border-top: 0; }
.pdp-box { margin-bottom: 8px; }

.pdp-next {
  display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center;
  padding: 24px 0; color: var(--white);
}
.pdp-next .mono { color: var(--grey); }
.pdp-next .display { font-size: 48px; }
.pdp-next:hover .display { color: var(--grey); }

/* sticky buy bar, mobile */
.buybar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 25;
  display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 12px;
  padding: 12px var(--gutter); background: var(--black); border-top: 1px solid var(--line-strong);
  transform: translateY(100%); transition: transform 0.5s var(--ease-out);
}
.buybar.is-on { transform: translateY(0); }
.buybar .pdp-price { font-size: 30px; }
.buybar .buy-btn { width: auto; margin: 0; padding: 14px 18px; gap: 14px; }

@media (min-width: 900px) {
  .pdp-layout { display: grid; grid-template-columns: 1fr 1fr; }
  .pdp-media {
    position: sticky; top: var(--header-h); height: calc(100svh - var(--header-h));
    border-right: 1px solid var(--line);
  }
  .pdp-info { padding: 0 var(--gutter) 80px 48px; max-width: 640px; }
  .pdp-name { font-size: clamp(120px, 11vw, 200px); }
  .buybar { display: none; }
}

/* ---------- notes page ---------- */
.notes { position: relative; z-index: 3; padding: calc(var(--header-h) + 40px) var(--gutter) 80px; max-width: 1100px; }
.notes h1 { font-size: clamp(72px, 14vw, 160px); }
.notes .lead { color: var(--grey); max-width: 60ch; margin: 24px 0 40px; font-size: 16px; }
.notes-section { border-top: 1px solid var(--line-strong); padding: 24px 0 8px; }
.notes-section h2 { font-size: 13px; color: var(--grey); font-weight: 400; margin-bottom: 18px; }
.notes-list li {
  display: grid; grid-template-columns: 140px 1fr; gap: 24px; padding: 14px 0; border-top: 1px solid var(--line);
  font-size: 14px;
}
.notes-list li .mono { color: var(--grey); padding-top: 2px; }
.notes-list li p { color: #cfcfcf; max-width: 64ch; }
.notes-list li p + p { margin-top: 8px; }
.notes-shots { display: grid; gap: 24px; margin: 8px 0 24px; }
.notes-shots figure { margin: 0; border: 1px solid var(--line); }
.notes-shots figcaption { padding: 10px 12px; color: var(--grey); border-top: 1px solid var(--line); }
@media (min-width: 900px) {
  .notes-shots { grid-template-columns: repeat(2, 1fr); }
  .notes-list li { grid-template-columns: 200px 1fr; }
}
@media (max-width: 600px) {
  .notes-list li { grid-template-columns: 1fr; gap: 6px; }
}

/* ---------- reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  .grain { animation: none; }
  .chapter-name, .chapter-meta, .chapter-tagline, .chapter-desc, .chapter-cta, .chapter-specs { transition: none; }
}
