/* =====================================================================
   SIGNAL — cinematic one-page architecture
   Tokens → primitives → layout → sections
   ===================================================================== */

:root {
  /* palette (placeholder until client palette lands) */
  --ink: #050505;
  --ink-2: #0a0a0b;
  --ivory: #f2efe9;
  --ivory-dim: rgba(242, 239, 233, 0.62);
  --ivory-faint: rgba(242, 239, 233, 0.34);
  --gold: #c8a24a;
  --line: rgba(242, 239, 233, 0.14);
  --line-soft: rgba(242, 239, 233, 0.07);

  /* atmosphere */
  --lift: rgba(233, 226, 210, 0.045);
  --lift-warm: rgba(214, 178, 116, 0.05);
  --grade: saturate(0.88) contrast(1.06) brightness(0.94);

  /* type */
  --serif: "Instrument Serif", Georgia, serif;
  --sans: "Manrope", system-ui, sans-serif;

  /* rhythm */
  --gutter: clamp(1.25rem, 4vw, 4.5rem);
  --shell: 1560px;
  --band: clamp(7rem, 14vh, 12rem);
}


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

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background:
    radial-gradient(ellipse 70% 40% at 82% 12%, var(--lift-warm) 0%, rgba(0, 0, 0, 0) 60%),
    radial-gradient(ellipse 80% 35% at 12% 46%, var(--lift) 0%, rgba(0, 0, 0, 0) 62%),
    radial-gradient(ellipse 90% 45% at 60% 88%, rgba(233, 226, 210, 0.035) 0%, rgba(0, 0, 0, 0) 65%),
    linear-gradient(to bottom, #060606 0%, #08080a 38%, #050506 70%, #040404 100%);
  background-attachment: fixed;
  color: var(--ivory);
  font-family: var(--sans);
  font-weight: 300;
  font-size: clamp(0.95rem, 0.9rem + 0.2vw, 1.05rem);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
  text-decoration: none;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure,
blockquote,
p,
h1,
h2 {
  margin: 0;
}

::selection {
  background: var(--gold);
  color: var(--ink);
}

/* ---------- primitives ---------- */

.shell {
  width: 100%;
  max-width: var(--shell);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.display {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 0.98;
  text-wrap: balance;
}

.display em {
  font-style: italic;
  color: var(--gold);
}

.display .line {
  display: block;
}

.display--xl {
  font-size: clamp(2.75rem, 7.2vw, 8rem);
}
.display--lg {
  font-size: clamp(2.35rem, 5.2vw, 5.25rem);
}
.display--md {
  font-size: clamp(2rem, 3.6vw, 3.75rem);
}
.display--center {
  text-align: center;
}

.eyebrow {
  font-size: 0.68rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
}

.meta {
  font-size: 0.64rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ivory-faint);
}

.lede {
  max-width: 46ch;
  font-size: clamp(1rem, 0.95rem + 0.35vw, 1.3rem);
  color: var(--ivory-dim);
  line-height: 1.55;
}

.lede--center {
  margin-inline: auto;
  text-align: center;
}

.body {
  max-width: 42ch;
  color: var(--ivory-dim);
}

.body--dim {
  color: var(--ivory-faint);
}

.caption {
  margin-top: 1.1rem;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ivory-faint);
}

.numeral {
  display: block;
  font-family: var(--serif);
  font-size: clamp(3.5rem, 8vw, 7rem);
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(242, 239, 233, 0.22);
  margin-bottom: 1.75rem;
}

.numeral--sm {
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  margin-bottom: 1.25rem;
}

.rule {
  flex: 1;
  height: 1px;
  background: var(--line);
}

/* buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.85rem 1.6rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  transition:
    background-color 0.4s ease,
    color 0.4s ease,
    border-color 0.4s ease;
}

.btn--solid {
  background: var(--ivory);
  color: var(--ink);
  border-color: var(--ivory);
}

.btn--solid:hover {
  background: var(--gold);
  border-color: var(--gold);
}

.btn--ghost:hover {
  border-color: var(--ivory);
}

.btn--lg {
  padding: 1.05rem 2.2rem;
  font-size: 0.78rem;
}

/* media */
.media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}

.media img,
.media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media__scrim {
  position: absolute;
  inset: 0;
}

.media__scrim--hero {
  background:
    linear-gradient(to top, rgba(5, 5, 5, 0.96) 0%, rgba(5, 5, 5, 0.15) 55%, rgba(5, 5, 5, 0.7) 100%),
    linear-gradient(to right, rgba(5, 5, 5, 0.75) 0%, rgba(5, 5, 5, 0) 65%);
}

.media__scrim--center {
  background: radial-gradient(
    ellipse at center,
    rgba(5, 5, 5, 0.82) 0%,
    rgba(5, 5, 5, 0.55) 45%,
    rgba(5, 5, 5, 0.88) 100%
  );
}

.media__scrim--vignette {
  background:
    radial-gradient(ellipse at 50% 62%, rgba(5, 5, 5, 0.2) 0%, rgba(5, 5, 5, 0.92) 72%),
    linear-gradient(to bottom, var(--ink) 0%, rgba(5, 5, 5, 0) 22%);
}

.media--texture {
  opacity: 0.38;
}

.plate {
  position: relative;
  overflow: hidden;
  background: var(--ink-2);
}

.plate img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.plate--tall {
  aspect-ratio: 3 / 4;
}
.plate--wide {
  aspect-ratio: 16 / 9;
}
.plate--portrait {
  aspect-ratio: 3 / 4;
}

/* ---------- nav ---------- */

.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1rem var(--gutter);
  background: rgba(5, 5, 5, 0.42);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  border-bottom: 1px solid var(--line);
}

.nav__logo {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
}

.nav__mark {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 18px rgba(200, 162, 74, 0.8);
}

.nav__word {
  font-size: 0.8rem;
  letter-spacing: 0.42em;
  font-weight: 600;
}

.nav__index {
  display: flex;
  gap: 2rem;
  font-size: 0.66rem;
  letter-spacing: 0.24em;
  color: var(--ivory-faint);
}

.nav__index a:hover {
  color: var(--ivory);
}

/* ---------- 1. hero ---------- */

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-block: 12rem 2.5rem;
  isolation: isolate;
}

.hero .media img {
  transform: scale(1.06);
  will-change: transform;
}

.hero__atmos {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.hero__beam {
  position: absolute;
  top: -35%;
  width: 34vw;
  height: 160%;
  transform-origin: top center;
  filter: blur(38px);
  opacity: 0;
  mix-blend-mode: screen;
  background: linear-gradient(
    to bottom,
    rgba(255, 244, 214, 0.14) 0%,
    rgba(255, 240, 205, 0.05) 45%,
    rgba(255, 240, 205, 0) 78%
  );
}

.hero__beam--a {
  left: 8%;
  transform: rotate(11deg);
  animation: beam-drift-a 34s ease-in-out infinite;
}

.hero__beam--b {
  right: 4%;
  width: 26vw;
  transform: rotate(-9deg);
  animation: beam-drift-b 46s ease-in-out infinite;
}


.hero__bloom {
  position: absolute;
  top: -18%;
  left: 18%;
  width: 46vw;
  height: 46vw;
  border-radius: 50%;
  mix-blend-mode: screen;
  filter: blur(20px);
  background: radial-gradient(
    circle,
    rgba(255, 243, 219, 0.16) 0%,
    rgba(240, 214, 160, 0.07) 32%,
    rgba(200, 162, 74, 0.03) 55%,
    rgba(0, 0, 0, 0) 72%
  );
  animation: bloom-breathe 22s ease-in-out infinite;
  will-change: transform;
}


.hero__haze {
  position: absolute;
  inset: -20%;
  mix-blend-mode: screen;
  filter: blur(60px);
  opacity: 0.4;
}

.hero__haze--a {
  background: radial-gradient(
    ellipse 60% 45% at 30% 65%,
    rgba(216, 208, 192, 0.09) 0%,
    rgba(0, 0, 0, 0) 70%
  );
  animation: haze-a 60s ease-in-out infinite;
}

.hero__haze--b {
  background: radial-gradient(
    ellipse 50% 40% at 72% 40%,
    rgba(180, 176, 168, 0.07) 0%,
    rgba(0, 0, 0, 0) 70%
  );
  animation: haze-b 78s ease-in-out infinite;
}


.hero__grain {
  position: absolute;
  inset: -100%;
  z-index: 3;
  pointer-events: none;
  opacity: 0.05;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/></filter><rect width='160' height='160' filter='url(%23n)'/></svg>");
  animation: grain-shift 1.1s steps(3) infinite;
}


.hero__particles {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .hero__beam,
  .hero__bloom,
  .hero__haze,
  .hero__grain {
    animation: none;
  }
  .hero__particles {
    display: none;
  }
}


.hero__inner {
  position: relative;
  z-index: 2;
  max-width: min(var(--shell), 100%);
}

.hero__inner .eyebrow {
  margin-bottom: 1.75rem;
}

.hero__lede {
  margin-top: 2.25rem;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2.75rem;
}

.actions--center {
  justify-content: center;
}

.hero__foot {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 5rem;
}

/* ---------- 2. chapter one: sticky split ---------- */

.chapter--split {
  padding-block: var(--band);
  border-top: 1px solid var(--line);
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 6vw, 7rem);
  align-items: start;
  padding-inline: var(--gutter);
  max-width: var(--shell);
  margin-inline: auto;
}

.split__sticky {
  position: sticky;
  top: 22vh;
  padding-block: 2rem;
}

.split__sticky .eyebrow {
  margin-bottom: 1.25rem;
}

.split__sticky .body {
  margin-top: 2rem;
}

.split__media {
  transform: translateY(clamp(2rem, 8vw, 8rem));
}

/* ---------- 3. chapter two: immersive ---------- */

.chapter--immersive {
  position: relative;
  min-height: 118svh;
  display: grid;
  place-items: center;
  padding-block: var(--band);
  isolation: isolate;
}

.immersive__inner {
  position: relative;
  z-index: 2;
  width: min(64ch, 100%);
  padding-inline: var(--gutter);
  display: grid;
  gap: 2.5rem;
  justify-items: center;
}

.rail {
  position: absolute;
  z-index: 2;
  top: 50%;
  font-size: 0.64rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--ivory-faint);
  white-space: nowrap;
}

.rail--left {
  left: calc(var(--gutter) - 0.5rem);
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: left center;
}

.rail--right {
  right: calc(var(--gutter) - 0.5rem);
  transform: translateY(-50%) rotate(90deg);
  transform-origin: right center;
}

/* ---------- 4. stats ---------- */

.stats {
  position: relative;
  padding-block: var(--band);
  border-top: 1px solid var(--line);
  isolation: isolate;
  overflow: hidden;
}

.stats__inner {
  position: relative;
  z-index: 2;
}

.stats__head {
  max-width: 62ch;
  padding-bottom: clamp(4.5rem, 9vw, 8.5rem);
  border-bottom: 1px solid var(--line-soft);
}

.stats__head .body {
  margin-top: 1.5rem;
}

.figures {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
}

.figure {
  position: relative;
  padding-top: clamp(3.5rem, 6.5vw, 6rem);
  display: grid;
  grid-template-columns: auto auto;
  align-items: baseline;
  justify-content: start;
  gap: 0.25rem;
}

/* dividers fade out at both ends — a seam, not a table rule */
.figure + .figure::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(clamp(1.5rem, 4vw, 3rem) / -2);
  width: 1px;
  background: linear-gradient(
    to bottom,
    rgba(242, 239, 233, 0) 0%,
    rgba(242, 239, 233, 0.1) 32%,
    rgba(242, 239, 233, 0.02) 100%
  );
}

/* staircase the baseline so it reads as composition, not a card row */
.figure:nth-child(2) {
  padding-top: calc(clamp(3.5rem, 6.5vw, 6rem) + 2.5rem);
}
.figure:nth-child(3) {
  padding-top: calc(clamp(3.5rem, 6.5vw, 6rem) + 1.25rem);
}
.figure:nth-child(4) {
  padding-top: calc(clamp(3.5rem, 6.5vw, 6rem) + 3.75rem);
}

.figure__value {
  font-family: var(--serif);
  font-size: clamp(3.75rem, 8.4vw, 8.5rem);
  line-height: 0.86;
  letter-spacing: -0.02em;
  font-variant-numeric: lining-nums tabular-nums;
  color: var(--ivory);
  text-shadow: 0 0 60px rgba(242, 239, 233, 0.06);
}

.figure__unit {
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.2vw, 2.4rem);
  color: var(--gold);
  opacity: 0.85;
}

.figure__label {
  grid-column: 1 / -1;
  margin-top: clamp(1.75rem, 2.5vw, 2.5rem);
  font-size: 0.66rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(242, 239, 233, 0.28);
  font-weight: 400;
  line-height: 1.7;
  max-width: 16ch;
}


/* ---------- 5. chapter four: offset diptych ---------- */

.chapter--diptych {
  padding-block: var(--band);
  border-top: 1px solid var(--line);
}

.diptych {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(1.5rem, 3vw, 3rem) clamp(1rem, 2.5vw, 2.5rem);
  align-items: end;
}

.diptych__a {
  grid-column: 1 / span 7;
}

.diptych__b {
  grid-column: 9 / span 4;
  transform: translateY(clamp(2rem, 7vw, 7rem));
}

.diptych__text {
  grid-column: 1 / span 5;
  margin-top: clamp(3rem, 8vw, 8rem);
}

.diptych__text .eyebrow {
  margin-bottom: 1.25rem;
}

.diptych__text .body {
  margin-top: 2rem;
}

.quote {
  margin-top: clamp(6rem, 14vw, 12rem);
  padding: clamp(3.5rem, 8vw, 7rem) var(--gutter);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: center;
}

.quote p {
  font-family: var(--serif);
  font-size: clamp(1.75rem, 4vw, 3.5rem);
  line-height: 1.12;
  max-width: 30ch;
  margin-inline: auto;
}

.quote .line {
  display: block;
}

.quote cite {
  display: block;
  margin-top: 2.5rem;
  font-style: normal;
  font-size: 0.66rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ivory-faint);
}

/* ---------- 6. final cta ---------- */

.cta {
  position: relative;
  min-height: 108svh;
  display: grid;
  place-items: center;
  isolation: isolate;
  padding-block: var(--band);
}

.cta__inner {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 2.25rem;
  padding-inline: var(--gutter);
  text-align: center;
}

/* ---------- 7. footer — end credits ---------- */

.footer {
  position: relative;
  padding-block: clamp(7rem, 13vw, 12rem) clamp(4.5rem, 8vw, 7rem);
  border-top: 1px solid transparent;
  border-image: linear-gradient(
      to right,
      rgba(242, 239, 233, 0) 0%,
      rgba(242, 239, 233, 0.12) 50%,
      rgba(242, 239, 233, 0) 100%
    )
    1;
  background:
    radial-gradient(ellipse 60% 90% at 50% 120%, rgba(233, 226, 210, 0.05) 0%, rgba(0, 0, 0, 0) 70%),
    var(--ink);
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: clamp(2.5rem, 5vw, 4.5rem);
  align-items: start;
}

.footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  opacity: 0.72;
}

.footer__brand .nav__mark {
  box-shadow: 0 0 14px rgba(200, 162, 74, 0.45);
  opacity: 0.8;
}

.footer__col {
  display: grid;
  gap: 1.4rem;
  font-size: 0.8rem;
  line-height: 1.9;
  letter-spacing: 0.02em;
  color: rgba(242, 239, 233, 0.42);
}

.footer__col .meta {
  font-size: 0.58rem;
  letter-spacing: 0.34em;
  color: rgba(242, 239, 233, 0.24);
}

.footer__col--end {
  justify-items: start;
}

.footer__col a {
  transition: color 0.5s ease;
}

.footer__col a:hover {
  color: var(--ivory);
}


/* ---------- responsive ---------- */

@media (max-width: 1024px) {
  .split {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .split__sticky {
    position: static;
    padding-block: 0;
  }
  .split__media {
    transform: none;
  }
  .figures {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 3.5rem;
  }
  .figure:nth-child(n) {
    padding-top: clamp(2rem, 5vw, 3rem);
  }
  .figure:nth-child(3)::before,
  .figure + .figure::before {
    display: none;
  }
  .diptych__a,
  .diptych__b,
  .diptych__text {
    grid-column: 1 / -1;
  }
  .diptych__b {
    transform: none;
    max-width: 62%;
  }
  .footer__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .nav__index {
    display: none;
  }
  .nav__cta span {
    font-size: 0.68rem;
  }
  .hero {
    padding-block: 9rem 2rem;
  }
  .hero__foot {
    margin-top: 3rem;
  }
  .rail {
    display: none;
  }
  .figures {
    grid-template-columns: 1fr;
  }
  .diptych__b {
    max-width: 100%;
  }
  .footer__grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.001ms !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}

/* =====================================================================
   Refinement pass — grading, depth, continuity
   ===================================================================== */

/* cinematic grade: one consistent language across every frame */
.media img,
.media video,
.plate img {
  filter: var(--grade);
}

.media--texture {
  opacity: 0.3;
  filter: var(--grade) blur(0.3px);
}

/* plates sit in light: soft cast shadow, inner edge, top sheen */
.plate {
  box-shadow:
    0 40px 90px -50px rgba(0, 0, 0, 0.9),
    0 2px 60px -30px rgba(233, 226, 210, 0.06);
}

.plate::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(to bottom, rgba(255, 250, 238, 0.06) 0%, rgba(0, 0, 0, 0) 22%),
    radial-gradient(ellipse 120% 80% at 50% 110%, rgba(5, 5, 5, 0.5) 0%, rgba(0, 0, 0, 0) 60%);
  box-shadow: inset 0 0 0 1px rgba(242, 239, 233, 0.05);
}

/* ambient reflected light in the darker bands — no flat black */
.chapter--split,
.stats,
.chapter--diptych,
.quote {
  border-top-color: var(--line-soft);
}

.chapter--split,
.chapter--diptych {
  position: relative;
  isolation: isolate;
}

.chapter--split::before,
.chapter--diptych::before,
.stats::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.chapter--split::before {
  background: radial-gradient(
    ellipse 55% 45% at 78% 30%,
    rgba(233, 226, 210, 0.055) 0%,
    rgba(0, 0, 0, 0) 68%
  );
}

.chapter--diptych::before {
  background:
    radial-gradient(ellipse 50% 40% at 18% 22%, rgba(233, 226, 210, 0.05) 0%, rgba(0, 0, 0, 0) 66%),
    radial-gradient(ellipse 45% 35% at 88% 72%, rgba(214, 178, 116, 0.045) 0%, rgba(0, 0, 0, 0) 68%);
}

.stats::after {
  z-index: 1;
  background:
    radial-gradient(ellipse 70% 55% at 50% 8%, rgba(233, 226, 210, 0.05) 0%, rgba(0, 0, 0, 0) 62%),
    linear-gradient(to bottom, rgba(5, 5, 5, 0.55) 0%, rgba(5, 5, 5, 0.2) 45%, rgba(5, 5, 5, 0.75) 100%);
}

/* atmospheric haze at the seams so sections read as one continuous scene */
.chapter--immersive::after,
.cta::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 22vh;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(5, 5, 5, 0) 0%, rgba(5, 5, 5, 0.85) 100%);
}

.quote {
  position: relative;
  border-color: var(--line-soft);
  background: radial-gradient(
    ellipse 60% 120% at 50% 50%,
    rgba(233, 226, 210, 0.04) 0%,
    rgba(0, 0, 0, 0) 70%
  );
}

/* ultra-light global film grain */
.page-grain {
  position: fixed;
  inset: -60%;
  z-index: 80;
  pointer-events: none;
  opacity: 0.028;
  mix-blend-mode: screen;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='g'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='180' height='180' filter='url(%23g)'/></svg>");
  animation: page-grain-shift 1.4s steps(3) infinite;
}


@media (prefers-reduced-motion: reduce) {
  .page-grain {
    animation: none;
  }
}
