
/* --- Self-hosted fonts: Barlow + Barlow Condensed (latin subset, from Google Fonts) --- */
@font-face{font-family:'Barlow';font-style:normal;font-weight:300;font-display:swap;src:url('/assets/fonts/barlow-300.woff2') format('woff2');}
@font-face{font-family:'Barlow';font-style:normal;font-weight:400;font-display:swap;src:url('/assets/fonts/barlow-400.woff2') format('woff2');}
@font-face{font-family:'Barlow';font-style:normal;font-weight:500;font-display:swap;src:url('/assets/fonts/barlow-500.woff2') format('woff2');}
@font-face{font-family:'Barlow';font-style:normal;font-weight:600;font-display:swap;src:url('/assets/fonts/barlow-600.woff2') format('woff2');}
@font-face{font-family:'Barlow';font-style:normal;font-weight:700;font-display:swap;src:url('/assets/fonts/barlow-700.woff2') format('woff2');}
@font-face{font-family:'Barlow Condensed';font-style:normal;font-weight:600;font-display:swap;src:url('/assets/fonts/barlow-condensed-600.woff2') format('woff2');}
@font-face{font-family:'Barlow Condensed';font-style:normal;font-weight:700;font-display:swap;src:url('/assets/fonts/barlow-condensed-700.woff2') format('woff2');}
@font-face{font-family:'Barlow Condensed';font-style:normal;font-weight:800;font-display:swap;src:url('/assets/fonts/barlow-condensed-800.woff2') format('woff2');}
@font-face{font-family:'Barlow Condensed';font-style:normal;font-weight:900;font-display:swap;src:url('/assets/fonts/barlow-condensed-900.woff2') format('woff2');}
@font-face{font-family:'Barlow Condensed';font-style:italic;font-weight:900;font-display:swap;src:url('/assets/fonts/barlow-condensed-900-italic.woff2') format('woff2');}

.sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0;
    }

    /* --- css/head-foot.css --- */
    /* -- TOKENS -- */
    :root {
      --red: #e51b45;
      --black: #111111;
      --ink: #222222;
      --body: #444444;
      --muted: #888888;
      --rule: #e0e0e0;
      --bg-off: #f5f5f5;
      --bg-dark: #111111;
    }

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

    html {
      scroll-behavior: smooth;
      overflow-x: hidden
    }

    body {
      font-family: 'Barlow', sans-serif;
      background: #fff;
      color: #111;
      overflow-x: hidden;
      line-height: 1.6;
      font-size: 18px;
      /* SOP: 18px for Body Text */
    }

    a {
      text-decoration: none;
      color: inherit
    }

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

    picture {
      display: block;
    }

    .figcaption-visually-hidden {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0;
    }

    .content-figure {
      margin: 0;
      position: relative;
    }

    .fimg-track figure {
      flex: 0 0 100%;
      width: 100%;
      height: 100%;
      margin: 0;
      position: relative;
    }

    .fimg-track figure picture {
      width: 100%;
      height: 100%;
    }

    .fimg-track figure img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .img-half picture {
      width: 100%;
      height: 100%;
    }

    .srv-figure {
      margin: 0;
      height: 55%;
      overflow: hidden;
    }

    .srv-figure picture {
      width: 100%;
      height: 100%;
    }

    .srv-figure .srv-bg {
      height: 100%;
    }

    .srv-card:hover .srv-figure,
    .srv-card:active .srv-figure,
    .srv-card:focus-within .srv-figure {
      height: 100%;
    }


    /* -- TYPOGRAPHY OVERRIDES (SOP) -- */
    h1,
    .hero-h1 {
      font-size: 42px !important;
      line-height: 1.1;
      margin-bottom: 16px;
    }

    h2,
    .about-h,
    .sec-title,
    .why-h {
      font-size: 36px !important;
      line-height: 1.1;
      margin-bottom: 12px;
    }

    h3,
    .srv-title,
    .step-title,
    .fcap,
    .fname {
      font-size: 32px !important;
    }

    h4 {
      font-size: 28px !important;
    }

    h5 {
      font-size: 24px !important;
    }

    h6 {
      font-size: 20px !important;
    }

    p,
    .fa p,
    .areas-desc,
    .step-text,
    .why-p,
    .sec-head-note,
    .mq-text,
    .am-desc {
      font-size: 18px !important;
      line-height: 1.6;
      margin-bottom: 15px;
    }

    .rich-text > :first-child {
      margin-top: 0;
    }

    .rich-text > :last-child,
    .rich-text li > :last-child,
    .rich-text li:last-child {
      margin-bottom: 0;
    }

    .rich-text p,
    .rich-text ul,
    .rich-text ol {
      margin: 0 0 18px;
    }

    .rich-text ul,
    .rich-text ol {
      padding-left: 1.25em;
      list-style-position: outside;
    }

    .rich-text ul {
      list-style-type: disc;
    }

    .rich-text ol {
      list-style-type: decimal;
    }

    .rich-text li {
      margin-bottom: 10px;
    }

    .rich-text li::marker {
      color: var(--red);
    }

    .rich-text ul ul,
    .rich-text ul ol,
    .rich-text ol ul,
    .rich-text ol ol {
      margin: 10px 0 0;
    }

    .rich-text br + br {
      display: block;
      margin-top: 0.75em;
    }

    .rich-text a {
      font-weight: 700;
      text-decoration: underline;
    }
    /* -- UTILS -- */
    .container {
      max-width: 1240px;
      margin: 0 auto;
      padding: 0 32px
    }

    #hero > .container {
      width: 100%;
      min-width: 0;
    }

    .sec {
      padding: 96px 0
    }

    .sec-alt {
      background: var(--bg-off)
    }
    @supports (content-visibility: auto) {
      body > section:not(:first-of-type),
      body > aside[id] {
        content-visibility: auto;
        contain-intrinsic-size: 1px 960px;
      }
    }


    .eyebrow {
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 600;
      font-size: 14px;
      letter-spacing: .3em;
      text-transform: uppercase;
      color: var(--red);
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 12px;
    }

    .eyebrow::before {
      content: '';
      width: 24px;
      height: 2px;
      background: var(--red);
      transform: skewX(-20deg);
      flex-shrink: 0
    }

    .sec-title {
      font-family: 'Barlow Condensed', sans-serif;
      font-style: italic;
      font-weight: 900;
      text-transform: uppercase;
      color: var(--black);
    }

    .sec-head {
      display: block;
      margin-bottom: 52px;
      text-align: left;
    }

    .sec-head-note {
      max-width: 900px;
      color: var(--body);
      margin-top: 16px;
    }

    /* -- BUTTONS -- */
    .btn-red-lg,
    .btn-black-lg {
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 800;
      font-size: 20px;
      /* Adjusted from 27px (approx 26px) to match closer to SOP h6/body scale, keeping 20px for consistency */
      letter-spacing: .1em;
      text-transform: uppercase;
      color: #fff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 24px 56px;
      clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
      transition: background .2s, transform .2s;
      text-decoration: none;
      border: none;
      cursor: pointer;
    }

    .btn-red-lg {
      background: var(--red);
    }

    .btn-red-lg:hover {
      background: #c91439;
      transform: translateX(3px);
    }

    .btn-black-lg {
      background: var(--black);
    }

    .btn-black-lg:hover {
      background: #333;
      transform: translateX(3px);
    }

    #hero .btn-black-lg {
      background-color: #fff;
      color: #000;
    }

    #hero .btn-black-lg:hover {
      background: #ccc;
      transform: translateX(3px);
    }

    .btn-ghost {
      background: transparent;
      color: var(--black);
      border: 2px solid var(--black);
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 800;
      font-size: 16px;
      text-transform: uppercase;
      padding: 16px 36px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      transition: background .2s, color .2s;
    }

    .btn-ghost:hover {
      background: var(--black);
      color: #fff
    }

    /* -- NAV -- */
    #nav {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 200;
      background: rgba(255, 255, 255, .97);
      border-bottom: 3px solid var(--red);
      backdrop-filter: blur(8px);
    }

    .nav-wrap {
      max-width: 1340px;
      margin: 0 auto;
      padding: 0 16px;
      height: 64px;
      display: flex;
      align-items: center;
      justify-content: space-between
    }

    .logo {
      font-family: 'Barlow Condensed', sans-serif;
      font-style: italic;
      font-weight: 900;
      font-size: 20px;
      text-transform: uppercase;
      color: var(--black);
      letter-spacing: .03em;
      line-height: 1
    }

    @media(max-width:599px) {
    .logo {
    font-size:17px;
    }
    }

    .logo em {
      color: var(--red);
      font-style: normal
    }

    .logo small {
      display: block;
      font-size: 10px;
      letter-spacing: .22em;
      color: var(--muted);
      font-style: normal;
      font-weight: 600;
      text-transform: uppercase;
      margin-top: 2px
    }

    .nav-links {
      display: flex;
      list-style: none;
      height: 100%;
    }

    .nav-item {
      position: relative;
      display: flex;
      align-items: center;
      height: 100%;
    }

    .nav-links button.nav-main-link {
      appearance: none;
      -webkit-appearance: none;
      background: transparent;
      border: 0;
      cursor: pointer;
      font: inherit;
    }

    .nav-links :is(a, button).nav-main-link {
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 700;
      font-size: 16px;
      letter-spacing: .08em;
      text-transform: uppercase;
      color: var(--ink);
      padding: 0 8px;
      height: 64px;
      display: flex;
      align-items: center;
      border-right: 1px solid var(--rule);
      transition: color .2s;
      position: relative;
      white-space: nowrap;
    }

    .nav-links :is(a, button).nav-main-link::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 3px;
      background: var(--red);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform .3s
    }

    .nav-links :is(a, button).nav-main-link:hover {
      color: var(--red)
    }

    .nav-links :is(a, button).nav-main-link:hover::after {
      transform: scaleX(1)
    }

    .nav-dropdown {
      display: none;
      position: absolute;
      top: 64px;
      left: 0;
      background: #fff;
      flex-direction: column;
      min-width: 240px;
      border-top: 3px solid var(--red);
      box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
      max-height: 70vh;
      overflow-y: auto;
    }

    .nav-item:hover .nav-dropdown {
      display: flex;
    }

    .nav-dropdown a {
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 600;
      font-size: 15px;
      letter-spacing: .08em;
      text-transform: uppercase;
      padding: 16px 20px;
      color: var(--ink);
      border-bottom: 1px solid var(--rule);
      transition: background .2s, color .2s;
    }

    .nav-dropdown a:last-child {
      border-bottom: none;
    }

    .nav-dropdown a:hover {
      background: var(--bg-off);
      color: var(--red);
    }

    .nav-cta {
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 800;
      font-size: 14px;
      letter-spacing: .08em;
      text-transform: uppercase;
      background: var(--red);
      color: #fff;
      padding: 0 12px;
      height: 64px;
      display: flex;
      align-items: center;
      transition: background .2s;
      white-space: nowrap;
    }

    .nav-cta:hover {
      background: #c91439
    }

    .hbg {
      display: none;
      background: none;
      border: none;
      cursor: pointer;
      padding: 4px
    }

    .hbg span {
      display: block;
      width: 22px;
      height: 2px;
      background: var(--black);
      margin: 5px 0
    }

    #mmenu {
      display: none;
      position: fixed;
      top: 64px;
      left: 0;
      right: 0;
      bottom: 0;
      background: #fff;
      border-top: 3px solid var(--red);
      z-index: 199;
      padding: 8px 0;
      overflow-y: auto;
    }

    #mmenu a.m-top {
      display: block;
      padding: 16px 28px;
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 700;
      font-size: 17px;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: var(--ink);
      border-bottom: 1px solid var(--rule);
      transition: color .2s
    }

    #mmenu a.m-sub {
      display: block;
      padding: 12px 28px 12px 48px;
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 600;
      font-size: 15px;
      letter-spacing: .05em;
      text-transform: uppercase;
      color: var(--body);
      border-bottom: 1px solid var(--rule);
      background: var(--bg-off);
    }

    #mmenu a:hover,
    #mmenu a.cta {
      color: var(--red)
    }

    /* -- FOOTER -- */
    footer {
      background: var(--black);
      color: #fff;
      padding: 64px 0 28px
    }

    .ft-grid {
      display: grid;
      grid-template-columns: 2fr 1fr 1fr 1fr;
      gap: 40px;
      margin-bottom: 44px
    }

    .ft-logo {
      font-family: 'Barlow Condensed', sans-serif;
      font-style: italic;
      font-weight: 900;
      font-size: 22px;
      text-transform: uppercase;
      margin-bottom: 12px
    }

    .ft-logo em {
      color: var(--red);
      font-style: normal
    }

    .ft-h {
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 700;
      font-size: 14px;
      letter-spacing: .25em;
      text-transform: uppercase;
      color: var(--red);
      margin-bottom: 14px
    }

    .ft-ul {
      list-style: none
    }

    .ft-ul li {
      margin-bottom: 8px
    }

    .ft-ul a {
      font-size: 14px;
      color: #fff;
    }

    .ft-contact {
      color: #fff;
      font-size: 14px;
      margin-bottom: 16px;
      display: block;
    }

    .ft-copy {
      border-top: 1px solid #222;
      padding-top: 28px;
      display: flex;
      justify-content: space-between;
      color: #555;
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: .1em
    }

    .mobile-nav-tel {
      display: none;
    }

    @media (max-width: 1024px) {
      .nav-wrap {
        padding: 0 20px;
      }

      .nav-links,
      .nav-cta {
        display: none;
      }

      .hbg {
        display: block;
        margin-left: 12px;
      }

      .mobile-nav-tel {
        display: flex;
        align-items: center;
        background: var(--red);
        color: #fff !important;
        font-family: 'Barlow Condensed', sans-serif;
        font-weight: 700;
        font-size: 15px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        padding: 8px 16px;
        border-radius: 4px;
        text-decoration: none;
        margin-left: auto;
      }

      .container {
        padding: 0 24px;
      }
    }

    @media (max-width: 768px) {

      h1,
      .hero-h1 {
        font-size: 32px !important;
      }

      h2,
      .about-h,
      .sec-title,
      .why-h {
        font-size: 34px !important;
      }

      .sec {
        padding: 64px 0;
      }

      .ft-grid {
        grid-template-columns: 1fr;
        gap: 32px;
      }

      .ft-copy {
        flex-direction: column;
        gap: 12px;
        text-align: center;
      }
    }

/* --- css/homepage.css --- */
    /* -- HERO -- */
    #hero {
      min-height: 100vh; min-height: 100dvh;
      padding-top: 64px;
      display: flex;
      align-items: center;
      background: linear-gradient(rgba(17, 17, 17, 0.7), rgba(17, 17, 17, 0.85)), url('/assets/site-images/party-bus-inside.avif') center/cover no-repeat;
      position: relative;
    }

    .hero-body {
      position: relative;
      z-index: 1;
      padding: 80px 0;
      max-width: 800px;
      margin: 0 auto;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .hero-eyebrow {
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 700;
      font-size: 14px;
      letter-spacing: .2em;
      text-transform: uppercase;
      color: #fff;
      background: var(--red);
      padding: 6px 16px;
      margin-bottom: 24px;
      display: inline-block;
    }

    .hero-h1 {
      font-family: 'Barlow Condensed', sans-serif;
      font-style: italic;
      font-weight: 900;
      text-transform: uppercase;
      color: #fff;
    }

    .hero-h1 em {
      color: var(--red);
      font-style: normal;
    }

    .hero-sub {
      color: rgba(255, 255, 255, .9);
      max-width: 600px;
      margin: 0 0 36px;
      font-weight: 400;
    }

    .hero-stats {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 22px 24px;
      margin-top: 56px;
      padding-top: 32px;
      border-top: 1px solid rgba(255, 255, 255, .15);
      width: 100%;
    }

    @media (max-width: 768px) {
      .hero-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    .hstat-n {
      font-family: 'Barlow Condensed', sans-serif;
      font-style: italic;
      font-weight: 900;
      font-size: clamp(28px, 6vw, 42px);
      line-height: 1;
      color: #fff;
    }

    .hstat-n em {
      color: var(--red);
      font-style: normal;
    }

    .hstat-l {
      font-size: 13px;
      letter-spacing: .2em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, .6);
      margin-top: 6px;
    }

    /* -- MARQUEE -- */
    #proof {
      background: var(--black);
      padding: 40px 0 30px;
      overflow: hidden;
      border-top: none;
    }

    .mq-text {
      text-align: center !important;
      color: rgba(255, 255, 255, 0.8);
      margin-bottom: 28px;
    }

    .mq {
      display: flex;
      align-items: center;
      gap: 44px;
      animation: mq 28s linear infinite;
      white-space: nowrap;
      width: max-content
    }

    .mq:hover {
      animation-play-state: paused
    }

    @keyframes mq {
      from {
        transform: translateX(0)
      }

      to {
        transform: translateX(-50%)
      }
    }

    .mq-label {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 12px;
      letter-spacing: .28em;
      text-transform: uppercase;
      color: #777;
      flex-shrink: 0
    }

    .mq-item {
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 700;
      font-size: 15px;
      letter-spacing: .2em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, .45);
      flex-shrink: 0;
      transition: color .3s;
      cursor: default
    }

    .mq-item:hover {
      color: #fff
    }

    .mq-dot {
      width: 6px;
      height: 6px;
      background: var(--red);
      transform: rotate(45deg);
      flex-shrink: 0
    }

    /* -- ABOUT -- */
    #about {
      background: #fff
    }

    .about-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 80px;
      align-items: center
    }

    .about-h {
      font-style: italic;
      font-weight: 900;
      text-transform: uppercase;
      color: var(--black);
    }

    .about-h em {
      color: var(--red);
      font-style: normal
    }

    .stat-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 24px;
    }

    .stat-box {
      background: var(--bg-off);
      padding: 32px 24px;
      border-left: 4px solid var(--red);
      transition: background .25s;
    }

    .stat-box:hover {
      background: #ebebeb
    }

    .stat-n {
      font-family: 'Barlow Condensed', sans-serif;
      font-style: italic;
      font-weight: 900;
      font-size: 42px;
      line-height: 1.1;
      color: var(--black);
      margin-bottom: 4px
    }

    .stat-n em {
      color: var(--red);
      font-style: normal
    }

    .stat-l {
      font-size: 13px;
      letter-spacing: .2em;
      text-transform: uppercase;
      color: var(--muted)
    }

    /* -- FLEET (Image Carousels) -- */
    #fleet {
      background: var(--bg-off)
    }

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

    .fcard {
      background: #fff;
      padding: 26px;
      border-top: 4px solid transparent;
      box-shadow: 0 4px 12px rgba(0, 0, 0, .04);
      display: flex;
      flex-direction: column;
      min-width: 0; /* MDN: lets grid items shrink below min-content */
    }

    .fname-link {
      color: var(--black);
      transition: color 0.2s;
      display: inline-block;
      margin-bottom: 12px;
    }

    .fname-link:hover {
      color: var(--red);
    }

    .fname {
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 800;
      font-size: 26px;
      /* SOP 32px? Keeping custom but check SOP */
      text-transform: uppercase;
    }

    /* Mini Image Carousel Inside Card */
    .fimg-carousel {
      position: relative;
      width: 100%;
      height: 300px;
      margin-bottom: 14px;
      overflow: hidden;
      border-radius: 4px;
      background: #eee;
    }

    .fimg-track {
      display: flex;
      transition: transform 0.4s ease;
      height: 100%;
    }

    .fimg-track img {
      flex: 0 0 100%;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .fimg-nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(0, 0, 0, 0.6);
      color: #fff;
      border: none;
      padding: 12px 14px;
      cursor: pointer;
      font-size: 16px;
      z-index: 2;
      transition: background 0.2s;
    }

    .fimg-nav:hover {
      background: var(--red);
    }

    .fimg-prev {
      left: 0;
    }

    .fimg-next {
      right: 0;
    }

    .fcap {
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 700;
      font-size: 16px;
      color: var(--red);
      letter-spacing: .08em;
      text-transform: uppercase;
      margin-bottom: 16px;
    }

    .famenities {
      list-style: none;
      margin-bottom: 20px;
      flex-grow: 1;
    }

    .famenities li {
      font-size: 18px;
      /* SOP Body */
      color: var(--body);
      margin-bottom: 8px;
      padding-left: 24px;
      position: relative;
      line-height: 1.4;
    }

    .famenities li::before {
      content: '\2713';
      position: absolute;
      left: 0;
      color: var(--red);
      font-weight: bold;
    }

    .fprice {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 20px;
      font-weight: 700;
      color: var(--black);
      margin-bottom: 24px;
      padding-top: 16px;
      border-top: 1px solid var(--rule);
    }

    .fprice span {
      color: var(--red);
      font-weight: 900;
      font-size: 26px;
      font-style: italic;
    }

    /* -- AMENITIES SECTION -- */
    #amenities {
      background: var(--black);
      color: #fff;
    }

    .amenities-layout {
      display: grid;
      grid-template-columns: 1fr;
      gap: 48px;
      text-align: center;
    }

    .am-content {
      margin: 0 auto;
      max-width: 800px;
    }

    .am-title {
      font-family: 'Barlow Condensed', sans-serif;
      font-style: italic;
      font-weight: 900;
      font-size: clamp(40px, 5vw, 64px) !important;
      text-transform: uppercase;
      line-height: 0.95 !important;
      margin-bottom: 24px;
      color: #fff;
    }

    .am-desc {
      color: #ddd;
      margin-bottom: 36px;
    }

    .am-list {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    }

    .am-item {
      background: #1a1a1a;
      padding: 24px 20px;
      border-radius: 6px;
      border-bottom: 3px solid var(--red);
      transition: transform 0.2s;
      display: flex;
      gap: 16px;
      align-items: center;
    }

    .am-item:hover {
      transform: translateY(-4px);
    }

    .am-icon {
      color: var(--red);
      display: flex;
      align-items: center;
      width: 32px;
      height: 32px;
      flex-shrink: 0;
    }

    .am-icon svg {
      display: block;
      width: 100%;
      height: 100%;
    }

    .am-item-title-wrap {
      display: flex;
      flex-direction: column;
    }

    .am-item-title {
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 800;
      font-size: 24px;
      /* SOP H5? */
      text-transform: uppercase;
      color: #fff;
      line-height: 1.2;
      margin: 0;
    }

    .am-item-title p {
      font: inherit !important;
      color: inherit;
      text-transform: inherit;
    }

    .am-item-desc {
      font-size: 17px !important;
      color: #aaa;
      line-height: 1.6;
    }

    /* -- PRICING -- */
    #pricing {
      background: #fff
    }

    .ptable {
      border: 1px solid var(--rule);
      border-radius: 4px;
      overflow: hidden;
    }

    .phead {
      background: var(--black);
      color: #fff;
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 700;
      letter-spacing: .05em;
      text-transform: uppercase;
    }

    .pname {
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 700;
      font-size: 22px;
      text-transform: uppercase;
      color: inherit
    }

    .pval {
      font-size: 24px;
      color: inherit;
      font-weight: 500;
    }

    .table-intro {
      color: var(--body);
      margin-bottom: 20px;
    }

    .ptable {
      width: 100%;
      border-collapse: separate;
      border-spacing: 0;
      table-layout: fixed;
      background: #fff;
    }

    .ptable caption {
      text-align: left;
      padding: 20px 24px;
      background: var(--bg-off);
      color: var(--body);
      font-size: 16px;
      border-bottom: 1px solid var(--rule);
    }

    .ptable thead th {
      background: var(--black);
      color: #fff;
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 700;
      letter-spacing: .05em;
      text-transform: uppercase;
      text-align: left;
      padding: 20px 24px;
    }

    .ptable thead th:first-child,
    .ptable tbody th {
      width: 40%;
    }

    .ptable thead th:not(:first-child),
    .ptable tbody td {
      width: 20%;
    }

    .ptable tbody th,
    .ptable tbody td,
    .ptable tfoot td {
      padding: 20px 24px;
      border-bottom: 1px solid var(--rule);
      text-align: left;
      vertical-align: top;
    }

    .ptable tbody tr:nth-child(even) {
      background: var(--bg-off);
    }

    .ptable tbody th {
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 700;
      font-size: 22px;
      text-transform: uppercase;
      color: inherit;
    }

    .ptable tbody td {
      font-size: 24px;
      color: inherit;
      font-weight: 500;
    }

    .ptable tfoot td {
      background: var(--bg-off);
      color: var(--body);
      font-size: 16px;
      border-bottom: none;
    }
    /* -- WHY CHOOSE US -- */
    #why {
      background: var(--bg-off)
    }

    .why-layout {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 80px;
      align-items: center
    }

    .why-h {
      font-style: italic;
      font-weight: 900;
      text-transform: uppercase;
      color: var(--black);
    }

    .why-img {
      width: 100%;
      max-width: 600px;
      aspect-ratio: 3 / 2;
      height: auto;
      border-radius: 8px;
      object-fit: cover;
      box-shadow: 0 12px 40px rgba(0, 0, 0, .15);
      display: block;
      margin: 0 auto;
    }

    /* -- AREAS SECTION -- */
    .areas-layout {
      display: flex;
      justify-content: center;
    }

    .areas-content {
      background: #fff;
      padding: 0;
      border-radius: 8px;
      box-shadow: 0 12px 40px rgba(0, 0, 0, .08);
      width: 100%;
      max-width: 1100px;
      text-align: left;
      display: grid;
      grid-template-columns: 1fr 1fr;
      align-items: stretch;
      overflow: hidden;
    }

    .areas-text {
      padding: 60px 48px;
      position: relative;
    }

    .areas-text::before {
      content: '';
      position: absolute;
      top: 36px;
      left: 48px;
      width: 24px;
      height: 3px;
      background: var(--red);
    }

    .areas-text::after {
      content: 'COVERAGE AREA';
      position: absolute;
      top: 26px;
      left: 84px;
      font-family: "Barlow Condensed", sans-serif;
      font-size: 16px;
      font-weight: 700;
      letter-spacing: 0.1em;
      color: var(--red);
      text-transform: uppercase;
    }

    /* -- SCROLLING CAROUSEL COMPONENT (SERVICES / DESTINATIONS) -- */
    .carousel-sec {
      background: #fff;
      padding-bottom: 96px;
    }

    .srv-cw {
      overflow: hidden;
      cursor: grab;
      user-select: none;
      border-top: 3px solid var(--red);
      padding: 40px 0;
      background: #111;
    }

    .srv-cw:active {
      cursor: grabbing;
    }

    .srv-ct {
      display: flex;
      gap: 24px;
      transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      padding: 0 32px;
    }

    .srv-card {
      flex: 0 0 420px;
      height: 500px;
      position: relative;
      overflow: hidden;
      background: #151515;
    }

    .srv-bg {
      width: 100%;
      height: 55%;
      object-fit: cover;
      transition: opacity 0.4s ease, height 0.4s ease;
    }

    .srv-content {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 45%;
      background: #151515;
      padding: 32px 24px;
      transition: height 0.4s ease, background 0.4s ease;
      display: flex;
      flex-direction: column;
    }

    .srv-card:hover .srv-content {
      height: 100%;
      background: rgba(17, 17, 17, 0.95);
    }

    .srv-card:hover .srv-bg {
      opacity: 0.2;
      height: 100%;
    }

    .srv-title-link {
      text-decoration: none;
      color: #fff;
      display: inline-block;
    }

    .srv-title {
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 900;
      font-size: 35px;
      text-transform: uppercase;
      font-style: italic;
      margin-bottom: 12px;
      line-height: 1;
      transition: color 0.2s;
      color: #fff;
    }

    .srv-title-link:hover .srv-title {
      color: var(--red);
    }

    .dest-title {
      color: #fff;
    }

    .srv-line {
      width: 100%;
      height: 3px;
      background: var(--red);
      margin-bottom: 20px;
      flex-shrink: 0;
    }

    .srv-desc {
      font-size: 18px;
      /* SOP Body */
      color: #ddd;
      line-height: 1.5;
      overflow: hidden;
      max-height: 52px;
      transition: max-height 0.4s ease;
    }

    .srv-card:hover .srv-desc {
      max-height: 400px;
      overflow-y: auto;
      padding-right: 10px;
    }

    .srv-desc::-webkit-scrollbar {
      width: 6px;
    }

    .srv-desc::-webkit-scrollbar-track {
      background: rgba(255, 255, 255, 0.05);
      border-radius: 4px;
    }

    .srv-desc::-webkit-scrollbar-thumb {
      background: rgba(255, 255, 255, 0.2);
      border-radius: 4px;
    }

    .srv-desc::-webkit-scrollbar-thumb:hover {
      background: var(--red);
    }

    .srv-link {
      margin-top: auto;
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 800;
      font-size: 21px;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      padding-top: 16px;
      transition: color 0.2s;
    }

    .srv-link:hover {
      color: var(--red);
    }

    .cnav {
      display: flex;
      align-items: center;
      gap: 14px;
      padding: 24px 0 0;
      justify-content: center;
    }

    .cbtn {
      width: 52px;
      height: 52px;
      background: #fff;
      border: 2px solid var(--rule);
      color: var(--black);
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      font-weight: 700;
      transition: background .2s, border-color .2s, color .2s;
    }

    .cbtn:hover {
      background: var(--red);
      border-color: var(--red);
      color: #fff;
    }

    /* -- REVIEWS COMPONENT -- */
    .review-sec {
      background: var(--bg-off);
      text-align: center;
    }

    .review-container {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 40px;
      max-width: 1000px;
      margin: 0 auto;
    }

    .nav-arrow {
      background: none;
      border: none;
      font-size: 50px;
      cursor: pointer;
      color: #111;
      font-weight: 300;
      transition: color 0.2s;
    }

    .nav-arrow:hover {
      color: var(--red);
    }

    .review-center {
      flex: 1;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .quote-icon {
      font-size: 100px;
      color: var(--red);
      font-family: Arial, sans-serif;
      font-style: italic;
      line-height: 0.5;
      -webkit-text-stroke: 2px var(--red);
      color: transparent;
      font-weight: 900;
    }

    .quote-top {
      align-self: center;
      margin-bottom: 10px;
      transform: scaleX(-1);
    }

    .quote-bot {
      align-self: center;
      margin-top: 10px;
    }

    .review-text {
      font-size: 29px !important;
      font-style: italic;
      color: #111;
      margin: 24px 0 !important;
      font-weight: 500;
      letter-spacing: 0.02em;
    }

    .review-author {
      font-size: 21px;
      color: var(--red);
      font-weight: 700;
      font-style: italic;
    }

    .review-dots {
      display: flex;
      justify-content: center;
      gap: 12px;
      margin-top: 40px;
    }

    .rv-dot {
      width: 40px;
      height: 3px;
      background: #ddd;
      cursor: pointer;
      transition: background 0.3s;
    }

    .rv-dot.active {
      background: var(--red);
    }

    /* -- STEPS, AREAS, FAQ -- */
    #steps {
      background: #fff;
    }

    .steps-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 3px;
      margin-top: 52px
    }

    .step {
      background: var(--bg-off);
      padding: 44px 32px;
      position: relative;
      overflow: hidden;
      border: 1px solid var(--rule)
    }

    .step-num {
      font-family: 'Barlow Condensed', sans-serif;
      font-style: italic;
      font-weight: 900;
      font-size: 130px;
      color: rgba(0, 0, 0, .04);
      position: absolute;
      top: -18px;
      right: -8px;
      line-height: 1;
      pointer-events: none
    }

    .step-bar {
      width: 28px;
      height: 3px;
      background: var(--red);
      transform: skewX(-20deg);
      margin-bottom: 20px
    }

    .step-title {
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 800;
      font-style: italic;
      font-size: 28px;
      text-transform: uppercase;
      color: var(--black);
      margin-bottom: 12px
    }

    .steps-cta {
      text-align: center;
      margin-top: 44px
    }

    #areas {
      background: var(--bg-off)
    }



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

    .ctag {
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 600;
      font-size: 16px;
      text-transform: uppercase;
      letter-spacing: .05em;
      color: var(--ink);
      background: #fff;
      padding: 14px;
      display: flex;
      align-items: center;
      gap: 6px;
      transition: background .2s, color .2s;
      border: 1px solid var(--rule)
    }

    .ctag::before {
      content: '';
      width: 5px;
      height: 5px;
      background: var(--red);
      transform: rotate(45deg);
      flex-shrink: 0
    }

    .ctag:hover {
      background: var(--red);
      color: #fff
    }

    .ctag:hover::before {
      background: #fff
    }

    .mapbox {
      height: 420px;
      border: 2px solid var(--rule);
      overflow: hidden;
      position: relative
    }

    .mapbox iframe {
      width: 100%;
      height: 100%;
      border: none
    }

    #faq {
      background: #fff
    }

    .faq-list {
      margin-top: 44px
    }

    .fitem {
      border-bottom: 2px solid var(--rule)
    }

    .fq {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 22px 0;
      cursor: pointer;
      gap: 20px
    }

    .fqt {
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 700;
      font-size: 22px;
      text-transform: uppercase;
      color: var(--black);
      letter-spacing: .03em;
      transition: color .2s
    }

    .fitem.open .fqt {
      color: var(--red)
    }

    .fic {
      width: 28px;
      height: 28px;
      border: 2px solid var(--rule);
      background: var(--bg-off);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      color: var(--muted);
      flex-shrink: 0;
      transition: background .2s, border-color .2s, color .2s, transform .3s;
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 700;
      line-height: 1
    }

    .fitem.open .fic {
      background: var(--red);
      border-color: var(--red);
      color: #fff;
      transform: rotate(45deg)
    }

    .fa {
      max-height: 0;
      overflow: hidden;
      transition: max-height .4s ease, padding .4s ease
    }

    .fa.open {
      max-height: 360px;
      padding-bottom: 22px
    }

    /* -- CTA -- */
    #cta {
      background: var(--red);
      padding: 88px 0;
      overflow: hidden;
      position: relative
    }

    #cta::before {
      content: 'GO';
      position: absolute;
      right: -10px;
      top: 50%;
      transform: translateY(-50%);
      font-family: 'Barlow Condensed', sans-serif;
      font-style: italic;
      font-weight: 900;
      font-size: 280px;
      color: rgba(255, 255, 255, .08);
      line-height: 1;
      pointer-events: none
    }

    .cta-in {
      text-align: center;
      position: relative;
      z-index: 1
    }

    .cta-in h2 {
      font-family: 'Barlow Condensed', sans-serif;
      font-style: italic;
      font-weight: 900;
      font-size: clamp(52px, 8vw, 108px);
      text-transform: uppercase;
      line-height: .9;
      color: #fff;
      margin-bottom: 20px
    }

    .cta-btns {
      display: flex;
      justify-content: center;
      gap: 14px;
      flex-wrap: wrap
    }

    @media (max-width: 1024px) {
      .carousel-sec {
        padding-bottom: 80px;
      }

      .srv-card {
        flex: 0 0 340px;
        height: 440px;
      }

      .about-grid,
      .why-layout,
      .amenities-layout,
      .areas-content {
        grid-template-columns: 1fr;
        gap: 48px;
      }

      .steps-grid {
        grid-template-columns: 1fr;
        gap: 40px;
      }

      .step-num {
        font-size: 100px;
        top: -10px;
      }

      .fimg-carousel {
        height: 260px;
      }
    }

    @media (max-width: 768px) {
      #hero {
        min-height: auto !important;
        align-items: flex-start !important;
      }

      .hero-body {
        padding: 20px 0 32px !important;
      }

      .bcrumb {
        margin-bottom: 16px !important;
      }

      .hero-sub {
        padding: 0 20px;
      }

      .stat-grid,
      .fleet-grid,
      .areas-layout,
      .am-list,
      .city-grid {
        grid-template-columns: 1fr !important;
      }

      .ptable {
        overflow-x: hidden;
        display: block;
      }

      .pname {
        font-size: 14px;
      }

      .pval {
        font-size: 13px;
      }

      .table-intro {
        margin-bottom: 16px;
      }

      .ptable caption {
        padding: 16px 12px;
        font-size: 14px;
      }

      .ptable thead th,
      .ptable tbody th,
      .ptable tbody td,
      .ptable tfoot td {
        padding: 12px 10px;
      }

      .ptable tbody th {
        font-size: 14px;
      }

      .ptable thead th,
      .ptable tbody td {
        font-size: 13px;
      }

      .ptable tfoot td {
        font-size: 12px;
      }
      .srv-cw {
        pointer-events: none;
      }

      .cbtn {
        pointer-events: auto;
      }

      .srv-card {
        flex: 0 0 280px;
        height: 400px;
        pointer-events: auto;
      }

      .srv-card:hover .srv-content,
      .srv-card:active .srv-content,
      .srv-card:focus-within .srv-content {
        height: 100%;
        background: rgba(17, 17, 17, 0.95);
      }

      .srv-card:hover .srv-bg,
      .srv-card:active .srv-bg,
      .srv-card:focus-within .srv-bg {
        opacity: 0.2;
        height: 100%;
      }

      .srv-card:hover .srv-desc,
      .srv-card:active .srv-desc,
      .srv-card:focus-within .srv-desc {
        max-height: 400px;
        overflow-y: auto;
        padding-right: 10px;
      }

      .srv-link {
        pointer-events: none;
      }

      .srv-card:hover .srv-link,
      .srv-card:active .srv-link,
      .srv-card:focus-within .srv-link {
        pointer-events: auto;
      }

      .srv-content {
        padding: 16px 20px;
      }

      .srv-title {
        font-size: 27px !important;
        margin-bottom: 24px;
      }

      .srv-desc {
        font-size: 14px !important;
      }

      .btn-red-lg,
      .btn-black-lg {
        padding: 20px 24px;
        font-size: clamp(18px, 5.2vw, 22px);
        margin: 0 auto;
        white-space: nowrap;
      }

      .hero-btns,
      .cta-btns,
      .cta-row,
      .cta-stack {
        justify-content: center !important;
        align-items: center !important;
        text-align: center;
      }

      .about-grid>div>div:nth-child(3),
      .why-layout>div>div:nth-child(3) {
        margin-bottom: 24px;
      }

      .why-layout.why-layout--text-first>div:first-child {
        order: 2;
      }

      .why-layout.why-layout--text-first>div:last-child {
        order: 1;
      }

      p.am-desc,
      p.sec-head-note,
      p:not(.mq-text):not(.ft-contact) {
        text-align: left !important;
      }

      .fqt {
        font-size: 18px;
        line-height: 1.2;
      }

      .fa.open {
        max-height: none;
      }

      .ft-bot img {
        max-width: 100%;
        height: auto;
      }
    }

    p>a {
      font-weight: bold;
      text-decoration: underline;
    }
  .hero-body p {
    color: #fff;
    text-align:start;
}
footer img {
    max-width: 100% !important;
    width: auto;
    height: auto;
}

  .nav-links .mobile-view-all {
      display: none;
    }

    .mobile-only-item {
      display: none;
    }

    body.nav-open {
      overflow: hidden;
    }

    @media (max-width: 1024px) {
      #nav {
        z-index: 10001;
      }

      .nav-links {
        display: none !important;
        position: fixed;
        top: 64px;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        margin: 0;
        background: #fff;
        border-top: 3px solid var(--red);
        z-index: 10000;
        padding: 8px 0 calc(env(safe-area-inset-bottom, 0px) + 12px);
        overflow-y: auto;
        overflow-x: hidden;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
        height: calc(100dvh - 64px);
        min-height: calc(100vh - 64px);
        list-style: none;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
      }

      .nav-links.open {
        display: block !important;
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
        height: calc(100dvh - 64px);
        min-height: calc(100vh - 64px);
      }

      .nav-item {
        display: block;
        height: auto;
      }

      .nav-links :is(a, button).nav-main-link {
        display: block;
        padding: 16px 28px;
        height: auto;
        border-right: none;
        border-bottom: 1px solid var(--rule);
        font-size: 17px;
        letter-spacing: .1em;
      }

      .nav-links :is(a, button).nav-main-link[data-nav-toggle="submenu"] {
        cursor: pointer;
      }

      .nav-links :is(a, button).nav-main-link::after {
        display: none;
      }

      .nav-links .nav-dropdown,
      .nav-links .nav-dropdown.mega-menu {
        display: none;
        position: static !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        width: auto !important;
        min-width: 0;
        max-height: none !important;
        overflow: visible !important;
        box-shadow: none !important;
        border-top: none !important;
        border-radius: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        background: transparent !important;
      }

      .nav-links .nav-dropdown.open,
      .nav-links .nav-dropdown.mega-menu.open {
        display: block !important;
      }

      .nav-links .nav-item.has-submenu > .nav-dropdown:not(.open),
      .nav-links .nav-item.has-submenu:focus-within > .nav-dropdown:not(.open),
      .nav-links .nav-item.has-submenu > .nav-dropdown.mega-menu:not(.open),
      .nav-links .nav-item.has-submenu:focus-within > .nav-dropdown.mega-menu:not(.open) {
        display: none !important;
      }

      .nav-links .nav-dropdown a,
      .nav-links .mega-menu a,
      .nav-links .mobile-view-all {
        display: block;
        padding: 12px 28px 12px 48px !important;
        font-family: 'Barlow Condensed', sans-serif;
        font-weight: 600;
        font-size: 15px;
        letter-spacing: .05em;
        text-transform: uppercase;
        color: var(--body);
        border-bottom: 1px solid var(--rule);
        background: var(--bg-off);
        width: 100%;
      }

      .nav-links .mobile-view-all {
        display: block;
      }

      .nav-links .mega-menu {
        display: none;
        grid-template-columns: 1fr !important;
        gap: 0 !important;
        width: 100% !important;
      }

      .nav-links .mega-col,
      .nav-links .mega-list,
      .nav-links .mega-list li {
        display: block;
        width: 100%;
      }

      .nav-links .mega-h4,
      .nav-links .nav-dropdown style {
        display: none;
      }

      .nav-links .mega-list {
        gap: 0;
      }

      .nav-links .mega-list a,
      .nav-links .nav-dropdown a,
      .nav-links .mobile-view-all {
        position: relative;
        z-index: 2;
        pointer-events: auto;
      }

      .nav-links .mega-list a {
        padding-left: 48px !important;
      }

      .nav-item.open > .nav-main-link,
      .nav-links :is(a, button).nav-main-link:hover,
      .nav-links .nav-dropdown a:hover {
        color: var(--red);
        background: transparent;
      }

      .mobile-only-item {
        display: block;
      }
    }

    @media (min-width: 1025px) {
      .nav-item.has-submenu:focus-within > .nav-dropdown {
        display: flex;
      }

      .nav-item.has-submenu:focus-within > .nav-dropdown.mega-menu {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
      }
    }

    .nav-item.desktop-open > .nav-main-link,
    .nav-item.desktop-open > .nav-main-link:hover,
    .nav-item.open > .nav-main-link {
      color: var(--red);
    }

    .nav-item.desktop-open > .nav-main-link::after {
      transform: scaleX(1);
    }

    .nav-item.has-submenu > .nav-main-link {
      padding-right: 14px;
    }

    .mega-menu {
      width: 800px;
      padding: 32px;
      border-radius: 0 0 8px 8px;
      cursor: default;
    }

    .nav-item:hover .mega-menu {
      display: grid !important;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
    }

    .mega-col .mega-h4 {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: var(--red);
      border-bottom: 1px solid #eee;
      padding-bottom: 8px;
      margin-bottom: 16px;
    }

    .mega-list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-direction: column;
      gap: 4px;
    }

    .mega-list a {
      display: flex;
      align-items: center;
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: .1em;
      color: var(--ink);
      padding: 8px 0;
      text-transform: uppercase;
      text-decoration: none;
      transition: color .2s, padding-left .2s;
    }

    .mega-list a:hover,
    .mega-list a:focus-visible {
      color: var(--red);
      background: transparent;
      padding-left: 4px;
      outline: none;
    }

    .nav-dropdown.mega-menu a {
      border-bottom: none;
      width: auto;
    }

    .hbg,
    .mobile-nav-tel {
      touch-action: manipulation;
    }

    .nav-dropdown-right {
      left: auto;
      right: 0;
    }

    .mega-h4-spaced {
      margin-top: 32px;
    }
.rich-text {
    margin-bottom: 15px;
}
div#app, div#app2 {
    z-index: 999 !important;
}


/* ====== extracted page-shared blocks ====== */
/* === disable hover-motion animations (added by disable_anims script) === */
.btn-red-lg:hover,
.btn-black-lg:hover,
#hero .btn-black-lg:hover,
.am-item:hover,
.city-card:hover,
.fcard:hover,
.fname-link:hover,
.fcard-btn:hover,
.desktop-cta-btn:hover,
.mobile-cta-btn:hover,
.mobile-cta-btn:active { transform: none !important; }

.city-card:hover {
  box-shadow: none !important;
}

/* amenity items: keep their left-aligned look regardless of the
   `text-align:center` set on .amenities-layout */
.am-list,
.am-list .am-item,
.am-list .am-item-title,
.am-list .am-item-title p { text-align: left !important; }

/* nav-mobile-cta-fix */
@media (max-width: 1024px) {
  #primaryNav .nav-item.mobile-only-item {
    display: block !important;
    height: auto !important;
    padding: 0 !important;
    border-bottom: 0 !important;
  }

  #primaryNav .nav-item.mobile-only-item .nav-main-link.quote-trigger,
  #primaryNav .nav-item.mobile-only-item .nav-main-link[href^="tel:"] {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: calc(100% - 32px) !important;
    min-height: 50px !important;
    margin: 12px 16px !important;
    padding: 14px 20px !important;
    border: 0 !important;
    border-radius: 6px !important;
    font-family: 'Barlow Condensed', sans-serif !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    letter-spacing: .08em !important;
    text-align: center !important;
    text-transform: uppercase !important;
    white-space: normal !important;
    box-shadow: none !important;
    cursor: pointer !important;
    appearance: none !important;
    -webkit-appearance: none !important;
  }

  #primaryNav .nav-item.mobile-only-item .nav-main-link.quote-trigger {
    background: var(--red) !important;
    color: #fff !important;
  }

  #primaryNav .nav-item.mobile-only-item .nav-main-link[href^="tel:"] {
    background: var(--black) !important;
    color: #fff !important;
    margin-top: 0 !important;
    text-decoration: none !important;
  }
}

/* vehicle-mobile-cta-fix */
@media (max-width: 1024px) {
  body {
    padding-bottom: calc(136px + env(safe-area-inset-bottom, 0px)) !important;
  }

  body.nav-open,
  body.overflow-hidden {
    padding-bottom: 0 !important;
  }

  body .mobile-cta-widget {
    z-index: 9500 !important;
  }

  body .mobile-cta-widget .mobile-ctas {
    display: block !important;
    width: min(calc(100vw - 20px), 560px) !important;
    max-width: 560px !important;
    box-sizing: border-box !important;
  }

  body .mobile-cta-widget .mobile-cta-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 8px !important;
  }

  body .mobile-cta-widget .mobile-cta-btn {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    overflow: hidden !important;
    text-align: center !important;
  }

  body .mobile-cta-widget .mobile-cta-btn > span {
    display: block !important;
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: clip !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 768px) {
  main .hero-btns,
  main .cta-btns,
  main .about-actions,
  main .steps-cta,
  main .cta-row,
  main .cta-stack,
  main .coverage-cta,
  main .srv-hub-btn-col {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: center !important;
    gap: 12px !important;
  }

  main .btn-red-lg,
  main .btn-black-lg,
  main a.btn-red-lg,
  main a.btn-black-lg,
  main button.btn-red-lg,
  main button.btn-black-lg {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
    justify-content: center !important;
    text-align: center !important;
    white-space: normal !important;
  }
}

@media (max-width: 420px) {
  body {
    padding-bottom: calc(128px + env(safe-area-inset-bottom, 0px)) !important;
  }
}

/* article-table */
.article-table-wrap {
  width: 100%;
  max-width: 100%;
  margin: 32px 0;
  overflow-x: auto;
  border: 1px solid var(--rule);
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

.article-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 1.45;
}

.article-table caption {
  padding: 14px 18px;
  background: var(--black);
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: .12em;
  text-align: left;
  text-transform: uppercase;
}

.article-table th,
.article-table td {
  padding: 14px 16px;
  border: 1px solid var(--rule);
  vertical-align: top;
  text-align: left;
}

.article-table thead th {
  background: var(--bg-off);
  color: var(--black);
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.article-table tbody th {
  color: var(--black);
  font-weight: 800;
}

.article-table tbody tr:nth-child(even) {
  background: #fafafa;
}

/* article-toc-sticky-fix */
#article.article-body,
.article-body {
  content-visibility: visible !important;
  contain: none !important;
  contain-intrinsic-size: auto !important;
}

/* mobile-sticky-article-toc */
.mobile-article-toc {
  display: none;
}

.article-content h2[id],
.article-content h3[id] {
  scroll-margin-top: 132px;
}

@media (max-width: 1024px) {
  body.has-mobile-article-toc .article-toc {
    display: none !important;
  }

  .mobile-article-toc {
    position: sticky;
    top: 64px;
    z-index: 150;
    display: block;
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto 28px;
    border: 1px solid rgba(17, 17, 17, .14);
    border-top: 3px solid var(--red);
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 16px 34px rgba(17, 17, 17, .14);
    backdrop-filter: blur(10px);
  }

  .mobile-article-toc-toggle {
    width: 100%;
    min-height: 54px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 13px 16px;
    border: 0;
    background: #fff;
    color: var(--black);
    cursor: pointer;
    text-align: left;
  }

  .mobile-article-toc-kicker {
    display: block;
    color: var(--red);
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .18em;
    line-height: 1;
    text-transform: uppercase;
  }

  .mobile-article-toc-current {
    display: block;
    margin-top: 4px;
    overflow: hidden;
    color: var(--black);
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: .08em;
    line-height: 1.15;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .mobile-article-toc-icon {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--black);
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 1;
    transition: transform .18s ease;
  }

  .mobile-article-toc.is-open .mobile-article-toc-icon {
    transform: rotate(180deg);
  }

  .mobile-article-toc-panel {
    max-height: min(54vh, 440px);
    overflow-y: auto;
    border-top: 1px solid var(--rule);
    background: #fff;
  }

  .mobile-article-toc-panel[hidden] {
    display: none;
  }

  .mobile-article-toc-list {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 6px 0;
    list-style: none;
  }

  .mobile-article-toc-list a {
    display: block;
    padding: 13px 16px;
    border-left: 4px solid transparent;
    border-bottom: 1px solid var(--rule);
    color: var(--body);
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .06em;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
  }

  .mobile-article-toc-list li:last-child a {
    border-bottom: 0;
  }

  .mobile-article-toc-list a:hover,
  .mobile-article-toc-list a:focus-visible,
  .mobile-article-toc-list a[aria-current="true"] {
    border-left-color: var(--red);
    background: var(--bg-off);
    color: var(--black);
  }
}

@media (max-width: 420px) {
  .mobile-article-toc {
    width: min(100% - 20px, 1120px);
    top: 64px;
  }

  .mobile-article-toc-current {
    font-size: 15px;
  }
}

/* quote-button-color-fix */
.nav-cta-wrap > button.nav-cta.quote-trigger,
button.nav-cta.quote-trigger {
  background: var(--red) !important;
  background-color: var(--red) !important;
  color: #fff !important;
}

.nav-cta-wrap > a.nav-cta[href^="tel:"] {
  background: var(--black) !important;
  background-color: var(--black) !important;
  color: #fff !important;
}

button.desktop-cta-btn-quote,
button.mobile-cta-btn-quote {
  background: var(--red) !important;
  background-color: var(--red) !important;
  color: #fff !important;
}

/* footer-aware-floating-cta */
#desktopCtaWidget.is-footer-hidden,
.desktop-cta-widget.is-footer-hidden {
  opacity: 0 !important;
  transform: translateY(18px) !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

#desktopCtaWidget.is-footer-hidden [data-desktop-cta-reveal],
.desktop-cta-widget.is-footer-hidden [data-desktop-cta-reveal] {
  opacity: 0 !important;
  transform: translateY(18px) !important;
  pointer-events: none !important;
}

.mobile-cta-widget.is-visible.is-footer-hidden,
.mobile-cta-widget.is-footer-hidden {
  opacity: 0 !important;
  transform: translateY(120%) !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* sticky-safe-horizontal-clipping */
html,
body {
  overflow-x: clip !important;
}

@supports not (overflow: clip) {
  html,
  body {
    overflow-x: hidden !important;
  }
}

/* related-post-card-images */
.related-wrap .post-item .pi-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .78;
  transition: transform .25s ease, opacity .25s ease;
}

.related-wrap .post-item:hover .pi-media img,
.related-wrap .post-item:focus-visible .pi-media img {
  transform: scale(1.025);
  opacity: .62;
}

.related-wrap .post-item .pi-ph {
  position: relative;
  z-index: 1;
}

/* WCAG AA contrast: external quote-widget CTA (was #66a400 ~3:1 on white) */
.tw-bg-\[\#66a400\]{background-color:#4a7a00 !important;}
.tw-bg-\[\#66a400\]:hover,.hover\:tw-bg-\[\#0b8f3e\]:hover{background-color:#3c6400 !important;}

/* WCAG AA: eyebrow on the alt background */
/* Brand red is #e51b45. On white it measures 4.59:1 and passes AA; on the .sec-alt
   background (#f5f5f5) the same red is only 4.21:1, under the 4.5 threshold. The palette
   is fixed, so --red is NOT changed -- this darkens the eyebrow by 10/255 in that one
   context, reaching 4.51:1. Every other use of --red is untouched. */
.sec-alt .eyebrow { color: #dc1a42; }

/* content list markers */
/* The third-party quote-form widget ships a Tailwind Preflight reset whose
   "ol,ul,menu{list-style:none;margin:0;padding:0}" applies to the WHOLE document, not just the
   widget, so every prose list on the site lost its bullets -- measured on 104 pages (88 city,
   14 blog, 2 other). Nothing in our own CSS set list-style on content lists, so there was
   nothing to win the cascade back.
   Restored for UNCLASSED lists inside <main> only: .nav-links, .site-footer-list, .famenities
   and .toc-list all set list-style:none on purpose and carry a class, so they are untouched.
   padding-left is restored too -- the same reset zeroes it, which would otherwise leave the
   markers clipped outside the text column. */
main ul:not([class]), main ol:not([class]) { padding-left: 22px; }
main ul:not([class]), .article-content ul { list-style: disc outside; }
main ol:not([class]), .article-content ol { list-style: decimal outside; }

@media (max-width:768px){#hero{background: linear-gradient(rgba(17, 17, 17, 0.7), rgba(17, 17, 17, 0.85)), url('/assets/site-images/party-bus-inside-w760.avif') center/cover no-repeat}}

.desktop-cta-btn-top{background:rgba(255,255,255,0.12)!important;color:#fff!important;border:1px solid rgba(255,255,255,0.35)!important}.desktop-cta-btn-top:hover{background:rgba(255,255,255,0.22)!important;border-color:rgba(255,255,255,0.55)!important}button.quote-trigger{appearance:none;-webkit-appearance:none;border:0;cursor:pointer}.faq-list summary.fq{list-style:none;cursor:pointer}.faq-list summary.fq::-webkit-details-marker{display:none}.faq-list summary.fq::marker{display:none}.faq-list details.fitem[open] .fa{max-height:1000px;padding-bottom:22px}.faq-list details.fitem[open] .fic{background:var(--red);border-color:var(--red);color:#fff;transform:rotate(45deg)}button.nav-cta{background:var(--red);color:#fff}button.btn-red-lg{background:var(--red);color:#fff}button.btn-black-lg{background:var(--black);color:#fff}button.fcard-btn{background:var(--red);color:#fff}button.nav-main-link.quote-trigger{background:transparent}button.desktop-cta-btn-quote{background:var(--red);color:#fff}button.mobile-cta-btn-quote{background:var(--red);color:#fff}button.desktop-cta-btn-call{background:rgba(255,255,255,0.92);color:#111111}button.mobile-cta-btn-call{background:rgba(255,255,255,0.96);color:#111111}

#hero{background:linear-gradient(rgba(17,17,17,0.72),rgba(17,17,17,0.86)),url('/assets/site-images/40-passenger-party-bus.avif') center/cover no-repeat!important}#hero,#hero .hero-body,#hero .hero-body p,#hero .rich-text,#hero .rich-text p,#hero .rich-text strong{color:#fff!important}#hero .hero-h1{color:#fff!important}@media (min-width:1024px){#hero .hero-body{max-width:1100px!important}#hero .hero-h1{font-size:48px!important}}@media (max-width:768px){#hero{background:linear-gradient(rgba(17,17,17,0.72),rgba(17,17,17,0.86)),url('/assets/site-images/40-passenger-party-bus-w760.avif') center/cover no-repeat!important}}

@media (min-width:768px){.why-layout .cta-btns,.why-layout>div>.cta-row,.why-layout>div>.cta-stack,.about-grid>div>.cta-row,.about-grid>div>.cta-stack,.areas-layout>div>.cta-row,.areas-layout>div>.cta-stack{flex-wrap:nowrap!important}.why-layout .btn-red-lg,.why-layout .btn-black-lg,.about-grid .btn-red-lg,.about-grid .btn-black-lg,.areas-layout .btn-red-lg,.areas-layout .btn-black-lg{white-space:nowrap!important;flex-shrink:0}}
.fqt h3{font-size:25px!important}
@media (max-width:768px){.hero-stats{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:20px!important;justify-content:stretch!important}}
@media (max-width:768px){body,p,.fa p,.areas-desc,.step-text,.why-p,.sec-head-note,.am-desc,.rich-text p{font-size:17px!important}h2:not(.faq-group-h2),.about-h,.sec-title,.why-h{font-size:28px!important}.faq-group-h2{font-size:25px!important}h3,.fcard-title,.srv-title,.step-title,.fcap,.fname{font-size:25px!important}p.tw-text-xs,.tw-text-xs{font-size:12px!important;line-height:1.4!important}.hero-form-title{text-align:center!important}.mobile-cta-btn{font-size:18px!important;letter-spacing:.04em!important;padding:16px 4px!important}.mobile-cta-btn span{white-space:nowrap!important;font-size:inherit!important}.mobile-cta-top{display:block;text-align:center;color:rgba(255,255,255,.85);font-family:'Barlow Condensed',sans-serif;font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;padding:8px 0 4px}.mobile-cta-top:hover{color:#fff}.mobile-cta-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.mobile-ctas{display:block!important}.nav-item.mobile-only-item .nav-main-link.quote-trigger{background:var(--red)!important;color:#fff!important;margin:12px 16px!important;padding:14px 20px!important;border-radius:6px!important;text-align:center!important;font-weight:700!important;letter-spacing:.08em!important;text-transform:uppercase!important;border:none!important;width:calc(100% - 32px)!important}.nav-item.mobile-only-item .nav-main-link[href^="tel:"]{background:var(--black)!important;color:#fff!important;margin:0 16px 12px!important;padding:14px 20px!important;border-radius:6px!important;text-align:center!important;font-weight:700!important;letter-spacing:.08em!important;width:calc(100% - 32px)!important;display:block!important}.bcrumb{font-size:11px!important;letter-spacing:.12em!important;margin-bottom:14px!important}}

@media (max-width:1024px){#primaryNav button.nav-main-link{display:block!important;width:100%!important;text-align:left!important}#primaryNav .nav-item.mobile-only-item{display:block!important;height:auto!important;padding:0!important;border-bottom:0!important}#primaryNav .nav-item.mobile-only-item .nav-main-link.quote-trigger,#primaryNav .nav-item.mobile-only-item .nav-main-link[href^="tel:"]{display:flex!important;align-items:center!important;justify-content:center!important;width:calc(100% - 32px)!important;min-height:50px!important;margin:12px 16px!important;padding:14px 20px!important;border:0!important;border-radius:6px!important;font-family:'Barlow Condensed',sans-serif!important;font-size:17px!important;font-weight:800!important;line-height:1.1!important;letter-spacing:.08em!important;text-align:center!important;text-transform:uppercase!important;white-space:normal!important;box-shadow:none!important;cursor:pointer!important;appearance:none!important;-webkit-appearance:none!important}#primaryNav .nav-item.mobile-only-item .nav-main-link.quote-trigger{background:var(--red)!important;color:#fff!important}#primaryNav .nav-item.mobile-only-item .nav-main-link[href^="tel:"]{background:var(--black)!important;color:#fff!important;margin-top:0!important;text-decoration:none!important}}
@media (max-width:768px){main .hero-btns,main .cta-btns,main .about-actions,main .about-grid .cta-btns,main .why-layout .cta-btns,main .areas-layout .cta-btns,main .service-map-panel .cta-btns,main .steps-cta,main .cta-row,main .cta-stack,main .coverage-cta,main .srv-hub-btn-col,main .vlo2-ctas,main .vwh4-actions,main .faq-header-actions{width:100%!important;max-width:none!important;min-width:0!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:center!important;gap:12px!important}main .btn-red-lg,main .btn-black-lg,main .btn-ghost-lg,main .btn-ghost,main .hero-mobile-quote,main .hero-copy .hero-btns .btn-red-lg,main .hero-copy .hero-btns .btn-black-lg,main .hero-btns .btn-red-lg,main .hero-btns .btn-black-lg,main .cta-btns .btn-red-lg,main .cta-btns .btn-black-lg,main .about-grid .btn-red-lg,main .about-grid .btn-black-lg,main .about-actions .btn-red-lg,main .about-actions .btn-black-lg,main .about-actions .btn-ghost-lg,main .why-layout .btn-red-lg,main .why-layout .btn-black-lg,main .areas-layout .btn-red-lg,main .areas-layout .btn-black-lg,main .service-map-panel .btn-red-lg,main .service-map-panel .btn-black-lg,main .fcard .btn-red-lg,main .fcard .btn-black-lg,main button.btn-red-lg,main button.btn-black-lg,main a.btn-red-lg,main a.btn-black-lg{width:100%!important;max-width:none!important;min-width:0!important;margin-left:0!important;margin-right:0!important;box-sizing:border-box!important;justify-content:center!important;text-align:center!important;white-space:normal!important}main .btn-red-lg + .btn-red-lg,main .btn-red-lg + .btn-black-lg,main .btn-black-lg + .btn-red-lg,main .btn-black-lg + .btn-black-lg,main .btn-ghost-lg + .btn-red-lg,main .btn-red-lg + .btn-ghost-lg{margin-top:0!important}}
#intro-layout.vh-15 .btn-black-lg,#about.vab-6 .btn-black-lg,#amenities.vam-5 .btn-black-lg,#why.vwh-4 .btn-black-lg,#cta.vct-1 .btn-black-lg{background:#fff!important;color:var(--black)!important}#intro-layout.vh-15 .btn-black-lg:hover,#about.vab-6 .btn-black-lg:hover,#amenities.vam-5 .btn-black-lg:hover,#why.vwh-4 .btn-black-lg:hover,#cta.vct-1 .btn-black-lg:hover{background:#e5e5e5!important;color:var(--black)!important}@media(max-width:768px){main .vh15-actions,main .vh15-buttons,main .vab6-actions,main .vam5-actions,main .vwh4-actions,main .vcta1-actions{width:100%!important;max-width:none!important;min-width:0!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:center!important;gap:12px!important}}
.sec-title,.hero-h1,.about-h,.why-h,.srv-title,.step-title,.am-title,.cta-in h2,.related-h2{font-style:normal!important}@media (min-width:769px){.fqt{font-size:25px!important}}
.skip-to-content{position:absolute;left:-9999px;top:8px;z-index:100000;padding:8px 16px;background:#111111;color:#fff;font-family:'Barlow Condensed',sans-serif;font-weight:700;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;border-radius:4px}.skip-to-content:focus{left:8px}
#service-gallery{padding:96px 0;background:#fff;overflow:hidden}#service-gallery .gal-head{max-width:820px;margin:0 auto 56px;text-align:center}#service-gallery .gal-head .eyebrow{justify-content:center}#service-gallery .gal-stage{position:relative;margin:0 -20px}#service-gallery .gal-viewport{overflow:hidden;padding:0 20px}#service-gallery .gal-track{display:flex;gap:18px;transition:transform .7s cubic-bezier(.22,.94,.27,1)}#service-gallery .gal-card{flex:0 0 calc((100% - 36px) / 3);display:grid;gap:14px}#service-gallery .gal-card-frame{position:relative;aspect-ratio:1 / 1;overflow:hidden;background:#1a1a1a}#service-gallery .gal-card-frame img{width:100%;height:100%;object-fit:cover;display:block}#service-gallery .gal-card-cap-couple{font-family:'Barlow Condensed',sans-serif;font-style:italic;font-weight:900;font-size:20px;line-height:1;text-transform:uppercase;color:var(--black);margin-bottom:4px}#service-gallery .gal-card-cap-venue{font-family:'Barlow Condensed',sans-serif;font-weight:700;font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--muted)}#service-gallery .gal-controls{display:flex;justify-content:center;align-items:center;gap:14px;margin-top:32px}#service-gallery .gal-arrow{width:42px;height:42px;background:#fff;border:1px solid var(--red);color:var(--red);display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s,border-color .2s;cursor:pointer}#service-gallery .gal-arrow:hover{background:var(--red);color:#fff;border-color:var(--red)}#service-gallery .gal-arrow svg{width:18px;height:18px}#service-gallery .gal-bar{width:240px;height:2px;background:var(--rule);position:relative;overflow:hidden}#service-gallery .gal-bar-fill{position:absolute;top:0;left:0;bottom:0;background:var(--red);transition:width .7s cubic-bezier(.22,.94,.27,1)}#service-gallery .gal-counter{font-family:'Barlow Condensed',sans-serif;font-weight:700;font-size:12px;letter-spacing:.22em;text-transform:uppercase;color:var(--muted);min-width:76px}#service-gallery .gal-counter strong{color:var(--black);font-style:italic;font-weight:900;font-size:15px}@media (max-width:1024px){#service-gallery{padding:80px 0}#service-gallery .gal-card{flex:0 0 calc((100% - 18px) / 2)}}@media (max-width:640px){#service-gallery{padding:64px 0}#service-gallery .gal-card{flex:0 0 100%}#service-gallery .gal-bar{width:140px}}

.site-footer{background:var(--bg-dark,#111111);color:#fff;padding:54px 0 38px}.site-footer-container{width:min(1180px,calc(100% - 48px));margin:0 auto}.site-footer-grid{display:grid;grid-template-columns:1.15fr 1fr 1fr .9fr;gap:36px;align-items:start}.site-footer-logo,.site-footer-heading{margin:0 0 16px;color:#fff;font-family:'Barlow Condensed',sans-serif;font-size:24px!important;font-style:italic;font-weight:900;letter-spacing:.08em;line-height:1.05;text-transform:uppercase}.site-footer-text,.site-footer-contact,.site-footer a{color:rgba(255,255,255,.84);font-size:17px!important;line-height:1.65}.site-footer-text,.site-footer-contact{margin:0 0 10px}.site-footer-contact strong{display:block;color:#fff;font-weight:800}.site-footer a{display:inline-block;text-decoration:none}.site-footer a:hover,.site-footer a:focus-visible{color:#fff;text-decoration:underline;text-underline-offset:3px}.site-footer-list{display:grid;gap:8px;list-style:none;margin:0;padding:0}.site-footer-bottom{margin-top:36px;padding-top:22px;border-top:1px solid rgba(255,255,255,.18);color:rgba(255,255,255,.72);text-align:center;font-size:15px;line-height:1.5}@media (max-width:1024px){.site-footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:640px){.site-footer{padding:46px 0 32px}.site-footer-container{width:min(100% - 32px,1180px)}.site-footer-grid{grid-template-columns:1fr;gap:30px}}

body.overflow-hidden{overflow:hidden}#fullScreenModal{display:none;position:fixed;inset:0;z-index:10002;background:rgba(15,23,42,0.72);overflow-y:auto;padding:24px 16px}.modal-body>div{display:flex;justify-content:space-between;width:100%;margin-bottom:25px}p.modal-title{width:100%}#fullScreenModal.is-open{display:block}#fullScreenModal .modal-shell{min-height:calc(100vh - 48px);display:flex;align-items:center;justify-content:center}#fullScreenModal .modal-panel{width:min(1100px,100%);background:#fff;border-radius:12px;box-shadow:0 20px 70px rgba(2,6,23,0.35);overflow:hidden}#fullScreenModal .modal-body{padding:12px 16px 20px}#fullScreenModal .modal-top{display:flex;align-items:center;justify-content:space-between;gap:12px}#fullScreenModal .modal-title{margin:0;text-align:center!important;font-size:clamp(16px,2vw,30px);line-height:1.25;font-weight:800;color:#0f172a}#fullScreenModal .modal-close{border:0;background:transparent;width:32px;height:32px;border-radius:999px;cursor:pointer;color:#475569}#fullScreenModal .modal-close:hover{background:#e2e8f0;color:#0f172a}#fullScreenModal .modal-spacer{width:32px;height:32px;flex:0 0 auto}#fullScreenModal .modal-gap{padding-bottom:20px}

.desktop-cta-widget{position:fixed;right:32px;bottom:32px;z-index:160;display:none;width:min(410px,calc(100vw - 48px));pointer-events:none}.desktop-cta-widget [data-desktop-cta-reveal]{opacity:0;transform:translateY(18px);transition:opacity .45s ease,transform .45s ease}.desktop-cta-widget.is-visible [data-desktop-cta-reveal]{opacity:1;transform:translateY(0)}.desktop-cta-panel{position:relative;overflow:hidden;border-top:4px solid var(--red);border-radius:32px;background:linear-gradient(145deg,rgba(11,12,15,0.98),rgba(28,29,33,0.98));box-shadow:0 24px 48px rgba(17,17,17,0.3);padding:34px 28px 24px;pointer-events:auto;isolation:isolate}.desktop-cta-panel::before{content:'';position:absolute;left:-46px;top:-42px;width:168px;height:168px;border-radius:999px;background:radial-gradient(circle,rgb(69 69 69 / 28%),rgba(69,69,69,0));z-index:-1}.desktop-cta-panel::after{content:'';position:absolute;right:-64px;bottom:-92px;width:210px;height:210px;border-radius:999px;background:radial-gradient(circle,rgba(255,255,255,0.08),rgba(255,255,255,0));z-index:-1}.desktop-cta-kicker{display:grid;grid-template-columns:24px minmax(0,1fr);align-items:start;column-gap:10px;margin:0 0 16px;color:rgba(255,255,255,0.72);font-family:'Barlow Condensed',sans-serif;font-size:15px;font-weight:800;letter-spacing:.12em;line-height:1.1;text-transform:uppercase}.desktop-cta-kicker::before{content:'';width:24px;height:3px;background:var(--red);border-radius:999px;transform:translateY(-1px)}.desktop-cta-copy{margin:0 0 22px;width:100%;max-width:none;color:#fff;font-size:18px;line-height:1.4;font-weight:700;text-wrap:balance}.desktop-cta-actions{display:grid;gap:10px;transition-delay:.12s}.desktop-cta-btn{min-height:64px;display:inline-flex;align-items:center;justify-content:center;width:100%;padding:16px 20px;border:none;border-radius:16px;font-family:'Barlow Condensed',sans-serif;font-weight:800;font-size:20px;letter-spacing:.11em;line-height:1;text-transform:uppercase;text-decoration:none;box-shadow:0 16px 30px rgba(0,0,0,0.22);transition:background .2s ease,color .2s ease;cursor:pointer}.desktop-cta-btn-quote{background:var(--red);color:#fff}.desktop-cta-btn-quote:hover{background:#c91439}.desktop-cta-btn-call{background:rgba(255,255,255,0.92);color:#111111}.desktop-cta-btn-call:hover{background:#fff}.mobile-cta-widget{position:fixed;left:0;right:0;bottom:0;z-index:170;display:none;padding:0 10px calc(10px + env(safe-area-inset-bottom));pointer-events:none;visibility:hidden;opacity:0;transform:translateY(120%);transition:opacity .25s ease,transform .25s ease}.mobile-cta-widget.is-visible{visibility:visible;opacity:1;transform:translateY(0);pointer-events:auto}.mobile-ctas{max-width:560px;margin:0 auto;padding:10px;display:grid;grid-template-columns:1fr 1fr;gap:8px;border-top:3px solid var(--red);border-radius:20px 20px 0 0;background:linear-gradient(180deg,rgba(17,17,17,0.98),rgba(28,28,28,0.98));box-shadow:0 -18px 42px rgba(17,17,17,0.24);pointer-events:auto}.mobile-cta-btn{min-width:0;min-height:58px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 12px;border-radius:14px;text-decoration:none;font-family:'Barlow Condensed',sans-serif;font-weight:800;font-size:16px;letter-spacing:.12em;line-height:1;text-transform:uppercase;box-shadow:0 12px 24px rgba(0,0,0,0.18);transition:background .2s ease,color .2s ease}.mobile-cta-btn svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}.mobile-cta-btn-quote{background:var(--red);color:#fff}.mobile-cta-btn-quote:hover{background:#c91439}.mobile-cta-btn-call{background:rgba(255,255,255,0.96);color:var(--black)}.mobile-cta-btn-call:hover{background:#fff}body.nav-open .mobile-cta-widget,body.overflow-hidden .mobile-cta-widget{opacity:0;transform:translateY(120%);pointer-events:none}@media (min-width:1025px){.desktop-cta-widget{display:block}}@media (max-width:1280px){.desktop-cta-widget{right:24px;bottom:24px;width:min(380px,calc(100vw - 40px))}.desktop-cta-panel{padding:30px 22px 20px}.desktop-cta-kicker{grid-template-columns:22px minmax(0,1fr)}.desktop-cta-copy{font-size:17px}.desktop-cta-btn{min-height:58px;font-size:18px}}@media (max-width:1024px){body{padding-bottom:calc(90px + env(safe-area-inset-bottom))}.desktop-cta-widget{display:none!important}.mobile-cta-widget{display:block}}@media (max-width:420px){body{padding-bottom:calc(86px + env(safe-area-inset-bottom))}.mobile-ctas{padding:8px;gap:6px}.mobile-cta-btn{min-height:54px;font-size:14px;letter-spacing:.1em;gap:8px}.mobile-cta-btn svg{width:16px;height:16px}}

#desktopCtaWidget.is-footer-hidden,.desktop-cta-widget.is-footer-hidden{opacity:0!important;transform:translateY(18px)!important;visibility:hidden!important;pointer-events:none!important}#desktopCtaWidget.is-footer-hidden [data-desktop-cta-reveal],.desktop-cta-widget.is-footer-hidden [data-desktop-cta-reveal]{opacity:0!important;transform:translateY(18px)!important;pointer-events:none!important}.mobile-cta-widget.is-visible.is-footer-hidden,.mobile-cta-widget.is-footer-hidden{opacity:0!important;transform:translateY(120%)!important;visibility:hidden!important;pointer-events:none!important}
@media (max-width:1024px){#nav{transform:translateZ(0)}#primaryNav.nav-links,#primaryNav.nav-links.open{height:calc(100dvh - 64px);min-height:calc(100vh - 64px)}}@media (max-width:480px){#siteNotice{font-size:13px!important;line-height:1.45!important;padding:8px 12px!important}}
.cookie-consent,
.cookie-modal,
.cookie-fab {
  box-sizing: border-box;
  font-family: "Barlow", Arial, sans-serif;
}

.cookie-consent *,
.cookie-modal * {
  box-sizing: border-box;
}

.cookie-consent[hidden],
.cookie-modal[hidden],
.cookie-fab[hidden] {
  display: none !important;
}

.cookie-consent {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 10050;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-top: 4px solid var(--red, #e51b45);
  background: rgba(17, 17, 17, 0.98);
  color: #fff;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
}

.cookie-consent__eyebrow {
  margin: 0 0 6px;
  color: var(--red, #e51b45);
  font-family: "Barlow Condensed", Arial Narrow, sans-serif;
  font-size: 14px !important;
  font-weight: 800;
  letter-spacing: 0.22em;
  line-height: 1.1;
  text-transform: uppercase;
}

.cookie-consent__copy p:last-child {
  margin-bottom: 0;
}

.cookie-consent__copy,
.cookie-consent__copy p,
.cookie-consent__copy a {
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px !important;
  line-height: 1.55;
}

.cookie-consent__copy a {
  color: #fff;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-consent__actions,
.cookie-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.cookie-btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 2px solid transparent;
  border-radius: 6px;
  font-family: "Barlow Condensed", Arial Narrow, sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
}

.cookie-btn--primary {
  background: var(--red, #e51b45);
  color: #fff;
}

.cookie-btn--dark {
  background: #111;
  color: #fff;
}

.cookie-btn--light {
  background: #fff;
  color: #111;
}

.cookie-btn--outline {
  border-color: rgba(255, 255, 255, 0.48);
  background: transparent;
  color: #fff;
}

.cookie-btn:focus-visible,
.site-footer-privacy-button:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.cookie-label-short {
  display: none;
}

.cookie-fab {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 10040;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  background: rgba(17, 17, 17, 0.92);
  color: #fff;
  font-family: "Barlow Condensed", Arial Narrow, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 10060;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.62);
}

.cookie-modal__panel {
  width: min(760px, 100%);
  max-height: min(760px, calc(100vh - 40px));
  overflow: auto;
  border-top: 4px solid var(--red, #e51b45);
  border-radius: 8px;
  background: #fff;
  color: #111;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.36);
}

.cookie-modal__header,
.cookie-modal__body,
.cookie-modal__footer {
  padding: 24px;
}

.cookie-modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--rule, #e0e0e0);
}

.cookie-modal__title {
  margin: 0 0 8px;
  color: #111;
  font-family: "Barlow Condensed", Arial Narrow, sans-serif;
  font-size: 34px !important;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.cookie-modal__intro,
.cookie-modal__body p,
.cookie-modal__body li {
  color: #333;
  font-size: 16px !important;
  line-height: 1.6;
}

.cookie-modal__close {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border: 1px solid var(--rule, #e0e0e0);
  border-radius: 6px;
  background: #fff;
  color: #111;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.cookie-modal__group {
  display: grid;
  gap: 14px;
}

.cookie-choice {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--rule, #e0e0e0);
  border-radius: 8px;
  background: #f7f7f7;
}

.cookie-choice input {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  accent-color: var(--red, #e51b45);
}

.cookie-choice strong {
  display: block;
  margin-bottom: 4px;
  color: #111;
  font-family: "Barlow Condensed", Arial Narrow, sans-serif;
  font-size: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cookie-choice p {
  margin: 0;
}

.cookie-gpc-note {
  display: none;
  margin: 16px 0 0;
  padding: 12px 14px;
  border-left: 4px solid var(--red, #e51b45);
  background: #f7f7f7;
}

.cookie-gpc-note.is-visible {
  display: block;
}

.cookie-modal__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  border-top: 1px solid var(--rule, #e0e0e0);
}

.site-footer-privacy-button {
  display: inline-block;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.84);
  font: inherit;
  font-size: 17px !important;
  line-height: 1.65;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.site-footer-privacy-button:hover,
.site-footer-privacy-button:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-embed-placeholder {
  min-height: 260px;
  display: grid;
  place-items: center;
  padding: 26px;
  border: 1px solid var(--rule, #e0e0e0);
  background: #f5f5f5;
  text-align: center;
}

.cookie-embed-placeholder p {
  max-width: 520px;
  margin: 0 auto 16px;
  color: #333;
  font-size: 16px !important;
  line-height: 1.55;
}

iframe[data-cookie-src]:not([src]) {
  display: none !important;
}

@media (min-width: 1025px) {
  .cookie-consent {
    left: 24px;
    right: auto;
    bottom: 18px;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    width: min(660px, calc(100vw - 48px));
    padding: 10px 12px 12px;
    margin: 0;
    border-top-width: 3px;
    box-shadow: 0 16px 46px rgba(0, 0, 0, 0.28);
  }

  .cookie-consent__eyebrow {
    margin-bottom: 3px;
    font-size: 10px !important;
    letter-spacing: 0.18em;
  }

  .cookie-consent__copy,
  .cookie-consent__copy p,
  .cookie-consent__copy a {
    font-size: 12px !important;
    line-height: 1.25;
  }

  .cookie-consent__actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    flex-wrap: nowrap;
    gap: 6px;
    justify-content: stretch;
  }

  .cookie-consent .cookie-btn {
    width: 100%;
    min-width: 0;
    min-height: 32px;
    padding: 7px 9px;
    font-size: 11.5px;
    letter-spacing: 0.08em;
    white-space: nowrap;
  }
}

@media (min-width: 761px) and (max-width: 1024px) {
  .cookie-consent {
    left: 18px;
    right: auto;
    bottom: 18px;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    width: min(620px, calc(100vw - 36px));
    padding: 10px 12px 12px;
    border-top-width: 3px;
    box-shadow: 0 16px 46px rgba(0, 0, 0, 0.28);
  }

  .cookie-consent__eyebrow {
    margin-bottom: 3px;
    font-size: 10px !important;
    letter-spacing: 0.18em;
  }

  .cookie-consent__copy,
  .cookie-consent__copy p,
  .cookie-consent__copy a {
    font-size: 12px !important;
    line-height: 1.25;
  }

  .cookie-consent__actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    justify-content: stretch;
  }

  .cookie-consent .cookie-btn {
    width: 100%;
    min-width: 0;
    min-height: 32px;
    padding: 7px 9px;
    font-size: 11.5px;
    letter-spacing: 0.08em;
    white-space: nowrap;
  }
}

@media (max-width: 760px) {
  .cookie-consent {
    left: 12px;
    right: 12px;
    bottom: calc(124px + env(safe-area-inset-bottom, 0px));
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 8px;
    width: auto;
    max-height: min(34vh, calc(100vh - 132px - env(safe-area-inset-bottom, 0px)));
    overflow: auto;
    padding: 11px 12px 12px;
    border-top-width: 3px;
    box-shadow: 0 16px 44px rgba(0, 0, 0, 0.3);
  }

  .cookie-consent__eyebrow {
    margin-bottom: 4px;
    font-size: 11px !important;
    letter-spacing: 0.18em;
  }

  .cookie-consent__copy,
  .cookie-consent__copy p,
  .cookie-consent__copy a {
    font-size: 12px !important;
    line-height: 1.3;
    overflow-wrap: anywhere;
  }

  .cookie-consent__copy p {
    margin: 0;
  }

  .cookie-consent__copy,
  .cookie-consent__actions {
    min-width: 0;
    width: 100%;
  }

  .cookie-consent__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    justify-content: stretch;
  }

  .cookie-consent__actions .cookie-btn--primary {
    grid-column: 1 / -1;
  }

  .cookie-btn {
    width: 100%;
    min-width: 0;
    min-height: 36px;
    padding: 8px 6px;
    font-size: 11.5px;
    letter-spacing: 0.04em;
    line-height: 1.1;
    white-space: normal;
  }

  .cookie-consent .cookie-label-full {
    display: none;
  }

  .cookie-consent .cookie-label-short {
    display: inline;
  }

  .cookie-modal__actions,
  .cookie-modal__footer {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: stretch;
  }

  .cookie-fab {
    left: 12px;
    right: auto;
    bottom: calc(124px + env(safe-area-inset-bottom, 0px));
    width: auto;
    max-width: calc(100% - 24px);
    min-height: 36px;
    padding: 8px 10px;
    font-size: 12px;
    letter-spacing: 0.08em;
  }

  .cookie-modal {
    align-items: end;
    padding: 12px;
  }

  .cookie-modal__panel {
    max-height: calc(100vh - 24px);
  }

  .cookie-modal__header,
  .cookie-modal__body,
  .cookie-modal__footer {
    padding: 18px;
  }

  .cookie-modal__title {
    font-size: 28px !important;
  }
}

.bcrumb{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:center;text-align:center;font-family:'Barlow Condensed',sans-serif!important;font-weight:700;font-size:14px;letter-spacing:.14em;text-transform:uppercase;line-height:1.2}.bcrumb a{color:inherit;text-decoration:none}.bcrumb a:hover{text-decoration:underline;text-underline-offset:3px}.bcrumb [aria-current="page"]{color:var(--red)}@media (min-width:1025px){.contact-left .bcrumb{justify-content:flex-start;text-align:left}}
@media (max-width:1024px){.nav-wrap>a[href="/"]{min-width:0;flex:0 1 auto;overflow:hidden}.logo{font-size:clamp(10px,7vw - 14px,20px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-nav-tel{white-space:nowrap;flex:0 0 auto}}
@media (max-width:768px){h1{font-size:28px!important}}
html{overflow-x:clip}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible,[tabindex]:focus-visible{outline:3px solid #e51b45;outline-offset:2px}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
/* Canonical quick-action component shared by every public page. */
#desktopCtaWidget {
  position: fixed !important;
  right: 32px !important;
  bottom: 32px !important;
  z-index: 160 !important;
  display: none;
  width: min(410px, calc(100vw - 48px)) !important;
  pointer-events: none !important;
}

#desktopCtaWidget.is-visible {
  display: block;
}

#desktopCtaWidget.is-dismissed,
#desktopCtaWidget[aria-hidden="true"] {
  display: none !important;
}

#desktopCtaWidget [data-desktop-cta-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .45s ease, transform .45s ease;
}

#desktopCtaWidget.is-visible [data-desktop-cta-reveal] {
  opacity: 1;
  transform: translateY(0);
}

#desktopCtaWidget .desktop-cta-panel {
  position: relative !important;
  display: block !important;
  overflow: hidden !important;
  padding: 34px 28px 24px !important;
  border-top: 4px solid var(--red) !important;
  border-radius: 32px !important;
  background: linear-gradient(145deg, rgba(11, 12, 15, .98), rgba(28, 29, 33, .98)) !important;
  box-shadow: 0 24px 48px rgba(17, 17, 17, .3) !important;
  pointer-events: auto !important;
  isolation: isolate;
  transform: scale(.88) !important;
  transform-origin: bottom right !important;
}

#desktopCtaWidget .desktop-cta-panel::before,
#desktopCtaWidget .desktop-cta-panel::after {
  content: "" !important;
  position: absolute !important;
  display: block !important;
  border-radius: 999px !important;
  z-index: -1 !important;
}

#desktopCtaWidget .desktop-cta-panel::before {
  left: -46px !important;
  top: -42px !important;
  width: 168px !important;
  height: 168px !important;
  background: radial-gradient(circle, rgb(69 69 69 / 28%), rgba(69, 69, 69, 0)) !important;
}

#desktopCtaWidget .desktop-cta-panel::after {
  right: -64px !important;
  bottom: -92px !important;
  width: 210px !important;
  height: 210px !important;
  background: radial-gradient(circle, rgba(255, 255, 255, .08), rgba(255, 255, 255, 0)) !important;
}

#desktopCtaWidget .desktop-cta-actions {
  display: grid !important;
  gap: 10px !important;
}

#desktopCtaWidget .desktop-cta-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 64px !important;
  padding: 16px 20px !important;
  border: 0 !important;
  border-radius: 16px !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: .11em !important;
  text-align: center !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  white-space: normal !important;
  box-shadow: 0 16px 30px rgba(0, 0, 0, .22) !important;
  cursor: pointer !important;
}

#desktopCtaWidget .desktop-cta-btn-quote {
  background: var(--red) !important;
  color: #fff !important;
}

#desktopCtaWidget .desktop-cta-btn-call {
  background: rgba(255, 255, 255, .92) !important;
  color: #111 !important;
}

#desktopCtaWidget .desktop-cta-btn-top {
  border: 1px solid rgba(255, 255, 255, .35) !important;
  background: rgba(255, 255, 255, .12) !important;
  color: #fff !important;
}

#desktopCtaWidget .desktop-cta-close {
  position: absolute !important;
  top: 10px !important;
  right: 12px !important;
  z-index: 2 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 28px !important;
  height: 28px !important;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, .35) !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: rgba(255, 255, 255, .85) !important;
  font-size: 13px !important;
  line-height: 1 !important;
  cursor: pointer !important;
}

#desktopCtaWidget .desktop-cta-close:hover,
#desktopCtaWidget .desktop-cta-close:focus-visible {
  border-color: var(--red) !important;
  background: var(--red) !important;
  color: #fff !important;
}

#desktopCtaWidget.is-footer-hidden,
#desktopCtaWidget.is-hero-hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(18px) !important;
  pointer-events: none !important;
}

.mobile-cta-widget {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 9500 !important;
  display: none !important;
  padding: 0 10px calc(10px + env(safe-area-inset-bottom)) !important;
  visibility: hidden !important;
  opacity: 0 !important;
  transform: translateY(120%) !important;
  transition: opacity .25s ease, transform .25s ease !important;
  pointer-events: none !important;
}

.mobile-cta-widget.is-visible {
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(0) !important;
  pointer-events: auto !important;
}

.mobile-cta-widget .mobile-ctas {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 8px !important;
  max-width: 560px !important;
  margin: 0 auto !important;
  padding: 8px !important;
  border-top: 3px solid var(--red) !important;
  border-radius: 20px 20px 0 0 !important;
  background: linear-gradient(180deg, rgba(17, 17, 17, .98), rgba(28, 28, 28, .98)) !important;
  box-shadow: 0 -18px 42px rgba(17, 17, 17, .24) !important;
  pointer-events: auto !important;
}

.mobile-cta-widget .mobile-cta-row {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 8px !important;
}

.mobile-cta-widget .mobile-cta-top {
  display: block !important;
  padding: 3px 4px 1px !important;
  color: rgba(255, 255, 255, .85) !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: .14em !important;
  text-align: center !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

.mobile-cta-widget .mobile-cta-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  min-width: 0 !important;
  min-height: 54px !important;
  padding: 14px 8px !important;
  border: 0 !important;
  border-radius: 14px !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: .1em !important;
  text-align: center !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  box-shadow: 0 12px 24px rgba(0, 0, 0, .18) !important;
  cursor: pointer !important;
}

.mobile-cta-widget .mobile-cta-btn-quote {
  background: var(--red) !important;
  color: #fff !important;
}

.mobile-cta-widget .mobile-cta-btn-call {
  background: rgba(255, 255, 255, .96) !important;
  color: #111 !important;
}

body.nav-open .mobile-cta-widget,
body.overflow-hidden .mobile-cta-widget,
.mobile-cta-widget.is-footer-hidden {
  visibility: hidden !important;
  opacity: 0 !important;
  transform: translateY(120%) !important;
  pointer-events: none !important;
}

@media (min-width: 1025px) {
  #desktopCtaWidget.is-visible {
    display: block;
  }
}

@media (max-width: 1280px) {
  #desktopCtaWidget {
    right: 24px !important;
    bottom: 24px !important;
    width: min(380px, calc(100vw - 40px)) !important;
  }

  #desktopCtaWidget .desktop-cta-panel {
    padding: 30px 22px 20px !important;
  }

  #desktopCtaWidget .desktop-cta-btn {
    min-height: 58px !important;
    font-size: 18px !important;
  }
}

@media (max-width: 1024px) {
  body {
    padding-bottom: calc(90px + env(safe-area-inset-bottom)) !important;
  }

  #desktopCtaWidget {
    display: none !important;
  }

  .mobile-cta-widget {
    display: block !important;
  }
}

@media (max-width: 420px) {
  .mobile-cta-widget {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  .mobile-cta-widget .mobile-ctas,
  .mobile-cta-widget .mobile-cta-row {
    gap: 6px !important;
  }

  .mobile-cta-widget .mobile-cta-btn {
    min-height: 52px !important;
    font-size: 15px !important;
    letter-spacing: .08em !important;
  }
}

:root{--noticeH:56px}@media (min-width:1750px){:root{--noticeH:37px}}@media (max-width:1100px){:root{--noticeH:75px}}@media (max-width:700px){:root{--noticeH:94px}}@media (max-width:480px){:root{--noticeH:118px}}#siteNotice{min-height:var(--noticeH);height:auto;box-sizing:border-box;display:flex;align-items:center;justify-content:center;overflow:visible}#nav{top:0!important}#main-content{padding-top:64px!important}#main-content>article>#hero{padding-top:0!important}
/* brand kit rollout: one heading voice site-wide (from /service-area/) */h2.sec-title,h2.about-h,h2.why-h,h2.am-title,#locations-grid.vlo-2 h2.vlo2-h{font-family:'Barlow Condensed',sans-serif;font-style:normal!important;font-weight:900;letter-spacing:0;font-size:clamp(46px,4.85vw,62px)!important;line-height:1.06!important;text-transform:uppercase;text-wrap:balance}h2.sec-title,h2.about-h,h2.why-h{color:var(--black)}h2.sec-title::after,h2.about-h::after,h2.why-h::after,h2.am-title::after,#locations-grid.vlo-2 h2.vlo2-h::after{content:"";display:block;width:88px;height:8px;margin:24px 0 0;background:var(--red)}@media(max-width:768px){h2.sec-title,h2.about-h,h2.why-h,h2.am-title,#locations-grid.vlo-2 h2.vlo2-h{font-size:clamp(34px,10vw,40px)!important;line-height:1.1!important}h2.sec-title::after,h2.about-h::after,h2.why-h::after,h2.am-title::after,#locations-grid.vlo-2 h2.vlo2-h::after{width:76px;height:6px;margin-top:20px}}#locations-grid.vlo-2 h2.vlo2-h::after{display:none}h2.h2-centered::after{margin-left:auto;margin-right:auto}.sec-head-centered{text-align:center}.sec-head-centered .eyebrow{justify-content:center}

/* Shared semantic, accessibility, and measured runtime fixes. */
dialog.cookie-modal:not([open]) {
  display: none !important;
}

dialog.cookie-modal {
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: 0;
  border: 0;
  background: transparent;
}

dialog.cookie-modal::backdrop {
  background: rgba(0, 0, 0, 0.62);
}

.cookie-choice__copy > label {
  display: block;
  cursor: pointer;
}

#main-content > .page-content > #hero {
  padding-top: 0 !important;
}

#main-content > .page-content > #hero.service-area-hero {
  padding-top: 44px !important;
}

.eyebrow {
  color: #c91439;
}

#about.about-mclaren-model-overlay .eyebrow,
#why.vwh-4 .eyebrow,
.cookie-consent__eyebrow {
  color: #ff6b86;
}

.vlo-2 .vlo2-copy a {
  color: #ff6b86 !important;
}

#cta .cta-copy,
#cta .cta-copy strong {
  color: #fff !important;
}

#service-gallery .gal-counter,
#service-gallery .gal-counter span {
  color: #555 !important;
}

#fleet.vfl-4 .fcard:nth-child(odd) .vehicle-card-actions .btn-black-lg {
  background: var(--black, #111) !important;
}

#fleet.vfl-4 .fcard:nth-child(even) .vehicle-card-actions .btn-black-lg {
  background: var(--ink, #222) !important;
}

@media (max-width: 900px) {
  #main-content > .page-content > #hero.service-area-hero {
    padding-top: 28px !important;
  }
}

/* Final measured Lighthouse fixes. */
.step-num[data-step]::before {
  content: attr(data-step);
}

.mobile-cta-widget {
  transition: transform 0.25s ease;
}

@media (prefers-reduced-motion: reduce) {
  .mobile-cta-widget,
  .desktop-cta-widget [data-desktop-cta-reveal] {
    transition: none !important;
  }
}

/* Explicit fleet text surfaces for contrast analysis. */
#fleet.vfl-4 .fcard:nth-child(odd) .fname-link {
  background: var(--black, #111);
}

#fleet.vfl-4 .fcard:nth-child(even) .fname-link {
  background: var(--ink, #222);
}

/* Explicit dark-section eyebrow contrast. */
.vwh-4 .eyebrow {
  color: #ff6b86;
}

/* Specific dark quote-preview eyebrow contrast. */
#quote-preview.vwh-4 .eyebrow {
  color: #ff6b86;
}
/* Native quote dialog: preserve the existing full-screen design while using
   the browser top layer and native background inertness. */
dialog#fullScreenModal {
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: 0;
  border: 0;
  color: inherit;
  overscroll-behavior: contain;
}

dialog#fullScreenModal .modal-title {
  width: 100%;
  font-size: clamp(16px, 2vw, 30px) !important;
}

dialog#fullScreenModal::backdrop {
  background: transparent;
}
/* Interaction accessibility overrides: keep keyboard focus visible, allow text
   selection, and honor the user's reduced-motion preference without near-zero
   duration animation hacks. */
.srv-cw {
  user-select: text;
}

.hf-pill:focus-within {
  outline: 3px solid #111111;
  outline-offset: 3px;
}

/* Keep CTA text fully opaque throughout its slide-in so transient blended
   colors cannot fall below the text-contrast threshold. */
.mobile-cta-widget {
  transition-property: transform;
}

/* These long sections contain links, buttons, and disclosure controls. Keeping
   them laid out prevents intrinsic-size placeholders from overlapping later
   interactive content in the accessibility and hit-testing trees. */
body[data-full-section-layout] #fleet,
body[data-full-section-layout] #amenities,
body[data-full-section-layout] #pricing,
body[data-full-section-layout] #why,
body[data-full-section-layout] #services,
body[data-full-section-layout] #steps,
body[data-full-section-layout] #locations-grid,
body[data-full-section-layout] #faq,
body[data-full-section-layout] #destinations,
body[data-full-section-layout] #cta {
  content-visibility: visible;
  contain-intrinsic-size: none;
}

/* The homepage uses a distinct long-form composition. Measured placeholders
   keep its skipped sections in DOM order for cold accessibility snapshots
   without forcing the whole document to render during initial load. */
body[data-home-layout] #fleet {
  contain-intrinsic-size: 1px 4600px;
}

body[data-home-layout] #amenities {
  contain-intrinsic-size: 1px 1450px;
}

body[data-home-layout] #pricing {
  contain-intrinsic-size: 1px 2200px;
}

body[data-home-layout] #why {
  contain-intrinsic-size: 1px 1200px;
}

body[data-home-layout] #services {
  contain-intrinsic-size: 1px 1350px;
}

body[data-home-layout] #steps {
  contain-intrinsic-size: 1px 1100px;
}

body[data-home-layout] #locations-grid {
  contain-intrinsic-size: 1px 1000px;
}

body[data-home-layout] #faq {
  contain-intrinsic-size: 1px 1400px;
}

body[data-home-layout] #cta {
  contain-intrinsic-size: 1px 650px;
}

/* Location pages have long, interactive fleet and service sections. Realistic
   intrinsic block sizes keep skipped content from overlapping later controls
   while preserving content-visibility's initial-render performance benefit. */
body[data-location-layout] #fleet {
  contain-intrinsic-size: 1px 6200px;
}

body[data-location-layout] #amenities {
  contain-intrinsic-size: 1px 1250px;
}

body[data-location-layout] #pricing {
  contain-intrinsic-size: 1px 2250px;
}

body[data-location-layout] #why {
  contain-intrinsic-size: 1px 950px;
}

body[data-location-layout="story"] #services {
  contain-intrinsic-size: 1px 5000px;
}

body[data-location-layout] #steps {
  contain-intrinsic-size: 1px 750px;
}

body[data-location-layout] #locations-grid {
  contain-intrinsic-size: 1px 800px;
}

body[data-location-layout] #faq {
  contain-intrinsic-size: 1px 1300px;
}

body[data-location-layout] #destinations {
  contain-intrinsic-size: 1px 1200px;
}

body[data-location-layout] #cta {
  contain-intrinsic-size: 1px 700px;
}

@media (max-width: 768px) {
  body[data-home-layout] #fleet {
    contain-intrinsic-size: 1px 8000px;
  }

  body[data-home-layout] #amenities {
    contain-intrinsic-size: 1px 2300px;
  }

  body[data-home-layout] #pricing {
    contain-intrinsic-size: 1px 1650px;
  }

  body[data-home-layout] #why {
    contain-intrinsic-size: 1px 1600px;
  }

  body[data-home-layout] #services {
    contain-intrinsic-size: 1px 1350px;
  }

  body[data-home-layout] #steps {
    contain-intrinsic-size: 1px 1900px;
  }

  body[data-home-layout] #locations-grid {
    contain-intrinsic-size: 1px 1250px;
  }

  body[data-home-layout] #faq {
    contain-intrinsic-size: 1px 1350px;
  }

  body[data-home-layout] #cta {
    contain-intrinsic-size: 1px 850px;
  }

  body[data-location-layout] #fleet {
    contain-intrinsic-size: 1px 7100px;
  }

  body[data-location-layout] #amenities {
    contain-intrinsic-size: 1px 2150px;
  }

  body[data-location-layout] #pricing {
    contain-intrinsic-size: 1px 1950px;
  }

  body[data-location-layout] #why {
    contain-intrinsic-size: 1px 1300px;
  }

  body[data-location-layout="story"] #services {
    contain-intrinsic-size: 1px 15000px;
  }

  body[data-location-layout] #steps {
    contain-intrinsic-size: 1px 1450px;
  }

  body[data-location-layout] #locations-grid {
    contain-intrinsic-size: 1px 1400px;
  }

  /* State pages can contain substantially larger city grids than individual
     city pages. Size this variant above the largest measured mobile grid so
     its skipped-content placeholder cannot overlap the following FAQ. */
  body[data-location-layout="standard"] #locations-grid {
    contain-intrinsic-size: 1px 3400px;
  }

  body[data-location-layout] #faq {
    contain-intrinsic-size: 1px 1500px;
  }

  body[data-location-layout] #destinations {
    contain-intrinsic-size: 1px 1150px;
  }

  body[data-location-layout] #cta {
    contain-intrinsic-size: 1px 900px;
  }
}

@media (min-width: 1025px) {
  .nav-item.has-submenu > .nav-dropdown,
  .nav-item.has-submenu:focus-within > .nav-dropdown,
  .nav-item.has-submenu:hover > .nav-dropdown {
    display: none !important;
  }

  .nav-item.has-submenu.desktop-open > .nav-dropdown {
    display: flex !important;
  }

  .nav-item.has-submenu.desktop-open > .nav-dropdown.mega-menu {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
