/*
Theme Name: First Choice Limo Hire
Theme URI: https://firstchoicelimohire.com/
Author: First Choice Limo Hire
Description: Lightweight custom theme for First Choice Limo Hire. Responsive, conversion-focused and built without a page builder.
Version: 1.0.20
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: first-choice-limo
*/

:root {
  --fclh-red: #b31b1b;
  --fclh-red-dark: #7f1515;
  --fclh-ink: #111111;
  --fclh-charcoal: #1d1d1d;
  --fclh-paper: #ffffff;
  --fclh-soft: #f5f5f5;
  --fclh-muted: #686868;
  --fclh-line: #e7e7e7;
  --fclh-max: 1180px;
  --fclh-radius: 18px;
  --fclh-shadow: 0 18px 50px rgba(0,0,0,.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--fclh-paper);
  color: var(--fclh-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--fclh-red); text-decoration-thickness: .08em; text-underline-offset: .15em; }
a:hover { color: var(--fclh-red-dark); }
img { max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }

.fclh-container { width: min(calc(100% - 40px), var(--fclh-max)); margin-inline: auto; }
.fclh-section { padding: 86px 0; }
.fclh-section--soft { background: var(--fclh-soft); }
.fclh-section--dark { background: var(--fclh-charcoal); color: #fff; }
.fclh-kicker { margin: 0 0 8px; color: var(--fclh-red); font-size: .82rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.fclh-heading { margin: 0 0 18px; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.08; letter-spacing: -.025em; }
.fclh-lead { max-width: 780px; margin: 0; color: #555; font-size: 1.12rem; }
.fclh-section--dark .fclh-lead { color: #d2d2d2; }

/* Header */
.fclh-header { position: sticky; top: 0; z-index: 999; background: rgba(17,17,17,.97); color: #fff; box-shadow: 0 1px 0 rgba(255,255,255,.08); backdrop-filter: blur(12px); }
body.admin-bar .fclh-header { top: 32px; }
.fclh-header__row { min-height: 82px; display: flex; align-items: center; gap: 26px; }
.fclh-brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; text-decoration: none; flex: 0 0 auto; }
.fclh-brand .custom-logo { max-height: 54px; width: auto; }
.fclh-brand__text { font-weight: 850; font-size: 1.05rem; line-height: 1.05; letter-spacing: -.01em; text-transform: uppercase; max-width: 178px; }
.fclh-nav { margin-left: auto; }
.fclh-nav ul { margin: 0; padding: 0; list-style: none; display: flex; align-items: center; gap: 24px; }
.fclh-nav li { position: relative; }
.fclh-nav a { color: #fff; text-decoration: none; font-size: .94rem; font-weight: 650; white-space: nowrap; }
.fclh-nav a:hover, .fclh-nav .current-menu-item > a, .fclh-nav .current_page_item > a { color: #ff6d6d; }
.fclh-nav .sub-menu { display: none; position: absolute; top: 100%; left: -18px; min-width: 220px; padding: 18px 12px 12px; background: #fff; border-radius: 12px; box-shadow: var(--fclh-shadow); z-index: 1000; }
.fclh-nav li:hover > .sub-menu, .fclh-nav li:focus-within > .sub-menu { display: grid; gap: 4px; }
.fclh-nav .sub-menu a { display: block; color: #222; padding: 9px 10px; border-radius: 8px; }
.fclh-nav .sub-menu a:hover { color: var(--fclh-red); background: #f7f7f7; }
.fclh-header__phone { color: #fff; text-decoration: none; font-size: .95rem; font-weight: 800; white-space: nowrap; }
.fclh-header__phone:hover { color: #ff8585; }
.fclh-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 12px 22px; border: 2px solid transparent; border-radius: 999px; background: var(--fclh-red); color: #fff !important; text-decoration: none; font-weight: 800; line-height: 1.1; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.fclh-btn:hover { background: var(--fclh-red-dark); transform: translateY(-1px); }
.fclh-btn--outline { background: transparent; border-color: rgba(255,255,255,.65); }
.fclh-btn--outline:hover { background: #fff; color: #111 !important; border-color: #fff; }
.fclh-menu-toggle { display: none; margin-left: auto; width: 46px; height: 46px; padding: 0; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: transparent; color: #fff; cursor: pointer; }
.fclh-menu-toggle span, .fclh-menu-toggle::before, .fclh-menu-toggle::after { content: ""; display: block; width: 20px; height: 2px; background: currentColor; margin: 4px auto; }
.fclh-mobile-call { display: none; color: #fff; text-decoration: none; font-weight: 800; }

/* Hero */
.fclh-hero { position: relative; min-height: 650px; display: grid; align-items: center; overflow: hidden; color: #fff; background: #0b0b0b; }
.fclh-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 82% 25%, rgba(179,27,27,.34), transparent 30%), linear-gradient(115deg, rgba(0,0,0,.20), rgba(0,0,0,.72)); z-index: 1; }
.fclh-hero::after { content: ""; position: absolute; width: 560px; height: 560px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; right: -170px; bottom: -310px; box-shadow: 0 0 0 90px rgba(255,255,255,.025), 0 0 0 180px rgba(255,255,255,.018); z-index: 1; pointer-events: none; }
.fclh-hero.has-image { background-size: min(58vw, 1050px) auto; background-position: right center; background-repeat: no-repeat; }
.fclh-hero.has-image::before { background: linear-gradient(90deg, #080808 0%, rgba(8,8,8,.98) 32%, rgba(8,8,8,.82) 48%, rgba(8,8,8,.28) 72%, rgba(8,8,8,.12) 100%); }
.fclh-hero__mobile-media { display: none; }
.fclh-hero__inner { position: relative; z-index: 2; padding: 86px 0; }
.fclh-hero__content { max-width: 790px; }
.fclh-hero h1 { margin: 0; font-size: clamp(3rem, 7vw, 6rem); line-height: .98; letter-spacing: -.055em; max-width: 900px; }
.fclh-hero__sub { max-width: 720px; margin: 24px 0 0; font-size: clamp(1.06rem, 2vw, 1.35rem); color: #e8e8e8; }
.fclh-hero__services { margin: 20px 0 0; color: #f2b0b0; font-size: .9rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.fclh-hero__actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }

/* Trust / cards */
.fclh-trust { background: #fff; border-bottom: 1px solid var(--fclh-line); }
.fclh-trust__grid { display: grid; grid-template-columns: repeat(4,1fr); }
.fclh-trust__item { padding: 25px 22px; border-right: 1px solid var(--fclh-line); }
.fclh-trust__item:last-child { border-right: 0; }
.fclh-trust__item strong { display: block; font-size: 1rem; }
.fclh-trust__item span { display: block; color: var(--fclh-muted); font-size: .9rem; margin-top: 2px; }

.fclh-services { margin-top: 42px; display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.fclh-card { position: relative; min-height: 330px; padding: 30px; display: flex; flex-direction: column; justify-content: flex-end; border-radius: var(--fclh-radius); overflow: hidden; color: #fff; text-decoration: none; background: linear-gradient(145deg,#202020,#0f0f0f); background-size: cover; background-position: center; box-shadow: var(--fclh-shadow); transition: transform .2s ease, box-shadow .2s ease; }
.fclh-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.08) 0%, rgba(0,0,0,.34) 36%, rgba(0,0,0,.92) 100%); }
.fclh-card.has-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(179,27,27,.08), transparent 45%); }
.fclh-card__mobile-media { display: none; }
.fclh-card__body { position: relative; z-index: 2; }
.fclh-card__num { color: #ff8f8f; font-size: .78rem; font-weight: 900; letter-spacing: .13em; }
.fclh-card h3 { margin: 7px 0 8px; font-size: 1.55rem; line-height: 1.05; }
.fclh-card p { margin: 0; color: #d7d7d7; font-size: .96rem; }
.fclh-card__link { margin-top: 18px; color: #fff; font-weight: 800; }
.fclh-card:hover { color: #fff; transform: translateY(-5px); box-shadow: 0 24px 60px rgba(0,0,0,.18); }

.fclh-split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 62px; align-items: center; }
.fclh-feature-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.fclh-feature { padding: 24px; border: 1px solid var(--fclh-line); border-radius: 16px; background: #fff; }
.fclh-feature strong { display: block; margin-bottom: 5px; }
.fclh-feature p { margin: 0; color: var(--fclh-muted); font-size: .95rem; }

.fclh-area-cloud { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.fclh-area-cloud span { padding: 9px 14px; background: #fff; border: 1px solid var(--fclh-line); border-radius: 999px; font-size: .9rem; font-weight: 700; }

.fclh-cta { padding: 56px; border-radius: 24px; background: linear-gradient(115deg,#111,#252525); color: #fff; box-shadow: var(--fclh-shadow); }
.fclh-cta__row { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.fclh-cta h2 { margin: 0; font-size: clamp(2rem,4vw,3.1rem); line-height: 1.05; }
.fclh-cta p { margin: 12px 0 0; color: #ccc; }
.fclh-cta__actions { display: flex; flex-wrap: wrap; gap: 10px; }

/* Pages */
.fclh-page-hero { position: relative; padding: 110px 0 84px; background: linear-gradient(120deg,#111,#252525); color: #fff; overflow: hidden; }
.fclh-page-hero.has-image { background-size: cover; background-position: center; }
.fclh-page-hero.has-image::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.72) 48%, rgba(0,0,0,.32) 100%); }
.fclh-page-hero__mobile-media { display: none; }
.fclh-page-hero > .fclh-container { position: relative; z-index: 1; }
.fclh-page-hero h1 { max-width: 900px; margin: 0; font-size: clamp(2.6rem,6vw,5rem); line-height: 1; letter-spacing: -.045em; }
.fclh-page-hero p { max-width: 760px; margin: 20px 0 0; color: #ededed; font-size: 1.15rem; }
.fclh-prose { max-width: 850px; }
.fclh-prose h2 { margin-top: 42px; font-size: 2rem; line-height: 1.15; }
.fclh-prose p { color: #444; }
.fclh-back { display: inline-block; margin-top: 28px; font-weight: 800; }

/* Forms */
.fclh-form { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; margin-top: 34px; }
.fclh-field--full { grid-column: 1 / -1; }
.fclh-field label { display: block; margin-bottom: 6px; font-size: .9rem; font-weight: 800; }
.fclh-field input, .fclh-field select, .fclh-field textarea { width: 100%; padding: 13px 14px; border: 1px solid #d7d7d7; border-radius: 10px; background: #fff; color: #111; outline: none; }
.fclh-field input:focus, .fclh-field select:focus, .fclh-field textarea:focus { border-color: var(--fclh-red); box-shadow: 0 0 0 3px rgba(179,27,27,.12); }
.fclh-field textarea { min-height: 140px; resize: vertical; }
.fclh-notice { padding: 14px 18px; border-radius: 10px; background: #edf8ef; border: 1px solid #b8dfc0; color: #245c2f; font-weight: 700; }
.fclh-hp { position: absolute !important; left: -99999px !important; }
.fclh-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.fclh-contact-card { padding: 30px; border-radius: 18px; background: var(--fclh-soft); }
.fclh-contact-card a { font-weight: 800; }

/* Footer */
.fclh-footer { background: #0b0b0b; color: #fff; padding: 64px 0 24px; }
.fclh-footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
.fclh-footer h3 { margin: 0 0 12px; font-size: 1.1rem; }
.fclh-footer p, .fclh-footer li { color: #bdbdbd; }
.fclh-footer ul { list-style: none; margin: 0; padding: 0; }
.fclh-footer li + li { margin-top: 7px; }
.fclh-footer a { color: #fff; text-decoration: none; }
.fclh-footer a:hover { color: #ff8585; }
.fclh-footer__bottom { margin-top: 48px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 20px; color: #8f8f8f; font-size: .86rem; }

@media (max-width: 1060px) {
  .fclh-header__phone, .fclh-header .fclh-btn { display: none; }
  .fclh-services { grid-template-columns: repeat(2,1fr); }
  .fclh-trust__grid { grid-template-columns: repeat(2,1fr); }
  .fclh-trust__item:nth-child(2) { border-right: 0; }
  .fclh-trust__item:nth-child(-n+2) { border-bottom: 1px solid var(--fclh-line); }
}

@media (max-width: 840px) {
  body.admin-bar .fclh-header { top: 46px; }
  .fclh-container { width: min(calc(100% - 28px), var(--fclh-max)); }
  .fclh-header__row { min-height: 72px; gap: 12px; }
  .fclh-brand__text { font-size: .86rem; max-width: 140px; }
  .fclh-nav { display: none; position: absolute; top: 72px; left: 0; right: 0; margin: 0; padding: 18px 14px 24px; background: #111; border-top: 1px solid rgba(255,255,255,.08); }
  .fclh-nav.is-open { display: block; }
  .fclh-nav ul { display: grid; gap: 0; }
  .fclh-nav li { border-bottom: 1px solid rgba(255,255,255,.08); }
  .fclh-nav a { display: block; padding: 13px 4px; }
  .fclh-nav .sub-menu { display: block; position: static; min-width: 0; padding: 0 0 8px 16px; background: transparent; box-shadow: none; }
  .fclh-nav .sub-menu a { color: #d7d7d7; padding: 8px 4px; }
  .fclh-menu-toggle, .fclh-mobile-call { display: inline-flex; align-items: center; justify-content: center; }
  .fclh-mobile-call { margin-left: auto; font-size: .88rem; }
  .fclh-menu-toggle { margin-left: 0; }
  /* Mobile hero: keep the real image element for reliable iOS loading,
     but layer it behind the copy so the hero feels like one premium composition. */
  .fclh-hero {
    min-height: 690px;
    display: flex;
    align-items: flex-end;
    background: #080808 !important;
    isolation: isolate;
  }
  .fclh-hero.has-image { background-image: none !important; }
  .fclh-hero__mobile-media {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    background: #171717;
  }
  .fclh-hero__mobile-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 58% center;
    filter: brightness(.82) saturate(.92) contrast(1.03);
    transform: scale(1.015);
  }
  .fclh-hero::before {
    display: block;
    z-index: 1;
    background:
      linear-gradient(180deg, rgba(0,0,0,.34) 0%, rgba(0,0,0,.52) 28%, rgba(0,0,0,.78) 62%, rgba(0,0,0,.96) 100%),
      linear-gradient(90deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.44) 68%, rgba(0,0,0,.30) 100%);
  }
  .fclh-hero::after { display: none; }
  .fclh-hero__inner { width: 100%; padding: 54px 0 56px; }
  .fclh-hero__content { max-width: 720px; }
  .fclh-hero h1 { font-size: clamp(2.55rem, 11vw, 3.9rem); line-height: .98; }
  .fclh-hero__sub { color: rgba(255,255,255,.90); text-shadow: 0 1px 18px rgba(0,0,0,.45); }
  .fclh-hero__services { color: #f5b8b8; text-shadow: 0 1px 16px rgba(0,0,0,.55); }

  .fclh-card { min-height: 0; padding: 0; display: block; background: #111 !important; }
  .fclh-card::before, .fclh-card.has-photo::after { display: none; }
  .fclh-card__mobile-media { display: block; width: 100%; aspect-ratio: 16 / 10; overflow: hidden; background: #202020; }
  .fclh-card__mobile-media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
  .fclh-card__body { padding: 24px; background: linear-gradient(145deg,#202020,#0f0f0f); }
  .fclh-card__num { display: inline-block; }

  .fclh-page-hero.has-image { padding: 0; background: #111 !important; }
  .fclh-page-hero.has-image::before { display: none; }
  .fclh-page-hero__mobile-media { display: block; width: 100%; height: clamp(220px, 58vw, 360px); overflow: hidden; background: #171717; }
  .fclh-page-hero__mobile-media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
  .fclh-page-hero.has-image > .fclh-container { padding-top: 42px; padding-bottom: 48px; }
  .fclh-split, .fclh-contact-grid { grid-template-columns: 1fr; gap: 34px; }
  .fclh-cta { padding: 34px 26px; }
  .fclh-cta__row { display: block; }
  .fclh-cta__actions { margin-top: 24px; }
}

@media (max-width: 620px) {
  .fclh-section { padding: 64px 0; }
  .fclh-services, .fclh-feature-list, .fclh-form, .fclh-footer__grid { grid-template-columns: 1fr; }
  .fclh-field--full { grid-column: auto; }
  .fclh-trust__grid { grid-template-columns: 1fr; }
  .fclh-trust__item { border-right: 0; border-bottom: 1px solid var(--fclh-line); }
  .fclh-trust__item:last-child { border-bottom: 0; }
  .fclh-hero__actions .fclh-btn { width: 100%; }
  .fclh-hero__services { line-height: 1.6; }
  .fclh-services { gap: 20px; }
  .fclh-card h3 { font-size: 1.6rem; }
  .fclh-card p { font-size: 1rem; }

  .fclh-footer__bottom { display: block; }
  .fclh-footer__bottom > * + * { margin-top: 10px; }
}

/* v1.0.6 — mobile hero: keep the limousine recognisable while blending the photo into the copy. */
@media (max-width: 782px) {
  .fclh-hero {
    min-height: 720px;
    align-items: stretch;
    background: #080808 !important;
  }

  /* Show the complete side profile instead of using a portrait-style cover crop. */
  .fclh-hero__mobile-media {
    inset: 0 0 auto 0;
    height: clamp(300px, 77vw, 390px);
    background: #080808;
  }
  .fclh-hero__mobile-media img {
    width: 100%;
    height: auto;
    min-height: 0;
    object-fit: contain;
    object-position: center top;
    transform: none;
    filter: brightness(.92) saturate(.94) contrast(1.02);
  }
  .fclh-hero__mobile-media::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
      linear-gradient(180deg,
        rgba(8,8,8,.08) 0%,
        rgba(8,8,8,.05) 47%,
        rgba(8,8,8,.34) 66%,
        rgba(8,8,8,.82) 86%,
        #080808 100%),
      linear-gradient(90deg,
        rgba(0,0,0,.18) 0%,
        rgba(0,0,0,0) 30%,
        rgba(0,0,0,0) 76%,
        rgba(0,0,0,.10) 100%);
  }

  /* Soft continuation into black: no visible image/card boundary. */
  .fclh-hero::before {
    z-index: 1;
    background: linear-gradient(180deg,
      rgba(8,8,8,0) 0%,
      rgba(8,8,8,0) 34%,
      rgba(8,8,8,.18) 44%,
      rgba(8,8,8,.88) 57%,
      #080808 68%,
      #080808 100%);
  }

  .fclh-hero__inner {
    position: relative;
    z-index: 2;
    padding-top: clamp(255px, 66vw, 325px);
    padding-bottom: 50px;
  }
  .fclh-hero h1 {
    font-size: clamp(2.45rem, 10.7vw, 3.65rem);
    line-height: .99;
    text-shadow: 0 2px 22px rgba(0,0,0,.5);
  }
  .fclh-hero .fclh-kicker,
  .fclh-hero__sub,
  .fclh-hero__services {
    text-shadow: 0 1px 16px rgba(0,0,0,.58);
  }
}



/* v1.0.7 — mobile hero: show the complete limousine photo, then let the copy
   melt gently into the lower edge instead of darkening the vehicle itself. */
@media (max-width: 782px) {
  .fclh-hero {
    display: block;
    min-height: 0;
    background: #080808 !important;
    overflow: hidden;
  }

  .fclh-hero.has-image { background-image: none !important; }

  /* Keep the full 4:3 photograph visible. No side-to-side dark mask. */
  .fclh-hero__mobile-media {
    display: block;
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #080808;
    z-index: 0;
  }
  .fclh-hero__mobile-media img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
    object-fit: contain;
    object-position: center;
    transform: none;
    filter: none;
  }

  /* Only fade the very bottom of the photo into the black copy area. */
  .fclh-hero__mobile-media::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 34%;
    pointer-events: none;
    background: linear-gradient(180deg,
      rgba(8,8,8,0) 0%,
      rgba(8,8,8,.05) 28%,
      rgba(8,8,8,.28) 58%,
      rgba(8,8,8,.78) 84%,
      #080808 100%);
  }

  /* Remove the old masks that were covering the front of the limousine. */
  .fclh-hero::before,
  .fclh-hero::after {
    display: none !important;
  }

  /* Pull the copy slightly upward so it feels embedded in the photo edge,
     while the actual vehicle remains completely visible. */
  .fclh-hero__inner {
    position: relative;
    z-index: 2;
    width: min(calc(100% - 40px), var(--fclh-max));
    margin: -82px auto 0;
    padding: 64px 0 48px;
  }
  .fclh-hero__inner::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -54px;
    bottom: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    background: linear-gradient(180deg,
      rgba(8,8,8,0) 0%,
      rgba(8,8,8,.48) 48px,
      #080808 112px,
      #080808 100%);
  }

  .fclh-hero h1 {
    font-size: clamp(2.45rem, 10.7vw, 3.65rem);
    line-height: .99;
    text-shadow: 0 2px 20px rgba(0,0,0,.5);
  }
  .fclh-hero .fclh-kicker,
  .fclh-hero__sub,
  .fclh-hero__services {
    text-shadow: 0 1px 14px rgba(0,0,0,.58);
  }
}


/* v1.0.8 — clean mobile hero composition.
   One image, one bottom fade, one copy layer. This deliberately overrides
   the earlier experimental mobile hero rules to avoid stacked gradients. */
@media (max-width: 782px) {
  .fclh-header {
    box-shadow: none;
    border-bottom: 0;
  }

  .fclh-hero,
  .fclh-hero.has-image {
    display: block !important;
    min-height: 0 !important;
    background: #080808 !important;
    background-image: none !important;
    isolation: auto !important;
    overflow: hidden !important;
  }

  .fclh-hero::before,
  .fclh-hero::after {
    content: none !important;
    display: none !important;
  }

  .fclh-hero__mobile-media {
    display: block !important;
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: hidden !important;
    z-index: 0 !important;
    background: #080808 !important;
    line-height: 0;
  }

  .fclh-hero__mobile-media img {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    object-fit: contain !important;
    object-position: center center !important;
    transform: none !important;
    filter: none !important;
  }

  /* Fade only the lowest part of the photo. The limousine itself remains clear. */
  .fclh-hero__mobile-media::after {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    bottom: 0 !important;
    height: 28% !important;
    pointer-events: none;
    background: linear-gradient(
      180deg,
      rgba(8,8,8,0) 0%,
      rgba(8,8,8,.08) 34%,
      rgba(8,8,8,.34) 66%,
      rgba(8,8,8,.78) 88%,
      #080808 100%
    ) !important;
  }

  /* The copy begins just below the car and blends into the photo's lower edge. */
  .fclh-hero__inner {
    position: relative !important;
    z-index: 2 !important;
    width: min(calc(100% - 40px), var(--fclh-max)) !important;
    margin: -42px auto 0 !important;
    padding: 58px 0 48px !important;
    background: transparent !important;
  }

  .fclh-hero__inner::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -42px;
    left: -20px;
    right: -20px;
    bottom: 0;
    pointer-events: none;
    background: linear-gradient(
      180deg,
      rgba(8,8,8,0) 0%,
      rgba(8,8,8,.28) 34px,
      rgba(8,8,8,.78) 72px,
      #080808 116px,
      #080808 100%
    );
  }

  .fclh-hero h1 {
    font-size: clamp(2.45rem, 10.7vw, 3.65rem) !important;
    line-height: .99 !important;
    text-shadow: none !important;
  }

  .fclh-hero .fclh-kicker,
  .fclh-hero__sub,
  .fclh-hero__services {
    text-shadow: none !important;
  }
}

/* v1.0.12 — real 5-star Google review cards supplied from the current profile. */
/* v1.0.13 — removed the redundant hero review badge and simplified/fixed the reviews CTA. */
.fclh-reviews-section { background: #fff; }
.fclh-reviews-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 30px;
}
.fclh-reviews-cta {
  background: var(--fclh-red) !important;
  border-color: var(--fclh-red) !important;
  color: #fff !important;
}
.fclh-reviews-cta:hover,
.fclh-reviews-cta:focus,
.fclh-reviews-cta:active {
  background: var(--fclh-red-dark) !important;
  border-color: var(--fclh-red-dark) !important;
  color: #fff !important;
}
.fclh-reviews-top-link { flex: 0 0 auto; }
.fclh-review-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
}
.fclh-review-card {
  flex: 1 1 calc(33.333% - 22px);
  max-width: calc(33.333% - 15px);
  min-width: 280px;
  margin: 0;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--fclh-line);
  border-radius: 18px;
  box-shadow: 0 14px 38px rgba(0,0,0,.07);
}
.fclh-review-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}
.fclh-google-mark {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #dadce0;
  color: #4285f4;
  font: 700 1.15rem/1 Arial, sans-serif;
  box-shadow: 0 2px 8px rgba(0,0,0,.08);
}
.fclh-review-card__stars {
  color: #fbbc04;
  letter-spacing: 1px;
  font-size: 1rem;
  line-height: 1;
  white-space: nowrap;
}
.fclh-review-card blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  color: #2c2c2c;
  font-size: .98rem;
  line-height: 1.65;
}
.fclh-review-card__name {
  margin: 22px 0 2px;
  color: var(--fclh-ink);
  font-weight: 800;
}
.fclh-review-card__source {
  margin: 0;
  color: var(--fclh-muted);
  font-size: .82rem;
}
.fclh-reviews-bottom-link {
  display: none;
  margin-top: 28px;
  text-align: center;
}
@media (max-width: 980px) {
  .fclh-review-card {
    flex-basis: calc(50% - 22px);
    max-width: calc(50% - 11px);
  }
}
@media (max-width: 782px) {
  .fclh-reviews-head {
    display: block;
    margin-bottom: 24px;
  }
  .fclh-reviews-top-link { display: none; }
  .fclh-review-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .fclh-review-card {
    width: 100%;
    max-width: none;
    min-width: 0;
    padding: 20px;
  }
  .fclh-reviews-bottom-link { display: block; }
  .fclh-reviews-bottom-link .fclh-btn { width: 100%; }
}


/* v1.0.14 — cleaner service cards and softer image treatment on service pages. */
.fclh-card { background-image: none !important; }
.fclh-card__bg {
  position: absolute;
  inset: -10px;
  background-size: cover;
  background-position: center;
  filter: blur(4px) saturate(.92) brightness(.76);
  transform: scale(1.05);
  z-index: 0;
}
.fclh-card::before { z-index: 1; }
.fclh-card.has-photo::after { z-index: 2; }
.fclh-card__body { z-index: 3; }
.fclh-card__num { display: none !important; }
.fclh-card h3 { margin-top: 0; }

.fclh-page-hero { isolation: isolate; }
.fclh-page-hero__bg { display: none; }
.fclh-page-hero.has-image { background-image: none !important; background-color: #111; }
.fclh-page-hero.has-image .fclh-page-hero__bg {
  display: block;
  position: absolute;
  inset: -14px;
  background-size: cover;
  background-position: center;
  filter: blur(6px) saturate(.94) brightness(.74);
  transform: scale(1.04);
  z-index: 0;
}
.fclh-page-hero.has-image::before {
  z-index: 1;
  background: linear-gradient(90deg, rgba(0,0,0,.84) 0%, rgba(0,0,0,.68) 48%, rgba(0,0,0,.34) 100%);
}
.fclh-page-hero > .fclh-container { z-index: 2; }

@media (max-width: 782px) {
  .fclh-card__bg,
  .fclh-page-hero__bg { display: none !important; }
}


/* v1.0.15 — keep service photography clearly visible; only a very soft blur. */
.fclh-card__bg {
  filter: blur(1.5px) saturate(.98) brightness(.96) !important;
  transform: scale(1.02) !important;
}
.fclh-card::before {
  background: linear-gradient(180deg, rgba(0,0,0,.02) 0%, rgba(0,0,0,.14) 38%, rgba(0,0,0,.68) 100%) !important;
}
.fclh-card.has-photo::after {
  background: linear-gradient(120deg, rgba(179,27,27,.035), transparent 48%) !important;
}
.fclh-page-hero.has-image .fclh-page-hero__bg {
  filter: blur(2px) saturate(.98) brightness(.98) !important;
  transform: scale(1.02) !important;
}
.fclh-page-hero.has-image::before {
  background: linear-gradient(90deg, rgba(0,0,0,.56) 0%, rgba(0,0,0,.36) 48%, rgba(0,0,0,.12) 100%) !important;
}

/* v1.0.16 — release version corrected; asset cache busting handled in functions.php. */


/* v1.0.17 — desktop service photography restored to a crisp treatment.
   Mobile keeps the existing layout that already looks good. */
@media (min-width: 783px) {
  .fclh-card__bg {
    inset: 0 !important;
    filter: none !important;
    transform: none !important;
    background-size: cover !important;
    background-position: center !important;
  }
  .fclh-card::before {
    background: linear-gradient(180deg, rgba(0,0,0,.08) 0%, rgba(0,0,0,.34) 36%, rgba(0,0,0,.92) 100%) !important;
  }
  .fclh-card.has-photo::after {
    background: linear-gradient(120deg, rgba(179,27,27,.08), transparent 45%) !important;
  }

  .fclh-page-hero.has-image .fclh-page-hero__bg {
    inset: 0 !important;
    filter: none !important;
    transform: none !important;
    background-size: cover !important;
    background-position: center !important;
  }
  .fclh-page-hero.has-image::before {
    background: linear-gradient(90deg, rgba(0,0,0,.76) 0%, rgba(0,0,0,.56) 48%, rgba(0,0,0,.22) 100%) !important;
  }
}


/* v1.0.18 bundled logo */
.fclh-brand .custom-logo--bundled {
  display:block;
  max-height:56px;
  width:auto;
}
@media (max-width: 782px) {
  .fclh-brand .custom-logo--bundled {
    max-height:46px;
  }
}


/* v1.0.19 — force the same bundled logo on desktop and mobile. */
.fclh-brand { min-width: 0; }
.fclh-brand .fclh-site-logo {
  display: block !important;
  width: auto !important;
  height: 54px !important;
  max-width: 220px !important;
  object-fit: contain;
}
@media (max-width: 840px) {
  .fclh-brand .fclh-site-logo {
    display: block !important;
    width: 150px !important;
    height: auto !important;
    max-width: 150px !important;
  }
  .fclh-brand__text { display: none !important; }
}


/* v1.0.20 — clean mobile hamburger menu button. */
@media (max-width: 782px) {
  .fclh-menu-toggle {
    position: relative;
    display: inline-block !important;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    margin-left: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #fff;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
  }

  .fclh-menu-toggle span,
  .fclh-menu-toggle::before,
  .fclh-menu-toggle::after {
    content: "";
    position: absolute;
    left: 9px;
    width: 22px;
    height: 2px;
    margin: 0;
    border-radius: 2px;
    background: currentColor;
    transition: transform .2s ease, top .2s ease, opacity .15s ease;
  }

  .fclh-menu-toggle::before { top: 12px; }
  .fclh-menu-toggle span { top: 19px; }
  .fclh-menu-toggle::after { top: 26px; }

  .fclh-menu-toggle[aria-expanded="true"]::before {
    top: 19px;
    transform: rotate(45deg);
  }
  .fclh-menu-toggle[aria-expanded="true"] span { opacity: 0; }
  .fclh-menu-toggle[aria-expanded="true"]::after {
    top: 19px;
    transform: rotate(-45deg);
  }

  .fclh-menu-toggle:focus-visible {
    outline: 2px solid rgba(255,255,255,.8);
    outline-offset: 2px;
  }
}
