:root {
  --bg: #f7faf8;
  --surface: rgba(255, 255, 255, 0.9);
  --text: #132033;
  --text-muted: #617084;
  --line: rgba(15, 23, 42, 0.08);
  --primary: #0f7a55;
  --primary-soft: rgba(15, 122, 85, 0.12);
  --amber: #f5a524;
  --amber-soft: rgba(245, 165, 36, 0.14);
  --blue: #3d74f6;
  --blue-soft: rgba(61, 116, 246, 0.12);
  --purple: #8b5cf6;
  --purple-soft: rgba(139, 92, 246, 0.12);
  --shadow-lg: 0 24px 70px rgba(19, 32, 51, 0.1);
  --shadow-md: 0 14px 32px rgba(19, 32, 51, 0.08);
  --shadow-sm: 0 10px 18px rgba(19, 32, 51, 0.06);
  --radius-xl: 28px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: 1200px;
  --header-height: 92px;
  /* dynamic orb colours (keep as before) */
  --orb-left-color: rgba(245, 165, 36, 0.28);
  --orb-right-color: rgba(15, 122, 85, 0.22);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at top left, rgba(245, 165, 36, 0.08), transparent 28%),
    radial-gradient(circle at top right, rgba(15, 122, 85, 0.08), transparent 30%),
    var(--bg);
  color: var(--text);
  font-family: "Inter", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.page-shell {
  position: relative;
  overflow: clip;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  padding: 1.2rem 0;
  background: transparent;
  box-shadow: none;
  border: 0;
  pointer-events: none;
  transition:
    padding 240ms ease,
    transform 240ms ease;
}

.site-header.is-scrolled {
  padding: 0.7rem 0;
}

.header-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  pointer-events: auto;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
  backdrop-filter: blur(0);
  transition:
    width 260ms cubic-bezier(0.2, 1, 0.3, 1),
    padding 260ms cubic-bezier(0.2, 1, 0.3, 1),
    background-color 260ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease,
    backdrop-filter 260ms ease,
    transform 260ms cubic-bezier(0.2, 1, 0.3, 1);
}

/* ===== HEADER (redesigned with stacked brand & scrolled text) ===== */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  padding: 1.2rem 0;
  background: transparent;
  pointer-events: none;
  transition: padding 240ms ease;
}

.site-header.is-scrolled {
  padding: 0.7rem 0;
}

.header-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  pointer-events: auto;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  transition: width 260ms cubic-bezier(0.2, 1, 0.3, 1),
              padding 260ms cubic-bezier(0.2, 1, 0.3, 1),
              background-color 260ms ease,
              border-color 260ms ease,
              box-shadow 260ms ease,
              backdrop-filter 260ms ease,
              transform 260ms cubic-bezier(0.2, 1, 0.3, 1);
}

/* Scrolled pill state */
.site-header.is-scrolled .header-inner {
  width: min(860px, calc(100% - 1.5rem));
  padding: 0.72rem 1.1rem;
  border-color: rgba(255, 255, 255, 0.58);
  background: rgba(248, 251, 249, 0.74);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transform: translateY(0) scale(0.985);
  /* Remove box-shadow if you don't want it – already removed in earlier request */
  box-shadow: none;
}

/* Brand container */
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  transition: gap 220ms ease;
  text-decoration: none;
  color: inherit;
}

/* Brand container */
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  transition: gap 220ms ease;
  text-decoration: none;
  color: inherit;
}

/* Icon (lightning square) */
.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.85rem;
  background: linear-gradient(135deg, var(--primary), #2bab7d);
  color: #fff;
  box-shadow: 0 12px 24px rgba(15, 122, 85, 0.24);
  transition: width 220ms ease, height 220ms ease,
              border-radius 220ms ease, box-shadow 220ms ease;
}
.brand-mark svg {
  width: 1.4rem;
  height: 1.4rem;
}

/* Stacked text wrapper */
.brand-text-wrapper {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

/* Default block (visible when not scrolled) */
.brand-default {
  display: flex;
  flex-direction: column;
}

.brand-wordmark {
  font-family: "Sora", sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.brand-subtext {
  font-family: "Inter", sans-serif;
  font-size: 0.65rem;
  font-weight: 500;
  color: var(--text-muted);
  letter-spacing: 0;
  margin-top: 0.1rem;
}

/* Hide subtext by default in the header */
.brand-default .brand-subtext {
  display: none;
}

/* Show subtext on hover over the entire brand area */
.brand:hover .brand-default .brand-subtext {
  display: block;
}

/* Scrolled block (hidden by default) */
.brand-scrolled {
  display: none;
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  white-space: nowrap;
  color: var(--text);
}



/* When header is scrolled (pill state) */
.site-header.is-scrolled .brand-default {
  display: none;
}
.site-header.is-scrolled .brand-scrolled {
  display: block;
}

/* Adjust icon size on scroll */
.site-header.is-scrolled .brand {
  gap: 0.6rem;
}
.site-header.is-scrolled .brand-mark {
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 0.78rem;
  box-shadow: 0 8px 18px rgba(15, 122, 85, 0.2);
}
.site-header.is-scrolled .brand-mark svg {
  width: 1.2rem;
  height: 1.2rem;
}

/* Navigation menu */
.site-nav {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  color: var(--text-muted);
  font-weight: 600;
  transition: gap 220ms ease;
}

.site-nav a {
  transition: color 180ms ease;
}
.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--text);
}

/* Mobile menu toggle (unchanged) */
.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.3rem;
  width: 2.9rem;
  height: 2.9rem;
  border: 1px solid var(--line);
  border-radius: 0.95rem;
  background: rgba(255, 255, 255, 0.82);
  color: var(--text);
  box-shadow: var(--shadow-sm);
}
.site-header.is-scrolled .menu-toggle {
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(15, 23, 42, 0.08);
}
.menu-toggle span:not(.sr-only) {
  width: 1.1rem;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 160ms ease, opacity 160ms ease;
}
.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  transform: translateY(7px) rotate(45deg);
}
.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  opacity: 0;
}
.menu-toggle[aria-expanded="true"] span:nth-child(4) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Adjust nav button on scroll */
.nav-button {
  min-height: 2.9rem;
  padding-inline: 1.3rem;
}
.site-header.is-scrolled .site-nav {
  gap: 1.15rem;
}
.site-header.is-scrolled .nav-button {
  min-height: 2.55rem;
  padding-inline: 1.12rem;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--text);
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.3rem;
  width: 2.9rem;
  height: 2.9rem;
  border: 1px solid var(--line);
  border-radius: 0.95rem;
  background: rgba(255, 255, 255, 0.82);
  color: var(--text);
  box-shadow: var(--shadow-sm);
}

.site-header.is-scrolled .menu-toggle {
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(15, 23, 42, 0.08);
}

.nav-button {
  min-height: 2.9rem;
  padding-inline: 1.3rem;
}

.site-header.is-scrolled .brand {
  gap: 0.6rem;
  font-size: 1.04rem;
}

.site-header.is-scrolled .brand-mark {
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 0.78rem;
  box-shadow: 0 8px 18px rgba(15, 122, 85, 0.2);
}

.site-header.is-scrolled .site-nav {
  gap: 1.15rem;
}

.site-header.is-scrolled .nav-button {
  min-height: 2.55rem;
  padding-inline: 1.12rem;
}

.site-header.no-transition,
.site-header.no-transition * {
  transition: none !important;
  animation: none !important;
}

.site-header.is-intro-pill .header-inner {
  width: min(860px, calc(100% - 1.5rem));
  padding: 0.72rem 1.1rem;
  border-color: rgba(255, 255, 255, 0.58);
  background: rgba(248, 251, 249, 0.74);
  box-shadow:
    0 18px 36px rgba(19, 32, 51, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transform: translateY(0) scale(0.985);
}

.site-header.is-intro-pill .brand {
  gap: 0.6rem;
  font-size: 1.04rem;
}

.site-header.is-intro-pill .brand-mark {
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 0.78rem;
  box-shadow: 0 8px 18px rgba(15, 122, 85, 0.2);
}

.site-header.is-intro-pill .site-nav {
  gap: 1.15rem;
}

.site-header.is-intro-pill .nav-button {
  min-height: 2.55rem;
  padding-inline: 1.12rem;
}

.menu-toggle span:not(.sr-only) {
  width: 1.1rem;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition:
    transform 160ms ease,
    opacity 160ms ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(4) {
  transform: translateY(-7px) rotate(-45deg);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 3.35rem;
  padding: 0.9rem 1.4rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  letter-spacing: -0.02em;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button svg {
  width: 1rem;
  height: 1rem;
}

.button-primary {
  background: linear-gradient(135deg, var(--primary), #29a76e);
  color: #fff;
  box-shadow: 0 16px 24px rgba(15, 122, 85, 0.24);
}

.button-secondary {
  border: 1px solid rgba(15, 122, 84, 0.089);   /* subtle green outline */
  background: rgba(255, 255, 255, 0.82);        /* frosted white background */
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  color: var(--text);                           /* dark text (blackish) */
  box-shadow: none;
  transition: all 0.2s ease;
}

.button-secondary:hover {
  background: rgba(15, 122, 84, 0.007);         /* very light green fill */
  border-color: var(--primary);                 /* darker green border on hover */
  color: var(--text);                           /* keep text dark on hover */
  transform: translateY(-2px);
}

.nav-button {
  min-height: 2.9rem;
  padding-inline: 1.3rem;
}

.hero {
  position: relative;
  padding: calc(var(--header-height) + 1.75rem) 0 4rem;
}

.hero-grid {
  display: grid;
  align-items: center;
  gap: 3.5rem;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: calc(100vh - var(--header-height));
}



.eyebrow-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.65rem 1rem;
  border: 1px solid rgba(15, 122, 85, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--primary);
  font-size: 0.92rem;
  font-weight: 700;
  box-shadow: var(--shadow-sm);
  cursor: default;
  white-space: nowrap;
  transition: all 0.35s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  transform-origin: left center;
}

.pill-extra {
  display: inline-block;
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: max-width 0.35s ease, opacity 0.3s ease, margin-left 0.3s ease;
  margin-left: 0;
}

.eyebrow-pill:hover {
  transform: translateX(-0.75rem);
  padding-right: 1.25rem;
  background: rgba(255, 255, 255, 1);
  box-shadow: var(--shadow-md);
  border-color: rgba(15, 122, 85, 0.2);
}

.eyebrow-pill:hover .pill-extra {
  max-width: 280px;
  opacity: 1;
  margin-left: 0.25rem;
}

@media (max-width: 640px) {
  .eyebrow-pill:hover {
    transform: translateX(0);
  }
  .pill-extra {
    display: none;
  }
}

.eyebrow-icon {
  display: inline-flex;
  width: 1rem;
  height: 1rem;
}

.contact-details {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.contact-details li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--text-muted);
  font-size: 0.97rem;
  font-weight: 600;
}

.contact-detail-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 0.65rem;
  background: var(--primary-soft);
  color: var(--primary);
}

.contact-detail-icon svg {
  width: 0.95rem;
  height: 0.95rem;
}

.contact-details a {
  color: var(--primary);
  font-weight: 700;
  transition: opacity 160ms ease;
}

.contact-details a:hover {
  opacity: 0.75;
}

.hero h1,
.section-heading h2,
.contact-copy h2 {
  margin: 1.4rem 0 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(3rem, 7vw, 5.55rem);
  line-height: 0.95;
  letter-spacing: -0.075em;
}

.hero h1 span,
.section-heading h2 span {
  color: var(--primary);
}

.hero-text {
  max-width: 40rem;
  margin: 1.5rem 0 0;
  color: var(--text-muted);
  font-size: clamp(1.05rem, 2vw, 1.32rem);
}

.highlight-green {
  color: #2CA36A;  /* light green – adjust as you like */
  font-weight: 600;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.hero-points {
  display: grid;
  gap: 0.85rem;
  margin: 2.1rem 0 0;
  padding: 0;
  list-style: none;
}

.hero-points li {
  position: relative;
  padding-left: 1.55rem;
  color: var(--text-muted);
  font-size: 1rem;
}

.hero-points li::before {
  content: "";
  position: absolute;
  top: 0.68rem;
  left: 0;
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--primary), #5bd18c);
  box-shadow: 0 0 0 0.3rem rgba(15, 122, 85, 0.12);
}

.hero-visual {
  position: relative;
  z-index: 1;
}

.hero-visual-card {
  position: relative;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 249, 0.9)),
    rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(20px);
}
.brand-scrolled {
  display: none;
}
.brand-default {
  display: inline-flex;
}

.site-header.is-scrolled .brand-default {
  display: none;
}
.site-header.is-scrolled .brand-scrolled {
  display: inline-flex;
}

.brand-scrolled {
  white-space: nowrap;
  font-size: 0.95rem; /* slightly smaller to fit */
}

.visual-topbar,
.visual-foot,
.visual-stats {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
}

.visual-topbar {
  margin-bottom: 1.2rem;
}

.visual-chip {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
}

.visual-chip-green {
  background: rgba(15, 122, 85, 0.1);
  color: var(--primary);
}

.visual-text {
  color: var(--text-muted);
  font-size: 0.95rem;
  font-weight: 600;
}

.solar-scene {
  position: relative;
  min-height: 25rem;
  overflow: hidden;
  border-radius: calc(var(--radius-xl) - 10px);
  background:
    radial-gradient(circle at 18% 20%, rgba(245, 165, 36, 0.28), transparent 18%),
    linear-gradient(180deg, #f2f8f4 0%, #f6faf8 55%, #eef5f1 100%);
  border: 1px solid rgba(15, 23, 42, 0.05);
}

.scene-sun {
  position: absolute;
  top: 2.2rem;
  right: 2.35rem;
  width: 4.1rem;
  height: 4.1rem;
  border-radius: 999px;
  background: radial-gradient(circle, #f9d56d 25%, #f5a524 72%);
  box-shadow: 0 0 0 1.2rem rgba(245, 165, 36, 0.14);
}

.scene-canopy {
  position: absolute;
  top: 6.1rem;
  left: 50%;
  width: 16.2rem;
  height: 7.7rem;
  transform: translateX(-45%);
}

.panel {
  position: absolute;
  top: 0;
  width: 7.9rem;
  height: 5.3rem;
  border-radius: 0.9rem;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(135deg, #0d4b71, #123b58);
  background-size: 1.15rem 1.15rem, 1.15rem 1.15rem, cover;
  box-shadow: 0 14px 26px rgba(18, 59, 88, 0.2);
}

.panel-left {
  left: 0;
  transform: skew(-10deg) rotate(-6deg);
}

.panel-right {
  right: 0;
  transform: skew(10deg) rotate(6deg);
}

.scene-stand {
  position: absolute;
  top: 10.9rem;
  left: 50%;
  width: 11rem;
  height: 6.8rem;
  transform: translateX(-30%);
}

.stand-pillar {
  position: absolute;
  left: 4.8rem;
  top: 0;
  width: 0.65rem;
  height: 4.2rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #0e7a54, #08402d);
}

.stand-beam {
  position: absolute;
  left: 2.15rem;
  top: 4rem;
  width: 6.2rem;
  height: 0.7rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #0e7a54, #2bab7d);
}

.stand-base {
  position: absolute;
  left: 0;
  top: 4.6rem;
  width: 10rem;
  height: 1.15rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #d6e5dd, #c8dcd2);
  box-shadow: 0 14px 22px rgba(19, 32, 51, 0.12);
}

.scene-kiosk {
  position: absolute;
  bottom: 4.3rem;
  left: 18%;
  width: 8rem;
  height: 9.7rem;
  border-radius: 1.4rem;
  background: linear-gradient(180deg, #17324d, #101f33);
  box-shadow: 0 20px 28px rgba(16, 31, 51, 0.18);
}

.kiosk-screen {
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  height: 3.35rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(15, 122, 85, 0.9), rgba(45, 186, 125, 0.8));
}

.kiosk-slot {
  position: absolute;
  left: 1.15rem;
  right: 1.15rem;
  height: 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.kiosk-slot-a {
  top: 5.3rem;
}

.kiosk-slot-b {
  top: 6.85rem;
}

.scene-ground {
  position: absolute;
  bottom: 0;
  inset-inline: 0;
  height: 4.2rem;
  background:
    linear-gradient(180deg, rgba(189, 206, 196, 0), rgba(168, 188, 176, 0.8)),
    repeating-linear-gradient(
      90deg,
      rgba(114, 133, 121, 0.12),
      rgba(114, 133, 121, 0.12) 8px,
      rgba(255, 255, 255, 0.12) 8px,
      rgba(255, 255, 255, 0.12) 16px
    );
}

.visual-stats {
  margin-top: 1rem;
}

.mini-stat {
  flex: 1;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: calc(var(--radius-md) - 2px);
  background: rgba(255, 255, 255, 0.7);
}

.mini-stat-primary {
  border-color: rgba(15, 122, 85, 0.12);
  background: linear-gradient(180deg, rgba(15, 122, 85, 0.08), rgba(255, 255, 255, 0.95));
}

.mini-label {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--text-muted);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.mini-stat strong {
  font-family: "Sora", sans-serif;
  font-size: 1.02rem;
  letter-spacing: -0.03em;
}

.visual-foot {
  margin-top: 1rem;
  padding: 0.9rem 1rem 0.1rem;
  color: var(--text-muted);
  font-size: 0.92rem;
  font-weight: 600;
}

.floating-note {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-md);
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--text);
  backdrop-filter: blur(12px);
  animation: floatNote 4.6s ease-in-out infinite;
}

.floating-note-top {
  top: 3.5rem;
  left: -2rem;
}

.floating-note-bottom {
  right: -1.2rem;
  bottom: 2rem;
  animation-delay: -1.4s;
}

.floating-icon {
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  color: var(--primary);
}

.floating-dot {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--amber), #f7ca67);
  box-shadow: 0 0 0 0.35rem rgba(245, 165, 36, 0.14);
}

/* ===== LIGHTWEIGHT BLOB ANIMATION (GPU accelerated) ===== */
.hero-orb {
  position: absolute;
  z-index: 0;
  border-radius: 999px;
  filter: blur(60px);
  pointer-events: none;
  will-change: transform;
  transform: translateZ(0);
}

.hero-orb-left {
  left: -8rem;
  top: 18rem;
  width: 18rem;
  height: 18rem;
  background: radial-gradient(circle, rgba(245, 165, 36, 0.22), transparent 70%);
}

.hero-orb-right {
  right: -6rem;
  top: 10rem;
  width: 22rem;
  height: 22rem;
  background: radial-gradient(circle, rgba(15, 122, 85, 0.16), transparent 70%);
}

.hero.hero-match .hero-orb-left {
  left: -6rem;
  top: 14rem;
  width: 24rem;
  height: 24rem;
  background: radial-gradient(circle, var(--orb-left-color), transparent 68%);
  filter: blur(60px);
  animation: floatLeftLight 18s ease-in-out infinite alternate;
}

.hero.hero-match .hero-orb-right {
  right: -5rem;
  top: 7rem;
  width: 18rem;
  height: 18rem;
  background: radial-gradient(circle, var(--orb-right-color), transparent 68%);
  filter: blur(60px);
  animation: floatRightLight 22s ease-in-out infinite alternate;
}

@keyframes floatLeftLight {
  0% { transform: translate(0, 0) scale(1); }
  100% { transform: translate(8%, -6%) scale(1.08); }
}

@keyframes floatRightLight {
  0% { transform: translate(0, 0) scale(1); }
  100% { transform: translate(-8%, 6%) scale(1.1); }
}
/* ===== END BLOB ANIMATION ===== */

.scroll-indicator {
  position: absolute;
  left: 50%;
  bottom: 1.5rem;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  transform: translateX(-50%);
  color: var(--text-muted);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  animation: bounce 2.8s ease-in-out infinite;
}

.scroll-indicator svg {
  width: 1.15rem;
  height: 1.15rem;
}

.section {
  padding: 6.75rem 0;
}

.section-muted {
  background: linear-gradient(180deg, rgba(240, 247, 243, 0.8), rgba(255, 255, 255, 0.96));
}

.section-accent {
  background:
    radial-gradient(circle at top left, rgba(15, 122, 85, 0.08), transparent 22%),
    linear-gradient(180deg, rgba(240, 247, 243, 0.86), rgba(255, 255, 255, 0.92));
}

.section-heading {
  max-width: 48rem;
}

/* ── Hero layout: text left, van absolute right ── */

/* Base hero */
.hero.hero-match {
  position: relative;
  min-height: 100vh;
  padding: calc(var(--header-height) + 2.5rem) 0 6rem;
  overflow: hidden;
  display: block; /* let .container handle alignment */
  background:
    radial-gradient(circle at 18% 60%, rgba(245, 165, 36, 0.16), transparent 22%),
    radial-gradient(circle at 82% 18%, rgba(15, 122, 85, 0.08), transparent 18%),
    linear-gradient(180deg, #fbfdfc 0%, #ffffff 100%);
}

/* Text shell — left-aligned inside the container, same indent as logo */
.hero-match-shell {
  position: relative;
  z-index: 2;
  text-align: left;
  max-width: 52%;
  margin: 0; /* no auto-centering */
}

/* Badge left-aligned (override earlier center rule) */
.hero-match-badge {
  justify-content: flex-start;
  margin-inline: 0;
}

/* Heading left */
.hero-match h1 {
  max-width: 700px;
  margin: 1.8rem 0 0;
  text-align: left;
}

/* Subtext left */
.hero-match .hero-text {
  max-width: 520px;
  margin: 1.6rem 0 0;
  text-align: left;
}

/* Buttons left */
.hero-match .hero-actions {
  justify-content: flex-start;
  margin-top: 2rem;
}

/* Van: absolute right, sits beside text */
.hero-van-wrap {
  position: absolute;
  right: -20px;
  bottom: 80px;
  width: 52%;
  max-width: 850px;
  pointer-events: none;
  z-index: 1;
}

.hero-van-img {
  width: 100%;
  filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.08));
}

/* Scroll indicator: always centered at bottom */
.hero-match .scroll-indicator {
  position: absolute;
  left: 50%;
  bottom: 1.8rem;
  transform: translateX(-50%);
  margin: 0;
  opacity: 0;
  animation:
    heroSlideUp 0.5s cubic-bezier(0.2, 1, 0.3, 1) 1s forwards,
    bounce-center 2.8s ease-in-out 1.5s infinite;
}

.hero-match .scroll-indicator span {
  display: block; /* show the label again */
}

/* ── Tablet (861px – 1100px) ── */
@media (max-width: 1100px) {
  .hero-match-shell {
    max-width: 55%;
  }
  .hero-van-wrap {
    width: 50%;
    right: -10px;
    bottom: 60px;
  }
}

/* ── Mobile (≤ 860px): stack, van below text ── */
@media (max-width: 860px) {
  .hero.hero-match {
    padding: calc(var(--header-height) + 1.5rem) 0 4rem;
  }

  .hero-match-shell {
    max-width: 100%;
    text-align: center;
  }

  .hero-match-badge {
    justify-content: center;
    margin-inline: auto;
  }

  .hero-match h1 {
    text-align: center;
    margin: 1.4rem auto 0;
  }

  .hero-match .hero-text {
    text-align: center;
    margin: 1.4rem auto 0;
  }

  .hero-match .hero-actions {
    justify-content: center;
  }

  /* Van: relative flow, below text */
  .hero-van-wrap {
    position: relative;
    right: unset;
    bottom: unset;
    width: 95%;
    max-width: 520px;
    margin: 2.5rem auto 0;
    display: block;
  }

  /* Scroll indicator back to absolute center */
 
 
}
/* Scroll indicator: always centered at bottom */
.hero-match .scroll-indicator {
  position: absolute;
  left: 50%;
  bottom: 1.8rem;
  transform: translateX(-50%);
  margin: 0;
  z-index: 3;
  opacity: 0;
  animation:
    heroSlideUp 0.5s cubic-bezier(0.2, 1, 0.3, 1) 1s forwards,
    bounce-center 2.8s ease-in-out 1.5s infinite;
}
.hero.hero-match {
  position: relative;  /* ← required for the absolute child to anchor here */
}

@media (max-width: 640px) {
  .hero-match .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-match .hero-actions .button {
    min-width: 0;
    width: 100%;
  }
}

.section-heading-centered {
  margin: 0 auto 3.5rem;
  text-align: center;
}

.section-label {
  margin: 0 0 0.8rem;
  color: var(--primary);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-heading h2 {
  margin-top: 0;
  font-size: clamp(2.4rem, 5vw, 4rem);
}

.section-heading p,
.contact-copy p {
  margin: 1rem 0 0;
  color: var(--text-muted);
  font-size: 1.08rem;
}

.services-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.info-card,
.feature-card,
.contact-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-sm);
}

.info-card,
.feature-card {
  padding: 1.75rem;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.info-card::before,
.feature-card::before,
.contact-panel::before {
  content: "";
  position: absolute;
  inset: -35% auto auto -10%;
  width: 11rem;
  height: 11rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(15, 122, 85, 0.08), transparent 70%);
  pointer-events: none;
}

.info-card:hover,
.feature-card:hover {
  transform: translateY(-6px) scale(1.01);
  border-color: rgba(15, 122, 85, 0.12);
  box-shadow: var(--shadow-md);
}

.icon-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 1rem;
  margin-bottom: 1.3rem;
}

.icon-chip svg {
  width: 1.35rem;
  height: 1.35rem;
}

.icon-chip-green {
  background: var(--primary-soft);
  color: var(--primary);
}

.icon-chip-amber {
  background: var(--amber-soft);
  color: var(--amber);
}

.icon-chip-blue {
  background: var(--blue-soft);
  color: var(--blue);
}

.icon-chip-purple {
  background: var(--purple-soft);
  color: var(--purple);
}

.info-card h3,
.feature-card h3 {
  margin: 0 0 0.8rem;
  font-family: "Sora", sans-serif;
  font-size: 1.45rem;
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.info-card p,
.feature-card p {
  margin: 0;
  color: var(--text-muted);
  font-size: 1rem;
}

.feature-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 58rem;
  margin: 0 auto;
}

.contact-panel {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.5rem;
  padding: 2rem;
  box-shadow: var(--shadow-md);
}

.contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 1.35rem;
  background: linear-gradient(135deg, var(--primary), #2bab7d);
  color: #fff;
  box-shadow: 0 18px 30px rgba(15, 122, 85, 0.24);
}

.contact-icon svg {
  width: 1.55rem;
  height: 1.55rem;
}

.contact-copy h2 {
  margin-top: 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.site-footer {
  padding: 4rem 0 0;
  background: #2d5840;
  color: rgb(255, 255, 255);
  border-top: none;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  align-items: start;
  gap: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand .brand-wordmark {
  color: #fff;
}

.footer-brand .brand-mark {
  background: linear-gradient(135deg, var(--primary), #2bab7d);
}

.brand-footer {
  margin-bottom: 1rem;
}

.footer-brand p {
  margin: 0.9rem 0 0;
  font-size: 0.93rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.48);
  max-width: 26rem;
}

.footer-company {
  font-size: 0.8rem !important;
  color: rgba(255, 255, 255, 0.28) !important;
}

.footer-company strong {
  color: rgba(255, 255, 255, 0.45);
}

.footer-col-heading {
  margin: 0 0 1.1rem;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.58);
}

.footer-links a {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.58);
  transition: color 160ms ease;
}

.footer-links a:hover {
  color: #fff;
}

.footer-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-contact-list li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.footer-contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 0.5rem;
  background: rgba(15, 122, 85, 0.22);
  color: #2bab7d;
}

.footer-contact-icon svg {
  width: 0.82rem;
  height: 0.82rem;
}

.footer-contact-list a {
  font-size: 0.93rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.58);
  transition: color 160ms ease;
}

.footer-contact-list a:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.4rem 0;
  border-top: none;
}

.footer-bottom p {
  margin: 0;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.25);
}

.footer-bottom-links {
  display: flex;
  gap: 1.5rem;
}

.footer-bottom-links a {
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.25);
  transition: color 160ms ease;
}

.footer-bottom-links a:hover {
  color: rgba(255, 255, 255, 0.65);
}

@media (max-width: 860px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .site-footer {
    padding: 3rem 0 0;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
  }
}

[data-reveal] {
  opacity: 0;
  transform: translateY(32px);
  transition:
    opacity 720ms ease,
    transform 720ms cubic-bezier(0.2, 1, 0.3, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes floatNote {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes bounce {
  0%, 100% { transform: translate(-50%, 0); }
  50% { transform: translate(-50%, -8px); }
}

@keyframes heroSlideUp {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes badgePop {
  0% { opacity: 0; transform: scale(0.6) translateY(-8px); filter: blur(2px); }
  65% { opacity: 1; transform: scale(1.05) translateY(1px); filter: blur(0); }
  100% { opacity: 1; transform: scale(1) translateY(0); filter: blur(0); }
}

.hero-match-badge {
  opacity: 0;
  animation: badgePop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s forwards;
}

.hero-match h1 .hero-line {
  display: block;
  opacity: 0;
  animation: heroSlideUp 0.65s cubic-bezier(0.2, 1, 0.3, 1) forwards;
}

.hero-match h1 .hero-line:nth-child(1) { animation-delay: 0.2s; }
.hero-match h1 .hero-line:nth-child(2) { animation-delay: 0.38s; }
.hero-match h1 .hero-line:nth-child(3) { animation-delay: 0.56s; }
.hero-match h1 .hero-line span { color: #2ca36a; }

.hero-match .hero-text {
  opacity: 0;
  animation: heroSlideUp 0.6s cubic-bezier(0.2, 1, 0.3, 1) 0.72s forwards;
}

.hero-match .hero-actions {
  opacity: 0;
  animation: heroSlideUp 0.6s cubic-bezier(0.2, 1, 0.3, 1) 0.86s forwards;
}

.hero-match .scroll-indicator {
  opacity: 0;
  animation:
    heroSlideUp 0.5s cubic-bezier(0.2, 1, 0.3, 1) 1s forwards,
    bounce-center 2.8s ease-in-out 1.5s infinite;
}

@media (max-width: 1100px) {
  .hero-grid {
    gap: 2.4rem;
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .hero-copy {
    text-align: center;
  }
  .hero-text {
    margin-inline: auto;
  }
  .hero-actions,
  .hero-points {
    justify-content: center;
  }
  .hero-points {
    max-width: 42rem;
    margin-inline: auto;
    text-align: left;
  }
  .floating-note-top {
    left: 0.6rem;
  }
  .floating-note-bottom {
    right: 0.6rem;
  }
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .contact-panel {
    grid-template-columns: 1fr;
    justify-items: start;
  }
}

@media (max-width: 860px) {
  :root {
    --header-height: 80px;
  }
  .site-header {
    padding: 0.8rem 0;
  }
  .menu-toggle {
    display: inline-flex;
  }
  .site-nav {
    position: absolute;
    top: calc(100% + 0.45rem);
    right: 1rem;
    left: 1rem;
    display: grid;
    gap: 0.25rem;
    padding: 0.8rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 1.2rem;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow-md);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition:
      opacity 180ms ease,
      transform 180ms ease;
    backdrop-filter: blur(18px);
  }
  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .site-nav a {
    padding: 0.85rem 0.95rem;
    border-radius: 0.9rem;
  }
  .site-nav a:hover,
  .site-nav a:focus-visible {
    background: rgba(15, 122, 85, 0.08);
  }
  .nav-button {
    margin-top: 0.4rem;
  }
  .hero {
    padding-top: calc(var(--header-height) + 1.2rem);
  }
  .scroll-indicator {
    display: none;
  }
  .services-grid,
  .feature-grid,
  .footer-grid,
  .footer-bottom {
    grid-template-columns: 1fr;
  }
  .footer-links,
  .footer-contact {
    text-align: left;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(calc(100% - 1.25rem), var(--container));
  }
  .hero {
    padding-bottom: 3rem;
  }
  .hero h1 {
    font-size: clamp(2.55rem, 13vw, 4rem);
  }
  .section {
    padding: 5rem 0;
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .button {
    width: 100%;
  }
  .solar-scene {
    min-height: 20rem;
  }
  .scene-canopy {
    width: 12.4rem;
    top: 5.35rem;
  }
  .panel {
    width: 6rem;
    height: 4.2rem;
  }
  .scene-stand {
    top: 9.2rem;
  }
  .scene-kiosk {
    left: 11%;
    width: 6.8rem;
    height: 8.8rem;
  }
  .visual-topbar,
  .visual-stats,
  .visual-foot {
    flex-direction: column;
    align-items: flex-start;
  }
  .floating-note {
    position: static;
    margin-top: 1rem;
    width: fit-content;
  }
  .footer-links {
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .hero-match-badge,
  .hero-match h1 .hero-line,
  .hero-match .hero-text,
  .hero-match .hero-actions,
  .hero-match .scroll-indicator {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}

html {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}

.custom-scrollbar-track {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  width: 14px;
  padding: 4px 4px;
  opacity: 0;
  transition: opacity 240ms ease;
  pointer-events: auto;
  cursor: default;
}

.custom-scrollbar-track:hover {
  opacity: 1 !important;
}

.custom-scrollbar-thumb {
  position: absolute;
  left: 50%;
  top: 4px;
  width: 4px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(15, 122, 85, 0.28);
  transition:
    background 180ms ease,
    width 180ms ease,
    opacity 400ms ease;
  opacity: 0;
  will-change: transform;
  
}

.custom-scrollbar-thumb.is-active {
  opacity: 1;
}

.custom-scrollbar-track:hover .custom-scrollbar-thumb,
.custom-scrollbar-thumb:hover,
.custom-scrollbar-thumb:active {
  width: 6px;
  background: rgba(15, 122, 85, 0.72);
  opacity: 1;
}

.is-scrollbar-dragging,
.is-scrollbar-dragging * {
  cursor: grabbing !important;
  user-select: none !important;
}

.services-video-wrap {
  margin-top: 4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.services-video {
  display: block;
  width: 80%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  margin: 0 auto;
}

@media (max-width: 860px) {
  .services-video-wrap {
    margin-top: 3.5rem;
  }
  .services-video {
    width: 85%;
  }
}

@media (max-width: 640px) {
  .services-video-wrap {
    margin-top: 2.5rem;
  }
  .services-video {
    width: 100%;
    border-radius: var(--radius-md);
  }
}

.flip-card {
  perspective: 1200px;
  min-height: 220px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 220px;
  transform-style: preserve-3d;
  transition: transform 560ms cubic-bezier(0.2, 1, 0.3, 1);
}

.flip-card:hover .flip-card-inner,
.flip-card:focus-within .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: var(--radius-lg);
  padding: 1.75rem;
}

.flip-card-front {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: var(--shadow-sm);
}

.flip-card-back {
  background: linear-gradient(145deg, var(--primary), #1a9e6e);
  color: #fff;
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  box-shadow: var(--shadow-md);
}

.flip-card-back .icon-chip {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.flip-card-back h3 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: 1.35rem;
  letter-spacing: -0.04em;
  color: #fff;
}

.flip-card-back p {
  margin: 0;
  font-size: 0.97rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
}

.flip-hint {
  display: inline-block;
  margin-top: auto;
  padding-top: 1rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
  opacity: 0.6;
}

@media (hover: none) {
  .flip-card-inner {
    transition: transform 460ms cubic-bezier(0.2, 1, 0.3, 1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .flip-card-inner {
    transition: none;
  }
  .custom-scrollbar-thumb {
    transition: none !important;
  }
}


#locator {
  background-image: url('img/locator bg.jpg'); /* <-- replace with your image path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  isolation: isolate;
   padding-top: 2rem;  /* was larger; adjust to your liking */
  
}



#locator .container {
  position: relative;
  z-index: 1;
}

/* Layout: map on left, right column stacked */
/* Make map container take full height of its grid cell */
.map-container {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  width: 100%;
  height: 100%;          /* fill the grid row height */
  min-height: 300px;     /* fallback on mobile */
}

/* Ensure the grid cells have equal height */
.locator-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 2rem;
  margin-top: 2rem;
  align-items: stretch;  /* this makes both columns stretch to same height */
}

/* The map container's child (the actual map) also needs to fill */
#station-map {
  width: 100%;
  height: 100%;
  background: #eef2f0;
}

/* Remove fixed height from .map-container on desktop */
@media (min-width: 861px) {
  .map-container {
    height: auto;
  }
}
/* On screens wider than 860px, align hero text to the left */
@media (min-width: 861px) {
  .hero-match-shell {
    text-align: left;
    margin: 0;
    width: 50%; /* take only half the width, so van can sit on the right */
  }
}

/* On mobile, keep a sensible min height */
@media (max-width: 860px) {
  .map-container {
    min-height: 300px;
  }
}
/* Right side – stacked columns */
.locator-right {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.station-list,
.nearest-station {
  background: rgba(248, 251, 249, 0.74);  /* matches scrolled header */
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  box-shadow: 0 18px 36px rgba(19, 32, 51, 0.08);
}

.station-list h3 {
  font-family: "Sora", sans-serif;
  font-size: 1.25rem;
  margin: 0 0 1rem 0;
  color: var(--primary);
}

#station-list-ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-height: 280px;
  overflow-y: auto;
  padding-right: 0.5rem;
}

/* Custom scroll for station list */
#station-list-ul::-webkit-scrollbar {
  width: 4px;
}
#station-list-ul::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.05);
  border-radius: 4px;
}
#station-list-ul::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 4px;
}

#station-list-ul li {
  padding: 0.75rem;
  background: rgba(15, 122, 85, 0.05);
  border-radius: var(--radius-md);
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  border-left: 3px solid transparent;
}

#station-list-ul li:hover {
  background: rgba(15, 122, 85, 0.12);
  transform: translateX(4px);
}

#station-list-ul li.active-station {
  border-left-color: var(--primary);
  background: rgba(15, 122, 85, 0.15);
}

.nearest-station {
  background: rgba(255, 255, 255, 0.9); /* solid white with 90% opacity */
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
}

.nearest-station h3 {
  font-family: "Sora", sans-serif;
  font-size: 1.2rem;
  margin: 0 0 0.5rem 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

#nearest-status {
  margin: 0.5rem 0 1rem;
  color: var(--text-muted);
  font-weight: 500;
}

#locate-btn {
  width: 100%;
  justify-content: center;
  margin-bottom: 1rem;
}

#direction-link a {
  display: inline-block;
  width: 100%;
  text-align: center;
  background: var(--primary);
  color: white;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  font-weight: 700;
  transition: all 0.2s;
  box-sizing: border-box;
}

#direction-link a:hover {
  background: #0a5e41;
  transform: translateY(-2px);
}

/* Car marker style */
.car-marker {
  background: transparent;
  border: none;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.3));
}

/* Responsive: stack on mobile */
@media (max-width: 860px) {
  .locator-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .map-container {
    height: 300px;
  }
  .station-list {
    max-height: none;
  }
}

/* Footer brand with logo and stacked text */
.footer-brand-logo {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.footer-brand-logo .brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  background: linear-gradient(135deg, var(--primary), #2bab7d);
  border-radius: 0.85rem;
  flex-shrink: 0;
}

.footer-brand-logo .brand-mark svg {
  width: 1.8rem;
  height: 1.8rem;
}

.brand-stacked-footer {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.footer-brand-main {
  font-family: "Sora", sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: white;
  line-height: 1.2;
}

.footer-brand-sub {
  font-family: "Inter", sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
}

.footer-brand-sub-sub {
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}

/* Responsive: stack logo and text on very small screens */
@media (max-width: 480px) {
  .footer-brand-logo {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
}
@media (max-width: 860px) {
  .footer-brand-logo {
    display: flex;
    flex-direction: column;    /* stack logo and text vertically */
    align-items: center;       /* center horizontally */
    justify-content: center;
    gap: 0.75rem;
    text-align: center;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }

  .footer-col {
    text-align: center;
  }

  .footer-links,
  .footer-contact-list {
    align-items: center;
  }

  .footer-contact-list li {
    justify-content: center;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.footer-legal-reg {
  text-align: center;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.35);
  margin: 1rem 0 0.5rem;
  line-height: 1.4;
}
.footer-legal-reg span {
  display: inline-block;
  margin: 0 0.5rem;
}
.footer-legal-reg span {
  font-weight: 700;
}
@media (max-width: 640px) {
  .footer-legal-reg span {
    display: block;
    margin: 0.2rem 0;
  }
}



/* ── Hero van image ─────────────────────────────── */
.hero-van-wrap {
  position: absolute;
  right: 2px;      /* distance from right edge */
  bottom: 60px;    /* distance from bottom edge */
  width: 1000px;
  pointer-events: none;
  z-index: 0;
}

.hero-van-img {
  width: 100%;
  filter: drop-shadow(0 24px 48px rgba(0,0,0,0.15));
  /* no animation */
}
.hero-van-img {
  filter: blur(0px) drop-shadow(0 24px 48px rgba(31, 31, 31, 0.041));
}

/* Tablet */
@media (max-width: 1024px) {
  .hero-van-wrap {
    width: 1000px;
    right: -5px;
    bottom: 80px;      /* adjusted down */
  }
}

/* Mobile – stays centered, no absolute */
@media (max-width: 768px) {
  .hero-van-wrap {
    position: relative;
    right: 10%;
    bottom: unset;
    width: 130%;
    margin: 2rem auto 0;
    display: block;
    z-index: 1;        /* on mobile, it can be above because it's not overlapping text */
  }
}
/* Desktop: text left, van right */
@media (min-width: 861px) {
  .hero.hero-match {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 5%;
    padding-right: 0;
  }

  .hero-match-shell {
    text-align: left;
    max-width: 55%;
    margin: 0;
    width: auto;
    position: relative;
    z-index: 2;
  }

  /* Push the van to the right edge, behind text */
  .hero-van-wrap {
    right: -20px;
    bottom: 200px;
    width: 55%;        /* adjust as needed */
    max-width:2000px;
    z-index: 0;
  }
}

/* Mobile: keep centered, van below text */
@media (max-width: 860px) {
  .hero.hero-match {
    flex-direction: column;
    padding: calc(var(--header-height) + 2rem) 0 3rem;
  }
  .hero-match-shell {
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
  }
  .hero-van-wrap {
    position: relative;
    right: unset;
    bottom: unset;
    width: 90%;
    margin: 2rem auto 0;
    display: block;
  }
}




