/** Shopify CDN: Minification failed

Line 525:22 Unterminated string token
Line 526:0 Expected "}" to go with "{"

**/
/* ===== Why Are There Fireworks Tonight — Galactic Fireworks ===== */
/* Aesthetic: Dramatic night-sky editorial with cinematic card layout */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&family=Source+Serif+4:ital,wght@0,400;0,600;1,400&display=swap');

/* ---------- page wrapper ---------- */
.fw-intro,
.fw-section,
.fw-curfew,
.fw-cta,
.fw-faq {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

/* ---------- intro ---------- */
.fw-intro {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: 1.18em;
  line-height: 1.8;
  max-width: 720px;
  margin: 0 auto 2.5em;
  color: #2a2a3a;
}
.fw-intro p:first-child {
  font-size: 1.08em;
}

/* ---------- calendar table ---------- */
.fw-calendar {
  margin: 2.5em auto;
  max-width: 820px;
  overflow-x: auto;
}
.fw-calendar table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Outfit', sans-serif;
  font-size: 0.92em;
}
.fw-calendar thead {
  background: linear-gradient(135deg, #1A1A2E 0%, #2a2a52 100%);
}
.fw-calendar th {
  color: #fff;
  padding: 14px 20px;
  text-align: left;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 0.85em;
}
.fw-calendar td {
  padding: 13px 20px;
  border-bottom: 1px solid rgba(26,26,46,0.06);
  color: #3a3a4a;
  line-height: 1.5;
}
.fw-calendar tr:nth-child(even) td {
  background: rgba(0,168,232,0.03);
}
.fw-calendar tr:hover td {
  background: rgba(0,168,232,0.07);
  transition: background 0.2s ease;
}
.fw-calendar .month {
  font-weight: 700;
  white-space: nowrap;
  color: #1A1A2E;
  font-size: 0.95em;
  position: relative;
  padding-left: 14px;
}
.fw-calendar .month::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #C62020;
}

/* ---------- occasion cards ---------- */
.fw-occasion {
  display: flex;
  gap: 2.5em;
  align-items: flex-start;
  margin: 3em auto;
  padding: 0;
  max-width: 920px;
  position: relative;
}
.fw-occasion:nth-of-type(even) {
  flex-direction: row-reverse;
}
.fw-occasion-img {
  flex: 0 0 44%;
  max-width: 44%;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 8px 32px rgba(26,26,46,0.12), 0 2px 8px rgba(26,26,46,0.06);
}
.fw-occasion-img::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.1);
  pointer-events: none;
}
.fw-occasion-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fw-occasion:hover .fw-occasion-img img {
  transform: scale(1.04);
}

.fw-occasion-text {
  flex: 1;
  padding: 0.5em 0;
}
.fw-occasion-text h2 {
  font-family: 'Outfit', sans-serif;
  margin: 0 0 0.6em 0;
  color: #1A1A2E;
  font-size: 1.55em;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  position: relative;
  padding-bottom: 0.5em;
}
.fw-occasion-text h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #C62020, #00A8E8);
  border-radius: 2px;
}
.fw-occasion-text p {
  font-family: 'Source Serif 4', Georgia, serif;
  line-height: 1.75;
  color: #3a3a4a;
  margin: 0.8em 0;
  font-size: 0.98em;
}
.fw-occasion-text a {
  color: #C62020;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid rgba(198,32,32,0.3);
  transition: border-color 0.2s ease, color 0.2s ease;
}
.fw-occasion-text a:hover {
  color: #a51a1a;
  border-bottom-color: #a51a1a;
}

/* ---------- text sections ---------- */
.fw-section {
  margin: 3em auto;
  max-width: 720px;
  padding: 0 0.5em;
}
.fw-section h2 {
  font-family: 'Outfit', sans-serif;
  color: #1A1A2E;
  font-size: 1.4em;
  font-weight: 700;
  margin-bottom: 0.7em;
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
  letter-spacing: -0.01em;
}
.fw-section h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #C62020 0%, #C62020 60%, transparent 100%);
  border-radius: 2px;
}
.fw-section p {
  font-family: 'Source Serif 4', Georgia, serif;
  line-height: 1.75;
  color: #3a3a4a;
  font-size: 0.98em;
}
.fw-section a {
  color: #C62020;
  text-decoration: none;
  border-bottom: 1px solid rgba(198,32,32,0.3);
  transition: border-color 0.2s, color 0.2s;
}
.fw-section a:hover {
  color: #a51a1a;
  border-bottom-color: #a51a1a;
}

/* ---------- curfew box ---------- */
.fw-curfew {
  background: linear-gradient(145deg, #1A1A2E 0%, #12122a 60%, #1a1a3a 100%);
  color: #e8e8f0;
  border-radius: 16px;
  padding: 2.2em 2.5em;
  margin: 3em auto;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(26,26,46,0.25), inset 0 1px 0 rgba(255,255,255,0.05);
}
.fw-curfew::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(0,168,232,0.12) 0%, transparent 70%);
  pointer-events: none;
}
.fw-curfew::after {
  content: '';
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(198,32,32,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.fw-curfew h2 {
  font-family: 'Outfit', sans-serif;
  color: #fff;
  margin: 0 0 0.8em 0;
  font-size: 1.35em;
  font-weight: 700;
  letter-spacing: -0.01em;
  position: relative;
}
.fw-curfew p {
  font-family: 'Source Serif 4', Georgia, serif;
  line-height: 1.75;
  margin: 0.7em 0;
  position: relative;
  color: #d0d0e0;
}
.fw-curfew strong {
  color: #00A8E8;
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
}
.fw-curfew a {
  color: #00A8E8;
  text-decoration: none;
  border-bottom: 1px solid rgba(0,168,232,0.4);
  transition: border-color 0.2s;
}
.fw-curfew a:hover {
  border-bottom-color: #00A8E8;
}

/* ---------- main firing hours ---------- */
.fw-hours {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 1em 0 0.4em;
  position: relative;
}
.fw-hours-time {
  font-family: 'Outfit', sans-serif;
  font-size: 2.4em;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.03em;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 12px 24px;
}
.fw-hours-dash {
  font-size: 1.8em;
  color: #00A8E8;
  font-weight: 300;
}
.fw-hours-sub {
  text-align: center;
  font-family: 'Outfit', sans-serif;
  font-size: 0.85em;
  font-weight: 500;
  color: #a0a0c0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 1.8em 0 0.6em;
}

/* ---------- curfew times grid ---------- */
.fw-times {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 1.2em 0 0.5em;
  position: relative;
}
.fw-time-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  padding: 14px 12px;
  text-align: center;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.fw-time-card:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(0,168,232,0.25);
}
.fw-time-label {
  display: block;
  font-family: 'Outfit', sans-serif;
  font-size: 0.78em;
  font-weight: 600;
  color: #a0a0c0;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
}
.fw-time-value {
  display: block;
  font-family: 'Outfit', sans-serif;
  font-size: 1.35em;
  font-weight: 800;
  color: #00A8E8;
  letter-spacing: -0.02em;
}

/* ---------- CTA ---------- */
.fw-cta {
  background: linear-gradient(145deg, #1A1A2E 0%, #0f0f24 50%, #1a1a3a 100%);
  color: #fff;
  border-radius: 16px;
  padding: 2.8em 2.5em 2.4em;
  margin: 3.5em auto;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 48px rgba(26,26,46,0.3);
}
.fw-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,168,232,0.4), rgba(198,32,32,0.4), transparent);
}
.fw-cta h2 {
  font-family: 'Outfit', sans-serif;
  color: #fff;
  margin: 0 0 0.3em 0;
  font-size: 1.6em;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.fw-cta p {
  font-family: 'Source Serif 4', Georgia, serif;
  margin-bottom: 1.4em;
  color: #c8c8d8;
  font-size: 1.05em;
}
.fw-cta a.fw-btn {
  display: inline-block;
  background: linear-gradient(135deg, #C62020 0%, #d42a2a 100%);
  color: #fff;
  padding: 15px 34px;
  border-radius: 8px;
  text-decoration: none;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 1em;
  margin: 6px;
  letter-spacing: 0.01em;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 16px rgba(198,32,32,0.3);
}
.fw-cta a.fw-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(198,32,32,0.4);
}
.fw-cta .fw-links {
  margin-top: 1.5em;
}
.fw-cta .fw-links a {
  color: #00A8E8;
  margin: 0 12px;
  font-family: 'Outfit', sans-serif;
  font-size: 0.9em;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid rgba(0,168,232,0.3);
  transition: border-color 0.2s;
}
.fw-cta .fw-links a:hover {
  border-bottom-color: #00A8E8;
}

/* ---------- FAQ accordion ---------- */
.fw-faq {
  margin: 3em auto;
}
.fw-faq h2 {
  font-family: 'Outfit', sans-serif;
  color: #1A1A2E;
  font-size: 1.4em;
  font-weight: 700;
  margin-bottom: 0.8em;
  padding-bottom: 10px;
  display: inline-block;
  position: relative;
}
.fw-faq h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #C62020 0%, #C62020 60%, transparent 100%);
  border-radius: 2px;
}
.fw-faq-toggle {
  display: none;
}
.fw-faq-item {
  border: 1px solid rgba(26,26,46,0.08);
  margin: 10px 0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 8px rgba(26,26,46,0.04);
  border-radius: 10px;
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}
.fw-faq-item:hover {
  box-shadow: 0 4px 16px rgba(26,26,46,0.08);
  border-color: rgba(0,168,232,0.15);
}
.fw-faq-q {
  display: block;
  padding: 16px 48px 16px 22px;
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 1.02em;
  color: #1A1A2E;
  background: linear-gradient(180deg, #fafafe 0%, #f5f5fa 100%);
  letter-spacing: -0.005em;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  transition: background 0.2s ease;
}
.fw-faq-q:hover {
  background: linear-gradient(180deg, #f5f5fa 0%, #eeeeF5 100%);
}
.fw-faq-q::after {
  content: '+';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.3em;
  font-weight: 400;
  color: #C62020;
  transition: transform 0.3s ease;
  line-height: 1;
}
.fw-faq-toggle:checked + .fw-faq-q::after {
  content: '\2212';
  transform: translateY(-50%);
}
.fw-faq-toggle:checked + .fw-faq-q {
  background: linear-gradient(180deg, #f0f0f8 0%, #eaeaf4 100%);
}
.fw-faq-a {
  font-family: 'Source Serif 4', Georgia, serif;
  line-height: 1.75;
  color: #3a3a4a;
  font-size: 0.96em;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0 22px;
  margin: 0;
}
.fw-faq-toggle:checked ~ .fw-faq-a {
  max-height: 300px;
  padding: 16px 22px 18px;
  border-top: 1px solid rgba(26,26,46,0.06);
}

/* ---------- standalone h2 (calendar header) ---------- */
h2 {
  font-family: 'Outfit
