:root {
  --bg: #07100d;
  --bg-2: #0b1712;
  --panel: #101d17;
  --panel-2: #14261d;
  --text: #f4f1e9;
  --muted: #aab6ad;
  --green: #77c043;
  --green-bright: #9ddd66;
  --gold: #d2a43a;
  --line: rgba(255,255,255,.10);
  --shadow: 0 24px 60px rgba(0,0,0,.38);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 82% 6%, rgba(119,192,67,.13), transparent 28rem),
    radial-gradient(circle at 14% 35%, rgba(210,164,58,.08), transparent 24rem),
    var(--bg);
  line-height: 1.6;
}

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

.site-header {
  min-height: 74px;
  padding: 10px clamp(18px, 4vw, 64px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(7,16,13,.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-family: "Anton", sans-serif;
  letter-spacing: 1.5px;
  font-size: 1.25rem;
}
.brand img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid rgba(119,192,67,.65);
  background: #fff;
}

.header-link {
  text-decoration: none;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--green-bright);
}

.hero {
  min-height: calc(100vh - 74px);
  display: grid;
  align-items: center;
  padding: clamp(42px, 7vw, 92px) clamp(18px, 5vw, 76px);
  position: relative;
  overflow: hidden;
}
.hero::after {
  content: "8";
  position: absolute;
  right: -1vw;
  bottom: -18vw;
  font-family: "Anton", sans-serif;
  font-size: min(58vw, 700px);
  line-height: .8;
  color: rgba(255,255,255,.018);
  pointer-events: none;
}

.hero-grid {
  width: min(1240px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: clamp(44px, 7vw, 100px);
  position: relative;
  z-index: 1;
}

.logo-block {
  position: relative;
  display: grid;
  place-items: center;
}
.logo-block::before {
  content: "";
  position: absolute;
  width: 76%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(119,192,67,.24), rgba(119,192,67,0) 68%);
  filter: blur(6px);
}
.mascot-wrap {
  width: min(500px, 100%);
  aspect-ratio: 1;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.mascot-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
  background: #fff;
}

.brand-lockup {
  width: min(410px, 86%);
  margin-top: -42px;
  padding: 16px 22px 15px;
  position: relative;
  z-index: 2;
  text-align: center;
  border: 1px solid rgba(119,192,67,.35);
  border-radius: 18px;
  background: rgba(8,18,14,.94);
  box-shadow: 0 18px 45px rgba(0,0,0,.45);
}
.pool-hog-text {
  font-family: "Anton", sans-serif;
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  line-height: .95;
  letter-spacing: 2px;
}
.pool-hog-text span { color: var(--green); }
.byline {
  margin-top: 9px;
  color: var(--muted);
  font-weight: 700;
  letter-spacing: .4px;
  font-size: .88rem;
}

.balls {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 13px 0 4px;
}
.ball {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: .7rem;
  font-weight: 800;
  border: 2px solid rgba(255,255,255,.88);
  box-shadow: 0 3px 10px rgba(0,0,0,.4);
}
.ball-1 { background: #e9c425; color: #111; }
.ball-8 { background: #080808; color: #fff; }
.ball-3 { background: #bc3429; color: #fff; }

.hero-copy { max-width: 660px; }
.eyebrow {
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 18px;
  border-left: 4px solid var(--green);
  background: rgba(119,192,67,.09);
  color: var(--green-bright);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: 2.8px;
}
.hero h1 {
  margin: 0;
  font-family: "Anton", sans-serif;
  font-size: clamp(3.2rem, 7vw, 6.6rem);
  line-height: .92;
  letter-spacing: .5px;
  text-transform: uppercase;
}
.hero h1 span { color: var(--green); }
.intro {
  max-width: 660px;
  margin: 24px 0 28px;
  color: #c6cec8;
  font-size: clamp(1rem, 1.4vw, 1.1rem);
}

.pillars {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.pillar {
  padding: 14px 15px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255,255,255,.025);
}
.pillar:last-child { grid-column: 1 / -1; }
.pillar strong {
  display: block;
  color: var(--text);
  font-size: .78rem;
  letter-spacing: 1px;
}
.pillar span {
  color: var(--muted);
  font-size: .84rem;
}

.hero-actions {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.facebook-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 21px;
  border-radius: 8px;
  background: var(--green);
  color: #07100d;
  text-decoration: none;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: 1.3px;
  box-shadow: 0 12px 30px rgba(119,192,67,.20);
  transition: transform .2s ease, background .2s ease;
}
.facebook-cta:hover { transform: translateY(-2px); background: var(--green-bright); }
.status-badge {
  color: var(--muted);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: 1.4px;
}

.strip {
  padding: 16px 20px;
  text-align: center;
  background: var(--green);
  color: #07100d;
  font-family: "Anton", sans-serif;
  letter-spacing: 2px;
  word-spacing: 10px;
}
.strip span { opacity: .45; }

.section {
  padding: clamp(64px, 8vw, 110px) clamp(18px, 5vw, 76px);
}
.section-heading {
  width: min(780px, 100%);
  margin: 0 auto 42px;
  text-align: center;
}
.section-heading > span {
  color: var(--green-bright);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: 3px;
}
.section-heading h2 {
  margin: 8px 0 12px;
  font-family: "Anton", sans-serif;
  font-size: clamp(2.2rem, 5vw, 4.4rem);
  line-height: 1;
  text-transform: uppercase;
}
.section-heading p { margin: 0; color: var(--muted); }

.grid-3 {
  width: min(1160px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.card {
  min-height: 250px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(145deg, var(--panel-2), var(--panel));
  box-shadow: 0 16px 35px rgba(0,0,0,.18);
}
.card-number {
  color: var(--green);
  font-family: "Anton", sans-serif;
  font-size: .9rem;
  letter-spacing: 2px;
}
.card h3 {
  margin: 10px 0 14px;
  font-family: "Anton", sans-serif;
  font-size: 1.9rem;
  letter-spacing: .5px;
  text-transform: uppercase;
}
.card p { margin: 0; color: #bdc7c0; }
.card strong { color: var(--green-bright); }

footer {
  min-height: 92px;
  padding: 24px clamp(18px, 5vw, 76px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  border-top: 1px solid var(--line);
  color: #839087;
  font-size: .78rem;
}
.footer-brand {
  font-family: "Anton", sans-serif;
  color: var(--text);
  letter-spacing: 1.5px;
  font-size: 1.15rem;
}

@media (max-width: 920px) {
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; }
  .logo-block { max-width: 560px; margin: 0 auto; width: 100%; }
  .hero-copy { max-width: 760px; margin: 0 auto; }
  .grid-3 { grid-template-columns: 1fr; }
  .card { min-height: auto; }
}

@media (max-width: 620px) {
  .site-header { min-height: 64px; }
  .brand img { width: 42px; height: 42px; }
  .brand span { font-size: 1rem; }
  .hero { padding-top: 34px; }
  .brand-lockup { margin-top: -22px; }
  .pillars { grid-template-columns: 1fr; }
  .pillar:last-child { grid-column: auto; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .facebook-cta { width: 100%; }
  .status-badge { text-align: center; }
  .strip { font-size: .8rem; line-height: 1.8; }
  footer { flex-direction: column; text-align: center; }
}
