
:root {
  --ink: #101214;
  --ink-soft: #24282c;
  --graphite: #15191c;

  --warm-white: #fbf8f2;
  --surface: #fffdfc;
  --ivory: #f2ebe0;
  --muted: #746f68;

  --line: rgba(255, 255, 255, 0.14);
  --line-dark: rgba(16, 18, 20, 0.14);

  /* Naranja cálido e intenso para la interfaz */
  --primary: #b44a1a;
  --primary-hover: #913913;
  --primary-light: #dc7944;

  /* Reservado principalmente para el logotipo y microacentos */
  --logo-orange: #f24a14;

  --max: 1240px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system,
          BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --ease: cubic-bezier(.2, .65, .25, 1);
  --anchor-offset: 108px;
}

[data-scroll-target] { display: block; scroll-margin-top: var(--anchor-offset); }

@media (max-width: 680px) {
  :root { --anchor-offset: 96px; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; color: var(--ink); background: var(--warm-white); font-family: var(--sans); line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 2px solid var(--primary-light); outline-offset: 4px; }

.skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; background: var(--primary); color: #ffffff; padding: 10px 16px; transition: top .2s; }
.skip-link:focus { top: 16px; }
.container { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.section { padding: 120px 0; }
.eyebrow { margin: 0 0 18px; text-transform: uppercase; letter-spacing: .2em; font-size: .72rem; font-weight: 700; color: #8a4b2c; }
.eyebrow.light { color: var(--primary-light); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; letter-spacing: -.03em; line-height: 1.05; }
h2 { font-size: clamp(2.45rem, 5vw, 5rem); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border: 1px solid transparent; text-transform: uppercase; letter-spacing: .12em; font-size: .74rem; font-weight: 800; transition: transform .25s var(--ease), background .25s, color .25s, border-color .25s; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--primary); color: #ffffff; }
.button-gold:hover { background: var(--primary-hover); }
.button-ghost { border-color: rgba(255,255,255,.6); color: #fff; }
.button-ghost:hover { background: #fff; color: var(--ink); }
.button-dark { background: var(--ink); color: #fff; }
.button-small { min-height: 42px; padding: 0 18px; font-size: .68rem; }
.button-full { width: 100%; }
.header-cta { white-space: nowrap; }
.text-link { font-weight: 700; border-bottom: 1px solid currentColor; padding-bottom: 3px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; color: #fff; transition: background .3s, box-shadow .3s, transform .3s; }
.site-header.scrolled { background: rgba(11,13,15,.94); backdrop-filter: blur(14px); box-shadow: 0 1px 0 rgba(255,255,255,.1); }
.nav-shell { min-height: 84px; display: grid; grid-template-columns: auto minmax(0,1fr) auto auto; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.site-header .brand { min-width: 0; flex-flow: row nowrap; white-space: nowrap; }
.brand-logo-image { display: block; width: auto; height: 44px; object-fit: contain; flex: 0 0 auto; }
.brand-mark { width: 34px; height: 34px; border: 1px solid var(--primary); display: grid; place-items: center; font-family: var(--serif); color: var(--primary-light); font-size: 1.15rem; }
.brand-name { font-size: .84rem; letter-spacing: .32em; font-weight: 800; }
.site-header .brand-name { display: inline-block; flex: 0 0 auto; white-space: nowrap; word-break: keep-all; overflow-wrap: normal; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(16px,1.8vw,28px); min-width: 0; }
.main-nav a { font-size: .77rem; text-transform: uppercase; letter-spacing: .11em; opacity: .82; }
.main-nav a:hover { opacity: 1; }
.header-socials { display: flex; align-items: center; justify-content: center; flex: 0 0 auto; gap: 7px; margin-left: auto; }
.main-nav .header-socials a { display: flex; align-items: center; justify-content: center; flex: 0 0 30px; width: 30px; height: 30px; padding: 0; border: 0; opacity: .68; font-size: 0; letter-spacing: 0; text-transform: none; transition: opacity 160ms ease, outline-color 160ms ease; }
.main-nav .header-socials a:hover { opacity: 1; }
.main-nav .header-socials a:focus-visible { outline: 2px solid var(--primary); outline-offset: 2px; opacity: 1; }
.main-nav .header-socials a::after { display: none; }
.header-socials img { display: block; width: 19px; height: 19px; object-fit: contain; }
.header-socials a:nth-child(2) img { width: 20px; height: 20px; }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; }
.menu-toggle span { display: block; width: 25px; height: 1px; background: #fff; margin: 6px 0; }

.hero { min-height: 100svh; position: relative; display: grid; align-items: start; color: #fff; overflow: hidden; background: linear-gradient(180deg, var(--warm-white) 0%, var(--warm-white) 56%, #f8f0e9 78%, #f6ece7 100%); }
.hero-media { --hero-x-shift: clamp(8px, 1.4vw, 26px); position: absolute; inset: 0; z-index: 0; background-image: url('/assets/hero/hero2.png?v=2'); background-repeat: no-repeat; background-size: 76% auto; background-position: calc(100% + var(--hero-x-shift)) 92px; transform: none; }
.hero-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(3,5,6,.9) 0%, rgba(3,5,6,.62) 40%, rgba(3,5,6,.14) 74%, rgba(3,5,6,.3) 100%), linear-gradient(0deg, rgba(3,5,6,.75), transparent 48%); }
.hero-content { position: static; z-index: auto; padding-top: 108px; padding-bottom: 110px; }
.hero-heading-block, .hero-copy-block { position: relative; z-index: 2; }
.hero h1 { max-width: 900px; min-height: 2.82em; margin-bottom: 28px; font-size: clamp(3rem, 6vw, 6.25rem); line-height: .94; }
html[lang="en"] .hero h1 { font-size: clamp(2.85rem, 5.6vw, 5.8rem); }
.hero-copy { max-width: 690px; font-size: clamp(1.05rem, 2vw, 1.3rem); color: rgba(255,255,255,.82); }
.hero-ending { display: inline-block; white-space: nowrap; }
.hero-dynamic-slot { display: inline-grid; min-inline-size: var(--hero-dynamic-slot-width, 0px); vertical-align: baseline; }
.hero-dynamic-content { display: inline-flex; align-items: baseline; justify-content: flex-start; width: max-content; white-space: nowrap; }
.hero-dynamic { color: var(--primary-light); white-space: nowrap; text-shadow: 0 0 22px rgba(220,121,68,.12); }
.hero-caret { display: inline-block; width: 1px; height: .86em; margin-inline-start: .08em; align-self: baseline; background: currentColor; opacity: .72; animation: hero-caret 1s steps(1) infinite; }
@keyframes hero-caret { 0%, 49% { opacity: .9; } 50%, 100% { opacity: .12; } }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 30px; list-style: none; padding: 0; margin: 60px 0 0; color: rgba(255,255,255,.75); font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; }
.trust-list li::before { content: '—'; color: var(--primary); margin-right: 10px; }
.scroll-cue { position: absolute; z-index: 2; right: 34px; bottom: 44px; writing-mode: vertical-rl; text-transform: uppercase; letter-spacing: .18em; font-size: .66rem; opacity: .72; }

.trust-bar { background: #0d1012; color: #fff; border-top: 1px solid rgba(255,255,255,.1); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { padding: 30px 24px; border-right: 1px solid var(--line); }
.trust-grid > div:first-child { border-left: 1px solid var(--line); }
.trust-grid strong { display: block; font-family: var(--serif); color: var(--primary-light); font-size: 1.6rem; font-weight: 400; }
.trust-grid span { display: block; font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.64); }

.split-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; align-items: end; margin-bottom: 58px; }
.split-heading h2 { margin-bottom: 0; max-width: 780px; }
.split-heading > p { color: #5f625f; font-size: 1.05rem; margin-bottom: 10px; }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; align-items: stretch; }
.service-card { display: flex; flex-direction: column; background: #fff; border: 1px solid rgba(16,18,20,.08); overflow: hidden; }
.service-card-wide { grid-column: 1 / -1; }
.service-image { min-height: 270px; background-size: cover; background-position: center; filter: saturate(.65) contrast(1.05); }
.service-image.airport { min-height: 360px; background-image: url('/assets/services/traslados-aeropuerto.png'); background-position: center 52%; }
.service-image.corporate { background-image: url('/assets/services/corporativo.png'); }
.service-image.hourly { min-height: 300px; background-image: url('/assets/services/conductor-por-horas.png'); background-position: center 50%; }
.service-image.events { background-image: url('/assets/services/eventos-ocasiones-especiales.png'); background-position: center 58%; }
.service-image.groups { min-height: 430px; background-color: #111416; background-image: url('/assets/services/transporte-de-grupos.png'); background-repeat: no-repeat; background-size: 90% auto; background-position: center 52%; }
.service-card-wide .service-image { min-height: 320px; }
.service-card-body { display: flex; flex: 1; flex-direction: column; padding: 30px 32px 34px; }
.service-card-hourly .service-card-body { padding-top: 42px; }
.service-card-body > span { font-size: .72rem; letter-spacing: .16em; color: #9b4a26; }
.service-card h3 { font-size: clamp(1.8rem, 3vw, 2.8rem); margin: 16px 0 14px; }
.service-card p { color: #646762; }
.service-card a { display: inline-flex; gap: 8px; margin-top: auto; padding-top: 16px; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.service-card-hourly .service-card-body a { margin-top: 24px; }

.process-section { background: #101315; color: #fff; }
.process-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: start; }
.process-intro { position: sticky; top: 130px; }
.process-intro h2 { font-size: clamp(2.8rem, 5vw, 5.6rem); }
.process-intro p:last-child { max-width: 500px; color: rgba(255,255,255,.62); }
.process-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.process-list li > span { color: var(--primary-light); font-size: .75rem; letter-spacing: .12em; }
.process-list h3 { font-family: var(--sans); font-size: 1.08rem; letter-spacing: 0; font-weight: 700; margin-bottom: 8px; }
.process-list p { color: rgba(255,255,255,.6); margin: 0; }

.fleet-heading { display: grid; grid-template-columns: 1fr 400px; gap: 60px; align-items: end; }
.fleet-heading p:last-child { color: #656862; }
.fleet-tabs { position: sticky; top: 84px; z-index: 80; display: flex; gap: 8px; border-bottom: 1px solid var(--line-dark); margin-top: 50px; background: var(--warm-white); }
.fleet-tab { border: 0; background: transparent; padding: 18px 24px; font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; color: #787a75; border-bottom: 2px solid transparent; }
.fleet-tab.active { color: var(--ink); border-color: var(--primary); }
.fleet-display { display: grid; grid-template-columns: 1.2fr .8fr; min-height: 560px; margin-top: 28px; background: #fff; overflow-anchor: none; }
.fleet-display[hidden] { display: none; }
.fleet-image { min-height: 480px; background-size: cover; background-position: center; transition: opacity .25s; }
.fleet-image.suv { background-image: url('/assets/fleet/suv-premium.png'); background-position: center center; }
.fleet-image.sprinter { background-image: url('/assets/fleet/sprinter.png'); background-position: center center; }
.fleet-details { padding: 54px 52px; align-self: center; }
.fleet-details h3 { font-size: clamp(2.3rem, 3.6vw, 4rem); margin-bottom: .6em; }
.fleet-details > p:not(.eyebrow) { color: #62655f; }
.fleet-details dl { border-top: 1px solid var(--line-dark); margin: 34px 0 24px; }
.fleet-details dl div { display: grid; grid-template-columns: 120px 1fr; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--line-dark); }
.fleet-details dt { color: #7d7f79; }
.fleet-details dd { margin: 0; font-weight: 700; }

@media (min-width: 981px) {
  .fleet-display { height: 560px; min-height: 560px; }
  .fleet-image { height: 100%; min-height: 0; }
  .fleet-details { height: 100%; min-height: 0; align-self: stretch; display: flex; flex-direction: column; justify-content: center; }
  .fleet-details h3 { font-size: clamp(2.3rem, 3.6vw, 3.6rem); margin-bottom: .5em; }
  .fleet-details > .text-link { align-self: flex-start; }
  #fleet-panel-van .fleet-details { padding: 36px 44px; }
  #fleet-panel-van .fleet-details h3 { font-size: clamp(2.2rem, 3.4vw, 3.2rem); line-height: 1; margin-bottom: .38em; }
  #fleet-panel-van .fleet-details > p:not(.eyebrow) { line-height: 1.5; margin-bottom: 0; }
  #fleet-panel-van .fleet-details dl { width: 100%; margin: 22px 0 16px; }
  #fleet-panel-van .fleet-details dl div { grid-template-columns: 100px 1fr; gap: 14px; padding: 10px 0; }
  #fleet-panel-van .fleet-details dd { line-height: 1.4; }
}

.safety-section { background: #181c1f; color: #fff; }
.safety-grid { display: grid; grid-template-columns: minmax(0, 43fr) minmax(0, 57fr); align-items: stretch; }
.safety-media { min-height: 760px; background: linear-gradient(180deg, transparent, rgba(0,0,0,.2)), url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNjAwIiBoZWlnaHQ9IjEwMDAiIHZpZXdCb3g9IjAgMCAxNjAwIDEwMDAiPgogICAgPGRlZnM+CiAgICAgIDxsaW5lYXJHcmFkaWVudCBpZD0iYmciIHgxPSIwIiB5MT0iMCIgeDI9IjEiIHkyPSIxIj48c3RvcCBzdG9wLWNvbG9yPSIjMDgwYTBjIi8+PHN0b3Agb2Zmc2V0PSIuNTgiIHN0b3AtY29sb3I9IiMxNzFiMWYiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiMzMDM0M2EiLz48L2xpbmVhckdyYWRpZW50PgogICAgICA8bGluZWFyR3JhZGllbnQgaWQ9InJvYWQiIHgxPSIwIiB5MT0iMCIgeDI9IjAiIHkyPSIxIj48c3RvcCBzdG9wLWNvbG9yPSIjMjYyYTJmIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjMDcwOTBhIi8+PC9saW5lYXJHcmFkaWVudD4KICAgICAgPGxpbmVhckdyYWRpZW50IGlkPSJtZXRhbCIgeDE9IjAiIHkxPSIwIiB4Mj0iMSIgeTI9IjEiPjxzdG9wIHN0b3AtY29sb3I9IiMwOTBhMGIiLz48c3RvcCBvZmZzZXQ9Ii40NSIgc3RvcC1jb2xvcj0iIzJkMzMzOSIvPjxzdG9wIG9mZnNldD0iLjcyIiBzdG9wLWNvbG9yPSIjMDgwOTBhIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjNGE1MDU2Ii8+PC9saW5lYXJHcmFkaWVudD4KICAgICAgPGxpbmVhckdyYWRpZW50IGlkPSJnb2xkIiB4MT0iMCIgeTE9IjAiIHgyPSIxIiB5Mj0iMSI+PHN0b3Agc3RvcC1jb2xvcj0iIzhlNmQzNSIvPjxzdG9wIG9mZnNldD0iLjUiIHN0b3AtY29sb3I9IiNlM2M5OTQiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM5ZTdjNDIiLz48L2xpbmVhckdyYWRpZW50PgogICAgICA8cmFkaWFsR3JhZGllbnQgaWQ9Imdsb3ciPjxzdG9wIHN0b3AtY29sb3I9IiNmNWRkYjAiIHN0b3Atb3BhY2l0eT0iLjk1Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjZDdhZjY1IiBzdG9wLW9wYWNpdHk9IjAiLz48L3JhZGlhbEdyYWRpZW50PgogICAgICA8ZmlsdGVyIGlkPSJibHVyIj48ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIyOCIvPjwvZmlsdGVyPgogICAgICA8ZmlsdGVyIGlkPSJzaGFkb3ciPjxmZURyb3BTaGFkb3cgZHg9IjAiIGR5PSIxOCIgc3RkRGV2aWF0aW9uPSIyMCIgZmxvb2QtY29sb3I9IiMwMDAiIGZsb29kLW9wYWNpdHk9Ii43Ii8+PC9maWx0ZXI+CiAgICAgIDxwYXR0ZXJuIGlkPSJncmFpbiIgd2lkdGg9IjgwIiBoZWlnaHQ9IjgwIiBwYXR0ZXJuVW5pdHM9InVzZXJTcGFjZU9uVXNlIj48Y2lyY2xlIGN4PSI4IiBjeT0iMTIiIHI9IjEiIGZpbGw9IiNmZmYiIG9wYWNpdHk9Ii4wNCIvPjxjaXJjbGUgY3g9IjQzIiBjeT0iMjQiIHI9IjEiIGZpbGw9IiNmZmYiIG9wYWNpdHk9Ii4wMzUiLz48Y2lyY2xlIGN4PSI2NyIgY3k9IjY0IiByPSIxIiBmaWxsPSIjZmZmIiBvcGFjaXR5PSIuMDMiLz48Y2lyY2xlIGN4PSIyMCIgY3k9IjU4IiByPSIxIiBmaWxsPSIjZmZmIiBvcGFjaXR5PSIuMDI1Ii8+PC9wYXR0ZXJuPgogICAgPC9kZWZzPgogICAgPHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiZykiLz4KICAgIDxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhaW4pIi8+CiAgICAKICAgICAgICA8Y2lyY2xlIGN4PSIxMTYwIiBjeT0iMTkwIiByPSIyNTAiIGZpbGw9InVybCgjZ2xvdykiIGZpbHRlcj0idXJsKCNibHVyKSIgb3BhY2l0eT0iLjMyIi8+CiAgICAgICAgPHJlY3QgeT0iNzUwIiB3aWR0aD0iMTYwMCIgaGVpZ2h0PSIyNTAiIGZpbGw9IiMwODBhMGIiLz4KICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0ODAgNTYwKSBzY2FsZSguNzUpIj48cGF0aCBkPSJNNjUgMjQ1IFExMTUgMTM1IDI0NSAxMTIgTDcwMCA5NSBRODAwIDEwNSA5MTAgMjE1IEw5OTUgMjQzIFExMDMwIDI1OCAxMDM1IDMwMCBMMTAxOCAzMzUgTDMwIDMzNSBROCAzMDAgMzUgMjcwWiIgZmlsbD0idXJsKCNtZXRhbCkiIHN0cm9rZT0iI2MzYTM2NCIgc3Ryb2tlLXdpZHRoPSI0Ii8+PGNpcmNsZSBjeD0iMjMwIiBjeT0iMzMwIiByPSI3MiIgZmlsbD0iIzA1MDYwNyIgc3Ryb2tlPSIjNTU1YjYxIiBzdHJva2Utd2lkdGg9IjIwIi8+PGNpcmNsZSBjeD0iODIwIiBjeT0iMzMwIiByPSI3MiIgZmlsbD0iIzA1MDYwNyIgc3Ryb2tlPSIjNTU1YjYxIiBzdHJva2Utd2lkdGg9IjIwIi8+PC9nPgogICAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI1MCAxNTApIiBmaWx0ZXI9InVybCgjc2hhZG93KSI+CiAgICAgICAgICA8Y2lyY2xlIGN4PSIyNTAiIGN5PSIxNTAiIHI9Ijc1IiBmaWxsPSIjYTI3ZDU2Ii8+CiAgICAgICAgICA8cGF0aCBkPSJNMTgwIDEyMCBRMjUwIDM1IDMyMCAxMjAgUTMxNSA1NSAyNTAgNTAgUTE4NSA1NSAxODAgMTIwWiIgZmlsbD0iIzE3MTkxYiIvPgogICAgICAgICAgPHBhdGggZD0iTTEwNSA3MjAgUTEyMCAzNTAgMjUwIDI1MCBRMzgwIDM1MCAzOTUgNzIwWiIgZmlsbD0iIzExMTQxNyIgc3Ryb2tlPSIjYzZhNjZhIiBzdHJva2Utd2lkdGg9IjMiLz4KICAgICAgICAgIDxwYXRoIGQ9Ik0yMDUgMjYwIEwyNTAgMzQ1IEwyOTUgMjYwIiBmaWxsPSIjZjFlZWU4Ii8+CiAgICAgICAgICA8cGF0aCBkPSJNMjM1IDMwMCBMMjUwIDM0NSBMMjY1IDMwMCBMMjgwIDU2MCBMMjUwIDYyMCBMMjIwIDU2MFoiIGZpbGw9InVybCgjZ29sZCkiLz4KICAgICAgICAgIDxwYXRoIGQ9Ik0xNDUgNDIwIEw4NSA2ODAiIHN0cm9rZT0iIzExMTQxNyIgc3Ryb2tlLXdpZHRoPSI4NSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CiAgICAgICAgICA8cGF0aCBkPSJNMzU1IDQyMCBMNDMwIDY1MCIgc3Ryb2tlPSIjMTExNDE3IiBzdHJva2Utd2lkdGg9Ijg1IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KICAgICAgICA8L2c+CiAgICAgICAgPC9zdmc+') center/cover; }
.safety-content { min-width: 0; padding: 64px 52px 48px; align-self: center; }
.safety-content > p:not(.eyebrow) { color: rgba(255,255,255,.65); max-width: 630px; }
.feature-list { width: 100%; max-width: 100%; min-width: 0; list-style: none; padding: 0; margin: 36px 0 0; border-top: 1px solid var(--line); }
.feature-list li { display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 16px; width: 100%; max-width: 100%; min-width: 0; padding: 20px 0; border-bottom: 1px solid var(--line); }
.feature-list li > div { max-width: 100%; min-width: 0; }
.feature-list li > span { color: var(--primary-light); font-size: .72rem; }
.feature-list strong { display: block; margin-bottom: 5px; }
.feature-list p { max-width: 100%; margin: 0; color: rgba(255,255,255,.56); white-space: normal; }

@media (min-width: 981px) and (max-width: 1499px) {
  .safety-grid { grid-template-columns: minmax(0, 40fr) minmax(0, 60fr); }
  .safety-content { padding: 64px 28px 48px; }
}

@media (min-width: 981px) {
  .safety-section { padding-block: 72px; }
  .safety-media { min-height: 0; aspect-ratio: .82; align-self: center; }
}

@media (min-width: 981px) and (max-width: 1499px) {
  .safety-media { aspect-ratio: .80; }
}

.corporate-section { background: #f2ebe0; }
.corporate-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.corporate-grid > div:first-child { position: sticky; top: 130px; }
.corporate-grid > div:first-child p:not(.eyebrow) { max-width: 540px; }
.corporate-grid .button { margin-top: 22px; }
.corporate-features { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(16,18,20,.28); border-left: 1px solid rgba(16,18,20,.28); }
.corporate-features article { min-height: 240px; padding: 32px; border-right: 1px solid rgba(16,18,20,.28); border-bottom: 1px solid rgba(16,18,20,.28); }
.corporate-features span { font-size: .7rem; letter-spacing: .13em; }
.corporate-features h3 { font-family: var(--sans); font-size: 1.1rem; letter-spacing: 0; font-weight: 800; margin-top: 52px; }

.quote-section { background: #0c0f11; color: #fff; }
.quote-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.quote-copy { position: sticky; top: 130px; align-self: start; }
.quote-copy > p:not(.eyebrow) { color: rgba(255,255,255,.63); max-width: 460px; }
.contact-card { margin-top: 50px; padding-top: 24px; border-top: 1px solid var(--line); display: grid; gap: 8px; }
.contact-card span { color: rgba(255,255,255,.48); font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; }
.contact-card a { font-size: 1.1rem; }
@media (min-width: 981px) {
  html[lang="en"] .quote-copy h2 { width: calc(100% + 66px); max-width: 480px; }
}
.quote-form { background: #f4efe5; color: var(--ink); padding: 52px; }
.form-row { display: grid; min-width: 0; gap: 18px; margin-bottom: 34px; }
.two-col { grid-template-columns: repeat(2, 1fr); }
.three-col { grid-template-columns: repeat(3, 1fr); }
.quote-form,
.quote-form label,
.quote-form .form-row > *,
.quote-form .date-picker,
.quote-form .time-picker,
.quote-form .places-autocomplete { min-width: 0; max-width: 100%; }
.quote-form label { display: grid; gap: 8px; margin-bottom: 18px; font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.quote-form > .form-row > label { margin-bottom: 0; }
.quote-form .identity-row > label { align-content: start; }
.quote-form .phone-field-group { display: grid; min-width: 0; max-width: 100%; gap: 8px; margin-bottom: 0; align-content: start; font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.quote-form .phone-field-group > label { display: block; margin: 0; }
.quote-form input, .quote-form select, .quote-form textarea { box-sizing: border-box; width: 100%; max-width: 100%; border: 1px solid #c8c2b7; background: rgba(255,255,255,.7); color: var(--ink); padding: 14px 13px; border-radius: 0; outline: none; }
.quote-form input[type="text"],
.quote-form input[type="email"],
.quote-form input[type="tel"] { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.quote-form input[type="text"]:focus,
.quote-form input[type="email"]:focus,
.quote-form input[type="tel"]:focus { text-overflow: clip; }
.quote-form textarea { overflow-wrap: anywhere; resize: vertical; }
.quote-form textarea[name="notes"] { resize: none; overflow-y: hidden; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(180,74,26,.18); }
.quote-form input:disabled { cursor: not-allowed; border-color: rgba(255,255,255,.12); background: rgba(255,255,255,.035); color: rgba(255,255,255,.5); }
.quote-form input:disabled::placeholder { color: rgba(255,255,255,.36); }
.quote-form [aria-invalid="true"],
.quote-form .is-invalid { border-color: #a33; }
.field-label-text { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 8px; min-width: 0; }
.field-optional { color: rgba(255,255,255,.52); font-size: .66rem; font-weight: 600; letter-spacing: .06em; text-transform: none; }
.field-message { min-width: 0; min-height: 1.35em; max-width: 100%; overflow-wrap: anywhere; color: rgba(255,255,255,.58); font-size: .8rem; font-weight: 500; letter-spacing: 0; line-height: 1.45; text-transform: none; }
.validation-message:empty { display: none; }
.quote-form [data-pickup-message],
.quote-form [data-destination-message] { display: block; min-height: 1.45em; margin: 0; line-height: 1.45; }
.quote-form [data-notes-message] { display: block; min-height: 1.45em; margin: 0; line-height: 1.45; }
.field-message.is-error { color: #f1a3a3; }
.form-helper { min-width: 0; min-height: 1.3em; max-width: 100%; margin: -4px 0 18px; overflow-wrap: anywhere; color: rgba(255,255,255,.58); font-size: .8rem; font-weight: 500; letter-spacing: 0; line-height: 1.45; text-transform: none; }
.quote-form .field-helper { min-height: 0; margin: 0; }
.quote-form .field-helper[hidden] { display: none; }
.quote-form [data-passengers-field],
.quote-form [data-luggage-field] { height: 100%; grid-template-rows: auto 50.54px minmax(2.9em, auto); align-content: start; }
.quote-form [data-passengers-field] .field-helper,
.quote-form [data-passengers-field] .field-message,
.quote-form [data-luggage-field] .field-helper,
.quote-form [data-luggage-field] .field-message { grid-column: 1; grid-row: 3; align-self: start; margin: 0; }
.checkbox-label { display: grid; gap: 8px; margin-bottom: 18px; font-size: .74rem; grid-template-columns: 18px 1fr !important; align-items: start; text-transform: none !important; letter-spacing: 0 !important; font-weight: 500 !important; }
.checkbox-label input { margin-top: 3px; padding: 0; }
.checkbox-message { grid-column: 2; }
.form-note { margin: 14px 0 0; font-size: .73rem; color: #74756f; }
.form-status { min-width: 0; min-height: 0; max-width: 100%; margin-bottom: 0; overflow-wrap: anywhere; }
.form-status.success { min-height: auto; margin-bottom: 22px; padding: 14px; background: #dfe9df; color: #25442a; }
.form-status.error { min-height: auto; margin-bottom: 22px; padding: 14px; background: #f1dddd; color: #742525; }
.quote-form [data-submit-button]:disabled { cursor: wait; opacity: .72; }

.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 100px; }
@media (min-width: 981px) { .faq-section .faq-grid > div:first-child { position: sticky; top: 130px; align-self: start; } }
.accordion { border-top: 1px solid var(--line-dark); }
.accordion article { border-bottom: 1px solid var(--line-dark); }
.accordion button { width: 100%; border: 0; background: transparent; display: flex; justify-content: space-between; gap: 20px; padding: 25px 0; text-align: left; font-size: 1rem; font-weight: 700; }
.accordion button span:last-child { color: #b44a1a; font-size: 1.4rem; transition: transform .25s; }
.accordion button[aria-expanded="true"] span:last-child { transform: rotate(45deg); }
.accordion-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s var(--ease); }
.accordion-panel > p { overflow: hidden; color: #666963; padding-right: 60px; margin-bottom: 0; }
.accordion article.open .accordion-panel { grid-template-rows: 1fr; }
.accordion article.open .accordion-panel > p { margin-bottom: 26px; }

.final-cta { background: #171a1c; color: #fff; padding: 78px 0; }
.final-cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.final-cta h2 { margin: 0; font-size: clamp(2.3rem, 4vw, 4.5rem); }
.final-cta .button.button-small { flex: 0 0 auto; white-space: nowrap; transition: transform .25s var(--ease), background .25s, color .25s, border-color .25s; }

.site-footer { background: #080a0b; color: #fff; padding: 80px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 60px; padding-bottom: 58px; }
.footer-brand p { max-width: 380px; color: rgba(255,255,255,.5); margin-top: 24px; }
.footer-grid h3 { font-family: var(--sans); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 800; color: var(--primary-light); }
.footer-grid > div:not(.footer-brand) { display: grid; align-content: start; gap: 10px; }
.footer-grid a, .footer-grid span { color: rgba(255,255,255,.62); font-size: .9rem; }
.footer-bottom { border-top: 1px solid var(--line); padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.38); font-size: .72rem; }
.whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 900; width: 50px; height: 50px; border-radius: 50%; display: grid; place-items: center; background: var(--primary); color: #111; font-weight: 900; font-size: .72rem; box-shadow: 0 12px 32px rgba(0,0,0,.28); }

.legal-page { background: var(--warm-white); }
.legal-hero { background: #111416; color: #fff; padding: 136px 0 56px; }
.legal-content { padding: 52px 0 120px; max-width: 850px; }
.legal-content h2 { font-size: 2rem; margin-top: 46px; }
.legal-content > :first-child { margin-top: 0; }
.legal-content p, .legal-content li { color: #565a56; }

@media (max-width: 980px) {
  .section { padding: 90px 0; }
  .hero-media { --hero-x-shift: 0px; background-size: 108% auto; background-position: calc(50% - 15.8vw) 84px; }
  .hero h1 { min-height: 3.76em; }
  .nav-shell { grid-template-columns: auto 1fr auto; }
  .menu-toggle { display: block; justify-self: end; grid-column: 2; }
  .header-cta { display: none; }
  .main-nav { position: fixed; inset: 84px 0 0; background: rgba(9,11,12,.98); display: grid; align-content: start; justify-content: stretch; gap: 0; padding: 34px 24px; transform: translateX(100%); transition: transform .3s var(--ease); }
  .main-nav.open { transform: translateX(0); }
  .main-nav a { padding: 18px 4px; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .split-heading, .fleet-heading, .process-grid, .safety-grid, .corporate-grid, .quote-grid, .faq-grid { grid-template-columns: 1fr; gap: 50px; }
  .process-intro, .corporate-grid > div:first-child, .quote-copy { position: static; }
  .service-image.airport { min-height: 330px; }
  .service-image.groups { min-height: 390px; background-size: 88% auto; }
  .fleet-display { grid-template-columns: 1fr; }
  .fleet-image { min-height: 440px; }
  .safety-media { min-height: 580px; }
  .safety-content { padding: 60px 0 0; }
  .corporate-features { max-width: 760px; }
  .footer-grid { grid-template-columns: repeat(3, 1fr); gap: 60px 36px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .hero-media { --hero-x-shift: 0px; background-size: 128% auto; background-position: calc(50% - 18.7vw) 485px; }
  .section { padding: 74px 0; }
  .nav-shell { min-height: 72px; }
  .brand-logo-image { height: 36px; }
  .main-nav { inset: 72px 0 0; }
  .hero-content { padding-top: 92px; padding-bottom: 78px; }
  .hero h1 { min-height: 4.08em; font-size: clamp(3rem, 15vw, 5rem); }
  html[lang="en"] .hero h1 { font-size: clamp(2.8rem, 14vw, 4.7rem); }
  .hero-copy { font-size: 1rem; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .trust-list { display: grid; gap: 12px; margin-top: 38px; }
  .scroll-cue { display: none; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div:nth-child(3) { border-left: 1px solid var(--line); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card-wide { grid-column: auto; }
  .service-image { min-height: 280px; }
  .service-image.airport { min-height: 310px; }
  .service-image.groups { min-height: 330px; background-size: 88% auto; }
  .service-card-hourly .service-card-body { padding-top: 36px; }
  .process-list li { grid-template-columns: 45px 1fr; }
  .fleet-tabs { top: 72px; overflow-x: auto; }
  .fleet-tab { flex: 0 0 auto; padding: 16px 18px; }
  .fleet-details { padding: 40px 24px; }
  .fleet-image { min-height: 340px; }
  .safety-media { min-height: 440px; }
  .corporate-features { grid-template-columns: 1fr; }
  .corporate-features article { min-height: 190px; }
  .corporate-features h3 { margin-top: 28px; }
  .quote-form { padding: 32px 20px; }
  .two-col, .three-col { grid-template-columns: 1fr; gap: 0; }
  .quote-form > .form-row { margin-bottom: 28px; }
  .quote-form > .form-row.two-col { row-gap: 28px; }
  .final-cta-inner { display: grid; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { display: grid; }
}

@media (min-width: 681px) {
  .hero h1 { line-height: .94; margin-bottom: 22px; }
  .hero-actions { margin-top: 30px; }
}

@media (min-width: 1024px) and (max-height: 850px) {
  .hero-content { padding-top: 96px; padding-bottom: 72px; }
  .hero h1 { font-size: clamp(2.9rem, 5.8vw, 5.8rem); line-height: .92; margin-bottom: 18px; }
  html[lang="en"] .hero h1 { font-size: clamp(2.7rem, 5.4vw, 5.4rem); }
  .hero-actions { margin-top: 24px; }
  .corporate-section { padding-top: 72px; padding-bottom: 72px; }
  .corporate-grid h2 { font-size: clamp(2.8rem, 4.6vw, 4.4rem); }
  .corporate-grid .button { margin-top: 14px; }
}

/* Premium motion system v1 */
.scroll-progress {
  position: fixed;
  inset: 0 0 auto;
  height: 2px;
  z-index: 2200;
  pointer-events: none;
  background: rgba(255,255,255,.04);
}
.scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  background: linear-gradient(90deg, #913913, var(--primary-light), #f2b38d);
  box-shadow: 0 0 18px rgba(220,121,68,.42);
  will-change: transform;
}

/* Entrance choreography */
.motion-ready .hero-content > .eyebrow,
.motion-ready .hero-heading-block > h1,
.motion-ready .hero-copy-block > .hero-copy,
.motion-ready .hero-copy-block > .hero-actions,
.motion-ready .hero-content > .trust-list,
.motion-ready .scroll-cue {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
}
.motion-ready.motion-loaded .hero-content > .eyebrow { animation: hero-enter .8s .12s var(--ease) forwards; }
.motion-ready.motion-loaded .hero-heading-block > h1 { animation: hero-enter 1s .22s var(--ease) forwards; }
.motion-ready.motion-loaded .hero-copy-block > .hero-copy { animation: hero-enter .9s .38s var(--ease) forwards; }
.motion-ready.motion-loaded .hero-copy-block > .hero-actions { animation: hero-enter .9s .50s var(--ease) forwards; }
.motion-ready.motion-loaded .hero-content > .trust-list { animation: hero-enter .9s .62s var(--ease) forwards; }
.motion-ready.motion-loaded .scroll-cue { animation: hero-enter .8s .78s var(--ease) forwards; }
@keyframes hero-enter {
  from { opacity: 0; transform: translate3d(0, 30px, 0); filter: blur(7px); }
  to { opacity: 1; transform: translate3d(0, 0, 0); filter: blur(0); }
}

.hero-media { transform: none; will-change: auto; }
.hero-overlay { transition: opacity .8s var(--ease); }
.scroll-cue span { display: inline-block; animation: cue-float 1.8s ease-in-out infinite; }
@keyframes cue-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(7px); } }

/* Scroll reveals */
.motion-ready .motion-reveal {
  opacity: 0;
  transform: translate3d(0, 42px, 0);
  filter: blur(5px);
  transition:
    opacity .82s var(--ease) var(--reveal-delay, 0ms),
    transform .82s var(--ease) var(--reveal-delay, 0ms),
    filter .82s var(--ease) var(--reveal-delay, 0ms);
  will-change: transform, opacity;
}
.motion-ready .motion-reveal[data-motion-direction="left"] { transform: translate3d(-46px, 0, 0); }
.motion-ready .motion-reveal[data-motion-direction="right"] { transform: translate3d(12px, 0, 0); }
.motion-ready .motion-reveal[data-motion-direction="scale"] { transform: scale(.965); }
.motion-ready .motion-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

/* Refined interactive motion */
.button { position: relative; overflow: hidden; isolation: isolate; }
.button::after {
  content: "";
  position: absolute;
  inset: -50% auto -50% -45%;
  width: 34%;
  transform: skewX(-20deg) translateX(-250%);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.42), transparent);
  transition: transform .72s var(--ease);
  pointer-events: none;
}
.button:hover::after { transform: skewX(-20deg) translateX(520%); }
.main-nav a { position: relative; }
.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 1px;
  background: var(--primary-light);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .32s var(--ease);
}
.main-nav a:hover::after { transform: scaleX(1); transform-origin: left; }

.service-card,
.corporate-features article,
.fleet-display,
.quote-form {
  transition: transform .45s var(--ease), box-shadow .45s var(--ease), border-color .45s var(--ease);
}
.service-card:hover { transform: translateY(-8px); box-shadow: 0 24px 60px rgba(16,18,20,.12); border-color: rgba(180,74,26,.48); }
.motion-ready .motion-reveal.is-visible.service-card:hover { transform: translateY(-8px); }
.motion-ready .motion-reveal.is-visible.corporate-features article:hover { transform: translateY(-5px); }
.service-image { transition: transform 1s var(--ease), filter .7s var(--ease); }
.service-card:hover .service-image { transform: scale(1.045); filter: saturate(1.05) contrast(1.03); }
.corporate-features article:hover { transform: translateY(-5px); background: rgba(255,255,255,.12); }
.fleet-tab { position: relative; transition: color .3s, background .3s, transform .3s var(--ease), border-color .28s var(--ease); }
.fleet-tab:hover { transform: translateY(-2px); }
.fleet-image, .fleet-details { transition: opacity .16s var(--ease), transform .16s var(--ease), filter .16s var(--ease); }
.fleet-display.is-switching .fleet-image { opacity: .2; transform: translate3d(-18px,0,0) scale(1.015); filter: blur(5px); }
.fleet-display.is-switching .fleet-details { opacity: .15; transform: translate3d(18px,0,0); }
.feature-list li { transition: transform .35s var(--ease), background .35s var(--ease), padding-left .35s var(--ease); }
.feature-list li:hover { transform: translateX(8px); padding-left: 10px; background: rgba(255,255,255,.025); }
.accordion article { transition: background .3s var(--ease); }
.accordion article:hover { background: rgba(180,74,26,.055); }
.form-status.success, .form-status.error { animation: status-in .45s var(--ease) both; }
@keyframes status-in { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } }
.whatsapp { animation: wa-breathe 3.2s ease-in-out infinite; transition: transform .28s var(--ease), box-shadow .28s; }
.whatsapp:hover { transform: translateY(-4px) scale(1.04); box-shadow: 0 18px 42px rgba(0,0,0,.34); }
@keyframes wa-breathe { 0%,100% { box-shadow: 0 12px 32px rgba(0,0,0,.28), 0 0 0 0 rgba(180,74,26,.18); } 50% { box-shadow: 0 12px 32px rgba(0,0,0,.28), 0 0 0 10px rgba(180,74,26,0); } }

@media (hover: none) {
  .service-card:hover,
  .corporate-features article:hover,
  .feature-list li:hover { transform: none; }
  .service-card:hover .service-image { transform: none; }
}


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

/* Standalone preview hardening */
.hero-media,.service-image,.fleet-image,.safety-media{background-color:#111519}
@media (max-width: 920px){.site-header{background:rgba(11,13,15,.94)}.hero{min-height:820px}}


/* Inverted editorial identity — light-first */
:root {
  --warm-white: #fbf8f2;
  --ivory: #f2ebe0;
  --line: rgba(16,18,20,.12);
  --line-dark: rgba(16,18,20,.12);
}
body { background: var(--warm-white); color: var(--ink); }
.site-header { color: var(--ink); }
.site-header.scrolled { background: rgba(251,248,242,.94); box-shadow: 0 1px 0 rgba(16,18,20,.08); }
.menu-toggle span { background: var(--ink); }
.button-ghost { border-color: rgba(16,18,20,.24); color: var(--ink); }
.button-ghost:hover { background: var(--ink); color: #fff; }
.hero { color: var(--ink); }
.hero-media {
  background-color: var(--warm-white);
  opacity: .9;
  filter: saturate(.96) brightness(1.01) contrast(1.02);
  mix-blend-mode: normal;
}
.hero-media::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 58%, rgba(248,240,233,.86) 75%, #f6ece7 100%);
}
.hero-overlay {
  background:
    linear-gradient(90deg, rgba(251,248,242,.97) 0%, rgba(251,248,242,.92) 30%, rgba(251,248,242,.7) 38%, rgba(251,248,242,.2) 49%, rgba(251,248,242,.05) 62%, rgba(251,248,242,.03) 100%),
    linear-gradient(0deg, rgba(251,248,242,.58), rgba(251,248,242,.04) 52%);
}
.hero-copy { color: rgba(16,18,20,.74); }
.trust-list { color: rgba(16,18,20,.72); }
.eyebrow.light { color: #913913; }
.hero-dynamic { color: #b44a1a; }
.trust-bar { background: #111416; color: #fff; border-top: 1px solid rgba(255,255,255,.08); }
.trust-grid > div { border-right: 1px solid rgba(255,255,255,.08); }
.trust-grid > div:first-child { border-left: 1px solid rgba(255,255,255,.08); }
.trust-grid span { color: rgba(255,255,255,.62); }
.service-card { background: #111416; color: #fff; border-color: rgba(255,255,255,.08); }
.service-card p { color: rgba(255,255,255,.62); }
.service-card a { color: var(--primary-light); }
.split-heading > p { color: #666a65; }
.process-section { background: #f7f2e8; color: var(--ink); }
.process-intro p:last-child, .process-list p { color: rgba(16,18,20,.62); }
.process-list { border-top-color: rgba(16,18,20,.12); }
.process-list li { border-bottom-color: rgba(16,18,20,.12); }
.fleet-display { background: #111416; color: #fff; }
.fleet-tab { color: #6d706a; }
.fleet-tab.active { color: var(--ink); }
.fleet-details > p:not(.eyebrow) { color: rgba(255,255,255,.64); }
.fleet-details dl { border-top-color: rgba(255,255,255,.12); }
.fleet-details dl div { border-bottom-color: rgba(255,255,255,.12); }
.fleet-details dt { color: rgba(255,255,255,.52); }
.fleet-details dd { color: #fff; }
.safety-section { background: #fcfaf5; color: var(--ink); }
.safety-media { background: linear-gradient(180deg, rgba(16,18,20,.06), rgba(16,18,20,.28)), url('/assets/safety/chofer.png') 70% 52% / cover no-repeat; filter: grayscale(.08) saturate(.78) brightness(1.1) contrast(.9); }
.safety-content > p:not(.eyebrow) { color: rgba(16,18,20,.68); }
.feature-list { border-top-color: rgba(16,18,20,.12); }
.feature-list li { border-bottom-color: rgba(16,18,20,.12); }
.feature-list p { color: rgba(16,18,20,.62); }
.feature-list li:hover { background: rgba(16,18,20,.025); }
.corporate-section { background: #121518; color: #fff; }
.corporate-grid > div:first-child p:not(.eyebrow) { color: rgba(255,255,255,.68); }
.corporate-features { border-top-color: rgba(255,255,255,.12); border-left-color: rgba(255,255,255,.12); }
.corporate-features article { border-right-color: rgba(255,255,255,.12); border-bottom-color: rgba(255,255,255,.12); }
.corporate-features article:hover { background: rgba(255,255,255,.035); }
.quote-section { background: #f8f3ea; color: var(--ink); }
.quote-copy > p:not(.eyebrow) { color: rgba(16,18,20,.66); }
.contact-card { border-top-color: rgba(16,18,20,.12); }
.contact-card span { color: rgba(16,18,20,.48); }
.quote-form { background: #111416; color: #fff; }
.quote-form input, .quote-form select, .quote-form textarea { background: rgba(255,255,255,.06); color: #fff; border-color: rgba(255,255,255,.18); }
.quote-form input[type="date"], .quote-form input[type="time"] { color-scheme: dark; }
.date-picker { position: relative; min-width: 0; }
.quote-form .date-picker-canonical { position: absolute; inset: 0 auto auto 0; width: 1px; height: 1px; margin: 0; padding: 0; border: 0; opacity: 0; pointer-events: none; }
.date-picker-trigger { display: flex; align-items: center; justify-content: space-between; width: 100%; height: 50.54px; padding: 14px 13px; border: 1px solid rgba(255,255,255,.18); border-radius: 0; background: rgba(255,255,255,.06); color: #fff; font: inherit; text-align: left; cursor: pointer; }
.date-picker-trigger:focus-visible { outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px rgba(180,74,26,.18); }
.date-picker-trigger[aria-invalid="true"] { border-color: #a33; }
.date-picker-icon { position: relative; display: block; width: 13px; height: 12px; flex: 0 0 13px; border: 1.5px solid rgba(255,255,255,.82); }
.date-picker-icon::before { content: ""; position: absolute; left: -1.5px; right: -1.5px; top: 2px; border-top: 1.5px solid rgba(255,255,255,.82); }
.date-picker-icon::after { content: ""; position: absolute; left: 2px; top: -3px; width: 5px; height: 3px; border-right: 1.5px solid rgba(255,255,255,.9); border-left: 1.5px solid rgba(255,255,255,.9); }
.date-picker-message { display: none; }
.date-picker-message.is-error { display: block; margin-top: 8px; }
.pj-date-calendar.flatpickr-calendar { width: 307.875px; border: 1px solid rgba(255,255,255,.18); border-radius: 0; background: #111416; color: #fff; font-family: var(--sans); box-shadow: 0 20px 44px rgba(0,0,0,.3); }
.pj-date-calendar.flatpickr-calendar.arrowTop::before { border-bottom-color: rgba(255,255,255,.18); }
.pj-date-calendar.flatpickr-calendar.arrowTop::after { border-bottom-color: #111416; }
.pj-date-calendar.flatpickr-calendar.arrowBottom::before { border-top-color: rgba(255,255,255,.18); }
.pj-date-calendar.flatpickr-calendar.arrowBottom::after { border-top-color: #111416; }
.pj-date-calendar .flatpickr-months { min-height: 48px; border-bottom: 1px solid rgba(255,255,255,.1); }
.pj-date-calendar .flatpickr-months .flatpickr-month { height: 48px; color: #fff; background: #111416; fill: #fff; }
.pj-date-calendar .flatpickr-current-month { top: 0; display: flex; align-items: center; justify-content: center; height: 48px; padding-top: 0; color: #fff; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.pj-date-calendar .flatpickr-current-month .cur-month { margin-left: 0; color: #fff; font-weight: 800; }
.pj-date-calendar .flatpickr-current-month .numInputWrapper { width: 5.2ch; }
.pj-date-calendar .flatpickr-current-month input.cur-year { color: #fff; font-size: inherit; font-weight: 800; }
.pj-date-calendar .flatpickr-current-month .numInputWrapper span { border-color: rgba(255,255,255,.16); }
.pj-date-calendar .flatpickr-current-month .numInputWrapper span.arrowUp::after { border-bottom-color: rgba(255,255,255,.72); }
.pj-date-calendar .flatpickr-current-month .numInputWrapper span.arrowDown::after { border-top-color: rgba(255,255,255,.72); }
.pj-date-calendar .flatpickr-current-month .numInputWrapper span.arrowUp,
.pj-date-calendar .flatpickr-current-month .numInputWrapper span.arrowDown { display: none; pointer-events: none; }
.pj-date-calendar .flatpickr-current-month input.cur-year { appearance: textfield; -moz-appearance: textfield; }
.pj-date-calendar .flatpickr-current-month input.cur-year::-webkit-inner-spin-button,
.pj-date-calendar .flatpickr-current-month input.cur-year::-webkit-outer-spin-button { margin: 0; -webkit-appearance: none; }
.pj-date-calendar .flatpickr-current-month { display: none; }
.pj-date-nav-title { position: absolute; top: 0; right: 48px; left: 48px; z-index: 2; display: flex; align-items: center; justify-content: center; height: 48px; padding: 0; border: 0; background: transparent; color: #fff; font-family: var(--sans); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.pj-date-nav-title:hover { color: var(--primary-light); }
.pj-date-nav-title:focus-visible,
.pj-date-nav-option:focus-visible,
.pj-date-nav-today:focus-visible { outline: 1px solid var(--primary-light); outline-offset: -2px; }
.pj-date-calendar .flatpickr-prev-month[role="button"]:focus-visible,
.pj-date-calendar .flatpickr-next-month[role="button"]:focus-visible { outline: 1px solid var(--primary-light); outline-offset: -4px; }
.pj-date-nav-panel { display: none; min-height: 248px; padding: 18px 14px; background: #111416; }
.pj-date-calendar.is-month-view .flatpickr-innerContainer,
.pj-date-calendar.is-year-view .flatpickr-innerContainer { display: none; }
.pj-date-calendar.is-month-view .pj-date-nav-panel,
.pj-date-calendar.is-year-view .pj-date-nav-panel { display: block; }
.pj-date-nav-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
.pj-date-nav-option { min-height: 46px; padding: 8px 5px; border: 1px solid rgba(255,255,255,.1); background: transparent; color: rgba(255,255,255,.76); font-family: var(--sans); font-size: .7rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; }
.pj-date-nav-option:hover { border-color: rgba(255,255,255,.26); background: rgba(255,255,255,.06); color: #fff; }
.pj-date-nav-option.is-viewed { border-color: var(--primary-light); color: #fff; }
.pj-date-nav-option.is-selected { border-color: var(--primary); background: var(--primary); color: #fff; }
.pj-date-nav-option:disabled { border-color: rgba(255,255,255,.06); background: transparent; color: rgba(255,255,255,.2); cursor: not-allowed; }
.pj-date-nav-footer { display: flex; align-items: center; justify-content: center; min-height: 42px; border-top: 1px solid rgba(255,255,255,.1); background: #111416; }
.pj-date-nav-today { min-height: 30px; padding: 6px 14px; border: 0; background: transparent; color: var(--primary-light); font-family: var(--sans); font-size: .66rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.pj-date-nav-today:hover { color: #fff; }
.pj-date-calendar.is-month-view .flatpickr-prev-month,
.pj-date-calendar.is-month-view .flatpickr-next-month,
.pj-date-calendar.is-year-view .flatpickr-prev-month,
.pj-date-calendar.is-year-view .flatpickr-next-month { display: grid; }
.pj-date-calendar .flatpickr-prev-month.pj-date-nav-disabled,
.pj-date-calendar .flatpickr-next-month.pj-date-nav-disabled { opacity: .22; cursor: not-allowed; }
.pj-date-calendar .flatpickr-prev-month,
.pj-date-calendar .flatpickr-next-month { top: 0; display: grid; width: 48px; height: 48px; padding: 16px; place-items: center; color: rgba(255,255,255,.82); fill: rgba(255,255,255,.82); }
.pj-date-calendar .flatpickr-prev-month:hover,
.pj-date-calendar .flatpickr-next-month:hover { color: #fff; fill: #fff; }
.pj-date-calendar .flatpickr-weekdays { height: 34px; background: #111416; }
.pj-date-calendar span.flatpickr-weekday { color: rgba(255,255,255,.52); background: #111416; font-size: .62rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.pj-date-calendar .flatpickr-innerContainer,
.pj-date-calendar .flatpickr-rContainer,
.pj-date-calendar .flatpickr-days { background: #111416; }
.pj-date-calendar .dayContainer { padding: 4px 0 8px; }
.pj-date-calendar .flatpickr-day { border-radius: 0; color: rgba(255,255,255,.84); font-size: .76rem; }
.pj-date-calendar .flatpickr-day:hover,
.pj-date-calendar .flatpickr-day:focus { border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.07); color: #fff; }
.pj-date-calendar .flatpickr-day.today { border-color: var(--primary-light); background: transparent; color: #fff; }
.pj-date-calendar .flatpickr-day.today:hover,
.pj-date-calendar .flatpickr-day.today:focus { border-color: var(--primary-light); background: rgba(220,121,68,.12); color: #fff; }
.pj-date-calendar .flatpickr-day.selected,
.pj-date-calendar .flatpickr-day.selected:hover,
.pj-date-calendar .flatpickr-day.selected:focus { border-color: var(--primary); background: var(--primary); color: #fff; }
.pj-date-calendar .flatpickr-day.prevMonthDay,
.pj-date-calendar .flatpickr-day.nextMonthDay { color: rgba(255,255,255,.28); }
.pj-date-calendar .flatpickr-day.flatpickr-disabled,
.pj-date-calendar .flatpickr-day.flatpickr-disabled:hover,
.pj-date-calendar .flatpickr-day.notAllowed,
.pj-date-calendar .flatpickr-day.notAllowed:hover { border-color: transparent; background: transparent; color: rgba(255,255,255,.2); cursor: not-allowed; }

@media (max-width: 680px) {
  .pj-date-calendar.flatpickr-calendar {
    max-width: calc(100vw - 24px);
  }

  .pj-date-calendar .flatpickr-rContainer,
  .pj-date-calendar .flatpickr-days,
  .pj-date-calendar .dayContainer {
    width: 100%;
    min-width: 0;
  }
}

.places-autocomplete { position: relative; min-width: 0; }
.local-location-live { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; border: 0; }
.places-suggestions { position: absolute; top: calc(100% + 7px); right: 0; left: 0; z-index: 35; box-sizing: border-box; width: 100%; max-width: 100%; max-height: min(286px, 52vh); overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; border: 1px solid rgba(255,255,255,.18); background: #111416; box-shadow: 0 20px 44px rgba(0,0,0,.3); }
.places-suggestions[hidden] { display: none; }
.places-suggestion { display: grid; gap: 3px; width: 100%; padding: 11px 13px; border: 0; border-bottom: 1px solid rgba(255,255,255,.09); background: transparent; color: #fff; font-family: var(--sans); text-align: left; cursor: pointer; }
.places-suggestion:hover,
.places-suggestion.is-active { background: rgba(180,74,26,.2); }
.places-suggestion:focus-visible { outline: 1px solid var(--primary-light); outline-offset: -2px; }
.places-suggestion-main { min-width: 0; overflow-wrap: anywhere; color: rgba(255,255,255,.92); font-size: .76rem; font-weight: 750; letter-spacing: .01em; text-transform: none; }
.places-suggestion-secondary { min-width: 0; overflow-wrap: anywhere; color: rgba(255,255,255,.55); font-size: .69rem; font-weight: 500; letter-spacing: 0; line-height: 1.35; text-transform: none; }
.places-status { min-width: 0; padding: 13px; overflow-wrap: anywhere; color: rgba(255,255,255,.64); font-size: .72rem; font-weight: 500; letter-spacing: 0; line-height: 1.4; text-transform: none; }
.places-status.is-error { color: #f1a3a3; }
.places-attribution { padding: 7px 13px 8px; color: #fff; font-family: var(--sans); font-size: 12px; font-style: normal; font-weight: 400; letter-spacing: normal; line-height: 1; text-align: right; text-transform: none; white-space: nowrap; }
.places-fallback-message { display: block; margin-top: 0; }
.time-picker { position: relative; min-width: 0; }
.quote-form .time-picker-canonical { position: absolute; inset: 0 auto auto 0; width: 1px; height: 1px; margin: 0; padding: 0; border: 0; opacity: 0; pointer-events: none; }
.time-picker-trigger { display: flex; align-items: center; justify-content: space-between; width: 100%; height: 50.54px; padding: 14px 13px; border: 1px solid rgba(255,255,255,.18); border-radius: 0; background: rgba(255,255,255,.06); color: #fff; text-align: left; cursor: pointer; }
.time-picker-trigger:focus-visible { outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px rgba(180,74,26,.18); }
.time-picker-trigger[aria-invalid="true"] { border-color: #a33; }
.time-picker-clock { position: relative; display: block; width: 12px; height: 12px; flex: 0 0 12px; border: 1.5px solid rgba(255,255,255,.78); border-radius: 50%; }
.time-picker-clock::before, .time-picker-clock::after { content: ""; position: absolute; left: 50%; top: 50%; width: 1.5px; border-radius: 1px; background: rgba(255,255,255,.9); transform-origin: 50% 0; }
.time-picker-clock::before { height: 3.5px; transform: translate(-50%, -1px); }
.time-picker-clock::after { height: 3px; transform: translate(-50%, -1px) rotate(125deg); }
.time-picker-panel { position: absolute; top: calc(100% + 8px); left: 0; z-index: 30; box-sizing: border-box; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); width: min(360px, 100%); max-width: calc(100vw - 28px); padding: 12px; border: 1px solid rgba(255,255,255,.18); background: #111416; box-shadow: 0 20px 44px rgba(0,0,0,.3); }
.time-picker-panel[hidden] { display: none; }
.time-picker.opens-up .time-picker-panel { top: auto; bottom: calc(100% + 8px); }
.time-picker-column + .time-picker-column { border-left: 1px solid rgba(255,255,255,.12); }
.time-picker-heading { display: block; padding: 4px 8px 9px; color: rgba(255,255,255,.58); font-size: .66rem; letter-spacing: .08em; text-align: center; }
.time-picker-options { display: grid; gap: 3px; max-height: 224px; padding: 0 5px; overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; }
.time-picker-option { min-height: 32px; padding: 7px 6px; border: 1px solid transparent; background: transparent; color: rgba(255,255,255,.82); font-size: .75rem; text-align: center; cursor: pointer; }
.time-picker-option:hover, .time-picker-option:focus-visible { outline: none; border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.06); color: #fff; }
.time-picker-option.is-selected { border-color: var(--primary); background: var(--primary); color: #fff; }
.time-picker-message { display: none; }
.time-picker-message.is-error { display: block; margin-top: 8px; }
.quote-form select option { color: #111111; background: #ffffff; }
.quote-form select option:disabled { color: #666666; }
.quote-form select[name="vehicle"],
.quote-form select[name="service"] { color-scheme: dark; }
.quote-form select[name="vehicle"] option,
.quote-form select[name="service"] option { color: #fff; background: #15191c; }
.quote-form select[name="vehicle"] option:disabled,
.quote-form select[name="service"] option:disabled { color: rgba(255,255,255,.58); }
.quote-form input::placeholder, .quote-form textarea::placeholder { color: rgba(255,255,255,.44); }
.form-note { color: rgba(255,255,255,.58); }
.checkbox-label a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: .08em;
  text-underline-offset: .18em;
}
.faq-section, .faq-grid { color: #fff; }
.faq-section { background: #111416; color: #fff; }
.faq-section .accordion { border-top-color: rgba(255,255,255,.12); }
.faq-section .accordion article { border-bottom-color: rgba(255,255,255,.12); }
.faq-section .accordion-panel > p { color: rgba(255,255,255,.64); }
.faq-section .accordion article:hover { background: rgba(255,255,255,.03); }
.faq-section .split-heading > p, .faq-section .faq-grid > div:first-child p { color: rgba(255,255,255,.66); }
.final-cta { background: #fbf8f2; color: var(--ink); border-top: 1px solid rgba(16,18,20,.08); }
.site-footer { background: #f3ece1; color: var(--ink); }
.footer-brand p, .footer-grid a, .footer-grid span, .footer-bottom { color: rgba(16,18,20,.62); }
.footer-bottom { border-top-color: rgba(16,18,20,.12); }
.legal-page { background: var(--warm-white); color: var(--ink); }
.legal-hero { background: #f8f3ea; color: var(--ink); border-bottom: 1px solid rgba(16,18,20,.08); }
.legal-content p, .legal-content li { color: #5b605b; }
@media (max-width: 980px) {
  .main-nav { background: rgba(251,248,242,.98); }
  .main-nav a { border-bottom-color: rgba(16,18,20,.08); }
}
@media (max-width: 920px) {
  .site-header { background: rgba(251,248,242,.96); }
}


/* FAQ contrast correction */
.faq-section,
.faq-section h2,
.faq-section h3,
.faq-section p,
.faq-section button,
.faq-section .accordion button,
.faq-section .accordion button span:first-child {
  color: #fff;
}
.faq-section .eyebrow { color: var(--primary-light); }
.faq-section .faq-grid > div:first-child > p:not(.eyebrow) { color: rgba(255,255,255,.68); }
.faq-section .accordion button span:last-child { color: var(--primary-light); }
.faq-section .accordion-panel > p { color: rgba(255,255,255,.66); }
.faq-section .accordion article { background: transparent; }
.faq-section .accordion article:hover,
.faq-section .accordion article.open { background: rgba(255,255,255,.035); }


/* Premium reviews */
.reviews-section { background: #fbf8f2; color: var(--ink); }
.reviews-heading { display: grid; grid-template-columns: 1fr; gap: 0; align-items: end; margin-bottom: 58px; }
.reviews-heading h2 { max-width: 780px; margin-bottom: 0; }
.reviews-intro { max-width: 520px; justify-self: end; }
.reviews-intro p { margin-bottom: 14px; color: #5d625d; font-size: 1.03rem; }
.reviews-intro span { display: block; color: #857a67; font-size: .72rem; line-height: 1.6; text-transform: uppercase; letter-spacing: .1em; }
.reviews-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: 22px; }
.reviews-stack { display: grid; gap: 22px; }
.review-card { position: relative; display: flex; flex-direction: column; justify-content: space-between; min-height: 286px; padding: 34px; background: #fff; border: 1px solid rgba(16,18,20,.1); overflow: hidden; transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .3s; }
.review-card::before { content: '“'; position: absolute; right: 24px; top: 5px; color: rgba(180,74,26,.16); font-family: var(--serif); font-size: 8rem; line-height: 1; pointer-events: none; }
.review-card:hover { transform: translateY(-6px); border-color: rgba(180,74,26,.55); box-shadow: 0 26px 70px rgba(16,18,20,.1); }
.review-card-featured { min-height: 594px; padding: 48px; background: #111416; color: #fff; }
.review-card-featured::before { color: rgba(220,121,68,.12); font-size: 12rem; }
.review-topline { display: flex; align-items: center; justify-content: space-between; gap: 18px; position: relative; z-index: 1; }
.review-badge { color: #9b4a26; font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.review-card-featured .review-badge { color: var(--primary-light); }
.review-score { color: #b44a1a; font-size: .78rem; letter-spacing: .16em; white-space: nowrap; }
.review-card blockquote { position: relative; z-index: 1; margin: 34px 0 38px; font-family: var(--serif); font-size: clamp(1.45rem, 2.3vw, 2.25rem); line-height: 1.28; letter-spacing: -.02em; }
.review-card-featured blockquote { max-width: 790px; font-size: clamp(2rem, 3.7vw, 4rem); line-height: 1.13; }
.review-card footer { display: flex; align-items: center; gap: 14px; position: relative; z-index: 1; padding-top: 22px; border-top: 1px solid rgba(16,18,20,.1); }
.review-card-featured footer { border-top-color: rgba(255,255,255,.12); }
.review-avatar { width: 44px; height: 44px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid #dc7944; color: #913913; font-family: var(--serif); font-size: .88rem; }
.review-card-featured .review-avatar { color: var(--primary-light); }
.review-card footer strong { display: block; font-size: .82rem; letter-spacing: .02em; }
.review-card footer span { display: block; margin-top: 2px; color: #737771; font-size: .72rem; }
.review-card-featured footer span { color: rgba(255,255,255,.52); }
.reviews-footer { display: flex; align-items: center; justify-content: space-between; gap: 32px; margin-top: 30px; padding-top: 25px; border-top: 1px solid rgba(16,18,20,.12); }
.reviews-footer p { margin: 0; color: #6c706a; font-size: .83rem; }
.reviews-footer p span { color: #b44a1a; margin-right: 8px; }
@media (max-width: 980px) {
  .reviews-heading, .reviews-layout { grid-template-columns: 1fr; gap: 42px; }
  .reviews-intro { justify-self: start; }
  .review-card-featured { min-height: 470px; }
}
@media (max-width: 680px) {
  .review-card, .review-card-featured { min-height: auto; padding: 28px 22px; }
  .review-card-featured blockquote { font-size: clamp(2rem, 11vw, 3.2rem); }
  .review-card blockquote { margin: 28px 0 34px; }
  .reviews-footer { display: grid; }
}




/* Hero cleanup — streamlined for República Dominicana */
.hero .hero-content { max-width: none; }
.hero .hero-copy-block { max-width: 650px; }
.hero .hero-copy { max-width: 480px; }
@media (min-width: 981px) and (max-width: 1100px) {
  .hero .hero-copy { max-width: 400px; }
}


/* Premium language switch — visible header integration */
.header-language {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
}
.language-control {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 42px;
  padding: 5px 9px;
  border: 1px solid rgba(180,74,26,.42);
  border-radius: 2px;
  background: rgba(251,248,242,.88);
  color: var(--ink);
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 24px rgba(16,18,20,.08), inset 0 1px 0 rgba(255,255,255,.7);
  white-space: nowrap;
}
.language-title {
  margin-right: 3px;
  color: rgba(16,18,20,.58);
  font-size: .57rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 800;
}
.language-code {
  min-width: 20px;
  color: rgba(16,18,20,.48);
  font-size: .62rem;
  line-height: 1;
  text-align: center;
  letter-spacing: .12em;
  font-weight: 900;
  transition: color .25s ease, opacity .25s ease;
}
.language-code.active { color: #b44a1a; }
.switch {
  /* Tokens del control de idioma */
  --switch-accent: var(--primary);
  --secondary: #111416;
  --surface: #fbf8f2;
  --on: var(--secondary);
  --off: #a8a095;
  --thumb: #4f514f;
  position: relative;
  display: inline-flex;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.switch input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.switch .track {
  position: relative;
  width: 52px;
  height: 28px;
  border-radius: 9999px;
  background: var(--off);
  transition: background .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.switch .thumb {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--thumb);
  transition: transform .3s cubic-bezier(.22,1,.36,1), background .3s ease, box-shadow .3s ease;
}
.switch.is-en .track { background: var(--on); }
.switch.is-en .track .thumb { transform: translateX(24px); }
.switch:focus-visible .track {
  outline: 2px solid var(--switch-accent);
  outline-offset: 3px;
}
.sw-13 .track {
  background: transparent;
  border: 2px dashed #958d80;
  border-color: color-mix(in srgb, var(--secondary) 40%, var(--surface));
}
.sw-13 .thumb {
  top: 1px;
  left: 1px;
  background: #555957;
  background: color-mix(in srgb, var(--secondary) 70%, var(--surface));
  box-shadow: 0 2px 7px rgba(16,18,20,.18);
}
.sw-13.is-en .track {
  background: transparent;
  border-color: var(--secondary);
  border-style: solid;
}
.sw-13.is-en .track .thumb {
  background: var(--secondary);
}
.site-header.scrolled .language-control {
  background: rgba(251,248,242,.96);
  border-color: rgba(180,74,26,.46);
  box-shadow: 0 8px 24px rgba(16,18,20,.1);
}
@media (min-width: 1181px) {
  .site-header .nav-shell {
    width: min(calc(100% - 40px), 1304px);
    display: flex;
    gap: 28px;
  }
  .site-header .brand,
  .site-header .header-cta { flex: 0 0 auto; }
  .site-header .main-nav { flex: 1 1 auto; min-width: 0; justify-content: flex-start; }
  .site-header .header-language { margin-left: auto; }
}
@media (max-width: 1180px) {
  .nav-shell { gap: 16px; }
  .language-title { display: none; }
  .main-nav { gap: 15px; }
  .main-nav a { font-size: .7rem; }
  .header-socials { gap: 6px; }
  .main-nav .header-socials a { flex-basis: 28px; width: 28px; height: 28px; }
  .header-socials img { width: 18px; height: 18px; }
  .header-socials a:nth-child(2) img { width: 19px; height: 19px; }
}
@media (min-width: 981px) and (max-width: 1100px) {
  .header-cta { display: none; }
}
@media (max-width: 980px) {
  .site-header .nav-shell { grid-template-columns: minmax(0, 1fr) auto auto; gap: clamp(6px, 1.7vw, 12px); }
  .site-header .brand-name { font-size: clamp(.62rem, 2.5vw, .76rem); line-height: 1; letter-spacing: clamp(.11em, .4vw, .2em); }
  .site-header .header-language { grid-column: 2; grid-row: 1; }
  .site-header .menu-toggle { grid-column: 3; grid-row: 1; justify-self: end; }
  .language-control { min-height: 38px; padding: 4px 7px; }
  .switch .track { width: 46px; height: 25px; }
  .switch .thumb { width: 19px; height: 19px; }
  .switch.is-en .track .thumb { transform: translateX(21px); }
  .main-nav .header-socials { justify-content: flex-start; gap: 6px; width: auto; margin: 20px 0 0; }
  .main-nav .header-socials a { flex: 0 0 44px; width: 44px; height: 44px; padding: 0; border-bottom: 0; }
  .header-socials img { width: 19px; height: 19px; }
  .header-socials a:nth-child(2) img { width: 20px; height: 20px; }
}
@media (max-width: 520px) {
  .nav-shell { gap: 8px; }
  .language-code { font-size: .56rem; min-width: 17px; }
  .language-control { gap: 5px; padding: 4px 6px; }
  .switch .track { width: 42px; height: 24px; }
  .switch .thumb { width: 18px; height: 18px; }
  .switch.is-en .track .thumb { transform: translateX(18px); }
}
@media (max-width: 400px) {
  .site-header .nav-shell { gap: 4px; }
  .site-header .brand { gap: 6px; }
  .site-header .brand-logo-image { height: 32px; }
  .site-header .brand-name { font-size: clamp(.54rem, 2.5vw, .62rem); letter-spacing: clamp(.06em, .33vw, .12em); }
  .site-header .language-control { min-height: 38px; gap: 3px; padding: 3px 4px; }
  .site-header .language-code { min-width: 14px; font-size: .5rem; }
  .site-header .switch .track { width: 34px; height: 22px; }
  .site-header .switch .thumb { width: 16px; height: 16px; }
  .site-header .switch.is-en .track .thumb { transform: translateX(14px); }
  .site-header .menu-toggle { min-width: 36px; min-height: 38px; padding: 6px; }
  .site-header .menu-toggle span { width: 22px; }
}

@media (max-width: 260px) {
  .site-header .nav-shell { min-height: 0; grid-template-columns: minmax(0, 1fr) auto; grid-template-rows: auto auto; row-gap: 4px; padding-block: 6px; }
  .site-header .brand { grid-column: 1 / -1; grid-row: 1; gap: 4px; }
  .site-header .brand-logo-image { height: 24px; }
  .site-header .brand-name { font-size: .45rem; letter-spacing: .03em; }
  .site-header .header-language { grid-column: 1; grid-row: 2; justify-self: start; }
  .site-header .menu-toggle { grid-column: 2; grid-row: 2; }
}

/* Mobile navigation drawer */
.mobile-menu-backdrop { display: none; }
@media (max-width: 1180px) {
  .mobile-menu-backdrop {
    position: fixed;
    inset: 84px 0 0;
    z-index: 1;
    display: block;
    background: rgba(16, 18, 20, .42);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .22s var(--ease), visibility 0s linear .22s;
  }
  .mobile-menu-backdrop.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity .22s var(--ease), visibility 0s;
  }
  .main-nav {
    position: fixed;
    top: 84px;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 2;
    width: clamp(230px, 64vw, 300px);
    max-width: calc(100vw - 48px);
    height: calc(100vh - 84px);
    height: calc(100dvh - 84px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    gap: clamp(14px, 2.5dvh, 22px);
    margin: 0;
    padding: clamp(16px, 3dvh, 28px) 20px;
    padding-bottom: calc(clamp(16px, 3dvh, 28px) + env(safe-area-inset-bottom));
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    border-left: 1px solid var(--line-dark);
    background: var(--warm-white);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(100%);
    transition: transform .22s var(--ease), opacity .22s var(--ease), visibility 0s linear .22s;
  }
  .main-nav.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
    transition: transform .22s var(--ease), opacity .22s var(--ease), visibility 0s;
  }
  .main-nav a {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    min-height: 44px;
    padding: 8px 4px;
  }
  .main-nav .header-socials {
    flex: 0 0 auto;
    margin: 0;
    padding-top: 0;
  }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .menu-toggle span { transition: transform .2s var(--ease); }
  body.nav-open .whatsapp { visibility: hidden; pointer-events: none; }
}

@media (max-width: 680px) {
  .mobile-menu-backdrop { top: 72px; }
  .main-nav {
    top: 72px;
    height: calc(100vh - 72px);
    height: calc(100dvh - 72px);
  }
}

@media (max-width: 980px) and (max-height: 520px) {
  .main-nav {
    justify-content: flex-start;
    gap: 12px;
    padding-top: 16px;
    padding-bottom: calc(16px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 260px) {
  .mobile-menu-backdrop { top: 86px; }
  .main-nav { top: 86px; height: calc(100vh - 86px); height: calc(100dvh - 86px); }
}

/* Mobile hero — keep the full message clear while bringing the fleet into view. */
@media (max-width: 767px) {
  .hero {
    min-height: clamp(700px, 100svh, 760px);
  }

  .hero-content {
    padding-top: 92px;
    padding-bottom: 58px;
  }

  .hero h1,
  html[lang="en"] .hero h1 {
    font-size: clamp(2.65rem, 13.5vw, 3.5rem);
    line-height: 1.02;
    margin-bottom: 20px;
  }

  .hero-actions {
    gap: 10px;
    margin-top: 28px;
  }

  .hero-media {
    background-size: 128% auto;
    background-position: calc(50% - 18.7vw) 485px;
    opacity: .97;
  }

  .hero-media::after {
    background: linear-gradient(180deg, transparent 78%, rgba(248,240,233,.86) 94%, #f6ece7 100%);
  }

  .hero-overlay {
    background: linear-gradient(180deg, rgba(251,248,242,.98) 0%, rgba(251,248,242,.96) 58%, rgba(251,248,242,.32) 74%, rgba(251,248,242,.04) 100%);
  }
}

@media (max-width: 680px) {
  .hero {
    min-height: 0;
  }

  .hero-content {
    padding-bottom: 58px;
  }

  .hero-media,
  .hero-overlay {
    display: none;
  }

  .quote-form {
    padding: 28px 20px;
  }

  .quote-form > .form-row {
    margin-bottom: 24px;
  }

  .quote-form > .form-row.two-col {
    row-gap: 24px;
  }

  .quote-form label,
  .quote-form .phone-field-group {
    gap: 6px;
  }

  .quote-form input:not(.date-picker-canonical):not(.time-picker-canonical),
  .quote-form select,
  .quote-form textarea,
  .quote-form .date-picker-trigger,
  .quote-form .time-picker-trigger {
    font-size: 16px;
  }

  .quote-form input:not([type="checkbox"]):not(.date-picker-canonical):not(.time-picker-canonical),
  .quote-form select,
  .quote-form .date-picker-trigger,
  .quote-form .time-picker-trigger {
    min-height: 52px;
    padding: 12px 13px;
  }

  .quote-form textarea {
    padding: 12px 13px;
  }

  .quote-form [data-passengers-field],
  .quote-form [data-luggage-field] {
    grid-template-rows: auto 52px minmax(2.9em, auto);
  }

  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-grid > div {
    min-width: 0;
    padding: 18px 14px;
    text-align: center;
  }

  .trust-grid > div:nth-child(3) {
    border-left: 1px solid var(--line);
  }

  .trust-grid > div:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .trust-grid strong {
    font-size: 1.6rem;
    line-height: 1.2;
  }

  .trust-grid span {
    font-size: .72rem;
    line-height: 1.35;
    letter-spacing: .08em;
  }

  .faq-section .accordion button {
    align-items: center;
    gap: 12px;
  }

  .faq-section .accordion button span:first-child {
    min-width: 0;
    padding-inline-end: 4px;
  }

  .faq-section .accordion button span:last-child {
    position: relative;
    display: block;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    color: var(--primary-light);
    font-size: 0;
    line-height: 1;
    transform: none;
  }

  .faq-section .accordion button span:last-child::before,
  .faq-section .accordion button span:last-child::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background: currentColor;
    transition: transform .2s var(--ease);
  }

  .faq-section .accordion button span:last-child::before {
    transform: translate(-50%, -50%);
  }

  .faq-section .accordion button span:last-child::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .faq-section .accordion button[aria-expanded="true"] span:last-child {
    transform: none;
  }

  .faq-section .accordion button[aria-expanded="true"] span:last-child::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .faq-section .accordion button[aria-expanded="true"] span:last-child::after {
    transform: translate(-50%, -50%) rotate(135deg);
  }

  .whatsapp {
    right: calc(14px + env(safe-area-inset-right));
    bottom: calc(14px + env(safe-area-inset-bottom));
    z-index: 20;
    width: 56px;
    height: 56px;
  }

  .whatsapp.is-faq-obscured,
  .whatsapp.is-fleet-obscured {
    visibility: hidden;
    pointer-events: none;
    animation: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .main-nav,
  .mobile-menu-backdrop { transition-duration: .01ms; }
  .faq-section .accordion button span:last-child::before,
  .faq-section .accordion button span:last-child::after { transition-duration: .01ms; }
}

/* Mobile density pass: scoped to content sections only. The approved trust bar is intentionally excluded. */
@media (max-width: 680px) {
  .services-section,
  .process-section,
  .fleet-section,
  .safety-section,
  .corporate-section,
  .reviews-section {
    padding-block: 60px;
  }

  .services-section .split-heading,
  .fleet-heading {
    gap: 28px;
    margin-bottom: 36px;
  }

  .services-section .split-heading h2,
  .fleet-heading h2,
  .safety-content h2,
  .corporate-grid h2,
  .reviews-heading h2,
  .final-cta h2 {
    font-size: clamp(2.05rem, 10vw, 2.7rem);
    line-height: 1.02;
  }

  .services-section .split-heading > p,
  .fleet-heading p:last-child,
  .safety-content > p:not(.eyebrow),
  .corporate-grid > div:first-child p:not(.eyebrow) {
    font-size: .96rem;
    line-height: 1.55;
  }

  .service-grid {
    gap: 16px;
  }

  .service-image,
  .service-card-wide .service-image {
    min-height: 250px;
  }

  .service-image.airport {
    min-height: 275px;
  }

  .service-image.hourly {
    min-height: 265px;
  }

  .service-image.groups {
    min-height: 280px;
  }

  .service-card-body {
    padding: 24px 22px 26px;
  }

  .service-card-hourly .service-card-body {
    padding-top: 28px;
  }

  .service-card h3 {
    margin: 14px 0 10px;
    font-size: 1.65rem;
    line-height: 1.08;
  }

  .service-card p {
    line-height: 1.5;
  }

  .service-card a {
    padding-top: 14px;
  }

  .service-card-hourly .service-card-body a {
    margin-top: 18px;
  }

  .process-grid {
    gap: 32px;
  }

  .process-intro h2 {
    font-size: clamp(2.15rem, 10.5vw, 2.7rem);
    line-height: 1.03;
  }

  .process-intro p:last-child,
  .process-list p {
    line-height: 1.5;
  }

  .process-list li {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 14px;
    padding-block: 24px;
  }

  .process-list h3 {
    margin-bottom: 6px;
  }

  .fleet-tabs {
    margin-top: 32px;
  }

  .fleet-display {
    margin-top: 20px;
  }

  .fleet-image {
    min-height: 250px;
  }

  .fleet-details {
    padding: 24px 20px;
  }

  .fleet-details h3 {
    font-size: clamp(1.85rem, 9vw, 2.25rem);
    line-height: 1.02;
    margin-bottom: .42em;
  }

  .fleet-details dl {
    margin: 18px 0 14px;
  }

  .fleet-details dl div {
    grid-template-columns: 100px minmax(0, 1fr);
    gap: 12px;
    padding-block: 9px;
  }

  .safety-grid {
    gap: 24px;
  }

  .safety-media {
    min-height: 360px;
  }

  .safety-content {
    padding-top: 32px;
  }

  .feature-list {
    margin-top: 26px;
  }

  .feature-list li {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
    padding-block: 16px;
  }

  .feature-list p {
    line-height: 1.5;
  }

  .corporate-grid {
    gap: 32px;
  }

  .corporate-grid .button {
    margin-top: 18px;
  }

  .corporate-features article {
    min-height: 0;
    padding: 24px;
  }

  .corporate-features h3 {
    margin-top: 20px;
  }

  .corporate-features p {
    line-height: 1.5;
  }

  .reviews-heading {
    margin-bottom: 36px;
  }

  .reviews-layout,
  .reviews-stack {
    gap: 16px;
  }

  .review-card,
  .review-card-featured {
    padding: 24px 20px;
  }

  .review-card blockquote {
    margin: 22px 0 26px;
    line-height: 1.22;
  }

  .review-card-featured blockquote {
    font-size: clamp(1.8rem, 9.5vw, 2.7rem);
  }

  .review-card footer {
    padding-top: 18px;
  }

  .reviews-footer {
    margin-top: 22px;
    padding-top: 20px;
  }

  .final-cta {
    padding-block: 56px;
  }

  .final-cta-inner {
    gap: 22px;
  }

  .site-footer {
    padding: 60px 0 20px;
  }

  .footer-grid {
    gap: 28px 24px;
    padding-bottom: 36px;
  }

  .footer-brand p {
    margin-top: 18px;
  }
}

/* Strong phone-only fleet compaction. */
@media (max-width: 767px),
       (max-width: 940px) and (max-height: 440px) and (orientation: landscape) {
  .whatsapp.is-fleet-obscured {
    display: none;
    visibility: hidden;
    pointer-events: none;
    animation: none;
  }

  .fleet-tabs,
  .fleet-display {
    width: min(calc(100% - 6px), 720px);
    margin-inline: auto;
  }

  .fleet-display {
    min-height: 0;
    margin-top: 14px;
  }

  .fleet-image {
    height: clamp(160px, 49vw, 330px);
    min-height: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }

  .fleet-image.suv {
    background-position: center 45%;
  }

  .fleet-image.sprinter {
    background-position: center 35%;
  }

  .fleet-details {
    align-self: stretch;
    padding: 16px 18px 20px;
  }

  .fleet-details .eyebrow {
    margin-bottom: 7px;
    font-size: .66rem;
    letter-spacing: .14em;
  }

  .fleet-details h3 {
    margin-bottom: 10px;
    font-size: clamp(1.5rem, 6vw, 1.8rem);
    line-height: 1.1;
  }

  .fleet-details > p:not(.eyebrow) {
    margin-bottom: 12px;
    font-size: .93rem;
    line-height: 1.45;
  }

  .fleet-details dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 12px;
    margin: 0 0 8px;
  }

  .fleet-details dl div {
    grid-template-columns: 1fr;
    gap: 2px;
    padding-block: 7px;
  }

  .fleet-details dl div:nth-child(3) {
    grid-column: 1 / -1;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: baseline;
    column-gap: 8px;
  }

  .fleet-details dt {
    font-size: .68rem;
    line-height: 1.25;
  }

  .fleet-details dd {
    font-size: .88rem;
    line-height: 1.35;
  }

  .fleet-details > .text-link {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding-bottom: 0;
    font-size: .76rem;
  }
}

@media (max-width: 940px) and (max-height: 440px) and (orientation: landscape) {
  .fleet-image {
    height: clamp(190px, 32vw, 260px);
  }
}

/* Tablet portrait hero: a content-driven composition that keeps the current desktop and mobile treatments intact. */
@media (min-width: 768px) and (max-width: 1180px) and (orientation: portrait) {
  .hero {
    display: block;
    height: auto;
    min-height: 0;
  }

  .hero .hero-content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, .43fr) minmax(0, .57fr);
    grid-template-areas:
      "heading heading"
      "copy media";
    align-items: center;
    column-gap: clamp(24px, 4vw, 48px);
    row-gap: clamp(24px, 3vw, 42px);
    padding-top: clamp(124px, 14vw, 164px);
    padding-bottom: clamp(56px, 7vw, 80px);
  }

  .hero-heading-block {
    grid-area: heading;
    max-width: 100%;
  }

  .hero-copy-block {
    grid-area: copy;
    max-width: none;
  }

  .hero-media {
    position: relative;
    inset: auto;
    z-index: 0;
    grid-area: media;
    align-self: center;
    width: 100%;
    height: clamp(275px, 36vw, 390px);
    min-height: 0;
    background-repeat: no-repeat;
    background-size: auto 90%;
    background-position: 85% 100%;
    opacity: .96;
  }

  .hero-overlay {
    display: none;
  }

  .hero h1 {
    max-width: 100%;
    min-height: 0;
    margin-bottom: 16px;
    font-size: clamp(3rem, 6.8vw, 4.6rem);
    line-height: 1.02;
  }

  html[lang="en"] .hero h1 {
    font-size: clamp(2.75rem, 6.2vw, 4.15rem);
  }

  .hero .hero-copy {
    max-width: 100%;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 180px), 1fr));
    gap: 10px;
    margin-top: 28px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .scroll-cue {
    display: none;
  }
}

/* Tablet header mode: preserve usable controls instead of compressing desktop navigation. */
@media (min-width: 981px) and (max-width: 1180px) {
  .site-header .nav-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: clamp(8px, 1.5vw, 16px);
  }

  .site-header .brand-name {
    font-size: clamp(.72rem, 1.35vw, .82rem);
    letter-spacing: clamp(.18em, .3vw, .26em);
  }

  .site-header .header-language {
    grid-column: 2;
    grid-row: 1;
    margin-left: 0;
    justify-self: end;
  }

  .site-header .menu-toggle {
    display: block;
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
  }

  .main-nav a {
    font-size: 1rem;
  }
}

/* Keep both hero calls to action intact at tablet widths. */
@media (min-width: 768px) and (max-width: 1180px) {
  .hero-actions .button {
    white-space: nowrap;
  }
}

@media (min-width: 768px) and (max-width: 1180px) and (orientation: portrait) {
  .hero-actions {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Fade the opaque canvas of hero2 into the hero's existing warm background. */
.hero-media {
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, #000 12%, #000 96%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 9%, #000 91%, transparent 100%);
  -webkit-mask-composite: source-in;
  -webkit-mask-repeat: no-repeat;
  mask-image:
    linear-gradient(90deg, transparent 0%, #000 12%, #000 96%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 9%, #000 91%, transparent 100%);
  mask-composite: intersect;
  mask-repeat: no-repeat;
}

/* Desktop only: give the vehicle composition clear space below the dynamic heading. */
@media (min-width: 1181px) {
  .hero-media {
    background-position: calc(100% + var(--hero-x-shift)) 120px;
  }
}
