/* Pride Car, Agdal Rabat.
   Light, spacious, photography-led (Blacklane register), skinned with the client's
   brand kit: red #E21E26, black #0D0D0D, white. Display type substitutes Michroma
   for the kit's Square 721 Extended; Saira carries everything else. */

:root {
  --red: #e21e26;
  --red-dark: #b5161d;
  --ink: #0d0d0d;
  --ink-soft: #3d3d44;
  --muted: #71717a;
  --line: #e5e5e8;
  --paper: #ffffff;
  --paper-alt: #f5f5f6;
  --paper-warm: #faf9f8;

  --display: "Michroma", "Arial Black", system-ui, sans-serif;
  --body: "Saira", system-ui, -apple-system, "Segoe UI", sans-serif;

  --wrap: 1220px;
  --pad: clamp(20px, 5vw, 56px);
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --shadow: 0 18px 50px rgba(13, 13, 13, .10);
  --shadow-lift: 0 26px 70px rgba(13, 13, 13, .16);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16.5px;
  line-height: 1.68;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 var(--pad); }
.wrap--wide { max-width: 1440px; }

/* ---------------------------------------------------------------- type */

h1, h2, h3, h4 { margin: 0; font-weight: 700; letter-spacing: -0.022em; }

.h1 { font-size: clamp(32px, 5vw, 58px); line-height: 1.1; font-weight: 700; }
.h2 { font-size: clamp(25px, 3.3vw, 40px); line-height: 1.16; }
.h3 { font-size: clamp(18px, 1.8vw, 22px); line-height: 1.3; }

.kicker {
  display: inline-block; margin: 0 0 16px;
  font-family: var(--display); font-size: 11px; font-weight: 400;
  letter-spacing: .2em; text-transform: uppercase; color: var(--red);
}
.lead { font-size: clamp(16px, 1.4vw, 18.5px); color: var(--ink-soft); margin: 18px 0 0; max-width: 64ch; }
.muted { color: var(--muted); }
.small { font-size: 13.5px; }

.sec { padding: clamp(60px, 8vw, 118px) 0; }
.sec--alt { background: var(--paper-alt); }
.sec--warm { background: var(--paper-warm); }
.sec--ink { background: var(--ink); color: var(--paper); }
.sec--ink .lead, .sec--ink .muted { color: rgba(255, 255, 255, .68); }
.sec--tight { padding: clamp(44px, 5vw, 72px) 0; }

.sec-head { max-width: 62ch; margin-bottom: clamp(34px, 4vw, 56px); }
.sec-head--center { margin-left: auto; margin-right: auto; text-align: center; }

/* ------------------------------------------------------------- buttons */

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 30px; min-height: 52px;
  font-family: var(--body); font-size: 15px; font-weight: 600;
  letter-spacing: 0; text-transform: none; text-decoration: none;
  background: transparent; color: var(--ink);
  border: 1.5px solid transparent; border-radius: 999px; cursor: pointer;
  white-space: nowrap;
  transition: background .25s var(--ease), color .25s var(--ease),
              border-color .25s var(--ease), transform .25s var(--ease),
              box-shadow .25s var(--ease);
}
.btn svg { width: 18px; height: 18px; flex: none; }
.btn--primary { background: var(--red); color: #fff; }
.btn--primary:hover { background: var(--red-dark); transform: translateY(-2px); box-shadow: 0 12px 26px rgba(226, 30, 38, .28); }
.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { background: #26262c; transform: translateY(-2px); }
.btn--line { border-color: var(--ink); color: var(--ink); }
.btn--line:hover { background: var(--ink); color: #fff; }
.btn--onphoto { border-color: rgba(255, 255, 255, .55); color: #fff; }
.btn--onphoto:hover { background: #fff; color: var(--ink); border-color: #fff; }
.btn--wide { width: 100%; }
.btn--sm { min-height: 44px; padding: 11px 22px; font-size: 14px; }

.arrowlink {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--body); font-size: 15px; font-weight: 600;
  text-decoration: none; color: var(--ink);
  background: transparent; border: 0; padding: 0; cursor: pointer;
}
.arrowlink svg { width: 20px; height: 9px; transition: transform .3s var(--ease); }
.arrowlink:hover { color: var(--red); }
.arrowlink:hover svg { transform: translateX(6px); }

/* ----------------------------------------------------------------- nav */

.nav {
  position: sticky; top: 0; z-index: 90;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  gap: 18px; padding: 14px var(--pad);
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .3s var(--ease), padding .3s var(--ease);
}
.nav.scrolled { box-shadow: 0 8px 30px rgba(13, 13, 13, .07); padding: 9px var(--pad); }

.nav__brand { position: relative; z-index: 120; display: flex; align-items: center; }
.nav__logo { height: 50px; width: auto; transition: height .3s var(--ease); }
.nav.scrolled .nav__logo { height: 42px; }

.nav__links { display: flex; align-items: center; gap: clamp(16px, 2vw, 30px); }
.nav__links a {
  font-family: var(--display); font-size: 11px; font-weight: 400;
  letter-spacing: .13em; text-transform: uppercase; text-decoration: none;
  color: var(--ink); padding: 7px 0; position: relative;
  transition: color .25s var(--ease);
}
.nav__links a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: 0;
  height: 2px; background: var(--red); transition: right .3s var(--ease);
}
.nav__links a:hover::after, .nav__links a.active::after { right: 0; }
.nav__links a:hover { color: var(--red); }

.nav__end { position: relative; z-index: 120; display: flex; justify-content: flex-end; align-items: center; gap: 14px; }
.nav__links .nav__cta--menu { display: none; }

.nav__burger {
  display: none; width: 44px; height: 44px; padding: 0;
  background: none; border: 0; cursor: pointer;
  flex-direction: column; justify-content: center; align-items: center; gap: 5px;
}
.nav__burger span { display: block; width: 24px; height: 2px; background: var(--ink); transition: transform .3s var(--ease), opacity .2s var(--ease); }
body.nav-open .nav__burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
body.nav-open .nav__burger span:nth-child(2) { opacity: 0; }
body.nav-open .nav__burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------------------------------------------------------------- hero */

.hero { position: relative; padding: clamp(40px, 6vw, 74px) 0 clamp(120px, 12vw, 168px); overflow: hidden; }
.hero__photo { position: absolute; inset: 0; }
.hero__photo picture { position: absolute; inset: 0; display: block; }
.hero__photo img { width: 100%; height: 100%; object-fit: cover; animation: kenburns 30s ease-out both; }
@keyframes kenburns { from { transform: scale(1.09); } to { transform: scale(1); } }
.hero__photo::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(9, 9, 10, .90) 0%, rgba(9, 9, 10, .70) 46%, rgba(9, 9, 10, .34) 100%);
}
.hero__inner { position: relative; }
.hero__title { color: #fff; max-width: 15ch; }
.hero__sub { margin-top: 20px; max-width: 46ch; color: rgba(255, 255, 255, .82); font-size: clamp(16px, 1.4vw, 18.5px); }
.hero .kicker { color: #fff; opacity: .72; }

/* booking widget, the Blacklane move */
.book {
  position: relative; z-index: 3;
  margin: clamp(30px, 4vw, 44px) 0 0;
  background: #fff; border-radius: 14px; box-shadow: var(--shadow-lift);
  padding: clamp(18px, 2vw, 24px);
  display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.1fr auto; gap: 14px; align-items: end;
}
.book__f label {
  display: block; margin-bottom: 7px;
  font-family: var(--display); font-size: 9.5px; letter-spacing: .16em;
  text-transform: uppercase; color: var(--muted);
}
.book__f select, .book__f input {
  width: 100%; height: 50px; padding: 0 14px;
  background: var(--paper-alt); color: var(--ink);
  border: 1.5px solid transparent; border-radius: 9px;
  font-family: var(--body); font-size: 15px;
  appearance: none; -webkit-appearance: none;
}
.book__f select {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2371717a' stroke-width='1.6' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center; background-size: 12px;
  padding-right: 34px;
}
.book__f select:focus, .book__f input:focus { outline: 0; border-color: var(--red); background: #fff; }
.book .btn { height: 50px; min-height: 50px; }

.hero__strip {
  position: relative; z-index: 3;
  margin-top: clamp(22px, 3vw, 32px);
  display: flex; flex-wrap: wrap; gap: 10px 30px;
}
.hero__strip span { display: inline-flex; align-items: center; gap: 9px; color: rgba(255, 255, 255, .88); font-size: 14.5px; }
.hero__strip svg { width: 17px; height: 17px; color: var(--red); flex: none; }

[data-hero] { opacity: 0; transform: translateY(22px); }
.ready [data-hero] { animation: heroIn .8s var(--ease) forwards; }
.ready [data-hero="2"] { animation-delay: .08s; }
.ready [data-hero="3"] { animation-delay: .16s; }
.ready [data-hero="4"] { animation-delay: .26s; }
@keyframes heroIn { to { opacity: 1; transform: none; } }

/* --------------------------------------------------------- page banner */

.phead { background: var(--paper-alt); border-bottom: 1px solid var(--line); padding: clamp(44px, 6vw, 88px) 0 clamp(38px, 5vw, 66px); }
.phead .lead { margin-top: 14px; }

/* -------------------------------------------------------- service tiles */

.tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2vw, 28px); }
.tile { display: flex; flex-direction: column; text-decoration: none; color: inherit; }
.tile__media { position: relative; border-radius: 14px; overflow: hidden; aspect-ratio: 4 / 3; background: var(--paper-alt); }
.tile__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.tile__media--car { background: var(--paper-alt); display: grid; place-items: center; }
.tile__media--car img { object-fit: contain; padding: 6% 4%; }
.tile:hover .tile__media img { transform: scale(1.05); }
.tile__ic {
  position: absolute; left: 16px; bottom: 16px;
  width: 46px; height: 46px; border-radius: 50%;
  background: #fff; display: grid; place-items: center;
}
.tile__ic svg { width: 22px; height: 22px; color: var(--red); }
.tile__body { padding: 20px 2px 0; }
.tile__body h3 { margin-bottom: 9px; }
.tile__body p { margin: 0 0 14px; color: var(--ink-soft); font-size: 15.5px; }

/* --------------------------------------------------------- vehicle grid */

.fleet { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2vw, 26px); }

.veh {
  position: relative; display: flex; flex-direction: column;
  background: #fff; border: 1px solid var(--line); border-radius: 16px;
  padding: 8px 8px 24px; overflow: hidden;
  transition: box-shadow .4s var(--ease), transform .4s var(--ease), border-color .4s var(--ease);
}
.veh:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: #d5d5da; }
.veh__media { position: relative; border-radius: 11px; background: var(--paper-alt); padding: 14px 8px 6px; }
.veh__media img { width: 100%; transition: transform .5s var(--ease); }
.veh:hover .veh__media img { transform: translateX(6px) scale(1.03); }
.veh__cat {
  position: absolute; top: 12px; left: 12px;
  font-family: var(--display); font-size: 9px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--muted);
}
.veh__body { padding: 20px 16px 0; display: flex; flex-direction: column; flex: 1; }
.veh__name { margin: 0 0 8px; }
.veh__desc { margin: 0 0 18px; color: var(--ink-soft); font-size: 14.5px; line-height: 1.55; }
.veh__specs { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 0 0 20px; padding: 15px 0 0; border-top: 1px solid var(--line); list-style: none; }
.veh__specs li { display: flex; align-items: center; gap: 7px; font-size: 13.5px; color: var(--muted); }
.veh__specs svg { width: 16px; height: 16px; }
.veh__foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; }
.veh__price { font-size: 15px; color: var(--muted); white-space: nowrap; }
.veh__price b { display: block; font-family: var(--display); font-size: 17px; font-weight: 400; color: var(--ink); letter-spacing: -0.01em; }

.pricenote { margin: 30px 0 0; font-size: 13.5px; color: var(--muted); text-align: center; }

/* Fleet on the dark band: the treatment Jad kept from Exact Rent Car, used here
   as the one dark moment of an otherwise light site. */
.sec--ink .veh { background: #17171a; border-color: #2e2e36; }
.sec--ink .veh:hover { border-color: #4a4a55; box-shadow: 0 24px 60px rgba(0, 0, 0, .5); }
.sec--ink .veh__media { background: #101013; }
.sec--ink .veh__desc { color: rgba(255, 255, 255, .62); }
.sec--ink .veh__specs { border-top-color: #2e2e36; }
.sec--ink .veh__specs li { color: rgba(255, 255, 255, .55); }
.sec--ink .veh__cat { color: rgba(255, 255, 255, .5); }
.sec--ink .veh__price { color: rgba(255, 255, 255, .55); }
.sec--ink .veh__price b { color: var(--red); }
.sec--ink .veh .btn--line { border-color: rgba(255, 255, 255, .4); color: #fff; }
.sec--ink .veh .btn--line:hover { background: #fff; color: var(--ink); border-color: #fff; }
.sec--ink .pricenote { color: rgba(255, 255, 255, .5); }
.sec--ink .chip { background: transparent; border-color: #33333c; color: rgba(255, 255, 255, .7); }
.sec--ink .chip:hover { border-color: rgba(255, 255, 255, .6); color: #fff; }
.sec--ink .chip[aria-pressed="true"] { background: var(--red); border-color: var(--red); color: #fff; }
.sec--ink .arrowlink { color: #fff; }

/* ------------------------------------------------------------- filters */

.filters { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: clamp(26px, 3vw, 38px); }
.chip {
  padding: 11px 22px; border: 1.5px solid var(--line); background: #fff;
  color: var(--ink-soft); border-radius: 999px; cursor: pointer;
  font-family: var(--body); font-size: 14.5px; font-weight: 600;
  transition: background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease);
}
.chip:hover { border-color: var(--ink); }
.chip[aria-pressed="true"] { background: var(--ink); border-color: var(--ink); color: #fff; }

.veh.is-hidden { display: none; }
.veh.is-entering { animation: cardIn .45s var(--ease) both; }
@keyframes cardIn { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }

/* --------------------------------------------------------------- blocks */

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4.5vw, 68px); align-items: center; }
.split__media { border-radius: 16px; overflow: hidden; }
.split__media img { width: 100%; }

.trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(24px, 3.4vw, 52px); }
.trust__item svg { width: 30px; height: 30px; color: var(--red); margin-bottom: 16px; }
.trust__item h3 { margin-bottom: 9px; }
.trust__item p { margin: 0; color: var(--ink-soft); font-size: 15px; }
.sec--ink .trust__item p { color: rgba(255, 255, 255, .68); }

.steps { counter-reset: st; display: grid; gap: 0; }
.step { counter-increment: st; display: grid; grid-template-columns: auto 1fr auto; gap: clamp(16px, 3vw, 40px); align-items: start; padding: clamp(24px, 3vw, 34px) 0; border-top: 1px solid var(--line); }
.step:last-child { border-bottom: 1px solid var(--line); }
.step::before { content: "0" counter(st); font-family: var(--display); font-size: 14px; color: var(--red); padding-top: 4px; }
.step h3 { margin-bottom: 7px; }
.step p { margin: 0; color: var(--ink-soft); font-size: 15.5px; max-width: 60ch; }
.step__ic svg { width: 30px; height: 30px; color: var(--ink); opacity: .22; }

.callout {
  border-radius: 16px; background: var(--paper-alt);
  padding: clamp(26px, 3.4vw, 44px);
  border-left: 4px solid var(--red);
}
.callout h3 { margin-bottom: 12px; }
.callout p { margin: 0; color: var(--ink-soft); }
.callout p + p { margin-top: 12px; }

/* --------------------------------------------------------------- avis */

.avis { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(22px, 2.6vw, 40px); }
.avis__item { border-top: 2px solid var(--ink); padding-top: 22px; }
.avis__quote { margin: 0 0 16px; font-size: 16px; line-height: 1.72; color: var(--ink-soft); }
.avis__name { margin: 0; font-family: var(--display); font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase; }

/* ------------------------------------------------------------ cta band */

/* The twin claw of the logo, used once per page as a watermark. It is the kit's
   own mark, so it does the decorative job without inventing a shape. */
.cta { position: relative; background: var(--ink); color: #fff; overflow: hidden; }
.cta .h2 { color: #fff; }
.cta .btns { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.cta .wrap { position: relative; z-index: 2; }
.cta__mark {
  position: absolute; right: -3%; top: 50%; transform: translateY(-50%) scaleX(-1);
  height: 118%; width: auto; opacity: .16; pointer-events: none; z-index: 1;
}
@media (max-width: 900px) { .cta__mark { right: -18%; opacity: .1; } }

/* -------------------------------------------------------------- contact */

.contact-grid { display: grid; grid-template-columns: 1fr 1.08fr; gap: clamp(26px, 3.4vw, 54px); align-items: stretch; }
.info { list-style: none; margin: 0; padding: 0; }
.info li { display: flex; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.info li:first-child { padding-top: 0; }
.info svg { width: 21px; height: 21px; flex: none; color: var(--red); margin-top: 4px; }
.info__k { margin: 0 0 3px; font-family: var(--display); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.info__v { margin: 0; font-size: 15.5px; }
.info__v a { text-decoration: none; }
.info__v a:hover { color: var(--red); }

.map { position: relative; min-height: 420px; border-radius: 16px; overflow: hidden; border: 1px solid var(--line); }
.map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.hours { list-style: none; margin: 0; padding: 0; }
.hours li { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
.hours li span:first-child { color: var(--muted); }
.hours li span:last-child { font-variant-numeric: tabular-nums; font-weight: 600; }
.hours li.is-closed span:last-child { color: var(--muted); font-weight: 400; }

/* --------------------------------------------------------------- devis */

.devis { position: fixed; inset: 0; z-index: 200; display: none; }
.devis.open { display: block; }
.devis__back { position: absolute; inset: 0; background: rgba(13, 13, 13, .55); }
.devis__panel {
  position: relative; width: min(560px, calc(100vw - 28px));
  max-height: calc(100dvh - 40px); overflow-y: auto;
  margin: 20px auto; background: #fff; border-radius: 18px;
  padding: clamp(26px, 3.4vw, 40px);
  box-shadow: var(--shadow-lift);
  animation: devisIn .35s var(--ease) both;
}
@keyframes devisIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
.devis__close { position: absolute; top: 16px; right: 16px; width: 38px; height: 38px; border: 1px solid var(--line); background: #fff; color: var(--ink); border-radius: 50%; cursor: pointer; font-size: 16px; line-height: 1; }
.devis__close:hover { border-color: var(--red); color: var(--red); }
.devis__bar { height: 3px; background: var(--line); border-radius: 2px; margin: 16px 0 26px; overflow: hidden; }
.devis__bar i { display: block; height: 100%; width: 33%; background: var(--red); transition: width .35s var(--ease); }
.devis__step { display: none; }
.devis__step.active { display: block; }
.devis__q { margin: 0 0 16px; font-size: 17px; font-weight: 600; }
.devis__opts { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 22px; }
.devis__opt {
  padding: 10px 17px; border: 1.5px solid var(--line); background: #fff; color: var(--ink-soft);
  border-radius: 999px; cursor: pointer; font-family: var(--body); font-size: 14.5px; font-weight: 500;
  transition: border-color .2s var(--ease), color .2s var(--ease), background .2s var(--ease);
}
.devis__opt:hover { border-color: var(--ink); color: var(--ink); }
.devis__opt[aria-pressed="true"] { background: var(--ink); border-color: var(--ink); color: #fff; }
.devis__field { margin-bottom: 20px; }
.devis__field label { display: block; margin-bottom: 8px; font-family: var(--display); font-size: 9.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.devis__field input, .devis__field select {
  width: 100%; height: 50px; padding: 0 14px; background: var(--paper-alt); color: var(--ink);
  border: 1.5px solid transparent; border-radius: 9px; font-family: var(--body); font-size: 15px;
}
.devis__field input:focus, .devis__field select:focus { outline: 0; border-color: var(--red); background: #fff; }
.devis__row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.devis__nav { display: flex; gap: 12px; margin-top: 8px; }
.devis__nav .btn { flex: 1; }
.devis__recap { list-style: none; margin: 0 0 22px; padding: 0; border-top: 1px solid var(--line); }
.devis__recap li { display: flex; justify-content: space-between; gap: 18px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
.devis__recap li span:first-child { color: var(--muted); }
.devis__reveal { display: grid; gap: 10px; margin-bottom: 20px; }
.devis__err { margin: 0 0 14px; color: var(--red); font-size: 13.5px; font-weight: 600; min-height: 20px; }

/* -------------------------------------------------------------- footer */

.footer { background: var(--ink); color: rgba(255, 255, 255, .74); }
.footer__top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: clamp(26px, 3.4vw, 52px); padding: clamp(48px, 6vw, 80px) 0 clamp(34px, 4vw, 54px); }
.footer__logo { height: 58px; width: auto; margin-bottom: 18px; }
.footer__tag { margin: 0; font-size: 14.5px; max-width: 34ch; }
.footer h4 { margin: 0 0 18px; font-family: var(--display); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: #fff; font-weight: 400; }
.footer ul { list-style: none; margin: 0; padding: 0; }
.footer li { margin-bottom: 11px; font-size: 14.5px; }
.footer a { text-decoration: none; transition: color .2s var(--ease); }
.footer a:hover { color: var(--red); }
.footer__contact li { display: flex; gap: 12px; align-items: flex-start; }
.footer__contact svg { width: 16px; height: 16px; flex: none; color: var(--red); margin-top: 5px; }
.footer__bottom { border-top: 1px solid rgba(255, 255, 255, .13); }
.footer__bottom-in { display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; padding: 22px 0; font-size: 12.5px; color: rgba(255, 255, 255, .5); }
.footer__bottom-in a { text-transform: uppercase; letter-spacing: .11em; text-decoration: none; font-size: 11px; }

/* ------------------------------------------------------------- reveals */

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
[data-reveal].in { opacity: 1; transform: none; }
[data-d="1"] { transition-delay: .08s; }
[data-d="2"] { transition-delay: .16s; }
[data-d="3"] { transition-delay: .24s; }
[data-d="4"] { transition-delay: .32s; }
[data-d="5"] { transition-delay: .40s; }

/* --------------------------------------------------------- responsive */

@media (max-width: 1100px) {
  .book { grid-template-columns: 1fr 1fr; }
  .book .btn { grid-column: 1 / -1; }
}

@media (max-width: 1020px) {
  .fleet, .tiles, .avis, .trust { grid-template-columns: repeat(2, 1fr); }
  .footer__top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .nav { grid-template-columns: 1fr auto; }
  .nav__burger { display: flex; }
  .nav__links {
    position: fixed; top: 0; left: 0; width: 100vw; height: 100dvh;
    flex-direction: column; justify-content: center; gap: 24px;
    background: #fff; transform: translateX(100%); transition: transform .4s var(--ease);
    z-index: 100;
  }
  body.nav-open .nav__links { transform: none; }
  body.nav-open { overflow: hidden; }
  /* 44px minimum tap target on the full-screen menu */
  .nav__links a { font-size: 14px; padding: 13px 18px; }
  .footer li { margin-bottom: 4px; }
  .footer ul:not(.footer__contact) a { display: inline-block; padding: 9px 0; }
  .footer__contact a { display: inline-block; padding: 7px 0; }
  .nav__links .nav__cta--menu { display: inline-flex; margin-top: 8px; }
  .nav__end .btn { display: none; }
  .contact-grid, .split { grid-template-columns: 1fr; }
  .step { grid-template-columns: auto 1fr; }
  .step__ic { display: none; }
}

@media (max-width: 680px) {
  .fleet, .tiles, .avis, .trust { grid-template-columns: 1fr; }
  .footer__top { grid-template-columns: 1fr; }
  .book { grid-template-columns: 1fr; }
  .hero { padding-bottom: clamp(70px, 12vw, 110px); }
  .btn { padding: 14px 24px; font-size: 14.5px; }
}

@media (hover: none) {
  .veh:hover { transform: none; }
  .veh:hover .veh__media img { transform: none; }
  .tile:hover .tile__media img { transform: none; }
}

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