:root {
    /* Premium palette */
    --primary-green: #112d22;
    --secondary-green: #173c2f;
    --dark-green: #08140e;

    /* Luxury gold */
    --gold: #caa45d;
    --gold-light: #e7d3a1;
    --gold-dark: #9a7631;

    /* Neutral tones */
    --white: #f9f6f0;
    --light-bg: #f4ebde;
    --text-dark: #171c18;
    --text-light: #f7f2e8;
    --text-muted: #7d857f;
    --surface: rgba(255,255,255,0.10);

    --muted: #b8af95;
    --container: 1140px;
}

*{box-sizing:border-box}
body{
  margin:0;
  font-family:'Inter', sans-serif;
  color:var(--text-light);
  background-color:var(--dark-green);
  background:
    linear-gradient(135deg, rgba(5,12,9,0.84), rgba(10,24,16,0.72));
  min-height:100vh;
  line-height:1.65;
  letter-spacing:0.01em;
  position:relative;
}

body::before{
  content:"";
  position:fixed;
  inset:0;
  background:
    radial-gradient(circle at top left, rgba(202,164,93,0.18), transparent 32%),
    linear-gradient(90deg, rgba(255,255,255,0.04), rgba(202,164,93,0.08));
  pointer-events:none;
  z-index:-1;
}

.about-page{background:
    linear-gradient(135deg, rgba(5,12,9,0.84), rgba(10,24,16,0.72)),
    rgba(0,0,0,0.18);
}

body::before{
  content:"";
  position:fixed;
  inset:0;
  background:
    radial-gradient(circle at top left, rgba(202,164,93,0.18), transparent 32%),
    linear-gradient(90deg, rgba(255,255,255,0.04), rgba(202,164,93,0.08));
  pointer-events:none;
  z-index:-1;
}

.container{max-width:var(--container);margin:0 auto;padding:0 1rem}

/* Global Typography */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  letter-spacing: -0.01em;
}

h1 {
  font-size: 3.2rem;
  line-height: 1.06;
  margin: 0 0 1rem;
}

h2 {
  font-size: 2.25rem;
  line-height: 1.12;
  margin: 0 0 1rem;
}

h3 {
  font-size: 1.6rem;
  line-height: 1.2;
  margin: 0 0 0.85rem;
}

h4 {
  font-size: 1.18rem;
  line-height: 1.25;
  margin: 0 0 0.6rem;
}

h5 {
  font-size: 1.05rem;
  margin: 0 0 0.6rem;
}

h6 {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin: 0 0 0.5rem;
}

/* Header / Navigation */
.site-header{
  position:sticky;
  top:0;
  z-index:90;
  background:rgba(5, 14, 10, 0.28);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(255,255,255,0.12);
  box-shadow:0 10px 35px rgba(0,0,0,0.15);
}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:16px 0}
.brand{display:flex;align-items:center;gap:0.85rem;color:#fff;text-decoration:none;font-weight:700;font-size:1.125rem}
.brand-logo{width:86px;height:86px;display:block;border-radius:18px;padding:4px;background:linear-gradient(135deg, rgba(212,175,55,0.9), rgba(255,240,194,0.95));box-shadow:0 16px 36px rgba(0,0,0,0.25);border:1px solid rgba(255,255,255,0.25)}
.brand-name{display:inline-block;font-family:'Playfair Display', serif;font-weight:900;font-size:1.24rem;color:var(--gold);text-transform:uppercase;letter-spacing:0.16em}
.hero{position:relative}
.nav-toggle{display:none;background:none;border:0;color:#fff;font-size:1.4rem}
.site-nav{display:flex;align-items:center;gap:0.5rem}
.site-nav a{color:rgba(255,255,255,0.9);text-decoration:none;margin-left:1.5rem;font-weight:600;letter-spacing:0.06em;white-space:nowrap;text-transform:uppercase;font-size:0.9rem;transition:color .25s ease}
.site-nav a:hover{color:var(--gold)}
.site-nav a.cta{background:rgba(255,255,255,0.12);color:#fff;padding:0.75rem 1.2rem;border-radius:999px;border:1px solid rgba(255,255,255,0.18)}

.site-nav a.cta.quote{background:linear-gradient(135deg, var(--gold), var(--gold-light));color:var(--dark-green);padding:0.8rem 1.6rem;border-radius:999px;font-weight:700;white-space:nowrap;margin-left:auto;box-shadow:0 12px 28px rgba(200,154,52,0.22)}

/* Navbar variant using corporate palette */
.navbar{background:rgba(8, 20, 14, 0.22);padding:16px 0;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.navbar .site-nav a{color:var(--white)}
.navbar .site-nav a:hover{color:var(--gold)}

/* Hero */
.hero {
  background:
    linear-gradient(120deg, rgba(4,10,8,0.68), rgba(9,20,14,0.38)),
    url('images/renewable-energy.png.png') center/cover no-repeat;
  background-blend-mode: multiply, normal;
  color: white;
  min-height: 760px;
  text-align: left;
  position: relative;
  padding: 4.5rem 0 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow:hidden;
 }

.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(202,164,93,0.18), transparent 55%, rgba(255,255,255,0.06));
  pointer-events:none;
}

.hero h1{color:#ffffff;max-width:720px;text-shadow:0 16px 40px rgba(0,0,0,0.24);background:linear-gradient(90deg, #fff8e8 0%, var(--gold-light) 35%, var(--gold) 70%, #fff2c9 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.eyebrow{display:inline-block;color:var(--gold);font-weight:700;text-transform:uppercase;letter-spacing:0.18em;margin-bottom:1rem;font-size:0.78rem}
.lede{color:rgba(255,255,255,0.9);max-width:680px;margin:0 0 1.2rem;line-height:1.8;font-size:1rem}
.hero-highlight-card{max-width:760px;padding:1.1rem 1.2rem;border-radius:18px;background:rgba(255,255,255,0.10);border:1px solid rgba(202,164,93,0.25);box-shadow:0 16px 40px rgba(0,0,0,0.16);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);margin:0 0 1.4rem}
.hero-highlight-title{margin:0 0 0.7rem;font-size:0.8rem;font-weight:700;letter-spacing:0.16em;text-transform:uppercase;color:var(--gold-light)}
.hero-highlight-heading{margin:0.6rem 0 0.35rem;font-size:1.05rem;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;color:#fff}
.hero-highlight-subheading{margin:0.8rem 0 0.35rem;font-size:0.9rem;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;color:var(--gold-light)}
.hero-highlight-miniheading{margin:0.6rem 0 0.25rem;font-size:0.82rem;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;color:#f7e8c6}
.hero-highlight-text{margin:0 0 0.6rem;color:rgba(255,255,255,0.92);font-size:0.95rem;line-height:1.7}
.hero-highlight-list{margin:0 0 0.7rem 1.1rem;padding:0;color:rgba(255,255,255,0.92)}
.hero-highlight-list li{margin-bottom:0.35rem;line-height:1.55;font-size:0.94rem}
.hero-highlight-details{margin-top:0.35rem}
.hero-highlight-summary{cursor:pointer;font-weight:700;color:var(--gold-light);text-transform:uppercase;letter-spacing:0.12em;font-size:0.8rem}
.hero-highlight-details-content{margin-top:0.8rem;padding-top:0.7rem;border-top:1px solid rgba(255,255,255,0.14)}
.hero-actions{display:flex;flex-wrap:wrap;gap:0.9rem;margin-bottom:2rem}
.hero-actions .btn{display:inline-flex;align-items:center;justify-content:center;padding:0.9rem 1.6rem;border-radius:999px;background:linear-gradient(135deg, var(--gold), var(--gold-light));color:var(--dark-green);text-decoration:none;font-weight:700;box-shadow:0 14px 34px rgba(0,0,0,0.18);transition:transform .25s ease,box-shadow .25s ease}
.hero-actions .btn:hover{transform:translateY(-2px);box-shadow:0 18px 42px rgba(0,0,0,0.22)}
.hero-actions .ghost{background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.24);color:rgba(255,255,255,0.95)}
.hero-grid{display:grid;grid-template-columns:1.08fr 0.92fr;align-items:center;gap:2rem}
.hero-copy{max-width:720px}
.hero-image img{width:100%;height:auto;border-radius:24px;box-shadow:0 24px 70px rgba(0,0,0,0.24);border:1px solid rgba(255,255,255,0.14)}
.hero-features{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));gap:0.9rem;margin:0;padding:0;max-width:720px}
.feature-card{background:rgba(255,255,255,0.10);border:1px solid rgba(255,255,255,0.16);border-radius:16px;padding:0.95rem 1rem;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 12px 30px rgba(0,0,0,0.14)}
.feature-card strong{display:block;color:var(--gold-light);font-size:0.95rem;margin-bottom:0.3rem;text-transform:uppercase;letter-spacing:0.08em}
.feature-card p{margin:0;color:rgba(255,255,255,0.9);font-size:0.9rem;line-height:1.6}

/* Light content sections to match screenshot */
.about{
  background: linear-gradient(rgba(0,0,0,0.72), rgba(0,0,0,0.44)), url('images/renewable-energy.png.png') center/cover no-repeat;
  background-size: cover;
  color: #ffffff;
  border-radius: 28px;
  padding: 3rem;
  box-shadow: 0 36px 90px rgba(0,0,0,0.38);
  margin-bottom: 2.5rem;
  border: 1px solid rgba(202,164,93,0.18);
}
.about-copy{
  background: rgba(8, 20, 14, 0.42);
  border-radius: 24px;
  padding: 2.5rem;
  box-shadow: 0 28px 70px rgba(0,0,0,0.24);
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.about-copy h2,
.about-copy h3,
.about-copy p,
.about-copy .btn.ghost{
  color: #ffffff;
}
.about-copy h3{color:var(--gold)}
.about-copy p{color:rgba(255,255,255,0.9);line-height:1.85}
.about-copy .btn.ghost{
  border-color: rgba(255,255,255,0.55);
  padding:0.95rem 1.75rem;
}
.about-media .about-hero img{
  border-radius: 24px;
  box-shadow: 0 34px 90px rgba(0,0,0,0.28);
}
.divisions-preview{
  background: linear-gradient(rgba(0,0,0,0.56), rgba(0,0,0,0.46)), url('images/sola.png.png') center/cover no-repeat;
  background-size: cover;
  color: #ffffff;
  border-radius: 28px;
  padding: 2.5rem;
  box-shadow: 0 24px 64px rgba(0,0,0,0.32);
  margin-bottom: 2rem;
  border: 1px solid rgba(202,164,93,0.16);
}

.contact-section {
  background: rgba(8, 20, 14, 0.36);
  color: #ffffff;
  border-radius: 24px;
  padding: 2.5rem;
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 28px 80px rgba(0,0,0,0.22);
  margin-bottom: 2rem;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* Get in Touch section with renewable energy background */
.get-in-touch {
  background: linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.45)), url('images/renewable-energy.png.png') center/cover no-repeat;
  background-size: cover;
  color: #ffffff;
  min-height: auto;
  padding: 4rem 0;
}

.contact-section.get-in-touch {
  background: rgba(0,0,0,0.16);
  box-shadow: 0 28px 80px rgba(0,0,0,0.18);
}

.get-in-touch .container {
  max-width: 1100px;
}

.get-in-touch h2,
.get-in-touch p,
.get-in-touch label {
  color: #ffffff;
}

.get-in-touch .contact-form {
  background: rgba(0,0,0,0.35);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 24px;
  padding: 2.25rem;
  box-shadow: 0 24px 60px rgba(0,0,0,0.28);
  backdrop-filter: blur(12px);
}

.get-in-touch .contact-form input,
.get-in-touch .contact-form textarea {
  background: rgba(255,255,255,0.95);
  color: var(--text-dark);
  border: 1px solid rgba(200,154,52,0.3);
}

.get-in-touch .contact-form label {
  color: rgba(255,255,255,0.9);
}

.get-in-touch .btn-primary {
  background: var(--gold);
  color: var(--dark-green);
}

.contact-grid > div:first-child h2 {
  color: var(--gold);
}

.contact-grid > div:first-child p {
  color: rgba(255,255,255,0.95);
}

/* Ensure service cards remain light on truck background */
.divisions-preview .services-grid .service-card{background:#ffffff;color:var(--text-dark);border:1px solid rgba(17,17,17,0.06);box-shadow:0 10px 30px rgba(16,24,22,0.06)}
.divisions-preview .service-card h4{color:#092f6e}
.divisions-preview .service-card p{color:rgba(17,17,17,0.85)}

/* Projects section uses truck/hero background with dark overlay */
.projects-ref{
  background: linear-gradient(rgba(0,0,0,0.54), rgba(0,0,0,0.46)), url('images/hero.jpg') center/cover no-repeat;
  color: white;
  border-radius: 24px;
  padding: 2.25rem;
  box-shadow: 0 20px 50px rgba(0,0,0,0.28);
  margin-bottom: 2rem;
  border: 1px solid rgba(202,164,93,0.18);
}

.projects-ref h2, .projects-ref p, .projects-ref a{color:rgba(255,255,255,0.95)}
.projects-ref .btn-primary{background:var(--gold);color:#102;}

.about .muted, .divisions-preview .muted{color:var(--gold-dark);font-weight:700}
.about-copy h2{color:#ffffff}
.why h2,
.about .about-copy h2,
.projects-ref h2,
.partner-card h2,
.sustainability-card h2,
.about-copy h2{
  color:var(--gold-light);
}

/* service cards in light mode */
.services-grid .service-card{background:#fff;color:var(--text-dark);border:1px solid rgba(17,17,17,0.06);box-shadow:0 10px 30px rgba(16,24,22,0.06)}
.service-card .link{color:var(--primary-green);font-weight:700}

.service-card h4{color:#092f6e}

/* adjust footer contrast on light sections */
.dark-section{background:linear-gradient(90deg,#081810,#0f2b1d);color:white}
.partner-invite{padding:3rem 0}
.partner-card,
.sustainability-card{
  background:rgba(255,255,255,0.10);
  border:1px solid rgba(202,164,93,0.24);
  border-radius:28px;
  padding:2.25rem;
  box-shadow:0 24px 60px rgba(0,0,0,0.22);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}
.partner-card h2,
.partner-card p,
.sustainability-card h2,
.sustainability-card p{
  color:#ffffff;
}
.partner-card .btn-primary{margin-top:1rem}

/* Services grid */
.services.preview{padding:2.25rem 0}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.grid article{background:rgba(255,255,255,0.08);padding:1.5rem;border-radius:20px;overflow:hidden;border:1px solid rgba(255,255,255,0.12);box-shadow:0 18px 40px rgba(0,0,0,0.16)}
.service-img{width:100%;height:180px;object-fit:cover;border-radius:14px;margin-bottom:1rem}.page-hero-image{width:100%;display:block;margin:2rem auto 3rem;border-radius:24px;box-shadow:0 34px 90px rgba(0,0,0,0.28);border:1px solid rgba(255,255,255,0.12);max-height:480px;object-fit:cover}.grid h3{margin-top:0;color:#f5f0e8}

/* About / Services layout */
.about-grid{display:grid;grid-template-columns:1fr 420px;gap:2rem;align-items:center}
.about-copy h2{margin-top:0;color:#f7f0e2}
.about-hero{position:relative}
.about-hero img{width:100%;height:auto;border-radius:24px;display:block;box-shadow:0 30px 80px rgba(0,0,0,0.24)}
.about-stats{position:absolute;right:-18px;bottom:-18px;display:grid;gap:0.85rem}
.stat-card{background:var(--gold);color:#112;padding:1rem 1.25rem;border-radius:16px;box-shadow:0 18px 36px rgba(0,0,0,0.18)}

.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:1.5rem}
.service-card{background:rgba(255,255,255,0.09);padding:1.5rem;border-radius:22px;text-align:left;border:1px solid rgba(255,255,255,0.16);box-shadow:0 16px 40px rgba(0,0,0,0.16);transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}
.service-card h4{margin:0.75rem 0 0.5rem;color:var(--white)}
.service-card p{color:rgba(255,255,255,0.86)}
.service-card .service-img{height:130px;object-fit:cover;border-radius:14px}
.service-card:hover{transform:translateY(-6px);border-color:rgba(202,164,93,0.45);box-shadow:0 24px 60px rgba(0,0,0,0.22)}

@media (max-width:900px){.about-grid{grid-template-columns:1fr}.services-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:650px){.services-grid{grid-template-columns:1fr}}

/* Responsive tweaks: stack hero, reduce logo, and improve spacing on small screens */
@media (max-width:900px){
  .hero-grid{grid-template-columns:1fr;gap:1rem}
  .hero-image{display:none}
  .hero h1{font-size:2rem}
  .brand-logo{width:64px;height:64px}
  .brand-name{font-size:0.95rem}
  .about, .divisions-preview{padding:1.25rem}
  .team-grid{grid-template-columns:repeat(2,1fr)}
  .member img{height:220px}
  .service-card .service-img{height:140px}
  .container{padding:0 0.75rem}
}
@media (max-width:480px){
  .brand-logo{width:52px;height:52px}
  .brand-name{font-size:0.88rem}
  .hero h1{font-size:1.6rem}
  .hero-actions .btn{padding:0.7rem 1rem}
  .team-grid{grid-template-columns:1fr}
  .services-grid{grid-template-columns:1fr}
  .member img{height:auto;object-fit:contain}
}

.service-card {
  background: rgba(13, 104, 13, 0.63);
  border-radius: 10px;
  padding: 30px;
  transition: 0.3s;
  border: 1px solid #eee;
}

.service-card:hover {
  transform: translateY(-8px);
  border-bottom: 4px solid var(--gold);
}

.about-preview{padding:2.5rem 0}
.link{color:var(--accent);text-decoration:none;font-weight:700}
.link:hover{opacity:0.92}

/* Footer */
.site-footer {
  background:rgba(6, 16, 12, 0.55);
  color: white;
  padding: 80px 0;
  border-top: 1px solid rgba(255,255,255,0.10);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}
.footer-inner{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}
.footer-nav a{color:rgba(255,255,255,0.85);text-decoration:none;margin-left:1rem;font-weight:500}
.footer-nav a:hover{color:var(--gold)}
.footer-grid{display:grid;grid-template-columns:1fr 420px 180px;gap:1rem;align-items:start}
.footer-col h4{margin:0 0 0.5rem;color:var(--gold-light)}
.footer-col p{color:rgba(255,255,255,0.82)}
.newsletter-form{display:flex;gap:0.75rem;margin-top:1rem}
.newsletter-form input{flex:1;padding:0.85rem;border-radius:16px;border:1px solid rgba(255,255,255,0.16);background:rgba(255,255,255,0.08);color:white}
.newsletter-form input::placeholder{color:rgba(255,255,255,0.58)}
.newsletter-form button{background:var(--gold);color:var(--dark-green);padding:0.85rem 1.2rem;border-radius:16px;border:none;font-weight:700;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease}
.newsletter-form button:hover{transform:translateY(-1px);box-shadow:0 18px 32px rgba(0,0,0,0.18);background:var(--gold-dark)}
.social-link{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);color:rgba(255,255,255,0.9);text-decoration:none;margin-right:1.2rem;transition:transform .3s ease,background-color .3s ease,border-color .3s ease}
.social-link svg{width:24px;height:24px}
.social-link:hover{transform:translateY(-4px);background:var(--gold);border-color:var(--gold);color:var(--dark-green)}

/* Contact form */
.contact-form{max-width:720px;margin:0 auto;background:rgba(255,255,255,0.06);padding:2rem;border-radius:20px;border:1px solid rgba(255,255,255,0.15);box-shadow:0 24px 80px rgba(0,0,0,0.2)}

.btn-primary {
  background: var(--gold);
  color: var(--dark-green);
  padding: 15px 35px;
  border-radius: 50px;
  border: none;
  font-weight: 700;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 40px rgba(0,0,0,0.18);
}

.photo-credit{font-size:0.8rem;color:var(--muted);margin-top:0.6rem}
.photo-credit a{color:var(--muted);text-decoration:underline}
.photo-credit.small{font-size:0.75rem;margin-top:0.35rem}

/* Stats */
.stats-grid{display:flex;gap:1rem;justify-content:space-between}
.stat{flex:1;background:rgba(255,255,255,0.02);padding:1rem;border-radius:8px;text-align:center}
.stat strong{display:block;font-size:1.5rem;color:var(--accent)}

/* Testimonials */
.testimonials h2{margin-bottom:0.75rem;color:var(--gold-light)}
.testimonial{background:rgba(0,0,0,0.18);padding:1rem;border-radius:8px;color:var(--muted);border:1px solid rgba(202,164,93,0.22)}
.testimonial cite{display:block;margin-top:0.5rem;color:var(--gold-light);font-size:0.9rem}

/* Team */
.team h2{color:var(--gold-light)}
.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.3rem}
.member{text-align:center;background:linear-gradient(145deg, rgba(255,255,255,0.09), rgba(255,255,255,0.03));padding:1.25rem 1rem 1.1rem;border-radius:18px;border:1px solid rgba(212,175,55,0.28);box-shadow:0 20px 48px rgba(0,0,0,0.24);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease}
.member:hover{transform:translateY(-5px);box-shadow:0 28px 60px rgba(0,0,0,0.32);border-color:rgba(212,175,55,0.45)}
.member img{display:block;width:100%;max-width:210px;height:210px;object-fit:cover;border-radius:50%;margin:0 auto 0.95rem;border:3px solid rgba(212,175,55,0.35);box-shadow:0 18px 40px rgba(0,0,0,0.28)}
.member h4{margin:0.6rem 0 0.2rem;color:#fffdf7;font-size:1.1rem;letter-spacing:0.03em;font-weight:700}
.member p{margin:0;color:rgba(255,255,255,0.82);font-size:0.95rem}

@media (max-width:900px){
    .stats-grid{flex-direction:column}
    .team-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:650px){
    .team-grid{grid-template-columns:1fr}
}
.form-row{display:flex;gap:1rem}
.form-field{flex:1;display:flex;flex-direction:column}
label{font-size:0.95rem;color:rgba(255,255,255,0.85);margin-bottom:0.35rem}
input,textarea{padding:0.85rem;border-radius:16px;border:1px solid rgba(255,255,255,0.16);background:rgba(255,255,255,0.96);color:var(--text-dark);box-shadow:0 14px 30px rgba(0,0,0,0.08)}
input::placeholder,textarea::placeholder{color:rgba(102,102,102,0.65)}
textarea{min-height:160px}
.btn-primary {
  background: var(--gold);
  color: var(--dark-green);
  padding: 15px 35px;
  border-radius: 50px;
  border: none;
  font-weight: 700;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 40px rgba(0,0,0,0.18);
  background: rgba(200,153,52,0.98);
}

/* Utilities */
.btn{display:inline-block}
.section-intro{padding:2rem 0}
.section-intro h2{margin-top:0;color:#f7f0e2}
.page-section{padding:2rem 0}
.glass-panel{background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.18);box-shadow:0 40px 90px rgba(0,0,0,0.30);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:32px;padding:2.5rem 2rem;position:relative;overflow:hidden}
.glass-panel::before{content:'';position:absolute;inset:0;border-radius:inherit;background:linear-gradient(135deg,rgba(255,255,255,0.18),rgba(255,255,255,0));pointer-events:none}
.glass-panel h1{margin-top:0;color:#f5eecd;letter-spacing:0.02em;font-size:clamp(2.4rem,3vw,4rem);text-shadow:0 8px 24px rgba(0,0,0,0.28);margin-bottom:1.1rem}
.glass-panel h2{color:var(--gold);margin-top:0;text-shadow:0 6px 16px rgba(0,0,0,0.2)}
.glass-panel p{color:rgba(255,255,255,0.95);line-height:1.85}
.glass-panel strong, .glass-panel em{color:var(--gold-light)}
.glass-panel .section-card{background:rgba(255,255,255,0.02);border-color:rgba(255,255,255,0.14)}
.section-card{background:rgba(255,255,255,0.05);padding:1.5rem;border-radius:16px;border:1px solid rgba(255,255,255,0.08)}
.popout-card{background:linear-gradient(135deg, rgba(255,255,255,0.08), rgba(212,175,55,0.08));border:1px solid rgba(212,175,55,0.3);box-shadow:0 24px 70px rgba(0,0,0,0.24);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-radius:24px;padding:1.3rem 1.6rem;margin:0 auto 2rem;max-width:960px;position:relative;overflow:hidden}
.popout-card::before{content:'';position:absolute;top:-22px;right:-22px;width:130px;height:130px;background:radial-gradient(circle, rgba(255,255,255,0.32), rgba(212,175,55,0.04));border-radius:50%;pointer-events:none}
.popout-card p{margin:0;color:#fff;font-size:1.05rem;font-weight:700;letter-spacing:0.18em;text-transform:uppercase;line-height:1.4;position:relative;z-index:1}
.division-banner{width:100%;display:block;margin:0 auto 2rem;border-radius:28px;overflow:hidden;box-shadow:0 28px 80px rgba(0,0,0,0.35);border:1px solid rgba(255,255,255,0.16);max-height:430px}
.division-banner img{width:100%;height:100%;display:block;object-fit:cover;vertical-align:middle;transition:transform .4s ease}
.division-banner:hover img{transform:scale(1.02)}
.dark-section {
  background: linear-gradient(
    90deg,
    #081810,
    #0f2b1d,
    #173b2b
  );
  color: white;
}
.summary-card{background:rgba(15,42,90,0.85);border-color:rgba(216,165,58,0.35);box-shadow:0 16px 34px rgba(0,0,0,0.18)}
.summary-card h2{color:#f7e7c0}
.summary-card p{color:rgba(247,230,192,0.95);line-height:1.8}
/* Full-bleed summary wrapper */
.summary-full{position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;width:100vw;padding:2rem 0;background:transparent}
.summary-full .container{max-width:var(--container);padding:0 1rem}
.summary-head{display:flex;align-items:center;gap:0.85rem;margin-bottom:0.5rem}
.summary-icon{display:flex;align-items:center;gap:0.6rem}
.icon-item{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:8px;background:rgba(255,255,255,0.03);color:var(--accent)}
.icon-item svg{width:26px;height:26px}
.icon-energy{background:linear-gradient(180deg,rgba(216,165,58,0.08),rgba(216,165,58,0.04));color:rgba(216,165,58,1)}
.icon-water{background:linear-gradient(180deg,rgba(124,204,255,0.07),rgba(124,204,255,0.03));color:#7fd1ff}
.icon-logistics{background:linear-gradient(180deg,rgba(255,255,255,0.02),rgba(255,255,255,0.01));color:var(--muted)}
.section-card ul{padding-left:1.2rem;list-style:disc;}
.section-card ul li{margin-bottom:0.55rem;color:rgba(255,255,255,0.86)}
.contact-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:2rem;align-items:start}
.contact-grid h2{margin-top:0}
.content-intro p{max-width:820px;line-height:1.75}
.page-footer-text{margin:0;color:var(--muted)}

/* Responsive */
@media (max-width:900px){.grid{grid-template-columns:repeat(2,1fr)}.hero h1{font-size:2rem}.contact-grid{grid-template-columns:1fr}}
@media (max-width:650px){
    .grid{grid-template-columns:1fr}
    .nav-toggle{display:inline-block}
    .site-nav{display:none;position:absolute;right:1rem;top:64px;background:rgba(17,41,23,0.95);padding:0.75rem;border-radius:12px}
    .site-nav a{display:block;margin:0.5rem 0}
    .footer-inner{flex-direction:column;gap:0.75rem;text-align:center}
}