:root{
  --navy: #14204D;
  --navy-light: #223066;
  --navy-deep: #0D1636;
  --ice: #EAF2F8;
  --ice-deep: #DCE9F3;
  --crimson: #D31027;
  --crimson-dark: #AE0D20;
  --gold: #B8862B;
  --gold-light: #E4C87A;
  --white: #FFFFFF;
  --slate: #3C4257;
  --steel: #7A8699;
  --line: #D8E1EA;
  --max: 1160px;
}

*{ margin:0; padding:0; box-sizing:border-box; }
html{ scroll-behavior:smooth; }
@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior:auto; }
  *{ animation-duration:0.001ms !important; animation-iteration-count:1 !important; transition-duration:0.001ms !important; }
}

body{
  font-family:'Work Sans', sans-serif;
  color:var(--slate);
  background:var(--white);
  line-height:1.65;
  font-size:16px;
}

h1,h2,h3,h4{ font-family:'Fraunces', serif; color:var(--navy); line-height:1.15; font-weight:600; }
a{ color:inherit; text-decoration:none; }
img{ max-width:100%; display:block; }
button{ font-family:inherit; cursor:pointer; border:none; background:none; }
ul{ list-style:none; }

a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible{
  outline:3px solid var(--crimson);
  outline-offset:2px;
}

.wrap{ max-width:var(--max); margin:0 auto; padding:0 32px; }
section{ padding:88px 0; }

/* ---------- Header ---------- */
header{
  position:sticky; top:0;
  background:rgba(255,255,255,0.97);
  backdrop-filter:blur(6px);
  border-bottom:1px solid var(--line);
  z-index:100;
}
.nav-row{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 32px; max-width:var(--max); margin:0 auto;
}
.brand{ display:flex; align-items:center; gap:12px; }
.brand img{ width:44px; height:44px; border-radius:50%; }
.brand-text{ display:flex; flex-direction:column; line-height:1.1; }
.brand-text strong{ font-family:'Fraunces', serif; font-size:1.05rem; color:var(--navy); font-weight:700; }
.brand-text span{ font-size:0.68rem; color:var(--steel); letter-spacing:0.02em; }

nav.primary-nav ul{ display:flex; gap:24px; }
nav.primary-nav a{
  font-size:0.88rem; font-weight:500; color:var(--slate);
  padding:6px 1px; border-bottom:2px solid transparent;
  transition:border-color 0.2s ease, color 0.2s ease;
  white-space:nowrap;
}
nav.primary-nav a:hover, nav.primary-nav a.active{ color:var(--navy); border-color:var(--crimson); }

.nav-actions{ display:flex; align-items:center; gap:16px; }
.btn{ display:inline-flex; align-items:center; gap:8px; padding:12px 24px; border-radius:3px; font-weight:600; font-size:0.88rem; transition:transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease; }
.btn svg{ width:18px; height:18px; flex-shrink:0; }
.btn-primary{ background:var(--crimson); color:var(--white); }
.btn-primary:hover{ background:var(--crimson-dark); }
.btn-outline{ border:1.5px solid var(--navy); color:var(--navy); }
.btn-outline:hover{ background:var(--navy); color:var(--white); }
.btn-outline-light{ border:1.5px solid rgba(255,255,255,0.7); color:var(--white); }
.btn-outline-light:hover{ background:var(--white); color:var(--navy); }
.btn[style*="25D366"]:hover{ background:#1EBE57 !important; }

.menu-toggle{ display:none; flex-direction:column; gap:5px; padding:8px; }
.menu-toggle span{ width:22px; height:2px; background:var(--navy); }
#mobileNav{ display:none; padding:0 20px 18px; }
#mobileNav ul{ display:flex; flex-direction:column; gap:14px; }
#mobileNav .btn{ display:inline-block; margin-top:6px; }

/* ---------- Page hero (subpages) ---------- */
.page-hero{
  background:var(--ice);
  padding:72px 0 64px;
  position:relative;
  overflow:hidden;
}
.page-hero .wrap{ position:relative; z-index:2; }
.kicker{ font-size:0.82rem; color:var(--crimson); font-weight:600; letter-spacing:0.02em; margin-bottom:10px; }
.page-hero h1{ font-size:2.6rem; max-width:700px; }
.page-hero p.lead{ margin-top:16px; max-width:620px; color:var(--slate); font-size:1.05rem; }
.page-hero.dark{ background:var(--navy); }
.page-hero.dark h1, .page-hero.dark .kicker{ color:var(--white); }
.page-hero.dark .kicker{ color:var(--gold-light); }
.page-hero.dark p.lead{ color:#B9C3DD; }

.frost-lines{ position:absolute; inset:0; z-index:1; opacity:0.5; pointer-events:none; }

/* ---------- Section heads ---------- */
.section-head{ max-width:660px; margin-bottom:48px; }
.section-head h2{ font-size:2.15rem; }
.section-head p{ margin-top:14px; color:var(--steel); font-size:1.02rem; }
.section-head.center{ margin-left:auto; margin-right:auto; text-align:center; }

/* ---------- Buttons row ---------- */
.btn-row{ display:flex; gap:16px; flex-wrap:wrap; margin-top:8px; }

/* ---------- Stat strip ---------- */
.stat-strip{ background:var(--navy); padding:28px 0; }
.stat-row{ display:flex; justify-content:space-between; flex-wrap:wrap; gap:22px; }
.stat-item{ padding:0 26px; border-left:1px solid rgba(255,255,255,0.18); }
.stat-item:first-child{ border-left:none; padding-left:0; }
.stat-item .num{ font-family:'Fraunces', serif; font-size:1.6rem; color:var(--white); font-weight:700; display:block; }
.stat-item .lbl{ font-size:0.82rem; color:#B9C3DD; margin-top:2px; display:block; }

/* ---------- Illustrated panels (used where real photos aren't yet available) ---------- */
.illus-panel{
  border-radius:6px;
  padding:44px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  gap:14px;
  min-height:260px;
  position:relative;
  overflow:hidden;
}
.illus-panel.navy{ background:linear-gradient(160deg, var(--navy) 0%, var(--navy-light) 100%); }
.illus-panel.ice{ background:var(--ice); border:1px solid var(--line); }
.illus-panel svg{ width:64px; height:64px; }
.illus-panel.navy svg{ color:var(--gold-light); }
.illus-panel.ice svg{ color:var(--navy); }
.illus-panel .illus-label{ font-family:'Fraunces', serif; font-size:1.15rem; color:var(--white); }
.illus-panel.ice .illus-label{ color:var(--navy); }
.illus-panel .illus-note{ font-size:0.82rem; color:#B9C3DD; max-width:260px; }
.illus-panel.ice .illus-note{ color:var(--steel); }

/* ---------- Founder / legacy elements ---------- */
.founder-card{
  display:grid;
  grid-template-columns:0.75fr 1.25fr;
  gap:56px;
  align-items:center;
  background:var(--navy-deep);
  border-radius:8px;
  padding:56px;
  color:var(--white);
}
.founder-photo{
  border-radius:6px;
  overflow:hidden;
  border:2px solid rgba(228,200,122,0.35);
  box-shadow:0 30px 60px -30px rgba(0,0,0,0.6);
}
.founder-photo img{ width:100%; height:100%; object-fit:cover; }
.founder-copy .kicker{ color:var(--gold-light); }
.founder-copy h2{ color:var(--white); font-size:2rem; }
.founder-copy p{ margin-top:16px; color:#C9D2E8; font-size:1rem; }
.founder-copy .quote{
  margin-top:26px;
  padding-left:20px;
  border-left:3px solid var(--gold);
  font-family:'Fraunces', serif;
  font-style:italic;
  font-size:1.15rem;
  color:var(--gold-light);
}
.founder-dates{
  margin-top:24px;
  display:flex;
  gap:28px;
  flex-wrap:wrap;
}
.founder-dates div{ font-size:0.82rem; color:#9AA6C8; }
.founder-dates strong{ display:block; color:var(--white); font-family:'Fraunces', serif; font-size:1.05rem; font-weight:600; }

/* ---------- Leadership grid ---------- */
.leadership-grid{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:36px;
}
.leader-card{
  background:var(--white);
  border:1px solid var(--line);
  border-radius:6px;
  overflow:hidden;
}
.leader-photo{ aspect-ratio:1/1; overflow:hidden; background:var(--ice); }
.leader-photo img{ width:100%; height:100%; object-fit:cover; filter:grayscale(0.15); }
.leader-body{ padding:28px; }
.leader-body h3{ font-size:1.25rem; }
.leader-role{ font-size:0.85rem; color:var(--crimson); font-weight:600; margin-top:2px; margin-bottom:14px; }
.leader-body p{ font-size:0.94rem; color:var(--steel); }

.ownership-note{
  margin-top:40px;
  background:var(--ice);
  border-left:3px solid var(--navy);
  padding:22px 26px;
  font-size:0.92rem;
  color:var(--slate);
  max-width:760px;
}

/* ---------- Timeline ---------- */
.timeline{ position:relative; padding-left:32px; }
.timeline::before{ content:""; position:absolute; left:6px; top:6px; bottom:6px; width:2px; background:var(--line); }
.timeline-item{ position:relative; padding-bottom:38px; }
.timeline-item:last-child{ padding-bottom:0; }
.timeline-item::before{
  content:""; position:absolute; left:-32px; top:4px;
  width:14px; height:14px; border-radius:50%;
  background:var(--crimson); border:3px solid var(--white); box-shadow:0 0 0 2px var(--crimson);
}
.timeline-item.milestone::before{ background:var(--gold); box-shadow:0 0 0 2px var(--gold); }
.timeline-item .t-date{ font-size:0.82rem; color:var(--crimson); font-weight:600; margin-bottom:4px; }
.timeline-item.milestone .t-date{ color:var(--gold); }
.timeline-item h4{ font-size:1.1rem; margin-bottom:6px; }
.timeline-item p{ color:var(--steel); font-size:0.94rem; max-width:600px; }

/* ---------- Values grid ---------- */
.values-grid{ display:grid; grid-template-columns:repeat(5, 1fr); gap:1px; background:var(--line); border:1px solid var(--line); }
.value-item{ background:var(--white); padding:30px 22px; text-align:center; }
.value-item svg{ width:28px; height:28px; color:var(--crimson); margin-bottom:14px; }
.value-item h4{ font-size:1rem; margin-bottom:8px; }
.value-item p{ font-size:0.85rem; color:var(--steel); }

/* ---------- Mission/Vision ---------- */
.mv-grid{ display:grid; grid-template-columns:1fr 1fr; gap:1px; background:var(--line); border:1px solid var(--line); margin-bottom:56px; }
.mv-item{ background:var(--ice); padding:36px; }
.mv-item h3{ font-size:1.1rem; margin-bottom:10px; }
.mv-item p{ color:var(--slate); font-size:0.96rem; }

/* ---------- Flavor grid ---------- */
.flavor-group{ margin-bottom:52px; }
.flavor-group:last-child{ margin-bottom:0; }
.flavor-group-head{ margin-bottom:24px; display:flex; align-items:baseline; gap:16px; flex-wrap:wrap; border-bottom:1px solid var(--line); padding-bottom:12px; }
.flavor-group-head h3{ font-size:1.3rem; }
.flavor-group-head p{ color:var(--steel); font-size:0.9rem; }
.flavor-grid{ display:grid; grid-template-columns:repeat(auto-fill, minmax(110px, 1fr)); gap:20px; }
.flavor-card{ display:flex; flex-direction:column; align-items:center; text-align:center; gap:9px; }
.flavor-badge{ width:104px; height:104px; border-radius:16px; overflow:hidden; box-shadow:0 12px 22px -10px rgba(20,32,77,0.35); }
.flavor-badge img{ width:100%; height:100%; }
.flavor-name{ font-size:0.82rem; font-weight:500; color:var(--navy); line-height:1.2; }

/* ---------- Feature split (Shah G Kulfa / 10L pack) ---------- */
.feature-split{ display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center; }
.feature-split.reverse .feature-copy{ order:2; }

/* ---------- Who we supply ---------- */
.supply-grid{ display:grid; grid-template-columns:repeat(4, 1fr); gap:1px; background:var(--line); border:1px solid var(--line); }
.supply-item{ background:var(--white); padding:32px 26px; border-top:3px solid var(--crimson); }
.supply-item:nth-child(2n){ border-top-color:var(--navy); }
.supply-item svg{ width:30px; height:30px; color:var(--crimson); margin-bottom:16px; }
.supply-item:nth-child(2n) svg{ color:var(--navy); }
.supply-item h3{ font-size:1.1rem; margin-bottom:8px; }
.supply-item p{ font-size:0.9rem; color:var(--steel); }

/* ---------- Why cards (why work with OSH) ---------- */
.why-grid{ display:grid; grid-template-columns:repeat(4, 1fr); gap:28px; }
.why-card{ text-align:left; }
.why-card svg{ width:28px; height:28px; color:var(--crimson); margin-bottom:14px; }
.why-card h3{ font-size:1.05rem; margin-bottom:8px; }
.why-card p{ font-size:0.9rem; color:var(--steel); }

/* ---------- Dealer form ---------- */
.dealer-form{ background:var(--ice); border-radius:6px; padding:44px; }
.form-row{ display:grid; grid-template-columns:1fr 1fr; gap:18px; margin-bottom:18px; }
.form-field{ display:flex; flex-direction:column; }
.form-field.full{ grid-column:1/-1; }
.form-field label{ font-size:0.85rem; color:var(--slate); margin-bottom:6px; font-weight:500; }
.form-field input, .form-field select, .form-field textarea{
  border:1px solid var(--line); border-radius:3px; padding:12px 14px;
  font-family:inherit; font-size:0.95rem; background:var(--white); color:var(--slate);
}
.form-field textarea{ resize:vertical; min-height:100px; }
.dealer-form .btn-primary{ width:100%; text-align:center; margin-top:6px; }
.form-note{ font-size:0.82rem; color:var(--steel); margin-top:14px; }

/* ---------- Process steps (distribution) ---------- */
.process-grid{ display:grid; grid-template-columns:repeat(3, 1fr); gap:1px; background:var(--line); border:1px solid var(--line); }
.process-item{ background:var(--white); padding:34px; }
.process-item .step-num{ font-family:'Fraunces', serif; font-size:1.6rem; color:var(--crimson); font-weight:700; margin-bottom:12px; display:block; }
.process-item h3{ font-size:1.05rem; margin-bottom:8px; }
.process-item p{ font-size:0.9rem; color:var(--steel); }

/* ---------- Coverage / route map ---------- */
.coverage{ background:var(--navy); color:var(--white); }
.coverage .section-head h2, .coverage .kicker{ color:var(--white); }
.coverage .kicker{ color:var(--gold-light); }
.coverage .section-head p{ color:#B9C3DD; }
.coverage-grid{ display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center; }
.city-tags{ display:flex; flex-wrap:wrap; gap:12px; margin-top:24px; }
.city-tag{ border:1px solid rgba(255,255,255,0.28); padding:8px 18px; border-radius:3px; font-size:0.86rem; color:#DCE4F2; }
.city-tag.hub{ background:var(--crimson); border-color:var(--crimson); color:var(--white); font-weight:600; }
.route-map{ width:100%; height:auto; }

/* ---------- Contact ---------- */
.contact-grid{ display:grid; grid-template-columns:0.85fr 1.15fr; gap:64px; }
.contact-info dl{ margin-top:24px; }
.contact-info dt{ font-size:0.8rem; color:var(--steel); text-transform:uppercase; letter-spacing:0.04em; margin-top:20px; }
.contact-info dt:first-child{ margin-top:0; }
.contact-info dd{ font-size:1.02rem; color:var(--navy); font-weight:500; margin-top:4px; }
.contact-info dd a{ color:var(--navy); border-bottom:1px solid var(--line); }
.contact-info dd a:hover{ border-color:var(--navy); }
.social-row{ display:flex; gap:14px; margin-top:26px; flex-wrap:wrap; }
.social-link{ display:flex; align-items:center; gap:8px; padding:10px 16px; border:1px solid var(--line); border-radius:3px; font-size:0.86rem; font-weight:500; color:var(--navy); background:var(--white); }
.social-link:hover{ border-color:var(--navy); }
.social-link svg{ width:17px; height:17px; }

/* ---------- CTA band ---------- */
.cta-band{ background:var(--crimson); color:var(--white); }
.cta-band-inner{ display:flex; justify-content:space-between; align-items:center; gap:28px; flex-wrap:wrap; }
.cta-band h2{ color:var(--white); font-size:1.9rem; max-width:520px; }
.cta-band .btn-row{ margin-top:0; }
.cta-band .btn-outline-light:hover{ color:var(--crimson); }

/* ---------- Footer ---------- */
footer{ background:var(--navy-light); color:#C9D2E8; padding:60px 0 26px; }
.footer-grid{ display:grid; grid-template-columns:1.3fr 0.7fr 0.7fr 1fr 0.9fr; gap:32px; padding-bottom:36px; border-bottom:1px solid rgba(255,255,255,0.14); }
.footer-brand{ display:flex; align-items:center; gap:12px; margin-bottom:14px; }
.footer-brand img{ width:40px; height:40px; border-radius:50%; }
.footer-brand strong{ font-family:'Fraunces', serif; color:var(--white); font-size:1rem; }
.footer-col h4{ color:var(--white); font-size:0.85rem; font-weight:600; margin-bottom:14px; }
.footer-col ul li{ margin-bottom:9px; font-size:0.88rem; }
.footer-col a:hover{ color:var(--white); }
.footer-bottom{ display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px; padding-top:22px; font-size:0.8rem; color:#8E9BC0; }

/* ---------- Responsive ---------- */
@media (max-width: 980px){
  section{ padding:64px 0; }
  .page-hero{ padding:56px 0 48px; }
  .page-hero h1{ font-size:2rem; }
  .founder-card{ grid-template-columns:1fr; padding:32px; gap:32px; }
  .leadership-grid{ grid-template-columns:1fr; }
  .values-grid{ grid-template-columns:repeat(2, 1fr); }
  .mv-grid{ grid-template-columns:1fr; }
  .supply-grid{ grid-template-columns:repeat(2, 1fr); }
  .why-grid{ grid-template-columns:repeat(2, 1fr); }
  .process-grid{ grid-template-columns:1fr; }
  .coverage-grid, .contact-grid, .feature-split{ grid-template-columns:1fr; gap:36px; }
  .feature-split.reverse .feature-copy{ order:0; }
  nav.primary-nav{ display:none; }
  .menu-toggle{ display:flex; }
  .nav-actions .btn-primary{ display:none; }
  .brand-text span{ display:none; }
  .footer-grid{ grid-template-columns:1fr 1fr; }
}

@media (max-width: 560px){
  .wrap{ padding:0 20px; }
  .nav-row{ padding:14px 20px; }
  .stat-row{ flex-direction:column; gap:16px; }
  .stat-item{ border-left:none; padding-left:0; }
  .form-row{ grid-template-columns:1fr; }
  .cta-band-inner{ flex-direction:column; align-items:flex-start; }
  .values-grid{ grid-template-columns:1fr 1fr; }
  .footer-grid{ grid-template-columns:1fr; }
  .flavor-grid{ grid-template-columns:repeat(auto-fill, minmax(92px, 1fr)); gap:14px; }
  .flavor-badge{ width:76px; height:76px; border-radius:12px; }
  .page-hero h1{ font-size:1.7rem; }
}
