:root {
  --bg: #080807;
  --bg-soft: #11100e;
  --cream: #f6efe3;
  --muted: rgba(246, 239, 227, 0.72);
  --muted-dark: #6f6a61;
  --line: rgba(246, 239, 227, 0.16);
  --line-dark: rgba(12, 12, 10, 0.12);
  --gold: #c9a968;
  --gold-soft: rgba(201, 169, 104, 0.14);
  --white: #ffffff;
  --whatsapp: #25d366;
  --radius-xl: 34px;
  --radius-lg: 24px;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--sans);
  background: var(--bg);
  color: var(--cream);
  line-height: 1.65;
  overflow-x: hidden;
}

img,
video {
  display: block;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.section-dark {
  background: var(--bg);
  color: var(--cream);
}

.section-light {
  background: #f6efe3;
  color: #11100e;
}

.skip-link {
  position: absolute;
  top: -100px;
  left: 20px;
  z-index: 999;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--gold);
  color: #11100e;
  transition: 0.25s ease;
}

.skip-link:focus {
  top: 20px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px clamp(20px, 5vw, 58px);
  background: linear-gradient(to bottom, rgba(8, 8, 7, 0.84), rgba(8, 8, 7, 0));
  transition: 0.25s ease;
}

.site-header.is-scrolled {
  padding-block: 14px;
  background: rgba(8, 8, 7, 0.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  letter-spacing: 0.03em;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(201, 169, 104, 0.5);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 1.45rem;
  color: var(--gold);
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.1;
}

.brand strong {
  text-transform: uppercase;
  font-size: 0.86rem;
  letter-spacing: 0.16em;
}

.brand small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.72rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(246, 239, 227, 0.8);
}

.site-nav a {
  transition: 0.2s ease;
}

.site-nav a:hover {
  color: var(--gold);
}

.nav-cta {
  padding: 11px 16px;
  border: 1px solid rgba(201, 169, 104, 0.45);
  border-radius: 999px;
  color: var(--gold) !important;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(246, 239, 227, 0.06);
  color: var(--cream);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  padding: 150px 0 58px;
  overflow: hidden;
}

.hero-media,
.hero-video,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  background:
    radial-gradient(circle at 76% 22%, rgba(201, 169, 104, 0.22), transparent 30%),
    linear-gradient(135deg, #080807, #171410 58%, #070707);
}

.hero-video {
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
  filter: saturate(1) contrast(1.03);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(8, 8, 7, 0.96) 0%, rgba(8, 8, 7, 0.64) 44%, rgba(8, 8, 7, 0.32) 100%),
    linear-gradient(to top, rgba(8, 8, 7, 1) 0%, rgba(8, 8, 7, 0.16) 45%, rgba(8, 8, 7, 0.75) 100%);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(280px, 360px);
  gap: 34px;
  align-items: end;
}

.eyebrow {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.eyebrow.dark {
  color: #95763b;
}

h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.035em;
}

h1 {
  max-width: 780px;
  font-size: clamp(3rem, 8vw, 6.8rem);
}

h2 {
  font-size: clamp(2.35rem, 5vw, 5rem);
}

h3 {
  font-size: clamp(1.55rem, 2vw, 2.1rem);
}

.hero-text {
  max-width: 650px;
  margin-top: 24px;
  color: var(--muted);
  font-size: clamp(1.02rem, 2vw, 1.22rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.25s ease;
}

.btn-primary {
  background: var(--gold);
  color: #11100e;
  box-shadow: 0 18px 44px rgba(201, 169, 104, 0.2);
}

.btn-primary:hover {
  transform: translateY(-2px);
  background: #e0bf79;
}

.btn-ghost {
  border-color: rgba(246, 239, 227, 0.28);
  color: var(--cream);
  background: rgba(246, 239, 227, 0.06);
  backdrop-filter: blur(12px);
}

.btn-ghost:hover {
  border-color: rgba(201, 169, 104, 0.7);
  color: var(--gold);
}

.btn-full {
  width: 100%;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 44px;
}

.hero-tags span {
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: rgba(246, 239, 227, 0.76);
  background: rgba(246, 239, 227, 0.05);
  font-size: 0.78rem;
}

.hero-card {
  padding: 28px;
  border: 1px solid rgba(201, 169, 104, 0.26);
  border-radius: var(--radius-lg);
  background: rgba(14, 13, 11, 0.58);
  backdrop-filter: blur(22px);
  box-shadow: var(--shadow);
}

.hero-card p {
  color: var(--muted);
  font-size: 0.9rem;
}

.hero-card strong {
  display: block;
  margin-top: 8px;
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}

.hero-card span {
  display: block;
  margin-top: 20px;
  color: var(--muted);
}

.hero-card a {
  display: inline-block;
  margin-top: 22px;
  color: var(--gold);
  font-weight: 700;
}

.intro,
.services,
.why,
.journeys,
.safety {
  padding: clamp(70px, 10vw, 130px) 0;
}

.intro-grid,
.split-grid,
.corporate-grid,
.booking-grid,
.fleet-grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(30px, 7vw, 90px);
  align-items: start;
}

.section-kicker {
  color: #95763b;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.intro p,
.section-heading p:not(.eyebrow),
.fleet-copy p,
.corporate p,
.booking-copy p {
  margin-top: 20px;
  color: var(--muted-dark);
  font-size: 1.05rem;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 44px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(240px, 1fr));
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 10px;
  scroll-snap-type: x mandatory;
}

.service-grid::-webkit-scrollbar {
  height: 8px;
}

.service-grid::-webkit-scrollbar-thumb {
  background: rgba(17, 16, 14, 0.22);
  border-radius: 999px;
}

.service-card {
  min-height: 300px;
  padding: 26px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-lg);
  background: #fffaf1;
  scroll-snap-align: start;
  cursor: pointer;
  transition: 0.25s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(149, 118, 59, 0.38);
  box-shadow: 0 22px 50px rgba(17, 16, 14, 0.1);
}

.service-card span {
  display: block;
  margin-bottom: 52px;
  color: #95763b;
  font-weight: 800;
}

.service-card h3 {
  margin-bottom: 16px;
}

.service-card p,
.feature-list span,
.corporate-panel li,
.form-note {
  color: var(--muted-dark);
}

.fleet,
.corporate,
.booking {
  padding: clamp(76px, 10vw, 140px) 0;
  position: relative;
  overflow: hidden;
}

.fleet::before,
.corporate::before,
.booking::before {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 169, 104, 0.14), transparent 65%);
  top: -160px;
  right: -120px;
}

.fleet-grid,
.booking-grid {
  position: relative;
  z-index: 2;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
}

.fleet-image img,
.journey-card img {
  height: 100%;
  object-fit: cover;
}

.fleet-image {
  min-height: 560px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid var(--line);
  background: #15130f;
}

.spec-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.spec-list div {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(246, 239, 227, 0.045);
}

.spec-list dt {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.spec-list dd {
  margin-top: 8px;
  color: var(--muted);
}

.feature-list {
  display: grid;
  gap: 14px;
}

.feature-list div {
  padding: 22px;
  border: 1px solid var(--line-dark);
  border-radius: 20px;
  background: #fffaf1;
}

.feature-list strong,
.feature-list span {
  display: block;
}

.feature-list strong {
  font-family: var(--serif);
  font-size: 1.6rem;
  line-height: 1.1;
}

.feature-list span {
  margin-top: 8px;
}

.journey-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.journey-card {
  position: relative;
  min-height: 430px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: #11100e;
  color: var(--cream);
}

.journey-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8, 8, 7, 0.94), rgba(8, 8, 7, 0.1) 62%);
}

.journey-card div {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  bottom: 24px;
}

.journey-card span {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.corporate p,
.booking-copy p,
.fleet-copy p {
  color: var(--muted);
}

.corporate-panel {
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: rgba(246, 239, 227, 0.045);
}

.corporate-panel h3 {
  margin-bottom: 22px;
}

.corporate-panel ul {
  display: grid;
  gap: 14px;
  list-style: none;
}

.corporate-panel li {
  position: relative;
  padding-left: 24px;
  color: var(--muted);
}

.corporate-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
}

.booking-form {
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(201, 169, 104, 0.26);
  border-radius: var(--radius-xl);
  background: #f6efe3;
  color: #11100e;
  box-shadow: var(--shadow);
}

.booking-form label {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
  color: #39352d;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  border: 1px solid rgba(17, 16, 14, 0.16);
  border-radius: 16px;
  background: #fffaf1;
  color: #11100e;
  padding: 14px 15px;
  outline: none;
  transition: 0.2s ease;
}

.booking-form textarea {
  resize: vertical;
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  border-color: rgba(149, 118, 59, 0.7);
  box-shadow: 0 0 0 4px rgba(201, 169, 104, 0.16);
}

.form-note {
  margin-top: 14px;
  font-size: 0.82rem;
  text-align: center;
}

.contact-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.contact-strip a {
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--gold);
  font-size: 0.86rem;
}

.site-footer {
  padding: 40px 0 28px;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}

.footer-brand {
  margin-bottom: 16px;
}

.site-footer p {
  color: var(--muted);
}

.footer-links {
  display: flex;
  gap: 18px;
  color: var(--muted);
  font-size: 0.86rem;
}

.copyright {
  width: min(1180px, calc(100% - 40px));
  margin: 28px auto 0;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  font-size: 0.82rem;
}

.mobile-float {
  display: none;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .site-nav {
    position: fixed;
    inset: 78px 18px auto;
    display: grid;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(8, 8, 7, 0.95);
    backdrop-filter: blur(18px);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: 0.22s ease;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    padding: 15px;
  }

  .nav-cta {
    text-align: center;
    margin-top: 6px;
  }

  .nav-toggle {
    display: inline-block;
  }

  .hero-grid,
  .intro-grid,
  .split-grid,
  .corporate-grid,
  .booking-grid,
  .fleet-grid,
  .journey-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    align-items: end;
    min-height: 100svh;
    padding-top: 130px;
  }

  .hero-card {
    max-width: 460px;
  }

  .fleet-image {
    min-height: 420px;
    order: 2;
  }

  .journey-card {
    min-height: 330px;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .site-header {
    padding: 14px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .brand strong {
    font-size: 0.74rem;
  }

  .brand small {
    font-size: 0.68rem;
  }

  .hero {
    min-height: 100svh;
    padding: 116px 0 34px;
  }

  .hero-overlay {
    background:
      linear-gradient(to top, rgba(8, 8, 7, 1) 0%, rgba(8, 8, 7, 0.55) 52%, rgba(8, 8, 7, 0.84) 100%);
  }

  h1 {
    font-size: clamp(3.4rem, 18vw, 5.8rem);
  }

  h2 {
    font-size: clamp(2.15rem, 12vw, 3.5rem);
  }

  .hero-actions,
  .contact-strip {
    flex-direction: column;
  }

  .hero-actions .btn,
  .contact-strip a {
    width: 100%;
  }

  .hero-tags {
    gap: 8px;
    margin-top: 28px;
  }

  .hero-tags span {
    font-size: 0.74rem;
  }

  .hero-card {
    padding: 22px;
  }

  .intro,
  .services,
  .why,
  .journeys,
  .safety,
  .fleet,
  .corporate,
  .booking {
    padding-block: 66px;
  }

  .service-grid {
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .service-card {
    min-height: auto;
  }

  .service-card span {
    margin-bottom: 34px;
  }

  .spec-list,
  .form-row {
    grid-template-columns: 1fr;
  }

  .fleet-image {
    min-height: 320px;
    border-radius: 24px;
  }

  .booking-form {
    border-radius: 24px;
  }

  .footer-grid {
    display: grid;
  }

  .footer-links {
    flex-wrap: wrap;
  }

  /* Mobile slide-up contact navigation */
  .mobile-float {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;

    /* Override the desktop display: none rule on mobile. */
    display: block;

    /* Hide the navigation while leaving the 46px toggle visible. */
    transform: translate3d(0, calc(100% - 46px), 0);
    transition: transform 0.35s ease;
    will-change: transform;

    background: transparent;
    pointer-events: none;
    visibility: visible;
  }

  /* Bring the full navigation into view. */
  .mobile-float.is-open {
    transform: translate3d(0, 0, 0);
  }

  /* Visible arrow toggle. */
  .mobile-float-toggle {
    width: 60px;
    height: 46px;
    display: grid;
    place-items: center;

    margin: 0 auto;
    padding: 0;

    border: 0;
    border-radius: 14px 14px 0 0;

    background: var(--gold);
    color: #11100e;

    cursor: pointer;
    pointer-events: auto;

    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.3);

    transition:
      background 0.25s ease,
      color 0.25s ease;
  }

  .mobile-float-toggle:hover {
    background: var(--cream);
  }

  .mobile-float-toggle:focus-visible {
    outline: 3px solid rgba(201, 169, 104, 0.45);
    outline-offset: 3px;
  }

  .mobile-float-arrow {
    display: block;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1;
    transition: transform 0.35s ease;
  }

  /* Point the arrow down while the panel is open. */
  .mobile-float.is-open .mobile-float-arrow {
    transform: rotate(180deg);
  }

  .mobile-float-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;

    padding: 10px;
    padding-bottom: calc(10px + env(safe-area-inset-bottom));

    background: var(--gold);
    border-radius: 14px 14px 0 0;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.3);

    pointer-events: auto;
  }

  .mobile-float-links a {
    min-height: 52px;
    display: grid;
    place-items: center;

    margin: 0;
    padding: 10px;

    border-radius: 15px;

    background: var(--cream);
    color: #11100e;

    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.11em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;

    transition:
      transform 0.2s ease,
      background 0.2s ease;
  }

  .mobile-float-links a:hover {
    transform: translateY(-2px);
    background: #fffaf1;
  }

  .float-call,
  .float-whatsapp {
    background: var(--cream);
  }

  .site-footer {
    padding-bottom: 110px;
  }
}

@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;
  }
}

/* =====================================================
   SERVICES HORIZONTAL CAROUSEL
===================================================== */

.service-carousel {
  position: relative;
  min-width: 0;
}

.service-carousel-controls {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin: -18px 0 20px;
}

.service-arrow {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  border: 1px solid rgba(149, 118, 59, 0.35);
  border-radius: 50%;
  background: #11100e;
  color: var(--gold, #c9a968);
  font: inherit;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  transition:
    background 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease,
    opacity 0.25s ease;
}

.service-arrow:hover:not(:disabled) {
  background: var(--gold, #c9a968);
  color: #11100e;
  border-color: var(--gold, #c9a968);
  transform: translateY(-2px);
}

.service-arrow:focus-visible {
  outline: 3px solid rgba(201, 169, 104, 0.3);
  outline-offset: 3px;
}

.service-arrow:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

/*
  Keeps every service in one horizontal row.
  Three complete cards are displayed on larger screens.
*/
.service-grid {
  display: grid !important;
  grid-template-columns: none !important;
  grid-template-rows: 1fr;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 28px) / 3);
  align-items: stretch;
  gap: 14px;

  width: 100%;
  overflow-x: auto !important;
  overflow-y: hidden !important;

  padding: 6px 2px 20px;
  scroll-padding-inline: 2px;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  overscroll-behavior-inline: contain;

  scrollbar-width: none;
  -ms-overflow-style: none;
}

.service-grid::-webkit-scrollbar {
  display: none;
}

.service-card {
  width: 100%;
  min-width: 0;
  min-height: 310px;
  height: 100%;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

/*
  Keeps the service-card content consistently aligned,
  even when one title is longer than another.
*/
.service-card h3 {
  min-height: 2.5em;
}

.service-card p {
  margin-top: 0;
}

/* Tablet: two cards at a time */
@media (max-width: 1050px) {
  .service-grid {
    grid-template-columns: none !important;
    grid-auto-columns: calc((100% - 14px) / 2);
    overflow-x: auto !important;
    overflow-y: hidden !important;
  }
}

/* Mobile: swipeable cards with part of the next card visible */
@media (max-width: 700px) {
  .service-carousel-controls {
    margin: -8px 0 16px;
  }

  .service-arrow {
    width: 44px;
    height: 44px;
  }

  .service-grid {
    grid-template-columns: none !important;
    grid-auto-flow: column !important;
    grid-auto-columns: min(84vw, 330px);
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 4px 2px 18px;
  }

  .service-card {
    min-height: 290px;
    padding: 24px;
  }

  .service-card span {
    margin-bottom: 34px;
  }

  .service-card h3 {
    min-height: auto;
  }
}