/* ==========================================================================
   SKO Limousine — Design System & Site Styles
   Fonts: Instrument Serif (display) + Manrope (body/UI), self-hosted in /fonts
   ========================================================================== */

/* ---------- Self-hosted fonts ----------
   Manrope (variable 400-800) + Instrument Serif, SIL Open Font License.
   Self-hosted so rendering does not depend on Google Fonts being reachable,
   or on a CDN rewriting the font links. Paths are relative to this file, so
   they work whether the site sits at a domain root or in a subfolder. */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('../fonts/manrope-400-800-normal-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('../fonts/manrope-400-800-normal-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Instrument Serif';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/instrument-serif-400-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Instrument Serif';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/instrument-serif-400-italic-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Instrument Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/instrument-serif-400-normal-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Instrument Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/instrument-serif-400-normal-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  /* Palette */
  --ink: #0b1220;
  --ink-2: #111a2e;
  --ink-3: #1a2540;
  --paper: #faf8f4;
  --paper-2: #f2eee6;
  --white: #ffffff;
  --text: #1b2333;
  --text-2: #4b5468;
  --muted: #7a8194;
  --line: #e6e1d7;
  --line-strong: #d5cfc3;
  --line-dark: rgba(255, 255, 255, 0.1);
  --gold: #e39b2c;
  --gold-2: #c9861f;
  --gold-3: #f3c069;
  --gold-soft: #fbf0dc;
  --whatsapp: #25d366;
  --whatsapp-2: #1eb955;
  --danger: #c2410c;
  --success: #15803d;

  /* Type */
  --font-display: "Instrument Serif", "Iowan Old Style", Georgia, "Times New Roman", serif;
  --font-body: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  /* Layout */
  --container: 1200px;
  --container-narrow: 820px;
  --gutter: clamp(20px, 4vw, 40px);
  --section: clamp(64px, 9vw, 120px);
  --header-h: 76px;

  /* Radii & shadow */
  --r-sm: 8px;
  --r-md: 14px;
  --r-lg: 22px;
  --shadow-sm: 0 1px 2px rgba(16, 24, 40, 0.06), 0 1px 3px rgba(16, 24, 40, 0.08);
  --shadow-md: 0 8px 24px -8px rgba(16, 24, 40, 0.18), 0 2px 6px rgba(16, 24, 40, 0.06);
  --shadow-lg: 0 24px 60px -20px rgba(16, 24, 40, 0.35);
  --shadow-gold: 0 10px 30px -10px rgba(227, 155, 44, 0.55);

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- Reset ---------- */
*,
*::before,
*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, picture, svg, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; background: none; border: 0; padding: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, p { margin: 0; }
address { font-style: normal; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; border-radius: 4px; }
::selection { background: var(--gold-3); color: var(--ink); }

[hidden] { display: none !important; }
.skip-link {
  position: absolute; left: 16px; top: -100px; z-index: 1000;
  background: var(--gold); color: var(--ink); padding: 10px 16px; border-radius: var(--r-sm); font-weight: 700;
}
.skip-link:focus { top: 16px; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ---------- Typography ---------- */
.display, h1, h2 {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 1.05;
  color: inherit;
}
h1 { font-size: clamp(2.6rem, 5.6vw, 4.6rem); }
h2 { font-size: clamp(2rem, 3.8vw, 3.1rem); }
h3 { font-size: 1.25rem; font-weight: 700; line-height: 1.3; letter-spacing: -0.01em; }
h4 { font-size: 1rem; font-weight: 700; }
.lede { font-size: clamp(1.05rem, 1.4vw, 1.25rem); line-height: 1.6; color: var(--text-2); max-width: 62ch; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 0.78rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold-2);
}
.eyebrow::before { content: ""; width: 22px; height: 2px; background: currentColor; border-radius: 2px; }
.on-dark .eyebrow, .eyebrow.light { color: var(--gold); }
.on-dark { color: #e9ecf2; }
.on-dark .lede { color: rgba(233, 236, 242, 0.78); }
.on-dark h1, .on-dark h2 { color: var(--white); }
em.accent { font-style: italic; color: var(--gold); }
.muted { color: var(--muted); }
.small { font-size: 0.9rem; }
.tabular { font-variant-numeric: tabular-nums; }

/* ---------- Layout helpers ---------- */
.container { width: min(var(--container), 100% - 2 * var(--gutter)); margin-inline: auto; }
.container-narrow { width: min(var(--container-narrow), 100% - 2 * var(--gutter)); margin-inline: auto; }
.section { padding-block: var(--section); }
.section-sm { padding-block: calc(var(--section) * 0.6); }
.bg-paper-2 { background: var(--paper-2); }
.bg-white { background: var(--white); }
.bg-ink { background: var(--ink); }
.bg-ink-2 { background: var(--ink-2); }
.section-head { display: grid; gap: 14px; max-width: 720px; margin-bottom: clamp(36px, 5vw, 60px); }
.section-head.center { margin-inline: auto; text-align: center; justify-items: center; }
.section-head .lede { margin-top: 4px; }
.section-head-row { display: flex; align-items: end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: clamp(36px, 5vw, 60px); }
.section-head-row .section-head { margin-bottom: 0; }
.grid { display: grid; gap: clamp(18px, 2.4vw, 28px); }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 1024px) { .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } .grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; } }
.split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(32px, 6vw, 80px); align-items: center; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; } .split.reverse > :first-child { order: 2; } }
.stack > * + * { margin-top: 1em; }
.flow > * + * { margin-top: var(--flow, 1.25rem); }

/* ---------- Buttons ---------- */
.btn {
  --btn-bg: var(--gold); --btn-fg: var(--ink); --btn-bd: transparent;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 50px; padding: 0 24px; border-radius: 999px;
  font-weight: 800; font-size: 0.95rem; letter-spacing: 0.01em; white-space: nowrap;
  background: var(--btn-bg); color: var(--btn-fg); border: 1.5px solid var(--btn-bd);
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), background 0.2s, color 0.2s, border-color 0.2s;
}
.btn svg { width: 18px; height: 18px; flex: none; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn-primary { box-shadow: var(--shadow-gold); }
.btn-primary:hover { background: var(--gold-3); }
.btn-dark { --btn-bg: var(--ink); --btn-fg: var(--white); }
.btn-dark:hover { --btn-bg: var(--ink-3); }
.btn-ghost { --btn-bg: transparent; --btn-fg: var(--text); --btn-bd: var(--line-strong); }
.btn-ghost:hover { --btn-bd: var(--text); }
.on-dark .btn-ghost, .btn-ghost.light { --btn-fg: var(--white); --btn-bd: rgba(255, 255, 255, 0.35); }
.on-dark .btn-ghost:hover, .btn-ghost.light:hover { --btn-bd: var(--white); background: rgba(255, 255, 255, 0.06); }
.btn-whatsapp { --btn-bg: var(--whatsapp); --btn-fg: #052e16; }
.btn-whatsapp:hover { --btn-bg: #3ddf7a; }
.btn-sm { min-height: 42px; padding: 0 18px; font-size: 0.875rem; }
.btn-lg { min-height: 58px; padding: 0 32px; font-size: 1.05rem; }
.btn-block { width: 100%; }
.btn[disabled] { opacity: 0.6; cursor: not-allowed; transform: none; }
.link-arrow { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; color: var(--gold-2); }
.link-arrow svg { width: 18px; height: 18px; transition: transform 0.25s var(--ease); }
.link-arrow:hover svg { transform: translateX(4px); }
.on-dark .link-arrow { color: var(--gold); }
.actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(11, 18, 32, 0.86);
  -webkit-backdrop-filter: saturate(160%) blur(14px); backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid var(--line-dark);
  color: var(--white);
  transition: box-shadow 0.3s;
}
.site-header.scrolled { box-shadow: 0 10px 30px -18px rgba(0, 0, 0, 0.6); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: var(--header-h); }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 40px; height: 40px; flex: none; }
.brand-name { display: flex; flex-direction: column; line-height: 1; }
.brand-name strong { font-size: 1.22rem; font-weight: 800; letter-spacing: -0.02em; color: var(--white); }
.brand-name span { font-size: 0.66rem; letter-spacing: 0.26em; text-transform: uppercase; color: var(--gold); margin-top: 3px; font-weight: 700; }
.nav { display: flex; align-items: center; gap: 4px; }
.nav > li { position: relative; }
.nav a, .nav .nav-btn {
  display: inline-flex; align-items: center; gap: 6px; padding: 10px 14px; border-radius: 8px;
  font-size: 0.93rem; font-weight: 600; color: rgba(255, 255, 255, 0.82); transition: color 0.2s, background 0.2s;
}
.nav a:hover, .nav .nav-btn:hover, .nav a[aria-current="page"] { color: var(--white); background: rgba(255, 255, 255, 0.06); }
.nav a[aria-current="page"] { color: var(--gold-3); }
.nav .nav-btn svg { width: 14px; height: 14px; transition: transform 0.2s; }
.nav > li:hover > .nav-btn svg, .nav > li:focus-within > .nav-btn svg { transform: rotate(180deg); }
.dropdown {
  position: absolute; top: calc(100% + 8px); left: 0; min-width: 230px;
  background: var(--white); color: var(--text); border-radius: var(--r-md); box-shadow: var(--shadow-lg);
  padding: 8px; opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: opacity 0.2s, transform 0.25s var(--ease), visibility 0s linear 0.25s;
}
.nav > li:hover > .dropdown, .nav > li:focus-within > .dropdown { opacity: 1; visibility: visible; transform: translateY(0); transition-delay: 0s; }
.dropdown a { display: block; padding: 10px 12px; border-radius: 8px; color: var(--text); font-weight: 700; font-size: 0.93rem; white-space: nowrap; }
.dropdown a:hover { background: var(--paper-2); color: var(--text); }
.header-cta { display: flex; align-items: center; gap: 10px; }
.header-phone { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: 0.93rem; color: var(--white); padding: 8px 10px; border-radius: 8px; }
.header-phone svg { width: 18px; height: 18px; color: var(--gold); }
.header-phone:hover { background: rgba(255, 255, 255, 0.06); }
.nav-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; border-radius: 10px; color: var(--white); }
.nav-toggle:hover { background: rgba(255, 255, 255, 0.08); }
.nav-toggle span { position: relative; display: block; width: 22px; height: 2px; background: currentColor; border-radius: 2px; transition: background 0.2s; }
.nav-toggle span::before, .nav-toggle span::after { content: ""; position: absolute; left: 0; width: 22px; height: 2px; background: currentColor; border-radius: 2px; transition: transform 0.3s var(--ease), top 0.3s var(--ease); }
.nav-toggle span::before { top: -7px; } .nav-toggle span::after { top: 7px; }
.nav-open .nav-toggle span { background: transparent; }
.nav-open .nav-toggle span::before { top: 0; transform: rotate(45deg); }
.nav-open .nav-toggle span::after { top: 0; transform: rotate(-45deg); }

@media (max-width: 1024px) {
  .header-phone span { display: none; }
  .nav a, .nav .nav-btn { padding: 10px 10px; font-size: 0.9rem; }
}
@media (max-width: 900px) {
  /* A backdrop-filter here would make the header the containing block for the
     fixed-position nav panel, collapsing it to the header's height. Solid bar instead. */
  .site-header { background: var(--ink); -webkit-backdrop-filter: none; backdrop-filter: none; }
  .nav-toggle { display: inline-flex; }
  .header-cta .btn { display: none; }
  .nav-open .mobile-bar { display: none; }
  .site-nav {
    position: fixed; inset: var(--header-h) 0 0 0; background: var(--ink); padding: 20px var(--gutter) 120px; overflow: auto;
    transform: translateX(100%); transition: transform 0.35s var(--ease); z-index: 99;
  }
  .nav-open .site-nav { transform: none; }
  .nav { flex-direction: column; align-items: stretch; gap: 2px; }
  .nav a, .nav .nav-btn { width: 100%; justify-content: space-between; padding: 16px 12px; font-size: 1.1rem; border-radius: 10px; }
  .dropdown { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; background: transparent; padding: 0 0 8px 12px; display: none; }
  .nav > li.open > .dropdown { display: block; }
  .dropdown a { color: rgba(255, 255, 255, 0.85); font-size: 1rem; white-space: normal; }
  .dropdown a:hover { background: rgba(255, 255, 255, 0.06); color: var(--white); }
  .mobile-nav-cta { display: grid; gap: 10px; margin-top: 24px; }
  .nav-open body, body.nav-open { overflow: hidden; }
}
@media (min-width: 901px) { .mobile-nav-cta { display: none; } }

/* ---------- Hero slider (home) ---------- */
.hero { position: relative; color: var(--white); background: var(--ink); overflow: hidden; }
.hero-media { position: absolute; inset: 0; overflow: hidden; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 58%; }
/* Scrim shaped to the copy: dark enough to read across the left half,
   then clearing by ~60% so the right of the photo stays fully visible. */
.hero-media::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(11, 18, 32, 0.95) 0%, rgba(11, 18, 32, 0.88) 24%, rgba(11, 18, 32, 0.66) 42%, rgba(11, 18, 32, 0.26) 60%, rgba(11, 18, 32, 0.02) 78%, rgba(11, 18, 32, 0.14) 100%),
    linear-gradient(180deg, rgba(11, 18, 32, 0.4) 0%, rgba(11, 18, 32, 0) 24%, rgba(11, 18, 32, 0) 56%, rgba(11, 18, 32, 0.58) 100%);
}

/* All slides share one grid cell, so the hero is as tall as its tallest slide and never jumps */
.hero-slides { display: grid; }
.hero-slide {
  grid-area: 1 / 1; position: relative; display: flex; align-items: center;
  min-height: clamp(580px, 82svh, 840px);
  opacity: 0; visibility: hidden;
  transition: opacity 0.9s var(--ease), visibility 0s linear 0.9s;
}
.hero-slide.is-active { opacity: 1; visibility: visible; z-index: 1; transition: opacity 0.9s var(--ease), visibility 0s linear 0s; }
.hero-slide.is-active .hero-media img { animation: heroZoom 11s var(--ease) forwards; }
@keyframes heroZoom { from { transform: scale(1.07); } to { transform: scale(1); } }

.hero-inner { position: relative; z-index: 2; width: min(var(--container), 100% - 2 * var(--gutter)); margin-inline: auto; padding-block: clamp(64px, 9vw, 116px) clamp(96px, 11vw, 140px); }
.hero-copy { display: grid; gap: 22px; max-width: 580px; }
.hero-copy h1, .hero-copy h2 { text-wrap: balance; font-size: clamp(2.6rem, 5.6vw, 4.6rem); color: var(--white); text-shadow: 0 2px 22px rgba(11, 18, 32, 0.45); }
.hero-copy .lede { color: rgba(240, 243, 248, 0.92); max-width: 44ch; text-shadow: 0 1px 12px rgba(11, 18, 32, 0.65); }
.hero-copy .eyebrow { color: var(--gold-3); }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px 22px; padding-top: 4px; }
.hero-points li { display: inline-flex; align-items: center; gap: 8px; font-size: 0.9rem; font-weight: 600; color: rgba(255, 255, 255, 0.88); }
.hero-points svg { width: 18px; height: 18px; color: var(--gold); flex: none; }
/* Outline buttons sit over photography, so give them a backing that guarantees contrast */
.hero .btn-ghost { background: rgba(11, 18, 32, 0.45); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.hero .btn-ghost:hover { background: rgba(11, 18, 32, 0.68); }
.hero-slide.is-active .hero-copy > * { animation: heroIn 0.8s var(--ease) both; }
.hero-slide.is-active .hero-copy > :nth-child(2) { animation-delay: 0.07s; }
.hero-slide.is-active .hero-copy > :nth-child(3) { animation-delay: 0.14s; }
.hero-slide.is-active .hero-copy > :nth-child(4) { animation-delay: 0.21s; }
.hero-slide.is-active .hero-copy > :nth-child(5) { animation-delay: 0.28s; }
@keyframes heroIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }

/* Controls */
.hero-controls { position: absolute; left: 0; right: 0; bottom: clamp(22px, 3.4vw, 40px); z-index: 3; }
.hero-controls-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.hero-dots { display: flex; align-items: center; gap: 10px; }
.hero-dots button {
  display: block; width: 36px; height: 4px; border-radius: 4px; background: rgba(255, 255, 255, 0.32);
  transition: background 0.3s, width 0.4s var(--ease);
}
.hero-dots button:hover { background: rgba(255, 255, 255, 0.6); }
.hero-dots button[aria-current="true"] { background: var(--gold); width: 60px; }
.hero-buttons { display: flex; align-items: center; gap: 8px; }
.hero-ctl {
  width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; color: var(--white);
  border: 1.5px solid rgba(255, 255, 255, 0.34); background: rgba(11, 18, 32, 0.35);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  transition: background 0.25s, border-color 0.25s, transform 0.25s var(--ease);
}
.hero-ctl:hover { background: var(--gold); border-color: var(--gold); color: var(--ink); transform: translateY(-2px); }
.hero-ctl svg { width: 20px; height: 20px; }
.hero-ctl .ico-play { display: none; }
.hero-ctl[aria-pressed="true"] .ico-pause { display: none; }
.hero-ctl[aria-pressed="true"] .ico-play { display: block; }

@media (max-width: 900px) {
  .hero-slide { min-height: clamp(520px, 74svh, 680px); }
  .hero-inner { padding-block: clamp(48px, 9vw, 80px) clamp(92px, 16vw, 120px); }
  .hero-copy { gap: 18px; }
  .hero-copy h1, .hero-copy h2 { font-size: clamp(2.2rem, 8.6vw, 3rem); }
  /* One even scrim on small screens: the copy spans the full width, so a
     side gradient can't help. Kept as light as legibility allows. */
  .hero-media::after {
    background: linear-gradient(180deg, rgba(11, 18, 32, 0.72) 0%, rgba(11, 18, 32, 0.7) 40%, rgba(11, 18, 32, 0.72) 64%, rgba(11, 18, 32, 0.88) 100%);
  }
  .hero-media img { object-position: 50% 40%; }
  .hero-copy { max-width: none; }
  .hero-copy .lede { max-width: none; }
  .hero-controls-inner { justify-content: space-between; }
  .hero-ctl { width: 40px; height: 40px; }
  .hero .actions .btn { flex: 1 1 auto; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-slide, .hero-slide.is-active .hero-media img, .hero-slide.is-active .hero-copy > * { animation: none !important; transition: opacity 0.2s linear, visibility 0s; }
}

.estimate {
  display: flex; align-items: baseline; justify-content: space-between; gap: 12px; flex-wrap: wrap;
  padding: 16px 18px; border-radius: var(--r-md); background: var(--paper-2); border: 1px dashed var(--line-strong);
}
.estimate .label { font-size: 0.8rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
.estimate .amount { font-size: 2rem; font-weight: 800; letter-spacing: -0.03em; color: var(--ink); }
.estimate .amount small { font-size: 0.9rem; font-weight: 700; color: var(--text-2); margin-left: 4px; letter-spacing: 0; }
.estimate .note { width: 100%; font-size: 0.8rem; color: var(--text-2); }

/* Trust strip */
.trust-strip { background: var(--ink-2); color: var(--white); border-top: 1px solid var(--line-dark); }
.trust-strip ul { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; padding-block: 18px; }
.trust-strip li { display: flex; align-items: center; gap: 12px; font-size: 0.9rem; font-weight: 600; color: rgba(255, 255, 255, 0.85); padding: 8px 4px; }
.trust-strip svg { width: 22px; height: 22px; color: var(--gold); flex: none; }
@media (max-width: 1024px) { .trust-strip ul { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 640px) { .trust-strip ul { grid-template-columns: repeat(2, minmax(0, 1fr)); } .trust-strip li { font-size: 0.82rem; } }

/* ---------- Page hero (inner pages) ---------- */
.page-hero { position: relative; background: var(--ink); color: var(--white); overflow: hidden; }
.page-hero .hero-media img { object-position: 50% 55%; }
.page-hero .hero-media::after { background: linear-gradient(90deg, rgba(11, 18, 32, 0.94) 0%, rgba(11, 18, 32, 0.8) 45%, rgba(11, 18, 32, 0.45) 100%); }
.page-hero-inner { position: relative; padding-block: clamp(56px, 8vw, 110px); display: grid; gap: 18px; max-width: 760px; }
.page-hero h1 { text-wrap: balance; }
.page-hero .lede { color: rgba(233, 236, 242, 0.85); }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-size: 0.85rem; color: rgba(255, 255, 255, 0.6); }
.breadcrumbs a:hover { color: var(--white); }
.breadcrumbs li + li::before { content: "/"; margin-right: 8px; color: rgba(255, 255, 255, 0.3); }
.breadcrumbs [aria-current] { color: var(--gold-3); }
.page-hero .rate-pills { display: flex; flex-wrap: wrap; gap: 10px; }
.pill { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; font-size: 0.85rem; font-weight: 700; background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.14); color: var(--white); }
.pill strong { color: var(--gold-3); }
.pill svg { width: 16px; height: 16px; color: var(--gold); }
.pill.light { background: var(--white); border-color: var(--line); color: var(--text); }
.pill.light strong { color: var(--ink); }

/* ---------- Cards ---------- */
.card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(22px, 3vw, 30px);
  display: grid; gap: 14px; align-content: start; box-shadow: var(--shadow-sm);
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), border-color 0.3s;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--line-strong); }
.card p { color: var(--text-2); font-size: 0.97rem; }
.card .link-arrow { margin-top: auto; }
.icon-badge { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; background: var(--gold-soft); color: var(--gold-2); }
.icon-badge svg { width: 26px; height: 26px; }
.card.dark { background: var(--ink-2); border-color: var(--line-dark); color: var(--white); }
.card.dark p { color: rgba(233, 236, 242, 0.75); }
.card.dark .icon-badge { background: rgba(227, 155, 44, 0.14); color: var(--gold); }

/* Fleet cards */
.fleet-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(18px, 2.4vw, 28px); }
@media (max-width: 1024px) { .fleet-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .fleet-grid { grid-template-columns: 1fr; } }
.fleet-card { padding: 0; overflow: hidden; gap: 0; }
.fleet-card .media { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: var(--ink-2); }
.fleet-card .media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s var(--ease); }
.fleet-card:hover .media img { transform: scale(1.04); }
.fleet-card .media .tag { position: absolute; top: 14px; left: 14px; }
.tag { display: inline-flex; align-items: center; padding: 6px 12px; border-radius: 999px; font-size: 0.74rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; background: var(--ink); color: var(--white); }
.tag.gold { background: var(--gold); color: var(--ink); }
.fleet-card .body { padding: 22px 24px 24px; display: grid; gap: 14px; }
.fleet-card h3 { font-size: 1.3rem; }
.fleet-card .specs { display: flex; flex-wrap: wrap; gap: 8px 16px; font-size: 0.86rem; color: var(--text-2); font-weight: 600; }
.fleet-card .specs li { display: inline-flex; align-items: center; gap: 6px; }
.fleet-card .specs svg { width: 16px; height: 16px; color: var(--gold-2); }
.rate-rows { display: grid; border-top: 1px solid var(--line); }
.rate-rows li { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--line); font-size: 0.93rem; }
.rate-rows li span:first-child { color: var(--text-2); }
.rate-rows li strong { font-weight: 800; color: var(--ink); font-variant-numeric: tabular-nums; }
.rate-rows li strong small { font-weight: 600; color: var(--muted); font-size: 0.78rem; }
.fleet-card .body .actions { margin-top: 6px; justify-content: space-between; }

/* Rate table */
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--white); box-shadow: var(--shadow-sm); }
table.rates { width: 100%; border-collapse: collapse; min-width: 720px; font-size: 0.95rem; }
table.rates th, table.rates td { padding: 16px 18px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
table.rates thead th { background: var(--ink); color: var(--white); font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 800; }
table.rates tbody tr:last-child td { border-bottom: 0; }
table.rates tbody tr:hover td { background: var(--paper); }
table.rates td strong { font-weight: 800; color: var(--ink); font-variant-numeric: tabular-nums; }
table.rates td .sub { display: block; font-size: 0.8rem; color: var(--muted); }
table.rates .vehicle { font-weight: 800; color: var(--ink); }
table.rates .vehicle small { display: block; font-weight: 500; color: var(--muted); }

/* Steps */
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(18px, 2.4vw, 28px); }
@media (max-width: 900px) { .steps { grid-template-columns: 1fr; } }
.step { position: relative; padding: 28px 28px 28px 28px; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); display: grid; gap: 10px; }
.step::before { counter-increment: step; content: "0" counter(step); font-family: var(--font-display); font-size: 3rem; line-height: 1; color: var(--gold); }
.step p { color: var(--text-2); font-size: 0.97rem; }

/* Feature list */
.checklist { display: grid; gap: 14px; }
.checklist li { display: grid; grid-template-columns: 26px 1fr; gap: 12px; align-items: start; }
.checklist svg { width: 26px; height: 26px; color: var(--gold-2); }
.checklist strong { display: block; font-weight: 800; color: var(--ink); }
.checklist span { color: var(--text-2); font-size: 0.97rem; }
.on-dark .checklist strong { color: var(--white); }
.on-dark .checklist span { color: rgba(233, 236, 242, 0.75); }
.on-dark .checklist svg { color: var(--gold); }

/* Stats */
.stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
@media (max-width: 800px) { .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.stat { padding: 22px; border-radius: var(--r-md); background: rgba(255, 255, 255, 0.05); border: 1px solid var(--line-dark); }
.stat strong { display: block; font-family: var(--font-display); font-size: 2.6rem; line-height: 1; color: var(--gold-3); }
.stat span { display: block; margin-top: 8px; font-size: 0.88rem; color: rgba(255, 255, 255, 0.75); font-weight: 600; }

/* Photo frames */
.photo { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-lg); position: relative; }
.photo img { width: 100%; height: 100%; object-fit: cover; }
.photo.ratio-4-3 { aspect-ratio: 4 / 3; }
.photo.ratio-3-2 { aspect-ratio: 3 / 2; }
.photo.ratio-16-10 { aspect-ratio: 16 / 10; }
.photo-stack { position: relative; }
.photo-stack .photo-secondary { position: absolute; right: -8%; bottom: -12%; width: 46%; border: 6px solid var(--paper); box-shadow: var(--shadow-lg); }
@media (max-width: 900px) { .photo-stack .photo-secondary { right: 0; bottom: -10%; width: 42%; } .photo-stack { margin-bottom: 10%; } }
.photo-caption { position: absolute; left: 16px; bottom: 16px; padding: 8px 14px; border-radius: 999px; background: rgba(11, 18, 32, 0.75); color: var(--white); font-size: 0.8rem; font-weight: 700; -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }

/* Gallery */
.gallery { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 200px; gap: 14px; }
.gallery figure { margin: 0; border-radius: var(--r-md); overflow: hidden; position: relative; background: var(--ink-2); }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s var(--ease); }
.gallery figure:hover img { transform: scale(1.05); }
.gallery figcaption { position: absolute; inset: auto 0 0 0; padding: 40px 14px 12px; background: linear-gradient(180deg, transparent, rgba(11, 18, 32, 0.8)); color: var(--white); font-size: 0.8rem; font-weight: 700; }
.gallery .wide { grid-column: span 2; }
.gallery .tall { grid-row: span 2; }
@media (max-width: 900px) { .gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 160px; } }
@media (max-width: 480px) { .gallery .wide { grid-column: span 2; } }

/* FAQ */
.faq { display: grid; gap: 12px; }
.faq details { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md); padding: 0 22px; transition: border-color 0.2s, box-shadow 0.2s; }
.faq details[open] { border-color: var(--line-strong); box-shadow: var(--shadow-sm); }
.faq summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 0; font-weight: 800; font-size: 1.02rem; color: var(--ink); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .chev { width: 30px; height: 30px; flex: none; border-radius: 50%; display: grid; place-items: center; background: var(--paper-2); color: var(--text); transition: transform 0.3s var(--ease), background 0.2s; }
.faq summary .chev svg { width: 16px; height: 16px; }
.faq details[open] summary .chev { transform: rotate(180deg); background: var(--gold); color: var(--ink); }
.faq .answer { padding: 0 0 20px; color: var(--text-2); max-width: 70ch; }
.faq .answer p + p { margin-top: 10px; }
.faq .answer ul { list-style: disc; padding-left: 20px; margin-top: 8px; }

/* CTA band */
.cta-band { position: relative; overflow: hidden; background: var(--ink); color: var(--white); }
.cta-band::before { content: ""; position: absolute; inset: -40% -10% auto auto; width: 60vw; max-width: 900px; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(closest-side, rgba(227, 155, 44, 0.22), transparent 70%); pointer-events: none; }
.cta-band-inner { position: relative; display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 32px; align-items: center; padding-block: clamp(56px, 8vw, 96px); }
@media (max-width: 900px) { .cta-band-inner { grid-template-columns: 1fr; } }
.cta-band .actions { justify-content: flex-start; }
.cta-contact { display: grid; gap: 12px; justify-items: start; }
.cta-contact a { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; font-size: 1.15rem; }
.cta-contact a svg { width: 22px; height: 22px; color: var(--gold); }
.cta-contact a:hover { color: var(--gold-3); }
.cta-contact .small { color: rgba(255, 255, 255, 0.6); }

/* ---------- Prose (long copy) ---------- */
.prose { color: var(--text-2); font-size: 1.05rem; line-height: 1.75; }
.prose h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); color: var(--ink); margin-top: 1.6em; margin-bottom: 0.5em; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { color: var(--ink); margin-top: 1.5em; margin-bottom: 0.4em; }
.prose p + p { margin-top: 1em; }
.prose ul { list-style: disc; padding-left: 22px; margin: 0.8em 0; }
.prose li + li { margin-top: 6px; }
.prose strong { color: var(--ink); }
.prose a { color: var(--gold-2); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.callout { padding: 20px 22px; border-radius: var(--r-md); background: var(--gold-soft); border-left: 4px solid var(--gold); color: var(--text); }
.callout strong { color: var(--ink); }
.two-col { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: clamp(32px, 5vw, 64px); align-items: start; }
@media (max-width: 960px) { .two-col { grid-template-columns: 1fr; } }
.sidebar { position: sticky; top: calc(var(--header-h) + 24px); display: grid; gap: 18px; }
.side-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 24px; display: grid; gap: 14px; box-shadow: var(--shadow-sm); }
.side-card h3 { font-size: 1.05rem; }
.side-card .rate-rows li { font-size: 0.92rem; }
.side-card.dark { background: var(--ink); color: var(--white); border-color: var(--line-dark); }
.side-card.dark .rate-rows, .side-card.dark .rate-rows li { border-color: var(--line-dark); }
.side-card.dark .rate-rows li span:first-child { color: rgba(255, 255, 255, 0.7); }
.side-card.dark .rate-rows li strong { color: var(--gold-3); }
.side-card.dark .rate-rows li strong small { color: rgba(255, 255, 255, 0.5); }

/* ---------- Forms ---------- */
.form { display: grid; gap: 18px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 18px; }
@media (max-width: 640px) { .form-grid { grid-template-columns: 1fr; } }
.form-grid .span-2 { grid-column: 1 / -1; }
.field { display: grid; gap: 6px; }
.field label { font-size: 0.85rem; font-weight: 800; color: var(--ink); }
.field label .opt { font-weight: 500; color: var(--muted); }
.field input, .field select, .field textarea {
  width: 100%; min-height: 50px; padding: 12px 14px; border-radius: 10px; border: 1.5px solid var(--line-strong);
  background: var(--white); color: var(--text); transition: border-color 0.2s, box-shadow 0.2s;
}
.field textarea { min-height: 120px; resize: vertical; }
.field select { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%234b5468' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 40px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 4px rgba(227, 155, 44, 0.2); }
.field input::placeholder, .field textarea::placeholder { color: #a3a9b8; }
.field .help { font-size: 0.8rem; color: var(--muted); }
.field.invalid input, .field.invalid select { border-color: var(--danger); }
.field .error { font-size: 0.8rem; color: var(--danger); font-weight: 700; display: none; }
.field.invalid .error { display: block; }
.check { display: flex; align-items: flex-start; gap: 12px; font-size: 0.95rem; color: var(--text-2); }
.check input { width: 20px; height: 20px; margin-top: 2px; accent-color: var(--gold-2); flex: none; }
.fieldset { border: 0; padding: 0; margin: 0; display: grid; gap: 14px; }
.fieldset legend { font-weight: 800; font-size: 1.05rem; color: var(--ink); padding: 0; margin-bottom: 6px; display: flex; align-items: center; gap: 10px; }
.fieldset legend .n { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; background: var(--gold); color: var(--ink); font-size: 0.8rem; font-weight: 800; }
.seg { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 10px; }
.seg label { position: relative; display: grid; gap: 4px; padding: 14px 14px; border-radius: 12px; border: 1.5px solid var(--line-strong); background: var(--white); cursor: pointer; transition: border-color 0.2s, box-shadow 0.2s, background 0.2s; }
.seg label:hover { border-color: var(--text-2); }
.seg input { position: absolute; opacity: 0; inset: 0; width: 100%; height: 100%; cursor: pointer; }
.seg label strong { font-size: 0.93rem; color: var(--ink); }
.seg label small { font-size: 0.78rem; color: var(--muted); }
.seg label:has(input:checked) { border-color: var(--gold-2); background: var(--gold-soft); box-shadow: 0 0 0 4px rgba(227, 155, 44, 0.16); }
.seg label:has(input:focus-visible) { outline: 3px solid var(--gold); outline-offset: 2px; }
.form-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(22px, 3.5vw, 40px); box-shadow: var(--shadow-md); }
.form-status { display: none; padding: 16px 18px; border-radius: var(--r-md); font-weight: 600; }
.form-status.show { display: block; }
.form-status.ok { background: #ecfdf3; color: var(--success); border: 1px solid #bbf7d0; }
.form-status.err { background: #fff1e7; color: var(--danger); border: 1px solid #fed7aa; }
.submit-row { display: grid; gap: 12px; }
@media (min-width: 640px) { .submit-row { grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); } }
.submit-row .btn { padding: 0 18px; }
.summary-box { background: var(--ink); color: var(--white); border-radius: var(--r-lg); padding: 24px; display: grid; gap: 14px; }
.summary-box h3 { color: var(--white); }
.summary-box .estimate { background: rgba(255, 255, 255, 0.06); border-color: rgba(255, 255, 255, 0.18); }
.summary-box .estimate .amount { color: var(--gold-3); }
.summary-box .estimate .label, .summary-box .estimate .note { color: rgba(255, 255, 255, 0.7); }
.summary-box .estimate .amount small { color: rgba(255, 255, 255, 0.7); }
.summary-lines { display: grid; gap: 8px; font-size: 0.9rem; }
.summary-lines li { display: flex; justify-content: space-between; gap: 12px; padding-bottom: 8px; border-bottom: 1px solid var(--line-dark); }
.summary-lines li span:first-child { color: rgba(255, 255, 255, 0.65); }
.summary-lines li strong { font-variant-numeric: tabular-nums; }
.summary-box .fine { font-size: 0.78rem; color: rgba(255, 255, 255, 0.55); line-height: 1.5; }

/* Honeypot: off-screen for people, visible to bots that ignore CSS */
.hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* Contact blocks */
.contact-list { display: grid; gap: 18px; }
.contact-list li { display: grid; grid-template-columns: 48px 1fr; gap: 14px; align-items: start; }
.contact-list .icon-badge { width: 48px; height: 48px; border-radius: 12px; }
.contact-list strong { display: block; font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); font-weight: 800; margin-bottom: 2px; }
.contact-list a, .contact-list span { font-weight: 700; color: var(--ink); font-size: 1.05rem; }
.contact-list a:hover { color: var(--gold-2); }
.contact-list small { display: block; color: var(--text-2); font-weight: 500; font-size: 0.9rem; }
.map-embed { border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-sm); aspect-ratio: 16 / 9; background: var(--paper-2); }
.map-embed iframe { width: 100%; height: 100%; border: 0; display: block; }

/* Terms */
.terms-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
@media (max-width: 800px) { .terms-grid { grid-template-columns: 1fr; } }
.terms-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px; display: grid; gap: 14px; align-content: start; }
.terms-card h3 { display: flex; align-items: center; gap: 10px; }
.terms-card h3 svg { width: 22px; height: 22px; color: var(--gold-2); }
.terms-card ul { display: grid; gap: 8px; color: var(--text-2); font-size: 0.97rem; }
.terms-card li { display: flex; justify-content: space-between; gap: 12px; padding-bottom: 8px; border-bottom: 1px dashed var(--line); }
.terms-card li:last-child { border-bottom: 0; }
.terms-card li strong { color: var(--ink); white-space: nowrap; font-variant-numeric: tabular-nums; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: rgba(255, 255, 255, 0.75); border-top: 1px solid var(--line-dark); }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 36px; padding-block: clamp(48px, 6vw, 72px); }
@media (max-width: 1024px) { .footer-top { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .footer-top { grid-template-columns: 1fr; } }
.footer-brand { display: grid; gap: 16px; align-content: start; }
.footer-brand p { font-size: 0.93rem; max-width: 36ch; }
.footer-col h4 { color: var(--white); font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 16px; }
.footer-col ul { display: grid; gap: 10px; font-size: 0.93rem; }
.footer-col a:hover { color: var(--gold-3); }
.footer-contact li { display: flex; gap: 10px; align-items: flex-start; }
.footer-contact svg { width: 18px; height: 18px; color: var(--gold); flex: none; margin-top: 3px; }
.footer-bottom { border-top: 1px solid var(--line-dark); padding-block: 20px; display: flex; flex-wrap: wrap; gap: 12px 24px; align-items: center; justify-content: space-between; font-size: 0.82rem; color: rgba(255, 255, 255, 0.5); }
.footer-bottom ul { display: flex; flex-wrap: wrap; gap: 16px; }
.footer-bottom a:hover { color: var(--white); }
.payments { display: inline-flex; align-items: center; gap: 12px; }
.payments img { height: 40px; width: auto; border-radius: 6px; background: var(--white); padding: 2px 6px; }

/* ---------- Floating & mobile action bar ---------- */
.wa-float {
  position: fixed; right: 20px; bottom: 20px; z-index: 90; width: 58px; height: 58px; border-radius: 50%;
  background: var(--whatsapp); color: var(--white); display: grid; place-items: center; box-shadow: 0 12px 30px -8px rgba(37, 211, 102, 0.6);
  transition: transform 0.3s var(--ease), box-shadow 0.3s;
}
.wa-float svg { width: 30px; height: 30px; }
.wa-float:hover { transform: translateY(-3px) scale(1.04); }
.mobile-bar { display: none; }
@media (max-width: 760px) {
  .wa-float { display: none; }
  /* Three icon actions then a wide primary CTA, so adding SMS doesn't
     squeeze the Book Now button on a 360px screen. */
  .mobile-bar {
    position: fixed; inset: auto 0 0 0; z-index: 90; display: grid;
    grid-template-columns: auto auto auto minmax(0, 1fr); gap: 8px; align-items: center;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); background: rgba(11, 18, 32, 0.96); border-top: 1px solid var(--line-dark);
    -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  }
  .mobile-bar .btn { min-height: 46px; padding: 0 10px; font-size: 0.9rem; border-radius: 12px; }
  .bar-ico {
    width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center;
    color: var(--white); border: 1.5px solid rgba(255, 255, 255, 0.28); background: rgba(255, 255, 255, 0.06);
    transition: background 0.2s, border-color 0.2s;
  }
  .bar-ico svg { width: 21px; height: 21px; }
  .bar-ico:active { background: rgba(255, 255, 255, 0.16); }
  .bar-ico.wa { background: var(--whatsapp); border-color: var(--whatsapp); color: #052e16; }
  @media (max-width: 340px) { .bar-ico { width: 42px; height: 42px; } }
  body { padding-bottom: 76px; }
}

/* ---------- Reveal animations ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.7s var(--ease), transform 0.8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal-stagger > * { opacity: 0; transform: translateY(18px); transition: opacity 0.6s var(--ease), transform 0.7s var(--ease); }
.reveal-stagger.in > * { opacity: 1; transform: none; }
.reveal-stagger.in > :nth-child(2) { transition-delay: 0.08s; }
.reveal-stagger.in > :nth-child(3) { transition-delay: 0.16s; }
.reveal-stagger.in > :nth-child(4) { transition-delay: 0.24s; }
.reveal-stagger.in > :nth-child(5) { transition-delay: 0.32s; }
.reveal-stagger.in > :nth-child(6) { transition-delay: 0.4s; }
@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal-stagger > * { opacity: 1; transform: none; transition: none; }
  .btn, .card, .fleet-card .media img, .gallery img { transition: none; }
}
.no-js .reveal, .no-js .reveal-stagger > * { opacity: 1; transform: none; }

/* ---------- Misc ---------- */
.divider { height: 1px; background: var(--line); }
.notice-bar { background: var(--gold); color: var(--ink); font-size: 0.88rem; font-weight: 700; text-align: center; padding: 10px var(--gutter); }
.error-page { text-align: center; padding-block: clamp(80px, 14vw, 160px); display: grid; gap: 20px; justify-items: center; }
.error-page .code { font-family: var(--font-display); font-size: clamp(5rem, 14vw, 9rem); line-height: 1; color: var(--gold); }
@media print {
  .site-header, .site-footer, .wa-float, .mobile-bar, .cta-band { display: none !important; }
  body { background: #fff; color: #000; }
}
