/*
 * Canonical public Moments stylesheet.
 *
 * This file contains only the approved hybrid constellation, timeline,
 * year mosaic, story dialog, public shell, and their responsive variants.
 * Prototype A/B/C styles remain in prototype.css for the local comparison UI.
 * builder.js copies this source to public/assets/moments.css.
 */
:root {
  --paper: #f6f0e8;
  --site-paper: #f7f3ec;
  --surface: #fffdf9;
  --ink: #29231f;
  --muted: #756a62;
  --accent: #934960;
  --accent-dark: #71374a;
  --gold: #d8b661;
  --night: #171719;
  --line: rgba(54, 43, 36, .17);
  --serif: "Iowan Old Style", "Baskerville", "Noto Serif TC", "Songti TC", serif;
  --sans: "PingFang TC", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  --sans-ui-light: "PingFang TC", "Noto Sans TC", "Microsoft JhengHei UI Light", "Microsoft JhengHei", sans-serif;
  --sans-public: "PingFang TC", "Noto Sans TC", "Microsoft JhengHei UI Light", "Microsoft JhengHei", system-ui, sans-serif;
  --footer-content-padding-top: 42px;
  --footer-content-padding-bottom: 48px;
  --footer-content-padding-top-mobile: 32px;
  --footer-content-padding-bottom-mobile: 32px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.75;
}
button { font: inherit; }
img { display: block; width: 100%; }
[hidden] { display: none !important; }

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent);
  font-family: var(--eyebrow-font-family);
  font-size: var(--eyebrow-font-size);
  font-weight: var(--eyebrow-font-weight);
  line-height: var(--eyebrow-line-height);
  letter-spacing: var(--eyebrow-letter-spacing);
}

/* D — combined constellation and complete archive */
.prototype--hybrid {
  min-height: 100vh;
  background: var(--site-paper);
}
.moments-empty {
  grid-template-columns: minmax(0, 760px);
  justify-content: center;
  min-height: 610px;
}
.moments-empty .hybrid-feature__copy { max-width: 760px; }
.hybrid-explore {
  --constellation-height: 980px;
  position: relative;
  min-height: var(--constellation-height);
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 22%, rgba(146, 73, 96, .13), transparent 25%),
    radial-gradient(circle at 15% 72%, rgba(208, 174, 85, .08), transparent 23%),
    var(--night);
  color: #f4eee6;
}
.hybrid-constellation-lines {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.hybrid-constellation-lines--mobile {
  display: none;
}
.hybrid-constellation-band {
  display: contents;
}
.hybrid-constellation-lines path {
  fill: none;
  stroke: rgba(228, 198, 108, .58);
  stroke-dasharray: 2.5 9;
  stroke-linecap: round;
  stroke-width: 1.3;
  filter: drop-shadow(0 0 2px rgba(222, 190, 99, .24));
}
.hybrid-feature {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(380px, .9fr) minmax(440px, 1.1fr);
  min-height: 760px;
  align-items: center;
  gap: clamp(50px, 8vw, 130px);
  padding: 90px clamp(70px, 11vw, 180px) 70px;
}
.hybrid-feature__image {
  position: relative;
  overflow: hidden;
  max-width: 540px;
  aspect-ratio: 4 / 5;
  border-radius: 190px 190px 7px 7px;
  box-shadow: 0 35px 90px rgba(0, 0, 0, .34);
}
.hybrid-feature__image::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: inherit;
  content: "";
}
.hybrid-feature__image img {
  height: 100%;
  object-fit: cover;
}
.hybrid-feature__image picture {
  height: 100%;
}
.hybrid-feature__image span {
  position: absolute;
  z-index: 2;
  bottom: 18px;
  right: 18px;
  padding: 7px 10px;
  background: rgba(23, 23, 25, .82);
  color: #e0c375;
  font-size: 10px;
  letter-spacing: .16em;
}
.hybrid-feature__copy {
  max-width: 670px;
  padding: 30px 0;
}
.hybrid-feature__copy .eyebrow,
.year-mosaic-heading .eyebrow {
  color: #dabd68;
}
.hybrid-feature__copy h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(48px, 5vw, 78px);
  font-weight: 300;
  line-height: 1.3;
}
.hybrid-feature__copy > p:not(.eyebrow) {
  max-width: 590px;
  margin: 28px 0;
  color: #bdb7af;
}
.hybrid-feature__copy > p.is-auto-summary {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.hybrid-feature__copy > button {
  display: block;
  min-width: 0;
  margin-left: auto;
  padding: 9px 16px;
  border: 1px solid #ddc06d;
  border-radius: 999px;
  background: transparent;
  color: #ddc06d;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.35;
}
.hybrid-stars {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  left: 0;
  height: var(--constellation-height);
  pointer-events: none;
}
.hybrid-star {
  --star-size: 34px;
  position: absolute;
  top: var(--y);
  left: var(--x);
  width: var(--star-size);
  height: var(--star-size);
  padding: 0;
  border: 0;
  background: transparent;
  color: #8d8985;
  cursor: pointer;
  pointer-events: auto;
  transform: translate(-50%, -50%);
  transition: transform .18s ease, color .18s ease;
}
.hybrid-star::before {
  position: absolute;
  inset: 0;
  filter: none;
  content: "☆";
  font-size: var(--star-size);
  line-height: 1;
}
.hybrid-star span {
  position: absolute;
  top: calc(100% + 7px);
  left: 50%;
  color: #a7a19a;
  font-size: 12px;
  letter-spacing: .08em;
  white-space: nowrap;
  transform: translateX(-50%);
}
.hybrid-star:hover {
  transform: translate(-50%, -50%) scale(1.2);
}
.hybrid-star--sm { --star-size: 25px; }
.hybrid-star--lg { --star-size: 45px; }
.hybrid-star.is-read {
  color: #dabe69;
}
.hybrid-star.is-read::before {
  filter: drop-shadow(0 0 9px rgba(218, 190, 105, .7));
  content: "✦";
}
.hybrid-star.is-read span {
  color: #d6b85f;
}
@media (min-width: 1001px) {
  .hybrid-star:nth-child(5) {
    --x:48% !important;
    --y:79% !important;
  }
}
.hybrid-story-continuation {
  position: relative;
  z-index: 3;
  padding: 28px clamp(24px, 7vw, 110px) 48px;
  border-top: 0;
  color: #ddc06d;
  font-size: 14px;
}
.hybrid-story-continuation p {
  margin: 0;
}
.hybrid-story-continuation .eyebrow {
  margin-bottom: 8px;
  color: #ddc06d;
}
@media (min-width: 641px) {
  .hybrid-explore {
    z-index: 3;
    overflow: visible;
  }
  .hybrid-story-continuation {
    position: absolute;
    top: calc(100% + 1px);
    right: 300px;
    bottom: auto;
    left: clamp(28px, 3vw, 48px);
    display: flex;
    min-height: 83px;
    align-items: center;
    gap: 14px;
    padding: 0;
    white-space: nowrap;
  }
  .hybrid-story-continuation .eyebrow {
    flex: 0 0 auto;
    margin: 0;
  }
  .hybrid-story-continuation > p:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (min-width: 1001px) {
  .hybrid-feature__image {
    max-width: 486px;
  }
  .hybrid-feature__copy > button {
    margin-top: -18px;
    margin-right: 56px;
    transform: translateY(-14px);
  }
  .hybrid-story-continuation {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    display: block;
    width: 520px;
    min-height: 0;
    margin: -38px 0 0 clamp(58px, 4.2vw, 72px);
    padding: 0;
    white-space: normal;
  }
  .hybrid-story-continuation .eyebrow {
    margin-bottom: 5px;
  }
  .hybrid-story-continuation > p:last-child {
    margin-left: 30px;
    overflow: visible;
    color: #f4eee6;
    text-overflow: clip;
  }
  .hybrid-star:nth-child(1) span,
  .hybrid-star:nth-child(2) span,
  .hybrid-star:nth-child(3) span,
  .hybrid-star:nth-child(6) span {
    top: auto;
    bottom: calc(100% + 7px);
  }
  .hybrid-archive {
    position: relative;
    z-index: 4;
    margin-top: -55px;
  }
}
.year-mosaic-section {
  position: relative;
  z-index: 2;
  padding: 95px 0 90px;
  border-top: 1px solid var(--line);
  background: var(--site-paper);
  color: var(--ink);
}
.year-mosaic-heading {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-rows: auto auto auto;
  padding: 0 clamp(24px, 7vw, 110px) 45px;
}
@media (min-width: 1001px) {
  .year-mosaic-heading {
    padding-left: max(clamp(24px, 7vw, 110px), calc((100% - 760px) / 2));
  }
}
.year-mosaic-heading .eyebrow {
  grid-row: 1;
  margin-bottom: 12px;
  color: var(--accent);
}
.year-mosaic-heading h2 {
  grid-row: 2;
  max-width: 830px;
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(34px, 4.2vw, 62px);
  font-weight: 400;
  line-height: 1.28;
}
.year-mosaic-heading > p:last-child {
  grid-row: 3;
  max-width: 720px;
  color: var(--muted);
}
.year-mosaic-viewport {
  position: relative;
  z-index: 2;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scrollbar-color: #8d7440 transparent;
  scrollbar-width: thin;
}
.year-mosaic-track {
  display: flex;
  width: max-content;
  min-width: 100%;
  align-items: center;
  gap: 30px;
  padding: 10px clamp(24px, 7vw, 110px) 20px;
}
.year-mosaic-figure {
  width: min(1120px, calc(100vw - 150px));
  min-width: 930px;
  height: 410px;
  flex: 0 0 auto;
  background: transparent;
}
.year-mosaic-live-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 1;
  transition: opacity .22s ease;
}
.year-mosaic-live-image.is-changing {
  opacity: 0;
}
.year-mosaic-switcher {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 4px clamp(24px, 7vw, 110px) 40px;
}
.year-mosaic-years {
  display: flex;
  width: min(100%, 760px);
  margin: 0 auto 24px;
  align-items: center;
  justify-content: space-between;
  gap: clamp(16px, 3vw, 42px);
  border-bottom: 1px solid var(--line);
}
.year-mosaic-year {
  position: relative;
  min-width: 0;
  padding: 8px 2px 13px;
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-family: var(--sans);
  font-size: 13px;
  letter-spacing: .14em;
  transition: color .18s ease;
}
.year-mosaic-year::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  background: #d6b863;
  content: "";
  opacity: 0;
  transform: scaleX(.35);
  transition: opacity .18s ease, transform .18s ease;
}
.year-mosaic-year:hover,
.year-mosaic-year:focus-visible,
.year-mosaic-year.is-preview {
  color: var(--accent);
}
.year-mosaic-year:focus-visible {
  outline: 1px solid rgba(214, 184, 99, .5);
  outline-offset: 4px;
}
.year-mosaic-year.is-selected {
  color: var(--accent);
}
.year-mosaic-year.is-selected::after {
  opacity: 1;
  transform: scaleX(1);
}
.year-mosaic-stage {
  width: min(100%, 1180px);
  min-width: 0;
  margin: 0 auto;
  scroll-margin-top: 110px;
}
.year-mosaic-stage__image {
  display: grid;
  width: 100%;
  aspect-ratio: 20 / 7;
  overflow: hidden;
  place-items: center;
}
.year-mosaic-stage figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 2px 0;
  border-top: 1px solid var(--line);
  color: var(--accent);
  font-family: var(--sans);
}
.year-mosaic-stage figcaption span,
.year-mosaic-stage figcaption small {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .14em;
  line-height: 1.4;
}
.year-mosaic-stage figcaption small {
  color: var(--muted);
}
.year-mosaic-tiles {
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-columns: repeat(24, 1fr);
  grid-template-rows: repeat(10, 1fr);
  gap: 3px;
  background: #1c1b1d;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 420'%3E%3Ctext x='600' y='345' text-anchor='middle' font-family='Arial' font-size='365' font-weight='900' fill='black'%3E2026%3C/text%3E%3C/svg%3E");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 420'%3E%3Ctext x='600' y='345' text-anchor='middle' font-family='Arial' font-size='365' font-weight='900' fill='black'%3E2026%3C/text%3E%3C/svg%3E");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}
.year-mosaic-tiles img,
.year-mosaic-tiles i {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.year-mosaic-tiles img {
  filter: saturate(.72) contrast(.96);
}
.year-mosaic-tiles i {
  display: block;
}
.year-mosaic-tiles i:nth-child(4n + 1) { background: #efe5d5; }
.year-mosaic-tiles i:nth-child(4n + 2) { background: #8d4359; }
.year-mosaic-tiles i:nth-child(4n + 3) { background: #c5a452; }
.year-mosaic-tiles i:nth-child(4n) { background: #c96931; }
.year-mosaic-next,
.year-mosaic-previous {
  display: grid;
  width: 280px;
  height: 310px;
  flex: 0 0 auto;
  place-content: center;
  border: 1px dashed var(--line);
  color: var(--muted);
  text-align: center;
}
.year-mosaic-next strong,
.year-mosaic-previous strong {
  font-family: var(--serif);
  font-size: 92px;
  font-weight: 400;
  line-height: 1;
}
.year-mosaic-next span,
.year-mosaic-previous span {
  margin-top: 15px;
  font-size: 13px;
  letter-spacing: .08em;
}
.hybrid-archive {
  padding: 0 clamp(24px, 3vw, 48px) 90px;
  background:
    radial-gradient(circle at 85% 12%, rgba(146, 73, 96, .1), transparent 28%),
    var(--night);
  color: #f4eee6;
}
.hybrid-timeline-nav {
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, .12);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .025);
}
.hybrid-timeline-range {
  display: none;
}
.hybrid-timeline-years-mobile {
  display: none;
}
.hybrid-timeline-nav > header {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
  padding: 22px 28px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.hybrid-timeline-nav > header .eyebrow {
  margin-bottom: 5px;
}
.hybrid-timeline-nav > header h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 400;
}
.hybrid-timeline-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}
.hybrid-timeline-controls > span {
  margin-right: 8px;
  color: #a8a29b;
  font-size: 14px;
}
.hybrid-timeline-controls button {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(221, 192, 109, .42);
  border-radius: 50%;
  background: transparent;
  color: #ddc06d;
  cursor: pointer;
}
.hybrid-timeline-layout {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  height: 560px;
}
.hybrid-timeline-months {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 18px 16px;
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, .1);
  background: rgba(255, 255, 255, .025);
}
.hybrid-timeline-year,
.hybrid-timeline-month {
  display: flex;
  align-items: center;
  min-height: 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  background: transparent;
  color: #a8a29b;
  font-variant-numeric: tabular-nums;
  text-align: left;
}
.hybrid-timeline-year {
  padding: 13px 10px;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: .08em;
}
.hybrid-timeline-year.is-selected {
  color: #ddc06d;
}
.hybrid-timeline-month-list {
  display: flex;
  flex-direction: column;
  padding-left: 18px;
}
.hybrid-timeline-month {
  padding: 8px 10px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  background: transparent;
  color: #a8a29b;
  cursor: pointer;
  font-size: 13px;
  letter-spacing: .1em;
}
.hybrid-timeline-month.is-current {
  color: #ddc06d;
  font-weight: 400;
}
.hybrid-timeline-scroll {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  cursor: grab;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  touch-action: pan-x;
  user-select: none;
}
.hybrid-timeline-scroll::-webkit-scrollbar {
  display: none;
}
.hybrid-timeline-scroll.is-dragging {
  cursor: grabbing;
}
.hybrid-timeline-track {
  position: relative;
  width: var(--timeline-track-width, 2220px);
  height: 100%;
}
.hybrid-timeline-axis {
  position: absolute;
  top: 50%;
  right: 70px;
  left: 70px;
  height: 1px;
  background: #8c776b;
}
.hybrid-timeline-axis::after {
  position: absolute;
  top: -4px;
  right: -1px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #8c776b;
  content: "";
}
.hybrid-timeline-event {
  position: absolute;
  left: var(--x);
  width: 130px;
  transform: translateX(-50%);
}
.hybrid-timeline-event::before {
  position: absolute;
  left: 50%;
  width: 1px;
  height: 38px;
  background: #a08b7e;
  content: "";
}
.hybrid-timeline-event.is-top {
  top: 36px;
}
.hybrid-timeline-event.is-top::before {
  top: 100%;
}
.hybrid-timeline-event.is-bottom {
  bottom: 36px;
}
.hybrid-timeline-event.is-bottom::before {
  bottom: 100%;
}
.hybrid-timeline-event button,
.hybrid-timeline-event a {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: #f4eee6;
  cursor: pointer;
  text-decoration: none;
  text-align: left;
}
.hybrid-timeline-event button::after,
.hybrid-timeline-event a::after {
  position: absolute;
  left: 50%;
  width: 11px;
  height: 11px;
  border: 2px solid var(--night);
  border-radius: 50%;
  background: #c8c3bd;
  box-shadow: 0 0 0 1px #8c776b;
  content: "";
  transform: translateX(-50%);
}
.hybrid-timeline-event.is-top button::after,
.hybrid-timeline-event.is-top a::after {
  bottom: -45px;
}
.hybrid-timeline-event.is-bottom button::after,
.hybrid-timeline-event.is-bottom a::after {
  top: -45px;
}
.hybrid-timeline-event time {
  display: block;
  margin-bottom: 7px;
  color: var(--accent);
  font-family: var(--serif);
  font-size: 11px;
  letter-spacing: .1em;
}
.hybrid-timeline-event img {
  width: 100%;
  height: 122px;
  border-radius: 65px 65px 3px 3px;
  object-fit: cover;
  pointer-events: none;
  transition: filter .28s ease, opacity .28s ease;
}
.hybrid-timeline-event span {
  display: -webkit-box;
  height: calc(2.84em + 8px);
  padding-top: 8px;
  overflow: hidden;
  font-family: var(--serif);
  font-size: 14px;
  line-height: 1.42;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.hybrid-timeline-event:not(.is-read):not(.is-preview) img {
  filter: grayscale(.78) saturate(.18);
  opacity: .68;
}
.hybrid-timeline-event.is-read {
  opacity: 1;
  filter: none;
}
.hybrid-timeline-event.is-read button::after,
.hybrid-timeline-event.is-read a::after {
  background: var(--gold);
}
.hybrid-timeline-event button::before,
.hybrid-timeline-event a::before {
  position: absolute;
  z-index: 2;
  top: 28px;
  right: -8px;
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  color: #ddc06d;
  content: "☆";
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .65));
  font-family: Arial, sans-serif;
  font-size: 29px;
  line-height: 1;
}
.hybrid-timeline-event.is-read button::before,
.hybrid-timeline-event.is-read a::before {
  color: var(--gold);
  content: "★";
  filter: drop-shadow(0 0 7px rgba(218, 190, 105, .58));
}
@media (min-width: 1001px) {
  .hybrid-timeline-event.is-top {
    top: 49px;
  }
  .hybrid-timeline-event.is-top::before {
    top: calc(100% + 14px);
    height: 47px;
  }
  .hybrid-timeline-event.is-bottom {
    bottom: 32px;
  }
  .hybrid-timeline-event.is-bottom::before {
    bottom: calc(100% + 31px);
    height: 47px;
  }
  .hybrid-timeline-event.is-top button::after,
  .hybrid-timeline-event.is-top a::after {
    bottom: -71px;
  }
  .hybrid-timeline-event.is-bottom button::after,
  .hybrid-timeline-event.is-bottom a::after {
    top: -84px;
  }
  .hybrid-timeline-event button::before,
  .hybrid-timeline-event a::before {
    right: -26px;
    width: 25px;
    height: 25px;
    font-size: 25px;
  }
  .hybrid-timeline-event time {
    position: absolute;
    z-index: 3;
    top: 9px;
    left: calc(100% + 13.5px);
    margin: 0;
    color: #ddc06d;
    font-family: var(--sans);
    font-size: 11px;
    line-height: 1;
    transform: translateX(-50%);
  }
  .hybrid-timeline-event.is-bottom button,
  .hybrid-timeline-event.is-bottom a {
    padding-top: 0;
  }
}
.hybrid-timeline-progress {
  position: relative;
  height: 2px;
  margin: 0 28px 27px 193px;
  overflow: hidden;
  background: rgba(255, 255, 255, .12);
}
.hybrid-timeline-progress span {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background: #ddc06d;
  transition: left .08s linear;
}
.archive-list-title {
  margin: 0;
  color: var(--accent);
  font-family: var(--serif);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.hybrid-site-footer {
  display: flex;
  width: min(100% - 72px, 1440px);
  align-items: end;
  justify-content: space-between;
  margin-inline: auto;
  padding: var(--footer-content-padding-top) 0 var(--footer-content-padding-bottom);
  border-top: 1px solid var(--line);
  background: var(--site-paper);
}
.hybrid-site-footer strong {
  font-family: var(--sans-ui-light);
  font-size: 16px;
  font-weight: 300;
  letter-spacing: .06em;
}
.hybrid-site-footer p,
.hybrid-site-footer a {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 12px;
  text-decoration: none;
}
.hybrid-site-footer > div {
  max-width: min(980px, 78%);
}
.hybrid-site-footer .image-rights-notice {
  max-width: 920px;
  margin-top: 14px;
  color: color-mix(in srgb, var(--muted) 82%, transparent);
  font-size: 10px;
  line-height: 1.75;
  letter-spacing: .01em;
}

/* dialog */
.story-dialog {
  width: min(1040px, calc(100vw - 36px));
  height: min(90vh, 940px);
  max-height: 940px;
  padding: 0;
  border: 1px solid rgba(218, 189, 104, .2);
  border-radius: 4px;
  background: #242225;
  color: #f4eee8;
  box-shadow: 0 35px 120px rgba(0, 0, 0, .55);
  overflow: hidden;
}
.story-dialog::backdrop { background: rgba(10, 9, 10, .78); backdrop-filter: blur(5px); }
.story-dialog__bar {
  position: relative;
  z-index: 3;
  display: flex;
  height: 54px;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px 0 25px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  background: rgba(30, 28, 31, .97);
}
.story-dialog__bar > span {
  color: #b9aca2;
  font-family: var(--serif);
  font-size: 10px;
  letter-spacing: .15em;
}
.story-dialog__scroll {
  height: calc(100% - 54px);
  padding: 56px clamp(32px, 6vw, 78px) 72px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: #8c766c #302d30;
  scrollbar-width: thin;
}
.story-dialog__scroll h2 {
  max-width: 780px;
  margin: 0 0 34px;
  font-family: var(--serif);
  font-size: clamp(30px, 5vw, 48px);
  font-weight: 400;
  line-height: 1.35;
}
.story-dialog p:not(.eyebrow) { color: #cec4bc; }
.story-dialog .eyebrow { color: #d8ba65; }
.story-dialog__close {
  position: relative;
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid color-mix(in srgb, var(--accent) 38%, var(--line));
  border-radius: 50%;
  background: rgba(255, 253, 249, .94);
  color: var(--ink);
  cursor: pointer;
  font-size: 0;
  line-height: 1;
  outline: none;
  place-items: center;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent;
}
.story-dialog__close::before,
.story-dialog__close::after {
  position: absolute;
  width: 15px;
  height: 1px;
  border-radius: 999px;
  background: currentColor;
  content: "";
}
.story-dialog__close::before { transform: rotate(45deg); }
.story-dialog__close::after { transform: rotate(-45deg); }
.story-dialog__close:hover,
.story-dialog__close:focus,
.story-dialog__close:focus-visible {
  outline: none;
  border-color: var(--accent);
  background: rgba(255, 253, 249, .98);
  color: var(--accent);
  box-shadow: none;
}
.story-dialog__opening {
  display: flow-root;
  margin: 0 0 54px;
}
.story-dialog__opening .story-dialog__media {
  float: left;
  width: clamp(280px, 39%, 420px);
  min-height: 0;
  margin: 0 clamp(30px, 5vw, 64px) 30px 0;
}
.story-dialog__opening-copy {
  display: flow-root;
}
.story-dialog__opening-copy > p {
  padding-top: var(--story-opening-copy-offset, clamp(12px, 1vw, 16px));
}
.story-dialog__opening-copy p,
.story-dialog__prose p {
  margin: 0;
  font-size: 17px;
  line-height: 1.95;
}
.story-dialog__magazine-flow {
  display: block;
}
.story-dialog__media {
  position: relative;
  display: grid;
  min-width: 0;
  margin: 0;
  overflow: visible;
  border-radius: 0;
  place-items: center;
  background: transparent;
}
.story-dialog__media img,
.story-dialog__media video {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 560px;
  border-radius: 16px;
  object-fit: contain;
}
.story-dialog__media figcaption {
  width: 100%;
  margin-top: 10px;
  padding: 0 18px 8px;
  color: #c5bbb3;
  font-size: 14px;
  line-height: 1.65;
  text-align: center;
}
.story-dialog__media-group {
  display: grid;
  width: 100%;
  max-width: 880px;
  margin: 48px auto;
  align-items: start;
  justify-content: center;
  gap: 20px;
}
.story-dialog__media-group.is-single {
  width: min(100%, 680px);
  grid-template-columns: minmax(0, 1fr);
}
.story-dialog__media-group.is-single:has(.story-dialog__media.is-portrait) {
  width: min(100%, 560px);
}
.story-dialog__media-group.is-single:has(.story-dialog__media.is-landscape) {
  width: min(100%, 820px);
}
.story-dialog__media-group.is-pair,
.story-dialog__media-group.is-multiple {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.story-dialog__media-group.is-multiple > .story-dialog__media:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  width: min(100%, 430px);
  justify-self: center;
}
.story-dialog__media-group .story-dialog__media {
  width: 100%;
  min-height: 0;
}
.story-dialog__media-group.is-single .story-dialog__media img,
.story-dialog__media-group.is-single .story-dialog__media video {
  max-width: 100%;
  max-height: 720px;
  margin-inline: auto;
}
.story-dialog__media--motion {
  background: transparent;
}
.story-dialog__media--motion img {
  height: 430px;
  opacity: .82;
}
.story-dialog__media--motion button {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: 50%;
  background: rgba(23, 23, 25, .58);
  color: white;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.story-dialog__media--motion span {
  position: absolute;
  right: 15px;
  bottom: 13px;
  padding: 5px 8px;
  background: rgba(23, 23, 25, .72);
  color: white;
  font-size: 9px;
  letter-spacing: .1em;
}
.story-dialog__prose {
  width: min(100%, 820px);
  margin: 38px auto;
}
.story-dialog blockquote {
  margin: 55px 0;
  padding: 30px 45px;
  border-left: 2px solid var(--accent);
  background: #f0e7df;
  color: var(--accent-dark);
  font-family: var(--serif);
  font-size: 26px;
}
.story-dialog__media--split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.story-dialog__media--split img {
  height: 390px;
}
.story-dialog__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 54px 0 0;
}
.story-dialog__tags a {
  padding: 7px 11px;
  border: 1px solid rgba(218, 189, 104, .35);
  border-radius: 999px;
  color: #d8ba65;
  font-size: 13px;
  text-decoration: none;
}
.story-dialog__tags a:hover { background: rgba(218, 189, 104, .09); }
.story-dialog__product-gallery {
  max-width: 820px;
  margin: 48px auto 0;
  padding-top: 34px;
  border-top: 1px solid rgba(244, 235, 225, .16);
}
.story-dialog__product-gallery > header {
  display: block;
}
.story-dialog__product-date {
  display: flex;
  min-height: 52px;
  align-items: center;
  margin: 0 0 10px 38px;
  padding: 12px 24px;
  border-left: 3px solid #d8ba65;
}
.story-dialog__product-date time {
  color: #d8ba65;
  font-size: 12px;
  letter-spacing: .1em;
}
.story-dialog__product-gallery h3 {
  margin: 0 0 24px;
  color: #f5eee7;
  font-family: var(--serif);
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 500;
}
.story-dialog__product-track {
  position: relative;
  padding-top: 40px;
}
.story-dialog__product-track::before {
  position: absolute;
  top: 9px;
  right: 0;
  left: 0;
  height: 1px;
  background: rgba(216, 186, 101, .48);
  content: "";
}
.story-dialog__product-track::after {
  position: absolute;
  top: 5px;
  right: -1px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid rgba(216, 186, 101, .62);
  content: "";
}
.story-dialog__product-content {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  align-items: start;
  gap: clamp(34px, 5vw, 70px);
}
.story-dialog__product-content > div:first-child {
  display: grid;
  grid-template-columns: repeat(var(--moment-product-count), minmax(0, 200px));
  align-items: start;
  justify-content: start;
  gap: 34px;
}
.story-dialog__product-content > .story-dialog__tags {
  align-self: center;
  margin: 0;
}
.story-dialog__product-decoration {
  position: absolute;
  top: 2px;
  right: 4.5%;
  z-index: 1;
  display: flex;
  gap: clamp(34px, 4vw, 52px);
  pointer-events: none;
}
.story-dialog__product-decoration i {
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #242225;
  border-radius: 50%;
  background: #d8ba65;
  box-shadow: 0 0 0 1px #d8ba65;
}
.story-dialog__product-content > div:first-child > a,
.story-dialog__product-content > div:first-child > div {
  position: relative;
  display: block;
  min-width: 0;
  padding: 0;
  border-radius: 16px;
  background: transparent;
  color: #d8ba65;
  text-decoration: none;
}
.story-dialog__product-content > div:first-child > a::before,
.story-dialog__product-content > div:first-child > div::before {
  position: absolute;
  top: -37px;
  left: 50%;
  width: 10px;
  height: 10px;
  border: 2px solid #242225;
  border-radius: 50%;
  background: #d8ba65;
  box-shadow: 0 0 0 1px #d8ba65;
  content: "";
  transform: translateX(-50%);
}
.story-dialog__product-gallery .story-dialog__media {
  width: 100%;
  min-height: 0;
  padding: 0;
  background: transparent;
}
.story-dialog__product-gallery .story-dialog__media img,
.story-dialog__product-gallery .story-dialog__media video {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 250px;
  margin: 0 auto;
  border-radius: 16px;
  object-fit: contain;
}
.story-dialog__product-content > div:first-child > a > span {
  display: inline-block;
  margin: 9px 3px 1px;
  padding-bottom: 2px;
  border-bottom: 1px solid currentColor;
  font-size: 12px;
  letter-spacing: .08em;
}
.story-dialog__actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .1);
}
.story-dialog__actions button {
  min-width: 138px;
  padding: 12px 18px;
  border: 1px solid #d8ba65;
  background: transparent;
  color: #d8ba65;
  cursor: pointer;
  font-size: 15px;
}
.story-dialog__actions button:last-child:not(:first-child) {
  background: #d8ba65;
  color: #211e20;
}

.story-dialog video {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 560px;
  background: var(--night);
  object-fit: contain;
}

@media (max-width: 1000px) {
  .hybrid-feature {
      grid-template-columns: 1fr;
      gap: 45px;
      padding: 90px 12vw 75px;
    }

  .hybrid-feature__image {
      width: min(540px, 76vw);
      justify-self: center;
    }

  .hybrid-feature__copy {
      justify-self: center;
      text-align: center;
    }

  .hybrid-feature__copy > p:not(.eyebrow) {
      margin-right: auto;
      margin-left: auto;
    }

  .hybrid-stars {
      height: var(--constellation-height);
    }

  .hybrid-star:nth-child(5),
    .hybrid-star:nth-child(6) {
      display: none;
    }

  .hybrid-timeline-nav > header {
      flex-wrap: wrap;
    }

  .hybrid-timeline-layout {
      grid-template-columns: 120px minmax(0, 1fr);
      height: 640px;
    }

  .hybrid-timeline-months {
      padding: 20px 10px;
      overflow: hidden;
      border-right: 1px solid var(--line);
      border-bottom: 0;
    }

  .hybrid-timeline-month {
      min-width: 0;
    }

  .hybrid-timeline-scroll {
      height: 100%;
    }

  .hybrid-timeline-progress {
      margin-left: 173px;
    }
}

@media (max-width: 640px) {
  .hybrid-feature {
      min-height: auto;
      gap: 46px;
      padding: 50px 24px 20px;
    }

  .hybrid-explore {
      --constellation-height: auto;
      min-height: 0;
    }

  .hybrid-constellation-band {
      position: relative;
      z-index: 2;
      display: block;
      width: 100%;
      height: 500px;
    }

  .hybrid-feature__image {
      width: min(92%, 352px);
      justify-self: center;
      aspect-ratio: 6 / 7;
      border-radius: 104px 104px 5px 5px;
    }

  .hybrid-feature__image span {
      right: 14px;
      bottom: 14px;
      padding: 6px 8px;
      font-size: 9px;
    }

  .hybrid-feature__copy {
      display: flex;
      width: 100%;
      height: auto;
      flex-direction: column;
      padding: 0;
      text-align: left;
    }

  .hybrid-feature__copy .eyebrow {
      margin-bottom: 8px;
  }

  .hybrid-feature__copy h1 {
      display: -webkit-box;
      height: auto;
      overflow: hidden;
      font-size: 34px;
      line-height: 1.28;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
    }

  .hybrid-feature__copy > p:not(.eyebrow) {
      display: block;
      max-height: 5.16em;
      margin: 24px 0 0;
      overflow: hidden;
      font-size: 14px;
      line-height: 1.72;
    }

  .hybrid-feature__copy > p.is-auto-summary {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
    }

  .hybrid-feature__copy > button {
      margin-top: 14px;
      padding: 6px 13px;
      font-size: 13px;
    }

  .hybrid-stars {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      margin: 0;
    }

  .hybrid-star:nth-child(n + 5) {
      display: none;
    }

  .hybrid-star:nth-child(1) { --x:14% !important; --y:6.8% !important; }

  .hybrid-star:nth-child(2) { --x:77% !important; --y:53.2% !important; }

  .hybrid-star:nth-child(3) { --x:18% !important; --y:68% !important; }

  .hybrid-star:nth-child(4) { display: block; --x:63% !important; --y:81.2% !important; }

  .hybrid-story-continuation {
      position: absolute;
      top: 146px;
      right: 20px;
      left: 20px;
      min-height: 0;
      padding: 0;
      pointer-events: none;
    }

  .hybrid-story-continuation > p:last-child {
      color: #bdb7af;
    }

  .year-mosaic-section {
      padding: 58px 0 42px;
    }

  .hybrid-constellation-lines--desktop {
      display: none;
    }

  .hybrid-constellation-lines--mobile {
      display: block;
      height: 100%;
    }

  .year-mosaic-heading {
      padding: 0 20px 22px;
    }

  .year-mosaic-heading h2 {
      font-size: 38px;
    }

  .year-mosaic-heading > p:last-child {
      font-size: clamp(13px, 3.85vw, 15px);
      white-space: nowrap;
    }

  .year-mosaic-track {
      padding-right: 20px;
      padding-left: 20px;
    }

  .year-mosaic-viewport {
      padding-top: 0;
    }

  .year-mosaic-figure {
      width: 720px;
      min-width: 720px;
      height: 280px;
    }

  .year-mosaic-switcher {
      padding: 4px 20px 35px;
    }

  .year-mosaic-years {
      width: 100%;
      margin-bottom: 18px;
      gap: 0;
    }

  .year-mosaic-year {
      flex: 1 1 0;
      padding: 8px 0 11px;
      font-size: 11px;
      letter-spacing: .06em;
    }

  .year-mosaic-year:first-child {
      text-align: left;
    }

  .year-mosaic-year:last-child {
      text-align: right;
    }

  .year-mosaic-stage {
      scroll-margin-top: 82px;
    }

  .year-mosaic-stage figcaption {
      padding-top: 9px;
    }

  .year-mosaic-next,
    .year-mosaic-previous {
      width: 250px;
      height: 220px;
    }

  .year-mosaic-next strong,
    .year-mosaic-previous strong {
      font-size: 66px;
    }

  .hybrid-archive {
      padding: 0 0 42px;
    }

  .hybrid-site-footer {
      display: block;
      width: calc(100% - 40px);
      padding-top: var(--footer-content-padding-top-mobile);
      padding-bottom: calc(var(--footer-content-padding-bottom-mobile) + env(safe-area-inset-bottom));
    }

  .hybrid-site-footer > div {
      max-width: none;
    }

  .hybrid-site-footer > a {
      display: inline-block;
      margin-top: 18px;
    }

  .hybrid-timeline-nav {
      margin: 0;
      border-right: 0;
      border-left: 0;
    }

  .hybrid-timeline-nav > header {
      display: flex;
      min-height: 56px;
      flex-wrap: wrap;
      padding: 8px 12px 4px;
      border-bottom: 0;
    }

  .hybrid-timeline-nav > header h3 {
      font-size: 23px;
    }

  .hybrid-timeline-controls {
      width: auto;
      margin-left: auto;
      margin-top: 0;
    }

  .hybrid-timeline-controls > span {
      margin-right: 4px;
    }

  .hybrid-timeline-years-mobile {
      display: flex;
      min-height: 34px;
      align-items: center;
      gap: 4px;
      padding: 0 10px 2px;
      overflow-x: auto;
      scrollbar-width: none;
    }

  .hybrid-timeline-years-mobile::-webkit-scrollbar {
      display: none;
    }

  .hybrid-timeline-year-mobile {
      flex: 0 0 auto;
      min-width: 48px;
      padding: 6px 8px 7px;
      border: 0;
      border-bottom: 1px solid transparent;
      background: transparent;
      color: #a8a29b;
      cursor: pointer;
      font-size: 11px;
      font-variant-numeric: tabular-nums;
      letter-spacing: .08em;
    }

  .hybrid-timeline-year-mobile.is-selected {
      border-bottom-color: #ddc06d;
      color: #ddc06d;
    }

  .hybrid-timeline-range {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 1px 8px 7px;
      color: #a8a29b;
      font-size: 11px;
      font-variant-numeric: tabular-nums;
      letter-spacing: .08em;
      line-height: 1.2;
    }

  .hybrid-timeline-range::before {
      position: absolute;
      top: 50%;
      right: 58px;
      left: 58px;
      height: 1px;
      background: rgba(255, 255, 255, .12);
      content: "";
    }

  .hybrid-timeline-range > span {
      position: relative;
      z-index: 1;
      padding: 0 5px;
    }

  .hybrid-timeline-months {
      display: none;
    }

  .hybrid-timeline-layout {
      display: block;
      height: 374px;
      padding-top: 24px;
    }

  .hybrid-timeline-scroll {
      height: 100%;
    }

  .hybrid-timeline-track {
      display: grid;
      width: max-content;
      min-width: 100%;
      padding-right: 31px;
      padding-left: 31px;
      grid-auto-columns: clamp(70px, 21vw, 82px);
      grid-auto-flow: column;
    }

  .hybrid-timeline-axis {
      right: 44px;
      left: 44px;
    }

  .hybrid-timeline-event {
      position: relative;
      left: auto;
      width: clamp(76px, 22.5vw, 88px);
      justify-self: center;
      transform: none;
    }

  .hybrid-timeline-event.is-top {
      top: auto;
      align-self: start;
      margin-top: 8px;
    }

  .hybrid-timeline-event.is-bottom {
      bottom: auto;
      align-self: end;
      margin-bottom: 8px;
    }

  .hybrid-timeline-event::before {
      height: 25px;
    }

  .hybrid-timeline-event time {
      position: absolute;
      z-index: 3;
      top: 0;
      right: 0;
      margin: 0;
      color: #ddc06d;
      font-family: var(--sans);
      font-size: 9px;
      line-height: 1;
    }

  .hybrid-timeline-event button,
    .hybrid-timeline-event a {
      padding-top: 36px;
    }

  .hybrid-timeline-event img {
      height: clamp(66px, 19vw, 74px);
      border-radius: 44px 44px 3px 3px;
    }

  .hybrid-timeline-event span {
      display: -webkit-box;
      height: calc(2.5em + 4px);
      padding-top: 4px;
      overflow: hidden;
      font-size: clamp(10px, 2.8vw, 11px);
      line-height: 1.32;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
    }

  .hybrid-timeline-event.is-top button::after,
    .hybrid-timeline-event.is-top a::after {
      bottom: -31px;
    }

  .hybrid-timeline-event.is-bottom button::after,
    .hybrid-timeline-event.is-bottom a::after {
      top: -31px;
    }

  .hybrid-timeline-event button::before,
    .hybrid-timeline-event a::before {
      top: 12px;
      right: 0;
      width: 22px;
      height: 22px;
      font-size: 22px;
    }

  .hybrid-timeline-progress {
      margin: 32px 20px 14px;
    }

  .story-dialog {
      width: calc(100vw - 16px);
      height: calc(100dvh - 16px);
      max-height: none;
      padding: 0;
    }

  .story-dialog__scroll {
      padding: 38px 20px 45px;
    }

  .story-dialog__scroll h2 {
      font-size: 34px;
    }

  .story-dialog__media--motion img {
      height: 310px;
    }

  .story-dialog__opening { margin-bottom: 36px; }

  .story-dialog__opening .story-dialog__media {
      float: none;
      width: 100%;
      min-height: 0;
      margin: 0 0 24px;
    }

  .story-dialog__opening-copy > p {
      padding-top: 0;
    }

  .story-dialog__magazine-flow {
      display: block;
    }

  .story-dialog__media-group,
    .story-dialog__media-group.is-single,
    .story-dialog__media-group.is-single:has(.story-dialog__media.is-square),
    .story-dialog__media-group.is-single:has(.story-dialog__media.is-landscape) {
      width: 100%;
      margin: 32px auto;
    }

  .story-dialog__media-group.is-single:has(.story-dialog__media.is-portrait) {
      width: 92%;
    }

  .story-dialog__media-group.is-pair,
    .story-dialog__media-group.is-multiple {
      grid-template-columns: minmax(0, 1fr);
      gap: 20px;
    }

  .story-dialog__media-group .story-dialog__media,
    .story-dialog__media-group.is-multiple > .story-dialog__media:last-child:nth-child(odd) {
      width: 100%;
      min-height: 0;
      margin: 0;
    }

  .story-dialog__prose {
      margin: 30px 0;
    }

  .story-dialog__opening-copy p,
    .story-dialog__prose p {
      font-size: 16px;
      line-height: 1.9;
    }

  .story-dialog__product-gallery > header {
      display: block;
    }

  .story-dialog__product-date {
      min-height: 46px;
      margin-left: 18px;
      padding: 9px 16px;
    }

  .story-dialog__product-track {
      overflow-x: auto;
      overflow-y: hidden;
    }

  .story-dialog__product-content {
      grid-template-columns: 1fr;
      gap: 20px;
    }

  .story-dialog__product-content > div:first-child {
      grid-template-columns: repeat(var(--moment-product-count), minmax(0, 160px));
      gap: 14px;
    }

  .story-dialog__product-content > .story-dialog__tags {
      align-self: start;
    }

  .story-dialog__actions {
      display: grid;
      grid-template-columns: 1fr;
    }

  .story-dialog blockquote {
      margin: 40px 0;
      padding: 24px;
      font-size: 22px;
    }

  .story-dialog__media--split {
      grid-template-columns: 1fr;
    }

  .story-dialog__media--split img {
      height: 330px;
    }
}

/* Public moments page shell: keep the common site canvas identical to every
   other public page. The dark story experience keeps its own local palette. */
.moments-page {
  --paper: #f7f3ec;
  --surface: #fffdf9;
  --ink: #29231f;
  --muted: #70665f;
  --accent: #8f4054;
  --accent-dark: #71374a;
  --line: rgba(41, 35, 31, .14);
  --sans: var(--sans-public);
  --serif: var(--sans);
  background:
    radial-gradient(circle var(--site-paper-glow-radius) at 10% 0%, rgba(255, 255, 255, .95), transparent 100%),
    var(--paper);
  font-size: 18px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

.moments-page .prototype--hybrid,
.moments-page .story-dialog {
  --paper: #f6f0e8;
  --surface: #fffdf9;
  --ink: #29231f;
  --muted: #756a62;
  --accent: #934960;
  --accent-dark: #71374a;
  --gold: #d8b661;
  --night: #171719;
  --line: rgba(54, 43, 36, .17);
  --sans: var(--sans-ui-light);
  --serif: var(--sans);
  line-height: 1.75;
}

/* Public Moments typography follows the shared site hierarchy: light sans
   headings, regular-weight copy, controls, dates, and small section labels. */
.moments-page .prototype--hybrid h1,
.moments-page .prototype--hybrid h2,
.moments-page .prototype--hybrid h3,
.moments-page .story-dialog h1,
.moments-page .story-dialog h2,
.moments-page .story-dialog h3 {
  font-weight: 300;
}

.moments-page .prototype--hybrid p,
.moments-page .prototype--hybrid a,
.moments-page .prototype--hybrid span,
.moments-page .prototype--hybrid time,
.moments-page .prototype--hybrid strong,
.moments-page .prototype--hybrid button,
.moments-page .story-dialog p,
.moments-page .story-dialog a,
.moments-page .story-dialog span,
.moments-page .story-dialog time,
.moments-page .story-dialog strong,
.moments-page .story-dialog button {
  font-weight: 400;
}
