@font-face {
  font-family: "Kantumruy Pro";
  src: url("assets/fonts/kantumruy-pro-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kantumruy Pro";
  src: url("assets/fonts/kantumruy-pro-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kantumruy Pro";
  src: url("assets/fonts/kantumruy-pro-600.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kantumruy Pro";
  src: url("assets/fonts/kantumruy-pro-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue: #16C7E8;
  --blue-deep: #10B4D5;
  --accent-glow: rgba(22, 199, 232, .15);
  --text: var(--blue);
  --text-soft: var(--blue);
  --text-muted: var(--blue);
  --ink: var(--blue);
  --charcoal: #2B3440;
  --muted: var(--blue);
  --secondary: var(--blue);
  --line: rgba(255,255,255,.10);
  --soft: #28313C;
  --card: #333C48;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(0, 0, 0, .38);
  --shadow-strong: 0 30px 90px rgba(0, 0, 0, .55);
  --radius: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #2B3440;
  font-family: "Inter", "Kantumruy Pro", "Noto Sans Khmer", "Khmer UI", "Leelawadee UI", "Segoe UI", system-ui, sans-serif;
  line-height: 1.68;
}
body.lang-kh { font-family: "Kantumruy Pro", "Inter", "Noto Sans Khmer", "Khmer UI", "Leelawadee UI", "Segoe UI", system-ui, sans-serif; }
body.intro-active { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 96px 0; }
.section-dark {
  color: var(--text);
  background:
    radial-gradient(circle at top right, var(--accent-glow), transparent 32%),
    linear-gradient(135deg, #202833 0%, #28313C 58%, #2F3742 100%);
}

.site-intro {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 50% 28%, rgba(255,255,255,.025), transparent 34%),
    linear-gradient(135deg, #202833 0%, #26313B 54%, #2B3440 100%);
  transition: opacity .55s ease, visibility .55s ease;
}
.site-intro.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.site-intro:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(circle, #000 0%, transparent 72%);
}
.intro-inner {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100% - 30px));
  display: grid;
  justify-items: center;
  text-align: center;
  transform: translateY(-2vh);
}
.intro-logo-card {
  width: min(420px, 82vw);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  animation: introLogo 900ms ease both;
}
.intro-logo-card img { width: 100%; height: auto; max-height: 260px; object-fit: contain; }
.intro-route {
  --route-line-y: 82px;
  position: relative;
  width: min(620px, 86vw);
  height: 132px;
  margin: 4px 0 -2px;
}
.intro-route svg {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.intro-route-line {
  fill: none;
  stroke: rgba(255,255,255,.8);
  stroke-width: 5;
  stroke-linecap: round;
  stroke-dasharray: 560;
  stroke-dashoffset: 560;
  animation: introRoute 1.2s ease .35s both;
}
.intro-route-start,
.intro-route-end { fill: #ffffff; opacity: .85; }
.intro-vehicle {
  --vehicle-offset: 0px;
  --convoy-stop: 210px;
  --vehicle-ground-drop: 10px;
  position: absolute;
  left: calc(2% + var(--vehicle-offset));
  bottom: calc(100% - var(--route-line-y) - var(--vehicle-ground-drop));
  z-index: 3;
  width: 58px;
  height: auto;
  object-fit: contain;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  filter: none;
  transform-origin: 50% 72%;
  opacity: 0;
  animation: introConvoyRun 3.2s cubic-bezier(.22, .78, .28, 1) 1.75s both;
}
.intro-vehicle-tuktuk { --vehicle-offset: 0px; --vehicle-ground-drop: 8px; width: 60px; }
.intro-vehicle-etuk { --vehicle-offset: 74px; --vehicle-ground-drop: -4px; width: 58px; }
.intro-vehicle-motorcycle { --vehicle-offset: 140px; --vehicle-ground-drop: 2px; width: 54px; }
.intro-copy { display: grid; gap: 6px; justify-items: center; max-width: min(720px, 100%); margin-top: -42px; }
.intro-copy p,
.intro-copy h2,
.intro-copy span,
.intro-copy b { margin: 0; opacity: 0; animation: introText 620ms ease both; }
.intro-copy p {
  color: var(--blue);
  font-size: clamp(19px, 2.4vw, 24px);
  font-weight: 900;
  letter-spacing: .02em;
}
.intro-copy h2 {
  color: var(--blue);
  font-size: clamp(26px, 4.2vw, 44px);
  line-height: 1.35;
  max-width: 100%;
  white-space: nowrap;
  margin-top: 28px;
  margin-bottom: 36px;
}
.intro-copy span {
  color: var(--blue);
  font-size: clamp(16px, 2.4vw, 22px);
  font-weight: 900;
  margin-bottom: 14px;
}
.intro-copy b {
  margin-top: 0;
  padding: 11px 22px;
  border-radius: 999px;
  color: #202833;
  background: var(--blue);
  border: 0;
  box-shadow: 0 16px 34px rgba(22, 199, 232, .22);
  font-size: clamp(14px, 2.2vw, 18px);
  font-weight: 900;
}
.intro-copy p { animation-delay: 1.05s; }
.intro-copy h2 { animation-delay: 1.35s; }
.intro-copy span { animation-delay: 1.65s; }
.intro-copy b { animation-delay: 1.95s; }
.intro-skip {
  position: absolute;
  z-index: 2;
  top: 24px;
  right: 24px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  padding: 10px 14px;
  color: var(--text);
  background: rgba(255,255,255,.1);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  backdrop-filter: blur(12px);
}
.intro-skip:hover { background: rgba(255,255,255,.18); }

@keyframes introLogo { from { opacity: 0; transform: scale(.94) translateY(12px); } to { opacity: 1; transform: scale(1) translateY(0); } }
@keyframes introRoute { to { stroke-dashoffset: 0; } }
@keyframes introConvoyRun {
  0% { opacity: 0; left: calc(2% + var(--vehicle-offset)); transform: translateY(3px) rotate(0deg) scale(.94); }
  8% { opacity: 1; }
  78% { left: calc(100% - var(--convoy-stop) + var(--vehicle-offset)); opacity: 1; transform: translateY(0) rotate(0deg) scale(1); }
  100% { left: calc(100% - var(--convoy-stop) + var(--vehicle-offset)); opacity: 1; transform: translateY(0) rotate(0deg) scale(1); }
}
@keyframes introText { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(32,40,51,.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.nav-shell { min-height: 108px; display: flex; align-items: center; gap: 24px; }
.brand {
  width: 174px;
  min-width: 174px;
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.brand img { width: 168px; max-width: 100%; height: auto; max-height: 110px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 26px; margin-left: auto; font-size: 14px; font-weight: 700; }
.main-nav a { color: var(--text); transition: color .22s ease; }
.main-nav a:hover { color: var(--blue-deep); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.language-switcher { display: flex; padding: 3px; border: 1px solid var(--line); border-radius: 999px; background: #28313C; }
.lang-btn { border: 0; background: transparent; padding: 7px 10px; border-radius: 999px; font-weight: 900; cursor: pointer; color: var(--text); }
.lang-btn.active { color: #202833; background: var(--blue); }
.primary-btn, .light-btn, .ghost-btn, .map-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 999px;
  font-weight: 900;
  transition: transform .24s ease, box-shadow .24s ease, background .24s ease;
}
.primary-btn { color: #202833; background: linear-gradient(135deg, var(--blue), var(--blue-deep)); padding: 12px 18px; box-shadow: 0 12px 30px rgba(22, 199, 232, .24); }
.primary-btn,
.primary-btn span,
.primary-btn i,
.primary-btn svg {
  color: #202833 !important;
  stroke: #202833 !important;
}
.primary-btn:hover, .light-btn:hover, .ghost-btn:hover, .map-btn:hover { transform: translateY(-2px); }
.light-btn { color: var(--text); background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.24); padding: 12px 18px; }
.ghost-btn { color: var(--text); background: rgba(22,199,232,.1); border: 1px solid rgba(22,199,232,.42); padding: 10px 14px; }
.large { padding: 15px 22px; }
.primary-btn svg, .light-btn svg, .ghost-btn svg, .map-btn svg, .eyebrow svg, .hero-pride-badge svg { width: 18px; height: 18px; }
.menu-toggle { display: none; border: 0; background: var(--blue); color: #202833; width: 42px; height: 42px; border-radius: 999px; }

.hero { position: relative; overflow: hidden; padding: 88px 0 118px; }
.hero:after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 130px;
  background: linear-gradient(to top, rgba(0,0,0,.48), transparent);
  pointer-events: none;
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .88fr 1.12fr; gap: 58px; align-items: center; }
.eyebrow, .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--text);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}
.hero h1 { margin: 18px 0 18px; max-width: 760px; color: var(--text); font-size: clamp(38px, 4.7vw, 66px); line-height: 1.18; letter-spacing: 0; font-weight: 700; }
.hero p { max-width: 620px; margin: 0; color: var(--secondary); font-size: 18px; }
.hero-buttons { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.hero-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 38px; }
.hero-metrics div { padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.045); }
.hero-metrics strong { display: block; font-size: 28px; line-height: 1; }
.hero-metrics span { display: block; margin-top: 8px; color: var(--muted); font-size: 13px; font-weight: 700; }
.hero-visual { position: relative; }
.image-reveal { border-radius: 8px; overflow: hidden; box-shadow: 0 34px 90px rgba(0,0,0,.58); border: 1px solid var(--line); background: #28313C; }
.image-reveal img { width: 100%; aspect-ratio: 16 / 9.4; object-fit: cover; object-position: center; }
.hero-pride-badge {
  position: absolute;
  z-index: 4;
  left: 24px;
  top: 22px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  max-width: min(88%, 430px);
  padding: 12px 16px;
  border: 1px solid rgba(255,255,255,.86);
  border-radius: 999px;
  color: var(--text);
  background: rgba(32,40,51,.9);
  box-shadow: 0 18px 46px rgba(0,0,0,.24);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
  animation: badgeReveal 900ms ease both, prideFloat 6.2s ease-in-out 900ms infinite;
}
.hero-pride-badge svg { flex: 0 0 auto; color: var(--blue); }
.floating-card {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 15px;
  border-radius: 999px;
  color: var(--text);
  background: rgba(32,40,51,.92);
  box-shadow: var(--shadow);
  font-weight: 900;
  animation: float 5s ease-in-out infinite;
}
.floating-card svg { width: 18px; color: var(--blue-deep); }
.card-one { left: 28px; bottom: 26px; }
.card-two { right: 26px; bottom: 94px; animation-delay: .8s; }
.card-three { left: 36px; top: 108px; animation-delay: 1.5s; }
.card-four { right: 24px; bottom: 26px; animation-delay: 2.1s; }
.promo-badge { color: #202833; background: linear-gradient(135deg, var(--blue), var(--blue-deep)); }
.promo-badge svg { color: #202833; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes badgeReveal { from { opacity: 0; transform: translate3d(0, 12px, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } }
@keyframes prideFloat { 0%, 100% { transform: translate3d(0, 0, 0); } 50% { transform: translate3d(0, -7px, 0); } }

.quick-access { margin-top: -44px; position: relative; z-index: 3; }
.quick-grid { display: grid; grid-template-columns: repeat(6, 1fr); overflow: hidden; background: var(--card); border-radius: var(--radius); box-shadow: var(--shadow); border: 1px solid var(--line); }
.quick-grid a { min-height: 112px; display: grid; place-items: center; gap: 10px; padding: 18px; color: var(--ink); font-weight: 900; text-align: center; line-height: 1.35; border-right: 1px solid var(--line); transition: background .22s ease, color .22s ease; }
.quick-grid a:last-child { border-right: 0; }
.quick-grid a:hover { background: rgba(22,199,232,.1); color: var(--blue); }
.quick-grid svg { width: 30px; height: 30px; color: var(--blue); }

.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading h2, .split-copy h2, .business-panel h2, .value-grid h2, .cta-grid h2, .ev-copy h2 { margin: 10px 0 14px; color: var(--text); font-size: clamp(30px, 4vw, 48px); line-height: 1.16; letter-spacing: 0; }
.section-heading p, .split-copy p { color: var(--muted); font-size: 17px; }
.hero-tagline {
  display: inline-flex;
  margin: 18px 0 0;
  padding: 8px 14px;
  border: 1px solid rgba(22,199,232,.36);
  border-radius: 999px;
  color: var(--text);
  background: rgba(22,199,232,.1);
  font-weight: 900;
}
.hero .hero-tagline { color: var(--text); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card, .merchant-card, .process-card {
  position: relative;
  min-height: 220px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: 0 12px 35px rgba(0, 0, 0, .26);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.service-card:hover, .merchant-card:hover, .process-card:hover, .fleet-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: rgba(22,199,232,.42); }
.service-card svg, .merchant-card svg, .process-card svg { width: 38px; height: 38px; color: var(--blue-deep); stroke-width: 1.8; }
.service-card h3, .merchant-card h3, .process-card h3 { margin: 20px 0 10px; font-size: 20px; line-height: 1.46; }
.service-card p, .merchant-card p, .process-card p { margin: 0; color: var(--muted); }
.service-card.wide { grid-column: span 3; min-height: 170px; background: linear-gradient(135deg, #333C48, #28313C); }

.ev-section { background: linear-gradient(180deg, #2B3440 0%, #28313C 100%); }
.ev-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 46px; align-items: center; }
.ev-copy p { color: var(--muted); font-size: 17px; max-width: 640px; }
.ev-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 28px; }
.ev-cards span {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: 0 12px 35px rgba(0, 0, 0, .26);
}
.ev-cards svg { width: 22px; height: 22px; color: var(--blue-deep); flex: 0 0 auto; }
.ev-visual img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow-strong); }

.split-section { background: var(--soft); overflow: hidden; }
.split-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 58px; align-items: center; }
.visual-stack { position: relative; min-height: 520px; }
.main-photo { width: 88%; height: 460px; object-fit: cover; object-position: center; border-radius: var(--radius); box-shadow: var(--shadow-strong); }
.small-photo { position: absolute; right: 0; bottom: 0; width: 42%; aspect-ratio: 1 / 1; object-fit: cover; object-position: center; border-radius: var(--radius); border: 10px solid var(--soft); box-shadow: var(--shadow); }
.check-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 28px; }
.check-grid span, .value-list span { display: flex; align-items: center; gap: 10px; padding: 14px 16px; border-radius: var(--radius); background: var(--card); border: 1px solid var(--line); }
.check-grid svg, .value-list svg { width: 18px; height: 18px; color: var(--blue-deep); flex: 0 0 auto; }

.business-section {
  color: var(--text);
  background:
    radial-gradient(circle at top right, var(--accent-glow), transparent 35%),
    linear-gradient(135deg, #202833 0%, #28313C 60%, #2F3742 100%);
}
.business-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: 34px; align-items: center; margin-bottom: 22px; }
.business-panel img { width: 100%; aspect-ratio: 16 / 8.5; object-fit: cover; object-position: center; border-radius: var(--radius); box-shadow: 0 24px 65px rgba(0,0,0,.28); }
.merchant-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.merchant-card { color: var(--ink); background: var(--card); min-height: 210px; }

.fleet-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-auto-rows: 260px; gap: 16px; }
.fleet-card { position: relative; margin: 0; overflow: hidden; border-radius: var(--radius); border: 1px solid var(--line); background: var(--card); transition: transform .24s ease, box-shadow .24s ease; }
.fleet-card.tall { grid-row: span 2; }
.fleet-card.wide { grid-column: span 2; }
.fleet-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.fleet-card:hover img { transform: scale(1.045); }
.fleet-card figcaption { position: absolute; left: 16px; right: 16px; bottom: 16px; color: var(--text); font-weight: 900; background: rgba(32,40,51,.82); border-radius: 999px; padding: 10px 14px; backdrop-filter: blur(10px); }

.brand-materials-section { background: #2B3440; }
.materials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.materials-card { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); box-shadow: 0 12px 35px rgba(0, 0, 0, .26); }
.materials-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center; filter: saturate(.95) contrast(1.02); }
.materials-card figcaption { padding: 14px 16px 16px; font-weight: 900; color: var(--ink); }

.value-section { background: linear-gradient(180deg, #2B3440 0%, #28313C 100%); }
.value-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 42px; align-items: start; }
.value-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; font-weight: 900; }
.process-section { background: var(--soft); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.process-card b { position: absolute; right: 22px; top: 18px; color: rgba(22,199,232,.22); font-size: 42px; line-height: 1; }

.cta-section { padding: 70px 0; }
.cta-grid { display: grid; grid-template-columns: 1fr 280px auto; align-items: center; gap: 34px; }
.cta-grid span, .cta-pride { color: var(--text); }
.cta-grid span { font-weight: 900; }
.cta-pride { margin: 8px 0 0; font-weight: 800; }
.cta-grid h2 { max-width: 720px; margin-bottom: 0; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.cta-image { width: 280px; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); box-shadow: 0 24px 70px rgba(0,0,0,.3); border: 1px solid rgba(255,255,255,.18); }

.footer { padding: 68px 0 22px; background: #202833; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .8fr .8fr 1fr; gap: 34px; }
.footer-brand img {
  width: 172px;
  max-width: 100%;
  height: auto;
  max-height: 110px;
  object-fit: contain;
}
.footer h2, .footer h3 { margin: 10px 0 12px; }
.footer p { color: var(--muted); margin: 6px 0; }
.footer a { display: inline-block; margin: 5px 0; color: var(--text); font-weight: 800; }
.footer a:hover { color: var(--blue); }
.map-btn { margin-top: 16px !important; color: #202833 !important; background: var(--blue); padding: 12px 16px; }
.footer-bottom { margin-top: 42px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .72s ease, transform .72s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1040px) {
  .nav-track, .main-nav { display: none; }
  .menu-toggle { display: grid; place-items: center; margin-left: auto; }
  .main-nav.open { position: absolute; left: 20px; right: 20px; top: 82px; display: grid; gap: 0; background: #28313C; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
  .main-nav.open a { padding: 16px 18px; border-bottom: 1px solid var(--line); }
  .hero-grid, .split-grid, .business-panel, .value-grid, .cta-grid, .ev-grid { grid-template-columns: 1fr; }
  .service-grid, .merchant-grid, .materials-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card.wide { grid-column: span 2; }
  .quick-grid { grid-template-columns: repeat(3, 1fr); }
  .process-grid, .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
  .container { width: min(100% - 28px, 1180px); }
  .intro-skip { top: 14px; right: 14px; padding: 8px 12px; font-size: 13px; }
  .intro-inner { width: min(100% - 24px, 760px); transform: translateY(-1.5vh); }
  .intro-logo-card { width: min(330px, 84vw); padding: 0; border-radius: 0; }
  .intro-logo-card img { max-height: 212px; }
  .intro-route { --route-line-y: 60px; width: min(350px, 86vw); height: 106px; margin: 0 0 -2px; }
  .intro-route-line { stroke-width: 4; }
  .intro-vehicle { --convoy-stop: 162px; }
  .intro-vehicle-tuktuk { --vehicle-offset: 0px; --vehicle-ground-drop: 6px; width: 48px; }
  .intro-vehicle-etuk { --vehicle-offset: 57px; --vehicle-ground-drop: -3px; width: 46px; }
  .intro-vehicle-motorcycle { --vehicle-offset: 107px; --vehicle-ground-drop: 1px; width: 42px; }
  .intro-copy { gap: 5px; margin-top: -40px; }
  .intro-copy p { font-size: clamp(18px, 4.7vw, 23px); }
  .intro-copy h2 { margin-top: 26px; margin-bottom: 32px; font-size: clamp(19px, 5.05vw, 34px); line-height: 1.35; }
  .intro-copy span { margin-bottom: 10px; font-size: clamp(15px, 4.2vw, 21px); }
  .intro-copy b { margin-top: 0; padding: 10px 22px; font-size: clamp(14px, 3.8vw, 18px); }
  .section { padding: 68px 0; }
  .nav-shell { min-height: 88px; }
  .brand { width: 132px; min-width: 132px; min-height: 76px; }
  .brand img { width: 126px; max-width: 100%; max-height: 80px; }
  .nav-actions .primary-btn { display: none; }
  .hero { padding-top: 54px; }
  .hero h1 { font-size: 34px; line-height: 1.24; }
  .hero p { font-size: 16px; }
  .hero-pride-badge {
    left: 12px;
    right: 12px;
    top: 12px;
    max-width: none;
    padding: 9px 12px;
    font-size: 12px;
    border-radius: 14px;
    box-shadow: 0 14px 34px rgba(0,0,0,.22);
  }
  .hero-pride-badge svg { width: 16px; height: 16px; }
  .hero-metrics, .service-grid, .merchant-grid, .quick-grid, .process-grid, .footer-grid, .check-grid, .value-list, .fleet-grid, .materials-grid, .ev-cards { grid-template-columns: 1fr; }
  .service-card.wide, .fleet-card.wide { grid-column: auto; }
  .fleet-card.tall { grid-row: auto; }
  .fleet-grid { grid-auto-rows: 250px; }
  .visual-stack { min-height: auto; }
  .main-photo, .small-photo { position: static; width: 100%; height: auto; aspect-ratio: 16 / 10; border: 0; margin-top: 14px; }
  .floating-card { position: static; margin: 10px 8px 0 0; font-size: 13px; animation: none; }
  .card-one, .card-two, .card-three, .card-four { display: inline-flex; max-width: 100%; }
  .promo-badge { margin-top: 12px; }
  .cta-grid { align-items: flex-start; }
  .cta-image { width: 100%; max-height: 230px; }
}

@media (prefers-reduced-motion: reduce) {
  .site-intro { transition: opacity .2s ease, visibility .2s ease; }
  .intro-logo-card,
  .intro-route-line,
  .intro-vehicle,
  .intro-copy p,
  .intro-copy h2,
  .intro-copy span,
  .intro-copy b {
    animation: none !important;
    opacity: 1;
    transform: none;
    stroke-dashoffset: 0;
  }
  .intro-vehicle { display: block; opacity: 1; left: calc(100% - var(--convoy-stop) + var(--vehicle-offset)); }
}
