/* =========================================================
   KTL Coaches — Main Stylesheet
   Brand: Deep Black · Charcoal · Champagne Gold · White · Grey
   ========================================================= */

:root {
  --black: #0a0a0a;
  --charcoal: #1a1a1a;
  --charcoal-soft: #2a2a2a;
  --gold: #c9a227;
  --gold-light: #e0c56a;
  --gold-dark: #9a7b1a;
  --gold-gradient: linear-gradient(135deg, #e0c56a 0%, #c9a227 45%, #9a7b1a 100%);
  --white: #ffffff;
  --off-white: #f7f7f5;
  --light-grey: #eeeef0;
  --mid-grey: #8a8a90;
  --silver: #c8c8ce;
  --text: #2c2c2e;
  --text-soft: #55555a;
  --border: rgba(201, 162, 39, 0.35);
  --shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  --shadow-soft: 0 4px 20px rgba(0, 0, 0, 0.08);
  --radius: 14px;
  --radius-sm: 10px;
  --header-h: 110px;
  --header-h-scrolled: 90px;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Outfit", system-ui, sans-serif;
  --container: 1180px;
  --transition: 0.3s ease;
}

/* ----- Reset ----- */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h-scrolled) + 8px);
}

body {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--text);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: color var(--transition), opacity var(--transition);
}

ul, ol {
  list-style: none;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}

button {
  cursor: pointer;
  border: none;
  background: none;
}

.container {
  width: min(100% - 2.5rem, var(--container));
  margin-inline: auto;
}

.section {
  padding: clamp(4rem, 8vw, 6.5rem) 0;
}

.section--grey {
  background: var(--off-white);
}

.section--dark {
  background:
    radial-gradient(ellipse at top right, rgba(201, 162, 39, 0.12), transparent 50%),
    var(--charcoal);
  color: var(--white);
}

.section-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.75rem;
}

.section-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 3rem;
}

.section-head h2 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4.5vw, 3.25rem);
  font-weight: 600;
  line-height: 1.15;
  color: var(--black);
  margin-bottom: 0.85rem;
}

.section-head p {
  color: var(--text-soft);
  font-size: 1.05rem;
}

.section-head--light h2 {
  color: var(--white);
}

.section-head--light p {
  color: var(--silver);
}

/* ----- Buttons ----- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.6rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition), color var(--transition), border-color var(--transition);
  border: 2px solid transparent;
  white-space: nowrap;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.btn--gold {
  background: var(--gold-gradient);
  color: var(--black);
  box-shadow: 0 6px 20px rgba(201, 162, 39, 0.35);
}

.btn--gold:hover {
  box-shadow: 0 10px 28px rgba(201, 162, 39, 0.45);
}

.btn--outline {
  border-color: var(--gold);
  color: var(--charcoal);
  background: transparent;
}

.btn--outline:hover {
  background: rgba(201, 162, 39, 0.08);
}

.btn--outline-light {
  border-color: rgba(255, 255, 255, 0.7);
  color: var(--white);
}

.btn--outline-light:hover {
  border-color: var(--gold);
  color: var(--gold-light);
}

.btn--sm {
  padding: 0.6rem 1.15rem;
  font-size: 0.78rem;
}

.btn--lg {
  padding: 1rem 2rem;
  font-size: 0.95rem;
}

.btn--block {
  width: 100%;
}

.badge {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.9rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-light);
  background: rgba(201, 162, 39, 0.1);
  margin-bottom: 1.25rem;
}

/* ----- Loader ----- */
.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  height: 100dvh;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding:
    max(1rem, env(safe-area-inset-top, 0px))
    max(1rem, env(safe-area-inset-right, 0px))
    max(1rem, env(safe-area-inset-bottom, 0px))
    max(1rem, env(safe-area-inset-left, 0px));
  box-sizing: border-box;
  background:
    radial-gradient(ellipse 70% 55% at 50% 42%, rgba(201, 162, 39, 0.16), transparent 60%),
    radial-gradient(ellipse 50% 40% at 15% 85%, rgba(201, 162, 39, 0.08), transparent 55%),
    linear-gradient(160deg, #050505 0%, #101010 45%, #070707 100%);
  transition: opacity 0.65s ease, visibility 0.65s ease, transform 0.65s ease;
  overflow: hidden;
}

.loader.is-done {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: scale(1.03);
}

.loader__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.loader__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(28px);
  opacity: 0.55;
  animation: loader-orb 5.5s ease-in-out infinite;
}

.loader__orb--1 {
  width: min(28rem, 70vw);
  height: min(28rem, 70vw);
  background: rgba(201, 162, 39, 0.22);
  top: -12%;
  right: -8%;
}

.loader__orb--2 {
  width: min(20rem, 55vw);
  height: min(20rem, 55vw);
  background: rgba(201, 162, 39, 0.12);
  bottom: -10%;
  left: -6%;
  animation-delay: -2.2s;
}

.loader__shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    115deg,
    transparent 35%,
    rgba(255, 255, 255, 0.045) 48%,
    transparent 62%
  );
  background-size: 220% 100%;
  animation: loader-shine 3.8s linear infinite;
}

.loader__roads {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 28%;
  background: repeating-linear-gradient(
    95deg,
    transparent,
    transparent 36px,
    rgba(201, 162, 39, 0.07) 36px,
    rgba(201, 162, 39, 0.07) 38px
  );
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.55), transparent);
  animation: loader-road 14s linear infinite;
}

.loader__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 22rem);
  text-align: center;
  padding: 0 1rem;
  margin: auto;
  box-sizing: border-box;
  animation: loader-rise 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.loader__mark {
  position: relative;
  width: clamp(5.75rem, 26vw, 8.75rem);
  height: clamp(5.75rem, 26vw, 8.75rem);
  margin: 0 auto 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader__ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1.5px solid rgba(201, 162, 39, 0.18);
  border-top-color: var(--gold-light);
  border-right-color: rgba(201, 162, 39, 0.55);
  animation: loader-spin 1.15s linear infinite;
  box-shadow: 0 0 24px rgba(201, 162, 39, 0.18);
}

.loader__ring::after {
  content: "";
  position: absolute;
  inset: clamp(5px, 1.6vw, 7px);
  border-radius: 50%;
  border: 1px solid rgba(201, 162, 39, 0.12);
  border-bottom-color: rgba(201, 162, 39, 0.55);
  animation: loader-spin 1.8s linear infinite reverse;
}

.loader__glow {
  position: absolute;
  inset: 12%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 162, 39, 0.28), transparent 70%);
  animation: loader-glow 2s ease-in-out infinite;
}

.loader__logo {
  position: relative;
  z-index: 1;
  width: 62%;
  height: auto;
  aspect-ratio: 1;
  max-width: 7rem;
  border-radius: 50%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  animation: loader-logo 2.2s ease-in-out infinite;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.45));
}

.loader__brand {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 4.8vw, 2rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.15;
  background: linear-gradient(180deg, #fff 20%, var(--gold-light));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: loader-fade 0.8s ease 0.15s both;
}

.loader__slogan {
  margin: 0 auto 1.25rem;
  max-width: 18rem;
  font-size: clamp(0.64rem, 2.5vw, 0.78rem);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.45;
  animation: loader-fade 0.8s ease 0.28s both;
}

.loader__bar {
  position: relative;
  width: min(12rem, 78%);
  height: 3px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  overflow: hidden;
  margin: 0 auto 0.85rem;
  animation: loader-fade 0.8s ease 0.38s both;
}

.loader__bar span {
  display: block;
  height: 100%;
  width: 38%;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent, var(--gold-light), var(--gold), transparent);
  box-shadow: 0 0 14px rgba(201, 162, 39, 0.65);
  animation: loader-slide 1.15s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.loader__status {
  margin: 0 auto;
  max-width: 16rem;
  font-size: clamp(0.6rem, 2.3vw, 0.72rem);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-light);
  line-height: 1.4;
  animation: loader-fade 0.8s ease 0.48s both, loader-pulse-text 1.6s ease-in-out infinite 0.8s;
}

@keyframes loader-spin {
  to { transform: rotate(360deg); }
}

@keyframes loader-slide {
  0% { transform: translateX(-120%); }
  100% { transform: translateX(320%); }
}

@keyframes loader-rise {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes loader-fade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes loader-logo {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.04); }
}

@keyframes loader-glow {
  0%, 100% { opacity: 0.45; transform: scale(0.95); }
  50% { opacity: 0.9; transform: scale(1.05); }
}

@keyframes loader-orb {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(12px, 18px) scale(1.08); }
}

@keyframes loader-shine {
  0% { background-position: 180% 0; }
  100% { background-position: -180% 0; }
}

@keyframes loader-road {
  from { background-position: 0 0; }
  to { background-position: 180px 0; }
}

@keyframes loader-pulse-text {
  0%, 100% { opacity: 0.55; }
  50% { opacity: 1; }
}

@media (max-width: 480px) {
  .loader {
    padding:
      max(0.75rem, env(safe-area-inset-top, 0px))
      max(0.75rem, env(safe-area-inset-right, 0px))
      max(0.75rem, env(safe-area-inset-bottom, 0px))
      max(0.75rem, env(safe-area-inset-left, 0px));
  }

  .loader__inner {
    width: min(100%, 18.5rem);
    padding: 0 0.5rem;
    margin: auto;
  }

  .loader__mark {
    width: clamp(5rem, 24vw, 7rem);
    height: clamp(5rem, 24vw, 7rem);
    margin-bottom: 0.85rem;
  }

  .loader__slogan {
    letter-spacing: 0.12em;
    margin-bottom: 1rem;
  }

  .loader__status {
    letter-spacing: 0.12em;
  }

  .loader__roads {
    height: 22%;
  }
}

/* Short phones / landscape phones / short laptops */
@media (max-height: 560px) {
  .loader__mark {
    width: clamp(4.5rem, 18vh, 6rem);
    height: clamp(4.5rem, 18vh, 6rem);
    margin-bottom: 0.75rem;
  }

  .loader__brand {
    font-size: clamp(1.2rem, 4vh, 1.55rem);
  }

  .loader__slogan {
    margin-bottom: 0.85rem;
    font-size: 0.62rem;
  }

  .loader__orb {
    opacity: 0.35;
    filter: blur(20px);
  }

  .loader__roads {
    height: 16%;
  }
}

@media (min-width: 1024px) {
  .loader__inner {
    width: min(100%, 24rem);
  }

  .loader__mark {
    width: 8.75rem;
    height: 8.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .loader__ring,
  .loader__ring::after,
  .loader__orb,
  .loader__shine,
  .loader__roads,
  .loader__logo,
  .loader__glow,
  .loader__bar span,
  .loader__status {
    animation: none;
  }

  .loader__inner,
  .loader__brand,
  .loader__slogan,
  .loader__bar,
  .loader__status {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

/* ----- Header ----- */
.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: var(--header-h);
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px) saturate(1.2);
  -webkit-backdrop-filter: blur(16px) saturate(1.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  transition: height var(--transition), box-shadow var(--transition), background var(--transition);
}

.header::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background: var(--gold-gradient);
  opacity: 0.9;
}

.header.is-scrolled {
  height: var(--header-h-scrolled);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border-bottom-color: rgba(0, 0, 0, 0.05);
  background: rgba(255, 255, 255, 0.98);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  width: min(100% - 2rem, var(--container));
  margin-inline: auto;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

.logo__img {
  height: 78px;
  width: auto;
  max-width: min(260px, 42vw);
  object-fit: contain;
  transition: height var(--transition), max-width var(--transition);
}

.header.is-scrolled .logo__img {
  height: 62px;
  max-width: min(220px, 40vw);
}

.logo__img--dark {
  display: none;
}

.logo__text {
  display: none;
  flex-direction: column;
  line-height: 1.15;
}

.logo__brand {
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--gold-dark);
  letter-spacing: 0.02em;
}

.logo__brand span {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--charcoal);
  display: block;
  margin-top: 0.1rem;
}

.logo__slogan {
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--mid-grey);
  margin-top: 0.2rem;
}

.nav {
  display: flex;
  align-items: center;
  gap: 1.15rem;
}

.nav__list {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}

.nav__link {
  position: relative;
  padding: 0.5rem 0.55rem;
  font-size: 0.84rem;
  font-weight: 500;
  color: var(--text-soft);
  border-radius: 8px;
  transition: color var(--transition), background var(--transition);
}

.nav__link:hover,
.nav__link.active {
  color: var(--black);
}

.nav__link.active::after,
.nav__link:hover::after {
  content: "";
  position: absolute;
  left: 0.55rem;
  right: 0.55rem;
  bottom: 0.15rem;
  height: 2px;
  background: var(--gold-gradient);
  border-radius: 2px;
}

.nav__actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

.nav__actions .btn--sm {
  padding: 0.55rem 1rem;
}

/* Services dropdown */
.nav__item {
  position: relative;
}

.nav__item--has-dropdown > .nav__link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.nav__chevron {
  width: 10px;
  height: 10px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.25s ease;
}

.nav__dropdown {
  position: absolute;
  top: calc(100% + 0.65rem);
  left: 0;
  min-width: 280px;
  max-width: min(360px, 90vw);
  padding: 0.55rem;
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: var(--radius-sm);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  z-index: 1100;
}

.nav__dropdown a {
  display: block;
  padding: 0.65rem 0.8rem;
  border-radius: 8px;
  font-size: 0.86rem;
  font-weight: 500;
  color: var(--text-soft);
}

.nav__dropdown a:hover,
.nav__dropdown a.active {
  background: rgba(201, 162, 39, 0.1);
  color: var(--black);
}

.nav__item--has-dropdown:hover > .nav__dropdown,
.nav__item--has-dropdown:focus-within > .nav__dropdown,
.nav__item--has-dropdown.is-open > .nav__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav__item--has-dropdown:hover .nav__chevron,
.nav__item--has-dropdown.is-open .nav__chevron {
  transform: rotate(225deg) translateY(-1px);
}

.nav__dropdown-toggle {
  display: none;
}

.service-local__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 1.25rem 0 1.75rem;
}

.service-local__meta span {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--gold-dark);
  background: rgba(201, 162, 39, 0.08);
}

.faq-list {
  max-width: 820px;
  margin: 0 auto;
  display: grid;
  gap: 0.85rem;
}

.faq-item {
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: var(--radius-sm);
  background: var(--white);
  overflow: hidden;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 1.1rem 1.25rem;
  font-weight: 600;
  color: var(--black);
  position: relative;
  padding-right: 2.5rem;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gold-dark);
  font-size: 1.25rem;
}

.faq-item[open] summary::after {
  content: "–";
}

.faq-item p {
  padding: 0 1.25rem 1.2rem;
  color: var(--text-soft);
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
  gap: 1.25rem;
}

.blog-card {
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform var(--transition), box-shadow var(--transition);
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-soft);
}

.blog-card__media {
  aspect-ratio: 16 / 10;
  background: var(--black);
}

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

.blog-card__body {
  padding: 1.35rem;
}

.blog-card__meta {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 0.55rem;
}

.blog-card h3 {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 600;
  margin-bottom: 0.55rem;
  color: var(--black);
}

.blog-card p {
  color: var(--text-soft);
  font-size: 0.92rem;
  margin-bottom: 1rem;
}

.hamburger {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.9);
  z-index: 1001;
  transition: background 0.25s ease, border-color 0.25s ease;
}

.hamburger:hover,
.hamburger.is-open {
  background: rgba(201, 162, 39, 0.12);
  border-color: rgba(201, 162, 39, 0.35);
}

.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--charcoal);
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.hamburger.is-open span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.hamburger.is-open span:nth-child(2) {
  opacity: 0;
}

.hamburger.is-open span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* ----- Hero ----- */
.hero {
  position: relative;
  min-height: auto;
  background: var(--black);
  color: var(--white);
  overflow-x: clip;
  overflow-y: visible;
  padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(3rem, 6vw, 5rem);
}

.hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero__gradient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 70% 40%, rgba(201, 162, 39, 0.18), transparent 55%),
    radial-gradient(ellipse 50% 40% at 10% 90%, rgba(201, 162, 39, 0.08), transparent 50%),
    linear-gradient(160deg, #0a0a0a 0%, #151515 45%, #0d0d0d 100%);
}

.hero__roads {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background:
    repeating-linear-gradient(
      95deg,
      transparent,
      transparent 40px,
      rgba(201, 162, 39, 0.04) 40px,
      rgba(201, 162, 39, 0.04) 42px
    );
  mask-image: linear-gradient(to top, rgba(0,0,0,0.5), transparent);
  animation: road-drift 20s linear infinite;
}

@keyframes road-drift {
  from { background-position: 0 0; }
  to { background-position: 200px 0; }
}

.hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: center;
}

.hero__content h1 {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 6vw, 4.4rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.01em;
  margin-bottom: 0.65rem;
  background: linear-gradient(180deg, #fff 30%, var(--gold-light));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero__eyebrow {
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--silver);
  margin-bottom: 0.75rem;
}

.hero__sub {
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  font-weight: 600;
  color: var(--gold-light);
  margin-bottom: 1rem;
}

.hero__text {
  color: rgba(255, 255, 255, 0.78);
  max-width: 34rem;
  margin-bottom: 1.25rem;
  font-size: 1.02rem;
}

.hero__tags {
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--mid-grey);
  margin-bottom: 1.75rem;
}

.hero__visual {
  position: relative;
  margin-top: 0.5rem;
}

.hero__coach {
  width: 100%;
  max-width: 560px;
  border-radius: var(--radius);
  animation: coach-float 5s ease-in-out infinite;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.45));
}

.hero--home .hero__coach--photo {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin-inline: auto;
  border-radius: clamp(10px, 1.5vw, 16px);
  border: 1px solid rgba(201, 162, 39, 0.28);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04),
    0 24px 50px rgba(0, 0, 0, 0.45);
  filter: none;
  object-fit: contain;
  object-position: center;
  background: transparent;
  animation: none;
}

.hero--home .hero__coach-wrap {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.hero--home .hero__coach-wrap::before {
  content: "";
  position: absolute;
  inset: 18% 0 -2% 0;
  background: radial-gradient(ellipse at center, rgba(201, 162, 39, 0.18), transparent 68%);
  z-index: -1;
  pointer-events: none;
}

.hero--home .hero__visual {
  width: 100%;
  min-width: 0;
}

@keyframes coach-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* Quote Panel in Hero */
.quote-panel {
  background: rgba(255, 255, 255, 0.97);
  color: var(--text);
  border-radius: calc(var(--radius) + 4px);
  padding: clamp(1.5rem, 3vw, 2rem);
  box-shadow:
    0 0 0 1px rgba(201, 162, 39, 0.35),
    0 24px 60px rgba(0, 0, 0, 0.35);
  animation: panel-in 0.8s ease both;
}

@keyframes panel-in {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.quote-panel h2 {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 0.35rem;
}

.quote-panel__intro {
  font-size: 0.92rem;
  color: var(--text-soft);
  margin-bottom: 1.35rem;
}

/* Forms */
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

.form-group {
  margin-bottom: 0.85rem;
}

.form-group label {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--charcoal);
  margin-bottom: 0.4rem;
}

.optional {
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: var(--mid-grey);
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 0.8rem 0.95rem;
  border: 1.5px solid #e2e2e6;
  border-radius: var(--radius-sm);
  background: var(--off-white);
  transition: border-color var(--transition), box-shadow var(--transition), background var(--transition);
  -webkit-appearance: none;
  appearance: none;
}

.form-row > * {
  min-width: 0;
}

.form-group input:hover,
.form-group select:hover,
.form-group textarea:hover {
  border-color: var(--silver);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--gold);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.18);
}

.form-group input.is-invalid,
.form-group select.is-invalid,
.form-group textarea.is-invalid {
  border-color: #c0392b;
  box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.12);
}

.field-error {
  display: block;
  min-height: 1.1em;
  font-size: 0.75rem;
  color: #c0392b;
  margin-top: 0.25rem;
}

.form-success {
  margin-top: 1rem;
  padding: 0.9rem 1rem;
  border-radius: var(--radius-sm);
  background: rgba(46, 125, 50, 0.1);
  border: 1px solid rgba(46, 125, 50, 0.3);
  color: #1b5e20;
  font-size: 0.9rem;
  font-weight: 500;
}

.form-error-banner {
  margin-top: 0.85rem;
  padding: 0.85rem 1rem;
  border-radius: var(--radius-sm);
  background: rgba(192, 57, 43, 0.08);
  border: 1px solid rgba(192, 57, 43, 0.25);
  color: #922b21;
  font-size: 0.9rem;
}

.quote-form .btn {
  margin-top: 0.35rem;
}

/* ----- Strip ----- */
.strip {
  background: var(--white);
  border-bottom: 1px solid var(--light-grey);
  padding: 1.75rem 0;
  position: relative;
  z-index: 2;
  box-shadow: 0 -20px 40px rgba(0, 0, 0, 0.15);
}

.strip__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.strip__item {
  text-align: center;
  padding: 0.75rem 0.5rem;
}

.strip__icon {
  width: 42px;
  height: 42px;
  margin: 0 auto 0.65rem;
  color: var(--gold-dark);
}

.strip__icon svg {
  width: 100%;
  height: 100%;
}

.strip__item h3 {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: var(--black);
}

.strip__item p {
  font-size: 0.82rem;
  color: var(--text-soft);
  line-height: 1.4;
}

/* ----- About ----- */
.about__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.about__media {
  position: relative;
}

.about__img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: var(--radius);
  background: var(--black);
  box-shadow: var(--shadow);
  display: block;
}

.about__accent {
  position: absolute;
  inset: auto -12px -12px auto;
  width: 55%;
  height: 55%;
  border: 2px solid var(--gold);
  border-radius: var(--radius);
  z-index: -1;
  opacity: 0.55;
}

.about__content h2 {
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4vw, 3rem);
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 1.1rem;
  color: var(--black);
}

.about__content p {
  color: var(--text-soft);
  margin-bottom: 1rem;
}

.about__lead {
  font-weight: 600;
  color: var(--charcoal) !important;
  margin-top: 0.5rem;
}

.check-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem 1rem;
  margin: 1rem 0 1.75rem;
}

.check-list li {
  position: relative;
  padding-left: 1.5rem;
  font-weight: 500;
  color: var(--charcoal);
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--gold-gradient);
}

/* ----- Coaches ----- */
.coaches__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
  gap: 1.5rem;
}

.coach-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: transform var(--transition), box-shadow var(--transition);
}

.coach-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.coach-card__media {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--black);
  padding: 0;
}

.coach-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.coach-card:hover .coach-card__media img {
  transform: scale(1.04);
}

.coach-card__zoom {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--gold-gradient);
  color: var(--black);
  display: grid;
  place-items: center;
  font-size: 1.25rem;
  font-weight: 500;
  opacity: 0;
  transition: opacity var(--transition);
}

.coach-card:hover .coach-card__zoom {
  opacity: 1;
}

.coach-card__body {
  padding: 1.5rem;
}

.coach-card__seats {
  display: inline-block;
  margin-bottom: 0.45rem;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  background: rgba(201, 162, 39, 0.12);
  color: var(--gold-dark);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.coach-card__body .btn {
  margin-top: 1rem;
}

.fleet-filter {
  display: grid;
  gap: 0.55rem;
  max-width: 520px;
  margin: 0 auto 2rem;
  text-align: center;
}

.fleet-filter label {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-dark);
}

.fleet-filter select {
  width: 100%;
  padding: 0.9rem 1rem;
  border: 1.5px solid #e2e2e6;
  border-radius: var(--radius-sm);
  background: var(--white);
  font: inherit;
  color: var(--text);
  min-height: 48px;
}

.fleet-filter select:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.18);
}

.fleet-empty {
  text-align: center;
  color: var(--text-soft);
  margin: 1rem 0 2rem;
}

.fleet-more {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr));
  gap: 0.85rem;
}

.coach-card[hidden] {
  display: none !important;
}

.coach-card__body h3 {
  font-family: var(--font-display);
  font-size: 1.65rem;
  font-weight: 600;
  margin-bottom: 0.65rem;
  color: var(--black);
}

.coach-card__ideal {
  font-size: 0.9rem;
  color: var(--text-soft);
  margin-bottom: 1rem;
  line-height: 1.5;
}

.coach-card__body ul li {
  position: relative;
  padding: 0.35rem 0 0.35rem 1.15rem;
  font-size: 0.92rem;
  color: var(--text);
  border-top: 1px solid var(--light-grey);
}

.coach-card__body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
}

/* ----- Services ----- */
.services__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
  gap: 1.25rem;
}

.service-card {
  padding: 1.6rem 1.35rem;
  border-radius: var(--radius);
  background: var(--off-white);
  border: 1px solid transparent;
  transition: border-color var(--transition), background var(--transition), transform var(--transition);
}

.service-card:hover {
  border-color: var(--border);
  background: var(--white);
  transform: translateY(-4px);
  box-shadow: var(--shadow-soft);
}

.service-card__icon {
  width: 40px;
  height: 40px;
  color: var(--gold-dark);
  margin-bottom: 1rem;
}

.service-card__icon svg {
  width: 100%;
  height: 100%;
}

.service-card h3 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 0.45rem;
  color: var(--black);
}

.service-card p {
  font-size: 0.9rem;
  color: var(--text-soft);
  line-height: 1.5;
}

/* ----- Value ----- */
.value__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}

.value-card {
  padding: 1.75rem 1.5rem;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(201, 162, 39, 0.25);
  text-align: center;
}

.value-card h3 {
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 600;
  color: var(--gold-light);
  margin-bottom: 0.55rem;
}

.value-card p {
  color: var(--silver);
  font-size: 0.95rem;
}

.value__cta {
  text-align: center;
}

/* ----- Why ----- */
.why__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.why-card {
  position: relative;
  padding: 1.75rem 1.5rem;
  border-radius: var(--radius);
  border: 1px solid var(--light-grey);
  background: var(--white);
  overflow: hidden;
  transition: border-color var(--transition), box-shadow var(--transition);
}

.why-card:hover {
  border-color: var(--border);
  box-shadow: var(--shadow-soft);
}

.why-card__num {
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 600;
  color: rgba(201, 162, 39, 0.2);
  line-height: 1;
  display: block;
  margin-bottom: 0.5rem;
}

.why-card h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.45rem;
  color: var(--black);
}

.why-card p {
  font-size: 0.92rem;
  color: var(--text-soft);
}

/* ----- Destinations ----- */
.route-graphic {
  position: relative;
  height: 28px;
  max-width: 720px;
  margin: 0 auto 2.5rem;
}

.route-graphic__line {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  transform: translateY(-50%);
}

.route-graphic__dot {
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold-gradient);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 4px rgba(201, 162, 39, 0.15);
  animation: route-pulse 2.4s ease-in-out infinite;
}

.route-graphic__dot:nth-child(2) { left: 8%; animation-delay: 0s; }
.route-graphic__dot:nth-child(3) { left: 30%; animation-delay: 0.3s; }
.route-graphic__dot:nth-child(4) { left: 52%; animation-delay: 0.6s; }
.route-graphic__dot:nth-child(5) { left: 74%; animation-delay: 0.9s; }
.route-graphic__dot:nth-child(6) { left: 92%; animation-delay: 1.2s; }

@keyframes route-pulse {
  0%, 100% { transform: translate(-50%, -50%) scale(1); }
  50% { transform: translate(-50%, -50%) scale(1.25); }
}

.destinations__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  margin-bottom: 2.5rem;
}

.dest-card {
  display: grid;
  place-items: center;
  min-height: 88px;
  padding: 1rem;
  border-radius: var(--radius-sm);
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.06);
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--charcoal);
  transition: border-color var(--transition), color var(--transition), transform var(--transition), box-shadow var(--transition);
}

.dest-card:hover {
  border-color: var(--gold);
  color: var(--gold-dark);
  transform: translateY(-3px);
  box-shadow: var(--shadow-soft);
}

.destinations__cta {
  text-align: center;
}

/* ----- How It Works ----- */
.how__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
  counter-reset: none;
}

.how-step {
  text-align: center;
  padding: 1.5rem 1rem;
  position: relative;
}

.how-step__num {
  display: block;
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 700;
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1;
  margin-bottom: 0.85rem;
}

.how-step__icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 1rem;
  color: var(--charcoal);
}

.how-step__icon svg {
  width: 100%;
  height: 100%;
}

.how-step h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--black);
}

.how-step p {
  font-size: 0.9rem;
  color: var(--text-soft);
}

/* ----- Reviews ----- */
.reviews__slider {
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
}

.reviews__track {
  display: flex;
  transition: transform 0.55s ease;
}

.review-card {
  flex: 0 0 100%;
  padding: 0 0.5rem;
}

.review-card blockquote,
.review-card {
  background: var(--white);
}

.review-card {
  border-radius: var(--radius);
  padding: 2.25rem 2rem;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(0, 0, 0, 0.04);
  text-align: center;
}

.review-card__stars {
  color: var(--gold);
  font-size: 1.25rem;
  letter-spacing: 0.15em;
  margin-bottom: 1rem;
}

.review-card blockquote p {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 500;
  line-height: 1.4;
  color: var(--black);
  margin-bottom: 1.25rem;
}

.review-card footer {
  font-size: 0.9rem;
  color: var(--mid-grey);
  font-weight: 500;
}

.reviews__dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.reviews__dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--silver);
  transition: background var(--transition), transform var(--transition);
}

.reviews__dots button.is-active {
  background: var(--gold);
  transform: scale(1.2);
}

.reviews__cta {
  text-align: center;
  margin-top: 2rem;
}

/* ----- Final CTA ----- */
.final-cta {
  position: relative;
  padding: clamp(5rem, 10vw, 7.5rem) 0;
  overflow: hidden;
  color: var(--white);
  text-align: center;
}

.final-cta__bg {
  position: absolute;
  inset: 0;
}

.final-cta__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.35;
}

.final-cta__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 10, 10, 0.85), rgba(10, 10, 10, 0.92)),
    radial-gradient(ellipse at center, rgba(201, 162, 39, 0.15), transparent 60%);
}

.final-cta__content {
  position: relative;
  z-index: 1;
}

.final-cta h2 {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 600;
  margin-bottom: 0.85rem;
}

.final-cta p {
  max-width: 520px;
  margin: 0 auto 2rem;
  color: var(--silver);
  font-size: 1.1rem;
}

.final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
}

/* ----- Contact ----- */
.contact__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.contact__info a[href$=".html"] {
  color: var(--gold-dark);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.contact__info h2 {
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4vw, 3rem);
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--black);
}

.contact__info > p {
  color: var(--text-soft);
  margin-bottom: 2rem;
}

.contact__details {
  display: grid;
  gap: 1.15rem;
}

.contact__details li {
  display: grid;
  gap: 0.2rem;
}

.contact__details strong {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-dark);
}

.contact__details a:hover {
  color: var(--gold-dark);
}

.contact-form {
  background: var(--off-white);
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border-radius: var(--radius);
  border: 1px solid rgba(0, 0, 0, 0.04);
}

/* ----- Footer ----- */
.footer {
  position: relative;
  background:
    radial-gradient(ellipse 60% 50% at 8% 0%, rgba(201, 162, 39, 0.12), transparent 55%),
    linear-gradient(180deg, #121214 0%, #0a0a0a 100%);
  color: rgba(255, 255, 255, 0.78);
  padding-top: 0;
  overflow: hidden;
}

.footer::before {
  content: "";
  display: block;
  height: 2px;
  background: var(--gold-gradient);
}

.footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.95fr) minmax(0, 1.15fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
  padding: clamp(2.5rem, 5vw, 3.75rem) 0 2.5rem;
  width: min(100% - 2rem, var(--container));
  margin-inline: auto;
}

.footer__nav ul {
  display: grid;
  gap: 0.5rem;
}

.footer__logo {
  width: min(200px, 70%);
  margin-bottom: 1rem;
  border-radius: 10px;
  border: 1px solid rgba(201, 162, 39, 0.22);
}

.footer__slogan {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 0.55rem;
  font-weight: 600;
}

.footer__tagline {
  font-size: 0.92rem;
  color: var(--mid-grey);
  line-height: 1.55;
  max-width: 32ch;
}

.footer h3 {
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 1.1rem;
  position: relative;
  padding-bottom: 0.65rem;
}

.footer h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 2px;
  background: var(--gold-gradient);
  border-radius: 2px;
}

.footer__nav a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  transition: color 0.25s ease, transform 0.25s ease;
}

.footer__nav a:hover,
.footer__contact a:hover {
  color: var(--gold-light);
}

.footer__contact {
  display: grid;
  gap: 0.85rem;
}

.footer__contact p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
  display: grid;
  gap: 0.15rem;
}

.footer__contact strong {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 0.05rem;
  font-weight: 600;
}

.footer__contact a {
  color: rgba(255, 255, 255, 0.88);
  word-break: break-word;
}

.footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.35rem;
}

.social-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(201, 162, 39, 0.35);
  display: grid;
  place-items: center;
  color: var(--gold-light);
  background: rgba(255, 255, 255, 0.02);
  transition: background var(--transition), color var(--transition), transform var(--transition);
}

.social-link svg {
  width: 18px;
  height: 18px;
}

.social-link:hover {
  background: var(--gold);
  color: var(--black);
  transform: translateY(-2px);
}

.footer__payments h3 {
  margin-bottom: 1rem;
}

.pay-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1.25rem;
}

.pay-badges span {
  padding: 0.4rem 0.7rem;
  border-radius: 8px;
  border: 1px solid rgba(201, 162, 39, 0.3);
  background: rgba(255, 255, 255, 0.03);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--gold-light);
}

.footer__legal-links {
  font-size: 0.85rem;
  color: var(--mid-grey);
  line-height: 1.7;
}

.footer__legal-links a {
  color: var(--silver);
}

.footer__legal-links a:hover {
  color: var(--gold-light);
}

.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1.15rem 0;
  text-align: center;
  font-size: 0.84rem;
  color: var(--mid-grey);
  background: rgba(0, 0, 0, 0.28);
}

.footer__bottom .container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  justify-content: center;
  align-items: center;
  width: min(100% - 2rem, var(--container));
}

.footer__bottom a {
  color: var(--silver);
}

.footer__bottom a:hover {
  color: var(--gold-light);
}

/* ----- Lightbox ----- */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.92);
  display: none;
  place-items: center;
  padding: 2rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.lightbox.is-open,
.lightbox:not([hidden]) {
  display: grid;
}

.lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.lightbox img {
  max-width: min(900px, 92vw);
  max-height: 75vh;
  border-radius: var(--radius);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.lightbox__caption {
  color: var(--silver);
  margin-top: 1rem;
  text-align: center;
  max-width: 600px;
}

.lightbox__close {
  position: absolute;
  top: 1.25rem;
  right: 1.5rem;
  width: 48px;
  height: 48px;
  font-size: 2rem;
  color: var(--white);
  border-radius: 50%;
  transition: color var(--transition), background var(--transition);
}

.lightbox__close:hover {
  color: var(--gold-light);
  background: rgba(255, 255, 255, 0.08);
}

/* ----- Back to Top ----- */
.back-to-top {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 900;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--gold-gradient);
  color: var(--black);
  box-shadow: 0 8px 24px rgba(201, 162, 39, 0.4);
  display: grid;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity var(--transition), visibility var(--transition), transform var(--transition);
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top svg {
  width: 22px;
  height: 22px;
}

.back-to-top:hover {
  transform: translateY(-3px);
}

/* ----- Scroll Reveal ----- */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* =========================================================
   Homepage v2 — Topbar, Hero motion, Quick Quote, Services
   ========================================================= */

.topbar {
  position: relative;
  z-index: 1002;
  background: linear-gradient(90deg, #0a0a0a 0%, #161618 50%, #0a0a0a 100%);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.82rem;
  border-bottom: 1px solid rgba(201, 162, 39, 0.22);
}

.topbar__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.55rem 1.25rem;
  padding: 0.5rem 0;
  width: min(100% - 2rem, var(--container));
  margin-inline: auto;
}

.topbar__contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1.35rem;
  align-items: center;
}

.topbar__link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: rgba(255, 255, 255, 0.88);
  transition: color 0.2s ease;
}

.topbar__link svg {
  width: 15px;
  height: 15px;
  color: var(--gold-light);
  flex-shrink: 0;
}

.topbar__link:hover {
  color: var(--gold-light);
}

.topbar__social {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.social-chip {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(201, 162, 39, 0.35);
  display: grid;
  place-items: center;
  color: var(--gold-light);
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.social-chip svg {
  width: 14px;
  height: 14px;
}

.social-chip:hover {
  background: var(--gold);
  color: var(--black);
  transform: translateY(-2px);
}

.social-chip--whatsapp {
  width: auto;
  padding: 0 0.7rem;
  border-radius: 999px;
  gap: 0.35rem;
  display: inline-flex;
  align-items: center;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero.hero--home {
  min-height: auto;
  padding: clamp(2rem, 3.5vw, 4rem) 0;
  display: block;
  overflow: visible;
}

.hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  pointer-events: none;
  animation: orb-float 10s ease-in-out infinite;
}

.hero__orb--1 {
  width: min(420px, 40vw);
  height: min(420px, 40vw);
  background: rgba(201, 162, 39, 0.18);
  top: -80px;
  right: 8%;
}

.hero__orb--2 {
  width: min(280px, 32vw);
  height: min(280px, 32vw);
  background: rgba(201, 162, 39, 0.1);
  bottom: 10%;
  left: -40px;
  animation-delay: -4s;
}

.hero__shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 40%, rgba(255, 255, 255, 0.04) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: shine-sweep 8s linear infinite;
  pointer-events: none;
}

@keyframes orb-float {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(20px, 30px) scale(1.08); }
}

@keyframes shine-sweep {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* Homepage hero layout — fluid PC grid */
.hero.hero--home .hero__showcase {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(1.25rem, 3vw, 3rem);
  align-items: center;
  width: min(100% - 2.5rem, var(--container));
  margin-inline: auto;
  box-sizing: border-box;
}

.hero--home .hero__content {
  min-width: 0;
  max-width: 36rem;
}

.hero--home .hero__visual {
  min-width: 0;
  width: 100%;
}

.hero--home .hero__coach--photo {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.hero--home .hero__content h1,
.hero--home h1 {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 2.8vw + 0.6rem, 3.4rem);
  font-weight: 600;
  line-height: 1.12;
  margin-bottom: 0.65rem;
  background: linear-gradient(180deg, #fff 20%, var(--gold-light));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  overflow-wrap: break-word;
}

.hero--home .hero__text {
  max-width: 34rem;
  font-size: clamp(0.92rem, 1.1vw, 1.05rem);
}

.hero--home .hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.25rem 0 1rem;
}

.hero--home .hero__cta .btn {
  flex: 0 1 auto;
}

.hero--home .hero__pills {
  gap: 0.4rem;
}

.hero--home .hero__pills li {
  font-size: clamp(0.65rem, 0.9vw, 0.75rem);
}

.hero--home .hero__highlight {
  font-size: clamp(0.88rem, 1.1vw, 1.02rem);
  max-width: 100%;
}

/* Wide desktop: image can take a touch more space */
@media (min-width: 1280px) {
  .hero.hero--home .hero__showcase {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  }
}

/* Mid PC / laptop: keep 2 columns, tighten type */
@media (max-width: 1279px) and (min-width: 1025px) {
  .hero.hero--home {
    padding: 2rem 0 2.5rem;
  }

  .hero.hero--home .hero__showcase {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 1.35rem;
  }

  .hero--home .hero__content h1,
  .hero--home h1 {
    font-size: clamp(1.9rem, 2.4vw, 2.65rem);
  }

  .hero--home .hero__sub {
    font-size: 1.05rem;
  }
}

/* Stack for tablet and below — including smaller PC windows */
@media (max-width: 1024px) {
  .hero.hero--home .hero__showcase {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    width: min(100% - 1.75rem, var(--container));
  }

  .hero--home .hero__content {
    max-width: none;
  }

  .hero--home .hero__visual {
    order: 2;
    max-width: 42rem;
    margin-inline: auto;
  }

  .hero--home .hero__content h1,
  .hero--home h1 {
    font-size: clamp(1.85rem, 5.5vw, 2.75rem);
  }
}

.hero-animate {
  animation: hero-rise 0.9s ease both;
}

.hero-animate--delay {
  animation-delay: 0.18s;
}

@keyframes hero-rise {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.badge--pulse {
  animation: badge-pulse 2.4s ease-in-out infinite;
}

@keyframes badge-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(201, 162, 39, 0.35); }
  50% { box-shadow: 0 0 0 8px rgba(201, 162, 39, 0); }
}

.hero__highlight {
  display: inline-block;
  margin: 0.35rem 0 1rem;
  padding: 0.45rem 0.9rem;
  border-left: 3px solid var(--gold);
  background: rgba(201, 162, 39, 0.1);
  color: var(--gold-light);
  font-weight: 600;
  font-size: 1.02rem;
}

.hero__cta {
  margin: 1.5rem 0 1.25rem;
}

.hero-cta-glow {
  box-shadow: 0 0 0 0 rgba(201, 162, 39, 0.45);
  animation: cta-glow 2.8s ease-in-out infinite;
}

@keyframes cta-glow {
  0%, 100% { box-shadow: 0 6px 20px rgba(201, 162, 39, 0.35); }
  50% { box-shadow: 0 8px 32px rgba(201, 162, 39, 0.55); }
}

.hero__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.hero__pills li {
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--silver);
}

.hero__coach-wrap {
  position: relative;
}

.hero__float-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.96);
  color: var(--charcoal);
  border-radius: 14px;
  padding: 0.75rem 1rem;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(201, 162, 39, 0.35);
  animation: float-card 4.5s ease-in-out infinite;
}

.hero__float-card strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--gold-dark);
  line-height: 1.1;
}

.hero__float-card span {
  font-size: 0.78rem;
  color: var(--text-soft);
}

.hero__float-card--1 {
  left: -8px;
  bottom: 18%;
}

.hero__float-card--2 {
  right: 4%;
  top: 12%;
  animation-delay: -2s;
}

@keyframes float-card {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 1.25rem;
  transform: translateX(-50%);
  width: 22px;
  height: 36px;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  border-radius: 14px;
  display: grid;
  justify-items: center;
  padding-top: 6px;
}

.hero__scroll span {
  width: 3px;
  height: 8px;
  border-radius: 2px;
  background: var(--gold-light);
  animation: scroll-dot 1.6s ease-in-out infinite;
}

@keyframes scroll-dot {
  0% { opacity: 1; transform: translateY(0); }
  100% { opacity: 0; transform: translateY(12px); }
}

.home-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.home-intro__media {
  position: relative;
}

.home-intro__img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: var(--radius);
  background: var(--black);
  box-shadow: var(--shadow);
  display: block;
}

.home-intro__frame {
  position: absolute;
  inset: auto -14px -14px auto;
  width: 55%;
  height: 55%;
  border: 2px solid var(--gold);
  border-radius: var(--radius);
  z-index: -1;
  opacity: 0.55;
}

.home-intro__content h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 1rem;
  color: var(--black);
}

.home-intro__content p {
  color: var(--text-soft);
  margin-bottom: 1rem;
}

/* Fleet photo strip */
.photo-strip {
  background: var(--off-white);
}

.photo-strip .section-head {
  margin-bottom: 1.75rem;
}

.photo-strip__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.85rem, 2vw, 1.35rem);
}

.photo-strip__grid--six {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.photo-strip__item {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--black);
  box-shadow: var(--shadow);
  border: 1px solid rgba(201, 162, 39, 0.2);
}

.photo-strip__item .lightbox-trigger,
.photo-strip__item button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  cursor: zoom-in;
}

.photo-strip__item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.photo-strip__item:hover img {
  transform: scale(1.03);
}

.photo-strip--compact {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: transparent;
}

@media (max-width: 1100px) and (min-width: 701px) {
  .photo-strip__grid--six {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .photo-strip__grid:not(.photo-strip__grid--six) {
    grid-template-columns: 1fr;
  }

  .photo-strip--compact .photo-strip__grid--six {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
  }
}

@media (max-width: 560px) {
  .photo-strip__grid--six,
  .photo-strip--compact .photo-strip__grid--six {
    grid-template-columns: 1fr;
  }
}

.quick-quote__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}

.quick-quote__copy h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.8rem);
  margin-bottom: 1rem;
}

.quick-quote__copy p {
  color: var(--silver);
  margin-bottom: 0.85rem;
}

.quick-quote__note {
  color: var(--gold-light) !important;
  font-weight: 500;
}

.quick-quote__phones {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  align-items: center;
  margin-top: 1.25rem;
  font-size: 1.15rem;
  font-weight: 600;
}

.quick-quote__phones a {
  color: var(--gold-light);
}

.quote-panel--dark {
  background: rgba(255, 255, 255, 0.98);
}

.quote-panel--dark h3 {
  font-family: var(--font-display);
  font-size: 1.75rem;
  margin-bottom: 1rem;
  color: var(--black);
}

.home-services__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.home-service {
  display: grid;
  gap: 0.85rem;
  justify-items: start;
  padding: 1.5rem 1.25rem;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.05);
  min-height: 150px;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.home-service:hover {
  transform: translateY(-6px);
  border-color: var(--border);
  box-shadow: var(--shadow-soft);
}

.home-service__icon {
  width: 42px;
  height: 42px;
  color: var(--gold-dark);
}

.home-service__icon svg {
  width: 100%;
  height: 100%;
}

.home-service h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--black);
  line-height: 1.3;
}

.home-service--cta {
  background: var(--charcoal);
  color: var(--white);
}

.home-service--cta h3 {
  color: var(--white);
}

.home-service--cta .home-service__icon {
  color: var(--gold-light);
}

.final-cta--home .final-cta__call {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.8rem;
  color: var(--gold-light);
  margin-bottom: 0.5rem;
}

.final-cta__phones {
  font-size: clamp(1.3rem, 3vw, 1.8rem);
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.final-cta__phones a {
  color: var(--white);
}

.final-cta__phones a:hover {
  color: var(--gold-light);
}

.whatsapp-float {
  position: fixed;
  left: 1.1rem;
  bottom: 1.1rem;
  z-index: 900;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 28px rgba(37, 211, 102, 0.45);
  transition: transform 0.25s ease;
}

.whatsapp-float svg {
  width: 28px;
  height: 28px;
}

.whatsapp-float:hover {
  transform: scale(1.06);
}

@media (max-width: 980px) {
  .home-intro__grid,
  .quick-quote__grid {
    grid-template-columns: 1fr;
  }

  .home-intro__content {
    order: -1;
  }

  .hero__float-card--1 {
    left: 0;
  }

  .hero__float-card--2 {
    right: 0;
    top: 8%;
  }

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

  .topbar__inner {
    justify-content: space-between;
    gap: 0.5rem 1rem;
  }

  .topbar__contacts {
    justify-content: flex-start;
  }

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

  .footer__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  .topbar {
    font-size: 0.75rem;
  }

  .topbar__inner {
    flex-direction: column;
    align-items: stretch;
    padding: 0.55rem 0;
  }

  .topbar__contacts {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.35rem 0.85rem;
  }

  .topbar__link span {
    font-size: 0.72rem;
  }

  .topbar__social {
    justify-content: center;
  }

  .social-chip--whatsapp span {
    display: none;
  }

  .social-chip--whatsapp {
    width: 32px;
    padding: 0;
    border-radius: 50%;
    justify-content: center;
  }

  .footer__grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
    padding-top: 2.25rem;
    padding-bottom: 2rem;
  }

  .footer__brand {
    grid-column: auto;
    text-align: center;
  }

  .footer__logo {
    margin-inline: auto;
  }

  .footer__tagline {
    max-width: none;
    margin-inline: auto;
  }

  .footer h3::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .footer__nav,
  .footer__contact,
  .footer__payments {
    text-align: center;
  }

  .footer__nav ul {
    justify-items: center;
  }

  .footer__social,
  .pay-badges {
    justify-content: center;
  }

  .footer__bottom .container {
    flex-direction: column;
    gap: 0.35rem;
  }

  .hero.hero--home {
    min-height: auto;
    padding: 1.5rem 0 2.25rem;
    overflow: visible;
  }

  .hero.hero--home .hero__showcase {
    width: min(100% - 1.5rem, var(--container));
    gap: 1.25rem;
  }

  .hero--home .hero__coach--photo {
    border-radius: 12px;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.4);
  }

  .hero--home .hero__coach-wrap::before {
    inset: 18% 0 -2% 0;
    opacity: 0.7;
  }

  .hero--home .hero__content h1,
  .hero--home h1 {
    font-size: clamp(1.75rem, 7.5vw, 2.35rem);
  }

  .hero__highlight {
    font-size: 0.9rem;
    width: 100%;
    box-sizing: border-box;
  }

  .hero__pills {
    gap: 0.4rem;
    justify-content: flex-start;
  }

  .hero__pills li {
    font-size: 0.66rem;
    padding: 0.3rem 0.55rem;
  }

  .hero__float-card {
    display: none;
  }

  .hero__scroll {
    display: none;
  }

  .hero--home .hero__cta,
  .hero__cta {
    flex-direction: column;
    align-items: stretch;
  }

  .hero--home .hero__cta .btn,
  .hero__cta .btn {
    width: 100%;
  }

  .home-intro__frame {
    display: none;
  }

  .quick-quote__phones {
    font-size: 1rem;
    justify-content: center;
    text-align: center;
  }

  .quick-quote__copy {
    text-align: center;
  }

  .quote-panel--dark {
    padding: 1.15rem 1rem;
  }

  .quote-panel--dark h3 {
    font-size: 1.45rem;
  }

  .home-services__grid {
    grid-template-columns: 1fr;
  }

  .final-cta__phones {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }

  .final-cta__phones span {
    display: none;
  }

  .whatsapp-float {
    left: 0.85rem;
    bottom: 4.75rem;
    width: 48px;
    height: 48px;
  }

  .back-to-top {
    right: 0.85rem;
    bottom: 0.85rem;
  }
}

@media (max-width: 420px) {
  .topbar__contacts .topbar__link:last-child {
    display: none;
  }

  .topbar__contacts .topbar__link span {
    font-size: 0.7rem;
  }

  .hero__showcase {
    gap: 1.15rem;
  }

  .hero.hero--home {
    padding: 1.25rem 0 1.85rem;
  }

  .hero--home .hero__coach--photo {
    border-radius: 10px;
  }

  .hero__pills {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .hero__pills li {
    text-align: center;
  }

  .pay-badges {
    justify-content: center;
  }

  .pay-badges span {
    font-size: 0.65rem;
  }
}

/* ----- Inner Page Hero ----- */
.page-hero {
  position: relative;
  padding: clamp(3.5rem, 8vw, 5.5rem) 0;
  background:
    radial-gradient(ellipse 70% 80% at 80% 20%, rgba(201, 162, 39, 0.16), transparent 55%),
    linear-gradient(160deg, #0a0a0a 0%, #161616 100%);
  color: var(--white);
  overflow: hidden;
  text-align: center;
}

.page-hero::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(220px, 50%);
  height: 2px;
  transform: translateX(-50%);
  background: var(--gold-gradient);
}

.page-hero .section-label {
  color: var(--gold-light);
}

.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 0.75rem;
}

.page-hero p {
  max-width: 640px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 2vw, 1.1rem);
  padding-inline: 0.25rem;
}

.page-hero__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem;
  margin-bottom: 1rem;
  font-size: 0.82rem;
  color: var(--silver);
}

.page-hero__breadcrumb a:hover {
  color: var(--gold-light);
}

.page-hero__breadcrumb span[aria-hidden="true"] {
  color: var(--gold-dark);
}

.legal-content {
  max-width: 760px;
  margin: 0 auto;
}

.legal-content h2 {
  font-family: var(--font-display);
  font-size: 1.75rem;
  margin: 2rem 0 0.75rem;
  color: var(--black);
}

.legal-content p {
  color: var(--text-soft);
  margin-bottom: 1rem;
}

.home-teaser__actions {
  text-align: center;
  margin-top: 2rem;
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* =========================================================
   Responsive
   ========================================================= */

/* Large desktop */
@media (min-width: 1400px) {
  :root {
    --container: 1240px;
  }

  .logo__img {
    height: 90px;
    max-width: 300px;
  }

  .header.is-scrolled .logo__img {
    height: 72px;
  }
}

/* Laptop — compact desktop nav before hamburger */
@media (max-width: 1360px) {
  .nav__actions .btn--outline {
    display: none;
  }

  .nav__link {
    padding: 0.4rem 0.4rem;
    font-size: 0.78rem;
  }

  .logo__img {
    height: 74px;
    max-width: min(230px, 28vw);
  }

  .header.is-scrolled .logo__img {
    height: 62px;
  }
}

/* Tablet / small laptop — hamburger menu */
@media (max-width: 1200px) {
  .hamburger {
    display: flex;
  }

  .nav__actions .btn--outline {
    display: inline-flex;
  }

  .nav {
    position: fixed;
    inset: 0 0 0 auto;
    width: min(380px, 90vw);
    height: 100vh;
    height: 100dvh;
    background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
    flex-direction: column;
    align-items: stretch;
    padding: 5.5rem 1.35rem 2rem;
    gap: 1.25rem;
    box-shadow: -16px 0 48px rgba(0, 0, 0, 0.18);
    border-left: 1px solid rgba(201, 162, 39, 0.2);
    transform: translateX(100%);
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.35s ease;
    z-index: 1000;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .nav.is-open {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
  }

  .nav__list {
    flex-direction: column;
    align-items: stretch;
    gap: 0.15rem;
  }

  .nav__link {
    display: block;
    padding: 0.85rem 0.5rem;
    font-size: 1.05rem;
    border-bottom: 1px solid var(--light-grey);
  }

  .nav__link.active::after,
  .nav__link:hover::after {
    display: none;
  }

  .nav__item--has-dropdown > .nav__link {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .nav__dropdown {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 0 0 0.5rem 0.75rem;
    min-width: 0;
    display: none;
    background: transparent;
  }

  .nav__item--has-dropdown.is-open > .nav__dropdown {
    display: block;
  }

  .nav__dropdown a {
    padding: 0.7rem 0.5rem;
    border-bottom: 1px solid var(--light-grey);
    font-size: 0.95rem;
  }

  .nav__actions {
    flex-direction: column;
    width: 100%;
  }

  .nav__actions .btn {
    width: 100%;
  }

  body.nav-open {
    overflow: hidden;
  }

  body.nav-open::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 999;
  }

  .how__grid,
  .value__grid,
  .why__grid,
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .logo__img {
    height: 70px;
    max-width: min(210px, 42vw);
  }

  .header.is-scrolled .logo__img {
    height: 58px;
  }
}

/* Tablet portrait / large phone landscape */
@media (max-width: 980px) {
  .hero__grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .hero__content {
    text-align: left;
  }

  /* Old single-page hero layout only — keep homepage coach visible */
  .hero:not(.hero--home) .hero__visual {
    display: none;
  }

  .hero--home .hero__visual {
    display: block;
    max-width: min(640px, 100%);
    width: 100%;
    margin-inline: auto;
  }

  .quote-panel {
    margin-top: 0.25rem;
    width: 100%;
  }

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

  .about__grid,
  .contact__grid {
    grid-template-columns: 1fr;
  }

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

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

  .header__inner {
    gap: 1rem;
  }
}

/* Mobile */
@media (max-width: 700px) {
  :root {
    --header-h: 88px;
    --header-h-scrolled: 76px;
  }

  .container {
    width: min(100% - 1.5rem, var(--container));
  }

  .logo__img {
    height: 60px;
    max-width: min(190px, 50vw);
  }

  .header.is-scrolled .logo__img {
    height: 50px;
    max-width: min(170px, 48vw);
  }

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

  .strip__item:last-child {
    grid-column: 1 / -1;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .form-group input,
  .form-group select,
  .form-group textarea {
    font-size: 16px; /* prevents iOS zoom on focus */
    min-height: 48px;
  }

  .check-list {
    grid-template-columns: 1fr;
  }

  .coaches__grid,
  .value__grid,
  .why__grid,
  .how__grid,
  .services__grid,
  .blog-grid {
    grid-template-columns: 1fr;
  }

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

  .final-cta__actions,
  .btn-row {
    flex-direction: column;
    align-items: stretch;
  }

  .final-cta__actions .btn,
  .btn-row .btn {
    width: 100%;
  }

  .btn {
    min-height: 48px;
  }

  .quote-panel {
    padding: 1.25rem 1rem;
  }

  .hero {
    padding-top: 1.75rem;
    min-height: auto;
  }

  .hero__content h1 {
    font-size: clamp(2.2rem, 9vw, 3rem);
  }

  .page-hero {
    padding: 3rem 0;
  }

  .page-hero h1 {
    font-size: clamp(2rem, 8vw, 2.8rem);
  }

  .section {
    padding: 3.5rem 0;
  }

  .back-to-top {
    right: 0.85rem;
    bottom: 0.85rem;
  }
}

/* Small phones */
@media (max-width: 420px) {
  .strip__grid,
  .destinations__grid {
    grid-template-columns: 1fr;
  }

  .strip__item:last-child {
    grid-column: auto;
  }

  .nav__actions .btn--outline {
    display: none;
  }

  .logo__img {
    height: 52px;
    max-width: min(160px, 54vw);
  }

  .header.is-scrolled .logo__img {
    height: 46px;
  }

  .quote-panel h2 {
    font-size: 1.65rem;
  }

  .service-local__meta {
    gap: 0.45rem;
  }

  .service-local__meta span {
    font-size: 0.7rem;
  }
}

/* =========================================================
   Site-wide responsive polish (PC + mobile)
   ========================================================= */

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

img,
video,
iframe,
svg {
  max-width: 100%;
}

.btn {
  max-width: 100%;
}

.form-group,
.form-row > * {
  min-width: 0;
}

.contact__details a,
.footer__contact a,
.quick-quote__phones a,
.final-cta__phones a {
  word-break: break-word;
  overflow-wrap: anywhere;
}

.legal-content {
  overflow-wrap: break-word;
}

.coach-card__body .btn-row {
  flex-wrap: wrap;
}

.review-card {
  box-sizing: border-box;
}

/* Tablet landscape / small PC windows */
@media (max-width: 1100px) {
  .home-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .section {
    padding: clamp(3rem, 6vw, 5rem) 0;
  }
}

@media (max-width: 900px) {
  .form-row {
    grid-template-columns: 1fr;
  }

  .home-intro__grid,
  .about__grid,
  .contact__grid,
  .quick-quote__grid {
    grid-template-columns: 1fr;
  }

  .btn {
    white-space: normal;
    text-align: center;
  }

  .review-card {
    padding: 1.5rem 1.15rem;
  }

  .review-card blockquote p {
    font-size: clamp(1.15rem, 4.5vw, 1.45rem);
  }

  .page-hero {
    padding: 2.75rem 0;
  }

  .section-head {
    margin-bottom: 2rem;
  }

  .section-head h2 {
    font-size: clamp(1.85rem, 6vw, 2.6rem);
  }
}

@media (max-width: 700px) {
  .home-services__grid,
  .services__grid {
    grid-template-columns: 1fr;
  }

  .home-service {
    min-height: 0;
  }

  .whatsapp-float {
    width: 48px;
    height: 48px;
    left: 0.85rem;
    bottom: 4.75rem;
  }

  .back-to-top {
    width: 44px;
    height: 44px;
  }

  .header__inner {
    gap: 0.65rem;
  }

  .fleet-filter {
    max-width: none;
    width: 100%;
  }

  .contact-form {
    padding: 1.15rem 1rem;
  }

  .post-article__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .post-article__actions .btn {
    width: 100%;
  }

  .about__accent,
  .home-intro__frame {
    right: 0;
  }
}

@media (max-width: 420px) {
  .container {
    width: min(100% - 1.15rem, var(--container));
  }

  .topbar__contacts {
    flex-direction: column;
    align-items: center;
  }

  .btn--lg {
    padding: 0.85rem 1.15rem;
    font-size: 0.82rem;
  }

  .nav {
    width: min(100% - 2rem, 340px);
  }
}

/* Short desktop / laptop height */
@media (max-height: 760px) and (min-width: 1025px) {
  .hero.hero--home {
    padding: 1.5rem 0 2rem;
  }

  .section {
    padding: 3.25rem 0;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .hero-animate,
  .hero__orb,
  .hero__shine,
  .hero__coach,
  .hero__float-card,
  .badge--pulse,
  .hero-cta-glow,
  .hero__scroll span {
    animation: none !important;
  }
}
