.non-event-page {
  --nee-gold: #fdc468;
  --nee-gold-dark: #dd9f45;
  --nee-gold-soft: #ffe0a3;
  --nee-slate: #282d36;
  --nee-navy: #17212b;
  --nee-navy-deep: #101820;
  --nee-evergreen: #193b34;
  --nee-evergreen-deep: #0f231f;
  --nee-evergreen-soft: #244d43;
  --nee-slate-soft: #244743;
  --nee-ink-light: #f6f2e9;
  --nee-mist: #d6dde2;
  --nee-gray: #4c5159;
  --nee-body: #676d77;
  --nee-line: #cccccc;
  --nee-cream: #fff9f2;
  --nee-sand: #f5ebe0;
  --nee-green: #98be77;
  --nee-content-max: 1420px;
  --spotlight-x: 70%;
  --spotlight-y: 18%;
  background: var(--nee-evergreen-deep);
  color: var(--nee-mist);
  font-family: CabritoSans-NorMed, Helvetica, Arial, sans-serif;
  overflow: hidden;
}

@property --spotlight-x {
  syntax: "<percentage>";
  inherits: true;
  initial-value: 70%;
}

@property --spotlight-y {
  syntax: "<percentage>";
  inherits: true;
  initial-value: 18%;
}

@keyframes non-event-mobile-spotlight {
  0%,
  100% {
    --spotlight-x: 22%;
    --spotlight-y: 8%;
  }

  38% {
    --spotlight-x: 78%;
    --spotlight-y: 14%;
  }

  68% {
    --spotlight-x: 48%;
    --spotlight-y: 48%;
  }
}

@keyframes non-event-fluid-orbit {
  0% {
    transform: translate3d(-3%, -2%, 0) scale(1.04) rotate(0deg);
  }

  45% {
    transform: translate3d(4%, 2%, 0) scale(1.11) rotate(7deg);
  }

  100% {
    transform: translate3d(-3%, -2%, 0) scale(1.04) rotate(0deg);
  }
}

@keyframes non-event-fluid-breathe {
  0%,
  100% {
    opacity: 0.72;
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    opacity: 0.92;
    transform: translate3d(-2%, 3%, 0) scale(1.08);
  }
}

@keyframes non-event-poster-drift {
  0% {
    transform: translate3d(-4%, 0, 0);
  }

  50% {
    transform: translate3d(3%, -2%, 0);
  }

  100% {
    transform: translate3d(-4%, 0, 0);
  }
}

@keyframes non-event-scroll-cue-bob {
  0%,
  100% {
    transform: translate3d(0, -2px, 0);
  }

  50% {
    transform: translate3d(0, 6px, 0);
  }
}

@keyframes non-event-curtain-open-left {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transform: translate3d(0, 0, 0) scaleX(1) skewY(0deg);
  }

  18% {
    clip-path: polygon(0 0, 98% 0, 99% 100%, 0 100%);
    transform: translate3d(-6%, 0, 0) scaleX(0.98) skewY(-0.4deg);
  }

  42% {
    clip-path: polygon(0 0, 90% 0, 97% 100%, 0 100%);
    transform: translate3d(-27%, 0, 0) scaleX(0.86) skewY(-1.15deg);
  }

  68% {
    clip-path: polygon(0 0, 79% 0, 88% 100%, 0 100%);
    transform: translate3d(-49%, 0, 0) scaleX(0.76) skewY(-0.7deg);
  }

  100% {
    clip-path: polygon(0 0, 69% 0, 78% 100%, 0 100%);
    transform: translate3d(-67%, 0, 0) scaleX(0.66) skewY(0deg);
  }
}

@keyframes non-event-curtain-open-right {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transform: translate3d(0, 0, 0) scaleX(1) skewY(0deg);
  }

  18% {
    clip-path: polygon(2% 0, 100% 0, 100% 100%, 1% 100%);
    transform: translate3d(6%, 0, 0) scaleX(0.98) skewY(0.4deg);
  }

  42% {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 3% 100%);
    transform: translate3d(27%, 0, 0) scaleX(0.86) skewY(1.15deg);
  }

  68% {
    clip-path: polygon(21% 0, 100% 0, 100% 100%, 12% 100%);
    transform: translate3d(49%, 0, 0) scaleX(0.76) skewY(0.7deg);
  }

  100% {
    clip-path: polygon(31% 0, 100% 0, 100% 100%, 22% 100%);
    transform: translate3d(67%, 0, 0) scaleX(0.66) skewY(0deg);
  }
}

@keyframes non-event-curtain-weight {
  0%,
  100% {
    filter: saturate(0.92) contrast(1.06) brightness(0.92);
  }

  52% {
    filter: saturate(0.98) contrast(1.13) brightness(0.98);
  }
}

@keyframes non-event-curtain-edge-left {
  0% {
    transform: translate3d(0, 0, 0) scaleX(1);
  }

  38% {
    transform: translate3d(-10px, 0, 0) scaleX(1.15);
  }

  70% {
    transform: translate3d(18px, 0, 0) scaleX(0.92);
  }

  100% {
    transform: translate3d(26px, 0, 0) scaleX(0.84);
  }
}

@keyframes non-event-curtain-edge-right {
  0% {
    transform: translate3d(0, 0, 0) scaleX(1);
  }

  38% {
    transform: translate3d(10px, 0, 0) scaleX(1.15);
  }

  70% {
    transform: translate3d(-18px, 0, 0) scaleX(0.92);
  }

  100% {
    transform: translate3d(-26px, 0, 0) scaleX(0.84);
  }
}

@keyframes non-event-room-glow {
  0% {
    opacity: 0.62;
    transform: translate3d(-50%, -4%, 0) scale(0.92);
  }

  100% {
    opacity: 0.96;
    transform: translate3d(-50%, 0, 0) scale(1);
  }
}

@keyframes non-event-curtain-clear {
  0%,
  82% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.non-event-page * {
  box-sizing: border-box;
}

body.page-template-page-non-event-event .sticky-header-wrapper,
body.page-template-page-non-event-event .sticky-header-wrapper .header-container,
body.page-template-page-non-event-event .widget-footer,
body.page-template-page-non-event-event footer.outter-wrapper {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.page-template-page-non-event-event .sticky-header-wrapper .header-wrapper,
body.page-template-page-non-event-event .widget-footer .wrapper,
body.page-template-page-non-event-event footer.outter-wrapper .wrapper {
  width: min(var(--nee-content-max), calc(100% - 48px)) !important;
  max-width: var(--nee-content-max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.page-template-page-non-event-event .sticky-header-wrapper,
body.page-template-page-non-event-event .sticky-header-wrapper .header-container {
  border-bottom: 1px solid rgba(255, 218, 129, 0.14);
  background:
    radial-gradient(ellipse at 18% 0%, rgba(255, 218, 129, 0.10), transparent 48%),
    linear-gradient(180deg, #14100b, #070504) !important;
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.30);
}

body.page-template-page-non-event-event .sticky-header-wrapper {
  position: sticky;
  top: 0;
  z-index: 900;
}

body.page-template-page-non-event-event .sticky-header-wrapper .outter-wrapper.header-container {
  position: static !important;
  top: auto !important;
  z-index: auto !important;
}

body.page-template-page-non-event-event .sticky-header-wrapper .header-wrapper,
body.page-template-page-non-event-event .sticky-header-wrapper header.clearfix {
  min-height: 70px;
}

body.page-template-page-non-event-event .sticky-header-wrapper header.clearfix {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body.page-template-page-non-event-event #header_logo .logo {
  display: block;
  width: clamp(230px, 25vw, 330px);
  aspect-ratio: 800 / 245;
  background: url("../assets/non-event-event/logos/sccc-60-horizontal-dark.webp") center / contain no-repeat;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

body.page-template-page-non-event-event #header_logo .logo img {
  display: block;
  max-height: 58px;
  width: auto;
  opacity: 0;
}

body.page-template-page-non-event-event #nav-wrap {
  margin-top: 0 !important;
}

body.page-template-page-non-event-event #nav-wrap ul.nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

body.page-template-page-non-event-event #nav-wrap ul a {
  font-size: 13px !important;
}

body.page-template-page-non-event-event #nav-wrap .donate a {
  padding: 9px 15px !important;
}

body.page-template-page-non-event-event .sticky-header-wrapper a,
body.page-template-page-non-event-event .sticky-header-wrapper .menu-item a {
  color: #fff8e5 !important;
}

body.page-template-page-non-event-event .widget-footer,
body.page-template-page-non-event-event footer.outter-wrapper {
  border-top: 1px solid rgba(255, 218, 129, 0.14);
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255, 232, 172, 0.13), transparent 58%),
    linear-gradient(180deg, #080604, #020201) !important;
  color: rgba(255, 248, 229, 0.76);
}

body.page-template-page-non-event-event .widget-footer *,
body.page-template-page-non-event-event footer.outter-wrapper * {
  color: inherit;
}

body.page-template-page-non-event-event .widget-footer a,
body.page-template-page-non-event-event footer.outter-wrapper a {
  color: #ffe7ae;
}

.non-event-hero {
  position: relative;
  min-height: calc(100svh - 92px);
  padding: 92px 24px 78px;
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 246, 219, 0.58), rgba(253, 196, 104, 0.23) 19%, rgba(166, 101, 24, 0.12) 35%, rgba(15, 35, 31, 0) 53%),
    radial-gradient(circle at var(--spotlight-x) var(--spotlight-y), rgba(255, 244, 218, 0.19), rgba(253, 196, 104, 0.10) 18%, rgba(15, 35, 31, 0) 45%),
    linear-gradient(115deg, #23180c 0%, #51300e 20%, var(--nee-evergreen-deep) 58%, #08110f 100%);
  overflow: hidden;
  isolation: isolate;
}

.non-event-empty-room {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 17%, rgba(255, 252, 222, 0.90) 0 1.4%, rgba(255, 217, 126, 0.32) 1.6%, transparent 9%),
    radial-gradient(circle at 20% 63%, rgba(255, 219, 145, 0.18) 0 2%, rgba(255, 219, 145, 0.08) 4%, transparent 13%),
    radial-gradient(circle at 15% 74%, rgba(255, 238, 190, 0.18) 0 1.3%, rgba(255, 238, 190, 0.08) 3.2%, transparent 9%),
    radial-gradient(ellipse at 50% 23%, rgba(255, 245, 218, 0.82), rgba(253, 196, 104, 0.30) 24%, rgba(121, 71, 20, 0.22) 45%, rgba(8, 12, 10, 0.44) 70%),
    linear-gradient(180deg, rgba(20, 13, 8, 0.10) 0%, rgba(10, 18, 17, 0.72) 100%),
    linear-gradient(180deg, #7b5118 0%, #4d2d0e 35%, #0c1815 100%);
}

.non-event-empty-room::before,
.non-event-empty-room::after {
  content: "";
  position: absolute;
  top: -4%;
  bottom: -8%;
  width: min(25vw, 330px);
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 236, 173, 0.22), transparent 24%, rgba(39, 18, 2, 0.36) 48%, rgba(255, 209, 111, 0.18) 68%, rgba(31, 12, 0, 0.55)),
    repeating-linear-gradient(90deg, #2a1302 0 18px, #8d520f 18px 34px, #d2932e 34px 47px, #4e2503 47px 68px);
  filter: blur(0.4px) saturate(1.08);
  opacity: 0.82;
}

.non-event-empty-room::before {
  left: 0;
  clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
}

.non-event-empty-room::after {
  right: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
  transform: scaleX(-1);
}

.non-event-room-wall {
  position: absolute;
  inset: 0 0 33%;
  background:
    radial-gradient(ellipse at 50% 26%, rgba(255, 244, 211, 0.36), transparent 46%),
    linear-gradient(100deg, transparent 0 47%, rgba(255, 246, 216, 0.16) 47.5% 48%, transparent 49% 100%),
    linear-gradient(82deg, transparent 0 52%, rgba(255, 246, 216, 0.12) 52.5% 53%, transparent 54% 100%);
  background-size: auto;
  opacity: 0.78;
}

.non-event-room-wall::before,
.non-event-room-wall::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: -16%;
  width: 32%;
  background: linear-gradient(90deg, rgba(2, 8, 7, 0.54), rgba(2, 8, 7, 0));
}

.non-event-room-wall::before {
  left: 0;
}

.non-event-room-wall::after {
  right: 0;
  transform: scaleX(-1);
}

.non-event-room-floor {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 42%;
  background:
    radial-gradient(ellipse at 50% 8%, rgba(255, 224, 162, 0.30), transparent 43%),
    repeating-linear-gradient(88deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 92px),
    linear-gradient(180deg, rgba(88, 55, 18, 0.72), #07100e 78%);
  clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 100%);
}

.non-event-room-floor::before {
  content: "";
  position: absolute;
  inset: 8% -20% 0;
  background:
    linear-gradient(74deg, transparent 0 48%, rgba(255, 255, 255, 0.055) 48.15% 48.45%, transparent 48.6% 100%),
    linear-gradient(106deg, transparent 0 49%, rgba(255, 255, 255, 0.045) 49.15% 49.45%, transparent 49.6% 100%);
  opacity: 0.76;
}

.non-event-room-light {
  position: absolute;
  left: 50%;
  top: 10%;
  width: min(900px, 82vw);
  height: min(690px, 78vw);
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 50% 24%, rgba(255, 255, 239, 0.70) 0%, rgba(255, 226, 151, 0.34) 24%, rgba(253, 196, 104, 0.10) 50%, transparent 74%);
  mix-blend-mode: screen;
  transform: translate3d(-50%, 0, 0);
  animation: non-event-room-glow 2200ms ease-out both;
}

.non-event-curtains {
  position: fixed;
  inset: 0;
  z-index: 9998;
  pointer-events: none;
  overflow: hidden;
  animation: non-event-curtain-clear 4600ms ease forwards;
}

.non-event-curtain-valance {
  position: absolute;
  left: -3%;
  right: -3%;
  top: 0;
  height: clamp(74px, 8vw, 126px);
  z-index: 3;
  background:
    radial-gradient(ellipse at 50% -12%, rgba(255, 226, 139, 0.34), transparent 58%),
    radial-gradient(ellipse at 18% 74%, rgba(255, 202, 85, 0.18), transparent 24%),
    radial-gradient(ellipse at 82% 74%, rgba(255, 202, 85, 0.16), transparent 24%),
    linear-gradient(180deg, rgba(16, 4, 0, 0.92), rgba(68, 31, 4, 0.88) 48%, rgba(18, 5, 0, 0.80) 100%),
    linear-gradient(90deg, #170601 0%, #3b1702 18%, #74440d 42%, #a06d22 50%, #70410d 60%, #2d0d01 82%, #140501 100%);
  box-shadow:
    0 16px 34px rgba(3, 8, 7, 0.46),
    inset 0 -18px 26px rgba(108, 62, 14, 0.42);
}

.non-event-curtain-valance::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -26px;
  height: 48px;
  background:
    radial-gradient(ellipse at 12% 0%, rgba(176, 111, 29, 0.92) 0 30%, transparent 31%),
    radial-gradient(ellipse at 29% 0%, rgba(105, 51, 7, 0.90) 0 31%, transparent 32%),
    radial-gradient(ellipse at 46% 0%, rgba(182, 121, 34, 0.92) 0 32%, transparent 33%),
    radial-gradient(ellipse at 63% 0%, rgba(90, 38, 5, 0.90) 0 31%, transparent 32%),
    radial-gradient(ellipse at 80% 0%, rgba(172, 108, 28, 0.92) 0 30%, transparent 31%);
  filter: blur(0.4px);
  opacity: 0.72;
}

.non-event-curtain-panel {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 62%;
  z-index: 2;
  transform-origin: center top;
  background:
    radial-gradient(ellipse at 70% 10%, rgba(255, 224, 138, 0.18), transparent 30%),
    radial-gradient(ellipse at 28% 48%, rgba(255, 199, 92, 0.10), transparent 34%),
    linear-gradient(100deg, rgba(6, 1, 0, 0.99) 0%, #170501 18%, #3a1703 42%, #61400f 58%, #210900 80%, rgba(6, 1, 0, 0.99) 100%);
  box-shadow:
    0 0 88px rgba(0, 0, 0, 0.58),
    inset 0 0 74px rgba(19, 7, 0, 0.68);
  animation-duration: 2400ms, 2400ms;
  animation-timing-function: cubic-bezier(0.2, 0.74, 0.2, 1), ease-in-out;
  animation-delay: 450ms, 450ms;
  animation-fill-mode: forwards, both;
  will-change: clip-path, transform, filter;
}

.non-event-curtain-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse at 54% 9%, rgba(255, 229, 158, 0.14), transparent 36%),
    linear-gradient(180deg, rgba(15, 4, 0, 0.42), transparent 20%, transparent 70%, rgba(9, 2, 0, 0.66)),
    linear-gradient(96deg, transparent 0 38%, rgba(255, 236, 178, 0.06) 41%, transparent 47% 100%);
  mix-blend-mode: multiply;
}

.non-event-curtain-panel::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(26px, 4vw, 62px);
  background:
    linear-gradient(90deg, rgba(255, 230, 154, 0.28), rgba(82, 38, 5, 0.26), rgba(12, 4, 0, 0.36));
  filter: blur(1px);
  opacity: 0.74;
  animation-duration: 2400ms;
  animation-timing-function: cubic-bezier(0.2, 0.74, 0.2, 1);
  animation-delay: 450ms;
  animation-fill-mode: forwards;
  will-change: transform;
}

.non-event-curtain-fold {
  position: absolute;
  top: -2%;
  bottom: -7%;
  left: var(--fold-x);
  z-index: 2;
  display: block;
  width: var(--fold-width);
  border-radius: 52% 48% 46% 54% / 3% 3% 7% 7%;
  background:
    radial-gradient(ellipse at 50% 7%, rgba(255, 226, 149, 0.22), transparent 30%),
    radial-gradient(ellipse at 50% 92%, rgba(23, 7, 0, 0.34), transparent 38%),
    linear-gradient(90deg, transparent 0%, rgba(11, 3, 0, 0.64) 18%, rgba(74, 42, 9, 0.34) 39%, rgba(236, 173, 68, 0.18) 52%, rgba(31, 10, 1, 0.56) 72%, transparent 100%);
  box-shadow:
    inset 26px 0 42px rgba(6, 1, 0, 0.46),
    inset -18px 0 34px rgba(255, 204, 95, 0.10),
    18px 0 34px rgba(6, 1, 0, 0.18);
  filter: blur(1px);
  opacity: var(--fold-opacity, 0.58);
  transform: translate3d(0, 0, 0) skewY(var(--fold-skew, 0deg)) scaleY(var(--fold-height, 1));
  transform-origin: center top;
}

.non-event-curtain-fold::after {
  content: "";
  position: absolute;
  inset: 0 29% 0 40%;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent, rgba(255, 225, 151, 0.16), transparent);
  opacity: 0.58;
}

.non-event-curtain-fold-1 {
  --fold-x: 1%;
  --fold-width: 22%;
  --fold-skew: -0.8deg;
  --fold-height: 1.02;
  --fold-opacity: 0.62;
}

.non-event-curtain-fold-2 {
  --fold-x: 13%;
  --fold-width: 24%;
  --fold-skew: 0.5deg;
  --fold-height: 0.99;
  --fold-opacity: 0.48;
}

.non-event-curtain-fold-3 {
  --fold-x: 30%;
  --fold-width: 22%;
  --fold-skew: -0.4deg;
  --fold-height: 1.04;
  --fold-opacity: 0.58;
}

.non-event-curtain-fold-4 {
  --fold-x: 45%;
  --fold-width: 28%;
  --fold-skew: 0.75deg;
  --fold-height: 1;
  --fold-opacity: 0.52;
}

.non-event-curtain-fold-5 {
  --fold-x: 63%;
  --fold-width: 23%;
  --fold-skew: -0.65deg;
  --fold-height: 1.03;
  --fold-opacity: 0.60;
}

.non-event-curtain-fold-6 {
  --fold-x: 76%;
  --fold-width: 24%;
  --fold-skew: 0.35deg;
  --fold-height: 0.98;
  --fold-opacity: 0.44;
}

.non-event-curtain-fold-7 {
  --fold-x: 88%;
  --fold-width: 18%;
  --fold-skew: -0.3deg;
  --fold-height: 1.05;
  --fold-opacity: 0.54;
}

.non-event-curtain-panel-right .non-event-curtain-fold {
  transform: translate3d(0, 0, 0) scaleX(-1) skewY(calc(var(--fold-skew, 0deg) * -1)) scaleY(var(--fold-height, 1));
}

.non-event-curtain-panel-left {
  left: -7%;
  border-right: 1px solid rgba(255, 228, 176, 0.48);
  animation-name: non-event-curtain-open-left, non-event-curtain-weight;
}

.non-event-curtain-panel-left::after {
  right: -8px;
  animation-name: non-event-curtain-edge-left;
}

.non-event-curtain-panel-right {
  right: -7%;
  border-left: 1px solid rgba(255, 228, 176, 0.48);
  animation-name: non-event-curtain-open-right, non-event-curtain-weight;
}

.non-event-curtain-panel-right::after {
  left: -8px;
  animation-name: non-event-curtain-edge-right;
  transform: scaleX(-1);
}

.non-event-fluid-bg,
.non-event-fluid-canvas {
  display: none;
}

.non-event-page--fluid-preview {
  --mhm-celadon: #8E9E7A;
  --mhm-green: #72944A;
  --mhm-forest: #56784A;
  --mhm-deep-green: #286632;
}

.non-event-page--fluid-preview .non-event-hero {
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(16, 24, 32, 0.96) 0%, rgba(18, 36, 42, 0.94) 42%, rgba(15, 35, 31, 0.98) 100%);
}

.non-event-page--fluid-preview .non-event-fluid-bg {
  position: absolute;
  inset: -18%;
  z-index: 0;
  display: block;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 18% 16%, rgba(142, 158, 122, 0.74) 0%, rgba(142, 158, 122, 0.30) 18%, transparent 46%),
    radial-gradient(ellipse at 78% 18%, rgba(114, 148, 74, 0.74) 0%, rgba(114, 148, 74, 0.28) 20%, transparent 48%),
    radial-gradient(ellipse at 74% 80%, rgba(40, 102, 50, 0.82) 0%, rgba(40, 102, 50, 0.34) 22%, transparent 52%),
    radial-gradient(ellipse at 24% 82%, rgba(86, 120, 74, 0.70) 0%, rgba(86, 120, 74, 0.28) 24%, transparent 54%),
    linear-gradient(125deg, #101820 0%, #122a30 44%, #183326 100%);
  filter: saturate(1.15) contrast(1.05);
  opacity: 0.64;
  transform-origin: 50% 50%;
  animation: non-event-fluid-orbit 22s ease-in-out infinite;
}

.non-event-page--fluid-preview .non-event-fluid-canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 1;
  mix-blend-mode: normal;
  filter: saturate(1.24) contrast(1.12);
}

.non-event-page--fluid-preview .non-event-fluid-bg::before,
.non-event-page--fluid-preview .non-event-fluid-bg::after {
  content: "";
  position: absolute;
  inset: -8%;
  pointer-events: none;
  mix-blend-mode: screen;
}

.non-event-page--fluid-preview .non-event-fluid-bg::before {
  background:
    radial-gradient(ellipse at 34% 28%, rgba(253, 196, 104, 0.28), transparent 42%),
    radial-gradient(ellipse at 64% 58%, rgba(142, 158, 122, 0.42), transparent 52%),
    linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.06) 48%, transparent 100%);
  filter: blur(22px);
  animation: non-event-fluid-breathe 16s ease-in-out infinite;
}

.non-event-page--fluid-preview .non-event-fluid-bg::after {
  opacity: 0.18;
  background:
    linear-gradient(100deg, transparent 12%, rgba(255, 255, 255, 0.30) 50%, transparent 82%),
    radial-gradient(ellipse at 50% 50%, rgba(255, 255, 255, 0.20), transparent 56%);
  filter: blur(34px);
  transform: translate3d(10%, -12%, 0) rotate(-12deg);
}

.non-event-page--fluid-preview .non-event-layout {
  z-index: 3;
}

.non-event-page--fluid-preview .non-event-hero::before {
  z-index: 2;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.040) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  mix-blend-mode: screen;
}

.non-event-page--fluid-preview .non-event-hero::after {
  z-index: 2;
  color: rgba(253, 196, 104, 0.13);
  mix-blend-mode: screen;
}

.non-event-page--fluid-preview .non-event-eyebrow,
.non-event-page--fluid-preview .non-event-section-label {
  color: #d3dfb7;
}

.non-event-page--fluid-preview .non-event-docs {
  background:
    linear-gradient(135deg, rgba(13, 23, 28, 0.92), rgba(29, 59, 48, 0.88)),
    radial-gradient(circle at 78% 18%, rgba(142, 158, 122, 0.24), transparent 46%);
  backdrop-filter: blur(10px);
}

.non-event-page--poster {
  background: #082d10;
  overflow-x: hidden;
}

.non-event-poster {
  padding: 0;
  background: #082d10;
}

.non-event-poster-field {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(248px, 315px);
  width: min(1340px, calc(100% - 64px));
  min-height: calc(100svh - 92px);
  margin: 0 auto;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 52%, rgba(156, 205, 114, 0.30), transparent 22%),
    radial-gradient(circle at 74% 12%, rgba(114, 166, 69, 0.24), transparent 25%),
    linear-gradient(152deg, #032604 0%, #0c3c08 44%, #052808 100%);
  color: var(--nee-ink-light);
  isolation: isolate;
}

.non-event-poster-field::before,
.non-event-poster-field::after {
  content: "";
  position: absolute;
  inset: -28%;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(150deg, transparent 8%, rgba(49, 126, 33, 0.34) 8%, rgba(49, 126, 33, 0.34) 18%, transparent 18%),
    linear-gradient(150deg, transparent 30%, rgba(123, 189, 82, 0.23) 30%, rgba(123, 189, 82, 0.23) 39%, transparent 39%),
    linear-gradient(150deg, transparent 54%, rgba(82, 166, 54, 0.34) 54%, rgba(82, 166, 54, 0.34) 65%, transparent 65%),
    linear-gradient(150deg, transparent 81%, rgba(62, 144, 42, 0.30) 81%, rgba(62, 144, 42, 0.30) 90%, transparent 90%);
  mix-blend-mode: screen;
  transform: translate3d(-1.5%, 0, 0);
  animation: non-event-poster-drift 22s ease-in-out infinite;
}

.non-event-poster-field::after {
  opacity: 0.34;
  filter: blur(2px);
  background:
    linear-gradient(150deg, transparent 18%, rgba(176, 224, 111, 0.18) 18%, rgba(176, 224, 111, 0.18) 24%, transparent 24%),
    linear-gradient(150deg, transparent 69%, rgba(98, 188, 69, 0.22) 69%, rgba(98, 188, 69, 0.22) 77%, transparent 77%);
  animation-duration: 32s;
  animation-direction: reverse;
}

.non-event-poster-main,
.non-event-poster-rail {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.non-event-poster-main {
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: clamp(26px, 3vw, 38px);
  padding: clamp(178px, 12vw, 230px) clamp(42px, 5.4vw, 76px) 58px;
}

.non-event-poster-eyebrow {
  margin: 0 0 8px;
  color: var(--nee-ink-light);
  font-family: CabritoSans-NorBol, Helvetica, Arial, sans-serif;
  font-size: clamp(19px, 2.2vw, 28px);
  line-height: 1.1;
}

.non-event-poster h1 {
  margin: 0;
  color: var(--nee-ink-light) !important;
  font-family: CabritoSans-NorBol, Helvetica, Arial, sans-serif;
  font-size: clamp(52px, 6vw, 82px);
  line-height: 0.96;
  letter-spacing: 0;
}

.non-event-poster-intro {
  scroll-margin-top: 132px;
}

.non-event-poster-kicker {
  display: grid;
  gap: 6px;
  margin: 24px 0 0;
  color: #fff;
  font-family: CabritoSans-NorBol, Helvetica, Arial, sans-serif;
  font-size: clamp(25px, 2.7vw, 34px);
  line-height: 1.1;
}

.non-event-poster-copy {
  max-width: 760px;
  margin: 16px 0 0;
  color: var(--nee-ink-light);
  font-family: CabritoSans-NorBol, Helvetica, Arial, sans-serif;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.24;
}

.non-event-poster-media {
  display: grid;
  grid-template-columns: 1.16fr 1fr 0.82fr;
  gap: 28px;
  align-items: start;
}

.non-event-poster-media a {
  min-width: 0;
  color: var(--nee-ink-light);
  font-family: CabritoSans-NorBol, Helvetica, Arial, sans-serif;
  font-size: clamp(15px, 1.3vw, 21px);
  line-height: 1.1;
  text-decoration: none;
}

.non-event-poster-media img,
.non-event-poster-video-frame {
  display: block;
  width: 100%;
  margin-top: 10px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
}

.non-event-poster-video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #07100d;
}

.non-event-poster-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.non-event-poster-doc-card img {
  aspect-ratio: 1.42 / 1;
  object-fit: cover;
  object-position: top center;
}

.non-event-poster-fact-card img {
  aspect-ratio: 0.78 / 1;
}

.non-event-poster-story {
  align-self: end;
  display: grid;
  gap: 24px;
  max-width: 850px;
  margin: 10px auto 0;
  text-align: center;
}

.non-event-poster-story p {
  margin: 0;
  color: var(--nee-ink-light);
  font-family: CabritoSans-NorBol, Helvetica, Arial, sans-serif;
  font-size: clamp(22px, 2.15vw, 31px);
  line-height: 1.1;
}

.non-event-poster-rail {
  grid-area: auto;
  align-self: stretch;
  position: relative;
  top: auto;
  min-height: 100%;
  padding: clamp(104px, 8vw, 138px) 32px 36px;
  background: #f5eed6;
  color: #286632;
}

.non-event-poster-rail-copy {
  margin: 0 0 32px;
  color: #286632;
  font-size: 19px;
  line-height: 1.35;
}

.non-event-poster-rail-copy strong {
  font-family: CabritoSans-NorBol, Helvetica, Arial, sans-serif;
}

.non-event-poster .donate-form.form-only-mode {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none;
}

.non-event-poster .donate-form h2 {
  margin: 0 0 14px;
  color: #286632 !important;
  font-size: 26px;
  text-transform: uppercase;
}

.non-event-poster .anniversary-amounts {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.non-event-poster .amount-featured {
  min-height: 42px;
  padding: 7px 8px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #286632 !important;
  box-shadow: none !important;
}

.non-event-poster .amount-featured .amount-value {
  color: var(--nee-ink-light) !important;
  font-size: 22px !important;
}

.non-event-poster .amount-featured.selected {
  background: var(--nee-gold) !important;
  box-shadow: inset 0 0 0 2px #286632 !important;
}

.non-event-poster .amount-featured.selected .amount-value {
  color: #286632 !important;
}

.non-event-poster .custom-amount-group {
  margin-top: 8px;
  padding: 0;
  border: 0;
  background: transparent;
}

.non-event-poster .custom-amount-group label {
  color: #286632 !important;
}

.non-event-poster #custom-amount-input {
  min-height: 42px;
  border-radius: 0 !important;
}

.non-event-poster .frequency-options {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.non-event-poster .frequency-option {
  min-height: 42px;
  justify-content: center;
  border: 0 !important;
  border-radius: 0 !important;
  background: #286632 !important;
}

.non-event-poster .frequency-option strong,
.non-event-poster .frequency-option div {
  color: var(--nee-ink-light) !important;
}

.non-event-poster .frequency-option div {
  display: none;
}

.non-event-poster .tribute-checkbox,
.non-event-poster .form-navigation {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.non-event-poster .nav-btn.primary {
  justify-content: flex-start;
  padding-left: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #286632 !important;
  font-size: 14px;
}

.non-event-poster .candid-seal-donate {
  margin-top: 32px;
  text-align: center;
}

.non-event-poster .candid-seal-donate img {
  max-width: 130px;
  margin: 0 auto;
}

.non-event-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.45), transparent 70%);
}

.non-event-anniversary-mark {
  position: absolute;
  left: calc(50% + 650px);
  top: clamp(112px, 10vw, 172px);
  z-index: 2;
  display: grid;
  justify-items: center;
  color: rgba(253, 196, 104, 0.10);
  font-family: CabritoSans-NorBol, Helvetica, Arial, sans-serif;
  line-height: 0.74;
  text-align: center;
  pointer-events: none;
}

.non-event-anniversary-number {
  display: block;
  color: inherit;
  font-size: clamp(168px, 17vw, 286px);
}

.non-event-anniversary-years {
  display: block;
  width: 100%;
  color: inherit;
  font-size: clamp(34px, 3.45vw, 58px);
  letter-spacing: 0.18em;
  line-height: 0.92;
  text-transform: uppercase;
  transform: translateX(0.09em);
}

.non-event-layout {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "intro"
    "donate"
    "video"
    "story";
  gap: 34px;
  width: min(var(--nee-content-max), 100%);
  margin: 0 auto;
}

.non-event-layout > * {
  min-width: 0;
}

.non-event-scroll-cue {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 7px 13px 7px 15px;
  border: 1px solid rgba(253, 196, 104, 0.38);
  border-radius: 999px;
  background: rgba(15, 35, 31, 0.72);
  box-shadow: 0 14px 34px rgba(5, 12, 11, 0.28);
  color: var(--nee-ink-light) !important;
  font-family: CabritoSans-NorBol, Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.14em;
  text-decoration: none !important;
  text-transform: uppercase;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-50%, 10px, 0);
  transition:
    opacity 700ms ease,
    transform 850ms cubic-bezier(0.16, 1, 0.3, 1);
  backdrop-filter: blur(10px);
}

.non-event-scroll-cue.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(-50%, 0, 0);
}

.non-event-page--has-scrolled .non-event-scroll-cue {
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-50%, 12px, 0);
  transition-delay: 0ms;
}

.non-event-scroll-cue-mark {
  position: relative;
  display: block;
  width: 11px;
  height: 18px;
  border: 1px solid rgba(253, 196, 104, 0.72);
  border-radius: 999px;
  animation: non-event-scroll-cue-bob 1700ms ease-in-out infinite;
}

.non-event-scroll-cue-mark::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 4px;
  width: 3px;
  height: 3px;
  border-radius: 999px;
  background: var(--nee-gold);
  transform: translateX(-50%);
}

.non-event-intro {
  grid-area: intro;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: max(560px, calc(100svh - 220px));
  max-width: 980px;
  width: 100%;
  padding-top: 64px;
}

.non-event-eyebrow,
.non-event-section-label {
  margin: 0 0 14px;
  color: #b8d797;
  font-family: CabritoSans-NorBol, Helvetica, Arial, sans-serif;
  font-size: clamp(13px, 0.95vw, 17px);
  line-height: 1.3;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.non-event-intro h1 {
  display: grid;
  gap: 0;
  margin: 0;
  color: var(--nee-ink-light) !important;
  font-family: CabritoSans-NorBol, Helvetica, Arial, sans-serif;
  font-size: clamp(58px, 7.6vw, 106px);
  line-height: 0.88;
  letter-spacing: 0;
  max-width: 830px;
}

.non-event-title-line {
  display: flex;
  align-items: baseline;
  min-width: 0;
  color: var(--nee-ink-light) !important;
}

.non-event-title-line-final {
  display: block;
}

.non-event-title-year,
.non-event-title-event {
  flex: 0 0 auto;
}

.non-event-title-year,
.non-event-title-event,
.non-event-title-line-final {
  color: var(--nee-ink-light) !important;
}

.non-event-title-year {
  margin-right: 0.16em;
}

.non-event-title-insert {
  display: inline-block;
  flex: 0 0 auto;
  max-width: 0;
  overflow: hidden;
  padding-right: 0.05em;
  color: var(--nee-gold-soft) !important;
  white-space: nowrap;
  opacity: 0;
  transform: translate3d(-0.55em, 0.07em, 0);
  transition:
    max-width 2100ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 1200ms ease,
    transform 2100ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 650ms;
}

.non-event-intro.is-visible .non-event-title-insert {
  max-width: 3.36em;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.non-event-kicker {
  display: grid;
  gap: 7px;
  margin: 28px 0 0;
  color: #ffffff;
  font-family: CabritoSans-NorBol, Helvetica, Arial, sans-serif;
  font-size: clamp(25px, 2.8vw, 39px);
  line-height: 1.12;
  max-width: 820px;
}

.non-event-kicker-part {
  display: block;
  opacity: 0;
  color: #ffffff !important;
  transform: translate3d(0, calc(34px + (var(--kicker-depth, 1) * 8px)), 0) scale(0.985);
  transition:
    opacity 1350ms ease,
    transform 1650ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 1650ms ease;
  transition-delay: var(--kicker-delay, 0ms);
  filter: blur(3px);
  will-change: opacity, transform, filter;
}

.non-event-kicker-part:nth-child(1) {
  --kicker-delay: 1650ms;
  --kicker-depth: 0.35;
}

.non-event-kicker-part:nth-child(2) {
  --kicker-delay: 2150ms;
  --kicker-depth: 0.7;
}

.non-event-kicker-part:nth-child(3) {
  --kicker-delay: 2650ms;
  --kicker-depth: 1.05;
}

.non-event-kicker-part:nth-child(4) {
  --kicker-delay: 3300ms;
  --kicker-depth: 1.4;
}

.non-event-kicker-part:nth-child(5) {
  --kicker-delay: 3850ms;
  --kicker-depth: 1.75;
}

.non-event-kicker-part-long {
  max-width: 720px;
  color: var(--nee-mist) !important;
  font-family: Helvetica, Arial, sans-serif;
  font-size: clamp(18px, 1.6vw, 23px);
  line-height: 1.34;
}

.non-event-poster-copy strong,
.non-event-kicker-part-long strong {
  color: inherit;
  font-weight: 700;
}

.non-event-intro.is-visible .non-event-kicker-part {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

.non-event-copy {
  max-width: 690px;
  margin: 22px 0 0;
  color: var(--nee-mist);
  font-size: 19px;
  line-height: 1.55;
}

.non-event-intro .non-event-copy,
.non-event-intro .non-event-actions {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 1100ms ease, transform 1300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.non-event-intro.is-visible .non-event-copy,
.non-event-intro.is-visible .non-event-actions {
  opacity: 1;
  transform: translateY(0);
}

.non-event-intro.is-visible .non-event-copy {
  transition-delay: 3800ms;
}

.non-event-intro.is-visible .non-event-actions {
  transition-delay: 4300ms;
}

.non-event-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  width: fit-content;
  max-width: 100%;
  margin-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.non-event-proof span {
  padding: 10px 18px;
  color: var(--nee-ink-light);
  font-family: CabritoSans-NorBol, Helvetica, Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.non-event-proof span + span {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.non-event-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 22px;
  margin-top: 30px;
}

.non-event-button,
.non-event-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 4px;
  font-family: CabritoSans-NorBol, Helvetica, Arial, sans-serif;
  font-size: 17px;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.non-event-button {
  padding: 13px 22px;
  background: var(--nee-gold);
  color: var(--nee-slate) !important;
  box-shadow: 0 12px 26px rgba(221, 159, 69, 0.24);
}

.non-event-button:hover,
.non-event-button:focus {
  background: var(--nee-gold-soft);
  color: var(--nee-slate) !important;
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(221, 159, 69, 0.26);
}

.non-event-link {
  color: var(--nee-ink-light) !important;
  border-bottom: 2px solid rgba(253, 196, 104, 0.7);
}

.non-event-link:hover,
.non-event-link:focus {
  color: var(--nee-gold) !important;
}

.non-event-donate {
  grid-area: donate;
  align-self: start;
  justify-self: end;
  width: min(100%, 520px);
  position: static;
  top: auto;
}

.non-event-page--poster .non-event-poster-rail.non-event-donate {
  grid-area: auto !important;
  align-self: stretch !important;
  position: relative !important;
  top: auto !important;
}

.non-event-docs {
  grid-area: art;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(150px, 0.62fr);
  gap: 22px;
  align-items: end;
  min-height: 310px;
  padding: 24px 24px 28px;
  border-radius: 4px;
  background:
    linear-gradient(135deg, rgba(11, 27, 24, 0.98), rgba(25, 59, 52, 0.94));
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.22);
}

.non-event-docs::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(253, 196, 104, 0.22);
  border-radius: 4px;
  pointer-events: none;
}

.non-event-doc-preview {
  position: relative;
  z-index: 1;
  display: block;
  color: #fff;
  text-decoration: none;
  transition: transform 220ms ease, filter 220ms ease;
}

.non-event-doc-preview:hover,
.non-event-doc-preview:focus {
  color: #fff;
  transform: translateY(-4px) rotate(0deg);
  filter: saturate(1.04);
}

.non-event-doc-preview img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 20px 36px rgba(0, 0, 0, 0.28);
}

.non-event-doc-preview span {
  display: inline-flex;
  margin-top: 12px;
  color: var(--nee-gold);
  font-family: CabritoSans-NorBol, Helvetica, Arial, sans-serif;
  font-size: 15px;
}

.non-event-doc-impact {
  align-self: end;
  transform: rotate(-1.2deg);
}

.non-event-doc-impact img {
  aspect-ratio: 1.28 / 1;
  object-fit: cover;
  object-position: center top;
}

.non-event-doc-fact {
  align-self: center;
  transform: translateY(18px) rotate(2deg);
}

.non-event-doc-fact img {
  aspect-ratio: 0.76 / 1;
  object-fit: cover;
  object-position: center top;
}

.non-event-doc-note {
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 1;
  display: flex;
  gap: 8px;
  color: var(--nee-slate);
}

.non-event-doc-note span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--nee-gold);
  color: var(--nee-slate) !important;
  font-family: CabritoSans-NorBol, Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.non-event-video {
  grid-area: video;
}

.non-event-video h2,
.non-event-media-card > span,
.non-event-story h2 {
  margin: 0;
  color: var(--nee-ink-light) !important;
  font-family: CabritoSans-NorBol, Helvetica, Arial, sans-serif !important;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 400 !important;
  line-height: 1.12;
  letter-spacing: 0;
}

.non-event-video-frame {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 12px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(40, 45, 54, 0.18);
  border-radius: 4px;
  background: var(--nee-slate);
}

.non-event-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.non-event-media-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 0.68fr);
  gap: clamp(18px, 2vw, 28px);
  align-items: start;
  margin-top: 24px;
}

.non-event-media-card {
  min-width: 0;
  color: var(--nee-ink-light) !important;
  font-family: CabritoSans-NorBol, Helvetica, Arial, sans-serif;
  line-height: 1.1;
  text-decoration: none;
  transition: transform 220ms ease, filter 220ms ease;
}

.non-event-media-card:hover,
.non-event-media-card:focus {
  color: var(--nee-ink-light) !important;
  transform: translateY(-4px);
  filter: saturate(1.06);
}

.non-event-media-card img {
  display: block;
  width: 100%;
  margin-top: 12px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
}

.non-event-media-video {
  grid-column: 1 / -1;
  max-width: min(720px, 100%);
}

.non-event-media-video .non-event-video-frame {
  margin-top: 14px;
}

.non-event-media-impact img {
  aspect-ratio: 1.42 / 1;
  object-fit: cover;
  object-position: top center;
}

.non-event-media-fact img {
  aspect-ratio: 0.78 / 1;
  object-fit: cover;
  object-position: top center;
}

.non-event-fallback {
  margin: 12px 0 0;
  color: var(--nee-mist);
  font-size: 14px;
  line-height: 1.5;
}

.non-event-fallback a,
.non-event-story a {
  color: var(--nee-gold-dark);
  font-family: CabritoSans-NorBol, Helvetica, Arial, sans-serif;
}

.non-event-story {
  grid-area: story;
  max-width: 820px;
  padding-bottom: 24px;
}

.non-event-story p {
  max-width: 740px;
  margin: 18px 0 0;
  color: var(--nee-mist);
  font-size: 18px;
  line-height: 1.6;
}

.non-event-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 900ms ease, transform 1000ms ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.non-event-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.non-event-docs {
  --reveal-delay: 0ms;
}

.non-event-donate {
  --reveal-delay: 520ms;
}

.non-event-video {
  --reveal-delay: 0ms;
}

.non-event-story {
  --reveal-delay: 0ms;
}

@media (min-width: 861px) {
  .non-event-video.non-event-reveal,
  .non-event-docs.non-event-reveal,
  .non-event-story.non-event-reveal {
    transform: translateY(54px) scale(0.985);
    transition: opacity 1200ms ease, transform 1450ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .non-event-video.non-event-reveal.is-visible,
  .non-event-docs.non-event-reveal.is-visible,
  .non-event-story.non-event-reveal.is-visible {
    transform: translateY(0) scale(1);
  }
}

.non-event-donate .donate-form.form-only-mode {
  width: 100% !important;
  max-width: none !important;
  padding: 26px !important;
  border: 1px solid rgba(253, 196, 104, 0.34) !important;
  border-radius: 4px !important;
  background:
    linear-gradient(180deg, rgba(255, 249, 242, 0.98), rgba(245, 235, 224, 0.96)) !important;
  box-shadow: 0 24px 54px rgba(5, 20, 18, 0.30), inset 0 1px 0 rgba(255, 255, 255, 0.72) !important;
  backdrop-filter: blur(8px);
}

.non-event-donate-note {
  margin: 0 0 16px;
  padding: 18px 20px;
  border: 1px solid rgba(253, 196, 104, 0.30);
  border-radius: 4px;
  background: rgba(255, 249, 242, 0.88);
  color: var(--nee-evergreen);
  font-size: 17px;
  line-height: 1.4;
  box-shadow: 0 14px 28px rgba(5, 20, 18, 0.18);
}

.non-event-donate-note strong {
  font-family: CabritoSans-NorBol, Helvetica, Arial, sans-serif;
}

.non-event-donate .donate-form h2 {
  margin-bottom: 16px;
  color: var(--nee-evergreen);
  font-family: CabritoSans-NorBol, Helvetica, Arial, sans-serif;
  font-size: 29px;
  line-height: 1.1;
}

.non-event-donate .step-navigation {
  display: none !important;
}

.non-event-donate .form-step {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  margin-bottom: 1rem !important;
}

.non-event-donate .anniversary-amounts {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.non-event-donate .amount-featured {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 96px;
  padding: 18px 14px !important;
  border-width: 1px !important;
  border-color: rgba(25, 59, 52, 0.18) !important;
  border-radius: 4px !important;
  background: linear-gradient(180deg, #fffdf8, #f7efe4) !important;
  box-shadow: none !important;
}

.non-event-donate .amount-featured::before {
  content: none !important;
  display: none !important;
}

.non-event-donate .amount-featured::after {
  content: none !important;
  display: none !important;
}

.non-event-donate .amount-featured:hover {
  border-color: var(--nee-gold) !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 10px 22px rgba(15, 35, 31, 0.12) !important;
}

.non-event-donate .amount-featured.selected {
  border-color: var(--nee-gold) !important;
  background: linear-gradient(135deg, var(--nee-evergreen-deep), var(--nee-evergreen)) !important;
  box-shadow: inset 0 0 0 1px var(--nee-gold), 0 12px 24px rgba(15, 35, 31, 0.18) !important;
}

.non-event-donate .amount-featured.selected::before {
  content: none !important;
  display: none !important;
}

.non-event-donate .amount-featured .featured-label {
  display: none !important;
}

.non-event-donate .amount-featured .amount-value {
  margin: 0;
  color: var(--nee-evergreen) !important;
  font-size: clamp(31px, 2.9vw, 39px) !important;
  line-height: 1;
}

.non-event-donate .amount-featured.selected .amount-value {
  color: var(--nee-gold-soft) !important;
}

.non-event-donate .custom-amount-group {
  padding: 14px;
  border: 1px solid rgba(25, 59, 52, 0.14);
  border-radius: 4px;
  background: rgba(255, 249, 242, 0.68);
}

.non-event-donate #custom-amount-input,
.non-event-donate input[type="text"],
.non-event-donate input[type="email"],
.non-event-donate input[type="tel"],
.non-event-donate input[type="number"],
.non-event-donate select,
.non-event-donate textarea {
  border-color: rgba(25, 59, 52, 0.18) !important;
  background: rgba(255, 255, 255, 0.92) !important;
  color: var(--nee-evergreen-deep) !important;
}

.non-event-donate #custom-amount-input::placeholder,
.non-event-donate input[type="text"]::placeholder,
.non-event-donate input[type="email"]::placeholder,
.non-event-donate input[type="tel"]::placeholder,
.non-event-donate input[type="number"]::placeholder,
.non-event-donate textarea::placeholder {
  color: rgba(40, 45, 54, 0.64) !important;
  opacity: 1 !important;
}

.non-event-donate #custom-amount-input:focus,
.non-event-donate input[type="text"]:focus,
.non-event-donate input[type="email"]:focus,
.non-event-donate input[type="tel"]:focus,
.non-event-donate input[type="number"]:focus,
.non-event-donate select:focus,
.non-event-donate textarea:focus {
  border-color: var(--nee-gold) !important;
  box-shadow: 0 0 0 3px rgba(253, 196, 104, 0.18) !important;
}

.non-event-donate .frequency-option {
  border: 1px solid rgba(25, 59, 52, 0.16) !important;
  background: rgba(255, 253, 248, 0.82) !important;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.non-event-donate .frequency-option strong {
  color: var(--nee-slate) !important;
}

.non-event-donate .frequency-option div {
  color: rgba(40, 45, 54, 0.78) !important;
}

.non-event-donate .frequency-option:hover {
  transform: translateY(-1px);
  border-color: var(--nee-gold) !important;
}

.non-event-donate .frequency-option.selected {
  border-color: var(--nee-gold) !important;
  background: linear-gradient(135deg, var(--nee-evergreen-deep), var(--nee-evergreen)) !important;
  box-shadow: 0 10px 20px rgba(15, 35, 31, 0.18) !important;
}

.non-event-donate .frequency-option.selected strong {
  color: var(--nee-ink-light) !important;
}

.non-event-donate .frequency-option.selected div {
  color: rgba(246, 242, 233, 0.94) !important;
}

.non-event-donate .tribute-checkbox {
  border-color: rgba(253, 196, 104, 0.42) !important;
  background: rgba(255, 249, 242, 0.68) !important;
}

.non-event-donate .tribute-checkbox label {
  color: var(--nee-slate) !important;
}

.non-event-donate .tribute-checkbox input[type="checkbox"] {
  accent-color: var(--nee-evergreen);
}

.non-event-donate .form-navigation {
  background: rgba(255, 249, 242, 0.70) !important;
  border-color: rgba(253, 196, 104, 0.30) !important;
  box-shadow: 0 10px 22px rgba(15, 35, 31, 0.08) !important;
}

.non-event-donate .nav-btn.primary {
  background: var(--nee-gold) !important;
  color: var(--nee-evergreen-deep) !important;
  box-shadow: 0 10px 20px rgba(221, 159, 69, 0.22) !important;
}

.non-event-donate .nav-btn.primary:hover {
  background: var(--nee-gold-soft) !important;
  color: var(--nee-evergreen-deep) !important;
}

.non-event-donate .frequency-option,
.non-event-donate .form-navigation,
.non-event-donate .candid-seal-donate {
  border-radius: 4px !important;
}

.non-event-donate .nav-btn {
  border-radius: 4px;
}

@media (max-width: 1080px) {
  .non-event-poster-field {
    width: min(100%, calc(100% - 32px));
    grid-template-columns: 1fr;
  }

  .non-event-poster-field::before,
  .non-event-poster-field::after {
    inset: -18% -54%;
  }

  .non-event-poster-rail {
    min-height: auto;
    padding: 34px 28px;
  }

  .non-event-poster-media {
    gap: 18px;
  }

  .non-event-layout {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
    gap: 28px 32px;
  }

  .non-event-hero {
    padding-top: 64px;
  }
}

@media (max-width: 860px) {
  body.page-template-page-non-event-event #nav-wrap,
  body.page-template-page-non-event-event #menu-icon {
    display: none !important;
  }

  body.page-template-page-non-event-event .sticky-header-wrapper .header-wrapper,
  body.page-template-page-non-event-event .sticky-header-wrapper header.clearfix {
    min-height: 76px;
  }

  body.page-template-page-non-event-event .sticky-header-wrapper header.clearfix {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  body.page-template-page-non-event-event #header_logo .logo img {
    max-height: 58px;
  }

  body.page-template-page-non-event-event #header_logo .logo {
    width: min(248px, 72vw);
  }

  .non-event-hero {
    min-height: auto;
    padding: 34px 20px 56px;
    background:
      radial-gradient(circle at var(--spotlight-x) var(--spotlight-y), rgba(255, 255, 255, 0.16), rgba(253, 196, 104, 0.08) 22%, rgba(15, 35, 31, 0) 42%),
      linear-gradient(180deg, #203f38 0%, var(--nee-evergreen) 64%, var(--nee-evergreen-deep) 100%);
    animation: non-event-mobile-spotlight 12s ease-in-out infinite;
  }

  .non-event-curtain-valance {
    height: 58px;
  }

  .non-event-curtain-panel {
    width: 66%;
  }

  .non-event-poster-field {
    width: 100%;
    min-height: auto;
  }

  .non-event-poster-main {
    padding: 174px 20px 44px;
  }

  .non-event-poster-media {
    grid-template-columns: 1fr;
  }

  .non-event-poster-video-card {
    order: -1;
  }

  .non-event-poster h1 {
    font-size: clamp(44px, 13vw, 62px);
  }

  .non-event-poster-copy {
    font-size: 20px;
  }

  .non-event-poster-story {
    text-align: left;
  }

  .non-event-poster-rail {
    padding: 30px 20px 38px;
  }

  .non-event-page--fluid-preview .non-event-hero {
    background:
      linear-gradient(180deg, rgba(16, 24, 32, 0.96) 0%, rgba(24, 51, 38, 0.96) 100%);
    animation: none;
  }

  .non-event-page--fluid-preview .non-event-fluid-bg {
    inset: -24%;
    opacity: 0.88;
    animation-duration: 28s;
  }

  .non-event-page--fluid-preview .non-event-fluid-canvas {
    opacity: 0.78;
  }

  .non-event-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "intro"
      "video"
      "story"
      "donate";
    gap: 28px;
  }

  .non-event-video {
    --reveal-delay: 180ms;
  }

  .non-event-docs {
    --reveal-delay: 260ms;
  }

  .non-event-story {
    --reveal-delay: 340ms;
  }

  .non-event-donate {
    --reveal-delay: 420ms;
  }

  .non-event-anniversary-mark {
    display: none;
  }

  .non-event-intro {
    padding-top: 58px;
  }

  .non-event-copy {
    font-size: 18px;
  }

  .non-event-donate {
    position: static;
  }

  .non-event-donate .donate-form.form-only-mode {
    padding: 22px !important;
    box-shadow: 0 16px 36px rgba(40, 45, 54, 0.10) !important;
  }

  .non-event-media-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .non-event-docs {
    min-height: auto;
    grid-template-columns: minmax(0, 1fr) minmax(112px, 0.58fr);
    gap: 14px;
    padding: 18px;
  }

  .non-event-docs::before {
    inset: 12px;
  }

  .non-event-doc-note {
    position: static;
    grid-column: 1 / -1;
    order: -1;
    justify-content: flex-start;
  }

}

@media (max-width: 520px) {
  body.page-template-page-non-event-event .sticky-header-wrapper .header-wrapper,
  body.page-template-page-non-event-event .widget-footer .wrapper,
  body.page-template-page-non-event-event footer.outter-wrapper .wrapper {
    width: calc(100% - 32px) !important;
  }

  .non-event-hero {
    padding-left: 16px;
    padding-right: 16px;
  }

  .non-event-eyebrow,
  .non-event-section-label {
    font-size: 12px;
  }

  .non-event-intro h1 {
    font-size: clamp(39px, 12.1vw, 48px);
    line-height: 0.95;
  }

  .non-event-kicker {
    font-size: 28px;
  }

  .non-event-kicker-part {
    transform: translate3d(0, calc(24px + (var(--kicker-depth, 1) * 5px)), 0) scale(0.99);
  }

  .non-event-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .non-event-button,
  .non-event-link {
    width: 100%;
  }

  .non-event-proof {
    width: 100%;
  }

  .non-event-proof span {
    flex: 1 1 100%;
    padding: 9px 0;
  }

  .non-event-proof span + span {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 0;
  }

  .non-event-donate .anniversary-amounts {
    grid-template-columns: 1fr;
  }

  .non-event-donate .amount-featured {
    min-height: 96px;
  }

  .non-event-docs {
    grid-template-columns: 1fr;
  }

  .non-event-doc-fact {
    transform: none;
  }

  .non-event-doc-impact {
    transform: none;
  }

  .non-event-doc-fact img,
  .non-event-doc-impact img {
    max-height: 255px;
    object-fit: cover;
    object-position: center top;
  }

  .non-event-donate .frequency-options {
    flex-direction: column;
  }

  .non-event-donate .form-navigation {
    flex-direction: column;
    padding: 18px;
  }
}

@media (max-width: 360px) {
  body.page-template-page-non-event-event .sticky-header-wrapper .header-wrapper,
  body.page-template-page-non-event-event .widget-footer .wrapper,
  body.page-template-page-non-event-event footer.outter-wrapper .wrapper {
    width: calc(100% - 16px) !important;
  }

  .non-event-hero {
    padding-left: 8px;
    padding-right: 8px;
  }

  .non-event-eyebrow,
  .non-event-section-label {
    font-size: 10px;
    letter-spacing: 0.08em;
  }

  .non-event-intro h1 {
    font-size: 35px;
  }

  .non-event-kicker {
    font-size: 24px;
  }

  .non-event-copy {
    font-size: 16px;
  }

  .non-event-docs {
    padding: 12px;
  }

  .non-event-docs::before {
    inset: 8px;
  }

  .non-event-doc-note {
    gap: 6px;
  }

  .non-event-doc-note span {
    min-height: 28px;
    padding: 5px 8px;
    font-size: 11px;
  }
}

.non-event-experience {
  --program-gold: #ffd977;
  --program-gold-deep: #b98531;
  --program-cream: #fff8e5;
  --program-muted: rgba(255, 248, 229, 0.74);
  --program-ink: #090705;
  position: relative;
  min-height: calc(100svh - 92px);
  padding: clamp(96px, 10vh, 132px) clamp(18px, 5vw, 72px) clamp(58px, 8vh, 92px);
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 242, 205, 0.26), rgba(255, 210, 121, 0.09) 22%, rgba(9, 7, 5, 0) 44%),
    linear-gradient(180deg, rgba(12, 8, 5, 0.62), rgba(5, 4, 3, 0.92)),
    linear-gradient(112deg, #1b1108 0%, #4d3115 38%, #15120e 72%, #070504 100%);
  color: var(--program-cream);
  isolation: isolate;
}

.non-event-page--experience {
  overflow-x: hidden;
  overflow-y: visible;
  background: #070504;
}

.non-event-experience-bg,
.non-event-experience::before,
.non-event-experience::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.non-event-experience-bg {
  background:
    linear-gradient(90deg, rgba(255, 221, 139, 0.16) 0 1px, transparent 1px 12.5%),
    radial-gradient(ellipse at 50% 14%, rgba(255, 252, 229, 0.55), rgba(255, 210, 118, 0.18) 18%, transparent 48%),
    repeating-linear-gradient(90deg, rgba(255, 219, 126, 0.12) 0 1px, transparent 1px 13%),
    linear-gradient(180deg, rgba(10, 7, 5, 0) 0 54%, rgba(255, 210, 126, 0.10) 54.2%, rgba(9, 6, 4, 0.68) 100%);
  opacity: 0.72;
}

.non-event-experience::before {
  background:
    radial-gradient(ellipse at 50% 52%, rgba(255, 249, 220, 0.18), transparent 36%),
    linear-gradient(74deg, transparent 0 48%, rgba(255, 230, 167, 0.08) 48.2% 48.45%, transparent 48.7%),
    linear-gradient(106deg, transparent 0 51%, rgba(255, 230, 167, 0.06) 51.2% 51.45%, transparent 51.7%);
  transform: perspective(820px) rotateX(62deg) translateY(38%);
  transform-origin: 50% 100%;
}

.non-event-experience::after {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.62), transparent 22%, transparent 78%, rgba(0, 0, 0, 0.62)),
    radial-gradient(ellipse at 50% 12%, rgba(255, 247, 214, 0.20), transparent 38%);
}

.non-event-program-intro {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  min-height: min(680px, calc(100svh - 210px));
  width: min(1120px, 100%);
  margin: 0 auto;
  text-align: center;
}

.non-event-program-eyebrow {
  margin: 0 0 16px;
  color: rgba(255, 224, 152, 0.78);
  font-family: CabritoSans-NorBol, Helvetica, Arial, sans-serif;
  font-size: clamp(12px, 1vw, 15px);
  line-height: 1.3;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.non-event-program-intro h1 {
  margin: 0 auto;
  max-width: 1080px;
  color: #fff0c8 !important;
  font-family: CabritoSans-NorBol, Helvetica, Arial, sans-serif;
  font-size: clamp(50px, 7.1vw, 104px);
  line-height: 0.90;
  letter-spacing: 0;
  text-shadow:
    0 12px 46px rgba(0, 0, 0, 0.54),
    0 0 62px rgba(255, 213, 128, 0.32);
}

.non-event-program-intro h1 span {
  display: block;
  color: #fff0c8 !important;
}

.non-event-program-intro h1 span:first-child {
  margin-bottom: 0.08em;
  color: rgba(255, 239, 196, 0.88) !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.48em;
  font-style: italic;
  font-weight: 500;
  line-height: 1.04;
}

.non-event-program-subtitle {
  max-width: 680px;
  margin: clamp(18px, 2.3vh, 26px) auto 0;
  color: rgba(255, 235, 184, 0.76);
  font-size: clamp(17px, 1.45vw, 22px);
  line-height: 1.35;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.44);
}

.non-event-program-choices {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2.4vw, 30px);
  margin-top: clamp(34px, 6vh, 66px);
}

.non-event-program-choice {
  position: relative;
  isolation: isolate;
  min-height: clamp(174px, 22vh, 245px);
  padding: clamp(22px, 2.5vw, 30px);
  border: 1px solid rgba(255, 218, 129, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 239, 194, 0.13), rgba(255, 211, 120, 0.045)),
    rgba(10, 7, 5, 0.46);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 24px 70px rgba(0, 0, 0, 0.34);
  color: var(--program-cream);
  cursor: pointer;
  display: grid;
  align-content: end;
  justify-items: start;
  overflow: hidden;
  text-align: left;
  transform: translateY(30px) scale(0.98);
  opacity: 0;
  transition:
    border-color 220ms ease,
    background-color 220ms ease,
    box-shadow 220ms ease,
    filter 220ms ease,
    opacity 980ms ease,
    transform 1100ms cubic-bezier(0.16, 1, 0.3, 1);
}

.non-event-program-choice:nth-child(1) {
  transition-delay: 130ms;
}

.non-event-program-choice:nth-child(2) {
  transition-delay: 310ms;
}

.non-event-program-choice:nth-child(3) {
  transition-delay: 490ms;
}

.non-event-program-choice:nth-child(4) {
  transition-delay: 670ms;
}

.non-event-experience.is-live .non-event-program-choice {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.non-event-program-choice::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 243, 207, 0.24), transparent 42%),
    linear-gradient(135deg, transparent 0 45%, rgba(255, 225, 151, 0.13) 45.5% 46.5%, transparent 47%);
  opacity: 0.68;
}

.non-event-program-choice::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.70;
  transition: opacity 260ms ease, transform 320ms ease;
}

.non-event-program-choice[data-act-target="watch"] {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255, 237, 182, 0.10), transparent 50%),
    linear-gradient(180deg, rgba(10, 9, 9, 0.76), rgba(3, 3, 4, 0.62));
}

.non-event-program-choice[data-act-target="watch"]::after {
  background:
    radial-gradient(ellipse at 50% 18%, rgba(255, 248, 221, 0.15), transparent 40%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.46));
}

.non-event-program-choice[data-act-target="learn"] {
  background:
    radial-gradient(ellipse at 28% 0%, rgba(255, 232, 165, 0.20), transparent 48%),
    linear-gradient(180deg, rgba(54, 34, 15, 0.58), rgba(13, 9, 6, 0.52));
}

.non-event-program-choice[data-act-target="learn"]::after {
  background:
    linear-gradient(110deg, transparent 0 42%, rgba(255, 236, 179, 0.15) 42.5% 43.5%, transparent 44%),
    radial-gradient(ellipse at 70% 28%, rgba(255, 211, 120, 0.13), transparent 42%);
}

.non-event-program-choice[data-act-target="donate"] {
  border-color: rgba(255, 222, 143, 0.42);
  background:
    radial-gradient(circle at 72% 0%, rgba(255, 220, 137, 0.27), transparent 48%),
    linear-gradient(180deg, rgba(68, 43, 16, 0.68), rgba(13, 9, 5, 0.58));
}

.non-event-program-choice[data-act-target="donate"]::after {
  background:
    radial-gradient(circle at 68% 18%, rgba(255, 238, 190, 0.26), transparent 36%),
    radial-gradient(ellipse at 50% 100%, rgba(255, 195, 92, 0.12), transparent 50%);
}

.non-event-program-choice[data-act-target="share"] {
  border-color: rgba(255, 232, 172, 0.38);
  background:
    radial-gradient(ellipse at 20% 0%, rgba(255, 241, 199, 0.24), transparent 44%),
    linear-gradient(150deg, rgba(88, 62, 35, 0.56), rgba(16, 11, 7, 0.60));
}

.non-event-program-choice[data-act-target="share"]::after {
  background:
    linear-gradient(118deg, transparent 0 38%, rgba(255, 248, 229, 0.15) 38.5% 40%, transparent 40.5%),
    radial-gradient(ellipse at 66% 34%, rgba(255, 226, 154, 0.16), transparent 42%);
}

.non-event-program-choice:hover,
.non-event-program-choice:focus-visible,
.non-event-program-choice.is-active {
  border-color: rgba(255, 231, 174, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 26px 82px rgba(0, 0, 0, 0.42),
    0 0 52px rgba(255, 205, 112, 0.18);
  outline: none;
  transform: translateY(-4px) scale(1.01);
  filter: saturate(1.08) brightness(1.04);
}

.non-event-program-choice:hover::after,
.non-event-program-choice:focus-visible::after,
.non-event-program-choice.is-active::after {
  opacity: 1;
  transform: scale(1.03);
}

.non-event-curtain-call {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 218, 129, 0.24);
  border-radius: 8px;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255, 232, 172, 0.16), transparent 54%),
    linear-gradient(180deg, rgba(18, 13, 8, 0.72), rgba(5, 4, 3, 0.58));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.10),
    0 22px 70px rgba(0, 0, 0, 0.24);
  color: #fff0c8;
}

.non-event-curtain-call::before,
.non-event-curtain-call::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.non-event-curtain-call::before {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.48), transparent 26%, transparent 74%, rgba(0, 0, 0, 0.48)),
    radial-gradient(ellipse at 50% 50%, rgba(255, 246, 210, 0.10), transparent 58%);
}

.non-event-curtain-call::after {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(255, 218, 129, 0.22), transparent);
}

.non-event-curtain-call-copy,
.non-event-curtain-call-stage {
  position: relative;
  z-index: 1;
}

.non-event-curtain-call h2,
.non-event-curtain-call h3 {
  margin: 0;
  color: #fff0c8 !important;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0;
  text-shadow: 0 10px 32px rgba(0, 0, 0, 0.48);
}

.non-event-curtain-call p {
  margin: 6px 0 0;
  color: rgba(255, 235, 184, 0.72);
  font-size: 14px;
  line-height: 1.36;
}

.non-event-curtain-call--hub {
  display: grid;
  grid-template-columns: minmax(210px, 0.82fr) minmax(0, 1.18fr);
  gap: 18px;
  align-items: center;
  max-width: 860px;
  min-height: 92px;
  margin: clamp(22px, 3.6vh, 38px) auto 0;
  padding: 16px 20px;
  text-align: left;
}

.non-event-curtain-call--hub h2 {
  font-size: clamp(21px, 2vw, 30px);
}

.non-event-curtain-call--donate {
  max-width: 560px;
  margin-top: clamp(24px, 4vh, 38px);
  padding: clamp(18px, 2.2vw, 24px);
}

.non-event-curtain-call--donate h3 {
  font-size: clamp(24px, 2.6vw, 34px);
}

.non-event-curtain-call-stage {
  min-height: 46px;
  mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
}

.non-event-curtain-call-list {
  display: flex;
  gap: clamp(24px, 3.4vw, 48px);
  align-items: center;
  width: max-content;
  margin: 0;
  padding: 0;
  list-style: none;
}

.non-event-curtain-call-list li {
  color: #fff8e5;
  font-family: CabritoSans-NorBol, Helvetica, Arial, sans-serif;
  font-size: clamp(17px, 1.65vw, 24px);
  line-height: 1.15;
  letter-spacing: 0.02em;
  text-shadow:
    0 8px 24px rgba(0, 0, 0, 0.44),
    0 0 24px rgba(255, 218, 129, 0.20);
  white-space: nowrap;
}

.non-event-curtain-call-empty {
  display: grid;
  min-height: 46px;
  align-items: center;
  margin: 0 !important;
  color: rgba(255, 248, 229, 0.82) !important;
  font-family: CabritoSans-NorBol, Helvetica, Arial, sans-serif;
  font-size: clamp(16px, 1.5vw, 20px) !important;
  text-align: center;
}

.non-event-curtain-call.is-enhanced .non-event-curtain-call-track {
  display: flex;
  gap: clamp(24px, 3.4vw, 48px);
  width: max-content;
  animation: curtain-call-scroll 42s linear infinite;
}

.non-event-curtain-call.is-sparse.is-enhanced .non-event-curtain-call-track {
  animation-duration: 18s;
}

.non-event-curtain-call.is-sparse .non-event-curtain-call-list {
  min-width: min(320px, 42vw);
  justify-content: center;
}

.non-event-curtain-call.is-enhanced:hover .non-event-curtain-call-track,
.non-event-curtain-call.is-enhanced:focus-within .non-event-curtain-call-track {
  animation-play-state: paused;
}

@keyframes curtain-call-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.non-event-program-room,
.non-event-program-action {
  position: relative;
  z-index: 1;
  display: block;
}

.non-event-program-room {
  color: rgba(255, 231, 177, 0.76);
  font-family: CabritoSans-NorBol, Helvetica, Arial, sans-serif;
  font-size: clamp(12px, 1vw, 15px);
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.non-event-program-action {
  margin-top: 10px;
  color: #fff9e9;
  font-family: CabritoSans-NorBol, Helvetica, Arial, sans-serif;
  max-width: 100%;
  font-size: clamp(36px, 3.75vw, 56px);
  line-height: 0.92;
  letter-spacing: 0;
  white-space: nowrap;
}

.non-event-program-nav {
  position: fixed;
  top: clamp(106px, 12vh, 132px);
  right: clamp(16px, 3vw, 34px);
  z-index: 50;
  display: flex;
  gap: 6px;
  padding: 6px;
  border: 1px solid rgba(255, 218, 129, 0.22);
  border-radius: 8px;
  background: rgba(9, 7, 5, 0.54);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.28);
  opacity: 0;
  transform: translateY(-8px);
  transition:
    opacity 560ms ease,
    transform 720ms cubic-bezier(0.16, 1, 0.3, 1);
  backdrop-filter: blur(16px);
}

.non-event-experience.is-live .non-event-program-nav {
  opacity: 1;
  transform: translateY(0);
}

.non-event-program-nav button {
  min-height: 34px;
  padding: 0 12px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: rgba(255, 248, 229, 0.74);
  cursor: pointer;
  font-family: CabritoSans-NorBol, Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.non-event-program-nav button:hover,
.non-event-program-nav button:focus-visible,
.non-event-program-nav button.is-active {
  background: rgba(255, 218, 129, 0.15);
  color: #fff8e5;
  outline: none;
}

.non-event-experience [hidden] {
  display: none !important;
}

.non-event-act {
  position: relative;
  z-index: 2;
  min-height: calc(100svh - 92px);
  padding: clamp(76px, 10vh, 118px) 0 clamp(38px, 7vh, 70px);
}

.non-event-act-share {
  padding-top: clamp(34px, 5vh, 62px);
}

.non-event-act-inner {
  width: min(1100px, 100%);
  margin: 0 auto;
  opacity: 0;
  transform: translateY(36px) scale(0.985);
  transition:
    opacity 820ms ease,
    transform 980ms cubic-bezier(0.16, 1, 0.3, 1);
}

.non-event-experience.is-act-transitioning .non-event-act-inner {
  filter: drop-shadow(0 0 42px rgba(255, 218, 129, 0.08));
}

.non-event-act.is-active .non-event-act-inner {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.non-event-act-kicker {
  margin: 0 0 12px;
  color: rgba(255, 224, 152, 0.82);
  font-family: CabritoSans-NorBol, Helvetica, Arial, sans-serif;
  font-size: clamp(12px, 1vw, 15px);
  line-height: 1.3;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.non-event-act h2 {
  margin: 0;
  color: #fff8e5 !important;
  font-family: CabritoSans-NorBol, Helvetica, Arial, sans-serif;
  font-size: clamp(44px, 6.1vw, 88px);
  line-height: 0.94;
  letter-spacing: 0;
  text-shadow: 0 12px 46px rgba(0, 0, 0, 0.50);
}

.non-event-act h2:focus {
  outline: none;
}

.non-event-act p {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--program-muted);
  font-size: clamp(18px, 1.55vw, 22px);
  line-height: 1.45;
}

.non-event-video-frame {
  position: relative;
  width: min(980px, 100%);
  aspect-ratio: 16 / 9;
  margin-top: clamp(26px, 4vh, 42px);
  overflow: hidden;
  border: 1px solid rgba(255, 218, 129, 0.32);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 218, 129, 0.10), transparent 52%),
    #060504;
  box-shadow:
    0 34px 110px rgba(0, 0, 0, 0.44),
    0 0 52px rgba(255, 205, 112, 0.13);
}

.non-event-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.non-event-act-watch .non-event-video-frame + .non-event-video-frame {
  margin-top: clamp(22px, 3vh, 34px);
}

.non-event-document-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 34px);
  margin-top: clamp(28px, 5vh, 48px);
}

.non-event-document-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(116px, 0.48fr) minmax(0, 1fr);
  grid-template-areas:
    "image title"
    "image copy"
    "image action";
  gap: 10px 18px;
  align-items: center;
  min-height: 260px;
  padding: clamp(16px, 2.2vw, 26px);
  border: 1px solid rgba(255, 218, 129, 0.30);
  border-radius: 8px;
  background: rgba(9, 7, 5, 0.48);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 26px 80px rgba(0, 0, 0, 0.30);
  color: var(--program-cream);
  text-decoration: none !important;
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.non-event-document-card:hover,
.non-event-document-card:focus-visible {
  border-color: rgba(255, 231, 174, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 30px 90px rgba(0, 0, 0, 0.38),
    0 0 42px rgba(255, 205, 112, 0.13);
  outline: none;
  transform: translateY(-3px);
}

.non-event-document-card img {
  grid-area: image;
  width: 100%;
  max-height: 250px;
  object-fit: cover;
  object-position: top center;
  border-radius: 4px;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.30);
}

.non-event-document-title,
.non-event-document-copy,
.non-event-document-action {
  display: block;
}

.non-event-document-title {
  grid-area: title;
  align-self: end;
  color: #fff8e5;
  font-family: CabritoSans-NorBol, Helvetica, Arial, sans-serif;
  font-size: clamp(25px, 2.4vw, 38px);
  line-height: 1.02;
}

.non-event-document-copy {
  grid-area: copy;
  color: var(--program-muted);
  font-size: 17px;
  line-height: 1.4;
}

.non-event-document-action {
  grid-area: action;
  align-self: start;
  width: fit-content;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255, 218, 129, 0.62);
  color: var(--program-gold);
  font-family: CabritoSans-NorBol, Helvetica, Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.non-event-donate-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(28px, 4vw, 60px);
  align-items: start;
}

.non-event-donate-message {
  padding-top: clamp(24px, 6vh, 76px);
}

.non-event-donate-message h2 {
  max-width: 520px;
  font-size: clamp(46px, 5vw, 76px);
}

.non-event-candid-callout {
  display: inline-grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  max-width: 500px;
  margin-top: clamp(24px, 4vh, 42px);
  padding: 14px 16px;
  border: 1px solid rgba(255, 218, 129, 0.28);
  border-radius: 8px;
  background: rgba(9, 7, 5, 0.34);
  color: rgba(255, 248, 229, 0.78);
  text-decoration: none !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10);
  transition: border-color 220ms ease, background-color 220ms ease, transform 220ms ease;
}

.non-event-donate-form .recognition-preference {
  margin: 22px 0 0 !important;
  padding: 16px !important;
  border: 1px solid rgba(255, 218, 129, 0.22) !important;
  border-radius: 8px !important;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255, 232, 172, 0.10), transparent 56%),
    rgba(255, 248, 229, 0.045) !important;
}

.non-event-donate-form .recognition-preference legend {
  padding: 0 6px !important;
  color: #ffe6a2 !important;
  font-family: CabritoSans-NorBol, Helvetica, Arial, sans-serif !important;
  font-size: 12px !important;
  letter-spacing: 0.12em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

.non-event-donate-form .recognition-preference p {
  margin: 6px 0 12px !important;
  color: rgba(255, 248, 229, 0.72) !important;
  font-size: 14px !important;
  line-height: 1.38 !important;
}

.non-event-donate-form .recognition-options {
  display: grid;
  gap: 8px;
}

.non-event-donate-form .recognition-options label {
  display: flex !important;
  gap: 10px !important;
  align-items: flex-start !important;
  margin: 0 !important;
  padding: 12px !important;
  border: 1px solid rgba(255, 218, 129, 0.16) !important;
  border-radius: 8px !important;
  background: rgba(255, 248, 229, 0.045) !important;
  color: rgba(255, 248, 229, 0.78) !important;
  cursor: pointer;
  font-size: 14px !important;
  line-height: 1.35 !important;
  text-transform: none !important;
}

.non-event-donate-form .recognition-options label:has(input:checked) {
  border-color: rgba(255, 231, 174, 0.70) !important;
  background: rgba(255, 218, 129, 0.13) !important;
  color: #fff8e5 !important;
}

.non-event-donate-form .recognition-options input {
  width: auto !important;
  margin-top: 2px !important;
  accent-color: #d7a24b;
}

.non-event-donate-form .recognition-display-name {
  margin-top: 14px;
}

.non-event-donate-form .recognition-display-name[hidden],
.non-event-donate-form .recognition-private-note[hidden] {
  display: none !important;
}

.non-event-candid-callout:hover,
.non-event-candid-callout:focus-visible {
  border-color: rgba(255, 231, 174, 0.62);
  background: rgba(9, 7, 5, 0.46);
  color: #fff8e5;
  outline: none;
  transform: translateY(-2px);
}

.non-event-candid-callout img {
  width: 92px;
  height: auto;
  border-radius: 3px;
}

.non-event-candid-callout span {
  color: inherit;
  font-size: 14px;
  line-height: 1.42;
}

.non-event-scrapbook {
  position: relative;
  width: min(1520px, 100%);
  --scrapbook-paper: #fff7df;
  --scrapbook-paper-warm: #ead5a9;
  --scrapbook-ink: #24180f;
}

.non-event-scrapbook-header {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) auto;
  gap: clamp(18px, 4vw, 54px);
  align-items: center;
  max-width: none;
}

.non-event-scrapbook-header h2 {
  max-width: 850px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(50px, 6vw, 86px);
  font-style: italic;
  font-weight: 500;
  line-height: 0.92;
  color: #fff6dc;
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.45);
}

.non-event-scrapbook-header > div:first-child > p:not(.non-event-act-kicker):not(.non-event-scrapbook-subtitle) {
  max-width: 630px;
  margin-top: 12px;
  font-size: clamp(16px, 1.35vw, 19px);
}

.non-event-scrapbook-subtitle {
  max-width: 780px;
  margin-top: 6px !important;
  color: rgba(255, 229, 169, 0.86) !important;
  font-family: CabritoSans-NorBol, Helvetica, Arial, sans-serif !important;
  font-size: clamp(17px, 1.55vw, 23px) !important;
  line-height: 1.25 !important;
}

.non-event-scrapbook-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
  min-width: min(100%, 360px);
}

.non-event-scrapbook-add,
.non-event-scrapbook-browse,
.non-event-scrapbook-return,
.non-event-scrapbook-submit {
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid rgba(255, 241, 190, 0.70);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffe8ad, #c9933b);
  box-shadow: 0 18px 38px rgba(201, 147, 59, 0.20);
  color: #17100a;
  cursor: pointer;
  font-family: CabritoSans-NorBol, Helvetica, Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.non-event-scrapbook-browse {
  background: rgba(255, 248, 229, 0.07);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09);
  color: #fff8e5;
}

.non-event-scrapbook-return {
  min-height: 38px;
  padding: 0 15px;
  background: rgba(36, 24, 15, 0.08);
  box-shadow: none;
  color: #24180f;
}

.non-event-scrapbook-add:hover,
.non-event-scrapbook-add:focus-visible,
.non-event-scrapbook-browse:hover,
.non-event-scrapbook-browse:focus-visible,
.non-event-scrapbook-return:hover,
.non-event-scrapbook-return:focus-visible,
.non-event-scrapbook-submit:hover,
.non-event-scrapbook-submit:focus-visible {
  background: linear-gradient(180deg, #fff0c5, #d9a14b);
  outline: none;
  transform: translateY(-2px);
}

.non-event-scrapbook-browse:hover,
.non-event-scrapbook-browse:focus-visible,
.non-event-scrapbook-return:hover,
.non-event-scrapbook-return:focus-visible {
  background: rgba(255, 218, 129, 0.16);
  color: #fff8e5;
}

.non-event-scrapbook-book {
  --scrapbook-shell-max: min(1520px, calc(100vw - 96px));
  --scrapbook-shell-height: clamp(620px, 50vw, 880px);
  position: relative;
  margin-top: clamp(18px, 3.2vh, 38px);
  padding-top: 38px;
  perspective: 1400px;
}

.non-event-scrapbook-book::before {
  content: "";
  position: absolute;
  inset: 42px 4% -24px;
  z-index: 0;
  border-radius: 50%;
  background: radial-gradient(ellipse at 50% 50%, rgba(255, 218, 129, 0.16), transparent 68%);
  filter: blur(20px);
  pointer-events: none;
}

.non-event-scrapbook-spread {
  position: relative;
  z-index: 1;
  max-width: var(--scrapbook-shell-max);
  margin-inline: auto;
}

.non-event-scrapbook-spread[hidden] {
  display: none !important;
}

.non-event-scrapbook-filters,
.non-event-scrapbook-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: clamp(24px, 4vh, 38px);
}

.non-event-scrapbook-filters {
  position: absolute;
  top: 38px;
  right: clamp(34px, 5vw, 78px);
  z-index: 4;
  align-items: flex-end;
  gap: 2px 8px;
  margin-top: 0;
}

.non-event-scrapbook-filter-label {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  margin-right: 4px;
  color: rgba(78, 50, 22, 0.58);
  font-family: CabritoSans-NorBol, Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.non-event-scrapbook-filters button,
.non-event-scrapbook-options button,
.non-event-scrapbook-recorder button,
.non-event-scrapbook-close {
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid rgba(255, 218, 129, 0.22);
  border-radius: 8px;
  background: rgba(255, 248, 229, 0.06);
  color: rgba(255, 248, 229, 0.78);
  cursor: pointer;
  font-family: CabritoSans-NorBol, Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.non-event-scrapbook-filters button {
  position: relative;
  min-height: 42px;
  margin-bottom: -1px;
  border-color: rgba(110, 71, 31, 0.30);
  border-bottom-color: rgba(255, 252, 238, 0.72);
  border-radius: 9px 9px 2px 2px;
  background:
    linear-gradient(180deg, rgba(255, 250, 233, 0.98), rgba(223, 196, 143, 0.96));
  box-shadow:
    0 10px 22px rgba(72, 44, 18, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.65);
  color: rgba(52, 34, 18, 0.74);
  transform: rotate(-0.8deg);
}

.non-event-scrapbook-filters button:nth-of-type(2n) {
  transform: rotate(0.8deg);
}

.non-event-scrapbook.is-adding .non-event-scrapbook-filters {
  display: none;
}

.non-event-scrapbook-filters button:hover,
.non-event-scrapbook-filters button:focus-visible,
.non-event-scrapbook-filters button.is-active,
.non-event-scrapbook-options button:hover,
.non-event-scrapbook-options button:focus-visible,
.non-event-scrapbook-options button.is-active,
.non-event-scrapbook-recorder button:hover,
.non-event-scrapbook-recorder button:focus-visible,
.non-event-scrapbook-close:hover,
.non-event-scrapbook-close:focus-visible {
  border-color: rgba(255, 231, 174, 0.70);
  background: rgba(255, 218, 129, 0.14);
  color: #fff8e5;
  outline: none;
}

.non-event-scrapbook-filters button:hover,
.non-event-scrapbook-filters button:focus-visible,
.non-event-scrapbook-filters button.is-active {
  border-color: rgba(110, 71, 31, 0.46);
  border-bottom-color: rgba(255, 252, 238, 0.86);
  background:
    linear-gradient(180deg, rgba(255, 240, 196, 0.98), rgba(213, 162, 81, 0.96));
  color: #2a1b0d;
}

.non-event-scrapbook-options button:disabled {
  cursor: not-allowed;
  opacity: 0.46;
}

.non-event-scrapbook-board {
  position: relative;
  width: 100%;
  height: var(--scrapbook-shell-height);
  aspect-ratio: 1.58 / 1;
  margin-top: 0;
  padding: 0;
  border: 1px solid rgba(94, 62, 30, 0.20);
  border-radius: 9px 22px 20px 9px;
  background:
    linear-gradient(90deg, rgba(70, 43, 19, 0.10) 0, transparent 44%, rgba(52, 32, 15, 0.19) 49.5%, rgba(255, 255, 255, 0.28) 50.5%, transparent 56%, rgba(255, 255, 255, 0.15) 100%),
    radial-gradient(circle at 74% 10%, rgba(255, 255, 255, 0.48), transparent 32%),
    radial-gradient(circle at 18% 20%, rgba(255, 245, 205, 0.38), transparent 34%),
    linear-gradient(105deg, #fff9e7 0%, #f5e6bf 48%, #ead3a2 49%, #fff2cf 100%);
  box-shadow:
    0 38px 120px rgba(0, 0, 0, 0.48),
    inset 0 0 0 1px rgba(255, 255, 255, 0.70);
  overflow: hidden;
}

.non-event-scrapbook-board::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 49.5%;
  width: 20px;
  border: 0;
  border-radius: 0;
  background: linear-gradient(90deg, transparent, rgba(84, 54, 24, 0.24), rgba(255, 255, 255, 0.30), transparent);
  transform: translateX(-50%);
  pointer-events: none;
}

.non-event-scrapbook-board::after {
  content: "";
  position: absolute;
  right: -22px;
  bottom: -22px;
  width: 92px;
  height: 92px;
  border-radius: 18px 0 0;
  background: linear-gradient(135deg, rgba(166, 114, 51, 0.30), rgba(255, 250, 230, 0.86) 58%, rgba(121, 78, 34, 0.18));
  box-shadow: -12px -12px 28px rgba(64, 39, 17, 0.18);
  transform: rotate(2deg);
  pointer-events: none;
}

.non-event-scrapbook-board.is-turning .non-event-scrapbook-card {
  opacity: 0;
  transform: rotate(calc(var(--scrapbook-rotate, 0deg) + var(--slot-rotate, 0deg))) translateY(16px) scale(0.98);
}

.non-event-scrapbook-card {
  position: relative;
  isolation: isolate;
  min-height: 0;
  padding: clamp(13px, 1.5vw, 20px);
  border: 0;
  border-radius: 4px;
  background:
    linear-gradient(180deg, rgba(255, 249, 229, 0.98), rgba(236, 216, 178, 0.96));
  box-shadow:
    0 22px 54px rgba(0, 0, 0, 0.38),
    inset 0 0 0 1px rgba(86, 55, 26, 0.13);
  color: #24180f;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: clamp(7px, 1vw, 12px);
  overflow: visible;
  text-align: left;
  z-index: 2;
  transform: rotate(calc(var(--scrapbook-rotate, 0deg) + var(--slot-rotate, 0deg))) translateY(18px);
  opacity: 0;
  transition:
    opacity 820ms ease,
    transform 980ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 220ms ease;
}

.non-event-scrapbook-board.is-settled .non-event-scrapbook-card,
.non-event-act.is-active .non-event-scrapbook-card {
  opacity: 1;
  transform: rotate(calc(var(--scrapbook-rotate, 0deg) + var(--slot-rotate, 0deg))) translateY(0);
}

.non-event-scrapbook-card:nth-child(2n) {
  grid-column: span 4;
}

.non-event-scrapbook-card:nth-child(3n) {
  grid-column: span 4;
}

.non-event-scrapbook-card[data-spread-slot] {
  position: absolute;
  left: var(--slot-x);
  top: var(--slot-y);
  width: var(--slot-w);
  height: var(--slot-h);
  min-height: 0 !important;
  z-index: var(--slot-z, 2);
}

.non-event-scrapbook-card[data-card-size="small-note"] {
  --card-text-lines: 4;
}

.non-event-scrapbook-card[data-card-size="medium-note"],
.non-event-scrapbook-card[data-card-size="voice-card"] {
  --card-text-lines: 6;
}

.non-event-scrapbook-card[data-card-size="wide-note"],
.non-event-scrapbook-card[data-card-size="add-memory-card"] {
  --card-text-lines: 7;
}

.non-event-scrapbook-card[data-card-size="small-photo"],
.non-event-scrapbook-card[data-card-size="medium-photo"],
.non-event-scrapbook-card[data-card-size="feature-photo"] {
  --card-text-lines: 2;
}

.non-event-scrapbook-card--photo {
  grid-column: span 4;
  min-height: 0;
  padding: 0;
  border-radius: 3px;
  background: transparent;
  box-shadow: 0 24px 54px rgba(71, 43, 16, 0.24);
}

.non-event-scrapbook-card--photo .non-event-scrapbook-photo,
.non-event-scrapbook-card--photo .non-event-scrapbook-photo img {
  border-radius: inherit;
}

.non-event-scrapbook-card--written {
  border-radius: 2px 9px 4px 11px;
}

.non-event-scrapbook-card--benism {
  padding: clamp(8px, 1.1vw, 15px);
  border: 1px solid transparent;
  border-radius: 0;
  background:
    linear-gradient(92deg, transparent 0 8%, rgba(77, 43, 22, 0.08) 8% 8.5%, transparent 8.5% 100%),
    repeating-linear-gradient(178deg, transparent 0 17px, rgba(80, 49, 24, 0.08) 17px 18px, transparent 18px 32px);
  box-shadow:
    none;
  color: #3d2516;
  cursor: default;
  overflow: visible;
}

.non-event-scrapbook-card--benism::before {
  content: "";
  position: absolute;
  inset: 10% 7% 13%;
  z-index: -1;
  border-radius: 48% 43% 52% 46%;
  background:
    radial-gradient(circle at 22% 28%, rgba(63, 36, 18, 0.10), transparent 10%),
    radial-gradient(circle at 78% 68%, rgba(63, 36, 18, 0.08), transparent 12%);
  opacity: 0.75;
  pointer-events: none;
}

.non-event-scrapbook-card--benism::after,
.non-event-scrapbook-card--benism .non-event-scrapbook-tape,
.non-event-scrapbook-card--benism .non-event-scrapbook-mount {
  display: none;
}

.non-event-scrapbook-card--written::after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  border-style: solid;
  border-width: 0 0 34px 34px;
  border-color: transparent transparent rgba(143, 98, 45, 0.16) transparent;
  filter: drop-shadow(-4px -4px 5px rgba(0, 0, 0, 0.08));
}

.non-event-scrapbook-card--audio {
  justify-content: flex-start;
  gap: clamp(9px, 1vw, 13px);
  padding: clamp(14px, 1.7vw, 24px);
  background:
    radial-gradient(circle at 82% 16%, rgba(255, 255, 255, 0.68), transparent 24%),
    linear-gradient(135deg, rgba(255, 251, 234, 0.98), rgba(231, 210, 169, 0.96));
  border: 1px solid rgba(122, 84, 42, 0.24);
  border-radius: 8px 3px 10px 4px;
  box-shadow:
    0 22px 48px rgba(79, 48, 22, 0.26),
    inset 0 0 0 1px rgba(255, 255, 255, 0.30);
}

.non-event-scrapbook-card--audio::before {
  content: "Voice Note";
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 30px;
  padding: 5px 12px 5px 34px;
  border: 1px solid rgba(94, 62, 33, 0.22);
  border-radius: 999px;
  background:
    radial-gradient(circle at 17px 50%, #6a4525 0 6px, transparent 6.5px),
    linear-gradient(180deg, rgba(255, 248, 224, 0.88), rgba(221, 193, 146, 0.70));
  color: rgba(68, 43, 23, 0.82);
  font-family: CabritoSans-NorBol, Helvetica, Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.13em;
  line-height: 1;
  text-transform: uppercase;
}

.non-event-scrapbook-card--audio::after {
  content: "";
  display: block;
  height: 44px;
  margin-top: auto;
  border-top: 1px solid rgba(86, 57, 31, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 3px;
  background:
    linear-gradient(90deg, rgba(99, 64, 34, 0.30) 0 2px, transparent 2px 7px, rgba(99, 64, 34, 0.48) 7px 11px, transparent 11px 20px, rgba(99, 64, 34, 0.36) 20px 23px, transparent 23px 31px, rgba(99, 64, 34, 0.54) 31px 37px, transparent 37px 48px, rgba(99, 64, 34, 0.34) 48px 51px, transparent 51px 62px, rgba(99, 64, 34, 0.46) 62px 66px, transparent 66px 100%),
    linear-gradient(180deg, transparent 0 34%, rgba(119, 77, 38, 0.13) 34% 37%, transparent 37% 100%);
  background-size: 86px 100%, 100% 100%;
  opacity: 0.78;
}

.non-event-scrapbook-card--audio .non-event-scrapbook-card-text {
  color: #2f2117;
  font-family: CabritoSans-NorMed, Helvetica, Arial, sans-serif;
  font-size: clamp(14px, 1.02vw, 18px);
  font-style: normal;
  line-height: 1.28;
}

.non-event-scrapbook-card--audio .non-event-scrapbook-card-name {
  margin-top: 0;
  color: rgba(47, 33, 23, 0.70);
}

.non-event-scrapbook-card--video {
  background:
    linear-gradient(180deg, rgba(255, 249, 229, 0.98), rgba(226, 208, 172, 0.96));
}

.non-event-scrapbook-card--cta {
  grid-column: span 4;
  min-height: 0;
  border: 1px dashed rgba(255, 218, 129, 0.42);
  background:
    linear-gradient(180deg, rgba(34, 24, 14, 0.92), rgba(13, 9, 6, 0.90));
  box-shadow:
    0 22px 54px rgba(0, 0, 0, 0.38),
    inset 0 0 0 1px rgba(255, 218, 129, 0.10);
  color: #fff8e5;
}

.non-event-scrapbook-card--cta .non-event-scrapbook-card-type {
  color: rgba(255, 229, 169, 0.86);
}

.non-event-scrapbook-card--cta .non-event-scrapbook-card-text {
  color: #fff8e5;
}

.non-event-scrapbook-card--cta .non-event-scrapbook-card-name {
  color: rgba(255, 248, 229, 0.74);
}

.non-event-scrapbook-card:hover,
.non-event-scrapbook-card:focus-visible {
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.46),
    0 0 38px rgba(255, 218, 129, 0.16),
    inset 0 0 0 1px rgba(86, 55, 26, 0.18);
  outline: none;
  transform: rotate(calc(var(--scrapbook-rotate, 0deg) + var(--slot-rotate, 0deg))) translateY(-6px) scale(1.015);
}

.non-event-scrapbook-card--static:hover {
  box-shadow: none;
  transform: rotate(calc(var(--scrapbook-rotate, 0deg) + var(--slot-rotate, 0deg)));
}

.non-event-scrapbook-turn {
  position: absolute;
  right: clamp(38px, 5vw, 74px);
  bottom: clamp(22px, 3.4vw, 44px);
  z-index: 7;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  margin: 0;
  padding: 0 22px;
  border: 1px solid rgba(255, 241, 190, 0.74);
  border-radius: 999px 999px 999px 14px;
  background: linear-gradient(180deg, #ffe9ae, #c99137);
  box-shadow:
    0 18px 44px rgba(74, 45, 17, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.50);
  color: #24180f;
  cursor: pointer;
  font-family: CabritoSans-NorBol, Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.non-event-scrapbook-turn::after {
  content: "";
  width: 18px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: skewX(-18deg) rotate(16deg);
}

.non-event-scrapbook-turn:hover,
.non-event-scrapbook-turn:focus-visible {
  border-color: rgba(255, 249, 220, 0.90);
  background: linear-gradient(180deg, #fff1c9, #d8a04a);
  outline: none;
  transform: translateY(-2px);
}

.non-event-scrapbook-turn[hidden] {
  display: none !important;
}

.non-event-scrapbook-tape {
  position: absolute;
  top: -13px;
  left: 50%;
  z-index: 8;
  width: clamp(70px, 8vw, 112px);
  height: clamp(20px, 2vw, 28px);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 2px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.16), transparent 20% 80%, rgba(109, 78, 32, 0.08)),
    repeating-linear-gradient(90deg, rgba(255, 244, 191, 0.26) 0 8px, rgba(218, 177, 100, 0.13) 8px 14px),
    rgba(255, 231, 154, 0.78);
  box-shadow:
    0 6px 14px rgba(64, 43, 16, 0.20),
    inset 0 0 10px rgba(255, 255, 255, 0.20);
  opacity: 0.92;
  transform: translateX(-50%) rotate(-3deg);
  pointer-events: none;
}

.non-event-scrapbook-photo {
  position: relative;
  display: block;
  flex: 1 1 100%;
  min-height: 0;
  overflow: hidden;
  height: 100%;
  border: 3px solid rgba(255, 250, 238, 0.92);
  border-radius: 3px;
  background: rgba(255, 248, 229, 0.70);
  box-shadow:
    0 16px 34px rgba(71, 43, 16, 0.22),
    inset 0 0 0 1px rgba(255, 255, 255, 0.28);
}

.non-event-scrapbook-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.non-event-scrapbook-card[data-image-url*="sccc-book-salt-peanuts-polished.jpg"] .non-event-scrapbook-photo {
  background:
    linear-gradient(180deg, rgba(255, 248, 229, 0.94), rgba(231, 210, 164, 0.84));
}

.non-event-scrapbook-card[data-image-url*="sccc-book-salt-peanuts-polished.jpg"] .non-event-scrapbook-photo img {
  object-fit: contain;
  object-position: center;
}

.non-event-scrapbook-board .non-event-scrapbook-card-type,
.non-event-scrapbook-board .non-event-scrapbook-card--photo .non-event-scrapbook-card-text,
.non-event-scrapbook-board .non-event-scrapbook-card--photo .non-event-scrapbook-card-name {
  display: none;
}

.non-event-scrapbook-card--photo .non-event-scrapbook-tape {
  top: -14px;
}

.non-event-scrapbook-mount {
  position: absolute;
  z-index: 9;
  display: none;
  width: clamp(26px, 3vw, 38px);
  height: clamp(26px, 3vw, 38px);
  border-color: rgba(82, 56, 31, 0.48);
  filter: drop-shadow(0 5px 7px rgba(75, 50, 20, 0.18));
  pointer-events: none;
}

.non-event-scrapbook-mount--tl {
  top: -7px;
  left: -7px;
  border-top: 3px solid;
  border-left: 3px solid;
}

.non-event-scrapbook-mount--br {
  right: -7px;
  bottom: -7px;
  border-right: 3px solid;
  border-bottom: 3px solid;
}

.non-event-scrapbook-card--attach-corners .non-event-scrapbook-tape,
.non-event-scrapbook-card--attach-side-tabs .non-event-scrapbook-tape {
  display: none;
}

.non-event-scrapbook-card--attach-corners .non-event-scrapbook-mount {
  display: block;
}

.non-event-scrapbook-card--attach-side-tabs .non-event-scrapbook-mount {
  display: block;
  width: clamp(20px, 2.5vw, 32px);
  height: clamp(46px, 4.6vw, 70px);
  border: 1px solid rgba(255, 255, 255, 0.20);
  border-radius: 2px;
  background:
    repeating-linear-gradient(90deg, rgba(255, 244, 191, 0.28) 0 7px, rgba(206, 164, 87, 0.14) 7px 13px),
    rgba(255, 231, 154, 0.70);
}

.non-event-scrapbook-card--attach-side-tabs .non-event-scrapbook-mount--tl {
  top: 17%;
  left: -13px;
  border-color: rgba(255, 255, 255, 0.20);
  transform: rotate(-4deg);
}

.non-event-scrapbook-card--attach-side-tabs .non-event-scrapbook-mount--br {
  right: -13px;
  bottom: 18%;
  border-color: rgba(255, 255, 255, 0.20);
  transform: rotate(4deg);
}

.non-event-scrapbook-card-type {
  color: rgba(82, 54, 31, 0.74);
  font-family: CabritoSans-NorBol, Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.non-event-scrapbook-card-text {
  display: -webkit-box;
  overflow: hidden;
  color: #24180f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(15px, 1.18vw, 21px);
  font-style: italic;
  line-height: 1.18;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--card-text-lines, 4);
}

.non-event-scrapbook-card--benism .non-event-scrapbook-card-text {
  display: block;
  overflow: visible;
  color: #3f2617;
  font-family: "Bradley Hand", "Segoe Print", "Marker Felt", "Noteworthy", Georgia, serif;
  font-size: clamp(15px, 1.08vw, 23px);
  font-style: normal;
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: 0.01em;
  text-shadow:
    0.4px 0 rgba(63, 38, 23, 0.22),
    0 1px rgba(255, 246, 214, 0.22);
  transform: rotate(-1.1deg);
  -webkit-line-clamp: unset;
}

.non-event-scrapbook-card-name {
  align-self: end;
  margin-top: auto;
  color: rgba(36, 24, 15, 0.72);
  font-family: CabritoSans-NorBol, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

.non-event-scrapbook-card--benism .non-event-scrapbook-card-name {
  color: rgba(63, 38, 23, 0.72);
  font-family: "Bradley Hand", "Segoe Print", "Marker Felt", "Noteworthy", Georgia, serif;
  font-size: clamp(13px, 1vw, 17px);
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  transform: rotate(-1.6deg);
}

.non-event-scrapbook-empty {
  grid-column: 1 / -1;
  padding: clamp(34px, 6vw, 70px);
  border: 1px dashed rgba(255, 218, 129, 0.30);
  border-radius: 8px;
  text-align: center;
}

.non-event-scrapbook-empty h3,
.non-event-scrapbook-form h3,
.non-event-scrapbook-detail h3 {
  margin: 0;
  color: #fff8e5 !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 46px);
  font-style: italic;
  font-weight: 500;
}

.non-event-scrapbook-detail {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(4, 3, 2, 0.74);
  backdrop-filter: blur(14px);
}

.non-event-scrapbook-detail[hidden] {
  display: none !important;
}

.non-event-scrapbook-detail-page {
  position: relative;
  width: min(840px, 100%);
  max-height: min(760px, calc(100svh - 48px));
  overflow: auto;
  padding: clamp(24px, 4vw, 44px);
  border-radius: 6px 18px 18px 6px;
  background:
    linear-gradient(180deg, rgba(255, 249, 229, 0.98), rgba(232, 211, 174, 0.98));
  box-shadow:
    0 38px 120px rgba(0, 0, 0, 0.55),
    inset 0 0 0 1px rgba(255, 255, 255, 0.62);
  color: #24180f;
}

.non-event-scrapbook-detail.is-photo-only {
  padding: clamp(12px, 3vw, 34px);
  background:
    radial-gradient(ellipse at 50% 50%, rgba(255, 229, 155, 0.18), transparent 42%),
    rgba(4, 3, 2, 0.86);
}

.non-event-scrapbook-detail.is-photo-only .non-event-scrapbook-detail-page {
  display: grid;
  place-items: center;
  width: min(1200px, calc(100vw - 32px));
  max-height: calc(100svh - 32px);
  overflow: visible;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.non-event-scrapbook-detail-page .non-event-scrapbook-card-type,
.non-event-scrapbook-detail-page h3,
.non-event-scrapbook-detail-page p {
  color: #24180f !important;
}

.non-event-scrapbook-detail-media img {
  display: block;
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border: 12px solid #fffaf0;
  box-shadow: 0 18px 42px rgba(65, 38, 15, 0.18);
}

.non-event-scrapbook-detail.is-photo-only .non-event-scrapbook-detail-media {
  width: 100%;
}

.non-event-scrapbook-detail.is-photo-only .non-event-scrapbook-detail-media img {
  box-sizing: border-box;
  width: auto;
  max-width: 100%;
  max-height: calc(100svh - 54px);
  margin: 0 auto;
  object-fit: contain;
  border: clamp(8px, 1.5vw, 16px) solid #fffaf0;
  background: #fffaf0;
  box-shadow:
    0 34px 100px rgba(0, 0, 0, 0.62),
    0 0 72px rgba(255, 220, 139, 0.16);
}

.non-event-scrapbook-detail.is-photo-only .non-event-scrapbook-card-type,
.non-event-scrapbook-detail.is-photo-only [data-scrapbook-detail-copy],
.non-event-scrapbook-detail.is-photo-only [data-scrapbook-detail-audio],
.non-event-scrapbook-detail.is-photo-only .non-event-scrapbook-detail-date {
  display: none !important;
}

.non-event-scrapbook-detail.is-photo-only h3 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.non-event-scrapbook-close {
  float: right;
  margin: 0 0 14px 14px;
  background: rgba(36, 24, 15, 0.08);
  color: #24180f;
}

.non-event-scrapbook-open-image {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 13px;
  border: 1px solid rgba(36, 24, 15, 0.18);
  border-radius: 999px;
  background: rgba(36, 24, 15, 0.06);
  color: #24180f;
  font-family: CabritoSans-NorBol, Helvetica, Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.10em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.non-event-scrapbook-open-image[hidden] {
  display: none !important;
}

.non-event-scrapbook-detail.is-photo-only .non-event-scrapbook-close {
  position: fixed;
  top: clamp(12px, 2vw, 24px);
  right: clamp(12px, 2vw, 24px);
  z-index: 2;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 248, 229, 0.34);
  border-radius: 999px;
  background: rgba(9, 7, 4, 0.62);
  color: #fff8e5;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 1;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.44);
}

.non-event-scrapbook-detail.is-photo-only .non-event-scrapbook-open-image {
  position: fixed;
  top: clamp(17px, 2vw, 29px);
  right: clamp(70px, 7vw, 92px);
  z-index: 2;
  border-color: rgba(255, 248, 229, 0.28);
  background: rgba(9, 7, 4, 0.50);
  color: rgba(255, 248, 229, 0.88);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.34);
}

.non-event-scrapbook-detail audio {
  width: 100%;
  margin-top: 18px;
}

.non-event-scrapbook-detail-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 24px;
}

.non-event-scrapbook-detail-nav button {
  min-height: 42px;
  padding: 10px 18px;
  border: 1px solid rgba(36, 24, 15, 0.24);
  border-radius: 999px;
  background: rgba(36, 24, 15, 0.08);
  color: #24180f;
  cursor: pointer;
  font-family: CabritoSans-NorBol, Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.non-event-scrapbook-detail.is-photo-only .non-event-scrapbook-detail-nav {
  position: fixed;
  inset: 50% clamp(12px, 2vw, 30px) auto;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  margin: 0;
  pointer-events: none;
  transform: translateY(-50%);
}

.non-event-scrapbook-detail.is-photo-only .non-event-scrapbook-detail-nav button {
  display: grid;
  place-items: center;
  width: clamp(44px, 5vw, 58px);
  height: clamp(44px, 5vw, 58px);
  min-height: 0;
  padding: 0 0 4px;
  border: 1px solid rgba(255, 248, 229, 0.34);
  border-radius: 999px;
  background: rgba(9, 7, 4, 0.54);
  color: #fff8e5;
  cursor: pointer;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 46px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  pointer-events: auto;
  text-transform: none;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.44);
}

.non-event-scrapbook-detail.is-photo-only .non-event-scrapbook-detail-nav button:hover,
.non-event-scrapbook-detail.is-photo-only .non-event-scrapbook-detail-nav button:focus-visible,
.non-event-scrapbook-detail.is-photo-only .non-event-scrapbook-close:hover,
.non-event-scrapbook-detail.is-photo-only .non-event-scrapbook-close:focus-visible,
.non-event-scrapbook-detail.is-photo-only .non-event-scrapbook-open-image:hover,
.non-event-scrapbook-detail.is-photo-only .non-event-scrapbook-open-image:focus-visible {
  border-color: rgba(255, 218, 129, 0.72);
  background: rgba(28, 20, 9, 0.78);
  outline: none;
}

.non-event-scrapbook-detail-nav button:hover,
.non-event-scrapbook-detail-nav button:focus-visible {
  border-color: rgba(36, 24, 15, 0.42);
  background: rgba(36, 24, 15, 0.14);
  outline: none;
}

.non-event-scrapbook-detail-nav button:disabled {
  cursor: default;
  opacity: 0.45;
}

.non-event-scrapbook-responses {
  clear: both;
  margin-top: 26px;
  padding: 18px;
  border: 1px solid rgba(79, 49, 19, 0.16);
  border-radius: 4px 18px 10px 14px;
  background:
    linear-gradient(135deg, rgba(255, 250, 234, 0.72), rgba(223, 194, 143, 0.52)),
    repeating-linear-gradient(0deg, rgba(75, 49, 28, 0.04) 0 1px, transparent 1px 28px);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.42),
    0 16px 34px rgba(69, 41, 16, 0.12);
}

.non-event-scrapbook-response-toggle {
  display: none;
}

.non-event-scrapbook-response-kicker {
  margin: 0 0 12px !important;
  color: rgba(36, 24, 15, 0.70) !important;
  font-family: CabritoSans-NorBol, Helvetica, Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.non-event-scrapbook-reactions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.non-event-scrapbook-reaction {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 11px;
  border: 1px solid rgba(113, 72, 24, 0.26);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 247, 220, 0.94), rgba(217, 174, 91, 0.58));
  color: #24180f;
  cursor: pointer;
  font-family: CabritoSans-NorBol, Helvetica, Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(81, 49, 17, 0.10);
}

.non-event-scrapbook-reaction strong {
  display: grid;
  place-items: center;
  min-width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(36, 24, 15, 0.14);
  font-size: 12px;
}

.non-event-scrapbook-reaction:hover,
.non-event-scrapbook-reaction:focus-visible,
.non-event-scrapbook-reaction.has-reacted {
  border-color: rgba(92, 47, 20, 0.46);
  background:
    linear-gradient(180deg, rgba(255, 239, 186, 0.98), rgba(196, 129, 43, 0.70));
  outline: none;
  transform: translateY(-1px);
}

.non-event-scrapbook-notes {
  display: grid;
  gap: 8px;
  margin: 10px 0 16px;
}

.non-event-scrapbook-note,
.non-event-scrapbook-notes-empty {
  margin: 0 !important;
  padding: 10px 12px;
  border-left: 3px solid rgba(139, 87, 32, 0.42);
  background: rgba(255, 250, 236, 0.58);
  color: #24180f !important;
}

.non-event-scrapbook-note p {
  margin: 0 0 5px !important;
  color: #24180f !important;
  font-size: 15px;
  line-height: 1.45;
}

.non-event-scrapbook-note strong {
  color: rgba(36, 24, 15, 0.66);
  font-family: CabritoSans-NorBol, Helvetica, Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.non-event-scrapbook-note-form {
  display: grid;
  gap: 10px;
  margin-top: 12px;
  padding-top: 14px;
  border-top: 1px dashed rgba(77, 49, 22, 0.24);
}

.non-event-scrapbook-note-form input[name="website"] {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.non-event-scrapbook-note-form label {
  display: grid;
  gap: 6px;
}

.non-event-scrapbook-note-form label span {
  color: rgba(36, 24, 15, 0.72);
  font-family: CabritoSans-NorBol, Helvetica, Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.non-event-scrapbook-note-form textarea,
.non-event-scrapbook-note-form input[type="text"],
.non-event-scrapbook-note-form input[type="email"] {
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(64, 41, 19, 0.18);
  border-radius: 6px;
  background: rgba(255, 253, 245, 0.80);
  color: #24180f;
  font: 16px/1.45 Georgia, "Times New Roman", serif;
}

.non-event-scrapbook-note-form textarea {
  min-height: 92px;
  resize: vertical;
}

.non-event-scrapbook-note-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.non-event-scrapbook-note-check {
  grid-template-columns: auto 1fr;
  align-items: start;
}

.non-event-scrapbook-note-check span {
  font-family: CabritoSans-NorReg, Helvetica, Arial, sans-serif !important;
  font-size: 13px !important;
  letter-spacing: 0 !important;
  line-height: 1.4;
  text-transform: none !important;
}

.non-event-scrapbook-note-form button[type="submit"] {
  justify-self: start;
  min-height: 40px;
  padding: 10px 16px;
  border: 1px solid rgba(124, 77, 22, 0.30);
  border-radius: 999px;
  background: linear-gradient(180deg, #ffe19a, #d39a35);
  color: #140d07;
  cursor: pointer;
  font-family: CabritoSans-NorBol, Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.non-event-scrapbook-note-status {
  min-height: 20px;
  margin: 0 !important;
  color: rgba(36, 24, 15, 0.72) !important;
  font-size: 14px !important;
}

.non-event-scrapbook-note-status.is-error {
  color: #9e2d22 !important;
}

.non-event-scrapbook-detail.is-photo-only .non-event-scrapbook-responses {
  position: fixed;
  right: clamp(12px, 2vw, 24px);
  bottom: clamp(12px, 2vw, 24px);
  z-index: 3;
  width: min(390px, calc(100vw - 24px));
  margin: 0;
  padding: 10px;
  border-color: rgba(255, 218, 129, 0.30);
  background:
    linear-gradient(135deg, rgba(22, 15, 8, 0.90), rgba(64, 42, 20, 0.82));
  color: #fff8e5;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.42);
}

.non-event-scrapbook-detail.is-photo-only .non-event-scrapbook-response-toggle {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 218, 129, 0.34);
  border-radius: 999px;
  background: rgba(255, 248, 229, 0.08);
  color: #fff8e5;
  cursor: pointer;
  font-family: CabritoSans-NorBol, Helvetica, Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.non-event-scrapbook-detail.is-photo-only .non-event-scrapbook-response-body {
  display: none;
  margin-top: 10px;
}

.non-event-scrapbook-detail.is-photo-only .non-event-scrapbook-responses.is-response-open .non-event-scrapbook-response-body {
  display: block;
}

.non-event-scrapbook-detail.is-photo-only .non-event-scrapbook-response-kicker,
.non-event-scrapbook-detail.is-photo-only .non-event-scrapbook-note-form label span,
.non-event-scrapbook-detail.is-photo-only .non-event-scrapbook-note-check span,
.non-event-scrapbook-detail.is-photo-only .non-event-scrapbook-note-status {
  color: rgba(255, 248, 229, 0.76) !important;
}

.non-event-scrapbook-detail.is-photo-only .non-event-scrapbook-note,
.non-event-scrapbook-detail.is-photo-only .non-event-scrapbook-notes-empty {
  background: rgba(255, 248, 229, 0.10);
  color: #fff8e5 !important;
}

.non-event-scrapbook-detail.is-photo-only .non-event-scrapbook-note p {
  color: #fff8e5 !important;
}

.non-event-scrapbook-detail.is-photo-only .non-event-scrapbook-note strong {
  color: rgba(255, 226, 153, 0.72);
}

@media (max-width: 620px) {
  .non-event-scrapbook-responses {
    padding: 14px;
  }

  .non-event-scrapbook-reactions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .non-event-scrapbook-reaction {
    justify-content: space-between;
    width: 100%;
  }

  .non-event-scrapbook-note-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .non-event-scrapbook-detail.is-photo-only .non-event-scrapbook-responses {
    right: 10px;
    bottom: 10px;
    width: calc(100vw - 20px);
    max-height: 54svh;
    overflow: auto;
  }
}

.non-event-scrapbook-form {
  width: 100%;
  height: var(--scrapbook-shell-height);
  min-height: 0;
  margin-top: 0;
  padding: clamp(34px, 5vw, 68px);
  border: 1px solid rgba(92, 62, 32, 0.22);
  border-radius: 9px 22px 20px 9px;
  background:
    linear-gradient(90deg, rgba(90, 57, 24, 0.12) 0, transparent 47%, rgba(60, 38, 18, 0.15) 50%, transparent 53%),
    radial-gradient(circle at 76% 10%, rgba(255, 255, 255, 0.38), transparent 32%),
    linear-gradient(180deg, rgba(255, 252, 238, 0.99), rgba(236, 219, 187, 0.98));
  background-size: auto;
  box-shadow:
    0 38px 120px rgba(0, 0, 0, 0.48),
    inset 0 0 0 1px rgba(255, 255, 255, 0.62);
  color: #24180f;
  overflow: auto;
  transform: none;
}

.non-event-scrapbook.is-adding .non-event-scrapbook-book {
  padding-top: 28px;
}

.non-event-scrapbook-fields[hidden],
.non-event-scrapbook-written-fields[hidden],
.non-event-scrapbook-photo-fields[hidden],
.non-event-scrapbook-audio-fields[hidden] {
  display: none !important;
}

.non-event-scrapbook-form-intro {
  max-width: 760px;
}

.non-event-scrapbook-form h3 {
  color: #24180f !important;
}

.non-event-scrapbook-form p {
  color: rgba(36, 24, 15, 0.76) !important;
}

.non-event-scrapbook-form .non-event-act-kicker {
  color: rgba(120, 80, 33, 0.74) !important;
}

.non-event-scrapbook-form label,
.non-event-scrapbook-form fieldset {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  color: rgba(36, 24, 15, 0.76);
  font-family: CabritoSans-NorBol, Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.non-event-scrapbook-form legend {
  color: rgba(36, 24, 15, 0.82);
}

.non-event-scrapbook-form .non-event-scrapbook-options button,
.non-event-scrapbook-form .non-event-scrapbook-recorder button {
  border-color: rgba(92, 62, 32, 0.22);
  background: rgba(255, 250, 235, 0.72);
  color: #24180f;
}

.non-event-scrapbook-form .non-event-scrapbook-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.2vw, 28px);
}

.non-event-scrapbook-form .non-event-scrapbook-options button {
  position: relative;
  display: flex;
  min-height: 168px;
  padding: 24px;
  align-items: flex-end;
  border: 1px solid rgba(117, 80, 36, 0.32);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 255, 255, 0.62), transparent 30%),
    linear-gradient(145deg, rgba(255, 248, 226, 0.94), rgba(226, 198, 144, 0.82));
  overflow: hidden;
  box-shadow:
    0 18px 36px rgba(80, 51, 22, 0.16),
    0 2px 0 rgba(255, 255, 255, 0.52) inset,
    0 -22px 44px rgba(111, 72, 31, 0.08) inset;
  color: #24180f;
  cursor: pointer;
  font-size: 13px;
  letter-spacing: 0.10em;
  line-height: 1.18;
  text-align: left;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease,
    background 180ms ease;
  white-space: normal;
}

.non-event-scrapbook-form .non-event-scrapbook-options button::before,
.non-event-scrapbook-form .non-event-scrapbook-options button::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.non-event-scrapbook-form .non-event-scrapbook-options button::before {
  top: 22px;
  left: 24px;
  width: 72px;
  height: 56px;
  border-radius: 4px;
  background:
    linear-gradient(90deg, rgba(173, 91, 74, 0.36) 0 2px, transparent 2px 100%),
    repeating-linear-gradient(180deg, transparent 0 10px, rgba(91, 59, 28, 0.20) 10px 12px),
    linear-gradient(180deg, #fffaf0, #efe0bb);
  box-shadow:
    0 16px 28px rgba(75, 46, 18, 0.18),
    inset 0 0 0 1px rgba(92, 62, 32, 0.10);
  transform: rotate(-4deg);
}

.non-event-scrapbook-form .non-event-scrapbook-options button::after {
  top: 14px;
  left: 39px;
  width: 78px;
  height: 17px;
  border-radius: 2px;
  background:
    linear-gradient(90deg, rgba(255, 247, 207, 0.42), rgba(255, 226, 137, 0.76), rgba(255, 247, 207, 0.42));
  box-shadow: 0 5px 12px rgba(72, 44, 18, 0.12);
  transform: rotate(1deg);
}

.non-event-scrapbook-form .non-event-scrapbook-options button[data-scrapbook-type-option="photo"] {
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 255, 255, 0.74), transparent 32%),
    linear-gradient(145deg, rgba(255, 253, 247, 0.98), rgba(232, 216, 181, 0.82));
}

.non-event-scrapbook-form .non-event-scrapbook-options button[data-scrapbook-type-option="photo"]::before {
  top: 19px;
  width: 76px;
  height: 62px;
  border: 8px solid #fffaf0;
  border-bottom-width: 17px;
  border-radius: 2px;
  background:
    radial-gradient(circle at 68% 28%, rgba(255, 242, 160, 0.85) 0 8px, transparent 9px),
    linear-gradient(145deg, transparent 0 52%, rgba(83, 111, 85, 0.62) 53% 100%),
    linear-gradient(35deg, rgba(83, 122, 145, 0.58), rgba(197, 152, 89, 0.30)),
    #d8e3dc;
  box-shadow:
    0 15px 28px rgba(75, 46, 18, 0.20),
    inset 0 0 0 1px rgba(92, 62, 32, 0.08);
  transform: rotate(-2deg);
}

.non-event-scrapbook-form .non-event-scrapbook-options button[data-scrapbook-type-option="audio"] {
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 255, 255, 0.55), transparent 30%),
    repeating-linear-gradient(90deg, rgba(90, 60, 31, 0.07) 0 6px, transparent 6px 12px),
    linear-gradient(145deg, rgba(249, 230, 189, 0.92), rgba(223, 192, 132, 0.78));
}

.non-event-scrapbook-form .non-event-scrapbook-options button[data-scrapbook-type-option="audio"]::before {
  top: 22px;
  left: 42px;
  width: 34px;
  height: 54px;
  border: 3px solid rgba(91, 59, 28, 0.50);
  border-radius: 18px 18px 14px 14px;
  background:
    repeating-linear-gradient(180deg, transparent 0 7px, rgba(91, 59, 28, 0.22) 7px 9px),
    linear-gradient(180deg, rgba(255, 248, 229, 0.95), rgba(219, 187, 126, 0.80));
  box-shadow:
    0 16px 28px rgba(75, 46, 18, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.36);
  transform: rotate(-2deg);
}

.non-event-scrapbook-form .non-event-scrapbook-options button[data-scrapbook-type-option="audio"]::after {
  top: 67px;
  left: 31px;
  width: 64px;
  height: 34px;
  border-radius: 0 0 999px 999px;
  background:
    linear-gradient(90deg, transparent 0 30px, rgba(91, 59, 28, 0.54) 30px 34px, transparent 34px),
    linear-gradient(90deg, transparent 0 18px, rgba(91, 59, 28, 0.54) 18px 46px, transparent 46px),
    radial-gradient(ellipse at 50% 0%, transparent 0 22px, rgba(91, 59, 28, 0.54) 23px 26px, transparent 27px);
  box-shadow: none;
  transform: rotate(-2deg);
}

.non-event-scrapbook-form .non-event-scrapbook-options button:nth-child(2n) {
  transform: rotate(0.7deg);
}

.non-event-scrapbook-form .non-event-scrapbook-options button:nth-child(3n) {
  transform: rotate(-0.9deg);
}

.non-event-scrapbook-form .non-event-scrapbook-options button:hover,
.non-event-scrapbook-form .non-event-scrapbook-options button:focus-visible,
.non-event-scrapbook-form .non-event-scrapbook-options button.is-active,
.non-event-scrapbook-form .non-event-scrapbook-recorder button:hover,
.non-event-scrapbook-form .non-event-scrapbook-recorder button:focus-visible {
  border-color: rgba(151, 104, 48, 0.56);
  color: #24180f;
  outline: none;
}

.non-event-scrapbook-form .non-event-scrapbook-options button:hover,
.non-event-scrapbook-form .non-event-scrapbook-options button:focus-visible {
  box-shadow:
    0 24px 46px rgba(80, 51, 22, 0.22),
    0 0 0 3px rgba(216, 163, 75, 0.15),
    0 2px 0 rgba(255, 255, 255, 0.62) inset,
    0 -22px 44px rgba(111, 72, 31, 0.08) inset;
  transform: translateY(-3px) rotate(0deg);
}

.non-event-scrapbook-form .non-event-scrapbook-options button.is-active {
  box-shadow:
    0 24px 46px rgba(80, 51, 22, 0.22),
    inset 0 0 0 2px rgba(151, 104, 48, 0.30),
    inset 0 -26px 48px rgba(215, 162, 75, 0.14);
}

.non-event-scrapbook-fields {
  margin-top: 24px;
  padding-top: 8px;
  border-top: 1px dashed rgba(92, 62, 32, 0.18);
}

.non-event-scrapbook-form input[type="text"],
.non-event-scrapbook-form input[type="email"],
.non-event-scrapbook-form textarea {
  width: 100%;
  border: 1px solid rgba(92, 62, 32, 0.24);
  border-radius: 8px;
  background: rgba(255, 252, 241, 0.92);
  color: #17100a;
  font-family: CabritoSans-NorMed, Helvetica, Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  text-transform: none;
}

.non-event-scrapbook-file-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.non-event-scrapbook-upload-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 86px;
  padding: 16px 18px;
  border: 1px solid rgba(117, 80, 36, 0.26);
  border-radius: 8px;
  background:
    radial-gradient(circle at 16% 10%, rgba(255, 255, 255, 0.72), transparent 34%),
    linear-gradient(145deg, rgba(255, 253, 247, 0.96), rgba(231, 213, 176, 0.82));
  box-shadow:
    0 16px 30px rgba(80, 51, 22, 0.14),
    0 2px 0 rgba(255, 255, 255, 0.56) inset;
  cursor: pointer;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.non-event-scrapbook-upload-card::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 34px;
  width: 72px;
  height: 18px;
  border-radius: 2px;
  background: rgba(255, 232, 166, 0.68);
  box-shadow: 0 6px 14px rgba(72, 44, 18, 0.12);
  transform: rotate(-1.5deg);
  pointer-events: none;
}

.non-event-scrapbook-upload-icon {
  position: relative;
  flex: 0 0 70px;
  width: 70px;
  height: 54px;
  border: 7px solid #fffaf0;
  border-bottom-width: 15px;
  background:
    linear-gradient(145deg, rgba(46, 96, 119, 0.34), rgba(196, 146, 73, 0.28)),
    #d8e3dc;
  box-shadow: 0 12px 24px rgba(75, 46, 18, 0.18);
  transform: rotate(-2.5deg);
}

.non-event-scrapbook-upload-copy {
  display: grid;
  gap: 5px;
}

.non-event-scrapbook-upload-copy strong {
  color: #24180f;
  font-family: CabritoSans-NorBol, Helvetica, Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.11em;
  line-height: 1.1;
  text-transform: uppercase;
}

.non-event-scrapbook-upload-copy small {
  color: rgba(36, 24, 15, 0.62);
  font-family: CabritoSans-NorMed, Helvetica, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.3;
  overflow-wrap: anywhere;
  text-transform: none;
}

.non-event-scrapbook-upload:hover .non-event-scrapbook-upload-card,
.non-event-scrapbook-upload:focus-within .non-event-scrapbook-upload-card {
  border-color: rgba(151, 104, 48, 0.54);
  box-shadow:
    0 22px 42px rgba(80, 51, 22, 0.20),
    0 0 0 3px rgba(216, 163, 75, 0.14),
    0 2px 0 rgba(255, 255, 255, 0.62) inset;
  transform: translateY(-2px);
}

.non-event-scrapbook-form textarea {
  min-height: 128px;
  resize: vertical;
}

.non-event-scrapbook-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.non-event-scrapbook-check {
  display: flex !important;
  grid-template-columns: none !important;
  gap: 10px !important;
  align-items: flex-start;
  padding: 12px;
  border: 1px solid rgba(255, 218, 129, 0.16);
  border-radius: 8px;
  background: rgba(255, 248, 229, 0.045);
  font-family: CabritoSans-NorMed, Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  letter-spacing: 0 !important;
  line-height: 1.35;
  text-transform: none !important;
}

.non-event-scrapbook-form .non-event-scrapbook-check {
  border-color: rgba(92, 62, 32, 0.16);
  background: rgba(255, 250, 235, 0.56);
  color: rgba(36, 24, 15, 0.82) !important;
}

.non-event-scrapbook-check input {
  width: auto;
  margin-top: 3px;
  accent-color: #d7a24b;
}

.non-event-scrapbook-recorder {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 12px;
}

.non-event-scrapbook-recorder audio {
  width: min(100%, 420px);
}

.non-event-scrapbook-status {
  min-height: 1.4em;
  color: rgba(36, 24, 15, 0.78) !important;
  font-size: 15px !important;
}

.non-event-scrapbook-submit-note {
  margin: 22px 0 0 !important;
  padding: 13px 15px;
  border: 1px solid rgba(92, 62, 32, 0.15);
  border-radius: 8px;
  background: rgba(255, 250, 235, 0.58);
  color: rgba(36, 24, 15, 0.76) !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
}

.non-event-scrapbook-status.is-error {
  color: #8a2d1d !important;
}

.non-event-donate-form {
  position: static;
  grid-area: auto;
  justify-self: start;
  width: min(100%, 430px);
  max-height: none;
  overflow: visible;
  padding: clamp(18px, 2.4vw, 26px);
  border: 1px solid rgba(255, 218, 129, 0.34);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 232, 172, 0.13), transparent 42%),
    linear-gradient(180deg, rgba(34, 22, 12, 0.94), rgba(10, 7, 5, 0.97));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.13),
    0 36px 110px rgba(0, 0, 0, 0.42),
    0 0 62px rgba(255, 205, 112, 0.10);
  color: #fff8e5;
}

.non-event-donate-form .donate-form.form-only-mode {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.non-event-donate-form .w-72,
.non-event-donate-form .w-80,
.non-event-donate-form .md\:w-96,
.non-event-donate-form .m-auto {
  width: 100% !important;
  max-width: 100% !important;
}

.non-event-donate-form .donate-form-non_event {
  color: #fff8e5 !important;
}

.non-event-donate-form .donate-form-non_event h2 {
  margin: 0 0 16px !important;
  color: #ffe6a2 !important;
  font-family: CabritoSans-NorBol, Helvetica, Arial, sans-serif !important;
  font-size: 13px !important;
  letter-spacing: 0.16em !important;
  line-height: 1.2 !important;
  text-align: left !important;
  text-transform: uppercase !important;
}

.non-event-donate-form .step-navigation {
  display: flex !important;
  gap: 8px !important;
  margin: 0 0 18px !important;
  padding: 0 0 16px !important;
  border-bottom: 1px solid rgba(255, 218, 129, 0.18) !important;
  background: transparent !important;
}

.non-event-donate-form .step-indicator {
  flex: 1 1 0 !important;
  min-width: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: rgba(255, 248, 229, 0.44) !important;
  text-align: left !important;
}

.non-event-donate-form .step-number {
  display: inline-flex !important;
  width: 22px !important;
  height: 22px !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 0 6px !important;
  border: 1px solid rgba(255, 218, 129, 0.30) !important;
  border-radius: 50% !important;
  background: rgba(255, 248, 229, 0.05) !important;
  color: rgba(255, 248, 229, 0.64) !important;
  font-size: 11px !important;
  line-height: 1 !important;
}

.non-event-donate-form .step-label {
  display: block !important;
  color: inherit !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important;
}

.non-event-donate-form .step-indicator.active {
  color: #ffe6a2 !important;
}

.non-event-donate-form .step-indicator.active .step-number {
  border-color: rgba(255, 231, 174, 0.88) !important;
  background: linear-gradient(180deg, #ffe8ad, #c89439) !important;
  color: #17100a !important;
}

.non-event-donate-form .amount-summary {
  margin: 0 0 16px !important;
  padding: 10px 12px !important;
  border: 1px solid rgba(255, 218, 129, 0.18) !important;
  border-radius: 8px !important;
  background: rgba(255, 248, 229, 0.06) !important;
  color: rgba(255, 248, 229, 0.72) !important;
}

.non-event-donate-form .summary-amount,
.non-event-donate-form .summary-frequency {
  color: #ffe6a2 !important;
}

.non-event-donate-form .form-step.active {
  margin: 0 0 18px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.non-event-donate-form .form-group {
  margin-bottom: 18px !important;
}

.non-event-donate-form .form-group > label,
.non-event-donate-form .custom-amount-group label {
  display: block !important;
  margin: 0 0 10px !important;
  color: rgba(255, 248, 229, 0.84) !important;
  font-family: CabritoSans-NorBol, Helvetica, Arial, sans-serif !important;
  font-size: 12px !important;
  letter-spacing: 0.10em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

.non-event-donate-form .anniversary-amounts {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

.non-event-donate-form .amount-featured,
.non-event-donate-form .amount-option {
  min-height: 82px !important;
  padding: 15px 12px !important;
  border: 1px solid rgba(255, 218, 129, 0.20) !important;
  border-radius: 8px !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 230, 162, 0.10), transparent 60%),
    rgba(255, 248, 229, 0.055) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
  color: #fff8e5 !important;
}

.non-event-donate-form .amount-featured:hover,
.non-event-donate-form .amount-option:hover {
  border-color: rgba(255, 231, 174, 0.64) !important;
  background-color: rgba(255, 248, 229, 0.085) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 12px 30px rgba(0, 0, 0, 0.22) !important;
}

.non-event-donate-form .amount-featured.selected,
.non-event-donate-form .amount-option.selected {
  border-color: rgba(255, 241, 190, 0.98) !important;
  background: linear-gradient(180deg, #ffe8ad, #d7a24b) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.32),
    0 16px 34px rgba(215, 162, 75, 0.24) !important;
  color: #17100a !important;
}

.non-event-donate-form .amount-featured .featured-label {
  display: block !important;
  margin: 0 0 8px !important;
  color: rgba(255, 248, 229, 0.58) !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.10em !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important;
}

.non-event-donate-form .amount-featured.selected .featured-label {
  color: rgba(23, 16, 10, 0.62) !important;
}

.non-event-donate-form .amount-featured .amount-value,
.non-event-donate-form .amount-option .amount-value {
  color: inherit !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(28px, 4.5vw, 38px) !important;
  font-weight: 700 !important;
  line-height: 0.95 !important;
}

.non-event-donate-form .custom-amount-group {
  margin-top: 16px !important;
  padding: 14px !important;
  border: 1px solid rgba(255, 218, 129, 0.16) !important;
  border-radius: 8px !important;
  background: rgba(255, 248, 229, 0.045) !important;
}

.non-event-donate-form #custom-amount-input,
.non-event-donate-form input[type="text"],
.non-event-donate-form input[type="email"],
.non-event-donate-form input[type="tel"],
.non-event-donate-form input[type="number"],
.non-event-donate-form select,
.non-event-donate-form textarea {
  border: 1px solid rgba(255, 218, 129, 0.28) !important;
  border-radius: 8px !important;
  background: rgba(255, 248, 229, 0.94) !important;
  color: #17100a !important;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08) !important;
}

.non-event-donate-form #custom-amount-input:focus,
.non-event-donate-form input[type="text"]:focus,
.non-event-donate-form input[type="email"]:focus,
.non-event-donate-form input[type="tel"]:focus,
.non-event-donate-form input[type="number"]:focus,
.non-event-donate-form select:focus,
.non-event-donate-form textarea:focus {
  border-color: rgba(255, 231, 174, 0.92) !important;
  box-shadow: 0 0 0 3px rgba(255, 218, 129, 0.20) !important;
  outline: none !important;
}

.non-event-donate-form .frequency-options {
  gap: 10px !important;
}

.non-event-donate-form .frequency-option {
  padding: 15px 10px !important;
  border: 1px solid rgba(255, 218, 129, 0.18) !important;
  border-radius: 8px !important;
  background: rgba(255, 248, 229, 0.055) !important;
  box-shadow: none !important;
  color: rgba(255, 248, 229, 0.72) !important;
}

.non-event-donate-form .frequency-option strong {
  color: #fff8e5 !important;
}

.non-event-donate-form .frequency-option div {
  color: rgba(255, 248, 229, 0.58) !important;
}

.non-event-donate-form .frequency-option:hover {
  border-color: rgba(255, 231, 174, 0.62) !important;
  background: rgba(255, 248, 229, 0.085) !important;
}

.non-event-donate-form .frequency-option.selected {
  border-color: rgba(255, 231, 174, 0.86) !important;
  background: rgba(255, 218, 129, 0.18) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
}

.non-event-donate-form .frequency-option.selected strong {
  color: #ffe6a2 !important;
}

.non-event-donate-form .frequency-option.selected div {
  color: rgba(255, 248, 229, 0.78) !important;
}

.non-event-donate-form .tribute-checkbox {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  padding: 13px !important;
  border: 1px solid rgba(255, 218, 129, 0.16) !important;
  border-radius: 8px !important;
  background: rgba(255, 248, 229, 0.045) !important;
}

.non-event-donate-form .tribute-checkbox label {
  color: rgba(255, 248, 229, 0.76) !important;
}

.non-event-donate-form .tribute-checkbox input[type="checkbox"] {
  accent-color: #d7a24b;
}

.non-event-donate-form .form-navigation {
  display: flex !important;
  gap: 10px !important;
  margin-top: 8px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.non-event-donate-form .nav-btn {
  min-height: 48px !important;
  border-radius: 8px !important;
  font-family: CabritoSans-NorBol, Helvetica, Arial, sans-serif !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

.non-event-donate-form .nav-btn.primary {
  border: 1px solid rgba(255, 241, 190, 0.70) !important;
  background: linear-gradient(180deg, #ffe8ad, #c9933b) !important;
  color: #17100a !important;
  box-shadow: 0 18px 38px rgba(201, 147, 59, 0.24) !important;
}

.non-event-donate-form .nav-btn.primary:hover,
.non-event-donate-form .nav-btn.primary:focus {
  background: linear-gradient(180deg, #fff0c5, #d9a14b) !important;
  color: #17100a !important;
}

.non-event-donate-form .nav-btn.secondary {
  border: 1px solid rgba(255, 218, 129, 0.22) !important;
  background: rgba(255, 248, 229, 0.06) !important;
  color: #fff8e5 !important;
}

.non-event-donate-form .trust-line {
  margin: 14px 0 0 !important;
  color: rgba(255, 248, 229, 0.58) !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
  text-align: center !important;
}

.non-event-donate-form .candid-seal-donate {
  margin-top: 14px !important;
  padding: 12px 14px !important;
  border: 1px solid rgba(255, 218, 129, 0.16) !important;
  border-radius: 8px !important;
  background: rgba(255, 248, 229, 0.055) !important;
}

.non-event-donate-form .candid-seal-donate span {
  color: rgba(255, 248, 229, 0.62) !important;
}

@media (min-width: 981px) {
  .non-event-donate-stage {
    width: min(1320px, calc(100% - 64px));
    grid-template-columns: minmax(300px, 0.62fr) minmax(780px, 1.38fr);
    gap: clamp(34px, 4.2vw, 72px);
    align-items: center;
  }

  .non-event-donate-message {
    padding-top: 0;
  }

  .non-event-donate-form {
    justify-self: stretch;
    width: 100%;
    max-width: none;
    padding: clamp(18px, 2vw, 28px);
  }

  .non-event-donate-form .donate-form-non_event h2 {
    margin-bottom: 18px !important;
    text-align: center !important;
  }

  .non-event-donate-form .form-step[data-step="1"].active {
    display: grid !important;
    grid-template-columns: minmax(500px, 1.25fr) minmax(260px, 0.75fr);
    gap: 18px 20px;
    align-items: start;
  }

  .non-event-donate-form .form-step[data-step="1"].active > .form-group:first-child {
    grid-column: 1;
    grid-row: 1 / span 2;
    margin-bottom: 0 !important;
  }

  .non-event-donate-form .form-step[data-step="1"].active > .form-group:nth-of-type(2) {
    grid-column: 2;
    grid-row: 1;
    margin-bottom: 0 !important;
  }

  .non-event-donate-form .form-step[data-step="1"].active > .tribute-checkbox {
    grid-column: 2;
    grid-row: 2;
    margin-top: 0 !important;
  }

  .non-event-donate-form .anniversary-amounts {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .non-event-donate-form .amount-featured,
  .non-event-donate-form .amount-option {
    min-height: 76px !important;
    padding: 13px 6px !important;
  }

  .non-event-donate-form .amount-featured .amount-value,
  .non-event-donate-form .amount-option .amount-value {
    font-size: clamp(23px, 1.72vw, 29px) !important;
  }

  .non-event-donate-form .custom-amount-group {
    display: grid !important;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    margin-top: 12px !important;
  }

  .non-event-donate-form .custom-amount-group label {
    margin-bottom: 0 !important;
  }

  .non-event-donate-form .frequency-options {
    flex-direction: column !important;
    gap: 8px !important;
  }

  .non-event-donate-form .frequency-option {
    min-height: 70px !important;
  }

  .non-event-donate-form .form-navigation {
    margin-top: 14px !important;
  }

  .non-event-donate-form .trust-line {
    margin-top: 12px !important;
  }
}

@media (max-width: 980px) {
  .non-event-program-choices,
  .non-event-document-grid,
  .non-event-donate-stage,
  .non-event-scrapbook-form-grid {
    grid-template-columns: 1fr;
  }

  .non-event-scrapbook-header {
    grid-template-columns: 1fr;
  }

  .non-event-scrapbook-actions {
    justify-content: flex-start;
  }

  .non-event-scrapbook-book {
    --scrapbook-shell-max: 100%;
    --scrapbook-shell-height: clamp(600px, 74vw, 720px);
    padding-top: 68px;
  }

  .non-event-scrapbook-form .non-event-scrapbook-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .non-event-scrapbook-board,
  .non-event-scrapbook-form {
    height: var(--scrapbook-shell-height);
  }

  .non-event-scrapbook-card,
  .non-event-scrapbook-card:nth-child(2n),
  .non-event-scrapbook-card:nth-child(3n) {
    grid-column: span 6;
  }

  .non-event-curtain-call--hub {
    grid-template-columns: 1fr;
    gap: 12px;
    text-align: center;
  }

  .non-event-program-choice {
    min-height: 150px;
  }

  .non-event-program-nav {
    top: auto;
    right: 50%;
    bottom: 16px;
    transform: translate(50%, 10px);
  }

  .non-event-experience.is-live .non-event-program-nav {
    transform: translate(50%, 0);
  }

  .non-event-act {
    padding-bottom: 92px;
  }

  .non-event-scrapbook-turn {
    bottom: clamp(86px, 10vw, 112px);
  }
}

@media (max-width: 620px) {
  .non-event-experience {
    min-height: calc(100svh - 76px);
    padding: 58px 16px calc(116px + env(safe-area-inset-bottom, 0px));
  }

  .non-event-program-intro {
    min-height: auto;
  }

  .non-event-program-intro h1,
  .non-event-act h2 {
    font-size: clamp(38px, 12vw, 56px);
  }

  .non-event-program-intro h1 span:first-child {
    font-size: 0.56em;
  }

  .non-event-program-subtitle {
    max-width: 330px;
    margin-top: 14px;
    font-size: 16px;
  }

  .non-event-program-choices {
    margin-top: 26px;
    gap: 12px;
  }

  .non-event-curtain-call--hub {
    box-sizing: border-box;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    max-width: 100%;
    margin-top: 18px;
    padding: 14px;
    overflow: hidden;
    text-align: left;
  }

  .non-event-curtain-call--hub .non-event-curtain-call-copy {
    min-width: 0;
    width: 100%;
    justify-self: stretch;
    text-align: left;
  }

  .non-event-curtain-call--hub h2 {
    max-width: 100%;
    font-size: clamp(20px, 6.2vw, 24px);
    line-height: 1.08;
  }

  .non-event-curtain-call p {
    font-size: 13px;
    text-align: left;
  }

  .non-event-curtain-call-stage {
    min-width: 0;
    min-height: 38px;
  }

  .non-event-curtain-call.is-sparse .non-event-curtain-call-list {
    min-width: 100%;
  }

  .non-event-curtain-call-list li,
  .non-event-curtain-call-empty {
    font-size: 16px !important;
  }

  .non-event-program-choice {
    min-height: 124px;
    padding: 20px;
  }

  .non-event-program-action {
    font-size: clamp(32px, 11vw, 48px);
  }

  .non-event-program-nav {
    position: fixed;
    top: auto;
    right: 16px;
    bottom: max(12px, env(safe-area-inset-bottom, 0px));
    left: 16px;
    width: auto;
    margin: 0;
    gap: 4px;
    padding: 5px;
    justify-content: space-between;
    overflow: hidden;
    transform: none;
  }

  .non-event-experience.is-live .non-event-program-nav {
    transform: none;
  }

  .non-event-program-nav button {
    flex: 1 1 0;
    min-width: 0;
    padding: 0 5px;
    font-size: 10px;
    letter-spacing: 0.055em;
  }

  .non-event-act {
    padding-top: 24px;
    padding-bottom: calc(118px + env(safe-area-inset-bottom, 0px));
  }

  .non-event-act-share {
    padding-top: 48px;
  }

  .non-event-scrapbook-header {
    gap: 14px;
  }

  .non-event-scrapbook-header h2 {
    max-width: 100%;
    font-size: clamp(42px, 13.5vw, 54px);
    line-height: 1;
  }

  .non-event-scrapbook-header > div:first-child > p:not(.non-event-act-kicker):not(.non-event-scrapbook-subtitle) {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.45;
  }

  .non-event-scrapbook-subtitle {
    font-size: 17px !important;
  }

  .non-event-scrapbook-actions {
    display: grid;
    grid-template-columns: 1fr;
    min-width: 0;
  }

  .non-event-scrapbook-add,
  .non-event-scrapbook-browse {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .non-event-document-card {
    grid-template-columns: 92px minmax(0, 1fr);
    min-height: 190px;
    padding: 14px;
  }

  .non-event-document-card img {
    max-height: 160px;
  }

  .non-event-document-copy {
    font-size: 15px;
  }

  .non-event-donate-form {
    box-sizing: border-box;
    justify-self: stretch;
    width: 100%;
    max-width: 100%;
    padding: 14px;
  }

  .non-event-act-donate,
  .non-event-donate-stage,
  .non-event-donate-message,
  .non-event-curtain-call--donate,
  .non-event-candid-callout {
    box-sizing: border-box;
    min-width: 0;
    width: 100%;
    max-width: 100%;
  }

  .non-event-donate-message h2,
  .non-event-donate-message p,
  .non-event-curtain-call--donate p,
  .non-event-candid-callout span {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .non-event-candid-callout {
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 12px;
  }

  .non-event-candid-callout img {
    width: 74px;
  }

  body.page-template-page-non-event-event .grecaptcha-badge {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  .non-event-scrapbook-book {
    --scrapbook-shell-max: 100%;
    --scrapbook-shell-height: auto;
    margin-top: 28px;
    padding-top: 0;
  }

  .non-event-scrapbook-book::before {
    inset: 70px 0 12px;
    background: radial-gradient(ellipse at 50% 16%, rgba(255, 218, 129, 0.15), transparent 66%);
  }

  .non-event-scrapbook-filters {
    position: relative;
    top: auto;
    right: auto;
    justify-content: center;
    margin-bottom: 12px;
  }

  .non-event-scrapbook-filter-label {
    min-height: 26px;
    flex-basis: 100%;
    justify-content: center;
  }

  .non-event-scrapbook-board {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    height: auto;
    min-height: 0;
    padding: 4px 0 12px;
    border: 0;
    border-radius: 0;
    background:
      radial-gradient(circle at 18% 8%, rgba(255, 237, 177, 0.12), transparent 36%),
      radial-gradient(circle at 82% 34%, rgba(255, 248, 229, 0.09), transparent 32%);
    box-shadow: none;
    overflow: visible;
    aspect-ratio: auto;
  }

  .non-event-scrapbook-board::before,
  .non-event-scrapbook-board::after {
    display: none;
  }

  .non-event-scrapbook-form {
    height: var(--scrapbook-shell-height);
    padding: 20px 14px;
  }

  .non-event-scrapbook-card,
  .non-event-scrapbook-card:nth-child(2n),
  .non-event-scrapbook-card:nth-child(3n),
  .non-event-scrapbook-card--photo,
  .non-event-scrapbook-card--cta {
    grid-column: span 1;
    min-height: 0;
  }

  .non-event-scrapbook-board[class*="is-template-"] .non-event-scrapbook-card[data-spread-slot] {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    min-height: 164px !important;
    transform: rotate(calc(var(--scrapbook-rotate, 0deg) + var(--slot-rotate, 0deg))) translateY(0);
  }

  .non-event-scrapbook-card--photo[data-card-size="feature-photo"] {
    grid-column: 1 / -1;
    min-height: 184px !important;
  }

  .non-event-scrapbook-card--written {
    border-radius: 4px 12px 7px 10px;
    background:
      linear-gradient(180deg, rgba(255, 241, 157, 0.98), rgba(237, 205, 104, 0.97));
    box-shadow:
      0 18px 42px rgba(0, 0, 0, 0.30),
      inset 0 0 0 1px rgba(90, 61, 24, 0.12);
  }

  .non-event-scrapbook-card--written:nth-of-type(3n) {
    background:
      linear-gradient(180deg, rgba(255, 248, 221, 0.98), rgba(230, 211, 166, 0.97));
  }

  .non-event-scrapbook-card--written:nth-of-type(4n) {
    background:
      linear-gradient(180deg, rgba(255, 225, 156, 0.98), rgba(225, 177, 92, 0.96));
  }

  .non-event-scrapbook-card--benism {
    background:
      repeating-linear-gradient(178deg, transparent 0 17px, rgba(80, 49, 24, 0.09) 17px 18px, transparent 18px 32px),
      linear-gradient(180deg, rgba(255, 244, 177, 0.98), rgba(235, 201, 112, 0.97));
  }

  .non-event-scrapbook-card--photo {
    min-height: 170px !important;
    padding: 0;
    background: transparent;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.30);
  }

  .non-event-scrapbook-photo {
    border-width: 4px;
    min-height: 170px;
  }

  .non-event-scrapbook-card-text {
    font-size: clamp(14px, 4.35vw, 18px);
    line-height: 1.12;
  }

  .non-event-scrapbook-card--benism .non-event-scrapbook-card-text {
    font-size: clamp(14px, 4.2vw, 18px);
    line-height: 1.05;
  }

  .non-event-scrapbook-card-name {
    font-size: 12px;
  }

  .non-event-scrapbook-card[data-card-size="small-photo"],
  .non-event-scrapbook-card[data-card-size="medium-photo"],
  .non-event-scrapbook-card[data-card-size="feature-photo"] {
    --card-text-lines: 1;
  }

  .non-event-scrapbook-card--photo .non-event-scrapbook-card-text {
    display: none;
  }

  .non-event-scrapbook-form .non-event-scrapbook-options {
    grid-template-columns: 1fr;
  }

  .non-event-scrapbook-turn {
    position: static;
    justify-content: center;
    width: 100%;
    margin-top: 14px;
  }

  .non-event-scrapbook-detail {
    padding: 12px;
  }

  .non-event-scrapbook-form {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .non-event-reveal,
  .non-event-button,
  .non-event-link,
  .non-event-doc-preview,
  .non-event-donate .amount-featured,
  .non-event-scroll-cue,
  .non-event-scroll-cue-mark,
  .non-event-curtains,
  .non-event-curtain-panel,
  .non-event-room-light,
  .non-event-curtain-call-track,
  .non-event-kicker-part,
  .non-event-title-insert,
  .non-event-intro .non-event-copy,
  .non-event-intro .non-event-proof,
  .non-event-intro .non-event-actions,
  .non-event-program-choice,
  .non-event-program-nav,
  .non-event-act-inner,
  .non-event-scrapbook-form,
  .non-event-scrapbook-card {
    transition: none !important;
    transform: none !important;
    animation: none !important;
  }

  .non-event-reveal,
  .non-event-kicker-part,
  .non-event-title-insert,
  .non-event-intro .non-event-copy,
  .non-event-intro .non-event-proof,
  .non-event-intro .non-event-actions,
  .non-event-program-choice,
  .non-event-program-nav,
  .non-event-act-inner,
  .non-event-scrapbook-card {
    opacity: 1;
    filter: none;
    max-width: none;
  }

  .non-event-curtain-call.is-enhanced .non-event-curtain-call-track {
    display: block;
    width: auto;
  }

  .non-event-curtain-call-list {
    flex-wrap: wrap;
    justify-content: center;
    width: auto;
  }

  .non-event-curtain-call-list--clone {
    display: none !important;
  }

  .non-event-hero {
    background: linear-gradient(115deg, #203f38 0%, var(--nee-evergreen) 58%, var(--nee-evergreen-deep) 100%);
    animation: none !important;
  }

  .non-event-scroll-cue {
    transform: translate3d(-50%, 0, 0);
  }

  .non-event-fluid-bg,
  .non-event-fluid-bg::before,
  .non-event-fluid-canvas {
    animation: none !important;
  }

  .non-event-page--fluid-preview .non-event-fluid-bg {
    transform: none !important;
  }

  .non-event-page--fluid-preview .non-event-fluid-canvas {
    display: none !important;
  }

  .non-event-curtains,
  .non-event-curtain-panel,
  .non-event-room-light {
    animation: none !important;
  }

  .non-event-curtains {
    position: absolute !important;
    opacity: 1;
    visibility: visible;
  }

  .non-event-curtain-panel-left {
    transform: translate3d(-72%, 0, 0) scaleX(0.70) !important;
  }

  .non-event-curtain-panel-right {
    transform: translate3d(72%, 0, 0) scaleX(0.70) !important;
  }
}
