/* =========================================================
   Cars on Rent — premium car rental & tours (Northeast India)
   Palette: aqua (primary) · orange (CTA) · white · light green
   ========================================================= */

:root {
  --aqua: #0fb3ad;
  --aqua-dark: #0a8b8a;
  --aqua-deep: #0b2b30;
  --orange: #ff7a1a;
  --orange-dark: #e8630a;
  --green: var(--orange);
  --green-soft: #fff4ee;
  --ink: #10222a;
  --ink-soft: #4a626c;
  --line: #e6eef0;
  --soft: #f5faf9;
  --white: #ffffff;

  --radius: 16px;
  --radius-sm: 10px;
  --shadow-sm: 0 1px 2px rgba(16, 34, 42, .05), 0 6px 18px -10px rgba(16, 34, 42, .12);
  --shadow: 0 24px 60px -30px rgba(11, 43, 48, .35);
  --shadow-lg: 0 40px 90px -40px rgba(11, 43, 48, .5);
  --container: 1200px;
  --ease: cubic-bezier(.22, .8, .28, 1);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 96px; }

body {
  margin: 0;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { line-height: 1.12; letter-spacing: -.02em; margin: 0; font-weight: 800; }
p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }

:focus-visible {
  outline: 3px solid var(--aqua);
  outline-offset: 3px;
  border-radius: 6px;
}

.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 24px; }

/* ---------- typography helpers ---------- */
.eyebrow {
  margin: 0 0 18px;
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .82);
}
.eyebrow--dark { color: var(--aqua-dark); }
.h2 { font-size: clamp(1.9rem, 3.6vw, 3rem); }
.h2--light { color: #fff; }
.lead { font-size: 1.07rem; color: var(--ink-soft); }
p:not(.eyebrow):not(.lead) { color: var(--ink-soft); }

.section { padding: clamp(64px, 8vw, 120px) 0; }
.section--tight { padding: clamp(44px, 5vw, 72px) 0; }
.section--soft { background: var(--soft); }

.section-head { max-width: 640px; margin-bottom: clamp(36px, 5vw, 60px); }
.section-head__sub { margin-top: 14px; font-size: 1.05rem; }

/* ---------- buttons ---------- */
.btn {
  --btn-bg: var(--orange);
  --btn-fg: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 22px;
  border: 0;
  border-radius: 999px;
  background: var(--btn-bg);
  color: var(--btn-fg);
  font: inherit;
  font-weight: 700;
  font-size: .95rem;
  cursor: pointer;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), background-color .25s, color .25s;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 16px 30px -16px rgba(11, 43, 48, .55); }
.btn--lg { padding: 15px 30px; font-size: 1rem; }
.btn--full { width: 100%; }
.btn--primary { --btn-bg: var(--orange); }
.btn--primary:hover { background: var(--orange-dark); }
.btn--accent { --btn-bg: var(--orange); }
.btn--accent:hover { background: var(--orange-dark); }
.btn--ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .45);
}
.btn--ghost-dark { background: transparent; color: var(--ink); border: 1px solid var(--line); }
.btn--glass {
  background: rgba(255, 255, 255, .14);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .4);
  backdrop-filter: blur(10px);
}
.btn--glass:hover { background: rgba(255, 255, 255, .24); }

/* =========================================================
   NAV
   ========================================================= */
.nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 60;
  padding: 16px 0;
  transition: background-color .35s var(--ease), padding .35s var(--ease), box-shadow .35s var(--ease), backdrop-filter .35s;
}
.nav__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }

.nav.is-stuck {
  padding: 10px 0;
  background: rgba(255, 255, 255, .82);
  backdrop-filter: blur(16px) saturate(140%);
  box-shadow: 0 10px 30px -22px rgba(11, 43, 48, .55);
}

.brand { display: inline-flex; align-items: center; gap: 10px; color: #fff; }
.brand__mark {
  display: grid;
  place-items: center;
  width: 38px; height: 38px;
  border-radius: 11px;
  background: linear-gradient(140deg, var(--aqua), var(--orange));
  color: var(--aqua-deep);
}
.brand__mark svg { width: 22px; height: 22px; }
.brand__text { font-weight: 800; letter-spacing: -.02em; font-size: 1.12rem; }
.brand__text span { color: var(--orange); }
.nav.is-stuck .brand { color: var(--ink); }

.nav__links { display: flex; align-items: center; gap: 30px; }
.nav__link {
  position: relative;
  font-size: .94rem;
  font-weight: 600;
  color: rgba(255, 255, 255, .88);
  padding: 4px 0;
  transition: color .25s;
}
.nav__link::after {
  content: "";
  position: absolute;
  left: 0; bottom: -3px;
  width: 100%; height: 2px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s var(--ease);
}
.nav__link:hover::after, .nav__link.is-active::after { transform: scaleX(1); }
.nav.is-stuck .nav__link { color: var(--ink-soft); }
.nav.is-stuck .nav__link.is-active { color: var(--ink); }

.nav__actions { display: flex; align-items: center; gap: 12px; }
.nav.is-stuck .btn--ghost { color: var(--aqua-dark); border-color: rgba(15, 179, 173, .5); }
.nav__mobile-cta { display: none; }

.burger {
  display: none;
  width: 44px; height: 44px;
  border: 0;
  border-radius: 12px;
  background: rgba(255, 255, 255, .16);
  backdrop-filter: blur(8px);
  cursor: pointer;
  position: relative;
}
.burger span {
  position: absolute;
  left: 12px;
  width: 20px; height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform .35s var(--ease), opacity .2s;
}
.burger span:nth-child(1) { top: 15px; }
.burger span:nth-child(2) { top: 21px; }
.burger span:nth-child(3) { top: 27px; }
.nav.is-stuck .burger { background: var(--soft); }
.nav.is-stuck .burger span { background: var(--ink); }
.burger.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.burger.is-open span:nth-child(2) { opacity: 0; }
.burger.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* =========================================================
   HERO
   ========================================================= */
.hero {
  position: relative;
  min-height: min(100svh, 900px);
  display: flex;
  align-items: center;
  padding: 116px 0 128px;
  overflow: hidden;
  isolation: isolate;
}
.hero__media { position: absolute; inset: -6% 0; z-index: -2; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; will-change: transform; }
.hero__veil {
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(180deg, rgba(6, 26, 30, .72) 0%, rgba(6, 26, 30, .32) 38%, rgba(6, 26, 30, .8) 100%),
    linear-gradient(90deg, rgba(6, 26, 30, .6), transparent 65%);
}
.hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .95fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.hero__title { color: #fff; font-size: clamp(2.4rem, 6vw, 4.4rem); max-width: 15ch; }
.hero__sub {
  margin-top: 22px;
  max-width: 48ch;
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  color: rgba(255, 255, 255, .86) !important;
}
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.hero__phone {
  display: inline-flex; align-items: center; gap: 9px;
  margin-top: 22px;
  font-size: .95rem; font-weight: 600;
  color: rgba(255, 255, 255, .82);
}
.hero__phone svg { width: 17px; height: 17px; }
.hero__phone:hover { color: var(--green); }

/* quote card */
.quote-card {
  background: rgba(255, 255, 255, .95);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: 22px;
  padding: 26px;
  box-shadow: var(--shadow-lg);
}
.quote-card__title { font-size: 1.25rem; }
.quote-card__hint { margin-top: 6px; font-size: .9rem; }
.quote-form { margin-top: 20px; display: grid; gap: 14px; }

/* form primitives */
.field { display: grid; gap: 6px; min-width: 0; }
.field label { font-size: .78rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--ink-soft); }
.field input, .field select, .field textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: #fff;
  font: inherit;
  font-size: .95rem;
  color: var(--ink);
  transition: border-color .2s, box-shadow .2s;
}
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--aqua);
  box-shadow: 0 0 0 4px rgba(15, 179, 173, .14);
}
.field.has-error input, .field.has-error select { border-color: #e05a4d; box-shadow: 0 0 0 4px rgba(224, 90, 77, .12); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-note { font-size: .8rem; text-align: center; }

/* =========================================================
   TRUST
   ========================================================= */
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.trust {
  padding: 28px 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .3s;
}
.trust:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.trust__icon {
  display: grid; place-items: center;
  width: 46px; height: 46px;
  border-radius: 13px;
  background: linear-gradient(150deg, rgba(15, 179, 173, .16), rgba(168, 224, 106, .3));
  color: var(--aqua-dark);
  margin-bottom: 18px;
}
.trust__icon svg { width: 23px; height: 23px; }
.trust h3 { font-size: 1.06rem; margin-bottom: 8px; }
.trust p { font-size: .93rem; }

/* =========================================================
   ABOUT
   ========================================================= */
.about {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: clamp(36px, 6vw, 84px);
  align-items: center;
}
.about__media {
  position: relative;
  overflow: hidden;
  border-radius: 26px 26px 120px 26px;
  background: var(--soft);
  box-shadow: var(--shadow);
}
.about__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  aspect-ratio: 4 / 4.6;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
}
.about__chip {
  position: absolute;
  right: 20px;
  bottom: 24px;
  z-index: 2;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 16px;
  padding: 14px 22px;
  box-shadow: 0 16px 36px -12px rgba(11, 43, 48, .4);
  border-left: 4px solid var(--orange);
}
.about__chip strong { display: block; font-size: 1.05rem; }
.about__chip span { font-size: .82rem; color: var(--ink-soft); }
.about__body > * + * { margin-top: 18px; }
.about__list { display: grid; gap: 10px; margin-top: 24px !important; }
.about__list li {
  position: relative;
  padding-left: 30px;
  font-size: .96rem;
  color: var(--ink-soft);
}
.about__list li::before {
  content: "";
  position: absolute; left: 0; top: 8px;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: var(--green-soft);
  box-shadow: inset 0 0 0 2px var(--green);
}
.about__body .btn { margin-top: 30px; }

/* =========================================================
   FLEET
   ========================================================= */
.fleet-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.vcard {
  background: #fff;
  border: 1px solid #dde9ee;
  border-radius: 22px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 18px 42px -32px rgba(11, 43, 48, .45);
  transition: transform .45s var(--ease), box-shadow .45s var(--ease), border-color .35s var(--ease);
}
.vcard:hover {
  transform: translateY(-6px);
  border-color: rgba(15, 179, 173, .28);
  box-shadow: 0 28px 64px -38px rgba(11, 43, 48, .55);
}
.vcard__media {
  position: relative;
  overflow: hidden;
  background: #f9fbfb;
  border-bottom: 1px solid var(--line);
  aspect-ratio: 4 / 3;
}
.vcard__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
  transition: transform .7s var(--ease);
}
.vcard:hover .vcard__media img { transform: scale(1.04); }
.vcard__body {
  padding: 20px 18px 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  flex: 1;
}
.vcard__tag {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #008f75;
  background: #eafbf4;
  padding: 7px 11px;
  border-radius: 999px;
}
.vcard__title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.vcard h3 {
  color: #061c33;
  font-size: 1.18rem;
  letter-spacing: 0;
  line-height: 1.25;
}
.vcard__status {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 6px;
  color: #5a7582;
  font-size: .76rem;
  font-weight: 800;
}
.vcard__status span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #11b889;
}
.vcard__features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
}
.vcard__features li {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  color: #476177;
  font-size: .84rem;
  font-weight: 500;
  line-height: 1.45;
}
.vcard__feature-icon {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: #edf5ff;
  color: #1267f1;
  margin-top: 1px;
}
.vcard__feature-icon svg {
  width: 14px;
  height: 14px;
  stroke-width: 2;
}
.vcard .btn { margin-top: auto; }
.btn--fleet-wa {
  --btn-bg: #0a8b8a;
  --btn-fg: #fff;
  border: 1px solid rgba(10, 139, 138, .16);
  box-shadow: 0 12px 24px -18px rgba(10, 139, 138, .8);
}
.btn--fleet-wa:hover {
  background: #087977;
  box-shadow: 0 18px 32px -20px rgba(10, 139, 138, .85);
}

/* =========================================================
   DESTINATIONS
   ========================================================= */
.dest-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.dcard {
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  min-height: 300px;
  color: #fff;
  isolation: isolate;
  border: 0;
  padding: 0;
  text-align: left;
  cursor: pointer;
  background: #0b2b30;
  font: inherit;
}
.dcard img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: -2;
  transition: transform .9s var(--ease);
}
.dcard::after {
  content: "";
  position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(6, 26, 30, .05) 30%, rgba(6, 26, 30, .82) 100%);
  transition: opacity .4s;
}
.dcard:hover img { transform: scale(1.09); }
.dcard__body {
  position: absolute;
  inset: auto 0 0 0;
  padding: 22px;
  display: grid;
  gap: 6px;
}
.dcard h3 { font-size: 1.2rem; }
.dcard p { color: rgba(255, 255, 255, .82) !important; font-size: .87rem; }
.dcard__cta {
  display: inline-flex; align-items: center; gap: 8px;
  margin-top: 8px;
  font-size: .84rem; font-weight: 700;
  color: var(--green);
}
.dcard__cta svg { width: 16px; height: 16px; transition: transform .35s var(--ease); }
.dcard:hover .dcard__cta svg { transform: translateX(5px); }
.dcard--tall { grid-row: span 2; min-height: 100%; }

/* =========================================================
   SERVICES
   ========================================================= */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.service { background: #fff; padding: 34px 30px; transition: background-color .3s; }
.service:hover { background: #fff; box-shadow: var(--shadow); position: relative; z-index: 2; }
.service__ico {
  display: grid; place-items: center;
  width: 42px; height: 42px;
  border-radius: 12px;
  background: var(--green-soft);
  color: var(--aqua-dark);
  margin-bottom: 16px;
}
.service__ico svg { width: 21px; height: 21px; }
.service h3 { font-size: 1.05rem; margin-bottom: 8px; }
.service p { font-size: .92rem; }

/* =========================================================
   WHY
   ========================================================= */
.why__inner { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(32px, 5vw, 72px); }
.why__head > * + * { margin-top: 16px; }
.why__list { display: grid; gap: 2px; }
.why__list li {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 2px 18px;
  padding: 22px 4px;
  border-top: 1px solid var(--line);
  align-items: start;
}
.why__list li:last-child { border-bottom: 1px solid var(--line); }
.why__list span {
  grid-column: 1;
  grid-row: 1 / span 2;
  font-weight: 800; color: var(--aqua); font-size: 1.05rem;
}
.why__list h3 { grid-column: 2; grid-row: 1; font-size: 1.05rem; }
.why__list p { grid-column: 2; grid-row: 2; font-size: .93rem; margin-top: 4px; }

/* =========================================================
   GALLERY CARDS & FILTERS
   ========================================================= */
/* =========================================================
   GALLERY CARDS (PURE PHOTO CARDS)
   ========================================================= */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.gcard {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background: #edf3f4;
  aspect-ratio: 4 / 3;
  width: 100%;
  cursor: zoom-in;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: 0 8px 24px -12px rgba(11, 43, 48, .25);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .3s;
}
.gcard:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: rgba(15, 179, 173, .4);
}
.gcard img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .6s var(--ease);
}
.gcard:hover img {
  transform: scale(1.06);
}

.gcard__zoom {
  position: absolute;
  bottom: 14px;
  right: 14px;
  z-index: 2;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(11, 43, 48, .82);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #ffffff;
  display: grid;
  place-items: center;
  opacity: 0;
  transform: scale(.82);
  transition: opacity .3s var(--ease), transform .3s var(--ease);
  box-shadow: 0 4px 14px rgba(0, 0, 0, .2);
}
.gcard__zoom svg {
  width: 18px;
  height: 18px;
}
.gcard:hover .gcard__zoom {
  opacity: 1;
  transform: scale(1);
}

.gallery-empty {
  text-align: center;
  padding: 48px 24px;
  background: #ffffff;
  border: 1px dashed var(--line);
  border-radius: var(--radius);
  max-width: 460px;
  margin: 0 auto;
  box-shadow: 0 4px 20px -8px rgba(11, 43, 48, .08);
}
.gallery-empty[hidden] {
  display: none !important;
}
.gallery-empty__icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: var(--green-soft);
  color: var(--aqua-dark);
  margin: 0 auto 16px;
}
.gallery-empty__icon svg {
  width: 26px;
  height: 26px;
}
.gallery-empty h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 6px;
}
.gallery-empty p {
  font-size: .93rem;
  color: var(--ink-soft);
  margin: 0;
}

/* lightbox */
.lightbox {
  position: fixed; inset: 0; z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 24px;
  background: rgba(5, 18, 22, .94);
  backdrop-filter: blur(6px);
  animation: fade .25s var(--ease);
}
.lightbox[hidden] { display: none; }
.lightbox__img {
  display: block;
  width: min(92vw, 900px);
  max-width: 900px;
  height: auto;
  max-height: 84vh;
  border-radius: 12px;
  object-fit: contain;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .35);
}
.lightbox__nav, .lightbox__close {
  border: 1px solid rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .08);
  color: #fff;
  width: 48px; height: 48px;
  border-radius: 50%;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  transition: background-color .25s;
}
.lightbox__nav:hover, .lightbox__close:hover { background: rgba(255, 255, 255, .2); }
.lightbox__close { position: absolute; top: 20px; right: 20px; font-size: 1.5rem; }
.lightbox__count { position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%); color: rgba(255, 255, 255, .7) !important; font-size: .85rem; }

/* =========================================================
   CTA
   ========================================================= */
.cta { position: relative; padding: clamp(72px, 9vw, 130px) 0; isolation: isolate; overflow: hidden; }
.cta__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.cta__veil {
  position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(120deg, rgba(10, 66, 68, .9), rgba(11, 43, 48, .68) 55%, rgba(30, 120, 90, .6));
}
.cta__inner { text-align: center; max-width: 760px; margin-inline: auto; }
.cta__inner p { color: rgba(255, 255, 255, .85) !important; margin-top: 18px; font-size: 1.07rem; }
.cta__buttons { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 34px; }

/* =========================================================
   CONTACT
   ========================================================= */
.contact { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(28px, 4vw, 56px); align-items: stretch; }
.contact__info { display: flex; flex-direction: column; }
.contact__list { display: grid; gap: 22px; margin-bottom: 26px; }
.contact__list li { display: grid; grid-template-columns: 44px 1fr; gap: 16px; align-items: start; }
.contact__ico {
  display: grid; place-items: center;
  width: 44px; height: 44px;
  border-radius: 13px;
  background: var(--green-soft);
  color: var(--aqua-dark);
}
.contact__ico svg { width: 21px; height: 21px; }
.contact__list strong { font-size: .95rem; }
.contact__list p { font-size: .94rem; }
.contact__list a:hover { color: var(--aqua-dark); }

.map { margin-top: 26px; flex: 1; min-height: 300px; display: flex; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.map iframe { width: 100%; height: 100%; min-height: 300px; border: 0; display: block; filter: saturate(.9); }

.enquiry {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: clamp(24px, 3vw, 34px);
  box-shadow: var(--shadow);
  display: grid;
  gap: 16px;
}
.enquiry__title { font-size: 1.3rem; }

/* =========================================================
   FOOTER
   ========================================================= */
.footer { background: var(--aqua-deep); color: rgba(255, 255, 255, .74); padding: clamp(52px, 6vw, 84px) 0 0; }
.footer__inner { display: grid; grid-template-columns: 1.4fr 1fr 1.2fr; gap: 40px; }
.footer p, .footer a { color: rgba(255, 255, 255, .72); font-size: .93rem; }
.footer__brand .brand { color: #fff; margin-bottom: 16px; }
.footer__brand p { max-width: 34ch; }
.footer__brand .btn { margin-top: 20px; color: #fff; }
.footer__col h3 { color: #fff; font-size: .95rem; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 16px; }
.footer__col a { display: block; padding: 5px 0; transition: color .25s, transform .25s; }
.footer__col a:hover { color: var(--green); }
.footer__col p + p { margin-top: 8px; }
.footer__bottom {
  margin-top: 48px;
  padding: 22px 24px;
  border-top: 1px solid rgba(255, 255, 255, .12);
}
.footer__bottom p { font-size: .85rem; text-align: center; }

/* =========================================================
   FLOATING ACTIONS
   ========================================================= */
.fabs { position: fixed; right: 18px; bottom: 18px; z-index: 90; display: grid; gap: 12px; justify-items: end; }
.fab {
  position: relative;
  display: grid; place-items: center;
  width: 52px; height: 52px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 14px 30px -12px rgba(11, 43, 48, .6);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.fab svg { width: 25px; height: 25px; }
.fab:hover { transform: translateY(-3px) scale(1.05); }
.fab--wa { background: #25d366; }
.fab--call { background: var(--orange); }
.fab--top { background: var(--aqua-deep); }
.fab::before {
  content: attr(data-tip);
  position: absolute;
  right: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%) translateX(6px);
  background: var(--aqua-deep);
  color: #fff;
  font-size: .78rem;
  font-weight: 600;
  padding: 7px 12px;
  border-radius: 8px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s, transform .25s var(--ease);
}
.fab:hover::before, .fab:focus-visible::before { opacity: 1; transform: translateY(-50%) translateX(0); }

/* toast */
.toast {
  position: fixed;
  left: 50%; bottom: 28px;
  transform: translate(-50%, 20px);
  z-index: 210;
  background: var(--aqua-deep);
  color: #fff;
  font-size: .9rem;
  font-weight: 600;
  padding: 13px 20px;
  border-radius: 12px;
  box-shadow: var(--shadow-lg);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s, transform .3s var(--ease);
  max-width: min(90vw, 420px);
}
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

/* =========================================================
   REVEAL ANIMATIONS
   ========================================================= */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }

@keyframes fade { from { opacity: 0; } to { opacity: 1; } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1180px) {
  .dest-grid { grid-template-columns: repeat(3, 1fr); }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 1024px) {
  .hero__inner { grid-template-columns: 1fr; }
  .quote-card { max-width: 520px; }
  .trust-grid, .fleet-grid, .services-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .about, .why__inner, .contact { grid-template-columns: 1fr; }
  .about__media img { aspect-ratio: 16 / 11; border-radius: 22px; }
  .about__chip { right: 18px; bottom: 18px; }
  .dcard--tall { grid-row: auto; min-height: 300px; }
}

@media (max-width: 900px) {
  .nav__links {
    position: fixed;
    inset: 0 0 auto;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 96px 24px 28px;
    background: #fff;
    box-shadow: var(--shadow);
    transform: translateY(-102%);
    transition: transform .45s var(--ease);
    max-height: 100svh;
    overflow-y: auto;
  }
  .nav__links.is-open { transform: none; }
  .nav__link { color: var(--ink) !important; font-size: 1.05rem; padding: 13px 0; border-bottom: 1px solid var(--line); }
  .nav__link::after { display: none; }
  .nav__link.is-active { color: var(--aqua-dark) !important; }
  .nav__mobile-cta { display: grid; gap: 10px; margin-top: 20px; }
  .nav__actions .btn { display: none; }
  .burger { display: block; }
  .hero { min-height: 0; }
  .dest-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .container { padding-inline: 18px; }
  .hero {
    padding: 110px 0 38px;
    min-height: auto;
    text-align: center;
  }
  .hero__copy { text-align: center; margin-inline: auto; }
  
  /* Remove hero section form on mobile screens */
  .quote-card { display: none !important; }

  /* Compact hero section buttons for mobile */
  .hero__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    max-width: 360px;
    margin: 22px auto 0;
  }
  .hero__cta .btn {
    width: auto;
    flex: 1 1 135px;
    padding: 10px 16px;
    font-size: .88rem;
    font-weight: 600;
    border-radius: 12px;
    text-align: center;
  }

  .footer__inner { grid-template-columns: 1fr; gap: 32px; }
  .field-row { grid-template-columns: 1fr; }
  .cta__buttons .btn { width: 100%; padding: 12px 20px; font-size: .92rem; }

  .trust-grid,
  .dest-grid,
  .services-grid,
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px;
  }

  .fleet-grid {
    display: flex;
    gap: 14px;
    margin-inline: -18px;
    padding: 2px 18px 14px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 18px;
    -webkit-overflow-scrolling: touch;
  }
  .fleet-grid::-webkit-scrollbar { display: none; }
  .fleet-grid { scrollbar-width: none; }
  .fleet-grid .vcard {
    flex: 0 0 min(88vw, 340px);
    scroll-snap-align: start;
    border-radius: 22px;
  }
  .vcard:hover { transform: none; }
  .vcard__media { aspect-ratio: 4 / 3; }
  .vcard__body { padding: 19px 18px 24px; gap: 18px; }
  .vcard h3 { font-size: 1.18rem; }
  .vcard__features {
    gap: 10px 12px;
  }
  .vcard__features li {
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 8px;
    font-size: .84rem;
    line-height: 1.42;
  }

  .service { padding: 18px 14px; }
  .service__ico { width: 36px; height: 36px; margin-bottom: 12px; }
  .service__ico svg { width: 18px; height: 18px; }
  .service h3 { font-size: .94rem; margin-bottom: 4px; }
  .service p { font-size: .8rem; }

  .trust { padding: 18px 14px; }
  .trust__icon { width: 38px; height: 38px; margin-bottom: 12px; }
  .trust__icon svg { width: 20px; height: 20px; }
  .trust h3 { font-size: .94rem; margin-bottom: 4px; }
  .trust p { font-size: .8rem; }

  .dcard { min-height: 210px; border-radius: 16px; }
  .dcard__body { padding: 14px; gap: 4px; }
  .dcard h3 { font-size: .98rem; }
  .dcard p { font-size: .78rem; }
  .dcard__cta { font-size: .76rem; margin-top: 4px; }

  .footer__inner { grid-template-columns: 1fr; gap: 32px; }
  .field-row { grid-template-columns: 1fr; }
  .hero__cta .btn, .cta__buttons .btn { width: 100%; }
  .lightbox { grid-template-columns: 1fr; padding: 14px; }
  .lightbox__nav { position: absolute; bottom: 54px; }
  .lightbox__nav--prev { left: 20px; }
  .lightbox__nav--next { right: 20px; }
  .fabs {
    right: 12px;
    bottom: 12px;
    display: grid;
    gap: 8px;
    justify-items: end;
  }
  .fab { width: 48px; height: 48px; }
  .fab--top { display: none; }
  .fab::before { display: none; }
}

@media (max-width: 420px) {
  .trust-grid,
  .dest-grid,
  .services-grid,
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 8px;
  }
  .fleet-grid {
    gap: 14px;
  }
  .fleet-grid .vcard {
    flex-basis: calc(100vw - 36px);
  }
  .vcard__media { aspect-ratio: 4 / 3; }
  .vcard__tag {
    top: 17px;
    left: 16px;
  }
}
