/* ================================================
   HOME PAGE — Hero + Video Reel + Numbers + CTA
   ================================================ */

/* --- HERO --- */
.hero {
  position: relative; min-height: 100vh;
  display: flex; align-items: center;
  padding: 120px 24px 80px;
  max-width: 1200px; margin: 0 auto;
}
.hero__grid-bg {
  position: absolute; inset: -100px;
  background-image:
    linear-gradient(rgba(26, 92, 58, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26, 92, 58, .05) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse at 50% 40%, black 20%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse at 50% 40%, black 20%, transparent 70%);
  pointer-events: none;
}
.hero__radial {
  position: absolute; top: -200px; left: 50%;
  transform: translateX(-50%);
  width: 900px; height: 900px;
  background: radial-gradient(circle, rgba(26, 92, 58, .04) 0%, transparent 60%);
  pointer-events: none;
}
.hero__content { flex: 1; position: relative; z-index: 2; }
.hero__eyebrow { margin-bottom: 24px; }
.hero__h1 {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 6vw, 5rem);
  font-weight: 700; line-height: 1.05;
  letter-spacing: -2px; margin-bottom: 24px;
}
.hero__h1--accent {
  background: linear-gradient(135deg, #1a5c3a 0%, #2d8a4e 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero__sub {
  font-size: 1.15rem; color: var(--gray-2);
  line-height: 1.7; max-width: 520px; margin-bottom: 36px;
}
.hero__actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hide-mob { display: inline; }

/* Logo orbital */
.hero__logo-wrap {
  position: relative; flex: 0 0 auto;
  width: 680px; height: 680px;
  display: flex; align-items: center; justify-content: center;
  margin-left: 20px;
}
.hero__logo {
  width: 640px; height: 640px; object-fit: contain;
  filter: drop-shadow(0 0 40px rgba(26, 92, 58, .12));
  position: relative; z-index: 2;
}
.hero__logo-ring {
  position: absolute; inset: 0;
  border: 1px solid rgba(26, 92, 58, .15);
  border-radius: 50%;
  animation: spin 25s linear infinite;
}
.hero__logo-ring::before {
  content: ''; position: absolute;
  top: -3px; left: 50%;
  width: 6px; height: 6px;
  background: var(--accent); border-radius: 50%;
  box-shadow: 0 0 12px rgba(26, 92, 58, .4);
}
.hero__logo-ring--2 {
  inset: 30px;
  border-color: rgba(26, 92, 58, .1);
  animation-direction: reverse; animation-duration: 18s;
}
.hero__logo-ring--2::before {
  background: rgba(26, 92, 58, .5);
  box-shadow: 0 0 8px rgba(26, 92, 58, .4);
}
@keyframes spin { to { transform: rotate(360deg); } }

/* Scroll cue */
.hero__scroll-cue {
  position: absolute; bottom: 32px; left: 50%;
  transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center;
  gap: 8px; color: var(--gray-3);
  font-size: .7rem; font-weight: 500;
  letter-spacing: 2px; text-transform: uppercase;
  transition: opacity .4s;
}
.hero__scroll-cue.hidden { opacity: 0; }
.hero__scroll-line {
  width: 1px; height: 48px;
  background: linear-gradient(to bottom, var(--accent), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%, 100% { opacity: .3; transform: scaleY(.6); }
  50%      { opacity: 1;  transform: scaleY(1); }
}

/* --- VIDEO REEL --- */
.reel { position: relative; }
.reel__track { height: 500vh; position: relative; }
.reel__sticky {
  position: sticky; top: 0; height: 100vh;
  width: 100%; overflow: hidden;
}
.reel__sticky video {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
}
.reel__overlay {
  position: absolute; inset: 0; z-index: 2;
  background:
    linear-gradient(to bottom, rgba(255,255,255,.8) 0%, transparent 8%),
    linear-gradient(to top, rgba(255,255,255,.8) 0%, transparent 8%),
    linear-gradient(to right, rgba(255,255,255,.6) 0%, transparent 30%, transparent 70%, rgba(255,255,255,.6) 100%);
}
.reel__title {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  text-align: center; z-index: 3;
  transition: opacity .3s;
}
.reel__title .reel__tag {
  display: block; font-family: var(--mono);
  font-size: .75rem; letter-spacing: 3px;
  text-transform: uppercase; color: var(--accent);
  margin-bottom: 12px;
}
.reel__title h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700; letter-spacing: -1px;
}
.reel__title.hidden { opacity: 0; }

.reel__panels {
  position: absolute; inset: 0; z-index: 4;
  pointer-events: none;
}
.reel__panel {
  position: absolute;
  left: clamp(24px, 5vw, 80px); top: 50%;
  transform: translateY(-50%) translateX(-40px);
  opacity: 0; max-width: 440px; width: calc(100% - 48px);
  pointer-events: auto;
  transition: opacity .35s var(--ease), transform .45s var(--ease);
}
.reel__panel.active {
  opacity: 1; transform: translateY(-50%) translateX(0);
}
.reel__num {
  font-family: var(--mono); font-size: .75rem;
  color: var(--accent); letter-spacing: 2px;
  display: block; margin-bottom: 12px;
}
.reel__panel h3 {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 700; letter-spacing: -1px;
  margin-bottom: 14px; line-height: 1.1;
}
.reel__panel p {
  color: var(--gray-1); font-size: .95rem;
  line-height: 1.7; margin-bottom: 20px;
}
.reel__tags { display: flex; gap: 8px; flex-wrap: wrap; }
.reel__tags span {
  padding: 5px 14px; border-radius: 8px;
  background: rgba(26, 92, 58, .06);
  border: 1px solid var(--gray-4);
  font-family: var(--mono); font-size: .75rem; color: var(--gray-2);
}

.reel__dots {
  position: absolute;
  right: clamp(16px, 3vw, 48px); top: 50%;
  transform: translateY(-50%);
  display: flex; flex-direction: column; gap: 12px;
  z-index: 5;
}
.reel__dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--gray-4); transition: all .3s var(--ease);
}
.reel__dot.active {
  background: var(--accent);
  box-shadow: 0 0 10px rgba(26, 92, 58, .3);
  transform: scale(1.3);
}
.reel__progress {
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 2px; background: var(--gray-5); z-index: 5;
}
.reel__progress-fill {
  height: 100%; width: 0%;
  background: var(--accent); transition: width .05s linear;
}

/* --- NUMBERS --- */
.numbers {
  padding: 80px 24px;
  border-top: 1px solid var(--gray-5);
  border-bottom: 1px solid var(--gray-5);
  background: var(--bg-2);
}
.numbers__inner {
  max-width: 1000px; margin: 0 auto;
  display: flex; align-items: center;
  justify-content: space-between; gap: 24px;
}
.numbers__item { text-align: center; flex: 1; }
.numbers__value {
  display: block; font-family: var(--font-display);
  font-size: clamp(2.4rem, 4vw, 3.5rem);
  font-weight: 700; letter-spacing: -1px;
}
.numbers__label {
  display: block; font-size: .8rem;
  color: var(--gray-3); font-weight: 500; margin-top: 4px;
}
.numbers__sep {
  width: 1px; height: 48px;
  background: var(--gray-4); flex-shrink: 0;
}

/* --- QUICK CTA --- */
.home-cta {
  padding: 120px 24px;
  text-align: center;
}
.home-cta p {
  color: var(--gray-2); font-size: 1.1rem;
  margin-top: 16px; margin-bottom: 36px;
}
.home-cta__actions {
  display: flex; gap: 14px;
  justify-content: center; flex-wrap: wrap;
}

/* --- RESPONSIVE --- */
@media (max-width: 1024px) {
  .hero { flex-direction: column; text-align: center; padding-top: 100px; gap: 40px; }
  .hero__sub { margin: 0 auto 36px; }
  .hero__actions { justify-content: center; }
  .hero__logo-wrap { margin-left: 0; width: 400px; height: 400px; }
  .hero__logo { width: 360px; height: 360px; }
}
@media (max-width: 768px) {
  .hide-mob { display: none; }
  .hero { padding: 100px 16px 60px; }
  .hero__h1 { font-size: 2rem; letter-spacing: -1px; }
  .hero__sub { font-size: 1rem; }
  .hero__actions { flex-direction: column; align-items: center; gap: 10px; }
  .hero__actions .btn { width: 100%; justify-content: center; }
  .hero__logo-wrap { width: 300px; height: 300px; }
  .hero__logo { width: 270px; height: 270px; }
  .hero__scroll-cue { display: none; }
  .numbers__inner { flex-direction: column; gap: 32px; }
  .numbers__sep { width: 48px; height: 1px; }
  .reel__panel { max-width: 100%; left: 16px; width: calc(100% - 32px); }
  .reel__panel h3 { font-size: 1.4rem; }
  .reel__dots { right: 12px; }
  .home-cta .section-h2 { font-size: 1.6rem; }
  .home-cta .btn { width: 100%; justify-content: center; }
}
@media (max-width: 480px) {
  .hero__h1 { font-size: 1.7rem; }
  .hero__logo-wrap { width: 240px; height: 240px; }
  .hero__logo { width: 210px; height: 210px; }
  .numbers__value { font-size: 2rem; }
}
