:root{
  --accent: #75F275;      
  --container: 1080px;    
  --tech-overlay: #000F27;
}

*{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
body{
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: #fff;
  color: #111;
}
a{ text-decoration: none; color: inherit; }
img{ max-width: 100%; display: block; }
.center{ text-align: center; }

.container{
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 20px;
}

.section{ padding: 56px 0; }
.section--white{ background: #fff; }
.section--light{ background: #efefef; }

/* Logo hover effect (top brand) */
.brand{
  transition: transform .18s ease, filter .18s ease, opacity .18s ease;
  transform-origin: left center;
}

.brand:hover{
  transform: translateY(-1px);
  filter: brightness(1.18);
}

/* optional: make the logo image pop slightly */
.brand__logo{
  transition: transform .18s ease, filter .18s ease;
}

.brand:hover .brand__logo{
  transform: scale(1.03);
}

/* Mobile: tap feedback */
@media (hover: none){
  .brand:hover{ transform: none; filter: none; }
  .brand:active{
    transform: scale(.99);
    filter: brightness(1.12);
  }
}


/* TOPography section background image */
.section--topo{
  background: url("./assets/images/topo-bg.png") center/cover no-repeat;
}

.section__title{
  margin: 0 0 18px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}

/* ---------------- HERO ---------------- */
.hero{
  position: relative;
  min-height: 720px;
  background: url("./assets/shutterstock_2481693783\ 1.jpg") center/cover no-repeat;
  color: #fff;
}


.hero__inner{
  position: relative;
  padding: 22px 0 40px;
}

.nav{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.brand{
  display:flex;
  align-items:center;
  gap:10px;
  color:#fff;
  font-weight:700;
}
.brand__logo{
  height: 32px;   /* change this for mobile size */
  width: auto;
}

@media (min-width: 768px){
  .brand__logo{
    height: 44px; /* change this for desktop size */
  }
}
.brand__text{ letter-spacing: .5px; }

.nav--desktop{ display: none; }

.nav__links{
  display:flex;
  gap:28px;
  font-size:12px;
  font-weight:600;
  opacity:.95;
}

.burger{
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.35);
  background: transparent;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
}
.burger span{
  width: 18px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  display: block;
}

/* ✅ REACTIVE mobile dropdown bar */
.mobile-menu{
  /* position it right under the mobile nav */
  width: 100%;
  margin-top: 10px;

  /* bar styling */
  background: rgba(0,0,0,.35);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 14px;

  display: flex;
  flex-direction: column;
  gap: 10px;

  /* CLOSED by default */
  opacity: 0;
  transform: translateY(-10px);
  max-height: 0;
  padding: 0 12px;
  overflow: hidden;
  pointer-events: none;

  transition: opacity .25s ease, transform .25s ease, max-height .25s ease, padding .25s ease;
}

/* OPEN state */
.mobile-menu.is-open{
  opacity: 1;
  transform: translateY(0);
  max-height: 260px;
  padding: 12px;
  pointer-events: auto;
}

/* Links inside the bar */
.mobile-menu a{
  padding: 12px 12px;
  border-radius: 12px;
  color: #fff;
  font-weight: 700;
  letter-spacing: .3px;
  transition: background-color .2s ease, transform .2s ease;
}

.mobile-menu a:hover{
  background: rgba(255,255,255,.10);
  transform: translateY(-1px);
}

@media (hover:none){
  .mobile-menu a:hover{ transform: none; }
  .mobile-menu a:active{
    transform: scale(.99);
    background: rgba(255,255,255,.10);
  }
}

/* Never show the mobile dropdown on desktop */
@media (min-width: 768px){
  .mobile-menu{ display:none !important; }
}


.hero__text{
  padding-top: 90px;
  text-align: center;
}

.hero__title{
  margin: 0;
  font-family: "ITC Avant Garde Gothic Pro", Inter, sans-serif;
  font-weight: 600;
  font-size: 46.59px;   
  line-height: 116%;    
}

.hero__subtitle{
  margin: 10px 0 0;
  font-size: 14px;
  opacity: .95;
}

.hero__buttons{
  margin-top: 14px;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.btn{
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.btn--primary{ background:#fff; color:#111; }
.btn--ghost{ border:1px solid rgba(255,255,255,.6); color:#fff; background:transparent; }

/* ---------------- QUICK FACTS ---------------- */
.qf-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.qf-card{
  border: 1px solid var(--accent);
  border-radius: 14px; /* if your Figma radius differs, change this */
  padding: 18px;       /* if your Figma padding differs, change this */
  display: flex;
  gap: 14px;
  align-items: center;
  background: #fff;
}

.qf-icon{ width: 48px; height: 48px; }
.qf-body{ display:flex; flex-direction:column; gap:4px; }
.qf-label{ font-weight: 700; font-size: 12px; }
.qf-text{ font-size: 12px; opacity: .9; }

/* ---------------- INVESTMENT THESIS ---------------- */
/* ---------------- INVESTMENT THESIS SLIDER ---------------- */
.investment{
  position: relative;
  color: #fff;
  overflow: hidden;
  padding: 120px 0; /* desktop */
}

@media (max-width: 768px){
  .investment{ padding: 90px 0; } /* mobile */
}
@media (max-width: 480px){
  .investment{ padding: 76px 0; } /* small phones */
}

/* background image layer */
.investment__bg{
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.02);
  z-index: 0;
  transition: opacity .35s ease;
}

/* overlay for readability */
.investment__overlay{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.25);
  z-index: 1;
}
@media (max-width: 480px){
  .investment__overlay{ background: rgba(0,0,0,.38); } /* stronger on phones */
}

.investment__inner{
  position: relative;
  z-index: 2;
}

.inv-title{
  margin:0 0 10px;
  text-align:center;
  font-weight:700;
  font-size:14px;
}

.inv-text{
  max-width: 740px;
  margin: 0 auto;
  text-align: center;
  opacity: .95;
  line-height: 1.55;
  font-size: 12px;
}

/* arrows */
.inv-nav{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.35);
  background: rgba(0,0,0,.30);
  color: #fff;
  cursor: pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size: 28px;
  line-height: 1;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
  z-index: 3;
}

.inv-nav--left{ left: 14px; }
.inv-nav--right{ right: 14px; }

.inv-nav:hover{
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.70);
  transform: translateY(-50%) scale(1.05);
}

/* mobile tuning */
@media (max-width: 768px){
  .inv-nav{ width: 44px; height: 44px; font-size: 26px; }
  .inv-nav--left{ left: 10px; }
  .inv-nav--right{ right: 10px; }
}
@media (max-width: 480px){
  .inv-nav{ width: 40px; height: 40px; font-size: 24px; }
  .inv-nav--left{ left: 8px; }
  .inv-nav--right{ right: 8px; }
}

@media (hover:none){
  .inv-nav:hover{ transform: translateY(-50%); background: rgba(0,0,0,.30); }
  .inv-nav:active{ transform: translateY(-50%) scale(.96); }
}

/* dots */
.inv-dots{
  margin-top: 18px;
  display:flex;
  justify-content:center;
  gap: 8px;
}
.inv-dot{
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.35);
  border: 1px solid rgba(255,255,255,.25);
  cursor: pointer;
  transition: transform .18s ease, background-color .18s ease;
}
.inv-dot.is-active{
  background: rgba(255,255,255,.92);
  transform: scale(1.15);
}

/* ===== Investment slider GREEN controls ===== */

/* arrows */
.inv-nav{
  border-color: rgba(117,242,117,.55);
  background: rgba(117,242,117,.14);
  color: var(--accent);
}

.inv-nav:hover{
  background: rgba(117,242,117,.22);
  border-color: rgba(117,242,117,.95);
}

/* dots */
.inv-dot{
  background: rgba(117,242,117,.22);
  border-color: rgba(117,242,117,.35);
}

.inv-dot.is-active{
  background: var(--accent);
  border-color: rgba(117,242,117,.95);
}

.inv-nav:hover{
  box-shadow: 0 10px 22px rgba(117,242,117,.18);
}

/* Keep Investment text away from arrows (mobile safe area) */
.investment__inner{
  position: relative;
}

@media (max-width: 768px){
  .investment__inner{
    padding-left: 62px;   /* space for left arrow */
    padding-right: 62px;  /* space for right arrow */
  }
}

@media (max-width: 480px){
  .investment__inner{
    padding-left: 54px;
    padding-right: 54px;
  }
}
  


/* ---------------- LAND TENURE ---------------- */
.land-panels{
  width: min(820px, 100%);
  height: auto;
  margin: 18px auto 10px;
}
.p{
  max-width: 780px;
  margin: 0 auto;
  line-height: 1.6;
  opacity: .85;
}
.small{ font-size: 12px; }

/* styles.css (only the wave background + keeps content above it) */

/* Location & Land Tenure wavy background (wave.png @ 85% opacity) */
.section--wave{
  position: relative;
  background: #f4f4f4;
  overflow: hidden;
}

.section--wave::before{
  content:"";
  position: absolute;
  inset: 0;
  background: url("./assets/wave.png") center/cover no-repeat;
  opacity: 0.85;
  pointer-events: none;
  z-index: 0;
}

/* Keep section content above the wave */
.section--wave > .container{
  position: relative;
  z-index: 1;
}


/* ---------------- TECHNOLOGY (EXACT overlay) ---------------- */
.technology{
  position: relative;
  padding: 90px 0;
  background: url("./assets/Rectangle\ 1.jpg") center/cover no-repeat;
  color: #fff;
  overflow: hidden;
}

/* EXACT: Color #000F27, Blend Mode Hard light, 100% */
.technology::before{
  content:"";
  position:absolute;
  inset:0;
  background: var(--tech-overlay);
  mix-blend-mode: hard-light;
  opacity: 1;
  pointer-events:none;
}

.tech__inner{ position: relative; }

.tech-title{
  text-align: center;
  margin: 0 0 24px;
  font-weight: 700;
  font-size: 14px;
  color: var(--accent);
}

.tech-stack{
  display:flex;
  flex-direction:column;
  gap: 22px;
  align-items:center;
}

.tech-item{
  width:100%;
  display:flex;
  gap:12px;
  align-items:flex-start;
}

.tech-icon{
  width: 32px;
  height: 32px;
  margin-top: 2px;
}

.tech-head{
  font-weight:700;
  font-size: 12px;
  color: var(--accent);
  margin-bottom: 6px;
}

.tech-text{
  font-size: 11px;
  line-height: 1.5;
  opacity: .92;
}

.tech-step{
  width:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
}

.tech-mid-icon{
  width: 32px;
  height: 32px;
}

.tech-card{
  width: min(520px, 100%);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 14px;
  padding: 14px 16px;
  background: rgba(0,0,0,.10);
}

.tech-card-title{
  font-weight:700;
  font-size:12px;
  color: var(--accent);
  margin-bottom: 6px;
}

/* ---------------- ABOUT + VIDEO ---------------- */
.about-grid{
  display:grid;
  grid-template-columns: 1fr;   /* mobile: stacked */
  gap: 22px;
  align-items: start;
}

@media (min-width: 768px){
  .about-grid{
    grid-template-columns: 1fr 1fr; /* desktop: 2 columns */
    gap: 28px;
    align-items: center;
  }
}

.about-title{
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 700;
}

.video-box{
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: #000;
  aspect-ratio: 16 / 9;   /* keeps it perfect on mobile */
}

.video-file{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;      /* use 'contain' if you never want cropping */
}


/* ---------------- FOOTER ---------------- */
.footer{
  background: #0b0b0b;
  color: #fff;
  padding: 40px 0;
}

.footer__inner{
  display:flex;
  flex-direction:column;
  gap:18px;
  align-items:center;
  text-align:center;
}

.footer__title{ font-weight:700; margin-bottom:8px; }
.footer__text{ font-size:12px; opacity:.85; }
.footer__brand{ font-weight:700; letter-spacing:.5px; }

.footer__center{ display:flex; flex-direction:column; align-items:center; gap:10px; }

.social{ display:flex; gap:10px; }
.social img{ width:18px; height:18px; opacity:.9; }
.social a:hover img{ opacity:1; }

/* ---------------- DESKTOP ---------------- */
@media (min-width: 768px){
  .nav--mobile{ display:none; }
  .mobile-menu{ display:none; }
  .nav--desktop{ display:flex; }

  .hero__title{
    font-size: 96px;   /* confirmed desktop */
    line-height: 116%; /* confirmed desktop */
  }

  .qf-grid{
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }

  .about-grid{
    grid-template-columns: 1fr;
  }

  .footer__inner{
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
  }
}

.footer__logo{
  height: 34px;     /* adjust */
  width: auto;
  display: block;
  margin: 0 auto;   /* centers on mobile */
}

@media (min-width: 768px){
  .footer__logo{
    height: 42px;   /* bigger on desktop */
    margin: 0;      /* align left in desktop column */
  }
}

/* NAV hover effect (About Us / Contact) */
.nav__links a,
.mobile-menu a{
  position: relative;
  padding: 6px 10px;
  border-radius: 10px;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

/* Hover */
.nav__links a:hover,
.mobile-menu a:hover{
  background: rgba(255,255,255,.12);
  transform: translateY(-1px);
}

/* Optional: underline accent on hover */
.nav__links a::after{
  content:"";
  position:absolute;
  left:10px;
  right:10px;
  bottom:2px;
  height:2px;
  background: var(--accent, #75F275);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
  border-radius: 2px;
}

.nav__links a:hover::after{
  transform: scaleX(1);
}

/* Quick Facts hover */
.qf-card{
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.qf-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0,0,0,.10);
  border-color: rgba(117,242,117,.95);
}

/* Mobile: use tap feedback instead of hover */
@media (hover: none){
  .qf-card:hover{ transform: none; box-shadow: none; }
  .qf-card:active{
    transform: scale(.99);
    box-shadow: 0 8px 18px rgba(0,0,0,.10);
  }
}

/* Technology cards hover */
.tech-card{
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background-color .18s ease;
}

.tech-step:hover .tech-card{
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0,0,0,.25);
  border-color: rgba(117,242,117,.75);
  background: rgba(255,255,255,.06);
}

/* Mobile: tap feedback instead of hover */
@media (hover: none){
  .tech-step:hover .tech-card{ transform: none; box-shadow: none; }
  .tech-card:active{
    transform: scale(.99);
    box-shadow: 0 8px 18px rgba(0,0,0,.25);
  }
}

/* Footer social icons hover */
.social a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 8px;
  transition: transform .18s ease, background-color .18s ease;
}

.social img{
  transition: transform .18s ease, opacity .18s ease, filter .18s ease;
}

.social a:hover{
  background: rgba(255,255,255,.08);
  transform: translateY(-2px);
}

.social a:hover img{
  opacity: 1;
  transform: scale(1.08);
  filter: drop-shadow(0 6px 10px rgba(0,0,0,.35));
}

/* Mobile tap feedback */
@media (hover: none){
  .social a:hover{ transform: none; background: transparent; }
  .social a:active{
    transform: scale(.96);
    background: rgba(255,255,255,.08);
  }
}

/* HERO overlay: BRIGHTEN top + darken bottom for readability */
.hero__overlay{
  position: absolute;
  inset: 0;

  /* 1st gradient = white wash at the top (brightens image)
     2nd gradient = dark fade towards bottom (keeps text readable) */
  background:
    linear-gradient(to bottom,
      rgba(255,255,255,0.22) 0%,
      rgba(255,255,255,0.10) 18%,
      rgba(255,255,255,0.00) 40%
    ),
    linear-gradient(to bottom,
      rgba(0,0,0,0.05) 0%,
      rgba(0,0,0,0.18) 30%,
      rgba(0,0,0,0.38) 100%
    );

  z-index: 0;
}
/* White bar across the top of the hero */
.hero::before{
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: var(--nav-h);              /* bar height (same as your top area) */
  background: rgba(255,255,255,.22); /* whiten strength */
  opacity: 1;                        /* always visible */
  pointer-events: none;
  z-index: 1;
}

/* Keep your nav/text above the bar */
.hero__inner{
  position: relative;
  z-index: 2;
}
.hero::after{ display:none; }

/* HERO buttons hover */
.hero__buttons .btn{
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease, border-color .18s ease;
}

/* Primary button hover (Download project teaser) */
.hero__buttons .btn--primary:hover{
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0,0,0,.18);
  background: rgba(255,255,255,.92);
}

/* Ghost button hover (Request data room access) */
.hero__buttons .btn--ghost:hover{
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0,0,0,.18);
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.9);
}

/* Mobile: no hover, use tap feedback */
@media (hover: none){
  .hero__buttons .btn:hover{
    transform: none;
    box-shadow: none;
  }
  .hero__buttons .btn:active{
    transform: scale(.98);
    box-shadow: 0 8px 18px rgba(0,0,0,.18);
  }
}
