/* ── Home page ── */
body.activ-home { background: #0e1006; font-family: 'Urbanist', sans-serif; }

/* ── Grid background ── */
.grid-bg {
  background-color: #0f0f0f;
  background-image:
    repeating-linear-gradient(90deg, rgba(32,38,21,0.9) 0px, rgba(32,38,21,0.9) 1px, transparent 1px, transparent 90px),
    repeating-linear-gradient(0deg,  rgba(32,38,21,0.9) 0px, rgba(32,38,21,0.9) 1px, transparent 1px, transparent 70px);
}

/* ── Hero ── */
.hp-hero {
  position: relative;
  min-height: 820px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 80px;
  margin-top: -88px;
}
.hp-hero-bg {
  position: absolute; inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #0a0d05;
}
.hp-hero-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hp-hero-overlay {
  position: absolute; inset: 0;
  background: rgba(0,0,0,0.45);
  z-index: 1;
}
.hp-hero-content {
  position: relative;
  z-index: 2;
  padding: 0 80px;
}
.hp-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #0e1006;
  border: 1px solid #505147;
  border-radius: 16px;
  padding: 6px 16px;
  margin-bottom: 48px;
  font-family: 'Urbanist', sans-serif;
  font-size: 16px;
  color: #fff;
}
.hp-hero-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: #bbd864; flex-shrink: 0; }
.hp-hero h1 {
  font-family: 'Urbanist', sans-serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #fff;
  margin: 0 0 32px;
}
.hp-hero h1 .lime { color: #BBD864; font-style: italic; }
.hp-hero-sub {
  font-family: 'Urbanist', sans-serif;
  font-size: 24px;
  line-height: 34px;
  color: #e6ecd7;
  max-width: 692px;
  margin: 0 0 48px;
}
.hp-hero-btns { display: flex; gap: 15px; }

/* Dot-grid arrow CTA button */
.hp-cta-btn {
  display: inline-flex;
  align-items: center;
  padding: 3px;
  background: #000;
  border-radius: 24px;
  text-decoration: none;
  gap: 0;
  min-width: 235px;
  height: 60px;
}
.hp-cta-icon {
  width: 57px;
  height: 54px;
  background: #bbd864;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.hp-cta-text {
  font-family: 'Urbanist', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding: 0 20px;
  flex: 1;
  text-align: center;
}

/* ── Section chip/label ── */
.hp-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 1;
  background: #242b0d;
  border: 1px solid #505147;
  border-radius: 24px;
  padding: 8px 16px;
  font-family: 'Urbanist', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #bbd864;
  letter-spacing: 0.02em;
}
.hp-chip-dark {
  display: inline-flex;
  align-items: center;
  background: #040501;
  border: 1px solid #505147;
  border-radius: 24px;
  padding: 8px 16px;
  font-family: 'Urbanist', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #bbd864;
  letter-spacing: 0.02em;
}

/* ── Feature icon box ── */
.feat-icon-box {
  width: 60px;
  height: 48px;
  background: rgba(39,34,34,0.2);
  box-shadow: inset 1.7px 1.7px 1.7px rgba(0,0,0,0.15);
  backdrop-filter: blur(21px);
  border-radius: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* ── Feature cards (2x2 grid) ── */
.hp-feat-card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 22px 24px;
  gap: 10px;
  background: #000;
  border: 1px solid #1d1d1d;
  box-shadow: 0px 2px 8px 2px rgba(122,122,122,0.14);
  border-radius: 24px;
}
.hp-feat-card-header { display: flex; align-items: center; gap: 16px; }
.hp-feat-card-title { font-family: 'Urbanist'; font-size: 20px; font-weight: 500; color: #fff; }
.hp-feat-card-body { font-family: 'Urbanist'; font-size: 18px; font-weight: 400; line-height: 28px; color: #999d8c; }

/* ── What We Do section ── */
.hp-what { padding: 100px 80px; }
.hp-what-inner {
  display: grid;
  grid-template-columns: 567px 1fr;
  gap: 80px;
  align-items: start;
}
.hp-what-left { display: flex; flex-direction: column; gap: 20px; }
.hp-what-h2 {
  font-family: 'Urbanist', sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #fff;
  margin: 0;
}
.hp-what-h2 .lime { color: #DAFF50; }
.hp-what-body { font-family: 'Urbanist'; font-size: 20px; line-height: 30px; color: #e6ecd7; margin: 0; }
.hp-feat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 38px;
  align-self: start;
  margin-top: 70px;
}

/* ── Venue Partners section ── */
.hp-venue { padding: 100px 80px; }
.hp-venue-inner {
  display: grid;
  grid-template-columns: 567px 1fr;
  gap: 80px;
  align-items: start;
}
.hp-venue-left { display: flex; flex-direction: column; gap: 20px; }
.hp-venue-h2 {
  font-family: 'Urbanist', sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #fff;
  margin: 0;
}
.hp-venue-h2 .lime { color: #DAFF50; }
.hp-venue-body { font-family: 'Urbanist'; font-size: 20px; line-height: 30px; color: #e6ecd7; margin: 0; }
.hp-venue-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #e6ecd7;
  color: #1a1313;
  font-family: 'Urbanist', sans-serif;
  font-size: 20px;
  font-weight: 700;
  border-radius: 4px;
  padding: 16px 32px;
  text-decoration: none;
  margin-top: 8px;
  width: fit-content;
}
.hp-venue-note { font-family: 'Urbanist'; font-size: 16px; color: #6b7157; }
.hp-venue-cards { display: flex; flex-direction: column; gap: 16px; margin-top: 60px; }
.hp-venue-card {
  box-sizing: border-box;
  background: #000;
  border: 1px solid #1d1d1d;
  box-shadow: 0px 2px 8px 2px rgba(122,122,122,0.14);
  border-radius: 20px;
  padding: 20px 24px;
  cursor: pointer;
  transition: border-color 0.25s;
}
.hp-venue-card.open { border-color: #3a4a15; }
.hp-venue-card-header { display: flex; align-items: center; gap: 20px; }
.hp-venue-card-title { font-family: 'Urbanist'; font-size: 20px; font-weight: 500; color: #fff; }
.hp-venue-card-body {
  font-family: 'Urbanist'; font-size: 18px; font-weight: 400;
  line-height: 28px; color: #999d8c;
  margin-top: 0; max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, margin-top 0.25s ease;
}
.hp-venue-card.open .hp-venue-card-body { max-height: 200px; margin-top: 16px; }

/* ── Coming Soon / Player Signup ── */
.hp-player { padding: 100px 80px; text-align: center; }
.hp-player-h2 {
  font-family: 'Urbanist', sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #fff;
  margin: 24px 0 20px;
}
.hp-player-h2 .lime { color: #DAFF50; }
.hp-player-sub {
  font-family: 'Urbanist', sans-serif;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.05em;
  color: #e6ecd7;
  max-width: 752px;
  margin: 0 auto 48px;
}
.hp-signup-card {
  max-width: 779px;
  margin: 0 auto;
  background: #201717;
  border-radius: 24px;
  padding: 36px 40px 32px;
  position: relative;
}
.hp-signup-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 4px;
  background: linear-gradient(126.25deg, #5F7702 5.33%, rgba(251,255,244,0.55) 103.78%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.hp-signup-features {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 24px;
}
.hp-signup-feat {
  display: flex;
  align-items: center;
  gap: 13px;
  font-family: 'Urbanist', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #fff;
  text-align: left;
  max-width: 200px;
}
.hp-signup-feat svg { flex-shrink: 0; }
.hp-signup-divider { border: none; border-top: 1px solid #B1C37E; margin: 0 0 28px; }
.hp-signup-row { display: flex; gap: 27px; align-items: center; }
.hp-signup-note { font-family: 'Urbanist'; font-size: 16px; color: #9a9f8e; margin-top: 16px; }

/* Contact Form 7 styling to match the original signup input/button */
.hp-signup-card .wpcf7-form { display: flex; flex-direction: column; gap: 12px; }
.hp-signup-card .wpcf7-form p { margin: 0; display: flex; gap: 27px; align-items: center; flex-wrap: wrap; }
.hp-signup-card .wpcf7-form input[type="email"] {
  flex: 1;
  background: #F8FFEC;
  border: 1px solid #F7FFE9;
  border-radius: 8px;
  padding: 20px 28px;
  font-family: 'Urbanist', sans-serif;
  font-size: 18px;
  color: #1a1a0a;
  outline: none;
  height: 60px;
  box-sizing: border-box;
  min-width: 220px;
}
.hp-signup-card .wpcf7-form input[type="email"]::placeholder { color: #7F7F7F; }
.hp-signup-card .wpcf7-form input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #bbd864;
  border: none;
  border-radius: 24px;
  width: 223px;
  height: 60px;
  flex-shrink: 0;
  font-family: 'Urbanist', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #1a1313;
  cursor: pointer;
  transition: opacity 0.2s;
}
.hp-signup-card .wpcf7-form input[type="submit"]:hover { opacity: 0.88; }

/* ── Testimonials ── */
.hp-trust {
  padding: 100px 80px;
  min-height: 820px;
  background: #0F0F0F;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hp-trust-abstract {
  position: absolute;
  width: 359px;
  height: 341px;
  left: calc(50% - 275px);
  top: -65px;
  transform: rotate(-45deg);
  pointer-events: none;
  z-index: 0;
}
.hp-trust-h2 {
  font-family: 'Urbanist', sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 77px;
  letter-spacing: -0.05em;
  position: relative;
  z-index: 1;
  color: #fff;
  margin: 24px 0 16px;
}
.hp-trust-h2 .lime { color: #DAFF50; }
.hp-trust-sub {
  font-family: 'Urbanist', sans-serif;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.05em;
  color: #e6ecd7;
  position: relative;
  z-index: 1;
  max-width: 752px;
  margin: 0 auto 56px;
}
.hp-testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  position: relative;
  z-index: 1;
}
.hp-testi-card {
  box-sizing: border-box;
  background: #000000;
  border: 1px solid #1d1d1d;
  box-shadow: 0px 2px 8px 2px rgba(122,122,122,0.14);
  border-radius: 24px;
  overflow: hidden;
  text-align: left;
}
.hp-testi-quote {
  padding: 32px 28px 28px;
  font-family: 'Urbanist', sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #999D8C;
  border-bottom: 1px solid #55594D;
}
.hp-testi-person { padding: 22px 28px; }
.hp-testi-name { font-family: 'Urbanist'; font-size: 20px; font-weight: 500; color: #fff; margin-bottom: 8px; }
.hp-testi-role { font-family: 'Urbanist'; font-size: 18px; font-weight: 400; line-height: 28px; color: #999D8C; }

/* ── Grass CTA section ── */
.hp-cta-section {
  margin: 0 0;
  position: relative;
  min-height: 769px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hp-cta-bg {
  position: absolute; inset: 0;
  background: url('../images/4689587144a8bdacab6d7838d59f191c1ca0cf3e.png') center/cover no-repeat;
  border-radius: 0 0 78px 78px;
  overflow: hidden;
}
.hp-cta-bg::after {
  content: '';
  position: absolute; inset: 0;
  background: rgba(0,0,0,0.45);
  border-radius: 0 0 78px 78px;
}
.hp-cta-content {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 0 80px;
  max-width: 960px;
}
.hp-cta-h2 {
  font-family: 'Urbanist', sans-serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #fff;
  margin: 0 0 28px;
}
.hp-cta-h2 .lime { color: #DAFF50; }
.hp-cta-sub {
  font-family: 'Urbanist', sans-serif;
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  max-width: 957px;
  margin: 0 auto 48px;
}
.hp-cta-btns { display: flex; gap: 18px; justify-content: center; }
.hp-cta-outline-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #e6ecd7;
  color: #1a1313;
  font-family: 'Urbanist', sans-serif;
  font-size: 20px;
  font-weight: 700;
  border-radius: 4px;
  padding: 16px 47px;
  text-decoration: none;
}

/* ══════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════ */

@media (max-width: 1100px) {
  .hp-hero { min-height: 600px; padding-bottom: 60px; }
  .hp-hero-content { padding: 0 40px; }
  .hp-hero h1 { font-size: 56px; }
  .hp-hero-sub { font-size: 20px; line-height: 30px; }

  .hp-what { padding: 80px 40px; }
  .hp-what-inner { grid-template-columns: 1fr; gap: 48px; }
  .hp-what-h2 { font-size: 44px; }
  .hp-feat-grid { margin-top: 0; grid-template-columns: 1fr 1fr; gap: 20px; }

  .hp-venue { padding: 80px 40px; }
  .hp-venue-inner { grid-template-columns: 1fr; gap: 48px; }
  .hp-venue-h2 { font-size: 44px; }
  .hp-venue-cards { margin-top: 0; }

  .hp-player { padding: 80px 40px; }
  .hp-player-h2 { font-size: 44px; }
  .hp-player-sub { font-size: 20px; }

  .hp-trust { padding: 80px 40px; }
  .hp-trust-h2 { font-size: 44px; }
  .hp-trust-sub { font-size: 20px; }
  .hp-testi-grid { grid-template-columns: 1fr 1fr; gap: 20px; }

  .hp-cta-section { min-height: 560px; }
  .hp-cta-content { padding: 0 40px; }
  .hp-cta-h2 { font-size: 60px; }
  .hp-cta-sub { font-size: 20px; }
}

@media (max-width: 768px) {
  .hp-hero { min-height: 520px; margin-top: -56px; padding-bottom: 48px; }
  .hp-hero-content { padding: 0 20px; }
  .hp-hero h1 { font-size: 42px; line-height: 1.05; letter-spacing: -0.03em; text-align: center; }
  .hp-hero-sub { font-size: 17px; line-height: 26px; max-width: 100%; text-align: center; }
  .hp-hero-btns { flex-direction: column; gap: 12px; align-items: center; }
  .hp-cta-btn { min-width: 200px; }

  .hp-what { padding: 60px 20px; }
  .hp-what-h2 { font-size: 34px; line-height: 1.1; letter-spacing: -0.03em; text-align: center; }
  .hp-what-body { font-size: 17px; text-align: center; }
  .hp-feat-grid { grid-template-columns: 1fr; gap: 16px; }

  .hp-venue { padding: 60px 20px; }
  .hp-venue-h2 { font-size: 34px; line-height: 1.1; letter-spacing: -0.03em; text-align: center; }
  .hp-venue-body { font-size: 17px; text-align: center; }

  .hp-player { padding: 60px 20px; }
  .hp-player-h2 { font-size: 34px; line-height: 1.1; letter-spacing: -0.03em; }
  .hp-player-sub { font-size: 17px; line-height: 26px; }
  .hp-signup-card { padding: 28px 20px 24px; }
  .hp-signup-features { flex-direction: column; gap: 16px; align-items: flex-start; }
  .hp-signup-feat { max-width: 100%; }
  .hp-signup-row, .hp-signup-card .wpcf7-form p { flex-direction: column; gap: 12px; }
  .hp-signup-card .wpcf7-form input[type="submit"] { width: 100%; }
  .hp-signup-card .wpcf7-form input[type="email"] { width: 100%; }

  .hp-trust { padding: 60px 20px; }
  .hp-trust-h2 { font-size: 34px; line-height: 1.1; letter-spacing: -0.03em; text-align: center; }
  .hp-trust-sub { font-size: 17px; line-height: 26px; text-align: center; }
  .hp-testi-grid { grid-template-columns: 1fr; gap: 16px; }

  .hp-cta-section { min-height: auto; padding: 80px 0; }
  .hp-cta-content { padding: 0 20px; }
  .hp-cta-h2 { font-size: 40px; line-height: 1.1; letter-spacing: -0.03em; text-align: center; }
  .hp-cta-sub { font-size: 17px; line-height: 26px; text-align: center; }
  .hp-cta-btns { flex-direction: column; align-items: center; gap: 12px; }
  .hp-cta-outline-btn { width: 100%; max-width: 320px; justify-content: center; padding: 16px 24px; }
  .hp-cta-bg { border-radius: 0 0 40px 40px; }
  .hp-cta-bg::after { border-radius: 0 0 40px 40px; }
}

@media (max-width: 480px) {
  .hp-hero h1 { font-size: 30px; line-height: 1.1; letter-spacing: -0.02em; }
  .hp-hero-sub { font-size: 15px; line-height: 24px; }
  .hp-what-h2, .hp-venue-h2, .hp-player-h2, .hp-trust-h2 { font-size: 26px; line-height: 1.2; letter-spacing: -0.02em; }
  .hp-cta-h2 { font-size: 28px; line-height: 1.15; letter-spacing: -0.02em; }
  .hp-feat-card-title { font-size: 17px; }
  .hp-feat-card-body { font-size: 15px; }
  .hp-testi-quote { font-size: 15px; line-height: 24px; }
  .hp-signup-card .wpcf7-form input[type="submit"] { font-size: 15px; }
  .hp-chip, .hp-chip-dark { font-size: 13px; padding: 6px 12px; }
}
