:root {
  --ink: #111827;
  --muted: #5f6b7a;
  --brand: #0d2f95;
  --brand-dark: #071c58;
  --accent: #ffd400;
  --accent-deep: #f2b900;
  --accent-soft: #fff5b8;
  --surface: #ffffff;
  --soft: #f5f7ff;
  --line: #dfe6fb;
  --shadow: 0 24px 70px rgba(13, 47, 149, .14);
}

* { box-sizing: border-box; }

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.6;
  background:
    linear-gradient(180deg, rgba(245,247,255,.9), rgba(255,255,255,0) 460px),
    #fff;
}

a { color: inherit; text-decoration: none; }
img, video { max-width: 100%; display: block; }

.wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.topbar {
  background: var(--brand);
  color: #fff;
  font-size: 16px;
  border-bottom: 2px solid var(--accent);
}

.topbar-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px;
  min-height: 49px;
}

.topbar a { color: #fff; }

.topbar .wrap {
  width: min(1340px, calc(100% - 32px));
}

.top-contact,
.top-actions {
  display: flex;
  gap: 11px;
  align-items: center;
  flex-wrap: wrap;
  min-width: 0;
}

.top-contact { font-weight: 500; }

.top-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 1;
}

.top-icon {
  font-size: 21px;
  line-height: 1;
}

.top-separator {
  color: rgba(255,255,255,.72);
}

.top-actions {
  justify-content: flex-end;
  font-size: 15px;
  font-weight: 500;
}

.social-link {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  color: #fff;
  font-weight: 800;
  line-height: 1;
  font-size: 0;
  text-align: center;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
  vertical-align: middle;
}

.social-link:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--brand-dark);
  transform: translateY(-2px);
}

.social-link::before {
  width: 16px;
  height: 16px;
  display: block;
  background: currentColor;
  content: "";
  margin: auto;
  transform: translateY(0);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

.social-facebook::before {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.1 8.1H17V5h-2.7C11.4 5 10 6.7 10 9.2V11H7v3.3h3V22h3.5v-7.7h2.9l.5-3.3h-3.4V9.5c0-.9.3-1.4 1.6-1.4Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.1 8.1H17V5h-2.7C11.4 5 10 6.7 10 9.2V11H7v3.3h3V22h3.5v-7.7h2.9l.5-3.3h-3.4V9.5c0-.9.3-1.4 1.6-1.4Z'/%3E%3C/svg%3E");
}

.social-instagram::before {
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.8 2h8.4C19.4 2 22 4.6 22 7.8v8.4c0 3.2-2.6 5.8-5.8 5.8H7.8C4.6 22 2 19.4 2 16.2V7.8C2 4.6 4.6 2 7.8 2Zm0 2A3.8 3.8 0 0 0 4 7.8v8.4A3.8 3.8 0 0 0 7.8 20h8.4a3.8 3.8 0 0 0 3.8-3.8V7.8A3.8 3.8 0 0 0 16.2 4H7.8Zm8.7 2.2a1.3 1.3 0 1 1 0 2.6 1.3 1.3 0 0 1 0-2.6ZM12 7a5 5 0 1 1 0 10 5 5 0 0 1 0-10Zm0 2a3 3 0 1 0 0 6 3 3 0 0 0 0-6Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.8 2h8.4C19.4 2 22 4.6 22 7.8v8.4c0 3.2-2.6 5.8-5.8 5.8H7.8C4.6 22 2 19.4 2 16.2V7.8C2 4.6 4.6 2 7.8 2Zm0 2A3.8 3.8 0 0 0 4 7.8v8.4A3.8 3.8 0 0 0 7.8 20h8.4a3.8 3.8 0 0 0 3.8-3.8V7.8A3.8 3.8 0 0 0 16.2 4H7.8Zm8.7 2.2a1.3 1.3 0 1 1 0 2.6 1.3 1.3 0 0 1 0-2.6ZM12 7a5 5 0 1 1 0 10 5 5 0 0 1 0-10Zm0 2a3 3 0 1 0 0 6 3 3 0 0 0 0-6Z'/%3E%3C/svg%3E");
}

}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 42px rgba(8, 21, 29, .08);
}

.navbar {
  position: relative;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  font-size: clamp(15px, 2vw, 22px);
  letter-spacing: 0;
  color: var(--brand-dark);
}

.logo img {
  width: auto;
  height: 64px;
  object-fit: contain;
}

.logo-mark {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(255,255,255,.22), transparent 42%),
    linear-gradient(135deg, var(--brand-dark), var(--brand));
  border: 1px solid rgba(255,212,0,.62);
  box-shadow: 0 14px 30px rgba(13, 47, 149, .2);
  font-size: 15px;
}

.nav-links {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
}

.nav-links > li { position: relative; }
.nav-links a {
  display: block;
  padding: 11px 10px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 6px;
}

.nav-links a:hover {
  color: var(--brand-dark);
  background: var(--accent-soft);
}

.has-menu > ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 235px;
  margin: 0;
  padding: 8px;
  list-style: none;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: .2s ease;
}

.has-menu:hover > ul,
.has-menu:focus-within > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.menu-toggle {
  display: none;
  border: 0;
  background: var(--brand-dark);
  color: #fff;
  padding: 10px 14px;
  font-weight: 800;
}

.hero-slider {
  height: min(820px, 86vh);
  min-height: 620px;
  overflow: hidden;
  position: relative;
  background:
    radial-gradient(circle at 72% 18%, rgba(255,212,0,.32), transparent 28%),
    linear-gradient(120deg, #06123f, var(--brand) 54%, var(--brand-dark));
}

.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1);
  transition: opacity .9s ease, transform 6s ease;
}

.slide.active {
  opacity: 1;
  transform: scale(1.06);
  z-index: 1;
}

.slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fallback-vehicle {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}

.slide.has-image .fallback-vehicle { display: none; }

.vehicle-shape {
  width: min(760px, 76vw);
  height: 250px;
  border-radius: 34px 58px 20px 20px;
  background:
    linear-gradient(180deg, #ffffff, #d8ddd8),
    linear-gradient(90deg, transparent, rgba(255,212,0,.2));
  border: 1px solid rgba(255,255,255,.52);
  box-shadow: 0 54px 110px rgba(0,0,0,.36);
  position: relative;
}

.vehicle-shape::before {
  content: "";
  position: absolute;
  left: 70px;
  right: 120px;
  top: 44px;
  height: 72px;
  background: repeating-linear-gradient(90deg, #123fbd 0 82px, transparent 82px 96px);
  border-radius: 12px;
}

.vehicle-shape::after {
  content: "";
  position: absolute;
  left: 90px;
  right: 90px;
  bottom: -32px;
  height: 64px;
  background: radial-gradient(circle at 70px 32px, #17212f 0 31px, transparent 32px),
              radial-gradient(circle at calc(100% - 70px) 32px, #17212f 0 31px, transparent 32px);
}

.hero-copy {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  padding-top: 22px;
}

.hero-copy p,
.eyebrow {
  margin: 0 0 10px;
  color: var(--accent);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
}

.hero-copy h1 {
  max-width: 660px;
  margin: 0 0 26px;
  font-size: clamp(30px, 5vw, 56px);
  line-height: 1.02;
  letter-spacing: 0;
  text-shadow: 0 16px 42px rgba(0,0,0,.42);
}

.btn {
  width: fit-content;
  border: 0;
  padding: 14px 22px;
  font-weight: 800;
  border-radius: 6px;
  box-shadow: 0 16px 32px rgba(13,47,149,.18);
}

.btn.primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-deep));
  color: #071c58;
}
.btn.dark {
  background: linear-gradient(135deg, var(--brand-dark), var(--brand));
  color: #fff;
}

.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.enquiry-form .btn.dark {
  min-width: 190px;
  padding: 16px 26px;
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  border: 1px solid rgba(255, 212, 0, .34);
  box-shadow: 0 18px 38px rgba(13, 47, 149, .2);
  transition: transform .2s ease, box-shadow .2s ease;
}

.enquiry-form .btn.dark:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 48px rgba(13, 47, 149, .28);
}

.profile-intro,
.split-section {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 58px;
  padding: 104px 0;
  align-items: stretch;
}

.split-section:not(.service-overview) {
  position: relative;
  isolation: isolate;
}

.split-section:not(.service-overview)::before {
  content: "";
  position: absolute;
  inset: 48px calc(50% - 50vw);
  z-index: -1;
  background:
    radial-gradient(circle at 82% 16%, rgba(255,212,0,.12), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(245,247,255,.86));
  border-top: 1px solid rgba(13, 47, 149, .07);
  border-bottom: 1px solid rgba(13, 47, 149, .07);
}

.split-section:not(.service-overview) > div:first-child {
  position: relative;
  padding: 42px 42px 40px;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(13, 47, 149, .1);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(13, 47, 149, .08);
}

.split-section:not(.service-overview) > div:first-child,
.split-section:not(.service-overview) > .page-media-card {
  min-height: 440px;
}

.split-section:not(.service-overview) > div:first-child::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--brand), var(--accent));
}

.split-section:not(.service-overview) h2 {
  margin-bottom: 22px;
  font-size: clamp(28px, 3vw, 42px);
}

.split-section:not(.service-overview) p {
  max-width: 720px;
  font-size: 16px;
  line-height: 1.8;
}

.profile-intro {
  position: relative;
}

.profile-intro::before {
  content: "";
  position: absolute;
  left: -36px;
  top: 76px;
  width: 74px;
  height: 4px;
  background: linear-gradient(90deg, var(--accent), var(--brand));
  border-radius: 999px;
}

h2 {
  margin: 0 0 18px;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.12;
  letter-spacing: 0;
  color: var(--brand-dark);
}

.intro-copy p:not(.eyebrow), .split-section p, .site-footer p {
  color: var(--muted);
}

.intro-copy h2 {
  max-width: 660px;
  font-size: clamp(30px, 4vw, 36px);
}

.intro-copy p:not(.eyebrow) {
  max-width: 720px;
  font-size: 16px;
  line-height: 1.8;
}

.intro-highlights {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.intro-highlights span {
  padding: 10px 14px;
  color: var(--brand-dark);
  background: linear-gradient(135deg, #fffbe2, #eef3ff);
  border: 1px solid rgba(13, 47, 149, .12);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 12px 26px rgba(13, 47, 149, .08);
}

.video-panel {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255,255,255,.94), rgba(247,249,255,.98));
  border: 1px solid rgba(13, 47, 149, .14);
  padding: 14px;
  border-radius: 8px;
  box-shadow: 0 34px 90px rgba(13, 47, 149, .16);
  overflow: hidden;
}

.video-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--brand), var(--accent));
}

.video-panel::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 212, 0, .26);
  border-radius: 6px;
  pointer-events: none;
}

.video-panel video {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: var(--brand-dark);
  border-radius: 6px;
  box-shadow: 0 18px 44px rgba(6, 18, 63, .22);
}

.video-panel p {
  margin: 10px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}

.service-band {
  background:
    radial-gradient(circle at 18% 0, rgba(255,212,0,.12), transparent 32%),
    linear-gradient(180deg, #f7f9ff 0%, #ffffff 72%);
  padding: 92px 0 96px;
  border-top: 1px solid rgba(13, 47, 149, .08);
  border-bottom: 1px solid rgba(13, 47, 149, .08);
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 34px;
}

.vehicle-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

.vehicle-card {
  min-height: 376px;
  background: #fff;
  border: 1px solid rgba(13, 47, 149, .12);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 22px 60px rgba(13, 47, 149, .1);
}

.vehicle-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
  height: 6px;
  background: linear-gradient(90deg, var(--brand) 0%, var(--accent) 100%);
}

.vehicle-card::after {
  content: "View details";
  position: absolute;
  right: 22px;
  bottom: 22px;
  padding: 8px 14px;
  color: var(--brand-dark);
  background: linear-gradient(135deg, var(--accent), var(--accent-deep));
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 10px 22px rgba(242, 185, 0, .24);
}

.vehicle-card:hover {
  transform: translateY(-8px);
  border-color: rgba(13, 47, 149, .25);
  box-shadow: 0 32px 80px rgba(13, 47, 149, .18);
}

.vehicle-card figure {
  height: 230px;
  margin: 0;
  padding: 0;
  background: #eef3ff;
  overflow: hidden;
}

.vehicle-card img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  transition: transform .3s ease;
}

.vehicle-card:hover img {
  transform: scale(1.045);
}

.vehicle-card-body {
  min-height: 180px;
  padding: 24px 22px 70px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), #fff),
    linear-gradient(135deg, rgba(13,47,149,.05), rgba(255,212,0,.08));
}

.vehicle-card span {
  color: var(--brand);
  display: block;
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.vehicle-card strong {
  display: block;
  color: #06123f;
  font-size: 24px;
  line-height: 1.15;
}

.vehicle-card em {
  display: block;
  min-height: 42px;
  margin-top: 10px;
  color: var(--muted);
  font-style: normal;
  font-weight: 600;
  line-height: 1.35;
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 14px 0 14px 42px;
  position: relative;
  border-bottom: 1px solid var(--line);
  color: #06123f;
  font-size: 16px;
  font-weight: 600;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background:
    radial-gradient(circle at 35% 35%, #fff7b8 0 20%, var(--accent) 21% 48%, var(--brand) 49% 100%);
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(13, 47, 149, .18);
}

.contact-links li {
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 4px;
  min-height: 0;
  overflow-wrap: anywhere;
  line-height: 1.45;
}

.contact-links a {
  color: var(--brand);
  text-decoration: none;
}

.contact-links a:hover {
  color: var(--brand-dark);
  text-decoration: underline;
}

.contact-section {
  position: relative;
  isolation: isolate;
  padding: 104px 0;
}

.contact-section::before {
  content: "";
  position: absolute;
  inset: 48px calc(50% - 50vw);
  z-index: -1;
  background:
    radial-gradient(circle at 82% 16%, rgba(255,212,0,.12), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(245,247,255,.86));
  border-top: 1px solid rgba(13, 47, 149, .07);
  border-bottom: 1px solid rgba(13, 47, 149, .07);
}

.contact-main {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 58px;
  align-items: stretch;
}

.contact-card {
  position: relative;
  padding: 42px 42px 40px;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(13, 47, 149, .1);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(13, 47, 149, .08);
  overflow: hidden;
}

.contact-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--brand), var(--accent));
}

.contact-card h2 {
  margin-bottom: 22px;
  font-size: clamp(26px, 3vw, 38px);
}

.contact-section .map-box,
.contact-section .map-box iframe {
  min-height: 100%;
}

.contact-directory {
  margin-top: 34px;
}

.contact-directory-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.contact-directory h3 {
  margin: 0 0 14px;
  color: var(--brand-dark);
  font-size: 20px;
}

.contact-directory-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-directory-list li {
  padding: 13px 16px;
  background: #f8faff;
  border: 1px solid rgba(13, 47, 149, .1);
  border-radius: 8px;
  font-weight: 700;
}

.contact-directory-list a {
  color: var(--brand);
  overflow-wrap: anywhere;
  text-decoration: none;
}

.contact-directory-list a:hover {
  color: var(--brand-dark);
  text-decoration: underline;
}

.service-overview {
  position: relative;
  gap: 28px;
  align-items: stretch;
  padding: 96px 0;
}

.service-overview::before {
  content: "";
  position: absolute;
  inset: 44px calc(50% - 50vw);
  z-index: -1;
  background:
    radial-gradient(circle at 82% 18%, rgba(255,212,0,.13), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f5f7ff 100%);
  border-top: 1px solid rgba(13, 47, 149, .08);
  border-bottom: 1px solid rgba(13, 47, 149, .08);
}

.overview-panel {
  position: relative;
  padding: 42px 42px 38px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.9));
  border: 1px solid rgba(13, 47, 149, .12);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(13, 47, 149, .1);
  overflow: hidden;
}

.overview-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--brand), var(--accent));
}

.overview-panel.featured {
  background:
    linear-gradient(145deg, rgba(7,28,88,.98), rgba(13,47,149,.94));
  border-color: rgba(255, 212, 0, .32);
  box-shadow: 0 32px 82px rgba(6, 18, 63, .22);
}

.overview-panel.featured h2,
.overview-panel.featured .eyebrow {
  color: #fff;
}

.overview-panel.featured .eyebrow {
  color: var(--accent);
}

.service-overview h2 {
  margin-bottom: 26px;
  font-size: clamp(28px, 3vw, 42px);
}

.overview-panel h3 {
  margin: 24px 0 8px;
  color: var(--brand-dark);
  font-size: 20px;
}

.overview-panel p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.overview-panel.featured .check-list li {
  color: #eef3ff;
  border-bottom-color: rgba(255,255,255,.16);
}

.overview-panel .check-list li {
  min-height: 62px;
  display: flex;
  align-items: center;
  padding: 16px 0 16px 44px;
  color: #071c58;
  font-size: 16px;
  font-weight: 600;
}

.overview-panel .check-list li::before {
  top: 50%;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
  background:
    radial-gradient(circle at 35% 35%, #fff7b8 0 18%, var(--accent) 19% 45%, var(--brand) 46% 100%);
  box-shadow: 0 8px 18px rgba(13, 47, 149, .18);
}

.profile-page {
  background:
    linear-gradient(180deg, #ffffff 0%, #f7f9ff 32%, #ffffff 68%, #f5f7ff 100%);
}

.profile-page .profile-hero {
  padding: 118px 0 126px;
  background:
    linear-gradient(90deg, rgba(6,18,63,.94), rgba(13,47,149,.78) 54%, rgba(6,18,63,.68)),
    url("assets/urbani.jpeg") center 42% / cover;
}

.profile-page .profile-hero .eyebrow {
  color: var(--accent);
  letter-spacing: .08em;
}

.profile-page .profile-hero h1 {
  max-width: 880px;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.02;
  text-shadow: 0 18px 48px rgba(0,0,0,.38);
}

.profile-luxury-intro {
  gap: 52px;
  padding: 66px 0 52px;
  align-items: center;
}

.profile-copy-card {
  position: relative;
  padding: 34px 38px;
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(13,47,149,.1);
  border-radius: 8px;
  box-shadow: 0 28px 76px rgba(13,47,149,.08);
  backdrop-filter: blur(10px);
}

.profile-copy-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--brand), var(--accent));
}

.profile-copy-card h2 {
  max-width: 620px;
  margin-bottom: 24px;
  font-size: clamp(30px, 3.4vw, 44px);
}

.profile-copy-card p,
.profile-cta-section p {
  color: #526079;
  font-size: 16px;
  line-height: 1.9;
}

.profile-page strong {
  color: #071c58;
  font-weight: 900;
}

.profile-page .video-panel {
  padding: 16px;
  background: #fff;
  border-color: rgba(255,212,0,.34);
  box-shadow: 0 36px 90px rgba(6,18,63,.16);
}

.profile-page .video-panel video {
  aspect-ratio: 4 / 3;
}

.profile-service-cards {
  gap: 32px;
  padding: 56px 0;
}

.profile-service-cards::before,
.profile-cta-section::before {
  background:
    radial-gradient(circle at 88% 16%, rgba(255,212,0,.18), transparent 25%),
    linear-gradient(180deg, #f8faff 0%, #ffffff 100%);
}

.profile-service-cards > div,
.profile-cta-section > div {
  min-height: 0 !important;
  padding: 38px 40px 34px !important;
  background: rgba(255,255,255,.92) !important;
  border-color: rgba(13,47,149,.11) !important;
  box-shadow: 0 30px 80px rgba(13,47,149,.09) !important;
}

.profile-service-cards > div:first-child {
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(248,250,255,.98)) !important;
}

.profile-service-cards > div:nth-child(2),
.profile-cta-section > div:nth-child(2) {
  align-self: center;
  background:
    linear-gradient(145deg, rgba(255,255,255,.96), rgba(250,252,255,.9)) !important;
}

.profile-page .check-list li {
  min-height: 48px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #10245c;
  font-size: 15px;
}

.profile-trust-panel {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 28px;
  padding: 56px 0;
}

.profile-trust-panel::before {
  background:
    radial-gradient(circle at 14% 0, rgba(255,212,0,.12), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f2f5ff 100%);
}

.profile-trust-panel .overview-panel {
  padding: 38px 40px 34px;
}

.profile-trust-panel .overview-panel.featured {
  background:
    linear-gradient(145deg, rgba(5,19,68,.98), rgba(13,47,149,.96) 62%, rgba(7,28,88,.98));
}

.profile-trust-panel .overview-panel:not(.featured) {
  background: rgba(255,255,255,.94);
}

.profile-trust-panel .overview-panel:not(.featured)::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -90px;
  width: 210px;
  height: 210px;
  background: radial-gradient(circle, rgba(255,212,0,.16), transparent 62%);
}

.profile-cta-section {
  gap: 32px;
  padding: 56px 0 70px;
}

.page-hero {
  padding: 108px 0;
  background:
    linear-gradient(90deg, rgba(6,18,63,.9), rgba(13,47,149,.7) 52%, rgba(6,18,63,.72)),
    url("assets/slider/2.jpg") center / cover;
  color: #fff;
  border-bottom: 1px solid rgba(255,212,0,.4);
}

.page-hero h1 {
  margin: 0;
  font-size: clamp(36px, 5vw, 62px);
  letter-spacing: 0;
}

.content-section {
  padding: 70px 0;
}

.faq-section {
  padding-top: 42px;
}

.faq-heading {
  max-width: 720px;
  margin-bottom: 28px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  background: #fff;
  border: 1px solid rgba(13, 47, 149, .12);
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(13, 47, 149, .08);
  overflow: hidden;
}

.faq-item h3 {
  margin: 0;
}

.faq-question {
  position: relative;
  width: 100%;
  min-height: 68px;
  padding: 20px 58px 20px 24px;
  border: 0;
  background: transparent;
  color: var(--brand-dark);
  font: inherit;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0;
  text-align: left;
  cursor: pointer;
}

.faq-question::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 24px;
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  color: var(--brand);
  background: #fffbe2;
  border: 1px solid rgba(255, 212, 0, .6);
  border-radius: 50%;
  font-size: 20px;
  line-height: 1;
  transform: translateY(-50%);
}

.faq-question:focus-visible {
  outline: 3px solid rgba(255, 212, 0, .6);
  outline-offset: -5px;
}

.faq-item.open .faq-question::after {
  content: "-";
}

.faq-answer {
  display: none;
  padding: 0 24px 22px;
  border-top: 1px solid rgba(13, 47, 149, .08);
}

.faq-item.open .faq-answer {
  display: block;
}

.faq-item p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.gallery-tabs {
  padding-top: 52px;
}

.gallery-tab-nav {
  width: fit-content;
  display: flex;
  gap: 8px;
  margin: 0 auto 32px;
  padding: 6px;
  background: #fff;
  border: 1px solid rgba(13, 47, 149, .12);
  border-radius: 999px;
  box-shadow: 0 18px 42px rgba(13, 47, 149, .1);
}

.gallery-tab-nav button {
  min-width: 118px;
  border: 0;
  padding: 12px 22px;
  color: var(--brand);
  background: transparent;
  border-radius: 999px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.gallery-tab-nav button.active {
  color: var(--brand-dark);
  background: linear-gradient(135deg, var(--accent), var(--accent-deep));
  box-shadow: 0 12px 24px rgba(242, 185, 0, .24);
}

.gallery-tab-panel {
  display: none;
}

.gallery-tab-panel.active {
  display: block;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.bootstrap-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-left: 0;
  margin-right: 0;
}

.bootstrap-gallery > div {
  width: 33.333333%;
  padding: 12px;
}

.gallery-item {
  min-height: 0;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(7,28,88,.78), rgba(13,47,149,.54)),
    linear-gradient(135deg, rgba(255,212,0,.32), rgba(255,255,255,.08)),
    var(--brand-dark);
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 800;
  box-shadow: 0 18px 45px rgba(12, 24, 32, .08);
  text-align: center;
  padding: 22px;
  position: relative;
  overflow: hidden;
}

.gallery-item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}

.gallery-item:hover img {
  transform: scale(1.06);
}

.gallery-item::before {
  content: none;
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(6,18,63,0) 35%, rgba(6,18,63,.78) 100%);
  pointer-events: none;
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255,212,0,.5);
  border-radius: 6px;
  pointer-events: none;
}

.gallery-video {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 212, 0, .36);
  border-radius: 8px;
  background: var(--brand-dark);
  box-shadow: 0 24px 70px rgba(13, 47, 149, .14);
}

.gallery-video::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 1;
  height: 5px;
  background: linear-gradient(90deg, var(--brand), var(--accent));
  pointer-events: none;
}

.gallery-video video {
  width: 100%;
  height: 420px;
  object-fit: cover;
  background: var(--brand-dark);
}

.page-media-card {
  min-height: 440px;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(255, 212, 0, .36);
  box-shadow: 0 34px 90px rgba(13, 47, 149, .18);
  background: #fff;
}

.page-media-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
  transition: transform .35s ease;
}

.page-media-card:hover img {
  transform: scale(1.04);
}

.page-media-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(135deg, rgba(255,255,255,.18), transparent 34%),
    linear-gradient(180deg, rgba(6,18,63,0) 58%, rgba(6,18,63,.28));
  pointer-events: none;
}

.page-media-card::after {
  content: "";
  position: absolute;
  inset: 14px;
  z-index: 2;
  border: 1px solid rgba(255, 212, 0, .48);
  border-radius: 8px;
  pointer-events: none;
}

.enquiry-layout {
  display: grid;
  grid-template-columns: 1fr .82fr;
  gap: 38px;
  align-items: stretch;
  position: relative;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.enquiry-form {
  position: relative;
  padding: 38px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(247,249,255,.92));
  border: 1px solid rgba(13, 47, 149, .12);
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(13, 47, 149, .1);
}

.enquiry-form::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--brand), var(--accent));
}

.form-head {
  margin-bottom: 8px;
}

.form-head h2 {
  margin: 0 0 10px;
  font-size: clamp(26px, 3vw, 38px);
}

.form-head p:not(.eyebrow) {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-weight: 600;
}

.form-grid label {
  color: #06123f;
  font-weight: 800;
}

.form-grid input, .form-grid select, .form-grid textarea {
  width: 100%;
  margin-top: 6px;
  border: 1px solid rgba(13, 47, 149, .15);
  padding: 14px 16px;
  font: inherit;
  border-radius: 6px;
  background: rgba(255, 254, 242, .86);
  color: #06123f;
  font-weight: 600;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.form-grid input,
.form-grid select {
  min-height: 58px;
}

.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus {
  outline: 0;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255,212,0,.2);
  border-color: var(--accent);
}

.form-grid textarea, .full { grid-column: 1 / -1; }

.captcha-field span {
  display: block;
  margin-bottom: 6px;
  color: var(--brand-dark);
  font-weight: 900;
}

.captcha-box {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 8px 0 10px;
}

.captcha-box img {
  width: 180px;
  height: 58px;
  border: 1px solid rgba(13, 47, 149, .15);
  border-radius: 8px;
  background: #fffdf2;
}

.captcha-refresh {
  min-height: 42px;
  border: 1px solid rgba(13, 47, 149, .16);
  padding: 0 16px;
  color: var(--brand);
  background: #fff;
  border-radius: 6px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.captcha-refresh:hover {
  color: var(--brand-dark);
  border-color: var(--accent);
}

.form-status {
  display: none;
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 6px;
  font-weight: 800;
}

.form-status.success,
.form-status.error {
  display: block;
}

.form-status.success {
  color: #0f5132;
  background: #dff6e8;
  border: 1px solid rgba(15, 81, 50, .18);
}

.form-status.error {
  color: #842029;
  background: #f8d7da;
  border: 1px solid rgba(132, 32, 41, .18);
}

.website-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.enquiry-media {
  min-height: 100%;
}

.media-caption {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 3;
  padding: 18px;
  color: #fff;
  background: rgba(6, 18, 63, .78);
  border-left: 4px solid var(--accent);
  border-radius: 8px;
  backdrop-filter: blur(10px);
}

.media-caption span {
  display: block;
  margin-bottom: 4px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.media-caption strong {
  display: block;
  line-height: 1.35;
}

.site-footer {
  background:
    linear-gradient(135deg, var(--brand-dark), #0d2f95 58%, #06123f);
  color: #fff;
  padding: 60px 0 0;
  border-top: 4px solid var(--accent);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr .8fr 1fr 1.1fr;
  gap: 26px;
}

.site-footer h3 { margin: 0 0 12px; }
.site-footer h3::after {
  content: "";
  display: block;
  width: 44px;
  height: 2px;
  margin-top: 10px;
  background: var(--accent);
}

.site-footer p {
  color: #dbe6ff;
  font-weight: 500;
}

.site-footer a {
  display: block;
  color: #ffffff;
  margin: 8px 0;
  transition: color .2s ease;
}

.site-footer a:hover {
  color: var(--accent);
}

.footer-bottom {
  margin-top: 42px;
  padding: 18px 0;
  color: #f6f9ff;
  background: rgba(6, 18, 63, .46);
  border-top: 1px solid rgba(255, 212, 0, .28);
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.map-box {
  min-height: 100%;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 212, 0, .36);
  box-shadow: 0 34px 90px rgba(13, 47, 149, .18);
  background: #fff;
}

.map-box iframe {
  width: 100%;
  height: 100%;
  min-height: 440px;
  border: 0;
  border-radius: 0;
}

.site-footer .map-box {
  min-height: 210px;
  border-color: rgba(255,255,255,.18);
  box-shadow: none;
}

.site-footer .map-box iframe {
  min-height: 210px;
}

.float-btn {
  position: fixed;
  overflow: hidden;
  z-index: 30;
  bottom: 24px;
  width: 56px;
  height: 56px;
  display: block;
  padding: 0;
  color: #fff;
  font-weight: 800;
  font-size: 0;
  border-radius: 50%;
  border: 0;
  box-shadow: 0 10px 24px rgba(0,0,0,.22);
  transition: transform .2s ease, box-shadow .2s ease;
}

.float-btn:hover,
.float-btn:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(0,0,0,.26);
}

.float-btn:focus-visible {
  outline: 3px solid rgba(255,212,0,.75);
  outline-offset: 3px;
}

.float-btn::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 28px;
  height: 28px;
  display: block;
  background: #fff;
  transform: translate(-50%, -50%);
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: contain;
}

.float-btn.whatsapp::before {
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%) translateY(1px);
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 2.8A13.04 13.04 0 0 0 4.72 22.38L3 29l6.78-1.62A13.04 13.04 0 1 0 16 2.8Zm0 23.82c-1.92 0-3.8-.52-5.44-1.5l-.4-.24-4.02 1.04 1.08-3.9-.26-.42A10.62 10.62 0 1 1 16 26.62Zm5.92-7.94c-.32-.16-1.9-.94-2.2-1.04-.3-.12-.52-.16-.74.16-.22.32-.84 1.04-1.04 1.26-.18.22-.38.24-.7.08-.32-.16-1.36-.5-2.58-1.58-.96-.84-1.6-1.88-1.78-2.2-.18-.32-.02-.5.14-.66.14-.14.32-.38.48-.56.16-.2.22-.32.32-.54.1-.22.06-.4-.02-.56-.08-.16-.74-1.78-1.02-2.44-.26-.64-.54-.56-.74-.56h-.64c-.22 0-.56.08-.86.4-.3.32-1.14 1.12-1.14 2.72s1.16 3.14 1.32 3.36c.16.22 2.28 3.48 5.52 4.88.78.34 1.38.54 1.84.68.78.24 1.48.2 2.04.12.62-.1 1.9-.78 2.16-1.52.28-.74.28-1.38.2-1.52-.08-.14-.3-.22-.62-.38Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 2.8A13.04 13.04 0 0 0 4.72 22.38L3 29l6.78-1.62A13.04 13.04 0 1 0 16 2.8Zm0 23.82c-1.92 0-3.8-.52-5.44-1.5l-.4-.24-4.02 1.04 1.08-3.9-.26-.42A10.62 10.62 0 1 1 16 26.62Zm5.92-7.94c-.32-.16-1.9-.94-2.2-1.04-.3-.12-.52-.16-.74.16-.22.32-.84 1.04-1.04 1.26-.18.22-.38.24-.7.08-.32-.16-1.36-.5-2.58-1.58-.96-.84-1.6-1.88-1.78-2.2-.18-.32-.02-.5.14-.66.14-.14.32-.38.48-.56.16-.2.22-.32.32-.54.1-.22.06-.4-.02-.56-.08-.16-.74-1.78-1.02-2.44-.26-.64-.54-.56-.74-.56h-.64c-.22 0-.56.08-.86.4-.3.32-1.14 1.12-1.14 2.72s1.16 3.14 1.32 3.36c.16.22 2.28 3.48 5.52 4.88.78.34 1.38.54 1.84.68.78.24 1.48.2 2.04.12.62-.1 1.9-.78 2.16-1.52.28-.74.28-1.38.2-1.52-.08-.14-.3-.22-.62-.38Z'/%3E%3C/svg%3E");
}

.float-btn.call::before {
  width: 27px;
  height: 27px;
  transform: translate(-50%, -50%) translateY(2px);
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.62 10.79a15.05 15.05 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1.02-.24c1.12.37 2.33.57 3.57.57a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1C10.61 21 3 13.39 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.24.2 2.45.57 3.57a1 1 0 0 1-.25 1.02l-2.2 2.2Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.62 10.79a15.05 15.05 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1.02-.24c1.12.37 2.33.57 3.57.57a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1C10.61 21 3 13.39 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.24.2 2.45.57 3.57a1 1 0 0 1-.25 1.02l-2.2 2.2Z'/%3E%3C/svg%3E");
}

.float-btn.whatsapp {
  left: 24px;
  background: #128c5a;
}

.float-btn.call {
  right: 24px;
  background: #1475c8;
}

@keyframes mytiZoom {
  from { transform: scale(1); }
  to { transform: scale(1.08); }
}

@media (max-width: 980px) {
  .topbar-inner {
    grid-template-columns: 1fr;
    padding: 8px 0;
  }
  .top-actions {
    justify-content: flex-start;
  }
  .menu-toggle { display: block; }
  .nav-links {
    display: none;
    position: absolute;
    left: 16px;
    right: 16px;
    top: calc(100% + 8px);
    z-index: 1001;
    background: #fff;
    border: 1px solid var(--line);
    padding: 8px;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    box-shadow: 0 24px 60px rgba(13, 47, 149, .18);
    border-radius: 8px;
  }
  .nav-links.open { display: flex; }
  .nav-links a {
    padding: 10px 12px;
    font-size: 13px;
    border-radius: 6px;
  }
  .has-menu > ul {
    position: static;
    min-width: 0;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: 0;
    padding: 2px 0 6px 12px;
    background: transparent;
  }
  .has-menu > ul a {
    padding: 8px 12px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
  }
  .has-menu > a {
    color: var(--brand);
    background: #f5f7ff;
  }
  .profile-intro, .split-section, .footer-grid, .enquiry-layout, .contact-main, .profile-trust-panel { grid-template-columns: 1fr; }
  .profile-luxury-intro { gap: 24px; }
  .profile-service-cards > div:nth-child(2),
  .profile-cta-section > div:nth-child(2) {
    align-self: stretch;
  }
  .vehicle-grid, .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .bootstrap-gallery > div { width: 50%; }
  .vehicle-card figure { height: 240px; }
}

@media (max-width: 620px) {
  .topbar { font-size: 12px; }
  .topbar-inner {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 10px 0;
  }
  .top-contact,
  .top-actions {
    justify-content: flex-start;
  }
  .top-contact {
    display: grid;
    gap: 6px;
    font-size: 11px;
    line-height: 1.25;
  }
  .top-link {
    gap: 6px;
    line-height: 1.25;
  }
  .top-icon {
    font-size: 14px;
  }
  .top-separator {
    display: none;
  }
  .top-actions {
    gap: 8px;
    font-size: 11px;
    font-weight: 800;
  }
  .social-link {
    width: 24px;
    height: 24px;
  }
  .social-link::before {
    width: 13px;
    height: 13px;
  }
  .faq-section {
    padding-top: 28px;
  }
  .faq-question {
    min-height: 62px;
    padding: 18px 52px 18px 20px;
    font-size: 16px;
  }
  .faq-question::after {
    right: 20px;
  }
  .faq-answer {
    padding: 0 20px 20px;
  }
  .hero-slider {
    height: 30vh;
    min-height: 260px;
  }
  .hero-copy {
    padding-top: 0;
  }
  .hero-copy h1 {
    max-width: 360px;
    margin-bottom: 18px;
    font-size: 18px;
  }
  .vehicle-grid, .gallery-grid, .form-grid { grid-template-columns: 1fr; }
  .bootstrap-gallery > div { width: 100%; padding: 10px 0; }
  .gallery-video video { height: 280px; }
  .section-head { display: block; }
  .service-band { padding: 68px 0; }
  .vehicle-card { min-height: 0; }
  .vehicle-card figure { height: 220px; }
  .vehicle-card-body { min-height: 0; }
  .profile-page .profile-hero {
    padding: 82px 0 90px;
  }
  .profile-page .profile-hero h1 {
    font-size: clamp(34px, 11vw, 48px);
  }
  .profile-luxury-intro,
  .profile-service-cards,
  .profile-trust-panel,
  .profile-cta-section {
    padding: 38px 0;
  }
  .profile-copy-card,
  .profile-service-cards > div,
  .profile-cta-section > div,
  .profile-trust-panel .overview-panel {
    padding: 28px 22px 24px !important;
  }
  .profile-copy-card h2 {
    font-size: clamp(26px, 8vw, 34px);
  }
  .profile-page .video-panel video {
    aspect-ratio: 16 / 10;
  }
  .service-overview { padding: 64px 0; }
  .overview-panel { padding: 32px 24px 28px; }
  .enquiry-form { padding: 30px 22px 26px; }
  .contact-section { padding: 64px 0; }
  .contact-card { padding: 32px 24px 28px; }
  .contact-directory-grid { grid-template-columns: 1fr; }
  .contact-section .map-box,
  .contact-section .map-box iframe {
    min-height: 320px;
  }
  .media-caption {
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 14px;
  }
  .split-section:not(.service-overview) > div:first-child {
    padding: 32px 24px 28px;
    min-height: 0;
  }
  .split-section:not(.service-overview) h2 {
    font-size: clamp(24px, 7vw, 34px);
  }
  .page-media-card,
  .page-media-card img {
    min-height: 300px;
  }
  .overview-panel .check-list li {
    min-height: 0;
    padding-left: 38px;
    font-size: 16px;
  }
  .logo img { height: 52px; }
  .logo-mark { width: 48px; height: 48px; }
  .float-btn {
    bottom: 18px;
    width: 50px;
    height: 50px;
  }
  .float-btn::before {
    width: 25px;
    height: 25px;
  }
  .float-btn.whatsapp { left: 16px; }
  .float-btn.call { right: 16px; }
}
