/* Overheard at school — second round of 10 treatments.
   Scaffolding only; does not ship with the live page. */

.oh2-av {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: var(--av, #130F0C);
  flex: none;
  vertical-align: middle;
}

/* ── 01 Hallway eavesdrop ───────────────────────────────────────────────── */
.oh2-hall { --ink: #130F0C; }
.oh2-hall__stage {
  --rail-gutter: max(var(--pad), calc((100vw - var(--wrap)) / 2 + var(--pad)));
  position: relative;
  height: min(72vh, 640px);
  margin-inline: calc(50% - 50vw);
  width: 100vw;
  overflow: hidden;
  perspective: 900px;
  background: #1a1512;
  cursor: grab;
  touch-action: pan-y;
  outline: none;
}
.oh2-hall__stage:active { cursor: grabbing; }
.oh2-hall__world {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  transform: translateZ(0) rotateX(2deg);
}
.oh2-hall__floor,
.oh2-hall__ceiling {
  position: absolute;
  left: 50%;
  width: 140%;
  height: 55%;
  margin-left: -70%;
  transform-origin: center top;
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,.04) 0 2px, transparent 2px 48px),
    linear-gradient(#2a221c, #130F0C);
}
.oh2-hall__floor {
  bottom: 0;
  transform: rotateX(78deg) translateZ(0);
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,.05) 0 2px, transparent 2px 56px),
    linear-gradient(#3a2e24, #1a1512);
}
.oh2-hall__ceiling {
  top: 0;
  transform: rotateX(-78deg) translateZ(0);
  background: linear-gradient(#1a1512, #0c0a08);
}
.oh2-hall__wall {
  position: absolute;
  top: 8%;
  bottom: 12%;
  width: 70%;
  transform-origin: center center;
  background:
    repeating-linear-gradient(
      180deg,
      rgba(255,255,255,.03) 0 28px,
      transparent 28px 56px
    ),
    linear-gradient(90deg, #2c241c, #1a1512);
  border: 1px solid rgba(255,255,255,.06);
}
.oh2-hall__wall--l {
  left: -18%;
  transform: rotateY(58deg) translateZ(-40px);
}
.oh2-hall__wall--r {
  right: -18%;
  transform: rotateY(-58deg) translateZ(-40px);
}
.oh2-hall__quote {
  position: absolute;
  top: 28%;
  width: min(280px, 42vw);
  padding: var(--s-5);
  background: rgba(19, 15, 12, .92);
  color: #fff;
  border-radius: var(--r-md);
  transform-style: preserve-3d;
  transition: opacity .35s var(--ease), filter .35s var(--ease);
  opacity: .35;
  filter: blur(.4px);
  pointer-events: none;
}
.oh2-hall__quote--l {
  left: 8%;
  transform: rotateY(52deg) translateZ(calc(var(--z, 0) * 1px));
}
.oh2-hall__quote--r {
  right: 8%;
  transform: rotateY(-52deg) translateZ(calc(var(--z, 0) * 1px));
}
.oh2-hall__quote.is-near {
  opacity: 1;
  filter: none;
  z-index: 2;
}
.oh2-hall__quote blockquote {
  font-family: var(--font-quote);
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.3;
  margin: 0 0 var(--s-4);
}
.oh2-hall__quote figcaption {
  display: flex;
  align-items: center;
  gap: var(--s-2);
  font-size: var(--t-caption);
  color: rgba(255,255,255,.7);
}
.oh2-hall__end {
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -50%) translateZ(calc(var(--end-z, -800) * 1px));
  color: rgba(255,255,255,.55);
  font-size: var(--t-caption);
  letter-spacing: .04em;
  white-space: nowrap;
}
.oh2-hall__hint {
  margin-top: var(--s-4);
  font-size: var(--t-caption);
  color: var(--fg-50);
}

@media (prefers-reduced-motion: reduce) {
  .oh2-hall__stage { height: auto; perspective: none; background: transparent; cursor: default; }
  .oh2-hall__world {
    position: static;
    display: grid;
    gap: var(--s-4);
    padding: 0 var(--pad);
    transform: none !important;
  }
  .oh2-hall__floor,
  .oh2-hall__ceiling,
  .oh2-hall__wall,
  .oh2-hall__end { display: none; }
  .oh2-hall__quote {
    position: static;
    width: auto;
    opacity: 1;
    filter: none;
    transform: none !important;
    pointer-events: auto;
  }
}

/* ── 02 Lock-screen cascade ─────────────────────────────────────────────── */
.oh2-phone {
  display: grid;
  place-items: center;
  padding-block: var(--s-8);
  background:
    radial-gradient(ellipse at 50% 20%, #FFDAF6 0%, transparent 55%),
    linear-gradient(180deg, #f3e8ef, #e8dce6);
  border-radius: var(--r-md);
}
.oh2-phone__bezel {
  width: min(340px, 92vw);
  min-height: 620px;
  padding: 28px 18px 24px;
  border-radius: 44px;
  background: #130F0C;
  color: #fff;
  box-shadow:
    0 0 0 10px #2a221c,
    0 0 0 12px #0c0a08,
    0 40px 80px -30px rgba(19, 15, 12, .55);
  position: relative;
  overflow: hidden;
}
.oh2-phone__notch {
  width: 110px;
  height: 28px;
  margin: 0 auto 18px;
  background: #0c0a08;
  border-radius: 20px;
}
.oh2-phone__time {
  text-align: center;
  font-size: 56px;
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 400;
}
.oh2-phone__date {
  text-align: center;
  margin: 6px 0 22px;
  font-size: var(--t-caption);
  color: rgba(255,255,255,.55);
}
.oh2-phone__stack {
  display: grid;
  gap: 8px;
}
.oh2-phone__n {
  display: grid;
  gap: 2px;
  text-align: left;
  width: 100%;
  padding: 12px 14px;
  border: 0;
  border-radius: 18px;
  background: rgba(255,255,255,.14);
  backdrop-filter: blur(16px);
  color: #fff;
  cursor: pointer;
  transition: background .25s var(--ease), transform .25s var(--ease);
}
.oh2-phone__n:hover { background: rgba(255,255,255,.2); }
.oh2-phone__n.is-open {
  background: rgba(255,255,255,.24);
  transform: scale(1.01);
}
.oh2-phone__app {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: rgba(255,255,255,.65);
}
.oh2-phone__app .oh2-av { width: 14px; height: 14px; }
.oh2-phone__n strong {
  font-weight: 400;
  font-size: 14px;
}
.oh2-phone__preview,
.oh2-phone__full {
  font-family: var(--font-quote);
  font-size: 14px;
  line-height: 1.3;
  color: rgba(255,255,255,.82);
}
.oh2-phone__full { display: none; }
.oh2-phone__n.is-open .oh2-phone__preview { display: none; }
.oh2-phone__n.is-open .oh2-phone__full { display: block; }

@media (prefers-reduced-motion: reduce) {
  .oh2-phone__n { transition: none; }
  .oh2-phone__n.is-open { transform: none; }
}

/* ── 03 Spotlight theater ───────────────────────────────────────────────── */
.oh2-theater {
  background: #0c0a08;
  color: #fff;
  padding-block: var(--s-12) var(--s-16);
  margin-inline: calc(50% - 50vw);
  width: 100vw;
}
.oh2-theater .tsec__title { color: rgba(255,255,255,.85); }
.oh2-theater__stage {
  position: relative;
  min-height: min(58vh, 480px);
  display: grid;
  place-content: center;
  padding: var(--s-16) var(--pad);
  overflow: hidden;
}
.oh2-theater__spot {
  position: absolute;
  left: 50%;
  top: 8%;
  width: min(720px, 90vw);
  height: min(520px, 70vh);
  transform: translateX(-50%);
  background: radial-gradient(ellipse at 50% 30%, rgba(255,255,255,.18), transparent 62%);
  pointer-events: none;
}
.oh2-theater__quote {
  position: relative;
  max-width: 22ch;
  margin: 0 auto;
  font-family: var(--font-quote);
  font-size: clamp(28px, 4.6vw, 52px);
  line-height: 1.2;
  letter-spacing: -0.01em;
  text-align: center;
  transition: opacity .4s var(--ease), transform .4s var(--ease);
}
.oh2-theater__quote.is-out {
  opacity: 0;
  transform: translateY(12px);
}
.oh2-theater__who {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--s-3);
  margin-top: var(--s-8);
  font-size: var(--t-caption);
  color: rgba(255,255,255,.65);
  transition: opacity .4s var(--ease);
}
.oh2-theater__who.is-out { opacity: 0; }
.oh2-theater__cast {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--s-3);
  margin: var(--s-8) 0 0;
  padding: 0;
}
.oh2-theater__cast button {
  appearance: none;
  border: 1px solid rgba(255,255,255,.22);
  background: transparent;
  color: rgba(255,255,255,.6);
  border-radius: 999px;
  padding: 10px 18px;
  cursor: pointer;
  font: inherit;
  font-size: var(--t-body);
  transition: color .2s var(--ease), border-color .2s var(--ease), background .2s var(--ease);
}
.oh2-theater__cast button::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--av);
  margin-right: 8px;
  vertical-align: middle;
}
.oh2-theater__cast button:hover { color: #fff; border-color: #fff; }
.oh2-theater__cast button.is-on {
  background: #fff;
  color: #130F0C;
  border-color: #fff;
}

@media (prefers-reduced-motion: reduce) {
  .oh2-theater__quote,
  .oh2-theater__who { transition: none; }
  .oh2-theater__quote.is-out,
  .oh2-theater__who.is-out { opacity: 1; transform: none; }
}

/* ── 04 Voice waveform scrub ────────────────────────────────────────────── */
.oh2-wave { display: grid; gap: var(--s-8); }
.oh2-wave__deck {
  position: relative;
  display: grid;
  gap: 6px;
  padding: var(--s-6) 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  user-select: none;
}
.oh2-wave__row {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: var(--s-4);
  align-items: center;
  opacity: .38;
  transition: opacity .25s var(--ease);
}
.oh2-wave__row.is-on { opacity: 1; }
.oh2-wave__name {
  font-size: var(--t-caption);
  color: var(--fg-60);
  display: flex;
  align-items: center;
  gap: 8px;
}
.oh2-wave__name::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--av);
}
.oh2-wave__canvas {
  width: 100%;
  height: 40px;
  display: block;
}
.oh2-wave__head {
  position: absolute;
  top: var(--s-4);
  bottom: var(--s-4);
  left: 0;
  width: 2px;
  background: var(--fg);
  pointer-events: none;
  will-change: left;
}
.oh2-wave__range {
  width: 100%;
  accent-color: #130F0C;
}
.oh2-wave__out blockquote {
  font-family: var(--font-quote);
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.25;
  max-width: 28ch;
  margin: 0 0 var(--s-4);
}
.oh2-wave__out figcaption {
  display: flex;
  align-items: center;
  gap: var(--s-3);
  font-size: var(--t-caption);
  color: var(--fg-60);
}

@media (prefers-reduced-motion: reduce) {
  .oh2-wave__row { transition: none; }
  .oh2-wave__head { transition: none; }
}

/* ── 05 Group chat thread ───────────────────────────────────────────────── */
.oh2-chat {
  max-width: 520px;
  margin-inline: auto;
  border: 1px solid var(--rule);
  border-radius: var(--r-md);
  overflow: hidden;
  background: #f7f2ef;
  color: #130F0C;
}
.oh2-chat__bar {
  display: flex;
  align-items: center;
  gap: var(--s-3);
  padding: 14px 16px;
  border-bottom: 1px solid rgba(19,15,12,.08);
  background: rgba(255,255,255,.7);
  font-size: var(--t-caption);
}
.oh2-chat__dots { display: flex; }
.oh2-chat__dots i {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: var(--av);
  margin-left: -6px;
  border: 2px solid #f7f2ef;
  display: block;
}
.oh2-chat__dots i:first-child { margin-left: 0; }
.oh2-chat__thread {
  display: grid;
  gap: 14px;
  padding: 18px 14px 22px;
  min-height: 420px;
}
.oh2-chat__msg {
  max-width: 86%;
  opacity: 0;
  transform: translateY(10px);
}
.oh2-chat__msg.is-in {
  opacity: 1;
  transform: none;
  transition: opacity .4s var(--ease), transform .4s var(--ease);
}
.oh2-chat__msg--l { justify-self: start; }
.oh2-chat__msg--r { justify-self: end; }
.oh2-chat__who {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: rgba(19,15,12,.55);
  margin-bottom: 4px;
}
.oh2-chat__msg--r .oh2-chat__who { justify-content: flex-end; }
.oh2-chat__msg .oh2-av { width: 14px; height: 14px; }
.oh2-chat__msg p {
  margin: 0;
  padding: 12px 14px;
  border-radius: 18px;
  font-family: var(--font-quote);
  font-size: 16px;
  line-height: 1.3;
  background: #fff;
  box-shadow: 0 1px 0 rgba(19,15,12,.06);
}
.oh2-chat__msg--r p {
  background: #130F0C;
  color: #fff;
}
.oh2-chat__typing {
  display: none;
  justify-self: start;
  gap: 4px;
  padding: 12px 16px;
  background: #fff;
  border-radius: 18px;
}
.oh2-chat__typing.is-on { display: inline-flex; }
.oh2-chat__typing i {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(19,15,12,.35);
  animation: oh2-dot 1s ease-in-out infinite;
}
.oh2-chat__typing i:nth-child(2) { animation-delay: .15s; }
.oh2-chat__typing i:nth-child(3) { animation-delay: .3s; }
@keyframes oh2-dot {
  0%, 80%, 100% { opacity: .3; transform: translateY(0); }
  40% { opacity: 1; transform: translateY(-3px); }
}

@media (prefers-reduced-motion: reduce) {
  .oh2-chat__msg {
    opacity: 1;
    transform: none;
  }
  .oh2-chat__typing { display: none !important; }
  .oh2-chat__typing i { animation: none; }
}

/* ── 06 Polaroid evidence wall ──────────────────────────────────────────── */
.oh2-board {
  position: relative;
  min-height: 720px;
  border-radius: var(--r-md);
  background:
    radial-gradient(circle at 20% 30%, rgba(90,60,30,.08), transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(90,60,30,.1), transparent 45%),
    repeating-linear-gradient(0deg, rgba(80,50,20,.05) 0 2px, transparent 2px 4px),
    #c9b29a;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(19,15,12,.08);
}
.oh2-polo {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: min(200px, 42vw);
  margin: 0;
  transform: rotate(var(--tilt));
  cursor: pointer;
  transition: transform .35s var(--ease), z-index 0s;
  z-index: 1;
  outline: none;
}
.oh2-polo:hover,
.oh2-polo:focus-visible {
  transform: rotate(var(--tilt)) translateY(-6px) scale(1.03);
  z-index: 3;
}
.oh2-polo.is-open {
  z-index: 5;
  transform: rotate(0deg) scale(1.15);
}
.oh2-polo__frame {
  background: #fff;
  padding: 12px 12px 36px;
  box-shadow: 0 10px 28px -16px rgba(19,15,12,.45);
}
.oh2-polo__photo {
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  background: color-mix(in srgb, var(--av) 55%, #130F0C);
  color: #fff;
  font-size: 42px;
  font-family: var(--font-quote);
}
.oh2-polo__frame figcaption {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 10px;
  text-align: center;
  font-size: 13px;
  color: #130F0C;
}
.oh2-polo blockquote {
  position: absolute;
  left: 50%;
  top: calc(100% + 10px);
  width: min(280px, 70vw);
  margin: 0;
  padding: 14px 16px;
  background: #130F0C;
  color: #fff;
  font-family: var(--font-quote);
  font-size: 15px;
  line-height: 1.3;
  border-radius: 8px;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s var(--ease);
  box-shadow: 0 12px 30px -18px rgba(19,15,12,.5);
}
.oh2-polo.is-open blockquote { opacity: 1; pointer-events: auto; }

@media (max-width: 700px) {
  .oh2-board {
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--s-4);
    padding: var(--s-5);
  }
  .oh2-polo {
    position: relative;
    left: auto !important;
    top: auto !important;
    width: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .oh2-polo { transition: none; }
  .oh2-polo blockquote { transition: none; }
}

/* ── 07 Giant type takeover ─────────────────────────────────────────────── */
.oh2-giant {
  position: relative;
  height: 600vh;
}
.oh2-giant__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  display: grid;
  align-content: center;
  gap: var(--s-6);
  padding: var(--s-12) var(--pad);
  background: #FFDAF6;
  color: #130F0C;
  overflow: hidden;
}
.oh2-giant__label {
  font-size: var(--t-caption);
  color: rgba(19,15,12,.5);
  margin: 0;
}
.oh2-giant__quote {
  margin: 0;
  max-width: 16ch;
  font-family: var(--font-quote);
  font-size: clamp(36px, 7vw, 84px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  transition: opacity .35s var(--ease), transform .35s var(--ease);
}
.oh2-giant__quote.is-swap {
  opacity: 0;
  transform: translateY(18px);
}
.oh2-giant__who {
  display: flex;
  align-items: center;
  gap: var(--s-3);
  margin: 0;
  font-size: var(--t-body);
}
.oh2-giant__progress {
  position: absolute;
  left: var(--pad);
  right: var(--pad);
  bottom: var(--s-8);
  height: 2px;
  background: rgba(19,15,12,.15);
}
.oh2-giant__progress i {
  display: block;
  height: 100%;
  width: var(--w, 0%);
  background: #130F0C;
}

@media (prefers-reduced-motion: reduce) {
  .oh2-giant { height: auto; }
  .oh2-giant__sticky {
    position: static;
    height: auto;
    min-height: 70vh;
  }
  .oh2-giant__quote { transition: none; }
  .oh2-giant__quote.is-swap { opacity: 1; transform: none; }
}

/* ── 08 Film still captions ─────────────────────────────────────────────── */
.oh2-film { color: #fff; }
.oh2-film .tsec__title { color: inherit; }
.oh2-film__letterbox {
  margin-inline: calc(50% - 50vw);
  width: 100vw;
  background: #000;
  padding: 8vh 0;
}
.oh2-film__frame {
  position: relative;
  aspect-ratio: 16 / 9;
  max-height: 70vh;
  margin: 0 auto;
  width: min(1100px, 94vw);
  background:
    radial-gradient(ellipse at 40% 35%, #3a322c, #130F0C 70%);
  display: grid;
  align-content: end;
  padding: 6% 5% 5%;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
  overflow: hidden;
}
.oh2-film__frame::before,
.oh2-film__frame::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 7%;
  background: #000;
  z-index: 2;
}
.oh2-film__frame::before { top: 0; }
.oh2-film__frame::after { bottom: 0; }
.oh2-film__caption {
  position: relative;
  z-index: 1;
  margin: 0 0 4%;
  max-width: 28ch;
  font-family: var(--font-quote);
  font-size: clamp(20px, 3.2vw, 36px);
  line-height: 1.25;
  text-shadow: 0 2px 18px rgba(0,0,0,.55);
  transition: opacity .3s var(--ease);
}
.oh2-film__caption.is-out { opacity: 0; }
.oh2-film__lower {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: var(--s-3);
  font-size: var(--t-caption);
  letter-spacing: .04em;
  text-transform: uppercase;
  color: rgba(255,255,255,.75);
}
.oh2-film__tc { margin-left: auto; font-variant-numeric: tabular-nums; }
.oh2-film__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--s-6);
  margin-top: var(--s-8);
  color: var(--fg);
}
.oh2-film__controls button {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  border: 1px solid var(--rule-strong);
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-size: 20px;
}
.oh2-film__controls button:hover { border-color: var(--fg); }

@media (prefers-reduced-motion: reduce) {
  .oh2-film__caption { transition: none; }
  .oh2-film__caption.is-out { opacity: 1; }
}

/* ── 09 Passed notes ────────────────────────────────────────────────────── */
.oh2-notes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s-6);
  padding: var(--s-8);
  background:
    linear-gradient(180deg, #d8c4a8 0%, #c9b08c 100%);
  border-radius: var(--r-md);
  min-height: 420px;
  align-items: start;
}
.oh2-note {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  text-align: left;
  cursor: pointer;
  transform: rotate(var(--tilt));
  transition: transform .35s var(--ease);
  color: #130F0C;
  font: inherit;
}
.oh2-note:hover { transform: rotate(var(--tilt)) translateY(-4px); }
.oh2-note.is-open { transform: rotate(0deg); z-index: 2; }
.oh2-note__closed {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 88px;
  padding: 18px 20px;
  background:
    linear-gradient(135deg, #fff9ef, #f3e7d4);
  box-shadow:
    0 1px 0 rgba(19,15,12,.06),
    0 14px 28px -20px rgba(19,15,12,.4);
  clip-path: polygon(0 0, 100% 0, 100% 78%, 88% 100%, 0 100%);
  font-size: var(--t-body);
}
.oh2-note.is-open .oh2-note__closed { display: none; }
.oh2-note__open {
  display: none;
  padding: 20px 22px 24px;
  background: #fff9ef;
  box-shadow: 0 18px 36px -22px rgba(19,15,12,.45);
  min-height: 220px;
}
.oh2-note.is-open .oh2-note__open { display: grid; gap: var(--s-4); }
.oh2-note__open blockquote {
  margin: 0;
  font-family: var(--font-quote);
  font-size: 17px;
  line-height: 1.35;
}
.oh2-note__open cite {
  font-style: normal;
  font-size: var(--t-caption);
  color: rgba(19,15,12,.55);
  display: flex;
  align-items: center;
  gap: 8px;
}
.oh2-note__open cite::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--av);
}

@media (max-width: 800px) {
  .oh2-notes { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  .oh2-notes { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .oh2-note { transition: none; }
}

/* ── 10 Yearbook signatures ─────────────────────────────────────────────── */
.oh2-year__page {
  position: relative;
  min-height: 640px;
  padding: var(--s-10) var(--s-8);
  background:
    repeating-linear-gradient(
      180deg,
      transparent 0 31px,
      rgba(19,15,12,.08) 31px 32px
    ),
    #f7f1e8;
  color: #130F0C;
  border: 1px solid rgba(19,15,12,.12);
  border-radius: 2px;
  box-shadow: 0 20px 50px -34px rgba(19,15,12,.35);
  overflow: hidden;
}
.oh2-year__header {
  margin: 0 0 var(--s-10);
  font-size: var(--t-caption);
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(19,15,12,.45);
}
.oh2-year__ink {
  position: absolute;
  width: min(280px, 42%);
  margin: 0;
  padding: 8px;
  transform: rotate(var(--rot));
  transition: transform .3s var(--ease), opacity .3s var(--ease), filter .3s var(--ease);
  opacity: .78;
  cursor: default;
}
.oh2-year__ink:nth-child(2) { left: 6%; top: 18%; }
.oh2-year__ink:nth-child(3) { right: 8%; top: 22%; }
.oh2-year__ink:nth-child(4) { left: 12%; top: 48%; }
.oh2-year__ink:nth-child(5) { right: 10%; top: 52%; }
.oh2-year__ink:nth-child(6) { left: 28%; top: 70%; }
.oh2-year__ink:nth-child(7) { right: 22%; top: 74%; }
.oh2-year__ink blockquote {
  margin: 0 0 8px;
  font-family: var(--font-quote);
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 1.3;
  font-style: italic;
}
.oh2-year__ink figcaption {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-style: italic;
}
.oh2-year__page:hover .oh2-year__ink { opacity: .35; filter: blur(.2px); }
.oh2-year__page .oh2-year__ink:hover {
  opacity: 1;
  filter: none;
  transform: rotate(var(--rot)) scale(1.04);
  z-index: 2;
}

@media (max-width: 700px) {
  .oh2-year__page { min-height: 0; }
  .oh2-year__ink {
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    width: auto;
    margin-bottom: var(--s-6);
    opacity: 1;
  }
  .oh2-year__page:hover .oh2-year__ink { opacity: 1; filter: none; }
}

@media (prefers-reduced-motion: reduce) {
  .oh2-year__ink { transition: none; }
}
