* {
  box-sizing: border-box;
}

:root {
  --neon-red: #ac0023;
  --neon-red-bright: #ff3355;
  --page-bg: #000;
  --panel-bg: rgba(255, 255, 255, 0.03);
  --panel-bg-strong: rgba(255, 255, 255, 0.04);
  --text-main: #e9e9e9;
  --text-bright: #ffffff;
}

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

body {
  background: var(--page-bg);
  color: var(--text-main);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Top and bottom red framing lines */
.site-top-line,
.site-bottom-line {
  height: 1.5px;
  background: var(--neon-red);
  width: 100%;
  box-shadow:
    0 0 3px rgba(231, 76, 60, 0.75),
    0 0 8px rgba(231, 76, 60, 0.28);
}

/* Header / footer bars */
.site-header,
.site-footer {
  background: linear-gradient(to bottom, #1a2630, #415a73);
  width: 100%;
}

.site-header {
  box-shadow:
    0 2px 8px rgba(0, 0, 0, 0.35),
    0 0 10px rgba(231, 76, 60, 0.08);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  padding: 12px 10px;
}

.site-nav a,
.site-nav a:visited {
  color: var(--text-bright);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.3px;
  padding: 4px 6px;
  text-decoration: none;
  transition: color 0.2s ease, text-shadow 0.2s ease;
}

.site-nav a:hover,
.site-nav a:focus {
  color: var(--neon-red);
  text-shadow:
    0 0 3px rgba(231, 76, 60, 0.7),
    0 0 8px rgba(231, 76, 60, 0.3);
}
.site-nav a {
  position: relative;
}

.site-nav a.active,
.site-nav a.active:visited,
.site-nav a.active em,
.site-nav a.active:visited em {
  color: var(--neon-red) !important;
  text-shadow: none;
}
.artist-signature {
  max-width: 72ch;
  margin: 6px auto 0;
  display: flex;
  justify-content: flex-end;
}

.artist-signature img {
  width: 140px;
  height: auto;
  opacity: 0.9;
  filter: brightness(1.05);
}

.site-page {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 14px 20px 28px;
}

.section-divider {
  width: 240px;
  height: 1px;
  margin: 45px auto 40px;
  background: linear-gradient(
    to right,
    transparent,
    var(--neon-red),
    transparent
  );
}

/* Main poster frame */
.poster-frame {
  border: 3px solid var(--neon-red);
  padding: 18px 16px;
  margin: 12px auto 24px;
  max-width: 760px;
  width: calc(100% - 24px);
  text-align: center;
  border-radius: 12px;
  background: var(--panel-bg);
}

.poster-frame:hover {
  box-shadow:
    0 0 5px rgba(255, 90, 71, 0.95),
    0 0 12px rgba(231, 76, 60, 0.62),
    0 0 22px rgba(231, 76, 60, 0.32),
    inset 0 0 10px rgba(231, 76, 60, 0.08);
}

.poster-frame h1,
.below-photo {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--text-bright);
}

.days-missing {
  color: var(--text-bright);
}

.poster-frame h1 {
  font-size: clamp(1.8rem, 6vw, 3rem);
  margin: 6px 0 10px;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 1.1;
  text-shadow: 0 0 8px rgba(231, 76, 60, 0.14);
}

.days-missing {
  font-size: clamp(1.8rem, 5.2vw, 3rem);
  font-weight: 700;
  margin: 10px 0 18px;
  line-height: 1.25;
  color: var(--text-bright);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.red-number {
  display: inline-block;
  min-width: 100px;
  text-align: center;
  color: red;
  transform: rotate(-5deg);
  font-family: "Rock Salt", cursive;
  font-size: clamp(2rem, 5.2vw, 3.2rem);
  letter-spacing: 2px;
  transition: text-shadow 1.5s ease;
  vertical-align: middle;
  position: relative;
  top: -2px;
  white-space: nowrap;
}

.red-number.glow {
  text-shadow:
    0 0 3px red,
    0 0 6px rgba(255, 0, 0, 0.62),
    0 0 10px rgba(255, 0, 0, 0.28);
}

.main-image {
  width: 100%;
  max-width: 560px;
  margin: 16px auto;
}

.below-photo {
  font-size: clamp(1.4rem, 4.5vw, 2.4rem);
  font-weight: 800;
  text-align: center;
  margin-bottom: 4px;
  letter-spacing: 1px;
  line-height: 1.1;
}

.container,
.form-card,
.poster-frame {
  text-wrap: pretty;
}

.container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px 8px;
}

.container h1 {
  text-align: center;
  margin: 0 0 24px;
  color: var(--text-bright);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0.3px;
  text-shadow: 0 0 8px rgba(231, 76, 60, 0.14);
}

.container h2 {
  text-align: center;
  margin: 32px 0 14px;
  color: var(--text-bright);
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 750;
  line-height: 1.18;
  letter-spacing: 0.2px;
  text-shadow: 0 0 8px rgba(231, 76, 60, 0.12);
}

.container p {
  max-width: 72ch;
  margin: 0 auto 20px;
  line-height: 1.82;
  color: #f1f1f1;
}
.timeline-important {
  border-left: 3px solid #e74c3c;
  padding-left: 10px;
}

.timeline-row {
  position: relative;
}

.timeline-row td:first-child {
  position: relative;
  padding-left: 28px;
}

/* vertical line */
.timeline-row td:first-child::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(231, 76, 60, 0.35);
}

/* dot marker */
.timeline-row td:first-child::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #e74c3c;
  border-radius: 50%;
}
/* CTA buttons */
.cta {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 12px;
  flex-wrap: wrap;
  text-align: center;
  margin: 20px 0 24px;
}

.button,
.button:link,
.button:visited {
  background: rgba(255, 255, 255, 0.015);
  border: 1.5px solid var(--neon-red);
  color: #fff;

  padding: 12px 20px;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;

  border-radius: 8px;
  text-decoration: none;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 280px;
  max-width: 280px;
  min-height: 56px;

  text-align: center;

  box-shadow:
    0 0 4px rgba(231, 76, 60, 0.78),
    0 0 10px rgba(231, 76, 60, 0.35),
    inset 0 0 4px rgba(231, 76, 60, 0.05);

  transition: all 0.2s ease;
}

.button:hover,
.button:focus {
  background: rgba(231, 76, 60, 0.12);
  box-shadow:
    0 0 5px rgba(231, 76, 60, 0.9),
    0 0 12px rgba(231, 76, 60, 0.42),
    inset 0 0 6px rgba(231, 76, 60, 0.08);
  transform: translateY(-1px);
}

.container p + .cta,
.container h2 + .cta {
  margin-top: 14px;
}

.cta + h2 {
  margin-top: 26px;
}

/* Footer */
.site-footer {
  text-align: center;
  padding: 8px 20px 10px;
  margin-top: 0;
  box-shadow:
    0 -2px 8px rgba(0, 0, 0, 0.3),
    0 0 10px rgba(231, 76, 60, 0.08);
}

.site-footer .footer-note {
  font-size: 0.78rem;
  font-style: italic;
  color: #d7d7d7;
  max-width: 1200px;
  margin: 0 auto 4px;
  line-height: 1.3;
}

.site-footer .footer-copy {
  margin: 0;
  font-size: 0.82rem;
  color: var(--text-bright);
  line-height: 1.2;
}

img,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Form cards */
.form-card {
  max-width: 700px;
  margin: 0 auto;
  padding: 22px;
  border-radius: 12px;
  background: var(--panel-bg-strong);
  border: 1.5px solid var(--neon-red);
  box-shadow:
    0 0 4px rgba(255, 90, 71, 0.82),
    0 0 10px rgba(231, 76, 60, 0.38),
    0 0 18px rgba(231, 76, 60, 0.16),
    inset 0 0 6px rgba(231, 76, 60, 0.04);
}

.story-card {
  max-width: 760px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 650;
  color: var(--text-bright);
  margin-top: 6px;
  text-shadow: 0 0 4px rgba(231, 76, 60, 0.08);
}

/* Inputs */
input,
textarea {
  background: #ffffff;
  border: 1px solid var(--neon-red);
  color: #000000;
  font-size: 1.05rem;
  font-weight: 700;
  border-radius: 8px;
  padding: 14px;
  width: 100%;
}

input:hover,
textarea:hover {
  border-color: var(--neon-red-bright);
  box-shadow:
    0 0 3px rgba(255, 90, 71, 0.24),
    0 0 7px rgba(231, 76, 60, 0.1),
    inset 0 0 5px rgba(231, 76, 60, 0.04);
}

input:focus,
textarea:focus {
  border-color: var(--neon-red-bright);
  box-shadow:
    0 0 4px rgba(255, 90, 71, 0.45),
    0 0 10px rgba(231, 76, 60, 0.18),
    inset 0 0 6px rgba(231, 76, 60, 0.05);
  outline: none;
}

textarea {
  resize: vertical;
}

#story {
  min-height: 240px;
}

/* Buttons inside forms */
button {
  background: transparent;
  border: 1.5px solid var(--neon-red);
  color: white;
  padding: 12px 16px;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
  width: 100%;
  box-shadow:
    0 0 4px rgba(231, 76, 60, 0.72),
    0 0 10px rgba(231, 76, 60, 0.3),
    inset 0 0 4px rgba(231, 76, 60, 0.05);
  transition: all 0.25s ease;
}

button:hover,
button:focus {
  background: rgba(231, 76, 60, 0.12);
  box-shadow:
    0 0 5px rgba(231, 76, 60, 0.85),
    0 0 12px rgba(231, 76, 60, 0.36),
    inset 0 0 6px rgba(231, 76, 60, 0.08);
  outline: none;
}

.checkbox-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 600;
  color: var(--text-bright);
  margin-top: 4px;
}

.checkbox-row input[type="checkbox"] {
  width: auto;
  margin: 4px 0 0;
  transform: scale(1.1);
  box-shadow: none;
}
.hero-image {
  width: 100%;
  max-width: 900px;
  margin: 28px auto 10px;
  display: block;
  border-radius: 14px;
  box-shadow: 0 0 18px rgba(255,255,255,0.08);
}

.hero-image {
  width: 100%;
  max-width: 900px;
  margin: 28px auto 10px;
  display: block;
  border-radius: 14px;
  box-shadow: 0 0 18px rgba(255,255,255,0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hero-image:hover {
  transform: scale(1.01);
  box-shadow: 0 0 26px rgba(231, 76, 60, 0.18);
}

.image-caption {
  max-width: 900px;
  margin: 10px auto 0;
  text-align: center;
  font-style: italic;
  font-size: 0.92rem;
  color: #d6d6d6;
}

/* Mobile tweaks */
@media (max-width: 900px) {
  .site-nav {
    gap: 10px 18px;
    padding: 10px 14px;
  }

  .site-nav a {
    font-size: 0.96rem;
  }

  .site-page {
    padding: 10px 14px 24px;
  }

  .container {
    padding: 0 10px 8px;
  }
}

@media (max-width: 600px) {
  body {
    font-size: 16px;
  }

  .site-nav {
    gap: 10px 14px;
  }

  .site-nav a {
    font-size: 0.95rem;
  }

  .form-card {
    padding: 18px;
  }

  .button,
  .button:link,
  .button:visited {
    width: 100%;
    max-width: 360px;
    font-size: 1.05rem;
    text-align: center;
  }

  .site-footer .footer-note {
    font-size: 0.74rem;
  }

  .site-footer .footer-copy {
    font-size: 0.8rem;
  }
}