/* =========================================================
   HoneyGo Food India — Shared Design System
   ========================================================= */
:root{
  --ink:#102046;
  --ink-2:#0A1530;
  --ink-soft:#1C3060;
  --honey:#EFA539;
  --honey-deep:#C97A22;
  --honey-light:#FBE3B8;
  --paper:#FFFFFF;
  --paper-soft:#F3F5FA;
  --line:#E4E8F1;
  --text:#1A2233;
  --muted:#5C6678;
  --green:#1E9E73;
  --red:#D6453D;
  --radius:18px;
  --maxw:1240px;
}
*{box-sizing:border-box;}
html{scroll-behavior:smooth;overflow-x:hidden;width:100%;max-width:100vw;}
body{
  margin:0;
  font-family:'Inter',sans-serif;
  color:var(--text);
  background:var(--paper);
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
  min-width:100%;
  max-width:100vw;
}
h1,h2,h3,h4{
  font-family:'Fraunces',serif;
  margin:0;
  font-weight:600;
  letter-spacing:-0.01em;
}
p{margin:0;line-height:1.65;color:var(--muted);}
a{text-decoration:none;color:inherit;}
img, picture, video, iframe, object, embed{max-width:100%;height:auto;display:block;}
ul{margin:0;padding:0;list-style:none;}
button{font-family:inherit;}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 28px;min-width:0;}
.leadership-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:54px;align-items:center;}
.why-honeygo-grid{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center;}
.life-honeygo-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;}
section{position:relative;}
.section{padding:100px 0;}
.section.soft{background:var(--paper-soft);}
.section.tight{padding:64px 0;}

.eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  font-family:'Inter',sans-serif;font-weight:700;font-size:12.5px;
  letter-spacing:0.14em;text-transform:uppercase;color:var(--honey-deep);
  margin-bottom:14px;
}
.eyebrow::before{
  content:"";width:7px;height:7px;background:var(--honey);
  clip-path:polygon(25% 0%,75% 0%,100% 50%,75% 100%,25% 100%,0% 50%);
  display:inline-block;flex:none;
}
.eyebrow.on-dark{color:var(--honey-light);}
.section-head{max-width:660px;margin-bottom:52px;}
.section-head h2{font-size:clamp(28px,3.4vw,42px);color:var(--ink);line-height:1.12;}
.section-head p{margin-top:16px;font-size:16px;}
.section-head.center{margin-left:auto;margin-right:auto;text-align:center;}

.btn{
  display:inline-flex;align-items:center;gap:10px;
  padding:14px 26px;border-radius:999px;font-weight:700;font-size:14.5px;
  cursor:pointer;border:none;transition:transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
  font-family:'Inter',sans-serif;white-space:nowrap;
}
.btn-primary{background:var(--honey);color:var(--ink-2);box-shadow:0 10px 24px -8px rgba(239,165,57,.55);}
.btn-primary:hover{transform:translateY(-2px);background:var(--honey-deep);color:#fff;}
.btn-ghost{background:transparent;color:var(--paper);border:1.5px solid rgba(255,255,255,.45);}
.btn-ghost:hover{background:rgba(255,255,255,.12);transform:translateY(-2px);}
.btn-line{background:transparent;color:var(--ink);border:1.5px solid var(--line);}
.btn-line:hover{border-color:var(--ink);transform:translateY(-2px);}
.btn-sm{padding:10px 18px;font-size:13px;}
.btn-block{width:100%;justify-content:center;}

.pill{font-size:12.5px;font-weight:700;color:var(--ink-soft);background:var(--honey-light);padding:9px 16px;border-radius:999px;display:inline-block;}
.pill-row{display:flex;gap:12px;flex-wrap:wrap;}

/* ============ TOP UTILITY BAR ============ */
.topbar{
  background:var(--ink-2);color:rgba(255,255,255,.7);font-size:12.5px;
  padding:8px 0;
}
.topbar .wrap{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px;}
.topbar a{color:rgba(255,255,255,.7);}
.topbar a:hover{color:var(--honey);}
.topbar .tb-links{display:flex;gap:22px;}
.topbar .tb-right{display:flex;gap:18px;align-items:center;}

/* ============ HEADER / MEGA MENU ============ */
header.site-header{
  position:sticky;top:0;left:0;right:0;width:100%;z-index:100;
  background:#fff;
  box-shadow:0 2px 18px -10px rgba(16,32,70,.18);
}
nav.navbar{display:flex;align-items:center;justify-content:space-between;padding:14px 0;min-width:0;}
.brand{display:flex;align-items:center;gap:12px;min-width:0;}
.brand img{width:42px;height:42px;border-radius:50%;object-fit:cover;flex:none;}
.brand-name{font-family:'Fraunces',serif;font-weight:600;font-size:17px;color:var(--ink);}
.brand-name span{display:block;font-family:'Inter',sans-serif;font-weight:600;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--honey-deep);margin-top:2px;}

.navmain{display:flex;align-items:center;gap:4px;}
.navmain > li{position:relative;}
.navmain > li > a, .navmain > li > button{
  display:flex;align-items:center;gap:6px;
  padding:14px 16px;font-size:14px;font-weight:600;color:var(--ink-soft);
  background:none;border:none;cursor:pointer;font-family:'Inter',sans-serif;
}
.navmain > li > a:hover, .navmain > li > button:hover, .navmain > li.open > button{color:var(--honey-deep);}
.navmain .chev{width:9px;height:9px;border-right:1.6px solid currentColor;border-bottom:1.6px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:transform .2s ease;}
.navmain > li.open .chev{transform:rotate(-135deg) translateY(1px);}
.nav-right{display:flex;align-items:center;gap:10px;}

.megapanel{
  position:absolute;top:100%;left:50%;transform:translate(-50%,8px);
  background:#fff;border-radius:16px;box-shadow:0 30px 60px -20px rgba(16,32,70,.3);
  border:1px solid var(--line);
  padding:28px;display:none;z-index:50;
  opacity:0;transition:opacity .18s ease, transform .18s ease;
}
.navmain > li.open .megapanel{display:flex;opacity:1;transform:translate(-50%,0);}
.megapanel.cols-2{width:560px;gap:30px;}
.megapanel.cols-3{width:760px;gap:30px;}
.mega-col{flex:1;min-width:0;}
.mega-col h5{font-size:11.5px;text-transform:uppercase;letter-spacing:.08em;color:var(--honey-deep);font-weight:700;margin-bottom:14px;font-family:'Inter',sans-serif;}
.mega-link{display:flex;align-items:flex-start;gap:12px;padding:9px 0;border-radius:10px;}
.mega-link .ico{width:34px;height:34px;border-radius:9px;background:var(--paper-soft);display:flex;align-items:center;justify-content:center;flex:none;font-size:16px;}
.mega-link strong{display:block;font-size:13.8px;color:var(--ink);font-weight:600;}
.mega-link small{display:block;font-size:12px;color:var(--muted);margin-top:2px;}
.mega-link:hover strong{color:var(--honey-deep);}
.mega-feature{width:220px;border-radius:14px;overflow:hidden;position:relative;flex:none;}
.mega-feature img{height:100%;width:100%;object-fit:cover;min-height:230px;}
.mega-feature .ov{position:absolute;inset:0;background:linear-gradient(180deg,rgba(16,32,70,0) 30%,rgba(10,21,48,.92));display:flex;flex-direction:column;justify-content:flex-end;padding:18px;}
.mega-feature .ov span{color:#fff;font-family:'Fraunces',serif;font-size:16px;font-weight:600;line-height:1.25;}
.mega-feature .ov small{color:var(--honey-light);font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-top:6px;}

.burger{display:none;width:30px;height:20px;flex-direction:column;justify-content:space-between;cursor:pointer;background:none;border:none;padding:0;position:relative;z-index:110;}
.burger span{height:2px;background:var(--ink);border-radius:2px;transition:transform .25s ease, opacity .25s ease;}
.burger.is-open span:nth-child(1){transform:translateY(9px) rotate(45deg);}
.burger.is-open span:nth-child(2){opacity:0;}
.burger.is-open span:nth-child(3){transform:translateY(-9px) rotate(-45deg);}

.mega-back{display:none;}

/* ============ PAGE HERO BANNER (inner pages) ============ */
.pagehero{
  position:relative;padding:120px 0 70px;color:#fff;overflow:hidden;
  background:linear-gradient(155deg,var(--ink) 0%,var(--ink-2) 75%);
}
.pagehero .bgimg{position:absolute;inset:0;left:0;right:0;width:100%;min-width:0;opacity:.8;}
.pagehero .bgimg img{width:100%;height:100%;min-width:0;object-fit:cover;object-position:center center;}
.pagehero.pagehero-careers{padding:180px 0 90px;min-height:620px;}
.pagehero.pagehero-careers .bgimg{opacity:1;}
.pagehero.pagehero-careers .bgimg img{object-position:center top;}
.pagehero.pagehero-careers .bgimg::after{
  content:"";
  display:block;
  position:absolute;inset:0;
  background:linear-gradient(180deg, rgba(8,16,38,.72) 0%, rgba(8,16,38,.42) 45%, rgba(8,16,38,.8) 100%);
}
.pagehero-careers h1,.careers-cta h2{color:#efa539!important;}
.pagehero-careers p.lead,.careers-cta p{color:#fff5bf!important;}
.pagehero .bgimg::after{display:none;}
.pagehero .wrap{position:relative;z-index:2;max-width:100vw;min-width:0;overflow:hidden;}
.pagehero, .pagehero-hse, .pagehero-team{max-width:100vw;overflow-x:hidden;}
.crumb{display:flex;gap:8px;align-items:center;font-size:13px;color:rgba(255,255,255,.6);margin-bottom:18px;}
.crumb a:hover{color:var(--honey);}
.pagehero h1{font-size:clamp(32px,4.4vw,52px);color:#fff;max-width:760px;line-height:1.08;}
.pagehero p.lead{margin-top:16px;font-size:16.5px;color:rgba(255,255,255,.72);max-width:560px;}
.pagehero-guest-house{min-height:680px;padding:58px 0 74px;background:#061631;}
.pagehero-guest-house .bgimg{opacity:1;}
.pagehero-guest-house .bgimg img{object-position:center center;}
.pagehero-guest-house .wrap{display:block;min-height:0;}
.pagehero-guest-house .crumb{margin-bottom:0;}
.pagehero-guest-house h1,
.pagehero-guest-house p.lead{display:none;}
.guest-house-mobile-copy{display:none;}

/* ============ HERO banner  (about) ============ */
.pagehero-about{
  background:transparent;
}
.pagehero-about .bgimg{
  opacity:1;
}
.pagehero-about .bgimg::after{
  display:none;
}
.pagehero-about .accent{color:#5CC864;}

/* ============ HERO banner  (team) ============ */
.pagehero-team{
  background:transparent;
  padding:160px 0 90px;
  min-height:auto;
}
.pagehero-team .bgimg{
  opacity:1;
}
.pagehero-team .bgimg::after{
  content:"";
  display:block;
  position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(101,154,255,.18) 0%,rgba(10,21,48,.28) 100%);
}
.pagehero-team .bgimg img{
  object-fit:cover;
  object-position:center top;
}
.pagehero-team .accent{color:#5CC864;}

.pagehero-about .hero-stats,
.pagehero-team .hero-stats{
  display:flex;
  gap:36px;
  margin-top:44px;
  flex-wrap:wrap;
}
.pagehero-about .hs-item,
.pagehero-team .hs-item{
  display:flex;
  align-items:center;
  gap:12px;
}
.pagehero-about .hs-item svg,
.pagehero-team .hs-item svg{
  width:38px;
  height:38px;
  flex-shrink:0;
}
.pagehero-about .hs-item div,
.pagehero-team .hs-item div{
  display:flex;
  flex-direction:column;
  line-height:1.3;
}
.pagehero-about .hs-item strong,
.pagehero-team .hs-item strong{
  color:#fff;
  font-weight:700;
  font-size:15px;
}
.pagehero-about .hs-item span,
.pagehero-team .hs-item span{
  color:rgba(255,255,255,.75);
  font-size:13px;
}

@media (max-width: 900px){
  .pagehero-about .hero-stats,
  .pagehero-team .hero-stats{ gap:24px; }
  .pagehero-team{ padding:150px 0 80px; min-height:640px; }
}
@media (max-width: 600px){
  .pagehero-about .hero-stats,
  .pagehero-team .hero-stats{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px 18px;
    margin-top:32px;
  }
  .pagehero-about .hero-stats .hs-item,
  .pagehero-team .hero-stats .hs-item{
    padding:0 14px;
    border-left:none;
  }
  .pagehero-team{ padding:120px 0 70px; min-height:auto; }
}
.pagehero-blog .accent{color:#5CC864;}

/* ============ HERO BANNER (team) ============ */
.pagehero-team .hero-stats{
  gap:0;
}
.pagehero-team .hs-item{
  padding:0 28px;
  border-left:1px solid rgba(255,255,255,.18);
}
.pagehero-team .hs-item:first-child{
  padding-left:0;
  border-left:none;
}

@media (max-width: 900px){
  .pagehero-team .hero-stats{ gap:0 12px; }
  .pagehero-team .hs-item{ padding:0 14px; }
}
@media (max-width: 600px){
  .pagehero-team .hero-stats{ align-items:flex-start; gap:14px; }
  .pagehero-team .hs-item{ border-left:none; padding-left:0; }
}
/* ============ HERO BANNER (hse) ============ */
.pagehero-hse{ position:relative; }
.pagehero-hse .accent{ color:#7ED957; }

/* light green overlay on top of the bg image */
.pagehero-hse .hse-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(6,26,15,.55) 0%, rgba(10,36,20,.75) 55%, rgba(8,20,12,.9) 100%),
              radial-gradient(circle at 75% 30%, rgba(126,217,87,.18), transparent 60%);
  z-index:0;
}
.pagehero-hse .wrap{ position:relative; z-index:1; }

.pagehero-hse .hse-feature-row{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:18px;
  margin-top:48px;
  padding-top:32px;
  border-top:1px solid rgba(255,255,255,.15);
}
.pagehero-hse .hse-feature{
  display:flex;
  flex-direction:column;
  gap:10px;
  min-width:0;
}
.pagehero-hse .hse-feature svg{
  width:32px;
  height:32px;
  flex-shrink:0;
}
.pagehero-hse .hse-feature h5{
  color:#fff;
  font-size:14px;
  font-weight:700;
  margin:0;
}
.pagehero-hse .hse-feature p{
  color:rgba(255,255,255,.75);
  font-size:12px;
  line-height:1.5;
  margin:0;
}

@media (max-width: 1100px){
  .pagehero-hse .hse-feature-row{ grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px 18px; }
}
@media (max-width: 760px){
  .pagehero-hse .hse-feature-row{ grid-template-columns:repeat(2,minmax(0,1fr)); margin-top:32px; padding-top:24px; }
}
@media (max-width: 640px){
  .pagehero-hse .hse-feature-row{ grid-template-columns:repeat(2,minmax(0,1fr)); margin-top:32px; padding-top:24px; }
  .pagehero-hse h1{ font-size:30px; }
}
@media (max-width: 540px){
  .pagehero-hse .hse-feature-row{ grid-template-columns:1fr; }
}
@media (max-width: 420px){
  .pagehero-hse .hse-feature-row{ grid-template-columns:1fr; }
}
.pagehero-hse .badge-row,
.pagehero-hse .review-row,
.pagehero-hse .escalation,
.pagehero-hse .checklist-cats{
  width:100%;
  min-width:0;
}
.badge-row{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:14px;
}
.review-row,
.escalation,
.checklist-cats{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.review-card,
.esc-step,
.cat-card{
  min-width:0;
}
/* ============ HERO SLIDER (home) ============ */
.heroslider{position:relative;height:88vh;min-height:620px;max-height:880px;overflow:hidden;background:var(--ink-2);}
.hs-slide{position:absolute;inset:0;opacity:0;transition:opacity 1.1s ease;}
.hs-slide.active{opacity:1;}
.hs-slide img{width:100%;height:100%;object-fit:cover;}
.hs-slide video{width:100%;height:100%;object-fit:cover;}
.hs-slide .hs-badge{position:absolute;top:22px;right:26px;z-index:3;background:rgba(8,16,38,.55);color:#fff;font-size:11px;font-weight:700;padding:6px 13px;border-radius:999px;backdrop-filter:blur(4px);display:flex;align-items:center;gap:6px;text-transform:uppercase;letter-spacing:.05em;opacity:0;transition:opacity .3s ease;}
.hs-slide.active .hs-badge{opacity:1;}
.hs-slide .hs-badge .dot{width:6px;height:6px;border-radius:50%;background:#ff4d4d;animation:blink 1.4s ease infinite;}
.hs-slide::after{content:"";position:absolute;inset:0;background:linear-gradient(95deg,rgba(8,16,38,.88) 18%,rgba(8,16,38,.45) 55%,rgba(8,16,38,.2) 100%);}
.hs-content{position:absolute;inset:0;display:flex;align-items:center;z-index:5;}
.hs-content .wrap{width:100%;}
.hs-text{max-width:620px;color:#fff;}
.hs-text h1{font-size:clamp(34px,5.2vw,60px);line-height:1.05;color:#fff;margin-bottom:20px;}
.hs-text h1 em{font-style:italic;color:var(--honey);font-weight:500;}
.hs-text h1 .hero-heading-accent{color:var(--honey);}
.hs-text p{font-size:17px;color:rgba(255,255,255,.78);max-width:480px;margin-bottom:30px;}
.hs-cta{display:flex;gap:14px;flex-wrap:wrap;}
.hs-dots{position:absolute;bottom:34px;left:0;right:0;z-index:6;display:flex;justify-content:center;gap:10px;}
.hs-dots button{width:34px;height:4px;border-radius:3px;background:rgba(255,255,255,.35);border:none;cursor:pointer;padding:0;transition:background .3s ease;}
.hs-dots button.active{background:var(--honey);}
.hs-arrows{position:absolute;bottom:30px;right:28px;z-index:6;display:flex;gap:10px;}
.hs-arrows button{width:42px;height:42px;border-radius:50%;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.3);color:#fff;cursor:pointer;font-size:16px;backdrop-filter:blur(4px);}
.hs-arrows button:hover{background:var(--honey);color:var(--ink-2);border-color:var(--honey);}
.hs-stats{position:absolute;left:0;right:0;bottom:0;z-index:6;background:rgba(8,16,38,.55);backdrop-filter:blur(6px);border-top:1px solid rgba(255,255,255,.12);}
.hs-stats .wrap{display:flex;gap:0;padding:0;}
.hs-stat{flex:1;padding:18px 24px;text-align:center;border-right:1px solid rgba(255,255,255,.12);}
.hs-stat:last-child{border-right:none;}
.hs-stat .num{font-family:'Fraunces',serif;font-weight:700;font-size:clamp(20px,2.6vw,30px);color:var(--honey);line-height:1;}
.hs-stat .lbl{font-size:11.5px;color:rgba(255,255,255,.65);margin-top:6px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;}

/* ============ MARQUEE / CLIENT STRIP ============ */
.marquee-wrap{overflow:hidden;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--paper-soft);padding:22px 0;}
.marquee{display:flex;gap:18px;white-space:nowrap;animation:marquee 42s linear infinite;width:max-content;}
.marquee:hover{animation-play-state:paused;}
.marquee span{font-family:'Fraunces',serif;font-weight:600;font-size:16px;color:var(--ink-soft);background:#fff;border:1px solid var(--line);border-radius:12px;padding:14px 26px;box-shadow:0 6px 14px -10px rgba(16,32,70,.15);}
.marquee .client-logo{display:flex;align-items:center;justify-content:center;width:170px;height:72px;padding:10px 18px;flex:0 0 170px;}
.marquee .client-logo img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;}
@keyframes marquee{from{transform:translateX(0);}to{transform:translateX(-50%);}}


/* ============ IMAGE GRID / BENTO ============ */
.bento{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:280px;gap:14px;}
.bento .b-item{position:relative;border-radius:16px;overflow:hidden;}
.bento .b-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;}
.bento .b-item:hover img{transform:scale(1.07);}
.bento .b-item .cap{position:absolute;left:0;right:0;bottom:0;padding:14px;background:linear-gradient(180deg,transparent,rgba(8,16,38,.85));color:#fff;font-size:12.5px;font-weight:600;opacity:0;transition:opacity .3s ease;}
.bento .b-item:hover .cap{opacity:1;}

/* ============ SERVICES CAROUSEL ============ */
.carousel{position:relative;}
.carousel-track{display:flex;gap:22px;overflow-x:auto;scroll-snap-type:x mandatory;padding:6px 6px 26px;scrollbar-width:none;}
.carousel-track::-webkit-scrollbar{display:none;}
.carousel-track .svc-card{scroll-snap-align:start;flex:0 0 320px;}
.carousel-nav{display:flex;gap:10px;justify-content:flex-end;margin-bottom:-10px;}
.carousel-nav button{width:44px;height:44px;border-radius:50%;border:1.5px solid var(--line);background:#fff;cursor:pointer;font-size:16px;color:var(--ink);transition:all .2s ease;}
.carousel-nav button:hover{background:var(--ink);color:#fff;border-color:var(--ink);}

.svc-card{
  background:#fff;border:1px solid var(--line);border-radius:var(--radius);
  overflow:hidden;transition:transform .3s ease, box-shadow .3s ease;
}
.svc-card:hover{transform:translateY(-6px);box-shadow:0 22px 40px -22px rgba(16,32,70,.25);}
.svc-card .svc-img{height:170px;overflow:hidden;}
.svc-card .svc-img img{width:100%;height:100%;object-fit:cover;}
.svc-card .svc-body{padding:24px 22px;}
.svc-icon{width:46px;height:46px;border-radius:13px;background:var(--ink);display:flex;align-items:center;justify-content:center;margin-bottom:16px;}
.svc-icon svg{width:22px;height:22px;stroke:var(--honey);}
.svc-card h3{font-size:18px;color:var(--ink);margin-bottom:9px;font-weight:600;}
.svc-card p{font-size:14px;}
.svc-card .svc-link{display:inline-flex;align-items:center;gap:6px;margin-top:14px;font-size:13px;font-weight:700;color:var(--honey-deep);}

/* Portrait service cards (services carousel) */
.carousel-track .svc-card.portrait{flex:0 0 280px;}
.svc-card.portrait .svc-img{height:400px;position:relative;}
.svc-card.portrait .svc-img::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,16,38,0) 45%,rgba(8,16,38,.85) 100%);}
/* full-graphic service cards (offsite kitchens, corporate events, institutional
   food, corporate guest house): the source image is a self-contained flyer with
   its own baked-in title/footer, shown in full via object-fit:contain — the
   photo-card gradient below would otherwise dim the white letterbox margins */
.svc-card.portrait .svc-img.svc-img-contain::after{display:none;}
.svc-card.portrait .svc-body{padding:18px 20px 22px;}
.svc-card.portrait h3{font-size:17px;}
.svc-card.portrait .svc-icon{width:38px;height:38px;border-radius:11px;margin-bottom:10px;}
.svc-card.portrait .svc-icon svg{width:18px;height:18px;}
.svc-card.portrait .read-more{display:inline-flex;align-items:center;gap:6px;margin-top:12px;font-size:13px;font-weight:700;color:var(--honey-deep);}
@media (max-width:680px){
  .carousel-track .svc-card.portrait{flex:0 0 220px;}
  .svc-card.portrait .svc-img{height:320px;}
}

/* ============ SERVICE CARD PHOTO MODAL ============ */
.svc-modal-overlay{position:fixed;inset:0;background:rgba(8,16,38,.72);backdrop-filter:blur(3px);z-index:300;display:none;align-items:center;justify-content:center;padding:24px;}
.svc-modal-overlay.open{display:flex;}
.svc-modal-box{background:#fff;border-radius:22px;max-width:900px;width:100%;max-height:88vh;overflow:auto;position:relative;box-shadow:0 40px 80px rgba(0,0,0,.4);}
.svc-modal-close{position:absolute;top:14px;right:14px;z-index:2;width:38px;height:38px;border-radius:50%;border:none;background:rgba(8,16,38,.6);color:#fff;font-size:22px;line-height:1;cursor:pointer;}
.svc-modal-close:hover{background:var(--ink);}
.svc-modal-photos{display:grid;grid-template-columns:1.4fr 1fr;grid-template-rows:1fr 1fr;gap:4px;height:360px;}
.svc-modal-photos img{width:100%;height:100%;object-fit:cover;}
.svc-modal-photos img:first-child{grid-row:1/3;}
.svc-modal-text{padding:28px 32px 32px;}
.svc-modal-text h3{font-size:22px;color:var(--ink);margin-bottom:10px;}
.svc-modal-text p{color:var(--muted);margin-bottom:20px;}

/* generic grid of svc cards (non-carousel use) */
.svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}

/* ============ STAT BAND ============ */
.statband{background:var(--ink);color:#fff;padding:64px 0;position:relative;overflow:hidden;}
.statband .wrap{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;position:relative;z-index:2;}
.stat-block{text-align:center;}
.stat-block .num{font-family:'Fraunces',serif;font-weight:700;font-size:clamp(30px,4vw,46px);color:var(--honey);line-height:1;}
.stat-block .num sup{font-size:0.5em;top:-0.6em;}
.stat-block .lbl{margin-top:10px;font-size:13px;color:rgba(255,255,255,.68);font-weight:600;}
.honeycomb-bg{position:absolute;inset:0;opacity:.06;z-index:1;}

/* ============ TEAM CARDS ============ */
.team-group-title{
  font-family:'Inter',sans-serif;font-weight:700;font-size:13px;letter-spacing:.1em;
  text-transform:uppercase;color:var(--honey-deep);margin:0 0 22px;
  display:flex;align-items:center;gap:12px;
}
.team-group-title::after{content:"";height:1px;flex:1;background:var(--line);}
.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-bottom:60px;}
.team-grid.cols-2{grid-template-columns:repeat(2,1fr);max-width:780px;}
.team-card{
  background:#fff;border:1px solid var(--line);border-radius:var(--radius);
  padding:26px;display:flex;gap:18px;transition:box-shadow .3s ease, transform .3s ease;
}
.team-card:hover{box-shadow:0 22px 44px -24px rgba(16,32,70,.25);transform:translateY(-4px);}
.hexphoto{width:88px;height:96px;flex:none;overflow:hidden;background:var(--ink);border-radius:14px;}
.hexphoto img{width:100%;height:100%;object-fit:cover;object-position:center center;}
.team-card h4{font-size:16px;color:var(--ink);margin-bottom:3px;}
.team-card .role{font-size:11.5px;font-weight:700;color:var(--honey-deep);text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;display:block;}
.team-card p{font-size:13.2px;}

/* ============ PRESENCE / MAP ============ */
.map-wrap{display:grid;grid-template-columns:1.15fr .85fr;gap:50px;align-items:center;}
.map-stage{position:relative;}
.map-glow{position:absolute;inset:-8%;border-radius:50%;background:radial-gradient(circle at 34% 58%, rgba(239,165,57,.28), rgba(239,165,57,0) 62%);filter:blur(6px);animation:mapGlowPulse 4.5s ease-in-out infinite;pointer-events:none;z-index:0;}
@keyframes mapGlowPulse{0%,100%{opacity:.55;transform:scale(1);}50%{opacity:1;transform:scale(1.06);}}
.india-map-svg{position:relative;z-index:1;width:100%;height:auto;filter:drop-shadow(0 25px 50px rgba(16,32,70,.15));}
.india-map-svg path{fill:#E7ECF6;stroke:#C7D2E8;stroke-width:0.8;transition:fill .3s ease;}
.india-map-svg path:hover{fill:var(--honey-light);}
.city-dot{cursor:pointer;}
.city-dot circle.core{fill:var(--honey-deep);stroke:#fff;stroke-width:1.6;}
.city-dot circle.pulse{fill:none;stroke:var(--honey);stroke-width:2;opacity:.7;transform-origin:center;animation:cityPulse 2.6s ease-out infinite;}
.city-dot text{font-family:'Inter',sans-serif;font-weight:700;font-size:9.5px;fill:var(--ink);paint-order:stroke;stroke:#fff;stroke-width:3px;}
@keyframes cityPulse{0%{r:5;opacity:.75;}100%{r:17;opacity:0;}}

/* Rotating globe grid (background sphere behind the India map) */
.globe-grid{transform-origin:306px 348px;animation:globeSpin 120s linear infinite;}
.globe-outline{fill:none;stroke:var(--honey-deep);stroke-width:1;opacity:.18;}
.globe-lat{fill:none;stroke:var(--honey-deep);stroke-width:.8;opacity:.14;}
.globe-mer{fill:none;stroke:var(--honey);stroke-width:1;opacity:.22;animation:meridianSweep 10.2s ease-in-out infinite;transform-origin:306px 348px;}
@keyframes globeSpin{from{transform:rotate(0deg);}to{transform:rotate(360deg);}}
@keyframes meridianSweep{0%{rx:290;opacity:.32;}50%{rx:6;opacity:.05;}100%{rx:290;opacity:.32;}}
.orbit-ring{transform-origin:306px 348px;}
.orbit-dot{fill:var(--honey);opacity:.6;animation:orbitSpin 60s linear infinite;transform-origin:306px 348px;}
@keyframes orbitSpin{from{transform:rotate(0deg);}to{transform:rotate(360deg);}}

/* Curved flight-path connections between hub and cities */
.city-links .link-line{fill:none;stroke:var(--honey);stroke-width:1.4;opacity:.6;transition:stroke-dashoffset 1.5s cubic-bezier(.2,.7,.2,1);}
.india-map-svg.lines-drawn .city-links .link-line{stroke-dashoffset:0;}
.link-packet{fill:var(--honey-deep);opacity:0;filter:drop-shadow(0 0 4px rgba(239,165,57,.9));}
.india-map-svg.lines-drawn .link-packet{opacity:1;transition:opacity .4s ease .3s;}
.hub-node .hub-core{fill:var(--honey-deep);}
.hub-node .hub-ring{fill:none;stroke:var(--honey-deep);stroke-width:1;opacity:0;transform-origin:center;}
.india-map-svg.lines-drawn .hub-node .hub-ring{animation:hubPulse 2.2s ease-out infinite;}
.india-map-svg.lines-drawn .hub-node .hub-ring-2{animation-delay:1.1s;}
@keyframes hubPulse{0%{r:5;opacity:.7;}100%{r:32;opacity:0;}}
@media (prefers-reduced-motion:reduce){
  .map-glow{animation:none;}
  .globe-grid, .orbit-ring{animation:none;}
  .globe-mer{animation:none;opacity:.18;}
  .orbit-dot{animation:none;}
  .city-links .link-line{transition:none;stroke-dashoffset:0;}
  .link-packet{display:none;}
  .hub-node .hub-ring{animation:none!important;opacity:0!important;}
}
.city-list{display:flex;flex-direction:column;gap:10px;}
.city-row{display:flex;align-items:center;gap:14px;padding:14px 18px;border:1px solid var(--line);border-radius:14px;background:#fff;transition:border-color .25s ease, transform .25s ease;}
.city-row:hover{border-color:var(--honey);transform:translateX(4px);}
.city-row .cnum{width:30px;height:30px;border-radius:50%;background:var(--paper-soft);display:flex;align-items:center;justify-content:center;font-family:'Fraunces',serif;font-weight:700;font-size:12.5px;color:var(--honey-deep);flex:none;}
.city-row strong{font-size:14.5px;color:var(--ink);display:block;}
.city-row span{font-size:12px;color:var(--muted);}

/* ============ GALLERY ============ */
.filter-row{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:34px;}
.filter-btn{padding:10px 18px;border-radius:999px;border:1.5px solid var(--line);background:#fff;font-size:13px;font-weight:700;color:var(--ink-soft);cursor:pointer;transition:all .2s ease;font-family:'Inter',sans-serif;}
.filter-btn:hover{border-color:var(--honey);}
.filter-btn.active{background:var(--ink);border-color:var(--ink);color:#fff;}
.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;}
.gallery-grid .g-item{position:relative;border-radius:14px;overflow:hidden;cursor:pointer;break-inside:avoid;}
.gallery-grid .g-item img{width:100%;height:100%;object-fit:cover;aspect-ratio:1/1;transition:transform .4s ease;}
.gallery-grid .g-item:hover img{transform:scale(1.08);}
.gallery-grid .g-item.tall img{aspect-ratio:1/1.5;}
.gallery-grid .g-item .tag{position:absolute;left:10px;bottom:10px;background:rgba(8,16,38,.7);color:#fff;font-size:10.5px;font-weight:700;padding:5px 10px;border-radius:999px;text-transform:uppercase;letter-spacing:.04em;}
.lightbox{position:fixed;inset:0;background:rgba(8,16,38,.92);z-index:999;display:none;align-items:center;justify-content:center;padding:40px;}
.lightbox.open{display:flex;}
.lightbox img{max-width:90vw;max-height:85vh;border-radius:10px;}
.lightbox .lb-close{position:absolute;top:26px;right:32px;color:#fff;font-size:28px;cursor:pointer;background:none;border:none;}
.lightbox .lb-nav{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.3);color:#fff;width:48px;height:48px;border-radius:50%;cursor:pointer;font-size:18px;}
.lightbox .lb-prev{left:26px;}
.lightbox .lb-next{right:26px;}

/* ============ VIDEO FEATURE ============ */
.video-feature{position:relative;border-radius:24px;overflow:hidden;background:var(--ink);}
.video-feature video{width:100%;display:block;max-height:600px;object-fit:cover;}
.video-feature .vf-badge{position:absolute;top:18px;left:18px;background:rgba(8,16,38,.65);color:#fff;font-size:11.5px;font-weight:700;padding:7px 14px;border-radius:999px;backdrop-filter:blur(4px);display:flex;align-items:center;gap:7px;}
.video-feature .vf-badge .dot{width:7px;height:7px;border-radius:50%;background:#ff4d4d;animation:blink 1.4s ease infinite;}
@keyframes blink{0%,100%{opacity:1;}50%{opacity:.25;}}

/* ============ TIMELINE / PROCESS (reused) ============ */
.phase{margin-bottom:46px;}
.phase-label{display:flex;align-items:center;gap:14px;margin-bottom:22px;}
.phase-num{width:34px;height:34px;border-radius:50%;background:var(--ink);color:var(--honey);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px;flex:none;font-family:'Fraunces',serif;}
.phase-label h4{font-size:14px;text-transform:uppercase;letter-spacing:.08em;color:var(--ink);font-weight:700;font-family:'Inter',sans-serif;}
.step-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;}
.step-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:20px;}
.step-card .stepnum{width:30px;height:30px;background:var(--honey-light);color:var(--honey-deep);clip-path:polygon(25% 3%,75% 3%,100% 50%,75% 97%,25% 97%,0% 50%);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:12.5px;margin-bottom:12px;font-family:'Fraunces',serif;}
.step-card h5{font-size:14.5px;color:var(--ink);margin:0 0 6px;font-weight:600;font-family:'Fraunces',serif;}
.step-card p{font-size:12.8px;}

/* ============ ESG / POLICY PILLARS ============ */
.pillar-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
.pillar-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:30px;}
.pillar-card .ico{width:50px;height:50px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:18px;}
.pillar-card.health .ico{background:#FDEAE8;}
.pillar-card.social .ico{background:#E6F4EE;}
.pillar-card.gov .ico{background:#E9EEFB;}
.pillar-card h3{font-size:18px;color:var(--ink);margin-bottom:10px;}
.pillar-card p{font-size:14px;margin-bottom:14px;}
.pillar-card ul{display:grid;gap:9px;}
.pillar-card li{font-size:13.3px;color:var(--ink-soft);font-weight:500;display:flex;gap:9px;padding-left:0;}
.pillar-card li::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--honey);margin-top:6.5px;flex:none;}
.about-pillars{background:#f5f7fb;}
.about-pillars .section-head{margin-bottom:42px;}
.about-pillars .eyebrow{color:var(--honey-deep);font-size:12px;font-weight:700;letter-spacing:.16em;}
.about-pillars-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;align-items:stretch;}
.about-pillars-grid .pillar-card{height:100%;min-height:250px;padding:28px 24px;display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;}
.about-pillars-grid .pillar-card:hover{transform:translateY(-7px);border-color:var(--honey);box-shadow:0 16px 30px rgba(16,32,70,.12);}
body.js-ready .about-pillars-grid .pillar-card:hover{transform:translateY(-7px);}
.about-pillars-grid .pillar-card .ico{flex:none;width:50px;height:50px;border-radius:50%;margin-bottom:18px;transition:transform .22s ease,background-color .22s ease;}
.about-pillars-grid .pillar-card:hover .ico{transform:scale(1.1);background-color:var(--honey)!important;}
.about-pillars-grid .pillar-card h3{font-size:18px;line-height:1.25;}
.about-pillars-grid .pillar-card p{font-size:13.5px;line-height:1.55;margin-bottom:0;}
@media (prefers-reduced-motion:reduce){.about-pillars-grid .pillar-card,.about-pillars-grid .pillar-card .ico{transition:none;}.about-pillars-grid .pillar-card:hover{transform:none;}.about-pillars-grid .pillar-card:hover .ico{transform:none;}}
.what-drives-grid .pillar-card{transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;}
.what-drives-grid .pillar-card:hover{transform:translateY(-7px);border-color:var(--honey);box-shadow:0 16px 30px rgba(16,32,70,.12);}
body.js-ready .what-drives-grid .pillar-card:hover{transform:translateY(-7px);}
.what-drives-grid .pillar-card .ico{transition:transform .22s ease,background-color .22s ease;}
.what-drives-grid .pillar-card:hover .ico{transform:scale(1.1);background-color:var(--honey)!important;}
@media (prefers-reduced-motion:reduce){.what-drives-grid .pillar-card,.what-drives-grid .pillar-card .ico{transition:none;}.what-drives-grid .pillar-card:hover{transform:none;}.what-drives-grid .pillar-card:hover .ico{transform:none;}}
.consultation-included{background:#f5f7fb;}
.consultation-included .section-head{margin-bottom:42px;}
.consultation-included .eyebrow{color:var(--honey-deep);font-size:12px;font-weight:700;letter-spacing:.16em;}
.consultation-included-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;align-items:stretch;}
.consultation-included-grid .pillar-card{height:100%;min-height:250px;padding:26px 18px;display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;}
.consultation-included-grid .pillar-card:hover{transform:translateY(-7px);border-color:var(--honey);box-shadow:0 16px 30px rgba(16,32,70,.12);}
body.js-ready .consultation-included-grid .pillar-card:hover{transform:translateY(-7px);}
.consultation-included-grid .pillar-card .ico{flex:none;width:50px;height:50px;border-radius:50%;margin-bottom:18px;transition:transform .22s ease,background-color .22s ease;}
.consultation-included-grid .pillar-card .ico img{width:100%;height:100%;border-radius:50%;object-fit:cover;}
.consultation-included-grid .pillar-card:hover .ico{transform:scale(1.1);background-color:var(--honey)!important;}
.consultation-included-grid .pillar-card h3{font-size:16px;line-height:1.25;}
.consultation-included-grid .pillar-card p{font-size:13px;line-height:1.5;margin-bottom:0;}
@media (prefers-reduced-motion:reduce){.consultation-included-grid .pillar-card,.consultation-included-grid .pillar-card .ico{transition:none;}.consultation-included-grid .pillar-card:hover{transform:none;}.consultation-included-grid .pillar-card:hover .ico{transform:none;}}
.onsite-included-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;align-items:stretch;}
.onsite-included-grid .pillar-card{height:100%;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;}
.onsite-included-grid .pillar-card:hover{transform:translateY(-7px);border-color:var(--honey);box-shadow:0 16px 30px rgba(16,32,70,.12);}
.onsite-included-grid .pillar-card .ico{transition:transform .22s ease,background-color .22s ease;}
.onsite-included-grid .pillar-card:hover .ico{transform:scale(1.1);background-color:var(--honey)!important;}
@media (prefers-reduced-motion:reduce){.onsite-included-grid .pillar-card,.onsite-included-grid .pillar-card .ico{transition:none;}.onsite-included-grid .pillar-card:hover{transform:none;}.onsite-included-grid .pillar-card:hover .ico{transform:none;}}
.offsite-included-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;align-items:stretch;}
.offsite-included-grid .pillar-card{height:100%;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;}
.offsite-included-grid .pillar-card:hover{transform:translateY(-7px);border-color:var(--honey);box-shadow:0 16px 30px rgba(16,32,70,.12);}
.offsite-included-grid .pillar-card .ico{transition:transform .22s ease,background-color .22s ease;}
.offsite-included-grid .pillar-card:hover .ico{transform:scale(1.1);background-color:var(--honey)!important;}
@media (prefers-reduced-motion:reduce){.offsite-included-grid .pillar-card,.offsite-included-grid .pillar-card .ico{transition:none;}.offsite-included-grid .pillar-card:hover{transform:none;}.offsite-included-grid .pillar-card:hover .ico{transform:none;}}
.corporate-events-included-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;align-items:stretch;}
.corporate-events-included-grid .pillar-card{height:100%;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;}
.corporate-events-included-grid .pillar-card:hover{transform:translateY(-7px);border-color:var(--honey);box-shadow:0 16px 30px rgba(16,32,70,.12);}
.corporate-events-included-grid .pillar-card .ico{transition:transform .22s ease,background-color .22s ease;}
.corporate-events-included-grid .pillar-card:hover .ico{transform:scale(1.1);background-color:var(--honey)!important;}
@media (prefers-reduced-motion:reduce){.corporate-events-included-grid .pillar-card,.corporate-events-included-grid .pillar-card .ico{transition:none;}.corporate-events-included-grid .pillar-card:hover{transform:none;}.corporate-events-included-grid .pillar-card:hover .ico{transform:none;}}
.events-catering-included-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;align-items:stretch;}
.events-catering-included-grid .pillar-card{height:100%;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;}
.events-catering-included-grid .pillar-card:hover{transform:translateY(-7px);border-color:var(--honey);box-shadow:0 16px 30px rgba(16,32,70,.12);}
.events-catering-included-grid .pillar-card .ico{transition:transform .22s ease,background-color .22s ease;}
.events-catering-included-grid .pillar-card:hover .ico{transform:scale(1.1);background-color:var(--honey)!important;}
@media (prefers-reduced-motion:reduce){.events-catering-included-grid .pillar-card,.events-catering-included-grid .pillar-card .ico{transition:none;}.events-catering-included-grid .pillar-card:hover{transform:none;}.events-catering-included-grid .pillar-card:hover .ico{transform:none;}}
.facility-included-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;align-items:stretch;}
.facility-included-grid .pillar-card{height:100%;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;}
.facility-included-grid .pillar-card:hover{transform:translateY(-7px);border-color:var(--honey);box-shadow:0 16px 30px rgba(16,32,70,.12);}
.facility-included-grid .pillar-card .ico{transition:transform .22s ease,background-color .22s ease;}
.facility-included-grid .pillar-card:hover .ico{transform:scale(1.1);background-color:var(--honey)!important;}
@media (prefers-reduced-motion:reduce){.facility-included-grid .pillar-card,.facility-included-grid .pillar-card .ico{transition:none;}.facility-included-grid .pillar-card:hover{transform:none;}.facility-included-grid .pillar-card:hover .ico{transform:none;}}
.live-counters-included-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;align-items:stretch;}
.live-counters-included-grid .pillar-card{height:100%;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;}
.live-counters-included-grid .pillar-card:hover{transform:translateY(-7px);border-color:var(--honey);box-shadow:0 16px 30px rgba(16,32,70,.12);}
.live-counters-included-grid .pillar-card .ico{transition:transform .22s ease,background-color .22s ease;}
.live-counters-included-grid .pillar-card:hover .ico{transform:scale(1.1);background-color:var(--honey)!important;}
@media (prefers-reduced-motion:reduce){.live-counters-included-grid .pillar-card,.live-counters-included-grid .pillar-card .ico{transition:none;}.live-counters-included-grid .pillar-card:hover{transform:none;}.live-counters-included-grid .pillar-card:hover .ico{transform:none;}}
.presence-why-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;align-items:stretch;}
.presence-why-grid .pillar-card{height:100%;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;}
.presence-why-grid .pillar-card:hover{transform:translateY(-7px);border-color:var(--honey);box-shadow:0 16px 30px rgba(16,32,70,.12);}
.presence-why-grid .pillar-card .ico{transition:transform .22s ease,background-color .22s ease;}
.presence-why-grid .pillar-card:hover .ico{transform:scale(1.1);background-color:var(--honey)!important;}
@media (prefers-reduced-motion:reduce){.presence-why-grid .pillar-card,.presence-why-grid .pillar-card .ico{transition:none;}.presence-why-grid .pillar-card:hover{transform:none;}.presence-why-grid .pillar-card:hover .ico{transform:none;}}
.hse-approach-grid .pillar-card{transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;}
.hse-approach-grid .pillar-card:hover{transform:translateY(-7px);border-color:var(--honey);box-shadow:0 16px 30px rgba(16,32,70,.12);}
body.js-ready .hse-approach-grid .pillar-card:hover{transform:translateY(-7px);}
.hse-approach-grid .pillar-card .ico{transition:transform .22s ease,background-color .22s ease;}
.hse-approach-grid .pillar-card:hover .ico{transform:scale(1.1);background-color:var(--honey)!important;}
.governance-grid .comp-card{transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;}
.governance-grid .comp-card:hover{transform:translateY(-5px);border-color:var(--honey)!important;box-shadow:0 12px 24px rgba(16,32,70,.1);}
@media (prefers-reduced-motion:reduce){.hse-approach-grid .pillar-card,.hse-approach-grid .pillar-card .ico,.governance-grid .comp-card{transition:none;}.hse-approach-grid .pillar-card:hover,.governance-grid .comp-card:hover{transform:none;}.hse-approach-grid .pillar-card:hover .ico{transform:none;}}
.accountability-reviews .review-card,.accountability-escalation .esc-step,.accountability-checklists .cat-card{transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;}
.accountability-reviews .review-card{border:1px solid var(--line);border-radius:14px;padding:22px 16px;}
.accountability-reviews .review-card:hover,.accountability-checklists .cat-card:hover{transform:translateY(-6px);border-color:var(--honey)!important;box-shadow:0 14px 28px rgba(16,32,70,.11);}
.accountability-escalation .esc-step{border:1px solid transparent;}
.accountability-escalation .esc-step:hover{transform:translateY(-5px);border-color:var(--honey)!important;box-shadow:0 12px 24px rgba(16,32,70,.14);}
.accountability-checklists .cat-card:hover{transform:translateY(-6px);}
body.js-ready .accountability-reviews .review-card:hover,body.js-ready .accountability-escalation .esc-step:hover,body.js-ready .accountability-checklists .cat-card:hover{transform:translateY(-6px);}
@media (prefers-reduced-motion:reduce){.accountability-reviews .review-card,.accountability-escalation .esc-step,.accountability-checklists .cat-card{transition:none;}.accountability-reviews .review-card:hover,.accountability-escalation .esc-step:hover,.accountability-checklists .cat-card:hover{transform:none;}}
.included-section{background:#f5f7fb;}
.included-section .section-head{margin-bottom:42px;}
.included-section .eyebrow{color:var(--honey-deep);font-size:12px;font-weight:700;letter-spacing:.16em;}
.included-section .included-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;align-items:stretch;}
.included-section .included-grid .pillar-card{height:100%;min-height:220px;padding:28px 24px;display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;}
.included-section .included-grid .pillar-card:hover{transform:translateY(-7px);border-color:var(--honey);box-shadow:0 16px 30px rgba(16,32,70,.12);}
.included-section .included-grid .pillar-card .ico{flex:none;width:50px;height:50px;border-radius:50%;margin-bottom:18px;color:var(--ink);transition:transform .22s ease,background-color .22s ease;}
.included-section .included-grid .pillar-card .ico img{width:100%;height:100%;border-radius:50%;object-fit:cover;}
.included-section .included-grid .pillar-card:hover .ico{transform:scale(1.1);background-color:#FFE3A5!important;}
.included-section .included-grid .pillar-card h3{font-size:17px;line-height:1.25;}
.included-section .included-grid .pillar-card p{font-size:13.5px;line-height:1.55;margin-bottom:0;}
@media (prefers-reduced-motion:reduce){.included-section .included-grid .pillar-card,.included-section .included-grid .pillar-card .ico{transition:none;}.included-section .included-grid .pillar-card:hover{transform:none;}.included-section .included-grid .pillar-card:hover .ico{transform:none;}}

/* ============ CAREERS ============ */
.role-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;}
.role-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;display:flex;justify-content:space-between;align-items:flex-start;gap:18px;transition:box-shadow .3s ease, transform .3s ease;}
.role-card:hover{box-shadow:0 22px 44px -24px rgba(16,32,70,.22);transform:translateY(-3px);}
.role-card h4{font-size:17px;color:var(--ink);margin-bottom:8px;}
.role-card .meta{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px;}
.role-card .meta span{font-size:11.5px;font-weight:700;color:var(--ink-soft);background:var(--paper-soft);padding:6px 12px;border-radius:999px;}
.role-card .applybtn{flex:none;}
.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
.benefit-card{text-align:center;padding:28px 18px;border-radius:var(--radius);background:#fff;border:1px solid var(--line);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;}
.benefit-card:hover{transform:translateY(-6px);border-color:var(--honey);box-shadow:0 14px 28px rgba(15,39,71,.12);}
.benefit-card .ico{width:48px;height:48px;border-radius:50%;background:var(--honey-light);display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-size:20px;transition:transform .2s ease,background-color .2s ease;}
.benefit-card:hover .ico{transform:scale(1.08);background-color:#FFE3A5;}
.benefit-card .ico svg{width:22px;height:22px;}
.benefit-card h5{font-size:14.5px;color:var(--ink);margin-bottom:6px;}
.benefit-card p{font-size:12.5px;}
@media (prefers-reduced-motion: reduce){.benefit-card,.benefit-card .ico{transition:none;}.benefit-card:hover{transform:none;}.benefit-card:hover .ico{transform:none;}}

/* ============ CONTACT FORM ============ */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;}
.form-field{margin-bottom:18px;}
.form-field label{display:block;font-size:12.5px;font-weight:700;color:var(--ink-soft);margin-bottom:7px;text-transform:uppercase;letter-spacing:.04em;}
.form-field input, .form-field select, .form-field textarea{
  width:100%;padding:13px 16px;border:1.5px solid var(--line);border-radius:11px;font-size:14.5px;font-family:'Inter',sans-serif;color:var(--text);background:#fff;
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus{outline:none;border-color:var(--honey);}
.office-chip-grid{display:flex;flex-wrap:wrap;gap:10px;}
.office-chip{display:flex;align-items:center;gap:8px;border:1px solid var(--line);padding:10px 16px;border-radius:999px;font-size:13px;font-weight:600;color:var(--ink-soft);}

/* ============ FOOTER ============ */
footer.site-footer{background:var(--ink-2);color:rgba(255,255,255,.6);padding-top:70px;}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr 1fr 1.2fr;gap:40px;padding-bottom:50px;border-bottom:1px solid rgba(255,255,255,.1);}
.footer-grid h5{color:#fff;font-size:13px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:18px;font-family:'Inter',sans-serif;}
.footer-grid ul{display:grid;gap:11px;}
.footer-grid a{font-size:13.5px;color:rgba(255,255,255,.6);}
.footer-grid a:hover{color:var(--honey);}
.footer-brand .brand-name{color:#fff;}
.footer-brand p{color:rgba(255,255,255,.55);font-size:13.5px;margin-top:14px;max-width:260px;}
.social-row{display:flex;gap:10px;margin-top:18px;}
.social-row a{width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;font-size:14px;}
.social-row a:hover{background:var(--honey);color:var(--ink-2);border-color:var(--honey);}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:24px 0;font-size:12.5px;flex-wrap:wrap;gap:10px;}
.footer-bottom a{color:rgba(255,255,255,.5);}

/* ============ REVEAL ANIMATION (fail-safe visible) ============ */
.reveal{opacity:1;transform:none;transition:opacity .7s ease, transform .7s ease;}
body.js-ready .reveal{opacity:0;transform:translateY(26px);}
body.js-ready .reveal.in{opacity:1;transform:translateY(0);}
@media (prefers-reduced-motion:reduce){ body.js-ready .reveal{opacity:1;transform:none;} }

/* ============ MISC CARDS reused across pages ============ */
.about-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:64px;align-items:center;}
.about-grid .img-wrap{border-radius:var(--radius);overflow:hidden;box-shadow:0 24px 50px -20px rgba(16,32,70,.25);}
.about-grid .img-wrap img{width:100%;height:460px;object-fit:cover;}
.about-copy p{margin-bottom:18px;font-size:16px;}

.comb-divider{display:flex;justify-content:center;gap:6px;padding:20px 0;}
.comb-divider span{width:14px;height:14px;background:var(--honey);opacity:.35;clip-path:polygon(25% 3%,75% 3%,100% 50%,75% 97%,25% 97%,0% 50%);}
.comb-divider span:nth-child(odd){opacity:.18;transform:translateY(7px);}

.cta-band{background:linear-gradient(155deg,var(--ink) 0%,var(--ink-2) 80%);color:#fff;padding:90px 0;text-align:center;}
.cta-band h2{color:#fff;font-size:clamp(28px,4vw,42px);margin-bottom:16px;}
.cta-band p{color:rgba(255,255,255,.7);max-width:520px;margin:0 auto 32px;font-size:16px;}
.home-careers-cta h2{color:#fff;}
.home-careers-cta .eyebrow{color:var(--honey-light);}
.home-careers-cta p{color:rgba(255,255,255,.86);}

.quote-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:32px;position:relative;}
.quote-card .qmark{font-family:'Fraunces',serif;font-size:48px;color:var(--honey-light);line-height:1;margin-bottom:6px;}
.quote-card p.qtext{font-size:15px;color:var(--ink-soft);font-style:italic;margin-bottom:16px;}
.quote-card .qauthor{display:flex;align-items:center;gap:12px;}
.quote-card .qauthor img{width:42px;height:42px;border-radius:50%;object-fit:cover;}
.quote-card .qauthor strong{font-size:13.5px;color:var(--ink);display:block;}
.quote-card .qauthor span{font-size:11.5px;color:var(--muted);}

/* ============ NEW: SITEMAP / BLOG / MISC ============ */
.sitemap-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:36px;}
.sitemap-grid h5{font-size:12.5px;text-transform:uppercase;letter-spacing:.08em;color:var(--honey-deep);font-weight:700;margin-bottom:16px;font-family:'Inter',sans-serif;}
.sitemap-grid ul{display:grid;gap:10px;}
.sitemap-grid a{font-size:14px;color:var(--ink-soft);}
.sitemap-grid a:hover{color:var(--honey-deep);}
.blog-meta{display:flex;gap:10px;align-items:center;font-size:11.5px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:10px;}
.blog-meta .tag{color:var(--honey-deep);}
.prose h2{font-size:24px;color:var(--ink);margin:36px 0 14px;}
.prose h3{font-size:18px;color:var(--ink);margin:26px 0 10px;}
.prose p{margin-bottom:16px;font-size:15.5px;}
.prose ul{display:grid;gap:10px;margin:16px 0 20px;}
.prose li{font-size:15px;color:var(--muted);display:flex;gap:10px;}
.prose li::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--honey);margin-top:8px;flex:none;}
.chip-strip{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 6px;}

/* ============ RESPONSIVE ============ */
@media (max-width:1080px){
  .megapanel{position:fixed;top:64px;left:0;right:0;width:100%!important;transform:none;border-radius:0;max-height:calc(100vh - 64px);height:calc(100vh - 64px);overflow-y:auto;flex-direction:column;gap:18px!important;padding:20px!important;z-index:105;}
  .navmain > li.open .megapanel{transform:none;}
  .megapanel .mega-col{width:100%;}
  .megapanel .mega-feature{width:100%;}
  .megapanel .mega-feature img{min-height:160px;}
  .mega-back{
    display:flex;align-items:center;gap:8px;
    font-size:13px;font-weight:700;color:var(--ink-soft);
    background:var(--paper-soft);border:none;border-radius:10px;
    padding:12px 14px;margin:-4px -4px 4px;cursor:pointer;width:100%;
    order:-1;
  }
  .mega-back::before{content:"";width:8px;height:8px;border-left:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);}
  .navmain{display:none;}
  .burger{display:flex;}
  .footer-grid{grid-template-columns:1fr 1fr;}
}
@media (max-width:980px){
  .hero .wrap, .map-wrap, .about-grid, .contact-grid{grid-template-columns:1fr!important;}
  .svc-grid, .step-grid, .role-grid, .benefit-grid, .comp-grid, .pillar-grid{grid-template-columns:repeat(2,1fr)!important;}
  .sitemap-grid{grid-template-columns:repeat(2,1fr);}
  .gallery-grid{grid-template-columns:repeat(3,1fr);}
  .bento{grid-template-columns:repeat(2,1fr);}
  .team-grid{grid-template-columns:1fr 1fr!important;}
  .hs-stats .wrap{flex-wrap:wrap;}
  .hs-stat{flex:1 1 50%;border-right:none;border-bottom:1px solid rgba(255,255,255,.12);}
  .statband .wrap{grid-template-columns:1fr 1fr;}
  .about-grid .img-wrap img{height:auto;}
  .svc-card.portrait .svc-img{height:auto;min-height:260px;}
  .pagehero-team{padding:150px 0 80px;min-height:auto;}
  .pagehero .bgimg img,
  .pagehero-team .bgimg img,
  .about-grid .img-wrap img,
  .mega-feature img,
  .gallery-grid .g-item img,
  .bento .b-item img,
  .svc-card .svc-img img,
  .video-feature video{object-position:center center;}
  .section.soft .wrap{display:grid;grid-template-columns:1fr!important;gap:40px;}
  .badge-row{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;}
  .review-row,
  .escalation,
  .checklist-cats{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px;}
  .pagehero-hse .wrap{padding-left:16px;padding-right:16px;}
  .pagehero-hse .hse-feature-row{grid-template-columns:1fr!important;}
  .wrap{width:100%;}
}

@media (max-width:680px){
  body.js-ready .reveal{opacity:1;transform:none;}
  body.js-ready .reveal{transition:none;}
  nav.navbar{position:relative;padding:10px 0;gap:10px;}
  .brand{gap:8px;flex:0 1 auto;width:auto;max-width:145px;min-width:145px;overflow:visible;}
  .brand img{width:38px;height:38px;}
  .brand-name{font-size:16px;line-height:1.05;max-width:92px;}
  .brand-name span{font-size:8px;line-height:1.2;letter-spacing:.1em;}
  .nav-right{position:absolute;left:auto!important;right:16px!important;top:50%;transform:translateY(-50%);width:133px!important;flex:0 0 133px;margin-left:0;gap:8px;justify-content:flex-end;}
  .nav-right .btn-sm{padding:9px 12px;font-size:12px;white-space:nowrap;}
  .burger{width:28px;height:19px;}
  .section{padding:32px 0;}
  .section-head{margin-bottom:28px;}
  .section-head h2{font-size:28px;}
  .section-head p{font-size:14px;margin-top:12px;}
  #services{padding-bottom:16px;}
  #services + .section.soft{padding-top:12px;}
  .feature-split,
  .responsibility-split{grid-template-columns:1fr!important;gap:24px!important;}
  .feature-split .video-feature,
  .responsibility-split .img-wrap{width:100%;min-width:0;}
  .feature-split .video-feature video{width:100%;height:240px;object-fit:cover;}
  .bento{grid-template-columns:1fr!important;grid-auto-rows:180px;}
  .bento .b-item{grid-column:span 1!important;grid-row:span 1!important;}
  .carousel{width:100%;min-width:0;}
  .carousel-track{width:100%;min-width:0;}
  .wrap{padding:0 16px;}
  .svc-grid, .step-grid, .role-grid, .benefit-grid, .comp-grid, .pillar-grid, .gallery-grid, .bento, .team-grid{grid-template-columns:1fr!important;}
  .benefit-card{display:grid;grid-template-columns:52px minmax(0,1fr);column-gap:14px;align-items:center;text-align:left;padding:18px 16px;}
  .benefit-card .ico{grid-row:span 2;margin:0;width:44px;height:44px;}
  .benefit-card h5{font-size:14px;margin-bottom:4px;}
  .benefit-card p{font-size:12.5px;line-height:1.5;}
  .sitemap-grid{grid-template-columns:1fr!important;}
  .footer-grid{grid-template-columns:1fr!important;}
  .hs-stat{flex:1 1 100%;}
  .statband{padding:28px 0;}
  .statband .wrap{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0;}
  .stat-block{padding:18px 8px;border-bottom:1px solid rgba(255,255,255,.14);}
  .stat-block:nth-child(odd){border-right:1px solid rgba(255,255,255,.14);}
  .stat-block:nth-last-child(-n+2){border-bottom:none;}
  .stat-block .num{font-size:32px;}
  .stat-block .lbl{margin-top:7px;font-size:10px;line-height:1.3;}
  .topbar .tb-links{display:none;}
  .heroslider{height:auto;min-height:0;overflow:hidden;}
  .hs-content{position:relative;inset:auto;display:block;min-height:0;padding:34px 0 26px;}
  .hs-content .wrap{display:block;}
  .hs-text{max-width:none;}
  .hs-text h1{font-size:clamp(30px,8vw,38px);line-height:1.08;margin-bottom:16px;}
  .hs-text p{font-size:14px;line-height:1.55;margin-bottom:22px;}
  .hs-cta{gap:10px;}
  .hs-cta .btn{padding:12px 16px;font-size:12.5px;}
  .hs-stats{position:relative;left:auto;right:auto;bottom:auto;}
  .hs-stats .wrap{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))!important;padding:0;}
  .hs-stat{flex:none;padding:16px 8px;border-right:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12);min-width:0;}
  .hs-stat:nth-child(2n){border-right:none;}
  .hs-stat:nth-last-child(-n+2){border-bottom:none;}
  .hs-stat .lbl{font-size:10px;line-height:1.25;}
  .hs-dots,.hs-arrows{display:none;}
  .carousel-track{gap:14px;padding:4px 4px 18px;}
  .carousel-track .svc-card.portrait{flex:0 0 min(82vw,280px);}
  .about-grid .img-wrap img{height:auto;}
  .svc-card.portrait .svc-img{height:260px;min-height:0;}
  .svc-card.portrait .svc-body{padding:14px 16px 16px;}
  .pagehero-team{padding:120px 0 70px;min-height:auto;}
  .pagehero-guest-house{min-height:620px;padding:28px 0 34px;}
  .pagehero-guest-house .bgimg img{object-position:75% top;}
  .pagehero-guest-house .bgimg::after{content:"";display:block;position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,22,49,.94) 0%,rgba(6,22,49,.8) 42%,rgba(6,22,49,.22) 100%),linear-gradient(180deg,rgba(6,22,49,.2) 0%,rgba(6,22,49,.86) 100%);}
  .pagehero-guest-house .wrap{min-height:0;}
  .pagehero-guest-house .crumb{margin-bottom:0;font-size:11px;line-height:1.4;}
  .guest-house-mobile-copy{display:block;max-width:330px;margin-top:174px;}
  .guest-house-mobile-copy h2{font-size:clamp(30px,8vw,38px);line-height:1.08;color:#fff;margin-bottom:18px;}
  .guest-house-mobile-copy h2::after{content:"";display:block;width:48px;height:3px;background:#7ed957;margin-top:18px;}
  .guest-house-mobile-copy p{font-size:14px;line-height:1.55;color:rgba(255,255,255,.86);}
  .pagehero-team .bgimg img{object-position:center center;}
  .pagehero .bgimg img{object-position:center center;}
  .pagehero-guest-house .bgimg img{object-position:75% top!important;}
  .pagehero .bgimg,
  .pagehero-team .bgimg,
  .mega-feature,
  .gallery-grid .g-item,
  .bento .b-item,
  .svc-card .svc-img,
  .about-grid .img-wrap,
  .img-wrap.reveal img{min-height:auto;}
  .pagehero .wrap,
  .pagehero-team .wrap{padding-top:0;}
  .section.soft .wrap{gap:24px;grid-template-columns:1fr!important;}
  .pagehero-hse{padding:110px 0 60px;}
  .pagehero-hse h1{font-size:clamp(28px,7vw,34px);}
  .pagehero-hse p.lead{max-width:100%;font-size:15px;}
  .pagehero-hse .hse-feature-row{gap:18px;grid-template-columns:1fr!important;}
  .pagehero-hse .wrap{padding-left:16px;padding-right:16px;}
  .pagehero-hse .hse-feature{padding:20px;}
  .pagehero-hse .badge-row,
  .pagehero-hse .review-row,
  .pagehero-hse .escalation,
  .pagehero-hse .checklist-cats{grid-template-columns:1fr!important;}
  .badge-row{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;}
  .lic-badge{width:100%;justify-content:center;}
  .review-row,
  .escalation,
  .checklist-cats{gap:16px!important;}
  .comp-grid{grid-template-columns:1fr!important;}
  .comp-card{min-width:0;}
  .img-wrap.reveal{width:100%;}
  .wrap{width:100%;grid-template-columns:1fr!important;gap:28px!important;}
  .leadership-grid{grid-template-columns:1fr!important;gap:28px!important;align-items:start!important;}
  .leadership-grid > .img-wrap{width:100%;min-height:260px;margin-bottom:12px;}
  .leadership-grid > .img-wrap img{width:100%!important;height:260px!important;}
  /* Mobile responsive grids */
  .why-honeygo-grid{grid-template-columns:1fr!important;gap:28px!important;align-items:start!important;}
  .life-honeygo-grid{grid-template-columns:1fr!important;gap:28px!important;align-items:start!important;}
  .why-honeygo-grid .bento{grid-auto-rows:200px!important;}
  .life-honeygo-grid .video-feature{width:100%!important;}
  .life-honeygo-grid .video-feature img{width:100%!important;max-height:300px!important;}
  /* Ensure images stack properly */
  .wrap > div{width:100%;}
  .hs-stats .wrap{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0!important;padding:0!important;}
  .hs-stats .hs-stat{width:auto;border-right:1px solid rgba(255,255,255,.14);border-bottom:1px solid rgba(255,255,255,.14);}
  .hs-stats .hs-stat:nth-child(2n){border-right:none;}
  .hs-stats .hs-stat:nth-last-child(-n+2){border-bottom:none;}
  .statband .wrap{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0!important;padding:0!important;}
  .statband .stat-block{width:auto;padding:18px 8px;border-right:1px solid rgba(255,255,255,.14);border-bottom:1px solid rgba(255,255,255,.14);}
  .statband .stat-block:nth-child(2n){border-right:none;}
  .statband .stat-block:nth-last-child(-n+2){border-bottom:none;}
  .img-wrap.reveal img{width:100%!important;height:240px!important;object-fit:cover!important;}
}

