@import url('https://fonts.googleapis.com/css2?family=Sarabun:wght@400;500;600;700&display=swap');

:root {
  --ink: #0c1820;
  --navy: #0d2230;
  --navy-soft: #173949;
  --gold: #d7a84b;
  --gold-bright: #ecc66c;
  --cream: #f5f1e8;
  --paper: #fbfaf7;
  --muted: #6e777c;
  --line: rgba(12, 24, 32, .12);
  --white: #fff;
  --radius: 2px;
  --shadow: 0 28px 80px rgba(6, 18, 26, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Sarabun", "Leelawadee UI", Tahoma, sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select { font: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; padding: 10px 16px; transform: translateY(-160%); background: white; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 20; width: 100%; color: white; }
.announcement { border-bottom: 1px solid rgba(255,255,255,.13); font-size: 12px; letter-spacing: .02em; }
.announcement-inner { height: 38px; display: flex; align-items: center; justify-content: space-between; }
.announcement-links { display: flex; gap: 26px; font-weight: 700; }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: #5bdb91; box-shadow: 0 0 0 4px rgba(91,219,145,.12); }
.navbar { height: 88px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 13px; }
.brand img { width: 92px; height: auto; filter: drop-shadow(0 4px 10px rgba(0,0,0,.2)); }
.brand-copy { display: grid; line-height: 1.15; }
.brand-copy strong { font-size: 15px; font-weight: 700; }
.brand-copy small { margin-top: 5px; font-size: 8px; letter-spacing: .22em; opacity: .72; }
.main-menu { display: flex; align-items: center; gap: 18px; font-size: 13px; }
.main-menu > a:not(.nav-cta) { position: relative; }
.main-menu > a:not(.nav-cta)::after { content: ""; position: absolute; bottom: -10px; left: 0; width: 0; height: 1px; background: var(--gold-bright); transition: width .25s ease; }
.main-menu > a:hover::after { width: 100%; }
.nav-cta { padding: 12px 18px; border: 1px solid rgba(255,255,255,.35); }
.nav-cta span { margin-left: 18px; color: var(--gold-bright); }
.menu-button { display: none; width: 42px; height: 42px; padding: 10px; border: 0; background: transparent; }
.menu-button span { display: block; width: 100%; height: 1px; margin: 6px 0; background: white; }

.hero { position: relative; min-height: 790px; display: flex; align-items: center; overflow: hidden; color: white; background: var(--navy); }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media { background: url("../images/hero-fleet.avif") 50% 48% / cover no-repeat; transform: scale(1.02); animation: heroZoom 12s ease-out both; }
.hero-shade { background: linear-gradient(90deg, rgba(6,19,27,.96) 0%, rgba(6,19,27,.76) 42%, rgba(6,19,27,.26) 70%, rgba(6,19,27,.5) 100%), linear-gradient(0deg, rgba(7,20,28,.64), transparent 48%); }
.hero-grid { position: relative; z-index: 2; padding-top: 110px; display: grid; grid-template-columns: minmax(0,1.12fr) minmax(360px,.62fr); gap: 84px; align-items: center; }
.hero-copy { max-width: 690px; padding: 34px 0 16px; }
.eyebrow { display: flex; align-items: center; gap: 13px; color: var(--gold-bright); font-size: 11px; font-weight: 800; letter-spacing: .17em; }
.eyebrow span { display: block; width: 38px; height: 1px; background: currentColor; }
.eyebrow.dark { color: #9b721d; }
.eyebrow.light { color: var(--gold-bright); }
.hero h1 { margin: 26px 0 22px; font-family: Georgia, "Noto Serif Thai", serif; font-size: clamp(54px, 5.45vw, 84px); font-weight: 500; line-height: 1.08; letter-spacing: -.045em; }
.hero h1 em, .cta-section h2 em { color: var(--gold-bright); font-style: normal; }
.hero-copy > p { max-width: 570px; margin: 0; color: rgba(255,255,255,.76); font-size: 17px; line-height: 1.85; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { min-height: 50px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 26px; border: 0; border-radius: var(--radius); font-size: 14px; font-weight: 800; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: #19242a; background: var(--gold-bright); }
.button-gold:hover { background: #f2d484; }
.button-ghost { color: white; border: 1px solid rgba(255,255,255,.28); }
.play-icon { width: 26px; height: 26px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; font-size: 8px; }
.hero-trust { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 410px; margin-top: 43px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.16); }
.hero-trust > div { padding-right: 20px; }
.hero-trust > div + div { padding-left: 25px; border-left: 1px solid rgba(255,255,255,.16); }
.hero-trust strong, .hero-trust span { display: block; }
.hero-trust strong { color: white; font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
.hero-trust span { color: rgba(255,255,255,.56); font-size: 11px; }

.quote-card { margin-top: 35px; padding: 28px; color: var(--ink); background: rgba(251,250,247,.97); box-shadow: var(--shadow); }
.quote-head { display: flex; align-items: flex-start; gap: 17px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.quote-number { color: #a37621; font-family: Georgia, serif; font-size: 14px; }
.quote-head p { margin: 0 0 2px; color: var(--muted); font-size: 11px; }
.quote-head h2 { margin: 0; font-size: 23px; line-height: 1.25; }
.quote-card form { display: grid; gap: 15px; padding-top: 19px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.quote-card label { display: grid; gap: 6px; }
.quote-card label > span { color: #4e595f; font-size: 11px; font-weight: 800; }
.quote-card input, .quote-card select { width: 100%; height: 44px; padding: 0 12px; color: var(--ink); border: 1px solid #d8d8d2; border-radius: 0; outline: 0; background: white; font-size: 12px; }
.quote-card input:focus, .quote-card select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(215,168,75,.13); }
.button-dark { width: 100%; margin-top: 2px; color: white; background: var(--navy); }
.button-dark:hover { background: var(--navy-soft); }
.form-note { margin: -3px 0 0; color: #8b9092; font-size: 9px; text-align: center; }
.scroll-cue { position: absolute; z-index: 3; bottom: 0; left: 50%; transform: translateX(-50%); display: grid; place-items: center; color: rgba(255,255,255,.55); font-size: 9px; letter-spacing: .15em; }
.scroll-cue i { width: 1px; height: 37px; margin-top: 10px; background: linear-gradient(var(--gold), transparent); }

.assurance-strip { color: white; background: #081a25; }
.assurance-grid { min-height: 226px; padding: 14px 0; display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; }
.assurance-grid > div { min-height: 96px; padding: 24px; display: grid; grid-template-columns: 56px minmax(0, 1fr); align-items: start; gap: 18px; }
.assurance-grid > div:nth-child(3n + 1) { padding-left: 0; border-left: 0; }
.assurance-grid > div + div { border-left: 1px solid rgba(255,255,255,.12); }
.assurance-grid > div:nth-child(n + 4) { border-top: 1px solid rgba(255,255,255,.12); }
.assurance-icon { width: 56px; height: 56px; display: grid; place-items: center; color: var(--gold-bright); background: rgba(236,198,108,.07); border: 1px solid rgba(236,198,108,.3); border-radius: 50%; }
.assurance-icon svg { width: 32px; height: 32px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.assurance-grid p { margin: 0; }
.assurance-grid strong, .assurance-grid small { display: block; }
.assurance-grid strong { font-size: 12px; }
.assurance-grid small { margin-top: 6px; color: #b8c6cf; font-size: 10px; }

.section { padding: 110px 0; }
.section-intro { margin-bottom: 52px; }
.split-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 100px; }
.section h2 { margin: 16px 0 0; font-family: Georgia, "Noto Serif Thai", serif; font-size: clamp(40px, 4.2vw, 62px); font-weight: 500; line-height: 1.15; letter-spacing: -.035em; }
.split-heading > p { max-width: 490px; margin: 0 0 7px; color: var(--muted); font-size: 15px; line-height: 1.85; }
.fleet-section { background: var(--cream); }
.fleet-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.vehicle-card { min-width: 0; overflow: hidden; color: white; background: var(--navy); box-shadow: 0 15px 36px rgba(7,24,34,.1); }
.vehicle-media { position: relative; height: 145px; display: block; overflow: hidden; background: #eef0f2; }
.vehicle-media img { position: absolute; top: 50%; left: 0; width: 100%; max-width: none; height: auto; transform: translateY(-50%); transition: transform .55s ease; }
.vehicle-card:hover .vehicle-media img { transform: translateY(-50%) scale(1.025); }
.vehicle-media--coach img,
.vehicle-media--minibus img { left: 50%; transform: translate(-50%, -50%); }
.vehicle-media--coach img { width: 94%; transform: translate(-50%, -53%); }
.vehicle-media--minibus img { width: 66%; }
.vehicle-media--van img { left: 3%; }
.vehicle-card:hover .vehicle-media--coach img,
.vehicle-card:hover .vehicle-media--minibus img { transform: translate(-50%, -50%) scale(1.025); }
.vehicle-card:hover .vehicle-media--coach img { transform: translate(-50%, -53%) scale(1.025); }
.vehicle-info { padding: 23px 25px 24px; }
.vehicle-audience { margin-bottom: 7px; display: flex; align-items: flex-start; justify-content: flex-end; gap: 12px; color: rgba(255,255,255,.68); font-size: 10px; }
.vehicle-audience b { flex: 0 0 auto; color: var(--gold-bright); font-weight: 500; }
.vehicle-info > p { margin: 0 0 3px; color: var(--gold-bright); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.vehicle-info h3 { margin: 0 0 11px; font-family: Georgia, "Noto Serif Thai", serif; font-size: 31px; font-weight: 500; }
.vehicle-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.vehicle-tags span { padding: 3px 8px; border: 1px solid rgba(255,255,255,.25); font-size: 9px; }
.vehicle-info a { margin-top: 20px; padding-top: 15px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.22); font-size: 11px; font-weight: 800; }
.vehicle-info a b { color: var(--gold-bright); font-size: 15px; }

.safety-section { padding: 0; color: white; background: var(--navy); }
.safety-grid { width: 100%; max-width: none; display: grid; grid-template-columns: 1.08fr .92fr; }
.safety-visual { position: relative; min-height: 720px; }
.safety-main { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.04); }
.safety-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 60%, rgba(13,34,48,.55)); }
.certificate-card { position: absolute; z-index: 2; right: -52px; bottom: 60px; width: 310px; padding: 15px; display: flex; align-items: center; gap: 14px; color: var(--ink); background: white; box-shadow: 0 25px 60px rgba(0,0,0,.27); }
.certificate-card img { width: 78px; height: 78px; object-fit: cover; }
.certificate-card p { margin: 0; line-height: 1.35; }
.certificate-card small, .certificate-card strong, .certificate-card span { display: block; }
.certificate-card small, .certificate-card span { color: var(--muted); font-size: 9px; }
.certificate-card strong { margin: 4px 0; font-size: 15px; }
.certificate-card.certificate-inline { position: static; right: auto; bottom: auto; width: 100%; margin: 0 0 28px; border-left: 3px solid var(--gold); box-shadow: none; }
.vertical-label { position: absolute; z-index: 2; top: 45px; left: 33px; padding: 6px 9px; color: white; background: rgba(7,24,34,.76); font-size: 8px; letter-spacing: .2em; writing-mode: vertical-rl; }
.safety-copy { padding: 92px 10% 80px 12%; }
.safety-copy h2 { color: white; }
.safety-copy .lead { max-width: 500px; margin: 24px 0 34px; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.9; }
.safety-list { border-top: 1px solid rgba(255,255,255,.15); }
.safety-list > div { padding: 20px 0; display: flex; gap: 23px; border-bottom: 1px solid rgba(255,255,255,.15); }
.safety-list > div > span { color: var(--gold-bright); font-family: Georgia, serif; font-size: 13px; }
.safety-list p { margin: 0; }
.safety-list strong, .safety-list small { display: block; }
.safety-list strong { font-size: 13px; }
.safety-list small { margin-top: 4px; color: rgba(255,255,255,.45); font-size: 10px; }
.text-link { margin-top: 28px; display: inline-flex; gap: 30px; color: var(--gold-bright); font-size: 12px; font-weight: 800; }

.story-section { background: var(--paper); }
.story-heading { margin-bottom: 48px; display: grid; grid-template-columns: .95fr 1.05fr; gap: 85px; align-items: end; }
.story-heading h2 { margin: 16px 0 0; font-family: Georgia, "Noto Serif Thai", serif; font-size: clamp(38px, 3.55vw, 54px); font-weight: 500; line-height: 1.16; letter-spacing: -.035em; }
.story-heading > p { max-width: 580px; margin: 0 0 6px; color: var(--muted); font-size: 13px; line-height: 1.95; }
.story-feature { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: start; }
.story-photos { min-width: 0; display: grid; gap: 14px; }
.story-photo { position: relative; margin: 0; overflow: hidden; background: #d8d8d2; box-shadow: 0 18px 45px rgba(9,27,38,.12); }
.story-photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.story-photo figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 38px 22px 19px; display: grid; gap: 3px; color: white; background: linear-gradient(transparent, rgba(5,19,27,.9)); }
.story-photo figcaption small { color: var(--gold-bright); font-size: 8px; font-weight: 800; letter-spacing: .15em; }
.story-photo figcaption strong { font-size: 12px; }
.story-timeline { border-top: 1px solid var(--line); }
.story-timeline article { padding: 21px 0; display: grid; grid-template-columns: 88px 1fr; gap: 22px; border-bottom: 1px solid var(--line); }
.story-timeline time { color: #a27521; font-family: Georgia, "Noto Serif Thai", serif; font-size: 17px; line-height: 1.35; }
.story-timeline h3 { margin: 0 0 5px; font-size: 13px; }
.story-timeline p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.75; }

.cta-section { padding: 85px 0; color: white; background: #091b26; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 70px; }
.cta-section h2 { margin: 15px 0 0; font-family: Georgia, "Noto Serif Thai", serif; font-size: clamp(40px, 4.2vw, 62px); font-weight: 500; line-height: 1.13; }
.cta-actions { min-width: 310px; display: grid; gap: 22px; }
.phone-link { display: grid; padding-left: 4px; }
.phone-link small { color: rgba(255,255,255,.48); font-size: 10px; }
.phone-link strong { color: white; font-family: Georgia, serif; font-size: 27px; font-weight: 400; letter-spacing: .025em; }

.footer { padding: 65px 0 20px; color: rgba(255,255,255,.62); background: #06151e; }
.footer-grid { display: grid; grid-template-columns: 1.6fr .55fr .7fr 1fr; gap: 60px; }
.footer-brand { color: white; }
.footer-grid > div:first-child > p { margin: 22px 0 0; font-size: 11px; line-height: 1.9; }
.footer h3 { margin: 0 0 18px; color: white; font-size: 11px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid > div:not(:first-child) a, .footer-grid > div:not(:first-child) p { margin: 0 0 9px; font-size: 10px; }
.footer-bottom { margin-top: 50px; padding-top: 18px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); font-size: 9px; }
.floating-line { position: fixed; z-index: 30; right: 20px; bottom: 20px; min-width: 105px; padding: 10px 15px; display: flex; align-items: center; gap: 9px; color: white; border-radius: 99px; background: #06c755; box-shadow: 0 13px 28px rgba(0,0,0,.2); }
.floating-line span { font-size: 12px; font-weight: 900; }
.floating-line small { padding-left: 8px; border-left: 1px solid rgba(255,255,255,.35); font-size: 9px; }
.mobile-contact-bar { display: none; }
.toast { position: fixed; z-index: 100; right: 22px; bottom: 82px; width: 320px; padding: 16px 18px; display: grid; color: white; background: var(--navy); box-shadow: var(--shadow); opacity: 0; transform: translateY(18px); pointer-events: none; transition: .3s ease; }
.toast.show { opacity: 1; transform: translateY(0); }
.toast strong { font-size: 12px; }
.toast span { margin-top: 2px; color: rgba(255,255,255,.58); font-size: 9px; }
.reveal { animation: rise .85s ease both; }
.quote-card.reveal { animation-delay: .12s; }

@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes heroZoom { from { transform: scale(1.08); } to { transform: scale(1.02); } }

@media (max-width: 1040px) {
  .brand-copy { display: none; }
  .main-menu { gap: 20px; }
  .hero-grid { grid-template-columns: 1fr 370px; gap: 38px; }
  .hero h1 { font-size: 58px; }
  .assurance-grid { grid-template-columns: repeat(2, 1fr); padding: 20px 0; }
  .assurance-grid > div { margin: 8px 0; padding-left: 24px; }
  .assurance-grid > div:nth-child(odd) { padding-left: 0; border-left: 0; }
  .assurance-grid > div:nth-child(even) { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.12); }
  .assurance-grid > div:nth-child(n + 3) { border-top: 1px solid rgba(255,255,255,.12); }
  .story-heading { gap: 50px; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 32px, 680px); }
  .announcement-inner > span { display: none; }
  .announcement-inner { justify-content: center; }
  .navbar { height: 74px; }
  .brand img { width: 80px; }
  .menu-button { display: block; }
  .main-menu { position: absolute; top: 112px; left: 16px; right: 16px; padding: 18px; display: none; flex-direction: column; align-items: stretch; gap: 0; color: var(--ink); background: white; box-shadow: var(--shadow); }
  .main-menu.open { display: flex; }
  .main-menu a { padding: 11px 8px; }
  .nav-cta { margin-top: 8px; color: white; text-align: center; background: var(--navy); }
  .hero { min-height: auto; }
  .hero-grid { padding: 170px 0 76px; grid-template-columns: 1fr; gap: 30px; }
  .hero-copy { padding: 0; }
  .hero h1 { font-size: clamp(46px, 13vw, 68px); }
  .hero-copy > p { font-size: 15px; }
  .quote-card { margin: 0; }
  .scroll-cue { display: none; }
  .split-heading { grid-template-columns: 1fr; gap: 20px; }
  .fleet-grid { grid-template-columns: 1fr 1fr; }
  .vehicle-large { grid-column: 1 / -1; }
  .safety-grid { grid-template-columns: 1fr; }
  .safety-visual { min-height: 520px; }
  .certificate-card { right: 18px; bottom: 24px; }
  .safety-copy { padding: 80px max(24px, calc((100vw - 680px) / 2)); }
  .story-heading { grid-template-columns: 1fr; gap: 20px; }
  .story-feature { grid-template-columns: 1fr; gap: 34px; }
  .story-photos { grid-template-columns: 1fr 1fr; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .cta-actions { width: 100%; }
  .footer-grid { grid-template-columns: 1.3fr 1fr; }
}

@media (max-width: 560px) {
  .announcement-links { width: 100%; justify-content: space-between; }
  .hero-media { background-position: 58% 50%; }
  .hero-shade { background: linear-gradient(90deg, rgba(6,19,27,.95), rgba(6,19,27,.62)); }
  .hero-grid { padding-top: 144px; }
  .hero h1 { font-size: 48px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-trust { gap: 0; }
  .hero-trust > div { padding-right: 10px; }
  .hero-trust > div + div { padding-left: 13px; }
  .hero-trust strong { font-size: 21px; }
  .hero-trust span { font-size: 8px; }
  .field-row { grid-template-columns: 1fr; }
  .assurance-grid { grid-template-columns: 1fr; }
  .assurance-grid > div { padding: 10px 0; border-left: 0 !important; border-bottom: 1px solid rgba(255,255,255,.1); }
  .section { padding: 78px 0; }
  .section h2 { font-size: 40px; }
  .fleet-grid { grid-template-columns: 1fr; }
  .vehicle-large { grid-column: auto; }
  .vehicle-card { min-height: 410px; }
  .safety-visual { min-height: 420px; }
  .certificate-card { left: 18px; right: 18px; width: auto; }
  .safety-copy { padding: 70px 24px; }
  .story-heading { margin-bottom: 30px; }
  .story-heading h2 { font-size: 37px; }
  .story-heading > p { font-size: 12px; line-height: 1.8; }
  .story-photos { margin-inline: 0; padding: 0; display: grid; grid-template-columns: 1fr; gap: 22px; overflow: visible; }
  .story-photo { width: 100%; }
  .story-timeline article { grid-template-columns: 72px 1fr; gap: 15px; }
  .cta-section h2 { font-size: 41px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 25px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { gap: 8px; flex-direction: column; }
  .toast { left: 16px; right: 16px; width: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Home: amenities, engineering, organizational clients and insurance */
.amenities-section { background: var(--paper); }
.amenities-heading { grid-template-columns: 1fr; }
.amenities-heading > div { max-width: 760px; }
.amenities-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.amenities-grid article { min-height: 185px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; transition: background .25s ease, transform .25s ease; }
.amenities-grid article:hover { z-index: 1; background: #fffdf7; transform: translateY(-3px); }
.amenity-mark { width: 64px; height: 64px; display: grid; place-items: center; padding: 0; color: #9b721d; background: #f8f1e2; border: 1px solid rgba(155,114,29,.18); border-radius: 14px; }
.amenity-mark svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.amenity-mark--water svg { width: 36px; height: 36px; }
.amenities-grid h3 { margin: 22px 0 5px; font-size: 15px; }
.amenities-grid p { margin: 0; color: var(--muted); font-size: 11px; }
.amenities-note { margin: 15px 0 0; color: var(--muted); font-size: 9px; text-align: right; }
.safety-pills { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 7px; }
.safety-pills span { padding: 6px 9px; color: var(--gold-bright); border: 1px solid rgba(236,198,108,.27); font-size: 9px; }
.engineering-section { background: var(--cream); }
.engineering-grid { display: grid; grid-template-columns: 1fr 1fr; column-gap: 45px; border-top: 1px solid var(--line); }
.engineering-grid article { padding: 22px 0 24px; border-bottom: 1px solid var(--line); }
.engineering-item-heading { min-height: 30px; display: grid; grid-template-columns: 36px 1fr; align-items: baseline; gap: 12px; }
.engineering-item-heading span { color: #9b721d; font-size: 10px; }
.engineering-item-heading strong { font-size: 13px; line-height: 1.55; }
.engineering-grid article p { margin: 10px 26px 0 48px; color: var(--muted); font-size: 11px; line-height: 1.8; }
.supplier-showcase { margin-top: 54px; padding: 30px; border: 1px solid var(--line); background: rgba(255,255,255,.58); }
.supplier-heading { margin-bottom: 24px; }
.supplier-heading small { color: #9b721d; font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.supplier-heading h3 { margin: 5px 0 0; font-size: 20px; }
.supplier-logos { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); background: white; }
.supplier-logo { box-sizing: border-box; min-width: 0; height: 105px; padding: 18px; display: grid; place-items: center; overflow: hidden; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.supplier-logo img { width: auto; height: auto; max-width: 150px; max-height: 62px; object-fit: contain; mix-blend-mode: multiply; }
.customer-section { overflow: hidden; background: #f2eee5; }
.customer-heading { margin-bottom: 42px; display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: start; }
.customer-heading h2 { margin-bottom: 0; }
.customer-copy { padding-top: 4px; }
.customer-copy p { max-width: 690px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.9; }
.customer-copy .customer-lead { margin-bottom: 14px; color: var(--ink); font-size: 14px; }
.customer-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.customer-photo { margin: 0; overflow: hidden; background: #d9d5cc; }
.customer-photo.portrait { aspect-ratio: 3 / 4; }
.customer-photo.landscape { aspect-ratio: 16 / 9; }
.customer-photo img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease; }
.customer-photo:hover img { transform: scale(1.025); }
.clients-section { color: white; background: #0d2230; }
.clients-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 100px; align-items: center; }
.clients-copy h2 { color: white; }
.clients-copy > p { max-width: 540px; margin: 24px 0 30px; color: rgba(255,255,255,.63); font-size: 13px; line-height: 1.95; }
.document-panel { padding: 32px; color: var(--ink); background: var(--paper); box-shadow: var(--shadow); }
.document-head { padding-bottom: 18px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.document-head span { font-size: 14px; font-weight: 700; }
.document-head small { color: var(--muted); font-size: 9px; }
.document-panel ul { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; list-style: none; }
.document-panel li { min-height: 55px; padding: 0 10px; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid var(--line); font-size: 11px; }
.document-panel li:nth-child(odd) { border-right: 1px solid var(--line); }
.document-panel li span { color: #a27521; font-size: 9px; }
.document-panel > p { margin: 18px 0 0; color: var(--muted); font-size: 9px; }
.insurance-section { padding: 62px 0; background: #efe7d6; }
.insurance-inner { display: grid; grid-template-columns: 80px 1.15fr .85fr; gap: 32px; align-items: center; }
.insurance-mark { width: 64px; height: 64px; display: grid; place-items: center; color: #a27521; border: 1px solid rgba(162,117,33,.38); border-radius: 50%; font-size: 30px; font-weight: 300; }
.insurance-inner h2 { margin: 8px 0 5px; font-size: 25px; line-height: 1.35; }
.insurance-inner p { margin: 0; color: var(--muted); font-size: 11px; }
.insurance-note { padding: 20px 22px; display: grid; gap: 5px; border-left: 2px solid var(--gold); background: rgba(255,255,255,.55); }
.insurance-note strong { font-size: 10px; }
.insurance-note span { color: var(--muted); font-size: 10px; line-height: 1.7; }

@media (max-width: 820px) {
  .amenities-grid { grid-template-columns: 1fr 1fr; }
  .supplier-logos { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .customer-heading { grid-template-columns: 1fr; gap: 22px; }
  .customer-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .clients-grid { grid-template-columns: 1fr; gap: 45px; }
  .insurance-inner { grid-template-columns: 64px 1fr; }
  .insurance-note { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .amenities-grid, .engineering-grid { grid-template-columns: 1fr; }
  .amenities-grid article { min-height: 150px; }
  .customer-heading { margin-bottom: 28px; gap: 16px; }
  .customer-copy p { font-size: 11px; line-height: 1.78; }
  .customer-copy .customer-lead { margin-bottom: 12px; font-size: 12px; }
  .customer-gallery { margin-right: -16px; padding-right: 16px; display: flex; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .customer-gallery::-webkit-scrollbar { display: none; }
  .customer-photo, .customer-photo.portrait, .customer-photo.landscape { flex: 0 0 82%; aspect-ratio: 4 / 3; scroll-snap-align: start; }
  .document-panel { padding: 22px; }
  .document-head { align-items: flex-start; flex-direction: column; gap: 3px; }
  .document-panel ul { grid-template-columns: 1fr; }
  .document-panel li:nth-child(odd) { border-right: 0; }
  .insurance-inner { grid-template-columns: 1fr; }
  .insurance-mark { width: 54px; height: 54px; }
}

/* Fleet catalog and individual vehicle pages */
.inner-page { background: var(--paper); }
.inner-header { position: relative; color: white; background: #081a25; }
.inner-header .navbar { height: 82px; }
.inner-header .main-menu .active { color: var(--gold-bright); }
.fleet-hero { padding: 88px 0 92px; color: white; background: radial-gradient(circle at 78% 15%, rgba(215,168,75,.13), transparent 27%), #0d2230; }
.breadcrumbs { margin-bottom: 52px; display: flex; gap: 10px; color: rgba(255,255,255,.52); font-size: 10px; }
.breadcrumbs strong { color: var(--gold-bright); font-weight: 700; }
.fleet-hero h1 { margin: 20px 0; font-family: Georgia, "Noto Serif Thai", serif; font-size: clamp(48px, 6vw, 76px); font-weight: 500; line-height: 1.12; letter-spacing: -.045em; }
.fleet-hero h1 em { color: var(--gold-bright); font-style: normal; }
.fleet-hero > .container > p { max-width: 620px; margin: 0; color: rgba(255,255,255,.62); font-size: 14px; }
.fleet-catalog { padding-top: 0; }
.catalog-tabs { margin-top: -35px; display: grid; grid-template-columns: repeat(3, 1fr); color: var(--ink); background: white; box-shadow: 0 15px 45px rgba(9,27,38,.1); }
.catalog-tab { min-height: 74px; padding: 0 24px; display: flex; align-items: center; gap: 14px; border: 0; border-right: 1px solid var(--line); color: #4e595f; background: white; cursor: pointer; text-align: left; }
.catalog-tab span { color: #ac7e28; font-family: Georgia, serif; font-size: 12px; }
.catalog-tab small { margin-left: auto; color: #9aa0a3; font-size: 9px; }
.catalog-tab.active { color: white; background: var(--navy); }
.catalog-tab.active small { color: rgba(255,255,255,.5); }
.catalog-heading { margin: 75px 0 32px; display: flex; align-items: flex-end; justify-content: space-between; }
.catalog-heading p { margin: 0; color: #a27521; font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.catalog-heading h2 { margin: 5px 0 0; font-size: 44px; }
.catalog-heading > span { padding-bottom: 8px; color: var(--muted); font-size: 11px; }
.catalog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.catalog-card { display: block; background: white; box-shadow: 0 8px 30px rgba(9,27,38,.06); transition: transform .25s ease, box-shadow .25s ease; }
.catalog-card:hover { transform: translateY(-5px); box-shadow: 0 18px 45px rgba(9,27,38,.13); }
.catalog-image { position: relative; height: 265px; overflow: hidden; padding: 12px; background: #f2f2f7; }
.catalog-image img { width: 100%; height: 100%; object-fit: contain; object-position: center; transition: transform .5s ease; }
.catalog-card:hover .catalog-image img { transform: scale(1.02); }
.catalog-image > span { position: absolute; top: 15px; right: 15px; width: 35px; height: 35px; display: grid; place-items: center; color: white; background: rgba(9,27,38,.78); font-family: Georgia, serif; font-size: 11px; }
.catalog-card-info { min-height: 118px; padding: 20px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 10px; }
.catalog-card-info small { color: #a27521; font-size: 8px; letter-spacing: .12em; }
.catalog-card-info h3 { margin: 2px 0 0; font-family: Georgia, serif; font-size: 29px; font-weight: 500; }
.catalog-card-info p { margin: 0; color: var(--muted); font-size: 9px; line-height: 1.6; }
.catalog-card-info b { color: #a27521; font-size: 17px; }
.compact-footer { padding-top: 10px; }
.compact-footer .footer-bottom { margin-top: 0; }
.back-to-fleet { padding: 10px 15px; border: 1px solid rgba(255,255,255,.28); font-size: 11px; }

.detail-hero { position: relative; height: 440px; color: white; overflow: hidden; background: #0d2230; }
.detail-pattern { position: absolute; inset: 0; opacity: .8; background: radial-gradient(circle at 76% 24%, rgba(236,198,108,.16), transparent 25%), linear-gradient(125deg, transparent 0 58%, rgba(255,255,255,.025) 58% 59%, transparent 59%); }
.detail-hero-content { position: relative; z-index: 2; height: 100%; padding-bottom: 55px; display: flex; flex-direction: column; justify-content: flex-end; }
.detail-hero-content .breadcrumbs { margin-bottom: auto; padding-top: 34px; }
.vehicle-code { width: max-content; margin-bottom: 14px; padding: 5px 11px; color: var(--navy); background: var(--gold-bright); font-family: Georgia, serif; font-size: 13px; }
.detail-hero-content > p { margin: 0; color: var(--gold-bright); font-size: 9px; font-weight: 800; letter-spacing: .17em; }
.detail-hero-content h1 { margin: 6px 0 18px; font-family: Georgia, "Noto Serif Thai", serif; font-size: clamp(46px, 6vw, 78px); font-weight: 500; line-height: 1.1; }
.detail-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.detail-tags span { padding: 5px 10px; border: 1px solid rgba(255,255,255,.34); font-size: 9px; }
.detail-index { position: absolute; right: 0; bottom: -38px; color: rgba(255,255,255,.035); font-family: Georgia, serif; font-size: clamp(180px, 26vw, 360px); line-height: .8; pointer-events: none; }
.detail-grid { display: grid; grid-template-columns: .74fr 1.26fr; gap: 80px; align-items: start; }
.detail-copy { position: sticky; top: 20px; }
.detail-copy h2 { font-size: 48px; }
.detail-copy > p { margin: 24px 0; color: var(--muted); font-size: 13px; line-height: 1.9; }
.detail-features { margin: 25px 0; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.detail-features > div { padding: 15px 5px; display: flex; align-items: flex-start; gap: 13px; border-bottom: 1px solid var(--line); }
.detail-features > div:nth-child(n + 5) { grid-column: 1 / -1; }
.detail-features span { color: #a27521; font-family: Georgia, serif; font-size: 10px; }
.detail-features strong { font-size: 11px; }
.detail-feature-copy { display: grid; gap: 6px; }
.detail-feature-copy strong { line-height: 1.45; }
.detail-feature-copy small { color: var(--muted); font-size: 10px; line-height: 1.65; }
.detail-gallery-wrap { min-width: 0; }
.gallery-heading { margin-bottom: 14px; padding-bottom: 13px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.gallery-heading span { font-size: 12px; font-weight: 800; }
.gallery-heading small { color: var(--muted); font-size: 9px; }
.detail-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.gallery-item { position: relative; height: 285px; padding: 12px; overflow: hidden; border: 0; background: #f2f2f7; cursor: zoom-in; }
.gallery-item:nth-child(3n + 1) { grid-column: 1 / -1; height: 400px; padding: 18px; }
.gallery-item img { width: 100%; height: 100%; object-fit: contain; object-position: center; transition: transform .45s ease; }
.gallery-item:hover img { transform: scale(1.02); }
.gallery-zoom { position: absolute; right: 13px; bottom: 13px; padding: 7px 10px; color: white; background: rgba(7,24,34,.78); font-size: 9px; font-weight: 800; letter-spacing: .03em; opacity: 0; transform: translateY(5px); transition: .2s ease; }
.gallery-item:hover .gallery-zoom, .gallery-item:focus-visible .gallery-zoom { opacity: 1; transform: translateY(0); }
.lightbox[hidden] { display: none; }
.lightbox { position: fixed; z-index: 200; inset: 0; display: grid; place-items: center; padding: 28px; }
.lightbox-backdrop { position: absolute; inset: 0; background: rgba(2,10,15,.88); backdrop-filter: blur(8px); }
.lightbox-panel { position: relative; z-index: 1; width: min(1120px, 94vw); max-height: 94vh; padding: 16px 18px 12px; display: grid; color: white; background: #0b1c27; box-shadow: 0 35px 100px rgba(0,0,0,.55); }
.lightbox-toolbar { min-height: 45px; display: flex; align-items: flex-start; justify-content: space-between; }
.lightbox-toolbar > div { display: flex; align-items: baseline; gap: 15px; }
.lightbox-toolbar small { color: rgba(255,255,255,.62); font-size: 10px; }
.lightbox-toolbar strong { color: var(--gold-bright); font-family: Georgia, serif; font-size: 13px; font-weight: 400; }
.lightbox-close { width: 36px; height: 36px; display: grid; place-items: center; color: white; border: 1px solid rgba(255,255,255,.24); background: transparent; font-size: 25px; font-weight: 200; line-height: 1; cursor: pointer; }
.lightbox-stage { position: relative; min-height: 0; display: grid; grid-template-columns: 48px minmax(0, 1fr) 48px; align-items: center; gap: 14px; }
.lightbox-stage img { width: 100%; height: min(74vh, 760px); object-fit: contain; background: white; }
.lightbox-arrow { width: 45px; height: 45px; display: grid; place-items: center; color: white; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(255,255,255,.05); cursor: pointer; transition: .2s ease; }
.lightbox-arrow:hover { color: var(--navy); border-color: var(--gold-bright); background: var(--gold-bright); }
.lightbox-caption { margin: 10px 0 0; color: rgba(255,255,255,.55); font-size: 9px; text-align: center; }
.lightbox-open { overflow: hidden; }
.next-vehicle { padding: 55px 0; color: white; background: var(--navy); }
.next-vehicle .container { display: flex; align-items: center; justify-content: space-between; }
.next-vehicle p { margin: 0; color: rgba(255,255,255,.48); font-size: 11px; }
.next-vehicle a { display: flex; align-items: center; gap: 30px; }
.next-vehicle a span { color: var(--gold-bright); font-family: Georgia, serif; font-size: 38px; }
.next-vehicle a strong { font-size: 11px; }

@media (max-width: 820px) {
  .inner-header .main-menu { top: 112px; }
  .catalog-grid { grid-template-columns: 1fr 1fr; }
  .detail-grid { grid-template-columns: 1fr; }
  .detail-copy { position: static; }
}

@media (max-width: 560px) {
  .fleet-hero { padding: 60px 0 76px; }
  .fleet-hero .breadcrumbs { margin-bottom: 38px; }
  .fleet-hero h1 { font-size: 43px; }
  .catalog-tabs { margin-top: -26px; grid-template-columns: 1fr; }
  .catalog-tab { min-height: 58px; border-right: 0; border-bottom: 1px solid var(--line); }
  .catalog-heading { margin: 55px 0 25px; }
  .catalog-heading h2 { font-size: 37px; }
  .catalog-grid { grid-template-columns: 1fr; }
  .catalog-image { height: 250px; }
  .detail-hero { height: 420px; }
  .detail-hero-content { padding-bottom: 42px; }
  .detail-hero-content h1 { font-size: 44px; }
  .detail-index { right: -20px; bottom: -12px; font-size: 150px; }
  .detail-content { padding-top: 70px; }
  .detail-copy h2 { font-size: 40px; }
  .detail-gallery { grid-template-columns: 1fr; }
  .gallery-item, .gallery-item:nth-child(3n + 1) { grid-column: auto; height: 255px; }
  .gallery-zoom { opacity: 1; transform: none; }
  .lightbox { padding: 12px; }
  .lightbox-panel { width: 100%; max-height: 96vh; padding: 12px; }
  .lightbox-stage { grid-template-columns: 38px minmax(0, 1fr) 38px; gap: 6px; }
  .lightbox-stage img { height: min(72vh, 600px); }
  .lightbox-arrow { width: 36px; height: 36px; }
  .next-vehicle .container { align-items: flex-start; flex-direction: column; gap: 18px; }
}

/* Brand typography: use Sarabun consistently across every page and control. */
body, body * { font-family: "Sarabun", "Leelawadee UI", Tahoma, sans-serif !important; }

/* Mobile-first customer journey */
@media (max-width: 640px) {
  body { padding-bottom: calc(64px + env(safe-area-inset-bottom)); }
  .container { width: calc(100% - 32px); }
  .announcement-inner { height: 32px; }
  .announcement-links { font-size: 10px; }
  .navbar, .inner-header .navbar { height: 64px; }
  .brand img { width: 74px; }
  .menu-button { width: 46px; height: 46px; }
  .main-menu, .inner-header .main-menu { top: 96px; }

  .hero-media { background-position: 61% 50%; }
  .hero-shade { background: linear-gradient(90deg, rgba(6,19,27,.96), rgba(6,19,27,.64)); }
  .hero-grid { padding: 112px 0 34px; gap: 24px; }
  .hero-copy { max-width: 100%; }
  .eyebrow { gap: 9px; font-size: 9px; letter-spacing: .13em; }
  .eyebrow span { width: 25px; }
  .hero h1 { margin: 17px 0 14px; font-size: clamp(38px, 11.5vw, 48px); line-height: 1.08; }
  .hero-copy > p { font-size: 14px; line-height: 1.68; }
  .hero-actions { margin-top: 22px; display: grid; grid-template-columns: 1.12fr .88fr; gap: 8px; }
  .button { min-height: 48px; padding: 0 13px; gap: 8px; font-size: 12px; }
  .play-icon { display: none; }
  .hero-trust { margin-top: 24px; padding-top: 16px; }
  .hero-trust > div { padding-right: 8px; }
  .hero-trust > div + div { padding-left: 10px; }
  .hero-trust strong { font-size: 19px; }
  .hero-trust span { margin-top: 2px; font-size: 8px; line-height: 1.35; }
  .quote-card { padding: 20px; box-shadow: 0 14px 35px rgba(5,15,22,.22); }
  .quote-head { padding-bottom: 14px; }
  .quote-head h2 { font-size: 20px; }
  .quote-card form { gap: 13px; padding-top: 15px; }
  .field-row { grid-template-columns: 1fr; gap: 13px; }
  .quote-card input, .quote-card select { height: 48px; font-size: 16px; }

  .assurance-grid { grid-template-columns: 1fr 1fr; padding: 12px 0; }
  .assurance-grid > div { min-height: 78px; margin: 0; padding: 10px 9px; display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: start; gap: 9px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .assurance-grid > div:nth-child(odd) { border-left: 0 !important; }
  .assurance-grid > div:nth-child(even) { padding-left: 9px; border-left: 1px solid rgba(255,255,255,.1) !important; }
  .assurance-icon { width: 42px; height: 42px; margin-top: 2px; }
  .assurance-icon svg { width: 26px; height: 26px; }
  .assurance-grid strong { font-size: 10px; line-height: 1.35; }
  .assurance-grid small { font-size: 8px; line-height: 1.35; }

  .section { padding: 58px 0; }
  .section-intro { margin-bottom: 28px; }
  .split-heading { gap: 13px; }
  .section h2 { margin-top: 11px; font-size: 34px; line-height: 1.15; }
  .split-heading > p { margin: 0; font-size: 12px; line-height: 1.72; }

  .fleet-grid { grid-template-columns: 1fr; gap: 14px; }
  .vehicle-large { grid-column: auto; }
  .vehicle-card { min-height: 0; }
  .vehicle-media { height: auto; aspect-ratio: 2.55 / 1; }
  .vehicle-media--coach,
  .vehicle-media--minibus { aspect-ratio: 2.32 / 1; }
  .vehicle-media--coach img { transform: translate(-50%, -56%); }
  .vehicle-media--minibus img { transform: translate(-50%, -53%); }
  .vehicle-card:hover .vehicle-media--coach img { transform: translate(-50%, -56%) scale(1.025); }
  .vehicle-card:hover .vehicle-media--minibus img { transform: translate(-50%, -53%) scale(1.025); }
  .vehicle-media--van { aspect-ratio: 2.32 / 1; }
  .vehicle-media--van img { top: 50%; left: 50%; width: 92%; transform: translate(-50%, -50%); }
  .vehicle-card:hover .vehicle-media--van img { transform: translate(-50%, -50%) scale(1.025); }
  .vehicle-info { padding: 18px 20px 19px; }
  .vehicle-audience { margin-bottom: 6px; font-size: 9px; }
  .vehicle-info > p { font-size: 11px; }
  .vehicle-info h3 { margin-bottom: 8px; font-size: 27px; }
  .vehicle-info a { margin-top: 14px; padding-top: 12px; min-height: 38px; align-items: center; }

  .amenities-grid { grid-template-columns: 1fr 1fr; }
  .amenities-grid article { min-height: 132px; padding: 17px 15px; }
  .amenity-mark { width: 56px; height: 56px; border-radius: 12px; }
  .amenity-mark svg { width: 32px; height: 32px; }
  .amenity-mark--water svg { width: 34px; height: 34px; }
  .amenities-grid h3 { margin: 14px 0 4px; font-size: 12px; }
  .amenities-grid p { font-size: 9px; line-height: 1.55; }
  .amenities-note { text-align: left; }

  .safety-visual { min-height: 320px; }
  .vertical-label { top: 24px; left: 18px; }
  .certificate-card { bottom: 16px; padding: 10px; }
  .certificate-card img { width: 62px; height: 62px; }
  .safety-copy { padding: 52px 16px; }
  .safety-copy .lead { margin: 18px 0 25px; font-size: 12px; line-height: 1.75; }
  .safety-list > div { padding: 16px 0; gap: 15px; }

  .engineering-grid { grid-template-columns: 1fr; }
  .engineering-grid article { padding: 18px 0 20px; }
  .engineering-grid article p { margin-left: 48px; margin-right: 10px; }
  .supplier-showcase { margin-top: 35px; padding: 18px 0 18px 16px; overflow: hidden; }
  .supplier-heading { margin: 0 16px 17px 0; display: block; }
  .supplier-heading h3 { font-size: 17px; }
  .supplier-logos { padding-right: 16px; display: flex; gap: 9px; overflow-x: auto; border: 0; background: transparent; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .supplier-logos::-webkit-scrollbar { display: none; }
  .supplier-logo { flex: 0 0 43%; height: 82px; padding: 14px; border: 1px solid var(--line); background: white; scroll-snap-align: start; }
  .supplier-logo img { max-width: 120px; max-height: 50px; }
  .clients-grid { gap: 30px; }
  .clients-copy > p { margin: 18px 0 24px; font-size: 12px; line-height: 1.78; }
  .document-panel { padding: 18px; }
  .document-panel li { min-height: 51px; padding: 0 4px; }
  .insurance-section { padding: 45px 0; }
  .insurance-inner { gap: 18px; }
  .story-copy > p { font-size: 12px; line-height: 1.8; }
  .cta-section { padding: 54px 0; }
  .cta-inner { gap: 28px; }
  .cta-section h2 { font-size: 35px; }
  .footer { padding-top: 48px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px 20px; }

  .floating-line { display: none; }
  .mobile-contact-bar { position: fixed; z-index: 190; right: 0; bottom: 0; left: 0; height: calc(64px + env(safe-area-inset-bottom)); padding-bottom: env(safe-area-inset-bottom); display: grid; grid-template-columns: 1fr 1fr; color: white; background: #0b202c; box-shadow: 0 -8px 28px rgba(4,15,22,.22); }
  .mobile-contact-bar a { min-width: 0; min-height: 64px; padding: 8px 14px; display: flex; align-items: center; justify-content: center; gap: 8px; }
  .mobile-contact-bar a + a { border-left: 1px solid rgba(255,255,255,.16); }
  .mobile-contact-bar span { color: var(--gold-bright); font-size: 9px; font-weight: 800; }
  .mobile-contact-bar strong { font-size: 13px; }
  .mobile-contact-bar .mobile-line { background: #06a848; }
  .mobile-contact-bar .mobile-line span { color: white; }
  .toast { bottom: 78px; }

  .fleet-hero { padding: 46px 0 60px; }
  .fleet-hero .breadcrumbs { margin-bottom: 30px; }
  .fleet-hero h1 { font-size: 38px; }
  .fleet-hero > .container > p { font-size: 12px; }
  .catalog-tabs { margin-top: -24px; grid-template-columns: repeat(3, 1fr); }
  .catalog-tab { min-height: 62px; padding: 8px; display: grid; grid-template-columns: auto 1fr; gap: 3px 6px; font-size: 10px; line-height: 1.25; }
  .catalog-tab small { display: none; }
  .catalog-heading { margin: 44px 0 22px; }
  .catalog-heading h2 { font-size: 32px; }
  .catalog-heading > span { font-size: 9px; }
  .catalog-image { height: 155px; }
  .catalog-card-info { min-height: 105px; padding: 16px; }

  .detail-hero { height: 330px; }
  .detail-hero-content { padding-bottom: 30px; }
  .detail-hero-content .breadcrumbs { padding-top: 24px; }
  .detail-hero-content h1 { margin-bottom: 13px; font-size: 38px; }
  .detail-index { font-size: 130px; }
  .detail-content { padding-top: 45px; }
  .detail-grid { display: flex; flex-direction: column; gap: 38px; }
  .detail-gallery-wrap { order: 1; width: 100%; }
  .detail-copy { order: 2; }
  .detail-copy h2 { font-size: 34px; }
  .detail-copy > p { margin: 18px 0; font-size: 12px; line-height: 1.75; }
  .gallery-heading { align-items: flex-start; gap: 8px; }
  .gallery-heading small { max-width: 125px; text-align: right; }
  .detail-gallery { margin-inline: 0; padding: 0; display: grid; grid-template-columns: 1fr; gap: 10px; overflow: visible; }
  .gallery-item, .gallery-item:nth-child(3n + 1) { grid-column: auto; width: 100%; height: 238px; padding: 10px; }
  .gallery-zoom { opacity: 1; transform: none; }
  .next-vehicle { padding: 38px 0; }
  .next-vehicle a { width: 100%; justify-content: space-between; }
  .lightbox { padding: 8px; }
  .lightbox-panel { padding: 10px; }
  .lightbox-stage { grid-template-columns: 34px minmax(0, 1fr) 34px; gap: 4px; }
  .lightbox-stage img { width: auto; max-width: 100%; height: auto; max-height: 68dvh; justify-self: center; background: transparent; }
  .lightbox-arrow { width: 32px; height: 42px; border-radius: 4px; }
}

/* Document examples */
.documents-page { background: var(--cream); }
.documents-hero { padding: 72px 0 76px; color: white; background: radial-gradient(circle at 78% 15%, rgba(215,168,75,.16), transparent 28%), #0d2230; }
.documents-hero .breadcrumbs { margin-bottom: 40px; }
.documents-hero h1 { margin: 18px 0 14px; font-family: Georgia, "Noto Serif Thai", serif; font-size: clamp(46px, 5.5vw, 72px); font-weight: 500; line-height: 1.12; letter-spacing: -.04em; }
.documents-hero h1 em { color: var(--gold-bright); font-style: normal; }
.documents-hero p { max-width: 670px; margin: 0; color: rgba(255,255,255,.64); font-size: 14px; line-height: 1.8; }
.documents-section { padding: 70px 0 100px; }
.documents-heading { margin-bottom: 30px; padding-bottom: 18px; display: flex; align-items: center; justify-content: space-between; gap: 32px; border-bottom: 1px solid var(--line); }
.documents-heading p { max-width: 460px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }
.document-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.document-card { min-width: 0; overflow: hidden; border: 1px solid rgba(12,34,47,.1); background: white; box-shadow: 0 12px 34px rgba(9,27,38,.07); transition: transform .25s ease, box-shadow .25s ease; }
.document-card:hover { transform: translateY(-4px); box-shadow: 0 18px 42px rgba(9,27,38,.13); }
.document-preview { width: 100%; padding: 0; display: block; border: 0; color: inherit; background: white; cursor: pointer; text-align: left; }
.document-thumb { position: relative; aspect-ratio: 210 / 252; overflow: hidden; border-bottom: 1px solid var(--line); background: #edf0ed; }
.document-thumb img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .35s ease; }
.document-card:hover .document-thumb img { transform: scale(1.025); }
.document-thumb::after { content: "เอกสารตัวอย่าง"; position: absolute; right: 10px; bottom: 10px; padding: 6px 9px; color: white; background: rgba(9,27,38,.84); font-size: 8px; font-weight: 700; letter-spacing: .06em; }
.document-info { min-height: 112px; padding: 18px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.document-info small { display: block; margin-bottom: 4px; color: #a27521; font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.document-info strong { display: block; font-size: 17px; line-height: 1.35; }
.document-info > span { flex: 0 0 auto; color: #a27521; font-size: 20px; }
.document-note { margin: 24px 0 0; color: #7b8488; font-size: 10px; line-height: 1.7; }
.document-modal[hidden] { display: none; }
.document-modal { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; padding: 22px; }
.document-modal-backdrop { position: absolute; inset: 0; border: 0; background: rgba(3,14,21,.88); backdrop-filter: blur(5px); cursor: pointer; }
.document-modal-panel { position: relative; z-index: 1; width: min(960px, 100%); height: min(900px, calc(100dvh - 44px)); display: grid; grid-template-rows: auto 1fr; overflow: hidden; background: #f5f3ed; box-shadow: 0 30px 90px rgba(0,0,0,.45); }
.document-modal-toolbar { min-height: 64px; padding: 10px 14px 10px 20px; display: flex; align-items: center; justify-content: space-between; gap: 16px; color: white; background: #081a25; }
.document-modal-toolbar strong { font-size: 14px; }
.document-modal-actions { display: flex; align-items: center; gap: 10px; }
.document-open-full, .document-modal-close { min-height: 38px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.25); color: white; background: transparent; cursor: pointer; }
.document-open-full { padding: 0 14px; font-size: 11px; font-weight: 700; }
.document-modal-close { width: 38px; font-size: 24px; }
.document-frame { width: 100%; height: 100%; border: 0; background: white; }
body.document-modal-open { overflow: hidden; }

@media (max-width: 900px) {
  .document-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .documents-hero { padding: 40px 0 52px; }
  .documents-hero .breadcrumbs { margin-bottom: 28px; }
  .documents-hero h1 { margin-top: 14px; font-size: 38px; }
  .documents-hero p { font-size: 12px; }
  .documents-section { padding: 42px 0 82px; }
  .documents-heading { margin-bottom: 22px; padding-bottom: 16px; display: block; }
  .documents-heading p { margin-top: 10px; font-size: 11px; }
  .document-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .document-thumb { aspect-ratio: 210 / 260; }
  .document-info { min-height: 91px; padding: 12px; align-items: flex-start; }
  .document-info strong { font-size: 13px; }
  .document-info > span { font-size: 16px; }
  .document-note { margin-top: 18px; font-size: 9px; }
  .document-modal { padding: 0; }
  .document-modal-panel { width: 100%; height: 100dvh; }
  .document-modal-toolbar { min-height: 58px; padding: 8px 9px 8px 13px; }
  .document-modal-toolbar strong { font-size: 12px; }
  .document-open-full { padding: 0 10px; font-size: 9px; }
}

/* SEO content pages */
.seo-page { background: var(--paper); }
.seo-hero { position: relative; overflow: hidden; padding: 78px 0 82px; color: white; background: radial-gradient(circle at 76% 18%, rgba(215,168,75,.2), transparent 30%), #0d2230; }
.seo-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .5fr); align-items: end; gap: 80px; }
.seo-hero .breadcrumbs { margin-bottom: 44px; }
.seo-hero h1 { margin: 22px 0 18px; font-size: clamp(52px, 6vw, 78px); font-weight: 500; line-height: 1.03; letter-spacing: -.045em; }
.seo-hero h1 em { color: var(--gold-bright); font-style: normal; }
.seo-hero p { max-width: 720px; margin: 0; color: rgba(255,255,255,.68); font-size: 17px; line-height: 1.85; }
.seo-hero-card { padding: 28px; border: 1px solid rgba(255,255,255,.18); background: rgba(5,20,29,.5); backdrop-filter: blur(8px); }
.seo-hero-card small { display: block; color: rgba(255,255,255,.56); font-size: 13px; }
.seo-hero-card strong { display: block; margin: 8px 0 22px; color: var(--gold-bright); font-size: 28px; }
.seo-hero-card a { display: flex; justify-content: space-between; gap: 16px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.16); font-size: 15px; font-weight: 700; }
.seo-hero-card a span, .text-link { color: #a27521; }

.faq-section { padding: 92px 0 110px; }
.faq-layout { display: grid; grid-template-columns: minmax(250px, .48fr) minmax(0, 1fr); align-items: start; gap: 90px; }
.faq-intro { position: sticky; top: 28px; }
.faq-intro h2, .location-intro h2, .service-area h2, .location-faq h2 { margin: 24px 0; font-size: clamp(38px, 4.5vw, 60px); font-weight: 500; line-height: 1.12; letter-spacing: -.035em; }
.service-area h2 { line-height: 1.5; letter-spacing: normal; }
.faq-intro p, .service-area p { margin: 0 0 24px; color: var(--muted); font-size: 16px; line-height: 1.85; }
.text-link { display: inline-block; font-size: 15px; font-weight: 700; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 23px 45px 23px 0; display: flex; gap: 20px; align-items: baseline; list-style: none; cursor: pointer; font-size: 18px; font-weight: 700; line-height: 1.5; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 22px; right: 4px; color: #a27521; font-size: 24px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list summary span { flex: 0 0 30px; color: #a27521; font-size: 12px; font-weight: 500; }
.faq-list details p { margin: -5px 42px 24px 50px; color: var(--muted); font-size: 16px; line-height: 1.85; }
.faq-list.compact summary { padding-block: 20px; font-size: 17px; }
.faq-list.compact details p { margin-left: 0; }

.seo-cta { padding: 58px 0; color: white; background: var(--navy); }
.seo-cta .container { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.seo-cta small { color: var(--gold-bright); font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.seo-cta h2 { max-width: 650px; margin: 8px 0 0; font-size: clamp(26px, 3vw, 38px); line-height: 1.35; }
.seo-cta .container > div:last-child { display: flex; align-items: center; gap: 24px; }
.seo-phone { font-size: 16px; font-weight: 700; white-space: nowrap; }

.location-hero { min-height: 610px; display: flex; align-items: center; background: var(--navy); }
.location-hero-media, .location-hero-shade { position: absolute; inset: 0; }
.location-hero-media { background: url("../images/hero-fleet.avif") center 48% / cover no-repeat; }
.location-hero-shade { background: linear-gradient(90deg, rgba(5,19,28,.97) 0%, rgba(5,19,28,.82) 48%, rgba(5,19,28,.48) 100%); }
.location-intro { padding: 95px 0; }
.location-intro-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; }
.location-copy p { margin: 0 0 22px; color: var(--muted); font-size: 17px; line-height: 1.95; }
.service-provinces { display: flex; flex-wrap: wrap; gap: 9px; }
.service-provinces span { padding: 8px 12px; border: 1px solid var(--line); color: #8d681d; background: rgba(255,255,255,.45); font-size: 13px; font-weight: 700; }
.location-fleet { padding: 88px 0 100px; background: var(--cream); }
.section-heading { margin-bottom: 38px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.section-heading h2 { margin: 20px 0 0; font-size: clamp(36px, 4vw, 52px); font-weight: 500; line-height: 1.2; }
.location-fleet-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.location-fleet-grid article { min-height: 340px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.45); }
.location-fleet-grid article > span { color: #a27521; font-size: 13px; }
.location-fleet-grid small { display: block; margin-top: 50px; color: #a27521; font-size: 13px; font-weight: 700; }
.location-fleet-grid h3 { margin: 8px 0 14px; font-size: 31px; }
.location-fleet-grid p { min-height: 82px; margin: 0 0 24px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.location-fleet-grid a { font-size: 14px; font-weight: 700; }
.service-area { padding: 95px 0; }
.service-area-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.service-area ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); list-style: none; }
.service-area li { padding: 18px 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 15px; }
.journey-steps { padding: 88px 0 100px; color: white; background: var(--navy); }
.journey-steps .eyebrow { color: var(--gold-bright); }
.journey-steps .section-heading h2 { color: white; }
.journey-steps ol { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.18); list-style: none; }
.journey-steps li { padding: 30px; display: grid; grid-template-columns: 42px 1fr; gap: 12px; border-right: 1px solid rgba(255,255,255,.18); }
.journey-steps li:last-child { border-right: 0; }
.journey-steps li > span { color: var(--gold-bright); font-size: 12px; }
.journey-steps h3 { margin: 0 0 10px; font-size: 20px; }
.journey-steps p { margin: 0; color: rgba(255,255,255,.6); font-size: 15px; line-height: 1.75; }
.location-faq { padding: 95px 0 110px; }
.location-faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; }

@media (max-width: 900px) {
  .seo-hero-grid, .faq-layout, .location-intro-grid, .service-area-grid, .location-faq-grid { grid-template-columns: 1fr; gap: 42px; }
  .faq-intro { position: static; }
  .location-fleet-grid { grid-template-columns: 1fr; }
  .location-fleet-grid article { min-height: 0; }
  .location-fleet-grid small { margin-top: 22px; }
  .location-fleet-grid p { min-height: 0; }
  .service-area ul { grid-template-columns: repeat(2, 1fr); }
  .seo-cta .container { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 640px) {
  .seo-hero { padding: 42px 0 52px; }
  .seo-hero .breadcrumbs { margin-bottom: 28px; }
  .seo-hero h1 { margin: 16px 0; font-size: 43px; }
  .seo-hero p { font-size: 16px; line-height: 1.75; }
  .seo-hero-card { padding: 20px; }
  .location-hero { min-height: 560px; }
  .faq-section, .location-intro, .service-area, .location-faq { padding: 58px 0 76px; }
  .faq-layout, .location-intro-grid, .service-area-grid, .location-faq-grid { gap: 28px; }
  .faq-intro h2, .location-intro h2, .service-area h2, .location-faq h2 { margin: 18px 0; font-size: 38px; }
  .faq-list summary { padding: 19px 36px 19px 0; gap: 10px; font-size: 16px; }
  .faq-list summary::after { top: 18px; }
  .faq-list summary span { flex-basis: 26px; }
  .faq-list details p { margin: -2px 30px 20px 36px; font-size: 15px; line-height: 1.75; }
  .faq-list.compact details p { margin-left: 0; }
  .location-fleet { padding: 58px 0 74px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 16px; }
  .section-heading h2 { font-size: 36px; }
  .location-fleet-grid article { padding: 24px; }
  .service-provinces { gap: 7px; }
  .service-provinces span { padding: 7px 10px; font-size: 12px; }
  .service-area ul { grid-template-columns: 1fr 1fr; }
  .service-area li { padding: 14px 12px; font-size: 14px; }
  .journey-steps { padding: 58px 0 72px; }
  .journey-steps ol { grid-template-columns: 1fr; }
  .journey-steps li { padding: 24px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .seo-cta { padding: 44px 0; }
  .seo-cta .container { gap: 26px; }
  .seo-cta .container > div:last-child { width: 100%; align-items: stretch; flex-direction: column; gap: 14px; }
  .seo-cta .button, .seo-phone { justify-content: center; text-align: center; }
  .compact-footer .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}

/* Readability scale: slightly larger supporting text across the full site. */
.brand-copy small { font-size: 10px; }
.eyebrow { font-size: 12px; }
.hero-copy > p { font-size: 18px; }
.hero-trust span { font-size: 12px; }
.quote-head p, .quote-card label > span { font-size: 13px; }
.quote-card input, .quote-card select { font-size: 14px; }
.form-note { font-size: 11px; }
.assurance-grid strong { font-size: 14px; line-height: 1.45; }
.assurance-grid small { font-size: 12px; line-height: 1.55; }
.split-heading > p { font-size: 17px; }
.vehicle-audience { font-size: 12px; }
.vehicle-tags span { font-size: 11px; }
.vehicle-info a { font-size: 13px; }
.amenities-grid h3 { font-size: 17px; }
.amenities-grid p { font-size: 13px; line-height: 1.7; }
.safety-copy .lead { font-size: 16px; }
.safety-list strong { font-size: 15px; }
.safety-list small { font-size: 12px; line-height: 1.6; }
.text-link { font-size: 14px; }
.story-heading > p { font-size: 15px; }
.story-photo figcaption small { font-size: 10px; }
.story-photo figcaption strong { font-size: 14px; }
.story-timeline h3 { font-size: 15px; }
.story-timeline p { font-size: 13px; }
.phone-link small { font-size: 12px; }
.footer-grid > div:first-child > p { font-size: 13px; }
.footer h3 { font-size: 13px; }
.footer-grid > div:not(:first-child) a, .footer-grid > div:not(:first-child) p { font-size: 12px; }
.footer-bottom { font-size: 11px; }
.engineering-item-heading span { font-size: 12px; }
.engineering-item-heading strong { font-size: 15px; }
.engineering-grid article p { font-size: 13px; }
.supplier-heading small { font-size: 10px; }
.customer-copy p { font-size: 14px; }
.customer-copy .customer-lead { font-size: 16px; }
.clients-copy > p { font-size: 15px; }
.document-head small, .document-panel > p { font-size: 11px; }
.document-panel li { font-size: 13px; }
.insurance-inner p { font-size: 13px; }
.insurance-note strong, .insurance-note span { font-size: 12px; }
.breadcrumbs { font-size: 12px; }
.fleet-hero > .container > p { font-size: 16px; }
.catalog-heading p { font-size: 11px; }
.catalog-heading > span { font-size: 13px; }
.catalog-card-info small { font-size: 10px; }
.detail-hero-content > p { font-size: 11px; }
.detail-tags span { font-size: 11px; }
.detail-copy > p { font-size: 15px; }
.detail-features strong { font-size: 13px; }
.detail-feature-copy small { font-size: 12px; }
.gallery-heading small { font-size: 11px; }
.next-vehicle p, .next-vehicle a strong { font-size: 13px; }
.documents-hero p { font-size: 16px; }
.documents-heading p { font-size: 14px; }
.document-info small { font-size: 10px; }
.document-info strong { font-size: 19px; }
.document-note { font-size: 12px; }

/* Give the official Q Bus certificate enough visual weight to be recognised at a glance. */
.certificate-card.certificate-inline {
  position: static;
  width: 100%;
  margin: 0 0 28px;
  padding: 24px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  align-items: center;
  gap: 28px;
  color: var(--ink);
  border-left: 3px solid var(--gold);
  background: white;
  box-shadow: none;
  cursor: zoom-in;
}
.certificate-card.certificate-inline .certificate-image {
  width: min(100%, 320px);
  justify-self: center;
  display: block;
  padding: 8px;
  background: #f7f6f2;
  box-shadow: 0 12px 28px rgba(7,24,34,.12);
}
.certificate-card.certificate-inline .certificate-image img {
  width: 100%;
  height: auto;
  max-height: none;
  display: block;
  object-fit: contain;
}
.certificate-card.certificate-inline .certificate-copy { display: block; }
.certificate-card.certificate-inline .certificate-copy small,
.certificate-card.certificate-inline .certificate-copy > span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}
.certificate-card.certificate-inline .certificate-copy strong {
  margin: 8px 0;
  font-size: 24px;
  line-height: 1.3;
}
.certificate-card.certificate-inline .certificate-copy b {
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #966b19;
  font-size: 13px;
}
.certificate-card.certificate-inline .certificate-copy b span {
  color: inherit;
  font-size: 16px;
}

.engineering-section .split-heading { grid-template-columns: minmax(0, 1fr); gap: 22px; }
.engineering-section .split-heading > p { max-width: 760px; }
.customer-heading { grid-template-columns: minmax(0, 1fr); gap: 24px; }
.customer-heading h2 { font-size: clamp(32px, 4.2vw, 52px); }
.customer-heading .customer-copy p { max-width: 900px; }

@media (max-width: 640px) {
  .eyebrow { font-size: 10px; }
  .hero-copy > p { font-size: 16px; line-height: 1.8; }
  .main-menu { max-height: calc(100dvh - 176px); overflow-y: auto; }
  .main-menu > a { min-height: 48px; padding: 12px 8px; font-size: 16px; line-height: 1.5; }
  .hero-actions { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .hero-actions .button { width: 100%; }
  .cta-actions { min-width: 0; width: 100%; }
  .amenities-section h2, .engineering-section h2, .customer-heading h2 { text-wrap: balance; }
  .button { min-height: 52px; padding: 12px 16px; font-size: 16px; line-height: 1.5; }
  .hero-trust span { font-size: 13px; line-height: 1.6; color: #c3cdd3; }
  .assurance-grid { grid-template-columns: minmax(0, 1fr); padding: 8px 0; }
  .assurance-grid > div:nth-child(n) { min-height: 0; margin: 0; padding: 22px 0; grid-template-columns: 52px minmax(0, 1fr); gap: 16px; border-left: 0 !important; border-top: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .assurance-grid > div:last-child { border-bottom: 0; }
  .assurance-icon { width: 52px; height: 52px; margin-top: 0; }
  .assurance-icon svg { width: 30px; height: 30px; }
  .assurance-grid strong { font-size: 17px; line-height: 1.5; }
  .assurance-grid small { font-size: 14px; line-height: 1.8; }
  .split-heading > p { font-size: 14px; }
  .vehicle-tags span { font-size: 11px; }
  .vehicle-info a { font-size: 13px; }
  .amenities-grid { grid-template-columns: minmax(0, 1fr); }
  .amenities-grid article { min-height: 0; padding: 22px 18px; display: grid; grid-template-columns: 56px minmax(0, 1fr); column-gap: 16px; row-gap: 6px; align-items: start; }
  .amenities-grid .amenity-mark { grid-column: 1; grid-row: 1 / 3; }
  .amenities-grid h3 { grid-column: 2; margin: 0; font-size: 17px; line-height: 1.5; }
  .amenities-grid p { grid-column: 2; font-size: 14px; line-height: 1.8; color: #59656e; }
  .amenities-grid article:hover { transform: none; }
  .safety-copy .lead { font-size: 16px; line-height: 1.8; color: #c3cdd3; }
  .safety-list small { font-size: 14px; color: #b8c6cf; }
  .customer-heading .customer-copy p { font-size: 16px; line-height: 1.8; }
  .story-heading > p { font-size: 14px; }
  .clients-copy > p { font-size: 14px; }
  .fleet-hero > .container > p { font-size: 14px; }
  .catalog-tab { font-size: 12px; }
  .catalog-heading > span { font-size: 11px; }
  .detail-copy > p { font-size: 14px; }
  .documents-hero p { font-size: 14px; }
  .documents-heading p { font-size: 13px; }
  .document-info strong { font-size: 15px; }
  .document-note { font-size: 11px; }
  .certificate-card.certificate-inline {
    padding: 16px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .certificate-card.certificate-inline .certificate-image {
    width: min(100%, 320px);
    justify-self: center;
  }
  .certificate-card.certificate-inline .certificate-image img { max-height: none; }
  .certificate-card.certificate-inline .certificate-copy { text-align: center; }
  .certificate-card.certificate-inline .certificate-copy b { margin-top: 16px; }
}
