:root {
      --green:    #0A4D2E;
      --green2:   #0D6640;
      --lime:     #2DB37A;
      --orange:   #E8581A;
      --orange2:  #FF6B2B;
      --chalk:    #F7F5F0;
      --white:    #FFFFFF;
      --charcoal: #161616;
      --mid:      #3D3D3D;
      --muted:    #8A8A8A;
      --border:   #E0DDD8;
    }

    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }

    body {
      font-family: 'Plus Jakarta Sans', sans-serif;
      background: var(--chalk);
      color: var(--charcoal);
      overflow-x: hidden;
    }

    h1, h2, h3, h4, h5 {
      font-family: 'Rewalt', sans-serif;
      font-weight: 800;
      line-height: 1.05;
    }

    /* Noise overlay */
    body::before {
      content: '';
      position: fixed;
      inset: 0;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
      pointer-events: none;
      z-index: 9999;
    }

    .tag-label {
      display: inline-flex;
      align-items: center;
      gap: .55rem;
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-weight: 600;
      font-size: .72rem;
      letter-spacing: .2em;
      text-transform: uppercase;
      color: var(--orange);
      margin-bottom: 1.1rem;
    }
    .tag-label::before {
      content: '';
      width: 22px; height: 2px;
      background: var(--orange);
      display: inline-block;
    }

    .section-h { font-size: clamp(2rem, 4vw, 3.3rem); color: var(--charcoal); }

    /* ─── NAVBAR ─── */
    .site-nav {
      background: var(--white);
      border-bottom: 1px solid var(--border);
      position: sticky; top: 0; z-index: 1050;
    }
    .site-nav .navbar-brand {
      display: flex; align-items: center; gap: .75rem; padding: .9rem 0;
    }
    .brand-sq {
      width: 38px; height: 38px;
      background: var(--green);
      display: flex; align-items: center; justify-content: center; flex-shrink: 0;
    }
    .brand-sq span { font-family: 'Syne', sans-serif; font-weight: 800; color: #fff; font-size: .95rem; }
    .brand-name { font-family: 'Syne', sans-serif; font-weight: 800; font-size: .98rem; color: var(--charcoal); display: block; line-height: 1.1; }
    .brand-sub  { font-size: .62rem; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }

    .site-nav .nav-link {
      font-weight: 500; font-size: .875rem;
      color: var(--mid) !important;
      padding: 1.65rem .8rem !important;
      position: relative; transition: color .2s;
    }
    .site-nav .nav-link::after {
      content: ''; position: absolute;
      bottom: 0; left: .8rem; right: .8rem;
      height: 2px; background: var(--orange);
      transform: scaleX(0); transition: transform .22s;
    }
    .site-nav .nav-link:hover { color: var(--charcoal) !important; }
    .site-nav .nav-link:hover::after { transform: scaleX(1); }

    .nav-cta-btn {
      background: var(--green) !important;
      color: #fff !important;
      font-weight: 600 !important;
      font-size: .82rem !important;
      padding: .58rem 1.3rem !important;
      border-radius: 2px;
      letter-spacing: .04em;
      transition: background .2s !important;
    }
    .nav-cta-btn::after { display: none !important; }
    .nav-cta-btn:hover { background: var(--green2) !important; }

    .site-nav .logo {
  height: 48px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
}

.ft-logo{
   height: 88px;
  width: auto;
  max-width: 280px;
  object-fit: contain;
}
    /* ─── HERO ─── */
#hero {
  background: var(--green);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}

/* Slider */
.hero-slides {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.06);
  transition: opacity 1.4s ease-in-out, transform 8s linear;
}
.hero-slide.active {
  opacity: 1;
  transform: scale(1);
}

/* Full-cover green tint — image shows through */
.hero-overlay-green {
  position: absolute;
  inset: 0;
  background: rgba(10, 77, 46, 0.76);
  z-index: 1;
  pointer-events: none;
}

/* Orange panel — colour overlay with clip, no img needed */
.hero-orange-panel {
  position: absolute; top: 0; right: 0;
  width: 38%; height: 100%;
  background: rgba(232, 88, 26, 0.55);
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0% 100%);
  z-index: 2;
  pointer-events: none;
}

.hero-wm {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Rewalt', sans-serif; font-weight: 800;
  font-size: clamp(6rem, 18vw, 20rem);
  color: rgba(255,255,255,.03);
  white-space: nowrap; pointer-events: none; user-select: none; line-height: 1;
  z-index: 3;
}

.hero-body { position: relative; z-index: 5; padding: 5rem 0 3.5rem; }

.hero-eyebrow {
  font-size: .72rem; letter-spacing: .24em; text-transform: uppercase;
  font-weight: 600; color: var(--lime); margin-bottom: 1.4rem;
  opacity: 0; animation: sRight .6s .2s forwards;
}
.hero-h1 {
  font-size: clamp(3rem, 7vw, 5.5rem);
  color: #fff; line-height: 1; margin-bottom: 2rem;
  opacity: 0; animation: sRight .65s .38s forwards;
}
.hero-h1 em { font-style: normal; color: var(--orange2); }

.hero-p {
  font-size: 1rem; color: rgba(255,255,255,.65);
  max-width: 480px; line-height: 1.85; font-weight: 300; margin-bottom: 2.4rem;
  opacity: 0; animation: sRight .65s .55s forwards;
}
.hero-btns {
  display: flex; gap: 1rem; flex-wrap: wrap;
  opacity: 0; animation: sRight .65s .7s forwards;
}

/* Slider controls */
.hero-ctrl {
  position: absolute;
  right: 2.5rem;
  bottom: 5.8rem;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.hero-dots { display: flex; gap: .5rem; align-items: center; }
.hero-dot {
  width: 28px; height: 3px;
  background: rgba(255,255,255,.3);
  border: none; padding: 0; cursor: pointer; border-radius: 2px;
  transition: width .3s, background .3s;
}
.hero-dot.active { width: 48px; background: var(--lime); }

.hero-arrows { display: flex; gap: .4rem; }
.hero-arr {
  width: 38px; height: 38px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.22);
  color: rgba(255,255,255,.75);
  border-radius: 2px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; font-size: .9rem;
  transition: background .2s, color .2s, border-color .2s;
}
.hero-arr:hover { background: var(--lime); color: var(--green); border-color: var(--lime); }

.hero-statsbar {
  position: relative; z-index: 5;
  background: rgba(0,0,0,.2);
  backdrop-filter: blur(8px);
  border-top: 1px solid rgba(255,255,255,.09);
}
.hstat {
  padding: 1.15rem 1.5rem; text-align: center;
  border-right: 1px solid rgba(255,255,255,.09);
}
.hstat:last-child { border-right: none; }
.hstat-n { font-family: 'Rewalt', sans-serif; font-weight: 800; font-size: 1.75rem; color: var(--lime); line-height: 1; }
.hstat-l { font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.45); margin-top: .2rem; }

/* Responsive overrides for hero */
@media (max-width: 991.98px) {
  .hero-orange-panel { display: none; }
  .hero-ctrl { right: 1.5rem; }
}
@media (max-width: 767.98px) {
  #hero { min-height: auto; padding-top: 4rem; }
  .hero-ctrl { right: 1rem; bottom: 5rem; }
  .hero-dot { width: 20px; }
  .hero-dot.active { width: 36px; }
  .hstat { border-right: none; border-bottom: 1px solid rgba(255,255,255,.09); }
  .hstat:last-child { border-bottom: none; }
}


/* ------ Btns ------ */
.btn-lime {
  background: var(--lime); color: var(--green);
  font-weight: 700; font-size: .85rem; letter-spacing: .05em;
  padding: .85rem 1.9rem; border: none; border-radius: 2px;
  text-decoration: none; display: inline-block;
  transition: background .2s, transform .2s;
}
.btn-lime:hover { background: #39CF8E; color: var(--green); transform: translateY(-2px); }

.btn-outline-w {
  background: transparent; color: rgba(255,255,255,.82);
  font-weight: 600; font-size: .85rem; letter-spacing: .05em;
  padding: .85rem 1.9rem; border: 1px solid rgba(255,255,255,.28);
  border-radius: 2px; text-decoration: none; display: inline-block;
  transition: border-color .2s, color .2s;
}
.btn-outline-w:hover { border-color: rgba(255,255,255,.7); color: #fff; }

    /* ─── ABOUT ─── */
    #about { background: var(--white); padding: 0; overflow: hidden; }

    .about-l {
      background: var(--chalk);
      padding: 6rem 4rem 6rem 5vw;
      display: flex; flex-direction: column; justify-content: center;
      min-height: 560px;
    }
    .about-desc { color: var(--mid); line-height: 1.85; font-size: .97rem; font-weight: 300; margin-bottom: 1.1rem; }

    .pill-row { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.4rem; }
    .pill {
      background: var(--white); border: 1px solid var(--border);
      color: var(--mid); font-size: .77rem; font-weight: 500;
      padding: .42rem .95rem; border-radius: 100px;
    }

   /* Let the Bootstrap column pass its height down */
#about .rvr {
  display: flex;
  flex-direction: column;
}

/* about-r grows to fill the column, image fills about-r */
.about-r {
  position: relative;
  min-height: 600px;
  flex: 1;
  overflow: hidden;
}

.about-r img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
    .about-r-overlay {
      position: absolute; bottom: 0; left: 0; right: 0;
      background: linear-gradient(to top, var(--green) 0%, transparent 100%);
      height: 52%; z-index: 1;
    }
    .about-r-cap {
      position: absolute; bottom: 2rem; left: 2rem; right: 2rem; z-index: 2;
      font-family: 'Syne', sans-serif; font-weight: 700; font-size: 1.5rem;
      color: #fff; line-height: 1.3;
    }

    /* ─── SERVICES ─── */
    #services { background: var(--chalk); padding: 6rem 0; }

    .svc-head {
      display: flex; align-items: flex-end;
      justify-content: space-between; flex-wrap: wrap; gap: 1rem;
      margin-bottom: 3rem;
    }
    .svc-note { max-width: 340px; color: var(--muted); font-size: .93rem; line-height: 1.75; font-weight: 300; }

    .svc-card {
      background: var(--white); border: 1px solid var(--border);
      padding: 2.2rem; height: 100%; position: relative; overflow: hidden;
      transition: border-color .25s, box-shadow .25s;
    }
    .svc-card:hover { border-color: var(--green2); box-shadow: 0 12px 40px rgba(10,77,46,.1); }
    .svc-card::after {
      content: ''; position: absolute; top: 0; right: 0;
      width: 0; height: 0;
      border-left: 38px solid transparent;
      border-top: 38px solid var(--lime);
      opacity: 0; transition: opacity .25s;
    }
    .svc-card:hover::after { opacity: 1; }

    .svc-icon { width: 54px; height: 54px; background: var(--green); display: flex; align-items: center; justify-content: center; margin-bottom: 1.4rem; border-radius: 2px; }
    .svc-icon i { color: var(--lime); font-size: 1.4rem; }

    .svc-card h4 { font-size: 1.25rem; color: var(--charcoal); margin-bottom: 1.1rem; }

    .svc-ul { list-style: none; padding: 0; }
    .svc-ul li {
      display: flex; align-items: flex-start; gap: .65rem;
      font-size: .88rem; color: var(--mid); font-weight: 400;
      padding: .5rem 0; border-bottom: 1px solid var(--border);
    }
    .svc-ul li:last-child { border-bottom: none; }
    .svc-ul li::before { content: ''; width: 6px; height: 6px; background: var(--lime); border-radius: 50%; flex-shrink: 0; margin-top: 6px; }

    /* ─── WHY ─── */
    #why { background: var(--charcoal); padding: 6rem 0; position: relative; overflow: hidden; }

    .why-wm {
      position: absolute; bottom: -3rem; right: -2rem;
      font-family: 'Syne', sans-serif; font-weight: 800;
      font-size: 28rem; color: rgba(255,255,255,.022);
      line-height: 1; pointer-events: none; user-select: none;
    }

    .why-row-item {
      display: flex; gap: 1.4rem; align-items: flex-start;
      padding: 1.7rem 0; border-bottom: 1px solid rgba(255,255,255,.07);
    }
    .why-row-item:last-child { border-bottom: none; }
    .why-circ {
      width: 46px; height: 46px; border: 2px solid var(--lime); border-radius: 50%;
      display: flex; align-items: center; justify-content: center; flex-shrink: 0;
    }
    .why-circ i { color: var(--lime); font-size: 1.05rem; }
    .why-row-item h5 { font-size: .97rem; color: #fff; margin-bottom: .25rem; }
    .why-row-item p { font-size: .85rem; color: rgba(255,255,255,.48); line-height: 1.7; font-weight: 300; margin: 0; }

    .why-orange {
      background: var(--orange); padding: 3rem 2.4rem; height: 100%;
      display: flex; flex-direction: column; justify-content: space-between;
    }
    .why-orange h3 { font-size: 2.4rem; color: #fff; margin-bottom: 1.2rem; line-height: 1.1; }
    .why-orange p { color: rgba(255,255,255,.78); font-size: .95rem; line-height: 1.8; font-weight: 300; margin-bottom: 1.8rem; }

    .fnums { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 1.5rem; }
    .fnum { border-top: 2px solid rgba(255,255,255,.3); padding-top: .9rem; }
    .fnum .n { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 2rem; color: #fff; }
    .fnum .s { font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.6); }

    /* ─── VISION ─── */
    #vision { background: var(--white); padding: 6rem 0; }

    .vis-quote {
      font-family: 'Rewalt', sans-serif; font-weight: 800;
      font-size: clamp(1.8rem, 3.5vw, 2.2rem);
      color: var(--green); line-height: 1.2; margin-bottom: 1.4rem;
    }
    .vis-body { color: var(--mid); line-height: 1.85; font-size: .97rem; font-weight: 300; }

    .tg-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--border); border: 1px solid var(--border); }
    .tg-cell { background: var(--chalk); padding: 1.5rem 1.3rem; transition: background .22s; cursor: default; }
    .tg-cell:hover { background: var(--green); }
    .tg-cell:hover .tg-icon i { color: #fff; }
    .tg-cell:hover .tg-txt  { color: #fff; }
    .tg-icon { margin-bottom: .55rem; }
    .tg-icon i { color: var(--green); font-size: 1.15rem; transition: color .22s; }
    .tg-txt { font-weight: 600; font-size: .84rem; color: var(--charcoal); line-height: 1.4; transition: color .22s; }

    /* ─── CONTACT ─── */
    #contact { background: var(--chalk); padding: 6rem 0; }

    .ct-wrap { display: grid; grid-template-columns: 1fr 1.55fr; background: var(--white); border: 1px solid var(--border); }

    .ct-left { background: var(--green); padding: 3.5rem 2.6rem; display: flex; flex-direction: column; justify-content: space-between; }
    .ct-left h3 { font-size: 1.9rem; color: #fff; margin-bottom: .9rem; }
    .ct-left .sub { color: rgba(255,255,255,.58); font-size: .9rem; line-height: 1.78; font-weight: 300; margin-bottom: 2.2rem; }

    .ci { display: flex; align-items: center; gap: .95rem; padding: .95rem 0; border-bottom: 1px solid rgba(255,255,255,.09); }
    .ci:last-of-type { border-bottom: none; }
    .ci-ic { color: var(--lime); font-size: 1.05rem; width: 18px; }
    .ci-lbl { font-size: .62rem; text-transform: uppercase; letter-spacing: .18em; color: var(--lime); display: block; font-weight: 600; }
    .ci-val { color: rgba(255,255,255,.78); font-size: .88rem; }

    .ct-socials { display: flex; gap: .55rem; margin-top: 1.8rem; }
    .ct-socials a {
      width: 34px; height: 34px; background: rgba(255,255,255,.09);
      display: flex; align-items: center; justify-content: center;
      color: rgba(255,255,255,.65); text-decoration: none; border-radius: 2px;
      font-size: .88rem; transition: background .2s, color .2s;
    }
    .ct-socials a:hover { background: var(--lime); color: var(--green); }

    .ct-right { padding: 3.2rem 2.8rem; }
    .ct-right h4 { font-size: 1.45rem; color: var(--charcoal); margin-bottom: 1.6rem; }

    .fl { font-size: .68rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); display: block; margin-bottom: .38rem; }
    .fi {
      width: 100%; background: var(--chalk); border: 1px solid var(--border);
      border-radius: 2px; padding: .72rem .95rem;
      font-size: .9rem; font-family: 'Plus Jakarta Sans', sans-serif;
      color: var(--charcoal); outline: none; transition: border-color .2s, box-shadow .2s;
    }
    .fi:focus { border-color: var(--green2); box-shadow: 0 0 0 3px rgba(10,77,46,.1); background: var(--white); }
    textarea.fi { resize: vertical; min-height: 116px; }

    .btn-send {
      width: 100%; background: var(--orange); color: #fff; border: none;
      padding: .82rem 2rem; font-family: 'Syne', sans-serif; font-weight: 700;
      font-size: .9rem; letter-spacing: .04em; border-radius: 2px;
      cursor: pointer; transition: background .2s, transform .2s;
    }
    .btn-send:hover { background: var(--orange2); transform: translateY(-2px); }

    .form-alert {
  padding: 12px 16px;
  border-radius: 6px;
  font-size: .9rem;
  margin-bottom: 16px;
  font-weight: 500;
}
.form-alert.success {
  background: #d1fae5;
  color: #065f46;
  border: 1px solid #6ee7b7;
}
.form-alert.error {
  background: #fee2e2;
  color: #991b1b;
  border: 1px solid #fca5a5;
}
.btn-send:disabled {
  opacity: .6;
  cursor: not-allowed;
}

    /* ─── FOOTER ─── */
    footer { background: #0F0F0F; padding: 4rem 0 1.8rem; }
    .ft-sq { width: 40px; height: 40px; background: var(--green); display: flex; align-items: center; justify-content: center; margin-bottom: .9rem; }
    .ft-sq span { font-family: 'Syne', sans-serif; font-weight: 800; color: #fff; font-size: 1rem; }
    .ft-name { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 1.05rem; color: #fff; }
    .ft-sub  { font-size: .62rem; letter-spacing: .2em; text-transform: uppercase; color: var(--lime); margin-bottom: .8rem; display: block; }
    .ft-desc { color: rgba(255,255,255,.35); font-size: .85rem; line-height: 1.75; max-width: 250px; font-weight: 300; }
    .ft-head { font-size: .67rem; letter-spacing: .22em; text-transform: uppercase; font-weight: 600; color: rgba(255,255,255,.32); margin-bottom: .85rem; }
    .ft-ul { list-style: none; padding: 0; }
    .ft-ul li { margin-bottom: .45rem; }
    .ft-ul a { color: rgba(255,255,255,.5); font-size: .87rem; text-decoration: none; font-weight: 300; transition: color .2s; }
    .ft-ul a:hover { color: var(--lime); }
    .ft-hr { border-color: rgba(255,255,255,.07); margin: 2.2rem 0 1.4rem; }
    .ft-copy { color: rgba(255,255,255,.22); font-size: .77rem; }

    /* ─── Reveal ─── */
    .rv  { opacity: 0; transform: translateY(28px);  transition: opacity .6s, transform .6s; }
    .rvl { opacity: 0; transform: translateX(-28px); transition: opacity .6s, transform .6s; }
    .rvr { opacity: 0; transform: translateX(28px);  transition: opacity .6s, transform .6s; }
    .rv.in, .rvl.in, .rvr.in { opacity: 1; transform: none; }

    @keyframes sRight { from { opacity:0; transform:translateX(-28px); } to { opacity:1; transform:none; } }

    /* ─── Responsive ─── */
    @media (max-width: 991.98px) {
      .hero-orange-panel { display: none; }
      .about-l { padding: 4rem 2rem; min-height: auto; }
      .about-r { min-height: 300px; }
      .ct-wrap { grid-template-columns: 1fr; }
      .why-orange { margin-top: 2rem; }
      .tg-grid { grid-template-columns: 1fr 1fr; }
      .svc-head { flex-direction: column; align-items: flex-start; }
    }
    @media (max-width: 767.98px) {
      #hero { min-height: auto; padding-top: 4rem; }
      .hstat { border-right: none; border-bottom: 1px solid rgba(255,255,255,.09); }
      .hstat:last-child { border-bottom: none; }
      .tg-grid { grid-template-columns: 1fr; }
      .fnums { grid-template-columns: 1fr 1fr; }
      .ct-right { padding: 2rem 1.5rem; }
      .ct-left  { padding: 2.2rem 1.6rem; }
    }