/* ============================================================
   Malwa Golden Group — main stylesheet
   Two firms · One operating standard
   Red = Transolutions  ·  Blue = Logistics  ·  Black = Group
   ============================================================ */

:root {
  /* Brand */
  --red:        #B6513E;
  --red-deep:   #95402F;
  --red-soft:   #F4E9E5;
  --blue:       #59649C;
  --blue-deep:  #434C78;
  --blue-soft:  #ECEDF4;
  /* Generic accent — BLUE-LED (red kept as minor secondary accent) */
  --accent:      var(--blue);
  --accent-deep: var(--blue-deep);
  --accent-soft: var(--blue-soft);
  --black:      #262525;
  --ink:        #2E2C2B;

  /* Neutrals */
  --bg:         #FAFAF7;
  --bg-soft:    #F1EFE9;
  --bg-card:    #FFFFFF;
  --line:       #E5E2DA;
  --line-soft:  #EFECE5;
  --grey:       #6B6660;
  --grey-deep:  #3D3A36;
  --muted:      #8B847C;

  /* Type — Arimo (free, metrics-compatible Helvetica/Arial substitute) */
  --font-sans:  'Arimo', Helvetica, 'Helvetica Neue', Arial, sans-serif;
  --font-disp:  'Arimo', Helvetica, 'Helvetica Neue', Arial, sans-serif;
  --font-mono:  'Arimo', Helvetica, Arial, sans-serif;

  /* Spacing */
  --wrap: 1240px;
  --gap:  28px;

  /* Misc */
  --radius: 4px;
  --radius-lg: 10px;
  --shadow-sm: 0 1px 2px rgba(10,10,10,0.04), 0 1px 1px rgba(10,10,10,0.03);
  --shadow:    0 4px 16px rgba(10,10,10,0.06), 0 1px 2px rgba(10,10,10,0.04);
  --shadow-lg: 0 16px 48px rgba(10,10,10,0.10), 0 4px 12px rgba(10,10,10,0.06);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

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

h1, h2, h3, h4, h5 {
  font-family: var(--font-disp);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--black);
  text-wrap: balance;
}
h1 { font-size: clamp(40px, 5.4vw, 72px); line-height: 1.02; letter-spacing: -0.035em; }
h2 { font-size: clamp(30px, 3.6vw, 46px); line-height: 1.08; letter-spacing: -0.028em; }
h3 { font-size: clamp(20px, 2.1vw, 26px); line-height: 1.2; }
h4 { font-size: 17px; line-height: 1.3; }
h5 { font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 600; color: var(--grey-deep); }

p { text-wrap: pretty; }
strong { font-weight: 600; color: var(--black); }
sup.foot { font-size: 0.7em; font-weight: 600; color: var(--accent); top: -0.5em; padding-left: 1px; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--accent);
  margin-bottom: 18px;
}
.eyebrow::before {
  content: '';
  width: 22px;
  height: 1px;
  background: currentColor;
}
.eyebrow.on-dark { color: #F1B8BB; }
.accent { color: var(--accent); }

/* ═════════════ TOP BAR ═════════════ */
.topbar {
  background: var(--black);
  color: #C8C5BE;
  font-size: 12px;
  letter-spacing: 0.02em;
  padding: 8px 0;
  border-bottom: 1px solid #1F1F1F;
}
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.topbar .meta { display: flex; gap: 22px; align-items: center; flex-wrap: wrap; }
.topbar .meta a { color: #FFF; }
.topbar .meta a:hover { color: var(--accent); }
.topbar .dot {
  display: inline-block; width: 6px; height: 6px;
  background: #25C97D; border-radius: 50%; margin-right: 6px;
  box-shadow: 0 0 0 3px rgba(37,201,125,0.18);
}
@media (max-width: 820px) { .topbar { display: none; } }

/* ═════════════ NAV ═════════════ */
.nav {
  position: sticky; top: 0; z-index: 60;
  background: rgba(250,250,247,0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav .wrap { display: flex; align-items: center; justify-content: space-between; height: 72px; gap: 20px; }
/* ═════════════ BRAND LOCKUP — two firms, side-by-side ═════════════ */
.brand-lockup {
  display: flex; align-items: center; gap: 16px;
  flex-shrink: 0;
  height: 50px;
}
.brand-firm {
  display: flex; align-items: center; gap: 10px;
  height: 100%;
}
.brand-firm img.icon {
  display: block;
  height: 40px; width: auto;
  object-fit: contain;
}
.brand-firm img.wordmark {
  display: block;
  height: 44px; width: auto;
  object-fit: contain;
}
.brand-divider {
  width: 1px;
  height: 38px;
  background: var(--line);
  flex-shrink: 0;
}
@media (max-width: 1280px) {
  .brand-lockup { gap: 12px; height: 50px; }
  .brand-firm { gap: 9px; }
  .brand-firm img.icon { height: 36px; }
  .brand-firm img.wordmark { height: 38px; }
  .brand-divider { height: 32px; }
}
@media (max-width: 1100px) {
  .brand-lockup { gap: 10px; height: 44px; }
  .brand-firm img.icon { height: 32px; }
  .brand-firm img.wordmark { height: 32px; }
  .brand-divider { height: 28px; }
}
@media (max-width: 920px) {
  .brand-firm img.wordmark { display: none; }
  .brand-firm img.icon { height: 32px; }
}

.nav-links { display: flex; gap: 4px; align-items: center; }
.nav-links a {
  position: relative;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  color: var(--grey-deep);
  border-radius: var(--radius);
  transition: color .2s;
}
.nav-links a:hover { color: var(--black); }
.nav-links a.active { color: var(--accent); }
.nav-links a.active::after {
  content: '';
  position: absolute;
  left: 14px; right: 14px; bottom: 2px;
  height: 2px;
  background: var(--accent);
}
.nav-cta {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--black); color: #FFF;
  padding: 10px 16px;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.01em;
  border-radius: var(--radius);
  white-space: nowrap;
  flex-shrink: 0;
  transition: background .2s, transform .2s;
}
.nav-cta::after {
  content: '→';
  font-size: 14px;
  display: inline-block;
  transition: transform .2s;
}
.nav-cta:hover::after { transform: translateX(3px); }
.nav-cta:hover { background: var(--accent); transform: translateY(-1px); }

.menu-toggle { display: none; width: 40px; height: 40px; position: relative; }
.menu-toggle span,
.menu-toggle span::before,
.menu-toggle span::after {
  content: ''; position: absolute; left: 8px; right: 8px; height: 2px; background: var(--black); transition: transform .2s;
}
.menu-toggle span { top: 19px; }
.menu-toggle span::before { top: -7px; left: 0; right: 0; }
.menu-toggle span::after { top: 7px; left: 0; right: 0; }

@media (max-width: 980px) {
  .nav .wrap { height: 64px; }
  .nav-links { display: none; }
  .nav-cta { display: none; }
  .menu-toggle { display: block; }
}
.nav.menu-open .nav-links {
  display: flex;
  position: absolute;
  top: 64px; left: 0; right: 0;
  flex-direction: column;
  background: var(--bg);
  padding: 18px;
  gap: 0;
  border-bottom: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.nav.menu-open .nav-links a { padding: 12px 8px; border-bottom: 1px solid var(--line-soft); }

/* ═════════════ BUTTONS ═════════════ */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 22px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.005em;
  border-radius: var(--radius);
  transition: all .2s;
  white-space: nowrap;
  border: 1.5px solid transparent;
}
.btn .arrow { transition: transform .25s; }
.btn:hover .arrow { transform: translateX(4px); }
.btn--primary { background: var(--accent); color: #FFF; }
.btn--primary:hover { background: var(--accent-deep); }
.btn--dark { background: var(--black); color: #FFF; }
.btn--dark:hover { background: #2A2A2A; }
.btn--ghost { background: transparent; color: var(--black); border-color: var(--black); }
.btn--ghost:hover { background: var(--black); color: #FFF; }
.btn--outline { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--outline:hover { border-color: var(--black); }
.btn--ghost.on-dark { color: #FFF; border-color: rgba(255,255,255,0.4); }
.btn--ghost.on-dark:hover { background: #FFF; color: var(--black); }

/* ═════════════ SECTIONS ═════════════ */
.section { padding: 100px 0; }
.section--tight { padding: 72px 0; }
.section--soft { background: var(--bg-soft); }
@media (max-width: 720px) { .section { padding: 64px 0; } .section--tight { padding: 48px 0; } }

.section-head { display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: end; margin-bottom: 56px; }
.section-head.center { grid-template-columns: 1fr; text-align: center; max-width: 760px; margin-left: auto; margin-right: auto; }
.section-head .lead { font-size: 17px; color: var(--grey-deep); }
@media (max-width: 860px) { .section-head { grid-template-columns: 1fr; gap: 24px; margin-bottom: 36px; } }

.lead { font-size: 17px; line-height: 1.55; color: var(--grey-deep); }

/* ═════════════ HERO ═════════════ */
.hero {
  position: relative;
  padding: 100px 0 80px;
  overflow: hidden;
  background: linear-gradient(180deg, #FFFFFF 0%, var(--bg) 100%);
  border-bottom: 1px solid var(--line);
}
.hero-content { position: relative; z-index: 2; max-width: 920px; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 7px 14px;
  background: rgba(255,255,255,0.7);
  border: 1px solid var(--line);
  border-radius: 100px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--grey-deep);
  margin-bottom: 28px;
}
.hero-eyebrow .pulse {
  width: 8px; height: 8px; background: var(--accent); border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(89,100,156,0.18);
}
.display {
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 700;
  color: var(--black);
  font-family: var(--font-disp);
}
.hero-lead {
  font-size: 18px;
  line-height: 1.55;
  color: var(--grey-deep);
  margin-top: 24px;
  max-width: 640px;
}
.hero-cta { display: flex; gap: 12px; margin-top: 36px; flex-wrap: wrap; }
.hero-firms {
  display: flex; gap: 32px;
  margin-top: 56px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
  align-items: flex-start;
  flex-wrap: wrap;
}
.hero-firm { display: flex; gap: 14px; align-items: center; }
.hero-firm img { height: 44px; width: 44px; }
.hero-firm-text { line-height: 1.2; }
.hero-firm-text strong { font-family: var(--font-disp); font-size: 15px; display: block; }
.hero-firm.transolutions strong { color: var(--red); }
.hero-firm.logistics    strong { color: var(--blue); }
.hero-firm-text span { font-size: 11px; color: var(--grey); letter-spacing: 0.1em; text-transform: uppercase; font-weight: 500; }

.hero-cities {
  position: relative;
  margin-top: 56px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #FFF;
  padding: 13px 0;
}
.hero-cities .wrap { display: flex; align-items: center; gap: 18px; max-width: none; padding: 0; }
.hero-cities .label {
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  padding: 0 24px;
  border-right: 1px solid var(--line);
}
.city-row { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 20px; flex: 1; padding-right: 24px; }
.city-row span { font-size: 13px; font-weight: 500; color: var(--grey-deep); white-space: nowrap; }
.city-row .more { color: var(--accent); font-weight: 600; }
@media (max-width: 760px) {
  .hero-cities .wrap { flex-direction: column; align-items: flex-start; gap: 10px; }
  .hero-cities .label { border-right: none; }
  .city-row { padding: 0 24px; }
}
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ═════════════ STATS ═════════════ */
.stats { padding: 56px 0; border-bottom: 1px solid var(--line); background: var(--bg); }
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-left: 1px solid var(--line);
}
.stat { padding: 8px 28px; border-right: 1px solid var(--line); }
.stat-num {
  font-family: var(--font-disp);
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  color: var(--black);
  display: flex; align-items: baseline; gap: 4px;
}
.stat-num .suffix { color: var(--accent); font-size: 0.7em; }
.stat-label {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--grey);
}
.stat-sub {
  display: block;
  margin-top: 4px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: none;
  color: var(--accent);
}
@media (max-width: 720px) { .stats-grid { grid-template-columns: 1fr 1fr; } .stat:nth-child(1), .stat:nth-child(2) { border-bottom: 1px solid var(--line); padding-bottom: 24px; } .stat:nth-child(3), .stat:nth-child(4) { padding-top: 24px; } }

/* ═════════════ ABOUT (homepage two-firm callout) ═════════════ */
.firms-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: #FFF;
}
.firm-card {
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}
.firm-card.transolutions { border-right: 1px solid var(--line); }
.firm-card .accent-bar {
  position: absolute; top: 0; left: 0; right: 0; height: 4px;
}
.firm-card.transolutions .accent-bar { background: var(--red); }
.firm-card.logistics    .accent-bar { background: var(--blue); }
.firm-card .firm-logo { height: 56px; width: auto; align-self: flex-start; }
.firm-card .firm-meta { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 600; color: var(--grey); }
.firm-card.transolutions .firm-meta strong { color: var(--red); }
.firm-card.logistics    .firm-meta strong { color: var(--blue); }
.firm-card h3 { font-size: 22px; }
.firm-card p { font-size: 15px; color: var(--grey-deep); }
.firm-card .firm-est {
  display: inline-block;
  padding: 4px 10px;
  background: var(--bg-soft);
  border-radius: 100px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--ink);
}
@media (max-width: 760px) { .firms-split { grid-template-columns: 1fr; } .firm-card.transolutions { border-right: none; border-bottom: 1px solid var(--line); } }

.about-block { display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; align-items: center; }
.about-block .since-card {
  position: relative;
  padding: 36px 32px;
  background: linear-gradient(180deg, #FFF 0%, var(--bg-soft) 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.about-block .since-card .since-tag {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--grey);
}
.about-block .since-card .big-year {
  font-family: var(--font-disp);
  font-size: clamp(80px, 12vw, 140px);
  line-height: 0.9;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: var(--black);
  margin-top: 8px;
}
.about-block .since-card p { font-size: 14px; color: var(--grey-deep); margin-top: 16px; }
.about-block .since-card .timeline {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  display: flex; flex-direction: column; gap: 10px;
}
.about-block .since-card .timeline-item {
  display: grid; grid-template-columns: 60px 1fr; align-items: baseline; gap: 14px;
  font-size: 13px;
}
.about-block .since-card .timeline-item strong {
  font-family: var(--font-disp); color: var(--black); font-size: 15px; letter-spacing: -0.01em;
}
.about-block .since-card .timeline-item.red strong { color: var(--red); }
.about-block .since-card .timeline-item.blue strong { color: var(--blue); }
.about-text h2 { margin-bottom: 20px; }
.about-text p { font-size: 16px; color: var(--grey-deep); margin-bottom: 14px; }
@media (max-width: 880px) { .about-block { grid-template-columns: 1fr; gap: 36px; } }

.pillars { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 28px; margin-top: 32px; }
.pillar h4 { font-family: var(--font-disp); font-size: 16px; margin-bottom: 6px; color: var(--black); }
.pillar p { font-size: 13.5px; color: var(--grey-deep); }
@media (max-width: 540px) { .pillars { grid-template-columns: 1fr; } }

/* ═════════════ SERVICES ═════════════ */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.services-grid.how-grid { grid-template-columns: repeat(4, 1fr); gap: 0; }
.services-grid.how-grid .service {
  border-right: 1px solid var(--line);
  padding: 0 28px;
  gap: 24px;
}
.services-grid.how-grid .service:first-child { padding-left: 0; }
.services-grid.how-grid .service:last-child { border-right: none; padding-right: 0; }
.services-grid.how-grid .service .arrow { display: none; }
.services-grid.how-grid .service h3 { font-size: 22px; line-height: 1.18; }
.services-grid.how-grid .service p { font-size: 13.5px; line-height: 1.55; }
@media (max-width: 1100px) {
  .services-grid.how-grid { grid-template-columns: repeat(2, 1fr); gap: 0; }
  .services-grid.how-grid .service { padding: 24px 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .services-grid.how-grid .service:nth-child(2n) { border-right: none; }
  .services-grid.how-grid .service:nth-last-child(-n+2) { border-bottom: none; }
  .services-grid.how-grid .service:first-child { padding-left: 24px; }
  .services-grid.how-grid .service:last-child { padding-right: 24px; }
}
.service {
  display: flex; flex-direction: column; justify-content: space-between; gap: 30px;
  padding: 32px 28px;
  background: #FFF;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  transition: all .25s;
  min-height: 280px;
}
.service:hover { border-color: var(--black); transform: translateY(-3px); box-shadow: var(--shadow); }
.service-num { font-family: var(--font-disp); font-size: 12px; font-weight: 600; color: var(--accent); letter-spacing: 0.04em; }
.service h3 { margin: 14px 0 10px; }
.service p { font-size: 14.5px; color: var(--grey-deep); }
.service .arrow { font-size: 20px; color: var(--accent); align-self: flex-end; }
@media (max-width: 880px) { .services-grid { grid-template-columns: 1fr; } }

/* ═════════════ NETWORK MAP (homepage) ═════════════ */
.network-block { display: grid; grid-template-columns: 1.3fr 1fr; gap: 60px; align-items: center; }
.india-map {
  background: #FFF;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 16px 16px 4px;
  position: relative;
  overflow: hidden;
  margin: 0;
}
.india-map .india-map-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: calc(var(--radius-lg) - 6px);
}
.india-map svg { width: 100%; height: auto; display: block; }
.india-map .legend {
  display: flex; gap: 14px 22px; flex-wrap: wrap;
  margin-top: 14px;
  padding: 14px 4px 8px;
  border-top: 1px solid var(--line);
  font-size: 10.5px;
  color: var(--grey);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.india-map .legend-item { display: flex; align-items: center; gap: 8px; }
.india-map .legend-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
.india-map .legend-dot.branch { background: #1a1a1a; box-shadow: 0 0 0 3px rgba(26,26,26,0.12); }
.india-map .legend-dot.station { width: 6px; height: 6px; background: #1a1a1a; }
.india-map .legend-dot.highway { width: 22px; height: 2px; background: #8a3a2a; border-radius: 0; }
.india-map .legend-dot.express { width: 22px; height: 2px; background: #4d8a3a; border-radius: 0; }
.network-mini {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 28px;
}
.network-mini .nm {
  padding: 18px 20px;
  background: #FFF;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.network-mini .nm strong {
  font-family: var(--font-disp);
  font-size: 28px;
  color: var(--black);
  letter-spacing: -0.02em;
  display: block;
  line-height: 1;
}
.network-mini .nm span {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: var(--grey);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
@media (max-width: 980px) { .network-block { grid-template-columns: 1fr; gap: 36px; } }

/* ═════════════ CLIENTS STRIP (homepage) ═════════════ */
.clients-strip { padding: 28px 0; background: #FFF; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-top: 36px; overflow: hidden; display: block; }
.clients-track {
  display: flex; gap: 60px; align-items: center; width: max-content;
  animation: marquee 50s linear infinite;
}
.clients-track .client-logo {
  flex-shrink: 0;
  width: 120px; height: 56px;
  display: flex; align-items: center; justify-content: center;
  opacity: 0.85;
  transition: opacity .25s;
}
.clients-track .client-logo img {
  max-width: 100%; max-height: 100%;
  object-fit: contain;
}
.clients-track .client-logo:hover { opacity: 1; }
.clients-head { text-align: center; max-width: 700px; margin: 0 auto; }

/* ═════════════ CTA BANNER ═════════════ */
.cta-banner {
  background: var(--black);
  color: #FFF;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content: '';
  position: absolute; top: 0; right: -10%; width: 60%; height: 100%;
  background: radial-gradient(ellipse at center, rgba(89,100,156,0.26) 0%, transparent 60%);
  pointer-events: none;
}
.cta-banner .wrap { position: relative; z-index: 2; display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; align-items: center; }
.cta-banner h2 { color: #FFF; font-size: clamp(28px, 3.4vw, 44px); }
.cta-banner p { color: rgba(255,255,255,0.7); margin-top: 14px; font-size: 16px; max-width: 520px; }
.cta-banner .actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }
@media (max-width: 880px) { .cta-banner .wrap { grid-template-columns: 1fr; } .cta-banner .actions { justify-content: flex-start; } }

/* ═════════════ FOOTER ═════════════ */
.footer { background: var(--black); color: rgba(255,255,255,0.7); padding: 56px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.3fr; gap: 44px; padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-brand .footer-mark {
  display: flex; flex-direction: column; align-items: flex-start; gap: 14px;
  margin-bottom: 24px;
}
.footer-brand .footer-firm {
  display: flex; align-items: center; gap: 12px;
}
.footer-brand .footer-firm img.icon {
  display: block;
  height: 36px; width: auto; object-fit: contain;
  flex-shrink: 0;
  /* Icons retain their full brand color on dark bg */
}
.footer-brand .footer-firm img.wordmark {
  display: block;
  height: 32px; width: auto; object-fit: contain;
  /* Wordmarks have black 'TRANSOLUTIONS LLP' text — invert to white */
  filter: brightness(0) invert(1);
  opacity: 0.92;
}
.footer-brand .footer-divider {
  display: none;
}
.footer-brand p {
  font-size: 13px; line-height: 1.55;
  max-width: 360px;
  color: rgba(255,255,255,0.62);
  margin-bottom: 0;
}
@media (max-width: 1100px) {
  .footer-brand .footer-firm img.icon { height: 26px; }
  .footer-brand .footer-firm img.wordmark { height: 22px; }
}
@media (max-width: 720px) {
  .footer-brand .footer-mark { gap: 14px; }
}
.footer-col h5 { color: #FFF; margin-bottom: 12px; font-size: 11px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 7px; }
.footer-col ul a { font-size: 13px; color: rgba(255,255,255,0.7); transition: color .2s; }
.footer-col ul a:hover { color: #FFF; }
.footer-legal li { font-size: 12.5px; line-height: 1.5; }

/* ═════════════ ECO / CNG BADGE — outlined, prominent, consistent ═════════════ */
:root {
  --eco-green: #1F8E4A;
  --eco-green-dark: #0F6B36;
  --eco-green-light: #6FD891;
}
.eco-leaf {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 5px 11px 5px 9px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  font-family: var(--font-disp);
  color: var(--eco-green-dark);
  background: #FFF;
  border: 1.5px solid var(--eco-green);
  border-radius: 4px;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 1;
}
.eco-leaf svg { width: 13px; height: 13px; flex-shrink: 0; stroke-width: 2.4; color: var(--eco-green); }
.eco-leaf strong { font-weight: 800; color: var(--eco-green); margin-right: 1px; }
.eco-leaf.on-dark {
  color: var(--eco-green-light);
  background: rgba(111, 216, 145, 0.04);
  border-color: var(--eco-green-light);
}
.eco-leaf.on-dark svg, .eco-leaf.on-dark strong { color: var(--eco-green-light); }
.eco-leaf.eco-inline {
  /* compact inline variant — slightly smaller for use within flowing text/labels */
  padding: 3px 9px 3px 7px;
  font-size: 10px;
  margin-left: 8px;
  letter-spacing: 0.10em;
}
.eco-leaf.eco-inline svg { width: 11px; height: 11px; }
.eco-leaf.eco-block {
  /* large standalone variant for hero/block usage */
  padding: 8px 14px 8px 12px;
  font-size: 12px;
  letter-spacing: 0.14em;
  border-width: 2px;
}
.eco-leaf.eco-block svg { width: 15px; height: 15px; }

.footer-eco {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 13px 7px 11px;
  margin-top: 14px;
  background: rgba(111, 216, 145, 0.06);
  border: 1px solid rgba(111, 216, 145, 0.20);
  border-radius: 100px;
  font-size: 11.5px;
  line-height: 1.4;
  color: rgba(255,255,255,0.78);
}
.footer-eco svg {
  width: 14px; height: 14px;
  color: #6FD891;
  flex-shrink: 0;
}
.footer-eco strong { color: #6FD891; font-weight: 600; }
.footer-eco .eco-text-long { display: none; }
@media (min-width: 980px) {
  .footer-eco { padding: 8px 14px 8px 12px; }
}

.footer-bottom {
  padding-top: 18px; display: flex; justify-content: space-between;
  font-size: 11.5px; color: rgba(255,255,255,0.5);
  flex-wrap: wrap; gap: 14px;
}
.footer-bottom .links { display: flex; gap: 22px; flex-wrap: wrap; }
.footer-bottom .links a { color: rgba(255,255,255,0.55); }
.footer-bottom .links a:hover { color: #FFF; }
@media (max-width: 880px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; } }
@media (max-width: 540px) { .footer-grid { grid-template-columns: 1fr; } }

/* ═════════════ PAGE HEADER (interior pages) ═════════════ */
.page-header {
  padding: 76px 0 62px;
  background: #FFF;
  border-bottom: 1px solid var(--line);
  position: relative;
}
.page-header::before, .page-header::after { content: none; }
.page-header .wrap { position: relative; z-index: 1; }
/* Section backdrops — flat, no grid lines */
.bg-grid, .bg-dots { position: relative; }
.bg-grid > *, .bg-dots > * { position: relative; z-index: 1; }
.page-header .crumb {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--accent);
  margin-bottom: 22px;
}
.page-header h1 { font-size: clamp(34px, 3.9vw, 52px); font-weight: 600; letter-spacing: -0.028em; line-height: 1.08; }
.page-header p { font-size: 18px; color: var(--grey-deep); margin-top: 22px; max-width: 640px; }

/* ═════════════ NETWORK PAGE ═════════════ */
.network-stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-bottom: 56px;
  padding: 28px;
  background: #FFF;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
}
.network-stat-row .ns { padding: 0 24px; border-right: 1px solid var(--line); }
.network-stat-row .ns:last-child { border-right: none; }
.network-stat-row .ns > strong {
  font-family: var(--font-disp); font-size: 36px; font-weight: 700;
  color: var(--black); letter-spacing: -0.03em; display: block; line-height: 1;
}
.network-stat-row .ns > span:not(.ns-eco) {
  display: block; margin-top: 8px;
  font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--grey); font-weight: 500;
}
.network-stat-row .ns .ns-eco {
  display: inline-flex;
  margin-top: 10px;
  letter-spacing: 0.10em;
}
@media (max-width: 720px) { .network-stat-row { grid-template-columns: 1fr 1fr; gap: 18px; padding: 18px; } .network-stat-row .ns { border-right: none; padding: 0; } }

/* Section dividers within network */
.network-section { margin-bottom: 64px; }
.network-section-head {
  display: flex; justify-content: space-between; align-items: baseline;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--black);
  margin-bottom: 22px;
}
.network-section-head h3 { font-family: var(--font-disp); font-size: 24px; }
.network-section-head .count {
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--grey); font-weight: 600;
}
.network-section-note {
  font-size: 13.5px; color: var(--grey-deep); margin-bottom: 24px;
  max-width: 720px;
}
.network-section-note .pill {
  display: inline-block; padding: 2px 8px; background: var(--bg-soft);
  border: 1px solid var(--line); border-radius: 100px;
  font-size: 11px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--grey-deep); margin-right: 6px;
}

/* Branch cards */
.branch-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.branch-card {
  padding: 26px 24px;
  background: #FFF;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  display: flex; flex-direction: column; gap: 14px;
  position: relative;
  transition: all .2s;
}
.branch-card:hover { border-color: var(--black); transform: translateY(-2px); box-shadow: var(--shadow); }
.branch-card .branch-tag {
  position: absolute; top: 18px; right: 20px;
  font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 700;
  color: var(--accent);
}
.branch-card.hq .branch-tag { background: var(--accent); color: #FFF; padding: 4px 10px; border-radius: 100px; }
.branch-card .branch-head { padding-right: 90px; }
.branch-card h4 { font-family: var(--font-disp); font-size: 18px; color: var(--black); }
.branch-card .city { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--grey); font-weight: 700; margin-bottom: 5px; }
.branch-card .addr { font-size: 13.5px; color: var(--grey-deep); line-height: 1.5; }
.branch-card .phones { display: flex; flex-direction: column; gap: 6px; padding-top: 12px; border-top: 1px solid var(--line-soft); }
.branch-card .phones a { font-size: 13.5px; color: var(--black); font-weight: 600; }
.branch-card .phones a:hover { color: var(--accent); }
.branch-card .phones a.maps-link {
  font-size: 12px; font-weight: 500; color: var(--grey);
  display: inline-flex; align-items: center; gap: 5px;
  margin-top: 4px;
}
.branch-card .phones a.maps-link:hover { color: var(--accent); }
.branch-card .phones a.maps-link svg { stroke: currentColor; }
.branch-card .addr.is-placeholder,
.delhi-card .addr.is-placeholder {
  color: var(--grey);
  font-style: italic;
  position: relative;
  padding-left: 14px;
}
.branch-card .addr.is-placeholder::before,
.delhi-card .addr.is-placeholder::before {
  content: '';
  position: absolute; left: 0; top: 7px;
  width: 6px; height: 6px;
  border: 1px dashed var(--grey);
  border-radius: 50%;
}
.phone-placeholder {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12.5px;
  color: var(--grey);
  font-style: italic;
  padding: 2px 0;
}
.phone-placeholder .dash {
  display: inline-block; width: 16px; height: 1px;
  background: var(--grey);
}
@media (max-width: 720px) { .branch-grid { grid-template-columns: 1fr; } }

/* Delhi-NCR offices grid */
.delhi-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.delhi-card {
  padding: 22px 20px;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  display: flex; flex-direction: column; gap: 12px;
  transition: all .2s;
}
.delhi-card:hover { background: #FFF; border-color: var(--blue); transform: translateY(-2px); }
.delhi-card .delhi-loc { display: flex; align-items: center; gap: 8px; }
.delhi-card .delhi-pin { color: var(--blue); font-size: 10px; }
.delhi-card h4 { font-family: var(--font-disp); font-size: 15px; color: var(--black); letter-spacing: -0.01em; }
.delhi-card .addr { font-size: 12.5px; color: var(--grey-deep); line-height: 1.5; }
.delhi-card .phones { display: flex; flex-direction: column; gap: 4px; padding-top: 10px; border-top: 1px solid var(--line-soft); }
.delhi-card .phones a { font-size: 12.5px; color: var(--black); font-weight: 600; }
.delhi-card .phones a:hover { color: var(--blue); }
.delhi-card .phones a.maps-link { font-size: 11.5px; font-weight: 500; color: var(--grey); display: inline-flex; align-items: center; gap: 5px; margin-top: 2px; }
.delhi-card .phones a.maps-link:hover { color: var(--blue); }
@media (max-width: 1000px) { .delhi-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px)  { .delhi-grid { grid-template-columns: 1fr; } }

/* Station list */
.station-controls {
  display: flex; gap: 12px;
  margin-bottom: 22px;
  flex-wrap: wrap;
  align-items: center;
}
.station-search {
  flex: 1; min-width: 220px;
  position: relative;
  display: flex; align-items: center;
}
.station-search svg { position: absolute; left: 14px; width: 18px; height: 18px; color: var(--grey); }
.station-search input {
  flex: 1; padding: 12px 16px 12px 44px;
  background: #FFF;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-family: inherit;
  font-size: 14px;
}
.station-search input:focus { outline: none; border-color: var(--black); }
.station-info {
  font-size: 12px; color: var(--grey);
  letter-spacing: 0.04em;
}

.station-list {
  columns: 4;
  column-gap: 20px;
  list-style: none;
}
.station-list li {
  break-inside: avoid;
  padding: 8px 12px;
  font-size: 13.5px;
  color: var(--ink);
  border-bottom: 1px solid var(--line-soft);
  display: flex; align-items: center; justify-content: space-between;
  gap: 8px;
}
.station-list li.outstation { color: var(--grey); }
.station-list li.outstation::after {
  content: '◇';
  font-size: 9px;
  color: var(--grey);
}
.station-list li:hover { color: var(--accent); border-bottom-color: var(--accent); }
.station-list .empty {
  column-span: all;
  padding: 40px;
  text-align: center;
  color: var(--grey);
  font-size: 14px;
}
@media (max-width: 1100px) { .station-list { columns: 3; } }
@media (max-width: 760px)  { .station-list { columns: 2; } }
@media (max-width: 460px)  { .station-list { columns: 1; } }

.outstation-footnote {
  margin-top: 14px;
  font-size: 12px;
  color: var(--grey);
  font-style: italic;
}
.outstation-callout {
  margin-top: 28px;
  padding: 24px 26px;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(89,100,156,0.06), rgba(89,100,156,0.05));
  border: 1px solid var(--line);
  border-left: 3px solid var(--accent);
}
.outstation-callout-head { margin-bottom: 12px; }
.outstation-tag {
  display: inline-block;
  font-size: 10px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent); margin-bottom: 8px;
}
.outstation-callout h4 {
  font-family: var(--font-disp);
  font-size: 22px; font-weight: 700;
  color: var(--black); letter-spacing: -0.01em;
  margin: 0;
}
.outstation-callout p {
  font-size: 14.5px; line-height: 1.6;
  color: var(--grey-deep); margin: 0;
}
.outstation-callout p strong { color: var(--black); }

/* ═════════════ REACH CALLOUT (network page — subtle) ═════════════ */
.reach-callout {
  margin: 8px 0 36px;
  border-radius: var(--radius-lg);
  background: var(--bg-soft, #FAF8F4);
  color: var(--black);
  padding: 32px 36px;
  position: relative;
  border: 1px solid var(--line);
  border-left: 3px solid var(--accent);
}
.reach-callout-inner { position: relative; max-width: 920px; }
.reach-callout-tag {
  display: inline-block;
  font-family: var(--font-disp);
  font-size: 10px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 10px;
}
.reach-callout-title {
  font-family: var(--font-disp);
  font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin: 0 0 12px;
  color: var(--black);
  text-wrap: balance;
}
.reach-callout-region {
  color: var(--accent);
  font-weight: 700;
}
.reach-callout-body {
  font-size: 15px; line-height: 1.6;
  color: var(--grey-deep);
  max-width: 700px;
  margin: 0 0 22px;
}
.reach-callout-body strong { color: var(--black); }
.reach-callout-states {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 16px;
  margin-bottom: 22px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}
.reach-state { display: flex; flex-direction: column; gap: 1px; }
.reach-state strong {
  font-family: var(--font-disp);
  font-size: 15px; font-weight: 700;
  letter-spacing: -0.005em;
  color: var(--black);
}
.reach-state span {
  font-size: 11.5px; color: var(--grey);
}
.reach-state-sep { color: var(--line); font-size: 16px; }
.reach-callout-cta { display: flex; flex-wrap: wrap; gap: 10px; }
@media (max-width: 720px) {
  .reach-callout { padding: 26px 22px; }
  .reach-state-sep { display: none; }
}

/* ═════════════ OUTSTATION FOCUS (services page) ═════════════ */
.outstation-focus { display: grid; grid-template-columns: 1fr; gap: 36px; }
.outstation-focus-head h2 {
  font-family: var(--font-disp);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-top: 8px;
}
.outstation-focus-body p {
  font-size: 17px; line-height: 1.6;
  color: var(--grey-deep);
  max-width: 820px;
}
.outstation-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 32px;
}
.outstation-pillars .op {
  padding: 28px 26px;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  transition: border-color .25s, transform .25s;
}
.outstation-pillars .op:hover { border-color: var(--accent); transform: translateY(-2px); }
.outstation-pillars .op-num {
  font-family: var(--font-disp);
  font-size: 12px; font-weight: 700; letter-spacing: 0.14em;
  color: var(--accent);
  margin-bottom: 16px;
}
.outstation-pillars .op h4 {
  font-family: var(--font-disp);
  font-size: 18px; font-weight: 700;
  color: var(--black);
  margin-bottom: 8px;
}
.outstation-pillars .op p {
  font-size: 13.5px; line-height: 1.55;
  color: var(--grey-deep);
}
@media (max-width: 860px) {
  .outstation-pillars { grid-template-columns: 1fr; }
}

/* ═════════════ CLIENTS PAGE ═════════════ */
.industry-block { margin-bottom: 80px; }
.industry-block:last-of-type { margin-bottom: 0; }
.industry-head {
  display: flex; justify-content: space-between; align-items: baseline;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--black);
  margin-bottom: 32px;
  gap: 18px;
  flex-wrap: wrap;
}
.industry-head h3 {
  font-family: var(--font-disp);
  font-size: 26px;
  letter-spacing: -0.015em;
}
.industry-head .industry-meta {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--grey); font-weight: 600;
}
.industry-head .industry-meta .industry-count {
  display: inline-flex; align-items: baseline; gap: 4px;
  color: var(--black);
}
.industry-head .industry-meta .industry-count strong {
  font-family: var(--font-disp);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--black);
  line-height: 1;
}
.industry-head .industry-meta .industry-count span {
  color: var(--grey);
  font-weight: 500;
  letter-spacing: 0.08em;
}
.industry-head .featured {
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--grey); font-weight: 600;
}
.client-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.client-tile {
  background: #FFF;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px 26px;
  height: 172px;
  display: flex; align-items: center; justify-content: center;
  transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease;
  cursor: default;
  position: relative;
  overflow: hidden;
}
.client-tile img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: transform .35s ease, opacity .25s ease, filter .25s ease;
  filter: saturate(0.92);
  /* Cap visual weight regardless of source aspect ratio */
  max-height: 96px;
  max-width: 78%;
}
/* Tall logos (squarish wordmarks like Intas, Diamond) — let them be a touch taller */
.client-tile.tile--tall img { max-height: 104px; max-width: 70%; }
/* Wide logos (Vardhman, Eastman) — slim them down so they don't dwarf neighbours */
.client-tile.tile--wide img { max-height: 64px; max-width: 82%; }
.client-tile .label {
  position: absolute;
  inset: auto 0 0 0;
  padding: 12px 14px 13px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.005em;
  color: #FFF;
  background: linear-gradient(180deg, transparent 0%, rgba(10,10,10,0.78) 45%, rgba(10,10,10,0.92) 100%);
  text-align: center;
  transform: translateY(105%);
  transition: transform .28s ease;
  font-family: 'Arimo', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 500;
  line-height: 1.25;
}
.client-tile:hover {
  border-color: var(--black);
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}
.client-tile:hover img { transform: scale(1.04); filter: saturate(1); }
.client-tile:hover .label { transform: translateY(0); }
@media (max-width: 1100px) {
  .client-grid { grid-template-columns: repeat(3, 1fr); }
  .client-tile { height: 160px; padding: 24px 22px; }
}
@media (max-width: 720px) {
  .client-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .client-tile { height: 144px; padding: 20px 18px; }
  .client-tile img { max-height: 80px; }
  .client-tile.tile--tall img { max-height: 88px; }
  .client-tile.tile--wide img { max-height: 56px; }
}
@media (max-width: 420px) {
  .client-grid { grid-template-columns: 1fr; }
  .client-tile { height: 132px; }
}

/* Industry intro copy — short rationale below the bar */
.industry-intro {
  font-size: 13.5px;
  color: var(--grey-deep);
  line-height: 1.55;
  margin: -16px 0 24px;
  max-width: 720px;
}

/* Clients page — closing stat strip */
.clients-summary {
  margin-top: 56px;
  padding: 32px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  text-align: left;
}
.clients-summary .cs {
  padding: 6px 24px;
  border-right: 1px solid var(--line);
}
.clients-summary .cs:last-child { border-right: none; }
.clients-summary .cs strong {
  font-family: var(--font-disp);
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--black);
  line-height: 1;
  display: block;
}
.clients-summary .cs span {
  display: block;
  margin-top: 8px;
  font-size: 11.5px;
  color: var(--grey);
  letter-spacing: 0.10em;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 720px) {
  .clients-summary { grid-template-columns: 1fr 1fr; gap: 18px 0; padding: 24px 0; }
  .clients-summary .cs { padding: 0 18px; }
  .clients-summary .cs:nth-child(2) { border-right: none; }
  .clients-summary .cs:nth-child(1), .clients-summary .cs:nth-child(2) { padding-bottom: 18px; border-bottom: 1px solid var(--line); }
  .clients-summary .cs:nth-child(3), .clients-summary .cs:nth-child(4) { padding-top: 18px; }
}

/* ═════════════ SERVICES PAGE ═════════════ */
.svc-detail {
  display: grid; grid-template-columns: 1fr 2fr; gap: 60px;
  padding: 56px 0;
  border-bottom: 1px solid var(--line);
}
.svc-detail:last-child { border-bottom: none; }
.svc-detail .svc-tag { font-family: var(--font-disp); color: var(--accent); font-size: 13px; letter-spacing: 0.12em; }
.svc-detail h2 { font-size: 36px; margin-top: 12px; }
.svc-detail .svc-list { display: flex; flex-direction: column; gap: 14px; margin-top: 16px; }
.svc-detail .svc-list li {
  padding-left: 28px;
  position: relative;
  font-size: 15px;
  color: var(--grey-deep);
}
.svc-detail .svc-list li::before {
  content: ''; position: absolute; left: 0; top: 9px;
  width: 16px; height: 1px; background: var(--accent);
}
@media (max-width: 880px) { .svc-detail { grid-template-columns: 1fr; gap: 24px; padding: 40px 0; } .svc-detail h2 { font-size: 28px; } }

/* How-it-works (services page, single row) */
.how-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  position: relative;
}
.how-row::before {
  content: '';
  position: absolute; left: 5%; right: 5%; top: 28px;
  height: 1px;
  background: var(--line);
  z-index: 0;
}
.how-step {
  background: #FFF;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 22px 18px;
  position: relative;
  z-index: 2;
  text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 10px;
}
.how-step .num {
  width: 40px; height: 40px;
  background: var(--black); color: #FFF;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-disp);
  font-size: 14px; font-weight: 700;
}
.how-step h4 { font-family: var(--font-disp); font-size: 15px; line-height: 1.2; }
.how-step p { font-size: 12.5px; color: var(--grey-deep); line-height: 1.5; }
@media (max-width: 980px) {
  .how-row { grid-template-columns: repeat(2, 1fr); }
  .how-row::before { display: none; }
}
@media (max-width: 540px) { .how-row { grid-template-columns: 1fr; } }

/* ═════════════ FORMS (contact, track) ═════════════ */
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label {
  font-size: 12px; font-weight: 600; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--grey-deep);
}
.form-group input,
.form-group select,
.form-group textarea {
  padding: 12px 14px;
  background: #FFF;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-family: inherit;
  font-size: 14.5px;
  color: var(--ink);
  transition: border-color .2s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { outline: none; border-color: var(--black); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 720px) { .form-row { grid-template-columns: 1fr; } }

/* ═════════════ CONTACT GRID ═════════════ */
.contact-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 60px; align-items: start; }
.contact-cards { display: flex; flex-direction: column; gap: 16px; }
.contact-card {
  padding: 24px 22px;
  background: #FFF;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
}
.contact-card h4 { font-family: var(--font-disp); font-size: 16px; margin-bottom: 8px; }
.contact-card p, .contact-card a { font-size: 14px; color: var(--grey-deep); }
.contact-card a:hover { color: var(--accent); }
@media (max-width: 880px) { .contact-grid { grid-template-columns: 1fr; gap: 36px; } }

/* ═════════════ CONTACT — HQ HERO BLOCK ═════════════ */
.contact-page-header { position: relative; overflow: hidden; }
.contact-bg-pattern { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.contact-bg-pattern svg { width: 100%; height: 100%; display: block; }
.contact-page-header .wrap { position: relative; z-index: 2; }

.section--tight { padding: 60px 0; }

.hq-block {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 48px;
  align-items: stretch;
  background: #FFF;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(10,10,10,0.02), 0 24px 60px -30px rgba(10,10,10,0.18);
  position: relative;
}
.hq-block::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--red) 0%, var(--red) 55%, var(--blue) 55%, var(--blue) 100%);
}
.hq-info { padding: 44px 44px 40px 48px; }
.hq-info h2 {
  font-family: var(--font-disp);
  font-size: 30px;
  line-height: 1.18;
  letter-spacing: -0.015em;
  margin-top: 14px;
}
.hq-contact-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 28px;
}
.hq-pill {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 10px;
  text-decoration: none;
  color: var(--black);
  transition: border-color 0.2s, transform 0.2s, background 0.2s;
}
.hq-pill svg { width: 18px; height: 18px; color: var(--grey-deep); flex-shrink: 0; }
.hq-pill:hover { border-color: var(--black); transform: translateY(-1px); background: #FFF; }
.hq-pill-label { display: block; font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--grey); font-weight: 600; }
.hq-pill strong { display: block; font-size: 15px; font-weight: 600; color: var(--black); margin-top: 2px; font-feature-settings: 'tnum'; }
.hq-pill--primary { background: var(--black); border-color: var(--black); color: #FFF; }
.hq-pill--primary svg { color: var(--accent); }
.hq-pill--primary .hq-pill-label { color: rgba(255,255,255,0.55); }
.hq-pill--primary strong { color: #FFF; }
.hq-pill--primary:hover { background: var(--black); border-color: var(--black); }
.hq-contact-row .hq-pill:nth-child(3) { grid-column: 1 / -1; }

.hq-hours {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px dashed var(--line);
  font-size: 13.5px;
  color: var(--grey-deep);
}
.hq-hours svg { width: 16px; height: 16px; color: var(--accent); flex-shrink: 0; }
.hq-hours strong { color: var(--black); font-weight: 600; }

.hq-map {
  position: relative;
  background: #F4F2EE;
  min-height: 380px;
  border-left: 1px solid var(--line);
}
.hq-map svg { width: 100%; height: 100%; position: absolute; inset: 0; display: block; }
.hq-map-overlay {
  position: absolute;
  bottom: 18px;
  right: 18px;
  z-index: 2;
}
.hq-map-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 14px;
  background: #FFF;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--black);
  text-decoration: none;
  box-shadow: 0 6px 20px -6px rgba(10,10,10,0.25);
  transition: all 0.2s;
}
.hq-map-link svg { width: 13px; height: 13px; color: var(--accent); }
.hq-map-link:hover { transform: translateY(-1px); border-color: var(--black); }

@media (max-width: 980px) {
  .hq-block { grid-template-columns: 1fr; }
  .hq-info { padding: 32px 28px 28px 32px; }
  .hq-info h2 { font-size: 24px; }
  .hq-contact-row { grid-template-columns: 1fr; }
  .hq-contact-row .hq-pill:nth-child(3) { grid-column: auto; }
  .hq-map { min-height: 280px; border-left: none; border-top: 1px solid var(--line); }
}

/* ═════════════ SCROLL UTILITIES ═════════════ */
.scroll-top {
  position: fixed; right: 24px; bottom: 24px;
  width: 44px; height: 44px;
  background: var(--black); color: #FFF;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none;
  transition: all .25s;
  z-index: 50;
}
.scroll-top.visible { opacity: 1; pointer-events: auto; }
.scroll-top:hover { background: var(--accent); }
.scroll-top svg { width: 18px; height: 18px; }

/* Reveal anim */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* Tracker placeholder UI */
.track-shell {
  background: #FFF;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 32px;
}
.firm-toggle {
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
  background: var(--bg-soft);
  padding: 6px;
  border-radius: var(--radius);
  margin-bottom: 22px;
}
.firm-toggle button {
  padding: 12px 14px;
  background: transparent;
  font-size: 13px;
  font-weight: 600;
  color: var(--grey-deep);
  border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center; gap: 8px;
  transition: all .2s;
}
.firm-toggle button img { height: 22px; width: 22px; }
.firm-toggle button.active { background: #FFF; color: var(--black); box-shadow: var(--shadow-sm); }
.firm-toggle button.active.transolutions { color: var(--red); }
.firm-toggle button.active.logistics    { color: var(--blue); }

/* ═════════════ TRACK PAGE — split layout ═════════════ */
.track-split {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}
@media (max-width: 980px) {
  .track-split { grid-template-columns: 1fr; gap: 24px; }
}
.track-form { display: flex; flex-direction: column; gap: 16px; }
.track-form .form-hint {
  font-size: 11.5px;
  color: var(--grey);
  margin-top: 6px;
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
}
.track-submit { align-self: flex-start; margin-top: 4px; }

.track-result {
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.track-result-head { margin-bottom: 22px; }
.track-status-pill {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: #FFF; background: var(--accent);
  padding: 4px 11px; border-radius: 100px;
  margin-bottom: 12px;
}
.track-status-pill::before {
  content: '';
  width: 6px; height: 6px; border-radius: 50%;
  background: #FFF;
  animation: pulse 1.5s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}
.track-result-head h4 {
  font-family: var(--font-disp);
  font-size: 22px;
  letter-spacing: -0.01em;
  margin-bottom: 6px;
}
.track-route {
  display: flex; align-items: center; gap: 8px;
  font-size: 14px; color: var(--grey-deep);
}
.track-route svg { color: var(--grey); }
.track-route em {
  font-style: normal;
  color: var(--grey);
  margin-left: 4px;
  font-size: 13px;
}
.track-timeline {
  display: flex; flex-direction: column; gap: 0;
  position: relative;
  padding-left: 4px;
}
.track-timeline::before {
  content: '';
  position: absolute;
  left: 8px; top: 8px; bottom: 8px;
  width: 1px;
  background: linear-gradient(180deg, var(--accent) 0%, var(--accent) 50%, var(--line) 50%, var(--line) 100%);
}
.tl-row {
  display: flex; gap: 16px;
  padding: 10px 0;
  position: relative;
  align-items: flex-start;
}
.tl-row .tl-dot {
  width: 11px; height: 11px;
  border-radius: 50%;
  background: var(--bg);
  border: 2px solid var(--line);
  margin-top: 6px;
  flex-shrink: 0;
  z-index: 1;
}
.tl-row.done .tl-dot { background: var(--accent); border-color: var(--accent); }
.tl-row.active .tl-dot {
  background: #FFF; border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(89,100,156, 0.18);
}
.tl-row strong {
  display: block;
  font-family: var(--font-disp);
  font-size: 14.5px;
  font-weight: 600;
  color: var(--black);
}
.tl-row > div > div {
  font-size: 12.5px;
  color: var(--grey);
  margin-top: 2px;
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.01em;
}
.tl-row:not(.done):not(.active) strong { opacity: 0.5; }
.tl-row:not(.done):not(.active) > div > div { opacity: 0.5; }
.track-demo-note {
  margin-top: 22px;
  padding: 12px 14px;
  background: var(--bg-soft);
  border-left: 2px solid var(--grey);
  font-size: 12px;
  color: var(--grey-deep);
  line-height: 1.5;
  border-radius: 4px;
}

/* Side panel */
.track-side-col { display: flex; flex-direction: column; gap: 16px; }
.track-help {
  background: var(--black);
  color: #FFF;
  padding: 28px 26px;
  border-radius: var(--radius);
  position: relative;
  overflow: hidden;
}
.track-help::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}
.track-help > * { position: relative; z-index: 1; }
.track-help .eyebrow {
  color: rgba(255,255,255,0.5);
}
.track-help .eyebrow::before { background: var(--accent); }
.track-help h3 {
  font-family: var(--font-disp);
  font-size: 24px;
  margin: 10px 0 10px;
  color: #FFF;
}
.track-help > p {
  color: rgba(255,255,255,0.65);
  font-size: 13.5px;
  line-height: 1.55;
  margin-bottom: 18px;
}
.track-help-contacts { display: flex; flex-direction: column; gap: 10px; }
.track-contact {
  display: block;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  transition: all .2s;
}
.track-contact:hover {
  border-color: rgba(255,255,255,0.3);
  background: rgba(255,255,255,0.04);
}
.track-contact .lbl {
  display: block;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  margin-bottom: 4px;
}
.track-contact strong {
  display: block;
  font-family: var(--font-disp);
  font-size: 17px;
  color: #FFF;
  font-weight: 600;
  letter-spacing: -0.005em;
}
.track-contact .sub {
  display: block;
  font-size: 11.5px;
  color: rgba(255,255,255,0.45);
  margin-top: 3px;
}

.track-meta {
  background: #FFF;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px 22px;
}
.track-meta h4 {
  font-family: var(--font-disp);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line-soft);
}
.track-meta ul {
  display: flex; flex-direction: column; gap: 10px;
  list-style: none; padding: 0; margin: 0;
}
.track-meta ul li {
  font-size: 13px;
  color: var(--grey-deep);
  display: flex; align-items: flex-start; gap: 10px;
  padding-left: 14px;
  position: relative;
}
.track-meta ul li::before {
  content: '';
  position: absolute; left: 0; top: 8px;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--accent);
}
.track-meta ul li:nth-child(odd)::before { background: var(--blue); }
.track-meta--alt p {
  font-size: 13px;
  color: var(--grey-deep);
  line-height: 1.55;
}

/* Policy / legal pages */
.legal-content { max-width: 760px; }
.legal-content h2 { font-size: 26px; margin: 40px 0 14px; padding-top: 28px; border-top: 1px solid var(--line); }
.legal-content h2:first-child { padding-top: 0; border-top: none; margin-top: 0; }
.legal-content p { font-size: 15px; color: var(--grey-deep); margin-bottom: 12px; line-height: 1.65; }
.legal-content ul { padding-left: 22px; margin-bottom: 14px; }
.legal-content ul li { font-size: 15px; color: var(--grey-deep); line-height: 1.65; margin-bottom: 6px; }
.legal-content a { color: var(--accent); border-bottom: 1px solid var(--accent); }

/* Pod policy callout */
.pod-callout {
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-left: 3px solid var(--accent);
  padding: 22px 26px;
  border-radius: var(--radius);
  margin: 24px 0;
}
.pod-callout h4 { font-family: var(--font-disp); margin-bottom: 8px; font-size: 16px; }
.pod-callout p { font-size: 14px; color: var(--grey-deep); margin-bottom: 0; }


/* ═════════════════════════════════════════════════════════
   v10 — homepage redundancy, track switcher, about firm logos,
         eco service card, station cells + modal, spacing trim
   ═════════════════════════════════════════════════════════ */

/* ── Homepage: remove redundant hero-firms block (logos are in nav) ── */
.hero-firms { display: none !important; }

/* ── Track page: firm toggle uses icon logo + wordmark, side-by-side ── */
.firm-toggle {
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  padding: 8px;
  position: relative;
}
.firm-toggle button {
  display: flex; align-items: center; justify-content: center; gap: 12px;
  padding: 14px 16px;
  min-height: 64px;
  position: relative;
  border: 1.5px solid transparent;
  background: transparent;
  transition: background .2s, border-color .2s, box-shadow .2s, transform .2s;
}
.firm-toggle button .firm-toggle-icon {
  height: 30px; width: auto; flex-shrink: 0;
  object-fit: contain;
  opacity: 0.45;
  transition: opacity .2s, transform .2s;
}
.firm-toggle button .firm-toggle-wordmark {
  height: 28px; width: auto; max-width: 100%;
  object-fit: contain;
  opacity: 0.55;
  filter: grayscale(0.65);
  transition: opacity .2s, filter .2s;
}
.firm-toggle button:hover .firm-toggle-icon { opacity: 0.7; }
.firm-toggle button:hover .firm-toggle-wordmark { opacity: 0.85; filter: grayscale(0.2); }
.firm-toggle button.active .firm-toggle-icon { opacity: 1; transform: scale(1.04); }
.firm-toggle button.active .firm-toggle-wordmark { opacity: 1; filter: none; }
.firm-toggle button.active.transolutions { border-color: rgba(89,100,156,0.35); }
.firm-toggle button.active.logistics    { border-color: rgba(89,100,156,0.35); }
.firm-toggle button.active::after {
  content: '';
  position: absolute;
  left: 18px; right: 18px; bottom: -1px;
  height: 2px;
  border-radius: 2px;
}
.firm-toggle button.active.transolutions::after { background: var(--red); }
.firm-toggle button.active.logistics::after    { background: var(--blue); }
.vh {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
/* Legacy ::before background-image rules removed — using <img> tags now */
.firm-toggle button::before { content: none; }
.firm-toggle button.transolutions::before,
.firm-toggle button.logistics::before { background-image: none; }
.firm-toggle button.active { background: #FFF; box-shadow: var(--shadow-sm); }
@media (max-width: 540px) {
  .firm-toggle button { padding: 10px 8px; min-height: 56px; gap: 8px; }
  .firm-toggle button .firm-toggle-icon { height: 26px; }
  .firm-toggle button .firm-toggle-wordmark { height: 22px; }
}
@media (max-width: 380px) {
  .firm-toggle button .firm-toggle-wordmark { display: none; }
  .firm-toggle button .firm-toggle-icon { height: 32px; }
}

/* ═════════════ TRACK PAGE — coming soon state ═════════════ */
.track-shell--soon {
  padding: 0;
  overflow: hidden;
  position: relative;
}
.track-shell--soon::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--red) 0%, var(--red) 50%, var(--blue) 50%, var(--blue) 100%);
}

/* Status row at top */
.soon-status {
  display: flex; align-items: center; gap: 10px;
  padding: 14px 28px 12px;
  border-bottom: 1px solid var(--line-soft);
  background:
    linear-gradient(180deg, rgba(89,100,156,0.04) 0%, rgba(255,255,255,0) 100%);
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--grey-deep);
}
.soon-status-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 0 rgba(89,100,156,0.45);
  animation: soon-pulse 2.2s infinite;
  flex-shrink: 0;
}
@keyframes soon-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(89,100,156,0.55); }
  70%  { box-shadow: 0 0 0 10px rgba(89,100,156,0); }
  100% { box-shadow: 0 0 0 0 rgba(89,100,156,0); }
}
.soon-status-text { font-weight: 600; color: var(--ink); }
.soon-status-text em {
  font-style: normal;
  color: var(--accent);
  font-weight: 600;
}
.soon-status-eta {
  margin-left: auto;
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--grey);
  font-weight: 600;
  padding: 4px 8px;
  border: 1px solid var(--line);
  border-radius: 2px;
  background: var(--bg-card);
}

/* Both-firms badge (static, replaces the toggle) */
.soon-firms {
  display: flex; align-items: center; gap: 16px;
  flex-wrap: wrap;
  padding: 20px 32px;
  border-bottom: 1px dashed var(--line);
  background: var(--bg-soft);
}
.soon-firms-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--grey);
  font-weight: 600;
}
.soon-firms-marks {
  display: flex; align-items: center; gap: 16px;
  background: #FFF;
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
}
.soon-firm {
  display: inline-flex; align-items: center; gap: 10px;
}
.soon-firm-icon  { height: 26px; width: auto; flex-shrink: 0; }
.soon-firm-wordmark { height: 24px; width: auto; }
.soon-firms-divider {
  width: 1px; height: 28px; background: var(--line);
}
.soon-firms-tag {
  font-family: var(--font-disp);
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.01em;
  margin-left: auto;
}

/* Compact body — single line + CTAs */
.soon-body {
  padding: 22px 28px 26px;
}
.soon-line {
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--grey-deep);
  margin: 0 0 18px;
  max-width: 62ch;
  text-wrap: pretty;
}
.soon-ctas {
  display: flex; flex-wrap: wrap; gap: 10px;
}

/* Preview strip */
.soon-preview {
  padding: 22px 32px 28px;
  background: var(--bg);
  border-top: 1px solid var(--line-soft);
  position: relative;
}
.soon-preview-label {
  display: inline-block;
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--grey);
  font-weight: 600;
  margin-bottom: 16px;
  font-family: var(--font-mono, var(--font-sans));
}
.soon-timeline {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.soon-timeline::before {
  content: '';
  position: absolute;
  left: 6px; right: 6px; top: 5px;
  height: 1px;
  border-top: 1px dashed var(--line);
  z-index: 0;
}
.soon-timeline li {
  display: flex; flex-direction: column; align-items: flex-start;
  gap: 8px;
  position: relative;
  padding-right: 8px;
  z-index: 1;
}
.soon-step-dot {
  width: 11px; height: 11px;
  border-radius: 50%;
  background: var(--bg);
  border: 2px solid var(--line);
  box-shadow: 0 0 0 4px var(--bg);
}
.soon-timeline li:first-child .soon-step-dot {
  border-color: var(--accent);
}
.soon-step-num {
  font-family: var(--font-disp);
  font-size: 11px;
  font-weight: 700;
  color: var(--grey);
  letter-spacing: 0.06em;
}
.soon-step-name {
  font-size: 12px;
  line-height: 1.3;
  color: var(--grey-deep);
  font-weight: 500;
  max-width: 14ch;
  text-wrap: pretty;
}

/* Responsive — coming soon panel */
@media (max-width: 720px) {
  .soon-status     { padding: 12px 18px 10px; flex-wrap: wrap; }
  .soon-status-eta { margin-left: 0; }
  .soon-body       { padding: 18px 18px 22px; }
  .soon-ctas .btn  { width: 100%; justify-content: center; }
}

/* ── About page: firm-card now shows icon + wordmark together ── */
.firm-card .firm-logo-lockup {
  display: flex; align-items: center; gap: 12px;
  align-self: flex-start;
}
.firm-card .firm-logo-lockup .icon { height: 44px; width: auto; flex-shrink: 0; }
.firm-card .firm-logo-lockup .wordmark { height: 40px; width: auto; }
@media (max-width: 540px) {
  .firm-card .firm-logo-lockup .icon { height: 36px; }
  .firm-card .firm-logo-lockup .wordmark { height: 32px; }
}

/* ── About: eco-flagged service card (CNG fleet) ── */
/* Higher specificity to override .services-grid.how-grid .service border rules */
.services-grid .service.service--eco,
.services-grid.how-grid .service.service--eco {
  border: 2px solid var(--eco-green) !important;
  background:
    linear-gradient(180deg, rgba(31,142,74,0.025) 0%, transparent 100%),
    #FFF;
  position: relative;
}
.service.service--eco::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--eco-green);
}
.service.service--eco .service-num { color: var(--eco-green-dark); }
.service.service--eco h3 { color: var(--eco-green-dark); }
.service.service--eco .arrow { color: var(--eco-green); }

/* ── Station list: clickable cells (replaces plain text columns) ── */
.station-list {
  columns: unset;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.station-list .station-cell {
  display: flex; align-items: center; justify-content: space-between;
  gap: 10px;
  padding: 12px 14px;
  background: #FFF;
  border: 1px solid var(--line);
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
  cursor: pointer;
  transition: border-color .18s, transform .18s, box-shadow .18s, background .18s;
  outline: none;
}
.station-list .station-cell:hover,
.station-list .station-cell:focus-visible {
  border-color: var(--accent);
  color: var(--accent);
  transform: translateY(-1px);
  box-shadow: 0 2px 0 rgba(218,33,40,0.08);
  background: #FFFCFC;
}
.station-list .station-cell .station-cell-arrow {
  color: var(--grey);
  font-size: 13px;
  font-weight: 600;
  transition: transform .18s, color .18s;
}
.station-list .station-cell:hover .station-cell-arrow,
.station-list .station-cell:focus-visible .station-cell-arrow {
  color: var(--accent);
  transform: translateX(2px);
}

/* outstation list — slightly muted */
.station-list--outstation .station-cell {
  background: var(--bg-soft);
  border-style: dashed;
}
.station-list--outstation .station-cell:hover,
.station-list--outstation .station-cell:focus-visible {
  background: #FFF; border-style: solid;
}
@media (max-width: 1100px) { .station-list { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 760px)  { .station-list { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 460px)  { .station-list { grid-template-columns: 1fr; } }

/* Focus pulse — when arriving via ?focus=outstations */
.focus-pulse {
  animation: focusPulse 2.4s ease-out 1;
}
@keyframes focusPulse {
  0% { background: rgba(218,33,40,0); }
  20% { background: rgba(218,33,40,0.06); }
  100% { background: rgba(218,33,40,0); }
}

/* ── Station modal ── */
.station-modal {
  position: fixed; inset: 0;
  background: rgba(15, 17, 20, 0.72);
  backdrop-filter: blur(4px);
  display: none;
  align-items: center; justify-content: center;
  z-index: 1000;
  padding: 20px;
  opacity: 0;
  transition: opacity .2s;
}
.station-modal.open { display: flex; opacity: 1; }
.station-modal-inner {
  background: #FFF;
  border-radius: 12px;
  width: 100%; max-width: 560px;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 24px 60px rgba(0,0,0,0.35);
  transform: translateY(8px);
  transition: transform .25s ease-out;
}
.station-modal.open .station-modal-inner { transform: translateY(0); }
.station-modal-body { padding: 32px 32px 28px; position: relative; }
.station-modal-close {
  position: absolute;
  top: 12px; right: 14px;
  width: 36px; height: 36px;
  background: transparent; border: none;
  font-size: 26px; line-height: 1;
  color: var(--grey); cursor: pointer;
  border-radius: 6px;
  transition: background .15s, color .15s;
}
.station-modal-close:hover { background: var(--bg-soft); color: var(--black); }
.station-modal-tag {
  display: inline-block;
  font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase;
  font-weight: 700; color: var(--accent);
  padding: 4px 10px;
  border: 1px solid var(--accent);
  border-radius: 3px;
  margin-bottom: 16px;
}
.station-modal-name {
  font-family: var(--font-disp);
  font-size: 32px; font-weight: 800;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.station-modal-note {
  font-size: 13.5px; color: var(--grey-deep); line-height: 1.55;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}
.station-modal-row {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
.station-modal-row:last-of-type { border-bottom: none; }
.station-modal-label {
  font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase;
  font-weight: 600; color: var(--grey);
  padding-top: 2px;
}
.station-modal-value { font-size: 14px; color: var(--ink); }
.station-modal-value .phone {
  display: block;
  font-family: var(--font-disp);
  font-weight: 700; font-size: 16px;
  color: var(--black);
  margin-bottom: 4px;
}
.station-modal-value .phone:hover { color: var(--accent); }
.station-modal-value .placeholder {
  display: block;
  font-style: italic;
  color: var(--grey);
  font-size: 13px;
  line-height: 1.5;
}
.station-modal-value .addr { font-size: 14px; color: var(--ink); line-height: 1.5; margin: 0; }
.station-modal-value .addr.placeholder { color: var(--grey); }
.station-modal-value .map-link {
  display: inline-flex; align-items: center;
  font-size: 13.5px; font-weight: 600;
  color: var(--blue);
  border-bottom: 1px solid transparent;
  transition: border-color .15s;
}
.station-modal-value .map-link:hover { border-bottom-color: var(--blue); }
.station-modal-value .map-pending {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; color: var(--grey); font-style: italic;
}
.station-modal-value .map-pending::before {
  content: '';
  width: 6px; height: 6px;
  border: 1px dashed var(--grey);
  border-radius: 50%;
  flex-shrink: 0;
}
.station-modal-foot {
  display: flex; gap: 10px; flex-wrap: wrap;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.btn--sm { padding: 10px 16px; font-size: 12px; }

@media (max-width: 540px) {
  .station-modal-body { padding: 24px 20px 22px; }
  .station-modal-name { font-size: 26px; }
  .station-modal-row { grid-template-columns: 1fr; gap: 4px; padding: 10px 0; }
  .station-modal-foot { flex-direction: column; }
  .station-modal-foot .btn { width: 100%; justify-content: center; }
}

/* ── Spacing trim — reduce excessive empty space across site ── */
.section { padding: 80px 0; }
.section--tight { padding: 56px 0; }
@media (max-width: 720px) { .section { padding: 52px 0; } .section--tight { padding: 40px 0; } }
.network-section { margin-bottom: 48px; }
.section-head { margin-bottom: 36px; }
.how-grid { gap: 16px; }


/* ── Services page: link to network page outstation list ── */
.outstation-link-row { margin-top: 32px; }
.outstation-link {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px;
  padding: 22px 28px;
  background: #FFF;
  border: 1.5px solid var(--ink);
  border-radius: 8px;
  text-decoration: none; color: var(--ink);
  transition: background .2s, border-color .2s, transform .2s, box-shadow .2s;
}
.outstation-link:hover {
  background: var(--ink);
  border-color: var(--ink);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.18);
}
.outstation-link:hover .outstation-link-text strong,
.outstation-link:hover .outstation-link-eyebrow,
.outstation-link:hover .outstation-link-sub,
.outstation-link:hover .outstation-link-arrow {
  color: #FFF;
}
.outstation-link:hover .outstation-link-eyebrow { color: rgba(255,255,255,0.7); }
.outstation-link:hover .outstation-link-arrow { transform: translateX(4px); }
.outstation-link-text { display: flex; flex-direction: column; gap: 3px; }
.outstation-link-eyebrow {
  font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase;
  font-weight: 600; color: var(--grey);
  transition: color .2s;
}
.outstation-link-text strong {
  font-family: var(--font-disp);
  font-size: 20px; font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.005em;
  transition: color .2s;
}
.outstation-link-sub {
  font-size: 13px; color: var(--grey-deep);
  transition: color .2s;
}
.outstation-link-arrow {
  font-size: 28px; font-weight: 600;
  color: var(--ink);
  transition: color .2s, transform .2s;
  flex-shrink: 0;
}
@media (max-width: 540px) {
  .outstation-link { flex-direction: column; align-items: flex-start; padding: 18px 20px; }
  .outstation-link-text strong { font-size: 17px; }
  .outstation-link-arrow { align-self: flex-end; margin-top: -28px; }
}

/* ═════════════ MOBILE PASS (≤540px / ≤390px) ═════════════ */
@media (max-width: 720px) {
  .page-header { padding: 56px 0 48px; }
  .page-header h1 { font-size: clamp(30px, 7.4vw, 42px); line-height: 1.12; }
  .page-header p { font-size: 16px; margin-top: 16px; }
  .page-header .crumb { margin-bottom: 16px; }
  .wrap { padding: 0 20px; }
  /* Contact HQ block */
  .hq-info { padding: 28px 22px 24px 22px; }
  .hq-info h2 { font-size: 26px; line-height: 1.15; }
  .hq-contact-row { flex-direction: column; gap: 10px; }
  .hq-pill { width: 100%; }
  .hq-map { display: none; } /* decorative; hide on small screens */
  /* Track form */
  .track-shell { padding: 22px 20px; }
  .firm-toggle { gap: 6px; }
  .track-form-col, .track-side-col { padding: 0; }
  .track-help, .track-meta { padding: 22px 20px; }
  /* Branch / station cards */
  .branch-card, .delhi-card { padding: 20px 18px; }
  .branch-card h4, .delhi-card h4 { font-size: 17px; }
  /* Footer */
  .footer { padding: 48px 0 28px; }
  /* Section spacing tweaks */
  .section--tight { padding: 36px 0; }
  /* Tweaks panel — keep usable */
  .mg-tweaks { right: 12px; bottom: 12px; max-width: calc(100vw - 24px); font-size: 12.5px; }
}
@media (max-width: 420px) {
  .page-header h1 { font-size: 32px; }
  .page-header p { font-size: 15px; }
  .topbar + .nav .brand-firm img.icon { height: 28px; }
  .hq-info h2 { font-size: 22px; }
  .hq-info h2 br { display: none; }
  .firm-toggle button { min-height: 52px; }
  .form-row { gap: 10px; }
  .branch-grid, .delhi-grid { gap: 14px; }
  .stats-grid .stat .num { font-size: 36px; }
}

/* ============================================================
   IMAGE SKELETON LOADERS
   Shimmer only behind images that fetch; never on text.
   ============================================================ */
.client-logo.is-loading,
.india-map.is-loading,
figure.is-loading { position: relative; }
.client-logo.is-loading::after,
.india-map.is-loading::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--line-soft);
  background-image: linear-gradient(100deg,
    rgba(255,255,255,0) 30%,
    rgba(255,255,255,0.55) 50%,
    rgba(255,255,255,0) 70%);
  background-size: 220% 100%;
  background-repeat: no-repeat;
  animation: skel-shimmer 1.3s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}
.india-map.is-loading::after { border-radius: var(--radius-lg); }
img.img-lazy { opacity: 0; }
img.img-lazy.img-in { opacity: 1; transition: opacity 0.45s ease; position: relative; z-index: 2; }
@keyframes skel-shimmer {
  from { background-position: 180% 0; }
  to   { background-position: -120% 0; }
}
@media (prefers-reduced-motion: reduce) {
  .client-logo.is-loading::after,
  .india-map.is-loading::after { animation: none; }
  img.img-lazy.img-in { transition: none; }
}

/* ============================================================
   CORPORATE BACKDROPS — static, no motion, no guide lines
   Replaces the old animated route-line / grid backgrounds.
   ============================================================ */
.hero { padding: 84px 0 72px; background: linear-gradient(180deg,#FFFFFF 0%,#FCFBF8 52%,var(--bg-soft) 100%); }
.hero::before { content: ''; position: absolute; inset: 0 0 auto 0; height: 3px; background: linear-gradient(90deg,var(--blue) 0%,var(--blue) 46%,var(--red) 46%,var(--red) 100%); opacity: 0.9; }
@media (max-width: 720px) { .hero { padding: 56px 0 48px; } }

.page-header { background: linear-gradient(180deg,#FFFFFF 0%,#FCFBF8 60%,var(--bg-soft) 100%); overflow: hidden; }
.page-header::before { content: ''; position: absolute; inset: 0 0 auto 0; height: 3px; background: linear-gradient(90deg,var(--blue) 0%,var(--blue) 46%,var(--red) 46%,var(--red) 100%); opacity: 0.9; z-index: 2; }

/* Soft sections keep a quiet tint + hairline separation, nothing decorative */
.section--soft { background: var(--bg-soft); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.hero::after, .page-header::after { content: none; }

/* ── Dot field backdrop (Option C) — static hairline grid + cursor-proximity dots ── */
.grid-base, canvas.dot-field { position: absolute; inset: 0; pointer-events: none; }
.grid-base {
  z-index: 0;
  background-image: linear-gradient(to right, rgba(46,44,43,0.06) 1px, transparent 1px), linear-gradient(to bottom, rgba(46,44,43,0.06) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, rgba(0,0,0,0.55) 78%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, rgba(0,0,0,0.55) 78%, transparent 100%);
}
canvas.dot-field { z-index: 1; width: 100%; height: 100%; }
.hero .hero-content, .page-header .wrap { position: relative; z-index: 2; }
.hero-cities { z-index: 3; }

/* ── Key destinations band: steady marquee + locked count ── */
.hero-cities .wrap { display: flex; align-items: center; gap: 18px; }
.city-marquee { position: relative; flex: 1 1 auto; min-width: 0; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 32px, #000 calc(100% - 32px), transparent 100%); mask-image: linear-gradient(90deg, transparent 0, #000 32px, #000 calc(100% - 32px), transparent 100%); }
.city-track { display: flex; gap: 26px; width: max-content; animation: marquee 62s linear infinite; font-size: 13.5px; color: var(--grey-deep); }
.city-track > span { white-space: nowrap; }
.hero-cities:hover .city-track { animation-play-state: paused; }
.city-locked { flex-shrink: 0; padding-left: 18px; padding-right: 24px; border-left: 1px solid var(--line); font-size: 12px; font-weight: 600; letter-spacing: 0.02em; color: var(--accent); white-space: nowrap; }
.city-locked:hover { color: var(--accent-deep); text-decoration: underline; text-underline-offset: 3px; }
@media (prefers-reduced-motion: reduce) { .city-track { animation: none; } }
@media (max-width: 760px) {
  .hero-cities .wrap { flex-direction: row; align-items: center; gap: 12px; }
  .hero-cities .label { border-right: 1px solid var(--line); padding-right: 12px; }
  .city-locked { display: none; }
}
/* ── Hero credentials strip (replaces the firm chips) ── */
.hero-proof { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; margin-top: 52px; padding-top: 30px; border-top: 1px solid var(--line); max-width: 860px; }
.hero-proof .proof-item { display: flex; flex-direction: column; gap: 4px; }
.hero-proof strong { font-size: 14.5px; font-weight: 600; color: var(--black); letter-spacing: -0.01em; }
.hero-proof span { font-size: 12.5px; color: var(--grey); letter-spacing: 0.01em; }
@media (max-width: 720px) { .hero-proof { grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 36px; padding-top: 22px; } .hero-proof .proof-item:last-child { grid-column: span 2; } }

/* ══ Network data pass — 29 July 2026 ══ */
/* New-branch treatment */
.branch-card.is-new { border-color: var(--accent); box-shadow: 0 0 0 1px var(--accent) inset; }
.branch-card.is-new .branch-tag { background: var(--accent); color: #FFF; padding: 4px 10px; border-radius: 100px; }
.branch-card .branch-note { font-size: 12.5px; line-height: 1.55; color: var(--grey); margin-top: 8px; }
.delhi-card .office-city { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--grey); font-weight: 700; margin: 7px 0 3px; }
.delhi-grid--3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 1000px) { .delhi-grid--3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px)  { .delhi-grid--3 { grid-template-columns: 1fr; } }

/* Station cell marks */
.station-cell-name { display: flex; align-items: baseline; flex-wrap: wrap; gap: 6px; min-width: 0; }
.station-office-mark { font-size: 9px; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 700; color: var(--accent); border: 1px solid currentColor; border-radius: 2px; padding: 1px 4px; line-height: 1.3; }
.station-via { font-size: 11.5px; color: var(--grey); }

/* Faridabad announcement band */
.branch-news { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; padding: 22px 26px; margin: 0 0 40px; background: #FFF; border: 1px solid var(--line); border-left: 3px solid var(--accent); border-radius: var(--radius-lg); }
.branch-news .news-tag { font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 700; color: var(--accent); white-space: nowrap; }
.branch-news h3 { font-family: var(--font-disp); font-size: 19px; letter-spacing: -0.01em; color: var(--black); margin-bottom: 4px; }
.branch-news p { font-size: 13.5px; line-height: 1.55; color: var(--grey-deep); max-width: 780px; }
.branch-news .news-phone { font-size: 14px; font-weight: 600; color: var(--black); white-space: nowrap; }
.branch-news .news-phone:hover { color: var(--accent); }
@media (max-width: 880px) { .branch-news { grid-template-columns: 1fr; gap: 12px; } }

/* Contact page — office groups */
.office-group + .office-group { margin-top: 48px; }
.office-group-head { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding-bottom: 12px; border-bottom: 1px solid var(--line); margin-bottom: 20px; }
.office-group-head h3 { font-family: var(--font-disp); font-size: 22px; letter-spacing: -0.015em; }
.office-group-head .count { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--grey); font-weight: 600; }
.office-group-note { font-size: 13.5px; color: var(--grey-deep); max-width: 760px; margin: -8px 0 20px; }
.office-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.office-cards--2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 1000px) { .office-cards { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 700px)  { .office-cards, .office-cards--2 { grid-template-columns: 1fr; } }
.office-card { padding: 24px 22px; background: #FFF; border: 1px solid var(--line); border-radius: var(--radius-lg); display: flex; flex-direction: column; gap: 8px; }
.office-card.is-new { border-color: var(--accent); box-shadow: 0 0 0 1px var(--accent) inset; }
.office-card .oc-city { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--grey); font-weight: 700; }
.office-card h4 { font-family: var(--font-disp); font-size: 17px; letter-spacing: -0.01em; color: var(--black); }
.office-card .oc-addr { font-size: 13.5px; line-height: 1.55; color: var(--grey-deep); }
.office-card .oc-note { font-size: 12.5px; line-height: 1.5; color: var(--grey); }
.office-card .oc-phones { display: flex; flex-direction: column; gap: 5px; margin-top: auto; padding-top: 12px; border-top: 1px solid var(--line-soft); }
.office-card .oc-phones a { font-size: 13.5px; font-weight: 600; color: var(--black); }
.office-card .oc-phones a:hover { color: var(--accent); }
.office-card .oc-pill { align-self: flex-start; font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 700; color: #FFF; background: var(--accent); padding: 3px 9px; border-radius: 100px; }

/* Footer registration line */
.footer-reg { margin-top: 12px; font-size: 11.5px; line-height: 1.6; color: rgba(255,255,255,0.45); letter-spacing: 0.02em; }
.footer-social { display: flex; align-items: center; gap: 8px; margin-top: 14px; font-size: 12.5px; }
.footer-social a { color: rgba(255,255,255,0.62); }
.footer-social a:hover { color: #FFF; }

/* ══════════ MOBILE PASS — 29 July 2026 ══════════ */
[hidden] { display: none !important; }
/* Nav panel, backdrop, one-handed menu */
.nav-backdrop { position: fixed; inset: 0; background: rgba(10,10,10,0.3); z-index: 55; opacity: 0; pointer-events: none; transition: opacity .2s; }
body.menu-is-open .nav-backdrop { opacity: 1; pointer-events: auto; }
.nav-menu-cta { display: none; }
@media (min-width: 981px) { .nav-backdrop { display: none; } }
@media (max-width: 980px) {
  .menu-toggle { width: 48px; height: 48px; margin-right: -8px; }
  .menu-toggle span { top: 23px; }
  .nav.menu-open .nav-links { top: 64px; padding: 8px 20px 18px; max-height: calc(100dvh - 64px); overflow-y: auto; }
  .nav.menu-open .nav-links a { display: flex; align-items: center; min-height: 52px; padding: 0 6px; font-size: 16px; }
  .nav.menu-open .nav-links a.active::after { left: 6px; right: auto; width: 20px; bottom: 14px; }
  .nav.menu-open .nav-links .nav-menu-cta { display: inline-flex; justify-content: center; margin-top: 14px; min-height: 52px; font-size: 15px; border-bottom: none; }
}

/* Touch targets, type size, no iOS zoom on focus */
@media (max-width: 820px) {
  input, select, textarea { font-size: 16px; }
  .form-group input, .form-group select, .form-group textarea { font-size: 16px; padding: 13px 14px; }
  .station-search input { font-size: 16px; padding: 14px 16px 14px 44px; }
  .btn { min-height: 48px; font-size: 15px; padding: 13px 20px; }
  .btn--sm { min-height: 44px; font-size: 13px; }
  .hero-cta, .cta-banner .actions, .reach-callout-cta, .station-modal-foot { width: 100%; }
  .hero-cta .btn, .cta-banner .actions .btn, .reach-callout-cta .btn, .station-modal-foot .btn { width: 100%; justify-content: center; }
  a[href^="tel:"], a[href^="mailto:"] { display: inline-flex; align-items: center; min-height: 44px; }
  .topbar a[href^="tel:"], .topbar a[href^="mailto:"], .hq-pill, .footer-eco a { min-height: 0; }
  .branch-card .phones a.maps-link, .delhi-card .phones a.maps-link { min-height: 44px; }
  .footer-col ul li { margin-bottom: 0; }
  .footer-col ul li a { display: inline-flex; align-items: center; min-height: 44px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 4px; }
  .footer-bottom .links { display: flex; flex-wrap: wrap; gap: 0 20px; }
  .footer-bottom .links a { display: inline-flex; align-items: center; min-height: 44px; }
  .scroll-top { width: 48px; height: 48px; right: 14px; bottom: 14px; }
  .station-list .station-cell { min-height: 52px; font-size: 15px; }
  .hero-proof strong { font-size: 15px; }
  .hero-proof span { font-size: 14px; }
  .pillar p, .service p, .branch-card .addr, .office-card .oc-addr, .contact-card p { font-size: 15px; }
  .network-section-note, .office-group-note { font-size: 15px; }
  .footer-social a { display: inline-flex; align-items: center; min-height: 44px; }
  .city-locked, .hq-map-link { display: inline-flex; align-items: center; min-height: 44px; }
  .pod-toc ol li a { display: inline-flex; align-items: center; min-height: 44px; font-size: 15px; }
  .footer-col ul li a, .footer-bottom .links a { font-size: 14.5px; }
  p a:not(.btn):not(.nav-cta), .contact-card p a, .service p a, .outstation-footnote a { padding-top: 15px; padding-bottom: 15px; }
}

/* Long strings must never push the page sideways */
.branch-card .addr, .delhi-card .addr, .office-card .oc-addr, .contact-card p, .station-cell-name, .footer-legal li { overflow-wrap: anywhere; }
.india-map-img { aspect-ratio: 1 / 1; }

/* Station groups — collapsed accordions on phones */
.group-toggle { display: none; }
@media (max-width: 760px) {
  .station-group { margin-bottom: 12px; }
  .station-group .network-section-head, .station-group .network-section-note { display: none; }
  .station-group .group-toggle {
    display: flex; align-items: center; justify-content: space-between; gap: 12px;
    width: 100%; min-height: 58px; padding: 14px 16px; text-align: left;
    background: #FFF; border: 1px solid var(--line); border-radius: var(--radius-lg);
    font-family: var(--font-disp); font-size: 17px; font-weight: 600; color: var(--black); cursor: pointer;
  }
  .station-group .gt-meta { display: flex; align-items: center; gap: 10px; font-family: var(--font-sans); font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--grey); }
  .station-group .gt-chev { font-size: 20px; line-height: 1; transition: transform .2s; }
  .station-group.is-open .group-toggle { border-color: var(--accent); border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
  .station-group.is-open .gt-chev { transform: rotate(90deg); }
  .station-group.is-empty .group-toggle { opacity: 0.5; }
  .station-group .station-list { display: none; }
  .station-group.is-open .station-list { display: grid; margin-top: 10px; }
  .station-controls { position: sticky; top: 64px; z-index: 30; margin: 0 -20px 16px; padding: 12px 20px; background: var(--bg); border-bottom: 1px solid var(--line); }
  .station-info { font-size: 12.5px; }
  .outstation-footnote { font-size: 13px; }
}
@media (prefers-reduced-motion: reduce) { .station-group .gt-chev, .nav-backdrop { transition: none; } }
/* Short landscape screens — don't let the header eat the viewport */
@media (max-height: 480px) and (orientation: landscape) {
  .nav { position: static; }
  .station-controls { position: static; margin-bottom: 14px; }
}

/* 360px — the floor */
@media (max-width: 760px) {
  .services-grid.how-grid { grid-template-columns: 1fr; }
  .services-grid.how-grid .service { border-right: none; }
  .footer-social a { display: inline-flex; align-items: center; min-height: 44px; }
  .how-step p { font-size: 14.5px; }
  .industry-note, .clients-note, .industry-intro { font-size: 15px; }
  .timeline-item span { font-size: 14.5px; }
  .branch-card .branch-note, .office-card .oc-note { font-size: 14px; }
  .industry-intro { font-size: 15px; }
  .outstation-link-sub { font-size: 14px; }
  .form-group label { font-size: 13.5px; }
  .station-info { font-size: 13px; }
  .contact-card p a, .service p a, .outstation-footnote a { padding: 4px 0; }
  .pod-toc ol li a { display: inline-flex; align-items: center; min-height: 44px; font-size: 15px; }
  .legal-body p a, .contact-card p a, .service p a, .svc-detail p a, .clients-note a, p a:not(.btn):not(.nav-cta) { padding-top: 15px; padding-bottom: 15px; }
  .services-grid.how-grid .service p { font-size: 14.5px; }
}
@media (max-width: 400px) {
  .hero-proof { grid-template-columns: 1fr; gap: 14px; }
  .hero-proof .proof-item:last-child { grid-column: auto; }
  .branch-news { padding: 18px 18px; }
  .network-stat-row { grid-template-columns: 1fr; gap: 14px; }
  .stats-grid .stat-num { font-size: 38px; }
  .station-list .station-cell { font-size: 14.5px; }
  .group-toggle { font-size: 16px; }
  .office-group-head, .network-section-head { flex-direction: column; align-items: flex-start; gap: 4px; }
  .wrap { padding: 0 16px; }
  .station-controls { margin: 0 -16px 16px; padding: 12px 16px; }
  .hero-cities .wrap { flex-wrap: wrap; gap: 8px; }
  .hero-cities .label { border-right: none; padding-right: 0; }
  .city-marquee { flex: 1 1 100%; }
  .btn, .nav-cta { white-space: normal; text-align: center; }
  .footer-legal a, .footer-brand p, .footer-reg, .footer-social { overflow-wrap: anywhere; }
  .clients-summary { grid-template-columns: 1fr; }
  .branch-news .news-phone { white-space: normal; }
  .reach-callout-states { flex-direction: column; align-items: flex-start; gap: 8px; }
  .reach-state-sep { display: none; }
  .hq-hours span, .station-modal-foot { overflow-wrap: anywhere; }
  h1, h2, h3, h4, p, li, span, a, strong, .display { overflow-wrap: anywhere; }
  .branch-card .branch-tag { position: static; display: inline-block; margin-bottom: 8px; }
  .branch-card .branch-head { padding-right: 0; }
  .hero-cities { overflow: hidden; }
  .contact-grid > *, .form-group, .form-row > *, .station-search { min-width: 0; }
  .firm-card { padding: 24px 18px; }
  .firm-card .firm-logo-lockup { flex-wrap: wrap; }
  .firm-card .firm-logo-lockup .wordmark { max-width: 100%; height: auto; }
  .services-grid.how-grid .service { padding-left: 18px; padding-right: 18px; }
  .form-group input, .form-group select, .form-group textarea, .station-search input { width: 100%; min-width: 0; }
  html { overflow-x: clip; }
}

/* ═══════════════════════════════════════════════════════════════
   MOBILE POLISH — 29 July 2026
   Fixes found by measuring on a real handset at 390–430px.
   Phone/tablet only; no desktop rule is touched.
   ═══════════════════════════════════════════════════════════════ */

/* 1. Sticky header was hiding anchored headings when jumped to.
      65px header + breathing room. */
:where(h1, h2, h3, section, [id]) { scroll-margin-top: 82px; }

/* 2. Hero credentials: 2-up left a ragged "2 + 1 spanning" block on
      401–560px phones, with mismatched line counts. One per row reads
      cleanly and the items are short. */
@media (max-width: 560px) {
  .hero-proof { grid-template-columns: 1fr; gap: 16px; }
  .hero-proof .proof-item:last-child { grid-column: auto; }
  .hero-proof .proof-item { padding-bottom: 14px; border-bottom: 1px solid var(--line); }
  .hero-proof .proof-item:last-child { padding-bottom: 0; border-bottom: none; }
}

/* 3. Key-destinations band: label, marquee and link were fighting for
      one row, squeezing the marquee to a sliver that clipped mid-word.
      Stack them so the marquee gets the full width. */
@media (max-width: 760px) {
  .hero-cities .wrap { flex-direction: column; align-items: flex-start; gap: 8px; padding: 4px 0; }
  .hero-cities .label { border-right: none; padding-right: 0; }
  .city-marquee { width: 100%; flex: 0 0 auto;
    -webkit-mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 40px), transparent 100%);
            mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 40px), transparent 100%); }
  .hero-cities .city-locked { display: inline-flex; align-items: center;
    border-left: none; padding: 0; min-height: 44px; }
}

/* 4. Scroll-to-top sat on top of content and, on iPhone, inside the
      home-indicator strip. Lift it clear. */
@media (max-width: 820px) {
  .scroll-top { right: 14px; bottom: calc(16px + env(safe-area-inset-bottom, 0px)); }
}

/* 5. Respect the iPhone notch and home indicator. */
@media (max-width: 820px) {
  .site-footer, footer { padding-bottom: calc(28px + env(safe-area-inset-bottom, 0px)); }
  .wrap { padding-left: max(20px, env(safe-area-inset-left));
          padding-right: max(20px, env(safe-area-inset-right)); }
  .hero-cities .wrap { padding-left: max(20px, env(safe-area-inset-left));
                       padding-right: max(20px, env(safe-area-inset-right)); }
}

/* 6. Long addresses and station names could push their cards wide. */
@media (max-width: 560px) {
  .branch-card, .office-card, .station-modal-value, .addr { overflow-wrap: anywhere; }
}

/* ── MOBILE MENU FIXES — 29 July 2026 ──────────────────────────────
   Found on a real handset:
   a) the mirrored "Request a Quote" was dark-on-dark (#3D3A36 text on
      #262525) — a contrast ratio of about 1.1:1, effectively invisible.
      The desktop .nav-cta is white; .nav-menu-cta was dropping it.
   b) the open panel was only 405px tall in a 932px viewport, so half
      the page showed through under the dim. Fill the screen instead. */
@media (max-width: 980px) {
  .nav.menu-open .nav-links {
    min-height: calc(100dvh - 64px);
    height: auto;
    background: var(--bg);
    align-content: start;
    padding-bottom: calc(24px + env(safe-area-inset-bottom, 0px));
  }
  .nav.menu-open .nav-links .nav-menu-cta,
  .nav.menu-open .nav-links .nav-menu-cta:visited { color: #FFF; }
  .nav.menu-open .nav-links .nav-menu-cta:hover,
  .nav.menu-open .nav-links .nav-menu-cta:active { color: #FFF; }
}
