﻿:root {
  --bg: #070a0c;
  --bg-elev: #0d1318;
  --panel: #10181f;
  --text: #f7f8f9;
  --muted: #c7cbd0;
  --line: #1f2a31;
  --green: #39ff88;
  --green-deep: #0dbd61;
  --green-glow: rgba(57, 255, 136, 0.35);
  --gold: #d8b36a;
  --radius: 14px;
  --radius-sm: 10px;
  --shadow: 0 10px 32px rgba(0, 0, 0, 0.35);
  --maxw: 1180px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: "Manrope", "Segoe UI", sans-serif;
  background:
    radial-gradient(800px 500px at 85% 10%, rgba(57, 255, 136, 0.08) 0%, transparent 60%),
    radial-gradient(1200px 700px at 70% -10%, #131c22 0%, var(--bg) 55%),
    var(--bg);
  color: var(--text);
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.container {
  width: min(100% - 2rem, var(--maxw));
  margin-inline: auto;
}

.header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(10px);
  background: rgba(11, 15, 18, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 0;
  gap: 0.6rem;
  position: relative;
}
.brand { font-weight: 800; letter-spacing: 0.4px; }
.brand::before {
  content: "HHG";
  margin-right: 0.45rem;
  color: var(--green);
  font-family: "Oswald", "Arial Narrow", sans-serif;
  letter-spacing: 1px;
}
.nav-links {
  display: none;
  gap: 1rem;
  font-size: 0.95rem;
  color: var(--muted);
  align-items: center;
}
.nav-links a:hover { color: var(--text); }
.header-cta {
  display: none;
  gap: 0.5rem;
}
.nav-toggle {
  border: 1px solid rgba(57,255,136,0.4);
  background: rgba(57,255,136,0.09);
  color: var(--text);
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: inline-grid;
  place-content: center;
  font-size: 1.1rem;
}
.nav-open .nav-links {
  display: grid;
  position: absolute;
  top: calc(100% + 0.6rem);
  right: 0;
  left: 0;
  background: rgba(9, 12, 15, 0.98);
  border: 1px solid rgba(57,255,136,0.35);
  border-radius: 12px;
  padding: 0.8rem;
  box-shadow: var(--shadow);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 700;
  padding: 0.85rem 1.15rem;
  border: 1px solid transparent;
  transition: 0.2s ease;
}
.btn-primary {
  background: linear-gradient(120deg, var(--green), #6effab);
  color: #0a120d;
  box-shadow: 0 0 0 1px rgba(57,255,136,0.6), 0 8px 24px rgba(57,255,136,0.28);
}
.btn-primary:hover { transform: translateY(-1px); }
.btn-secondary {
  border-color: rgba(57,255,136,0.45);
  background: rgba(57, 255, 136, 0.06);
}
.btn-secondary:hover { border-color: var(--green); background: rgba(57,255,136,0.14); }

.hero {
  padding: 2.2rem 0 1.5rem;
  position: relative;
}
.kicker { color: var(--green); font-weight: 700; text-transform: uppercase; letter-spacing: 1px; font-size: 0.8rem; }
.hero h1 {
  font-family: "Oswald", "Arial Narrow", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: clamp(1.9rem, 6.8vw, 4rem);
  line-height: 1;
  margin: 0.5rem 0 0.8rem;
}
.section h2, .card h3, .card h4 {
  font-family: "Oswald", "Arial Narrow", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.hero-shell {
  display: grid;
  gap: 1rem;
  align-items: stretch;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border: 1px solid rgba(57,255,136,0.7);
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--green);
  background: rgba(57,255,136,0.12);
}
.hero-copy .subhead {
  font-family: "Oswald", "Arial Narrow", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: clamp(1rem, 4vw, 1.5rem);
  margin: 0;
}
.hero-date-line {
  font-weight: 700;
  color: #d6fce6;
}
.hero-graphic {
  min-height: 300px;
  border-radius: var(--radius);
  border: 1px solid rgba(57,255,136,0.4);
  background:
    linear-gradient(135deg, rgba(57,255,136,0.25) 0%, transparent 42%),
    radial-gradient(circle at 70% 30%, rgba(57,255,136,0.22) 0%, transparent 45%),
    #0b1015;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 30px rgba(57,255,136,0.15), 0 0 28px rgba(57,255,136,0.12);
}
.hero-graphic::before {
  content: "";
  position: absolute;
  inset: 10% 18% 4% 16%;
  background: linear-gradient(180deg, #0f1418, #06080a);
  clip-path: polygon(50% 0, 68% 8%, 80% 24%, 88% 40%, 84% 62%, 72% 100%, 28% 100%, 24% 70%, 15% 62%, 16% 44%, 22% 24%, 36% 8%);
  border: 2px solid rgba(57,255,136,0.7);
  filter: drop-shadow(0 0 8px rgba(57,255,136,0.5));
}
.hero-graphic::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 220px;
  right: 10%;
  top: 6%;
  background: linear-gradient(180deg, rgba(57,255,136,0.9), rgba(57,255,136,0.1));
  clip-path: polygon(45% 0, 62% 0, 49% 40%, 72% 40%, 34% 100%, 44% 58%, 26% 58%);
  opacity: 0.7;
}
.hero p { color: var(--muted); margin: 0.2rem 0 1rem; max-width: 65ch; }
.hero-actions { display: flex; gap: 0.65rem; flex-wrap: wrap; }

.grid {
  display: grid;
  gap: 0.9rem;
}
.info-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card {
  background: linear-gradient(180deg, rgba(16,22,28,0.95), rgba(9,13,16,0.94));
  border: 1px solid rgba(57, 255, 136, 0.28);
  border-radius: var(--radius);
  padding: 1rem;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.card::before {
  content: "";
  position: absolute;
  width: 46px;
  height: 46px;
  top: -2px;
  right: -2px;
  border-top: 2px solid rgba(57,255,136,0.65);
  border-right: 2px solid rgba(57,255,136,0.65);
  border-top-right-radius: 10px;
}
.card:hover {
  transform: translateY(-2px);
  border-color: rgba(57,255,136,0.62);
  box-shadow: var(--shadow), 0 0 24px rgba(57,255,136,0.17);
}
.card h3, .card h4 { margin-top: 0; }
.muted { color: var(--muted); }
.sponsor-includes {
  margin: 16px 0 20px;
  padding-left: 18px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}
.sponsor-includes li { margin-bottom: 8px; }
.section { padding: 2.6rem 0; position: relative; }
.section h2 {
  font-size: clamp(1.4rem, 4vw, 2.1rem);
  margin: 0 0 0.8rem;
}
.section-lead { color: var(--muted); margin: 0 0 1rem; max-width: 72ch; }
.section-divider {
  height: 28px;
  background:
    linear-gradient(115deg, transparent 0 44%, rgba(57,255,136,0.6) 45% 48%, transparent 49% 54%, rgba(57,255,136,0.45) 55% 58%, transparent 59% 100%);
  opacity: 0.7;
}
.panel-alt {
  background: linear-gradient(180deg, rgba(10,14,17,0.96), rgba(9,13,16,0.96));
  border-top: 1px solid rgba(57,255,136,0.15);
  border-bottom: 1px solid rgba(57,255,136,0.15);
}
.cta-strip {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(57,255,136,0.5);
  border-radius: var(--radius);
  background: rgba(57,255,136,0.09);
  box-shadow: 0 0 16px rgba(57,255,136,0.15) inset;
}
.cta-strip p {
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

.cards-3 { grid-template-columns: 1fr; }
.cards-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.price {
  font-size: 1.9rem;
  font-weight: 800;
  color: var(--green);
  line-height: 1.1;
}
.prize .price { color: var(--gold); }
.label {
  display: inline-flex;
  margin-bottom: 0.45rem;
  border-radius: 999px;
  padding: 0.22rem 0.55rem;
  font-size: 0.68rem;
  letter-spacing: 0.85px;
  text-transform: uppercase;
  font-weight: 800;
}
.label-spots {
  color: #d5ffe8;
  border: 1px solid rgba(57,255,136,0.7);
  background: rgba(57,255,136,0.2);
}
.label-tier {
  color: #dbfff0;
  border: 1px solid rgba(57,255,136,0.5);
  background: rgba(57,255,136,0.12);
}
.list { margin: 0; padding-left: 1rem; color: var(--muted); }
.list li { margin-bottom: 0.35rem; }

.countdown {
  display: flex;
  gap: 0.6rem;
  margin: 1rem 0;
  flex-wrap: wrap;
}
.time-box {
  min-width: 72px;
  text-align: center;
  border-radius: var(--radius-sm);
  padding: 0.6rem;
  border: 1px solid rgba(57,255,136,0.42);
  background: rgba(57,255,136,0.08);
}
.time-box strong { font-size: 1.15rem; display: block; }

.video-placeholder {
  aspect-ratio: 16 / 9;
  border-radius: var(--radius);
  background:
    linear-gradient(140deg, #152730, #0b1117),
    linear-gradient(135deg, rgba(57,255,136,0.2), transparent 55%);
  border: 1px solid rgba(57,255,136,0.3);
  display: grid;
  place-content: center;
  color: var(--muted);
}

.table-wrap { overflow-x: auto; }
table {
  width: 100%;
  border-collapse: collapse;
  min-width: 680px;
}
th, td {
  padding: 0.85rem;
  border-bottom: 1px solid var(--line);
  text-align: left;
}
th { color: var(--green); font-size: 0.92rem; }

.faq details {
  border: 1px solid rgba(57,255,136,0.28);
  border-radius: var(--radius-sm);
  padding: 0.85rem;
  background: rgba(57,255,136,0.04);
}
.faq details + details { margin-top: 0.55rem; }
.faq summary { cursor: pointer; font-weight: 700; }

.form-grid { display: grid; gap: 0.65rem; }
input, textarea, select {
  width: 100%;
  padding: 0.8rem 0.85rem;
  border-radius: 10px;
  border: 1px solid rgba(57,255,136,0.26);
  background: #0e1419;
  color: var(--text);
}
textarea { min-height: 120px; resize: vertical; }

.share {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.pill {
  border-radius: 999px;
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(57,255,136,0.35);
  color: var(--muted);
}

.mobile-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 0.55rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
  gap: 0.55rem;
  background: rgba(8, 11, 14, 0.95);
  border-top: 1px solid rgba(57,255,136,0.3);
}
body { padding-bottom: 76px; }

.footer {
  border-top: 1px solid var(--line);
  padding: 1.25rem 0 5.5rem;
  color: var(--muted);
}

.silhouette-block {
  min-height: 210px;
  border-radius: var(--radius);
  border: 1px solid rgba(57,255,136,0.35);
  background:
    radial-gradient(circle at 20% 20%, rgba(57,255,136,0.2), transparent 35%),
    #0b1015;
  position: relative;
  overflow: hidden;
}
.silhouette-block::before {
  content: "";
  position: absolute;
  inset: 16% 24% 10% 26%;
  background: #050709;
  border: 2px solid rgba(57,255,136,0.72);
  clip-path: polygon(52% 0, 62% 8%, 64% 22%, 78% 44%, 84% 100%, 18% 100%, 28% 52%, 42% 30%, 44% 8%);
  filter: drop-shadow(0 0 10px rgba(57,255,136,0.35));
}
.silhouette-block::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 190px;
  right: 6%;
  bottom: -14px;
  background: linear-gradient(180deg, rgba(57,255,136,0.8), transparent 75%);
  clip-path: polygon(45% 0, 62% 0, 49% 40%, 72% 40%, 34% 100%, 44% 58%, 26% 58%);
  opacity: 0.65;
}
.schedule-grid {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: 1fr;
}
.contact-grid {
  display: grid;
  gap: 0.9rem;
}

@media (min-width: 768px) {
  .nav-links { display: flex; }
  .header-cta { display: inline-flex; }
  .nav-toggle { display: none; }
  .info-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .cards-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .cards-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .schedule-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .contact-grid { grid-template-columns: 1fr 1fr; }
  .hero-shell { grid-template-columns: 1.05fr 0.95fr; gap: 1.2rem; }
  .mobile-cta {
    left: auto;
    right: 1.2rem;
    bottom: 1rem;
    width: 460px;
    border: 1px solid rgba(57,255,136,0.35);
    border-radius: 12px;
  }
  body { padding-bottom: 0; }
.footer { padding-bottom: 2rem; }
}

.btn-secondary[data-shopify-key="donate"] {
  white-space: nowrap;
}


.hero-graphic-photo {
  background-image: url("../images/hood-hood-hero-52.jpg");
  aspect-ratio: 4 / 5;
  min-height: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  box-shadow: none;
}
.hero-graphic-photo::before,
.hero-graphic-photo::after {
  content: none;
}
.hero-photo-25 { background-image: url("../images/hood-25.jpg"); }
.hero-photo-50 { background-image: url("../images/hood-50.jpg"); }
.hero-photo-51 { background-image: url("../images/hood-51.jpg"); }
.hero-photo-53 { background-image: url("../images/hood-53.jpg"); }
.hero-photo-85 { background-image: url("../images/hood-85.jpg"); }

.media-photo {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: transparent;
}
.media-photo.silhouette-block::before,
.media-photo.silhouette-block::after {
  content: none;
}
.media-photo-25 { background-image: url("../images/hood-25.jpg"); }
.media-photo-50 { background-image: url("../images/hood-50.jpg"); }
.media-photo-51 { background-image: url("../images/hood-51.jpg"); }
.media-photo-53 { background-image: url("../images/hood-53.jpg"); }
.media-photo-85 { background-image: url("../images/hood-85.jpg"); }


