/* Reset + base */
*{box-sizing:border-box}
html,body{height:100%}
body{font-family:Roboto, sans-serif;color:#222;margin:0;line-height:1.6;-webkit-font-smoothing:antialiased}
.container{width:calc(100% - 40px);max-width:1200px;margin:0 auto}
a{color:inherit;text-decoration:none}

/* Header */
.site-header{position:fixed;left:0;right:0;top:0;z-index:60;background:rgba(255,255,255,0.85);backdrop-filter:saturate(120%) blur(6px);box-shadow:0 2px 8px rgba(15,15,15,0.03)}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:18px 0}
.logo{height:48px}
.nav ul{list-style:none;display:flex;gap:22px;align-items:center;margin:0;padding:0}
.nav a{font-weight:500;font-size:14px;color:#3b3d42;letter-spacing:0.6px}
.nav .cta{background:#d7b24a;color:#fff;padding:9px 14px;border-radius:3px}
.menu-toggle{display:none;background:transparent;border:0;font-size:22px}

/* Hero */
.hero{min-height:86vh;display:flex;align-items:center;padding-top:100px}
.hero-grid{display:grid;grid-template-columns:1fr 480px;gap:40px;align-items:center}
.eyebrow{font-family:Montserrat, sans-serif;font-weight:600;color:#8a7a2b;letter-spacing:2px;text-transform:uppercase;margin-bottom:10px}
.hero h1{font-family:Lora, serif;font-size:46px;line-height:1.02;margin:0 0 16px;color:#111}
.lead{color:#555;font-size:16px;max-width:50ch;margin-bottom:20px}
.hero-actions .btn{display:inline-block;padding:12px 18px;border-radius:4px;background:#111;color:#fff;margin-right:12px;font-weight:600}
.btn-outline{background:transparent;border:2px solid rgba(255,255,255,0.12);color:#111}


.lead-bullets {
  color: #555;
  font-size: 16px;
  max-width: 50ch;
  margin: 20px 0;
  padding-left: 1.4em;
  list-style: none;
}
.lead-bullets li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0.8em;
}
.lead-bullets li::before {
  content: "•";
  color: #d7b24a; /* Golden accent */
  position: absolute;
  left: 0;
  font-weight: bold;
}

/* Sections */
.section{padding:80px 0}
.section-head{margin-bottom:28px}
.section-head h2{font-family:Lora, serif;font-size:32px;margin:0}
.section-head p.muted{color:#777;margin-top:8px}

/* Projects */
.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.06)}
.card img{width:100%;height:430px;object-fit:cover;display:block}
.card-body{padding:18px}
.card-body h3{margin:0 0 8px;font-family:Montserrat, sans-serif}

/* Testimonials */
.bg-light{background:#fbfbfb}
.testimonials-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.testimonial{background:#fff;padding:22px;border-radius:8px;box-shadow:0 8px 18px rgba(0,0,0,0.04)}
.testimonial p{margin:0 0 12px;color:#555}
.testimonial cite{color:#888;font-size:14px}

/* About */
.about-grid{display:grid;grid-template-columns:1fr 420px;gap:30px;align-items:center}
.features{margin-top:16px;list-style:none;padding:0;display:flex;flex-direction:column;gap:8px}
.features li{background:linear-gradient(90deg,#f6f6f6,#fff);padding:8px 12px;border-radius:6px;color:#333;font-weight:500;}
/* ==== About Image Fix ==== */
.about-image {
  overflow: hidden;
  border-radius: 12px;          /* matches other cards */
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}
.about-image img {
  width: 100%;                  /* fill the container */
  height: 100%;                 /* fill the container */
  object-fit: cover;            /* crop nicely, no distortion */
  display: block;
  transition: transform 0.4s ease;
}
.about-image:hover img {
  transform: scale(1.05);       /* subtle zoom on hover */
}

/* FOOTER — DEEP FOREST GREEN + CLEAN LAYOUT */
.footer {
  padding: 80px 0 40px;
  background: linear-gradient(180deg, #1a4d2e, #123d24);
  background-color: #123d24;
  color: #c8e6c9;
  font-size: 15px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-col h3 {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  margin-bottom: 18px;
  font-weight: 700;
}

.footer-col p {
  color: #a8e6a8;
  line-height: 1.8;
  margin: 0;
}

.footer-col a {
  color: #e8f5e9 !important;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-col a:hover {
  color: #ffffff !important;
}

.footer-col strong {
  color: #ffffff;
  font-size: 1.1em;
}

/* Copyright */
.copyright {
  text-align: center;
  padding: 30px 20px 10px;
  margin-top: 50px;
  color: #81c784;
  font-size: 13.5px;
  border-top: 1px solid rgba(168, 230, 168, 0.2);
}

/* Responsive — Stack on Mobile */
@media (max-width: 780px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  .footer {
    padding: 60px 0 30px;
  }
}
/* ==== Works of Repute ==== */
.works-repute { padding: 100px 0; background:#fafafa; }
.works-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
.works-image {
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0,0,0,.08);
}
.works-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.works-image:hover img { transform: scale(1.04); }

.works-text h2 {
  font-family: Lora, serif;
  font-size: 32px;
  margin-bottom: 12px;
}
.works-text .muted { margin-bottom: 20px; }

.repute-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
}
.repute-bullets li {
  position: relative;
  padding-left: 1.6em;
  margin-bottom: 1.1em;
  font-size: 16px;
  line-height: 1.5;
}
.repute-bullets li::before {
  content: "•";
  color: #d7b24a;               /* golden bullet */
  position: absolute;
  left: 0;
  font-weight: bold;
}
/* HERO IMAGE — SMALLER & PERFECTLY BALANCED */
/* HERO IMAGE — FORCED SMALLER HEIGHT (WORKS 100%) */
/* HERO IMAGE — FINAL VERSION (TALL & VERTICALLY ELONGATED) */
.hero-image {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 35px 70px rgba(0,0,0,0.15);
  margin: 2.5rem auto;
}

.hero-main-img {
  width: 100% !important;
  max-width: 580px !important;
  height: 580px !important;        /* TALLER & ELONGATED */
  object-fit: cover !important;
  object-position: center top !important;   /* Keeps the top part visible */
  border-radius: 16px !important;
  display: block !important;
  transition: transform 0.4s ease !important;
}

.hero-main-img:hover {
  transform: scale(1.04) !important;
}

/* Mobile — still tall but fits perfectly */
@media (max-width: 780px) {
  .hero-main-img {
    max-width: 92vw !important;
    height: 580px !important;       /* Still elongated on mobile */
    border-radius: 20px !important;
  }
  .hero-image {
    margin: 2rem 0;
  }
}

.hero-main-img {
  width: 100% !important;
  max-width: 480px !important;
  height: 620px !important;       /* ← FORCED HEIGHT */
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 14px;
  display: block !important;
  transition: transform 0.4s ease;
}

.hero-main-img:hover {
  transform: scale(1.03);
}
/* Mobile: Make image bigger but never overflow */
@media (max-width: 780px) {
  .hero-main-img {
    max-width: 92vw;          /* Takes almost full width on mobile */
    border-radius: 16px;
  }
  .hero-image {
    margin: 2rem 0;
  }
}

/* Tablet */
@media (max-width: 1000px) {
  .hero-main-img {
    max-width: 480px;
  }
}
/* ---- Responsive ---- */
@media (max-width: 860px) {
  .works-grid { grid-template-columns: 1fr; }
  .works-image { order: -1; margin-bottom: 30px; }
}


/* Responsive */
@media (max-width:1000px){
  .hero-grid{grid-template-columns:1fr 380px}
  .projects-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:780px){
  .nav{display:none}
  .menu-toggle{display:block}
  .hero-grid{grid-template-columns:1fr;gap:26px}
  .hero h1{font-size:34px}
  .projects-grid{grid-template-columns:1fr}
  .about-grid{grid-template-columns:1fr}
  .footer-grid{flex-direction:column;gap:24px}
  .nav.open{position:fixed;top:72px;right:18px;background:#fff;padding:16px;border-radius:8px;box-shadow:0 10px 30px rgba(0,0,0,0.12)}
  .nav.open ul{flex-direction:column;gap:12px}
}
@media (max-width: 860px) {
  .works-grid { grid-template-columns: 1fr; }
  .works-image { order: -1; margin-bottom: 30px; }
}
/* Mobile – big but never overflows */
@media (max-width: 780px) {
  .hero-image {
    margin: 2.5rem 0;
    border-radius: 18px;
  }
  .hero-main-img {
    max-width: 94vw;       /* Takes almost full width */
    border-radius: 18px;
  }
  .hero-grid {
    text-align: center;
  }
}