:root {
  --bg: #11110f;
  --panel: rgba(20, 19, 17, 0.78);
  --panel-strong: rgba(17, 16, 14, 0.92);
  --gold: #e7bf73;
  --gold-soft: #f1dfb4;
  --text: #f9f3e7;
  --muted: #cbbfa7;
  --line: rgba(255, 240, 212, 0.16);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
  --acid-pink: #ff4fa3;
  --poster-yellow: #ffe066;
  --poster-red: #ff5a36;
  --poster-cyan: #66edf4;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  background:
    radial-gradient(circle at top left, rgba(154, 97, 25, 0.18), transparent 32%),
    radial-gradient(circle at 85% 10%, rgba(241, 223, 180, 0.14), transparent 28%),
    linear-gradient(145deg, #0f0e0d 0%, #1a1713 48%, #090909 100%);
  color: var(--text);
  font-family: "Manrope", sans-serif;
  overflow-x: hidden;
}

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

button,
input,
textarea {
  font: inherit;
}

.page-shell {
  position: relative;
  min-height: 100vh;
  padding: 32px;
  overflow: hidden;
}

.background-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(14px);
  pointer-events: none;
}

.orb-one {
  top: 8%;
  left: -5%;
  width: 320px;
  height: 320px;
  background: rgba(209, 131, 42, 0.16);
}

.orb-two {
  right: -6%;
  bottom: 14%;
  width: 360px;
  height: 360px;
  background: rgba(255, 230, 174, 0.1);
}

.overlay {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    linear-gradient(rgba(10, 10, 10, 0.52), rgba(10, 10, 10, 0.72)),
    url("/assets/hawaiian-shirt.svg") center center / 420px 420px repeat,
    #130f12;
  backdrop-filter: blur(10px);
  transition: opacity 260ms ease, visibility 260ms ease;
}

.countdown-overlay {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 24px;
  background:
    linear-gradient(rgba(8, 8, 8, 0.18), rgba(8, 8, 8, 0.38) 45%, rgba(8, 8, 8, 0.78) 100%),
    url("/assets/coming-soon.jpg") center center / cover no-repeat,
    #120e10;
}

.countdown-content {
  width: min(100%, 980px);
  padding: 0 0 12px;
  text-align: center;
}

.countdown-kicker {
  margin: 0 0 16px;
}

.countdown-kicker span {
  display: inline-block;
  padding: 8px 14px 6px;
  border: 3px solid #111;
  background: #111;
  color: #fff4d7;
  font-family: "Special Elite", monospace;
  font-size: 0.9rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.2);
  transform: rotate(-1.6deg);
}

.countdown-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 14px;
  max-width: 12ch;
  margin: 0 auto 20px;
}

.countdown-word {
  display: inline-block;
  padding: 10px 14px 8px;
  border: 3px solid #111;
  background: #4a3a2d;
  color: #ead0a8;
  box-shadow:
    6px 6px 0 rgba(0, 0, 0, 0.22),
    inset 0 0 0 1px rgba(255, 236, 208, 0.08);
  line-height: 0.86;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-family: "Special Elite", monospace;
  text-shadow:
    0.6px 0 currentColor,
    -0.6px 0 currentColor,
    0 0.6px currentColor,
    0 -0.6px currentColor;
}

.countdown-word-one {
  font-size: clamp(2.35rem, 4.8vw, 4rem);
  transform: rotate(-2deg);
}

.countdown-word-two {
  font-size: clamp(2.25rem, 4.5vw, 3.7rem);
  transform: rotate(2deg);
}

.countdown-word-three {
  font-size: clamp(2rem, 4vw, 3.4rem);
  transform: rotate(-1deg);
}

.countdown-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  max-width: 880px;
  margin: 0 auto;
}

.countdown-unit {
  padding: 16px 12px 14px;
  border: 3px solid #111;
  background: rgba(255, 246, 221, 0.9);
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.2);
}

.countdown-value {
  display: block;
  color: #111;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 0.95;
}

.countdown-label {
  display: block;
  margin-top: 10px;
  color: #111;
  font-family: "Special Elite", monospace;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.countdown-date {
  margin: 18px 0 0;
  color: #231c17;
  font-family: "Special Elite", monospace;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.blackout-title {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 24px;
  color: #fff;
  font-family: "Special Elite", monospace;
  font-size: clamp(1.8rem, 4vw, 3.4rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 180ms ease;
  pointer-events: none;
  text-align: center;
}

.overlay.is-blackout {
  background: #000;
  backdrop-filter: none;
}

.overlay.is-blackout .overlay-card {
  opacity: 0;
  transform: rotate(-1.3deg) scale(0.98);
}

.overlay.is-blackout .blackout-title {
  opacity: 1;
}

.overlay.is-fading-out {
  opacity: 0;
  visibility: hidden;
}

.countdown-overlay.is-hidden,
.overlay.is-hidden,
.modal-backdrop.is-hidden,
.main-content.is-hidden,
.modal-step.is-hidden {
  display: none;
}

.overlay-card,
.modal-card,
.photo-panel,
.info-panel {
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.overlay-card {
  width: min(100%, 720px);
  padding: 36px 34px 34px;
  text-align: center;
  background:
    radial-gradient(circle at 18% 82%, transparent 0 54px, rgba(98, 58, 28, 0.16) 56px 62px, transparent 65px),
    radial-gradient(circle at 79% 24%, rgba(118, 71, 31, 0.08) 0 14px, transparent 16px),
    radial-gradient(circle at 83% 28%, rgba(118, 71, 31, 0.12) 0 5px, transparent 6px),
    radial-gradient(circle at 76% 18%, rgba(118, 71, 31, 0.1) 0 3px, transparent 4px),
    linear-gradient(rgba(228, 198, 154, 0.5), rgba(214, 181, 138, 0.5)),
    url("/assets/texture-no-coffee.jpg") center center / cover no-repeat;
  border: 3px solid #4b311b;
  border-radius: 0;
  box-shadow:
    10px 10px 0 rgba(0, 0, 0, 0.7),
    0 24px 80px rgba(0, 0, 0, 0.35),
    inset 0 0 0 1px rgba(94, 61, 31, 0.18);
  transform: rotate(-1.3deg);
  position: relative;
  transition: opacity 220ms ease, transform 220ms ease;
}

.overlay-card::before,
.overlay-card::after {
  content: "";
  position: absolute;
  top: 18px;
  width: 88px;
  height: 18px;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(0, 0, 0, 0.18);
}

.overlay-card::before {
  left: 22px;
  transform: rotate(-12deg);
}

.overlay-card::after {
  right: 26px;
  transform: rotate(13deg);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  line-height: 0.95;
}

h1 {
  font-size: clamp(3.5rem, 7vw, 6.2rem);
}

h2 {
  font-size: clamp(2.3rem, 4vw, 3.6rem);
}

.lede,
.body-copy,
.payment-summary,
.suggested-donation {
  color: var(--muted);
  line-height: 1.7;
}

.overlay-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 14px;
  max-width: 13ch;
  margin: 0 auto;
}

.volume-word {
  display: inline-block;
  padding: 10px 14px 8px;
  border: 3px solid #111;
  background: #4a3a2d;
  color: #ead0a8;
  box-shadow:
    6px 6px 0 rgba(0, 0, 0, 0.22),
    inset 0 0 0 1px rgba(255, 236, 208, 0.08);
  line-height: 0.86;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-family: "Special Elite", monospace;
  text-shadow:
    0.6px 0 currentColor,
    -0.6px 0 currentColor,
    0 0.6px currentColor,
    0 -0.6px currentColor;
}

.volume-word-one {
  font-size: clamp(2.7rem, 5.9vw, 4.9rem);
  transform: rotate(-2.4deg);
}

.volume-word-two {
  font-size: clamp(2.5rem, 5.1vw, 4.4rem);
  padding-inline: 18px 16px;
  transform: rotate(1.8deg);
}

.volume-word-three {
  font-size: clamp(2.25rem, 4.7vw, 4.05rem);
  padding-inline: 16px 15px;
  transform: rotate(-0.8deg);
}

.volume-word-four {
  font-size: clamp(2.5rem, 5.1vw, 4.4rem);
  padding-inline: 15px 14px;
  transform: rotate(2.8deg);
}

.overlay-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.button {
  border: 0;
  border-radius: 999px;
  padding: 14px 22px;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
  transform: none;
  box-shadow: none;
}

.button-primary {
  background: linear-gradient(135deg, #f4d79d, #d49f45);
  color: #17130f;
  font-weight: 700;
}

.button-secondary {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--line);
}

.overlay .button {
  border-radius: 0;
  border: 3px solid #111;
  padding: 14px 24px 12px;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
}

.overlay .button-primary {
  background: var(--poster-red);
  color: #fff6e6;
  font-family: "Archivo Black", sans-serif;
  transform: rotate(-1.5deg);
}

.overlay .button-secondary {
  background: #fff6dd;
  color: #111;
  border-color: #111;
  font-family: "Special Elite", monospace;
  transform: rotate(1.2deg);
}

.overlay .button-primary:hover {
  transform: translateY(-1px) rotate(-1.5deg);
}

.overlay .button-secondary:hover {
  transform: translateY(-1px) rotate(1.2deg);
}

.main-content {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  padding: 3vh 0 0;
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.main-content.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  min-height: auto;
}

.info-panel {
  width: min(960px, calc(100vw - 80px));
  margin: 0 auto;
  padding: 28px 32px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #161210;
  transform: rotate(-0.25deg);
  background:
    linear-gradient(rgba(230, 200, 156, 0.46), rgba(214, 180, 137, 0.46)),
    url("/assets/texture-no-coffee.jpg") center center / cover no-repeat;
  border: 3px solid #4b311b;
  box-shadow:
    12px 12px 0 rgba(0, 0, 0, 0.42),
    0 24px 80px rgba(0, 0, 0, 0.26),
    inset 0 0 0 1px rgba(90, 54, 28, 0.22),
    inset 0 12px 18px rgba(255, 244, 218, 0.1),
    inset 0 -20px 36px rgba(88, 55, 26, 0.14);
  position: relative;
  overflow: hidden;
}

.info-panel::before,
.info-panel::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.info-panel::before {
  inset: 0;
  background:
    linear-gradient(124deg, transparent 0 46%, rgba(90, 57, 28, 0.05) 49%, transparent 54%),
    linear-gradient(124deg, transparent 0 48%, rgba(255, 241, 216, 0.05) 51%, transparent 56%);
  opacity: 0.45;
}

.info-panel::after {
  inset: 0;
  background:
    radial-gradient(circle at 86% 78%, transparent 0 58px, rgba(96, 59, 28, 0.14) 60px 66px, transparent 69px),
    radial-gradient(circle at 88% 80%, rgba(116, 71, 31, 0.08) 0 18px, transparent 20px),
    radial-gradient(circle at 14% 18%, rgba(117, 70, 31, 0.08) 0 8px, transparent 10px),
    radial-gradient(circle at 18% 22%, rgba(117, 70, 31, 0.11) 0 4px, transparent 5px),
    radial-gradient(circle at 12% 24%, rgba(117, 70, 31, 0.09) 0 3px, transparent 4px),
    radial-gradient(circle at 18% 84%, rgba(255, 244, 220, 0.1), transparent 16%),
    radial-gradient(circle at 82% 16%, rgba(88, 55, 26, 0.05), transparent 18%);
  opacity: 0.42;
}

.info-panel > * {
  position: relative;
  z-index: 1;
}

.info-panel h1 {
  margin: 0;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(2.4rem, 4vw, 4.7rem);
  line-height: 0.96;
  text-transform: uppercase;
  text-wrap: balance;
}

.feature-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 3px solid #111;
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.28);
  transform: none;
  background: #0f0d0c;
}

.feature-photo-hero {
  width: fit-content;
  max-width: min(860px, calc(100vw - 64px));
  margin: 0 auto 20px;
  z-index: 0;
}

.feature-photo img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 82vh;
  margin-bottom: -110px;
  filter: contrast(1.04) saturate(1.02);
}

.feature-photo-caption {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  width: min(920px, calc(100vw - 48px));
  margin: 0 auto;
  padding: 26px 0 34px;
}

.feature-photo-caption h1 {
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(3.3rem, 6vw, 5.2rem);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff4d7;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}

.feature-photo-subtitle {
  margin: 10px 0 0;
  color: #fff4d7;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(0.95rem, 1.35vw, 1.15rem);
  letter-spacing: 0.03em;
  line-height: 1.05;
  text-transform: uppercase;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}

.event-stamp {
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
  width: fit-content;
  margin: 2px 0 24px;
  padding: 12px 14px 10px;
  border: 2px solid rgba(72, 48, 26, 0.74);
  background: rgba(234, 214, 178, 0.72);
  box-shadow: 4px 4px 0 rgba(77, 49, 27, 0.14);
  transform: rotate(-0.9deg);
  backdrop-filter: blur(0.6px);
}

.event-stamp span {
  display: inline-block;
  color: #111;
  line-height: 1.05;
}

.event-stamp span:first-child {
  font-family: "Special Elite", monospace;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  text-shadow:
    0.55px 0 currentColor,
    -0.55px 0 currentColor,
    0 0.55px currentColor,
    0 -0.55px currentColor;
  text-transform: uppercase;
}

.event-stamp span:last-child {
  font-family: "Special Elite", monospace;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.body-copy {
  color: #2d1e12;
  font-family: "Special Elite", monospace;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 0 16px;
  text-shadow: 0 1px 0 rgba(255, 241, 213, 0.15);
}

.charity-lockup {
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  width: fit-content;
  margin: 0 0 20px;
  padding: 10px 12px;
  background: rgba(239, 221, 188, 0.72);
  border: 2px solid rgba(63, 40, 20, 0.72);
  box-shadow: 4px 4px 0 rgba(77, 49, 27, 0.13);
  transform: rotate(0.8deg);
  backdrop-filter: blur(0.6px);
}

.charity-label {
  margin: 0;
  color: #111;
  font-family: "Special Elite", monospace;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.charity-logo {
  display: block;
  width: min(100%, 220px);
  height: auto;
}

.donate-button {
  width: fit-content;
  margin: 0 auto 18px;
  align-self: center;
  text-align: center;
  border-radius: 0;
  border: 3px solid #111;
  padding: 14px 24px 12px;
  background: var(--poster-red);
  color: #fff6e6;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.25);
  font-family: "Archivo Black", sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transform: rotate(-1deg);
}

.donate-button:hover {
  transform: translateY(-1px) rotate(-1deg);
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: grid;
  place-items: center;
  padding: 24px;
  overflow-y: auto;
  background:
    linear-gradient(rgba(12, 10, 10, 0.58), rgba(12, 10, 10, 0.84)),
    url("/assets/hawaiian-shirt.svg") center center / 360px 360px repeat,
    rgba(7, 7, 7, 0.82);
  backdrop-filter: blur(12px);
}

.modal-card {
  position: relative;
  width: min(100%, 620px);
  max-height: calc(100vh - 48px);
  padding: 30px;
  overflow-y: auto;
  border-radius: 0;
  border: 3px solid #101010;
  background: linear-gradient(180deg, rgba(252, 241, 214, 0.98), rgba(236, 220, 189, 0.97));
  box-shadow:
    10px 10px 0 rgba(0, 0, 0, 0.72),
    0 24px 80px rgba(0, 0, 0, 0.35);
  transform: rotate(-0.8deg);
}

.modal-card::before,
.modal-card::after {
  content: "";
  position: absolute;
  top: 16px;
  width: 78px;
  height: 18px;
  background: rgba(255, 255, 255, 0.36);
  border: 1px solid rgba(0, 0, 0, 0.18);
}

.modal-card::before {
  left: 18px;
  transform: rotate(-11deg);
}

.modal-card::after {
  right: 64px;
  transform: rotate(10deg);
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  border: 3px solid #111;
  border-radius: 0;
  background: #111;
  color: #fff4d7;
  cursor: pointer;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2);
}

.donation-form,
.payment-form {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.payment-form {
  padding-bottom: 8px;
}

.donation-form label,
.payment-form label {
  display: grid;
  gap: 8px;
  color: #111;
  font-family: "Special Elite", monospace;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

input,
textarea,
#payment-element {
  width: 100%;
  border: 3px solid #111;
  border-radius: 0;
  background: rgba(255, 247, 228, 0.92);
  color: #111;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.15);
}

#payment-element {
  position: relative;
  z-index: 1;
  min-height: 82px;
  padding: 18px 18px;
}

#payment-element .StripeElement {
  width: 100%;
}

#payment-element iframe {
  display: block;
  min-height: 28px;
}

input,
textarea {
  padding: 14px 16px;
  font-family: "Manrope", sans-serif;
}

textarea {
  resize: vertical;
  min-height: 110px;
}

.currency-input {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  border: 3px solid #111;
  border-radius: 0;
  background: rgba(255, 247, 228, 0.92);
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.15);
}

.currency-input span {
  color: #111;
  font-family: "Archivo Black", sans-serif;
  font-weight: 700;
}

.currency-input input {
  border: 0;
  background: transparent;
  padding-left: 0;
}

.suggested-donation {
  margin-top: 14px;
  color: #231c17;
  font-family: "Special Elite", monospace;
  font-size: 1rem;
}

.amount-reaction {
  display: grid;
  gap: 8px;
  margin: -2px 0 2px;
  padding: 12px 14px 10px;
  border: 3px solid #111;
  background: rgba(255, 247, 228, 0.82);
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.15);
  transform: rotate(-0.6deg);
}

.amount-reaction-media {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  overflow: hidden;
  border: 3px solid #111;
  background: rgba(255, 247, 228, 0.92);
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.15);
}

.amount-reaction-image {
  display: block;
  width: 100%;
  height: auto;
  max-height: 280px;
  object-fit: contain;
  object-position: center;
}

.amount-reaction-caption {
  margin: 2px 0 0;
  padding: 12px 14px 10px;
  border: 3px solid #111;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.16);
  color: #111;
  font-family: "Archivo Black", sans-serif;
  font-size: 0.98rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transform: rotate(-0.8deg);
  background: #fff4d7;
}

.amount-reaction-caption[data-tier="under-10"] {
  background: #ffe066;
}

.amount-reaction-caption[data-tier="10-to-20"] {
  background: #66edf4;
}

.amount-reaction-caption[data-tier="20-to-30"] {
  background: #fff4d7;
}

.amount-reaction-caption[data-tier="30-to-40"] {
  background: #ffb14f;
}

.amount-reaction-caption[data-tier="40-plus"] {
  background: #ff5a36;
  color: #fff6e6;
}

.amount-slider {
  display: grid;
  gap: 8px;
  margin-top: 4px;
}

.amount-slider-input {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 18px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
}

.amount-slider-input::-webkit-slider-runnable-track {
  height: 8px;
  border: 2px solid #111;
  background: linear-gradient(90deg, #f7df9a 0%, #ffb14f 50%, #ff5a36 100%);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.15);
}

.amount-slider-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  margin-top: -7px;
  border: 3px solid #111;
  border-radius: 0;
  background: #fff4d7;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.18);
}

.amount-slider-input::-moz-range-track {
  height: 8px;
  border: 2px solid #111;
  border-radius: 0;
  background: linear-gradient(90deg, #f7df9a 0%, #ffb14f 50%, #ff5a36 100%);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.15);
}

.amount-slider-input::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border: 3px solid #111;
  border-radius: 0;
  background: #fff4d7;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.18);
}

.amount-slider-scale {
  display: flex;
  justify-content: space-between;
  color: #111;
  font-family: "Special Elite", monospace;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
}

.modal-card .eyebrow {
  display: inline-block;
  width: fit-content;
  padding: 7px 12px;
  background: #111;
  color: #fff4d7;
  font-family: "Special Elite", monospace;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  transform: rotate(-1.6deg);
}

.modal-card h2 {
  margin-top: 12px;
  color: #111;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 0.96;
  text-transform: uppercase;
}

.modal-card .button {
  border-radius: 0;
  border: 3px solid #111;
  padding: 14px 24px 12px;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
}

.modal-card .button-primary {
  background: var(--poster-red);
  color: #fff6e6;
  font-family: "Archivo Black", sans-serif;
  transform: rotate(-1.1deg);
}

.modal-card .button-primary:hover {
  transform: translateY(-1px) rotate(-1.1deg);
}

.form-error {
  min-height: 1.4em;
  margin: 0;
  color: #8f1d1d;
  font-family: "Special Elite", monospace;
}

@media (max-width: 900px) {
  .page-shell {
    padding: 10px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    min-height: 78vh;
  }

  .info-panel,
  .modal-card,
  .overlay-card {
    padding: 18px;
  }

  .overlay-card::before,
  .overlay-card::after {
    width: 70px;
  }

  .overlay-title {
    max-width: 100%;
  }

  .countdown-title {
    max-width: 100%;
  }

  .countdown-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .photo-panel,
  .info-panel,
  .modal-card,
  .reject-card {
    transform: none;
  }

  .feature-photo {
    transform: none;
  }

  .feature-photo-hero {
    width: 100%;
    margin-bottom: 14px;
  }

  .donate-button {
    margin-bottom: 14px;
  }

  .feature-photo img {
    min-height: 460px;
    max-height: 71vh;
    margin-bottom: -110px;
    object-position: center top;
  }

  .feature-photo-caption {
    width: auto;
    padding: 18px 16px 22px;
  }

  .info-panel {
    width: 100%;
    padding: 18px;
  }

  .event-stamp {
    transform: none;
  }
}

.reject-page {
  display: grid;
  place-items: center;
  min-height: 100vh;
  padding: 24px;
  background:
    linear-gradient(rgba(9, 8, 8, 0.5), rgba(9, 8, 8, 0.78)),
    url("/assets/hawaiian-shirt.svg") center center / 360px 360px repeat,
    #130f12;
}

.reject-card {
  width: min(100%, 760px);
  padding: 28px;
  border: 3px solid #4b311b;
  border-radius: 0;
  background:
    radial-gradient(circle at 18% 84%, transparent 0 52px, rgba(98, 58, 28, 0.13) 54px 60px, transparent 63px),
    radial-gradient(circle at 82% 18%, rgba(118, 71, 31, 0.08) 0 12px, transparent 14px),
    radial-gradient(circle at 86% 22%, rgba(118, 71, 31, 0.11) 0 4px, transparent 5px),
    linear-gradient(rgba(228, 198, 154, 0.5), rgba(214, 181, 138, 0.5)),
    url("/assets/texture-no-coffee.jpg") center center / cover no-repeat;
  box-shadow:
    10px 10px 0 rgba(0, 0, 0, 0.72),
    0 24px 80px rgba(0, 0, 0, 0.35),
    inset 0 0 0 1px rgba(94, 61, 31, 0.18);
  text-align: center;
  transform: rotate(-0.9deg);
  position: relative;
}

.reject-card::before,
.reject-card::after {
  content: "";
  position: absolute;
  top: 18px;
  width: 80px;
  height: 18px;
  background: rgba(255, 255, 255, 0.38);
  border: 1px solid rgba(0, 0, 0, 0.18);
}

.reject-card::before {
  left: 20px;
  transform: rotate(-12deg);
}

.reject-card::after {
  right: 20px;
  transform: rotate(11deg);
}

.reject-image-shell {
  overflow: hidden;
  border-radius: 0;
  border: 3px solid #111;
  margin-bottom: 18px;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.24);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: rgba(255, 247, 228, 0.92);
}

.reject-image-shell img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(100vh - 360px);
  object-fit: contain;
  object-position: center top;
  transform: none;
}

.reject-copy {
  margin: 12px auto 0;
  max-width: 24ch;
  font-size: clamp(1.7rem, 4.1vw, 3.1rem);
  line-height: 1.18;
  text-transform: uppercase;
}

.reject-copy span {
  display: inline;
  padding: 0.14em 0.3em 0.08em;
  color: #ead0a8;
  background: #4a3a2d;
  border: 3px solid #111;
  box-shadow:
    5px 5px 0 rgba(0, 0, 0, 0.2),
    inset 0 0 0 1px rgba(255, 236, 208, 0.08);
  font-family: "Special Elite", monospace;
  letter-spacing: 0.03em;
  text-shadow:
    0.6px 0 currentColor,
    -0.6px 0 currentColor,
    0 0.6px currentColor,
    0 -0.6px currentColor;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.reject-subcopy {
  max-width: 35ch;
  margin: 12px auto 0;
  color: #231c17;
  font-family: "Special Elite", monospace;
  font-size: 0.94rem;
  line-height: 1.45;
}

.reject-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 18px;
  flex-wrap: wrap;
}

.button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 144px;
  text-decoration: none;
}

.reject-page .button {
  border-radius: 0;
  border: 3px solid #111;
  padding: 14px 24px 12px;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
}

.reject-page .button-primary {
  background: var(--poster-red);
  color: #fff6e6;
  font-family: "Archivo Black", sans-serif;
  transform: rotate(-1.2deg);
}

.reject-page .button-secondary {
  background: #fff6dd;
  color: #111;
  border-color: #111;
  font-family: "Special Elite", monospace;
  transform: rotate(1.2deg);
}

.reject-page .button-primary:hover {
  transform: translateY(-1px) rotate(-1.2deg);
}

.reject-page .button-secondary:hover {
  transform: translateY(-1px) rotate(1.2deg);
}

.reject-page-level-two {
  background:
    linear-gradient(rgba(12, 8, 8, 0.54), rgba(12, 8, 8, 0.82)),
    url("/assets/hawaiian-shirt.svg") center center / 360px 360px repeat,
    #1a1313;
}

.reject-page-level-two .reject-card {
  transform: rotate(1deg);
}

.reject-page-level-three {
  background:
    linear-gradient(rgba(12, 7, 7, 0.58), rgba(12, 7, 7, 0.88)),
    url("/assets/hawaiian-shirt.svg") center center / 360px 360px repeat,
    #110d0d;
}

.reject-page-level-three .reject-card {
  transform: rotate(-1.4deg);
}
