:root {
  --night: #34223d;
  --plum: #653654;
  --berry: #9b4a61;
  --blush: #f0dfe0;
  --paper: #fffdfa;
  --gold: #dda84f;
  --ink: #3d303a;
  --muted: #766871;
  --line: #e1ced1;
  --shadow: 0 18px 48px rgba(70, 34, 57, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--blush); }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 12%, rgba(255, 255, 255, .88), transparent 25rem),
    linear-gradient(180deg, #f0dfe0 0, #f7f0e6 38rem, #f4eaeb 100%);
  font-family: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  line-height: 1.55;
}
a { color: inherit; }
a:focus-visible, button:focus-visible, iframe:focus-visible, video:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 20;
  padding: 9px 13px;
  color: white;
  background: var(--night);
  border-radius: 7px;
  transform: translateY(-160%);
}
.skip-link:focus { transform: none; }
.shell { width: min(1040px, calc(100% - 28px)); margin-inline: auto; }
.site-header {
  position: relative;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 87% 40%, rgba(225, 169, 99, .3), transparent 17rem),
    linear-gradient(125deg, #34223d, #653654 72%, #9b4a61);
  border-radius: 0 0 24px 24px;
  box-shadow: var(--shadow);
}
.site-header::after {
  content: "";
  position: absolute;
  right: -110px;
  bottom: -170px;
  width: 440px;
  height: 440px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 50%;
  box-shadow: 0 0 0 54px rgba(255, 255, 255, .035), 0 0 0 108px rgba(255, 255, 255, .025);
}
.topbar, .hero { position: relative; z-index: 1; }
.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}
.brand {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  font-weight: 600;
  text-decoration: none;
}
.nav-links { display: flex; gap: 8px; }
.nav-link, .back-button {
  padding: 6px 11px;
  color: white;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 999px;
  font: inherit;
  font-size: .78rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}
.nav-link:hover, .back-button:hover { background: rgba(255, 255, 255, .2); }
.hero { max-width: 820px; padding: 20px 44px; }
.eyebrow {
  margin: 0 0 10px;
  color: #f2cf9b;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}
h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.9rem, 4vw, 3.4rem);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.04em;
}
.hero-deck { margin: 17px 0 0; color: #f7eaf0; font-size: 1rem; }
main { padding: 40px 0 56px; }
.video-section {
  padding: 18px;
  background: #211820;
  border-radius: 18px;
  box-shadow: var(--shadow);
}
.video-frame { position: relative; overflow: hidden; aspect-ratio: 16 / 9; background: #120e12; border-radius: 10px; }
.video-frame.portrait { aspect-ratio: 4 / 3; }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-frame video { display: block; width: 100%; height: 100%; object-fit: contain; }
.details { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; margin-top: 22px; }
.danson-page main {
  display: flex;
  flex-direction: column;
  gap: 23px;
  padding-top: 24px;
}
.danson-page .details { margin: 0; }
.danson-page .hero { padding-top: 20px; padding-bottom: 20px; }
.danson-page .details .section-label { font-size: .82rem; }
.danson-page .details h2 { font-size: 1.85rem; }
.danson-page .context p:not(.section-label) { font-size: 1.35rem; }
.danson-page .viewing-notes ol { font-size: 1.35rem; }
.context, .viewing-notes, .collection-card {
  padding: 24px 26px;
  background: rgba(255, 253, 250, .94);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 7px 22px rgba(70, 34, 57, .06);
}
.section-label {
  margin: 0 0 7px;
  color: var(--berry);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
h2 { margin: 0 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: 1.85rem; font-weight: 400; line-height: 1.2; }
.context p:not(.section-label) { color: var(--muted); font-size: 1.35rem; }
.collection-description { color: var(--muted); font-size: .9rem; }
.context p:not(.section-label) { margin: 0 0 .8em; }
.context p:not(.section-label):last-child { margin-bottom: 0; }
.viewing-notes ol { display: grid; gap: 8px; margin: 0; padding-left: 21px; color: #5b4c55; font-size: 1.35rem; }
.viewing-notes li::marker { color: var(--berry); font-weight: 700; }
.collection-list { display: grid; gap: 18px; }
.collection-card { padding: 0; overflow: hidden; }
.collection-heading { padding: 22px 26px 18px; color: white; background: linear-gradient(120deg, var(--night), var(--plum)); }
.collection-heading .section-label { color: #f2cf9b; }
.collection-heading h2 { margin-bottom: 5px; }
.collection-heading p { margin: 0; color: #f7eaf0; font-size: .9rem; }
.link-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 0; padding: 22px 26px 26px; list-style: none; }
.link-grid.column-flow {
  display: block;
  column-count: 2;
  column-gap: 10px;
}
.link-grid.column-flow li {
  margin-bottom: 10px;
  break-inside: avoid;
}
.link-grid.column-flow .video-link { font-size: 1.05rem; }
.video-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  height: 100%;
  padding: 12px 14px;
  color: var(--night);
  background: #f8efe9;
  border: 1px solid var(--line);
  border-radius: 9px;
  font-size: .88rem;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
  transition: transform .15s ease, border-color .15s ease, background .15s ease;
}
.video-link::after { content: "▶"; flex: 0 0 auto; color: var(--berry); font-size: .72rem; }
.video-link:hover { background: white; border-color: var(--berry); transform: translateY(-2px); }
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 21px 2px 28px;
  color: var(--muted);
  border-top: 1px solid #dbc6c9;
  font-size: .82rem;
}
.footer-links { display: flex; gap: 18px; }
.footer-links a { color: var(--berry); font-weight: 600; }
#googlePageCounter { min-width: 76px; text-align: right; }
@media (max-width: 720px) {
  .topbar { padding: 13px 16px; }
  .brand { font-size: 1.32rem; }
  .back-button { display: none; }
  .hero { padding: 18px 22px; }
  .danson-page .hero { padding: 18px 22px; }
  .danson-page main { gap: 18px; padding-top: 18px; }
  main { padding-top: 28px; }
  .video-section { padding: 8px; border-radius: 13px; }
  .video-frame { border-radius: 7px; }
  .details, .link-grid { grid-template-columns: 1fr; }
  .link-grid.column-flow { column-count: 1; }
  .context, .viewing-notes { padding: 21px 20px; }
  .collection-heading, .link-grid { padding-left: 20px; padding-right: 20px; }
  .site-footer { align-items: flex-start; flex-direction: column; }
  #googlePageCounter { text-align: left; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .video-link { transition: none; }
}
