/* ============================================
   MIGHTY TURF INC. — Global Stylesheet
   mightyturfinc.com
   ============================================ */

/* --- Reset & Base --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --green-dark:  #1a6b2a;
  --green-lime:  #8fd400;
  --green-light: #a8e000;
  --black:       #0e0e0e;
  --surface:     #161616;
  --surface-2:   #1f1f1f;
  --border:      #2a2a2a;
  --text:        #ffffff;
  --text-muted:  #999999;
  --text-dim:    #cccccc;
  --font: 'Inter', system-ui, -apple-system, sans-serif;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  background: var(--black);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.container {
  margin: 0 auto;
  padding: 0 40px;
}

.section { padding: 80px 0; }
.section-sm { padding: 48px 0; }

/* --- Typography --- */
h1, h2 {
  font-family: 'Barlow Condensed', var(--font);
  line-height: 1.1;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
h3, h4 {
  font-family: 'Barlow Condensed', var(--font);
  line-height: 1.15;
  font-weight: 700;
  font-style: italic;
}
h1 { font-size: clamp(48px, 14vw, 200px); font-style: italic; line-height: 0.82; }
h2 { font-size: clamp(32px, 4.5vw, 60px); }
h3 { font-size: clamp(22px, 2.5vw, 32px); }

.eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--green-lime);
  margin-bottom: 24px;
  display: block;
}

.text-lime { color: var(--green-lime); }
.text-muted { color: var(--text-muted); }
.text-dim { color: var(--text-dim); }

/* --- Buttons --- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  transition: all 0.2s;
}

.btn-lime {
  background: var(--green-lime);
  color: #0e0e0e;
}
.btn-lime:hover { background: var(--green-light); transform: translateY(-1px); }

.btn-outline {
  background: transparent;
  color: var(--text);
  border: 1.5px solid var(--border);
}
.btn-outline:hover { border-color: var(--green-lime); color: var(--green-lime); }

/* --- Nav --- */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(14,14,14,0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  padding: 0 40px;
}

.nav-logo img { height: 120px; width: auto; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
  margin-right: auto;
  margin-left: 40px;
}

.nav-links a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--green-lime); }

.nav-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.nav-phone {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.04em;
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
}
.nav-phone:hover { color: var(--green-lime); }

.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}
.nav-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text);
  transition: all 0.2s;
}

/* --- Hero --- */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: 160px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-bg iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 210vh;
  height: 100vh;
  min-width: 100%;
  min-height: 47.62vw;
  transform: translate(-50%, -50%) scale(2.0);
  pointer-events: none;
  filter: brightness(0.5);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(14,14,14,0.6) 0%, rgba(26,107,42,0.15) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.seo-h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
.hero-display, .hero-content .hero-display {
  font-family: 'Barlow Condensed', var(--font);
  font-size: clamp(48px, 14vw, 200px);
  font-style: italic;
  font-weight: 800;
  line-height: 0.82;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin-bottom: 24px;
  text-shadow: 0 2px 20px rgba(0,0,0,0.5);
  color: var(--text);
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}
.cycle-wrap {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
  padding-bottom: 8px;
}

.cycle-word {
  display: inline-block;
  color: var(--green-lime);
}

.cycle-char {
  display: inline-block;
  transform-origin: center bottom;
}

.hero-content h1 span { color: var(--green-lime); }

.hero-tagline {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.15em;
  color: rgba(255,255,255,0.2);
  padding-top: 52px;
  margin: 0 auto;
  text-align: center;
  max-width: none;
  white-space: nowrap;
  transform: scale(0.6);
  transform-origin: center;
}

.hero-content p {
  font-size: clamp(16px, 2vw, 20px);
  color: var(--text-dim);
  margin-bottom: 36px;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}

.hero-btns {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.hero-badge {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 2;
  display: flex;
  gap: 16px;
}

.badge {
  background: rgba(14,14,14,0.85);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 12px 16px;
  text-align: center;
  backdrop-filter: blur(8px);
}

.badge-icon { font-size: 20px; margin-bottom: 4px; }
.badge-label { font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-muted); }
.badge-value { font-size: 13px; font-weight: 700; color: var(--green-lime); }

/* Hero cert badges */
.hero-certs {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 36px;
  flex-wrap: wrap;
}
.hero-cert-img {
  height: 60px;
  width: auto;
  object-fit: contain;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  backdrop-filter: blur(10px);
  padding: 10px 16px;
  border-radius: 10px;
}

.cert-label {
  background: var(--surface);
  border-top: 1px solid var(--border);
  padding: 16px 0 0;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.25);
}

/* Cert marquee */
.cert-marquee {
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  padding: 36px 0;
  position: relative;
  overflow: hidden;
}

/* Center glow spotlight */
.cert-marquee::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 100%;
  background: radial-gradient(ellipse at center, rgba(143,212,0,0.08) 0%, transparent 70%);
  pointer-events: none;
  z-index: 2;
}
.cert-track-wrap {
  overflow: visible;
  padding: 10px 0;
}
.cert-track {
  display: flex;
  align-items: center;
  width: max-content;
  will-change: transform;
  /* animation set by JS after cloning */
}
.cert-track a {
  flex-shrink: 0;
  margin-right: 56px;
  display: inline-block;
}
.cert-track img {
  height: 48px;
  width: auto;
  object-fit: contain;
  flex-shrink: 0;
  opacity: 0.3;
  transition: filter 0.3s;
  cursor: pointer;
  will-change: transform, opacity, filter;
}
.cert-track > img {
  margin-right: 56px;
  cursor: default;
}
.cert-track a:hover img {
  opacity: 1 !important;
  filter: drop-shadow(0 0 14px rgba(143,212,0,0.5)) !important;
}
@keyframes marquee {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(-50%, 0, 0); }
}

/* --- Trust Bar --- */
.trust-bar {
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 0;
}

.trust-bar-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  divide-x: 1px solid var(--border);
}

.trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  padding: 24px 20px;
  border-right: 1px solid var(--border);
}
.trust-item:last-child { border-right: none; }

.trust-icon {
  width: 48px;
  height: 48px;
  background: rgba(143,212,0,0.1);
  border: 1px solid rgba(143,212,0,0.25);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}

.trust-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 2px;
}

.trust-desc {
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.4;
}

/* --- Why Section (scroll-reveal rows) --- */
.why-section {
  position: relative;
  background: var(--black);
  overflow: hidden;
  padding: 100px 0;
  border-top: 1px solid var(--border);
}
.why-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 30% 20%, rgba(143,212,0,0.07) 0%, transparent 50%),
    radial-gradient(ellipse at 70% 80%, rgba(26,107,42,0.12) 0%, transparent 50%),
    radial-gradient(ellipse at 50% 50%, rgba(143,212,0,0.04) 0%, transparent 60%);
  pointer-events: none;
}

#fiberCanvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  pointer-events: none;
  display: block;
}

.why-header {
  text-align: center;
  padding: 0 40px 60px;
  position: relative;
}
.why-header h2 {
  margin-top: 12px;
  font-size: clamp(32px, 5vw, 56px);
}

/* Alternating rows */
.why-row {
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 60px 80px;
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(255,255,255,0.04);
}
.why-row--left { flex-direction: row; }
.why-row--right { flex-direction: row-reverse; }
.why-row--left .why-text { text-align: left; }
.why-row--right .why-text { text-align: right; }

.why-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(100px, 14vw, 200px);
  font-weight: 900;
  font-style: italic;
  line-height: 0.8;
  color: rgba(143,212,0,0.06);
  user-select: none;
  flex-shrink: 0;
  min-width: 180px;
  text-align: center;
}

.why-text {
  flex: 1;
  max-width: 600px;
}

.why-text .tag {
  display: inline-block;
  background: rgba(143,212,0,0.1);
  border: 1px solid rgba(143,212,0,0.25);
  color: var(--green-lime);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 3px;
  margin-bottom: 16px;
}

.why-text h3 {
  font-size: clamp(26px, 3.5vw, 44px);
  margin-bottom: 16px;
  line-height: 1.05;
}

.why-text p {
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.8;
}


/* --- Products --- */
.products-section { background: var(--surface); }

.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 48px;
}

.product-card {
  background: var(--black);
  border: 1px solid var(--border);
  border-radius: 6px;
  overflow: hidden;
  transition: border-color 0.2s, transform 0.2s;
}
.product-card:hover { border-color: var(--green-lime); transform: translateY(-2px); }

.product-img {
  height: 160px;
  background: var(--surface-2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
  border-bottom: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}

.product-img::after {
  content: attr(data-label);
}

.product-img--landscape { background: linear-gradient(160deg, #1a2b1c 0%, #0e1a0f 100%); }
.product-img--pet       { background: linear-gradient(160deg, #1c2118 0%, #111a0d 100%); }
.product-img--sports    { background: linear-gradient(160deg, #0d1f2d 0%, #091520 100%); }
.product-img--putting   { background: linear-gradient(160deg, #1a1f10 0%, #0f1509 100%); }

.product-body { padding: 20px; }
.product-body h3 { font-size: 16px; margin-bottom: 6px; }
.product-body p { font-size: 13px; color: var(--text-muted); margin-bottom: 14px; }
.product-link {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--green-lime);
}
.product-link:hover { color: var(--green-light); }

/* --- Fiber / Quality Section --- */
.fiber-section { background: var(--black); position: relative; overflow: hidden; contain: layout style; }

.fiber-section .container {
  position: relative;
  z-index: 2;
  text-shadow: 0 2px 20px rgba(0,0,0,0.7), 0 0 40px rgba(0,0,0,0.5);
}

#grassCanvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  pointer-events: none;
  opacity: 0.7;
  z-index: 1;
  display: block;
}

.fiber-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.fiber-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
}

.fiber-orb--1 {
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(143,212,0,0.45) 0%, transparent 65%);
  top: -250px;
  left: -200px;
  animation: orb1 22s ease-in-out infinite;
}

.fiber-orb--2 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(40,180,70,0.5) 0%, transparent 65%);
  bottom: -150px;
  right: 5%;
  animation: orb2 28s ease-in-out infinite;
}

.fiber-orb--3 {
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(143,212,0,0.35) 0%, transparent 65%);
  top: 40%;
  right: 20%;
  animation: orb3 18s ease-in-out infinite;
}

@keyframes orb1 {
  0%, 100% { transform: translate(0, 0); }
  30%       { transform: translate(120px, 80px); }
  65%       { transform: translate(40px, 160px); }
}

@keyframes orb2 {
  0%, 100% { transform: translate(0, 0); }
  40%       { transform: translate(-100px, -80px); }
  70%       { transform: translate(60px, -140px); }
}

@keyframes orb3 {
  0%, 100% { transform: translate(0, 0); }
  50%       { transform: translate(-140px, 60px); }
}

.fiber-header {
  text-align: center;
  max-width: 100%;
  margin: 0 auto 56px;
}
.fiber-header h2 { margin: 12px 0 20px; font-size: clamp(48px, 8vw, 130px); line-height: 0.9; }
.fiber-header h2 .text-lime { display: block; }
.fiber-header p { font-size: 16px; color: var(--text-dim); line-height: 1.8; max-width: 640px; margin-left: auto; margin-right: auto; }


.fiber-stats {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.fiber-stats-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
}

.fiber-stat {
  text-align: center;
  transform-style: preserve-3d;
}

/* Typewriter cursor blink */
@keyframes cursor-blink {
  0%, 100% { border-color: rgba(143,212,0,0.6); }
  50% { border-color: transparent; }
}
.video-section h2[style*="border-right"] {
  animation: cursor-blink 0.7s step-end infinite;
}

.fiber-stat-num {
  display: block;
  font-family: 'Barlow Condensed', var(--font);
  font-size: 48px;
  font-weight: 900;
  font-style: italic;
  color: var(--green-lime);
  line-height: 1;
  text-shadow: 0 0 30px rgba(143,212,0,0.3);
}

.fiber-stat-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-top: 6px;
}

.fiber-stat-divider {
  width: 1px;
  height: 44px;
  background: rgba(143,212,0,0.2);
  flex-shrink: 0;
}

.fiber-stat-cta { }

/* --- Product Gallery --- */
.product-gallery { background: var(--black); }

.gallery-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 48px;
}

.gallery-title {
  font-size: clamp(32px, 4.5vw, 60px);
  line-height: 1;
  margin-top: 12px;
}

.gallery-header-right {
  max-width: 380px;
  flex-shrink: 0;
  padding-bottom: 4px;
}

.gallery-header-right p {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 16px;
}

.gallery-view-all {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--green-lime);
  transition: color 0.2s;
}
.gallery-view-all:hover { color: var(--green-light); }

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.gallery-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  transition: border-color 0.25s, transform 0.25s;
}
.gallery-card:hover {
  border-color: rgba(143,212,0,0.5);
  transform: translateY(-4px);
}

.gallery-img {
  position: relative;
  height: 260px;
  overflow: hidden;
}

.gallery-img--landscape {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(80,160,60,0.25) 0%, transparent 65%),
    linear-gradient(175deg, #1f4a22 0%, #0d1f0f 55%, #122016 100%);
}
.gallery-img--pet {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(100,180,50,0.2) 0%, transparent 65%),
    linear-gradient(175deg, #243d18 0%, #101a0b 55%, #1a2f12 100%);
}
.gallery-img--sports {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(40,160,80,0.25) 0%, transparent 65%),
    linear-gradient(175deg, #0e3320 0%, #071510 55%, #0d2418 100%);
}
.gallery-img--putting {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(120,200,40,0.2) 0%, transparent 65%),
    linear-gradient(175deg, #1e3d14 0%, #0f1f0c 55%, #172e11 100%);
}

/* turf-blade texture overlay */
.gallery-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      92deg,
      transparent 0px,
      transparent 5px,
      rgba(0,0,0,0.06) 5px,
      rgba(0,0,0,0.06) 6px
    ),
    repeating-linear-gradient(
      180deg,
      transparent 0px,
      transparent 14px,
      rgba(255,255,255,0.025) 14px,
      rgba(255,255,255,0.025) 15px
    );
  pointer-events: none;
}

.gallery-badge {
  position: absolute;
  bottom: 14px;
  left: 14px;
  z-index: 2;
  background: rgba(14,14,14,0.82);
  border: 1px solid rgba(255,255,255,0.14);
  backdrop-filter: blur(8px);
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--text-dim);
  white-space: nowrap;
}

.gallery-badge--lime {
  background: rgba(143,212,0,0.14);
  border-color: rgba(143,212,0,0.4);
  color: var(--green-lime);
}

.gallery-body { padding: 24px; }

.gallery-body h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: var(--text);
}

.gallery-body p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 18px;
}

/* --- Video Section --- */
.video-section {
  background: var(--black);
  position: relative;
  overflow: hidden;
}
.video-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 60%, rgba(143,212,0,0.05) 0%, transparent 55%),
    radial-gradient(ellipse at 80% 30%, rgba(26,107,42,0.08) 0%, transparent 45%);
  pointer-events: none;
}
.video-section .container { position: relative; z-index: 2; }

.video-section-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 48px;
}
.video-section .section-header {
  max-width: 600px;
  margin-bottom: 0;
}
.video-section-logo {
  flex-shrink: 0;
}
.video-section-logo img {
  width: 320px;
  opacity: 0.9;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(143,212,0,0.15);
  box-shadow: 0 0 60px rgba(143,212,0,0.06), 0 20px 60px rgba(0,0,0,0.4);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.video-wrapper:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 80px rgba(143,212,0,0.1), 0 30px 80px rgba(0,0,0,0.5);
}
.video-wrapper iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
}

.video-poster {
  position: absolute;
  inset: 0;
  cursor: pointer;
  z-index: 2;
  overflow: hidden;
}
.video-poster-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
  transition: transform 0.6s ease;
}
.video-poster:hover .video-poster-thumb {
  transform: scale(1.03);
}

.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--green-lime);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 0 0 0 rgba(143,212,0,0.4);
  animation: play-pulse 2s ease-in-out infinite;
}
@keyframes play-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(143,212,0,0.4); }
  50% { box-shadow: 0 0 0 18px rgba(143,212,0,0); }
}
.video-play-btn:hover {
  transform: translate(-50%, -50%) scale(1.12);
  box-shadow: 0 0 30px rgba(143,212,0,0.4);
  animation: none;
}
.video-play-btn svg { width: 28px; height: 28px; margin-left: 3px; }

/* --- Locations --- */
.locations-section { background: var(--surface); position: relative; overflow: hidden; }

#mapCanvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  pointer-events: none;
  display: block;
}

.locations-section .container { position: relative; z-index: 2; }

.locations-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 48px;
}

.hp-map-heading {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 36px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  margin-top: 56px;
  margin-bottom: 0;
  color: #fff;
  letter-spacing: 0.02em;
}

.hp-map {
  width: 100%;
  height: 500px;
  margin-top: 16px;
  border-radius: 8px;
  border: 1px solid var(--border);
  overflow: hidden;
  position: relative;
}
.hp-map .mapboxgl-popup-content {
  background: #0e0e0e;
  color: #fff;
  border: 1px solid rgba(143,212,0,0.3);
  border-radius: 6px;
  padding: 6px 12px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 4px 16px rgba(0,0,0,0.6);
}
.hp-map .mapboxgl-popup-tip { border-top-color: #0e0e0e; }
.hp-map-scroll-hint {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(14,14,14,0.6);
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
  z-index: 20;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
  border-radius: 8px;
}

.hp-map-label {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: rgba(14,14,14,0.85);
  color: var(--green-lime);
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.06em;
  padding: 8px 16px;
  border-radius: 4px;
  z-index: 10;
  pointer-events: none;
  transition: opacity 0.4s;
}

.location-card {
  background: var(--black);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 28px 24px;
  transition: border-color 0.2s;
}
.location-card:hover { border-color: var(--green-lime); }
.location-card h3 { font-size: 18px; margin-bottom: 8px; }
.location-card p { font-size: 13px; color: var(--text-muted); margin-bottom: 16px; line-height: 1.6; }
.location-link {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--green-lime);
}

/* --- CTA Band --- */
.cta-band {
  background: var(--black);
  padding: 120px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(143,212,0,0.08) 0%, transparent 60%),
    radial-gradient(ellipse at 20% 80%, rgba(26,107,42,0.12) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 20%, rgba(143,212,0,0.06) 0%, transparent 50%);
}

.cta-band-content { position: relative; z-index: 1; }
.cta-band h2 {
  margin-bottom: 20px;
  font-size: clamp(36px, 5vw, 72px);
  background: linear-gradient(90deg, rgba(255,255,255,0.4) 0%, #fff 20%, var(--green-lime) 50%, #fff 80%, rgba(255,255,255,0.4) 100%);
  background-size: 200% 100%;
  background-position: 0% center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.cta-band p { color: rgba(255,255,255,0.6); font-size: 18px; margin-bottom: 40px; max-width: 500px; margin-left: auto; margin-right: auto; }
.cta-band .btn-lime {
  font-size: 16px;
  padding: 18px 48px;
  border-radius: 6px;
  box-shadow: 0 0 40px rgba(143,212,0,0.25), 0 4px 20px rgba(0,0,0,0.3);
  transition: all 0.3s;
}
.cta-band .btn-lime:hover {
  box-shadow: 0 0 60px rgba(143,212,0,0.4), 0 6px 30px rgba(0,0,0,0.4);
  transform: translateY(-2px);
}
.cta-band .sub { font-size: 13px; color: rgba(255,255,255,0.35); margin-top: 20px; }
.cta-band .sub a { color: rgba(255,255,255,0.5); transition: color 0.2s; }
.cta-band .sub a:hover { color: var(--green-lime); }

/* --- Footer --- */
.footer {
  background: var(--surface);
  border-top: 1px solid var(--border);
  padding: 56px 0 32px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}

.footer-logo img { height: 44px; margin-bottom: 16px; }
.footer-logo p { font-size: 13px; color: var(--text-muted); line-height: 1.7; max-width: 280px; }

.footer-col h4 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 16px;
}

.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a {
  font-size: 13px;
  color: var(--text-dim);
  transition: color 0.2s;
}
.footer-col ul li a:hover { color: var(--green-lime); }

.footer-bottom {
  padding-top: 24px;
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: var(--text-muted);
}

.footer-certs {
  display: flex;
  gap: 12px;
}

.footer-credit {
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-credit:hover { color: var(--green-lime); }
.footer-sep {
  margin: 0 6px;
  opacity: 0.5;
}

.cert-badge {
  background: var(--black);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 4px 10px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--green-lime);
}

/* --- Responsive --- */
@media (max-width: 1024px) {
  .fiber-stats { flex-wrap: wrap; gap: 24px; }
  .fiber-stat-cta { margin-left: 0; width: 100%; display: flex; justify-content: center; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-header { flex-direction: column; align-items: flex-start; gap: 24px; }
  .gallery-header-right { max-width: 100%; }
  .trust-bar-inner { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: none; }
  .trust-item:nth-child(3) { border-top: 1px solid var(--border); }
  .trust-item:nth-child(4) { border-top: 1px solid var(--border); border-right: none; }
  /* why-slide overrides removed — carousel handles all sizes now */
  /* why overrides removed — carousel base styles handle 1024px */
  .products-grid { grid-template-columns: repeat(2, 1fr); }
  .locations-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}

@media (max-width: 768px), (max-width: 1024px) and (max-height: 500px) {
  .nav-links, .nav-right { display: none; }
  .nav-hamburger { display: flex; }
  .section { padding: 56px 0; }
  .hero { min-height: 0; height: auto; padding-top: 100px; padding-bottom: 30px; overflow: hidden; align-items: flex-start; }
  .hero-tagline { padding-top: 24px; }
  .hero .container { padding: 0 20px; }
  .hero-badge { display: none; }
  .hero-content { padding: 0; overflow: hidden; }
  .hero-display, .hero-content .hero-display { font-size: 13vw; line-height: 0.88; }
  .hero-overlay { background: linear-gradient(135deg, rgba(14,14,14,0.8) 0%, rgba(26,107,42,0.3) 100%); }
  .hero-content p { font-size: 15px; max-width: 100%; }
  .hero-tagline { white-space: normal; transform: none; font-size: 9px; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-img { height: 200px; }
  #grassCanvas { opacity: 0.45; }
  .fiber-stats-row { gap: 16px; }
  .fiber-stat-num { font-size: 22px; }
  .fiber-stat-label { font-size: 9px; letter-spacing: 0.08em; }
  .fiber-stat-divider { height: 28px; }
  /* Mobile why tweaks */
  .video-section-logo { display: none; }
  .why-section { padding: 60px 0; }
  .why-row { flex-direction: column !important; gap: 16px; padding: 40px 20px; text-align: center !important; overflow: hidden; }
  .why-row .why-text { text-align: center !important; }
  .why-num { font-size: 64px; min-width: auto; order: -1; width: 100%; }
  .products-grid { grid-template-columns: 1fr; }
  .locations-grid { grid-template-columns: 1fr; }
  .trust-bar-inner { grid-template-columns: 1fr 1fr; }
  .trust-item { border-right: none; border-bottom: 1px solid var(--border); }
  .trust-item:last-child { border-bottom: none; }
  .trust-item:nth-child(2) { border-bottom: 1px solid var(--border); }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
}
