:root {
    --gold: #c9a227;
    --gold-soft: #e3c56b;
    --black: #0b0b0b;
    --bg: #111111;
    --panel: #171717;
    --panel-light: #202020;
    --ivory: #f5f1e8;
    --ivory-soft: #fbf8f0;
    --ink: #141414;
    --ink-muted: #5f5a50;
    --text: #ffffff;
    --muted: #b9b9b9;
    --line: rgba(201, 162, 39, .22);
    --shadow: 0 24px 80px rgba(0, 0, 0, .38);
    --font-display: 'Cormorant Garamond', serif;
    --font-body: 'Montserrat', sans-serif;
}

* {
    box-sizing: border-box;
}

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

body {
    margin: 0;
    color: var(--text);
    background: var(--bg);
    font-family: var(--font-body);
    line-height: 1.7;
    overflow-x: hidden;
}

body::selection {
    color: var(--black);
    background: var(--gold);
}

.fadeInUp {
    animation-name: fadeInUp;
}

.fadeInDown {
    animation-name: fadeInDown;
}

a {
    color: inherit;
    text-decoration: none;
    transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease;
}

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

.skip-link {
    position: absolute;
    top: -60px;
    left: 20px;
    z-index: 9999;
    padding: 10px 18px;
    color: var(--black);
    background: var(--gold);
}

.skip-link:focus {
    top: 20px;
}

.section {
    padding: 112px 0;
    position: relative;
}

.section-light {
    color: var(--ink);
    background: var(--ivory);
}

.section-light h2,
.section-light h3,
.section-light h4 {
    color: var(--ink);
}

.section-light p {
    color: var(--ink-muted);
}

.section-light .section-kicker {
    color: #9b7618;
}

.section-light .premium-card,
.section-light .service-card,
.section-light .fleet-card,
.section-light .testimonial-card,
.section-light .blog-card,
.section-light .booking-form,
.section-light .process-step,
.section-light .contact-panel {
    background: rgba(255, 255, 255, .82);
    border-color: rgba(20, 20, 20, .09);
    box-shadow: 0 22px 60px rgba(54, 42, 18, .1);
}

.section-light .premium-card:hover,
.section-light .service-card:hover,
.section-light .fleet-card:hover,
.section-light .testimonial-card:hover,
.section-light .blog-card:hover,
.section-light .process-step:hover {
    border-color: rgba(201, 162, 39, .42);
    box-shadow: 0 28px 70px rgba(54, 42, 18, .16);
}

.section-light .btn-outline-gold {
    color: var(--ink);
    background: rgba(255, 255, 255, .46);
}

.section-light .fleet-meta span,
.section-light .reviewer span {
    color: var(--ink-muted);
}

.section-light .booking-form label {
    color: var(--ink);
}

.section-light .booking-form input,
.section-light .booking-form select,
.section-light .booking-form textarea {
    color: var(--ink);
    background: var(--ivory-soft);
    border-color: rgba(20, 20, 20, .14);
}

.section-kicker {
    margin: 0 0 14px;
    color: var(--gold-soft);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .18rem;
    text-transform: uppercase;
}

h1,
h2,
h3,
h4 {
    margin: 0;
    font-family: var(--font-display);
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: 0;
}

h1 {
    max-width: 920px;
    font-size: clamp(3.6rem, 8vw, 7.6rem);
}

h2 {
    font-size: clamp(2.4rem, 4.5vw, 4.4rem);
}

h3 {
    font-size: 1.65rem;
}

p {
    color: var(--muted);
}

.btn {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 3px;
    padding: 13px 27px;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .06rem;
    text-transform: uppercase;
    border: 1px solid transparent;
    box-shadow: none;
}

.btn:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 2px solid var(--gold);
    outline-offset: 3px;
}

.btn-gold {
    color: var(--black);
    background: linear-gradient(135deg, var(--gold-soft), var(--gold));
    border-color: rgba(255, 255, 255, .16);
    box-shadow: 0 14px 35px rgba(201, 162, 39, .18);
}

.btn-gold:hover {
    color: var(--black);
    transform: translateY(-3px);
    box-shadow: 0 18px 44px rgba(201, 162, 39, .28);
}

.btn-outline-gold {
    color: var(--text);
    border-color: rgba(201, 162, 39, .58);
    background: rgba(255, 255, 255, .03);
}

.btn-outline-gold:hover {
    color: var(--black);
    border-color: var(--gold);
    transform: translateY(-3px);
    background: rgba(201, 162, 39, .08);
}

.hero-section .btn-outline-gold:hover,
.subpage-hero .btn-outline-gold:hover,
.car-detail-hero .btn-outline-gold:hover {
    color: var(--gold-soft);
}

.btn-sm {
    min-height: 42px;
    padding: 10px 18px;
    font-size: .75rem;
}

.rich-text h2,
.rich-text h3,
.rich-text p,
.rich-text ul,
.rich-text ol {
    margin: 0 0 12px;
}

.rich-text h2,
.rich-text h3 {
    font-family: var(--font-display);
    font-weight: 700;
    line-height: 1.12;
}

.rich-text h2 {
    font-size: 1.55rem;
}

.rich-text h3 {
    font-size: 1.25rem;
}

.rich-text p {
    color: inherit;
}

.rich-text ul,
.rich-text ol {
    padding-left: 1.2rem;
}

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

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

button.is-processing,
input[type="submit"].is-processing,
button[type="submit"]:disabled {
    cursor: wait;
    opacity: .72;
}

.luxury-navbar {
    padding: 14px 0;
    background: rgba(11, 11, 11, .98);
    border-bottom: 1px solid rgba(201, 162, 39, .16);
    box-shadow: 0 14px 34px rgba(0, 0, 0, .24);
    backdrop-filter: blur(14px);
    transition: padding .25s ease, background .25s ease, border-color .25s ease, backdrop-filter .25s ease;
}

.luxury-navbar.is-scrolled,
.luxury-navbar .navbar-collapse.show {
    padding: 12px 0;
    background: rgba(11, 11, 11, .96);
    border-bottom-color: rgba(201, 162, 39, .16);
    backdrop-filter: blur(14px);
}

.navbar-brand,
.footer-logo {
    display: inline-flex;
    align-items: center;
    color: var(--text);
}

.navbar-brand img,
.footer-logo img {
    display: block;
    width: auto;
    height: 58px;
    max-width: 220px;
    object-fit: contain;
}

.footer-logo img {
    height: 64px;
}

.navbar-nav {
    gap: 4px;
}

.nav-link {
    color: rgba(255, 255, 255, .78);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .08rem;
    text-transform: uppercase;
}

.nav-link:hover,
.nav-link:focus {
    color: var(--gold-soft);
}

.btn-nav {
    min-height: 44px;
    padding: 10px 19px;
}

.navbar-toggler {
    border-color: rgba(201, 162, 39, .45);
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 .16rem rgba(201, 162, 39, .18);
}

.navbar-toggler-icon {
    filter: invert(1);
}

.hero-section {
    min-height: calc(100vh - 92px);
    margin-top: 92px;
    padding-top: 24px;
    padding-bottom: 54px;
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.hero-video,
.hero-poster {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -3;
}

.hero-poster {
    background: var(--home-hero-image, url('../images/luxury-chauffeur-hero.png')) center / cover no-repeat;
    transform: scale(1.04);
    animation: heroFloat 16s ease-in-out infinite alternate;
}

.hero-video:not([src]) + .hero-poster {
    display: block;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(11, 11, 11, .94) 0%, rgba(11, 11, 11, .78) 38%, rgba(11, 11, 11, .28) 72%, rgba(11, 11, 11, .72) 100%),
        linear-gradient(180deg, rgba(11, 11, 11, .22), rgba(11, 11, 11, .96));
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-lead {
    max-width: 780px;
    margin: 26px 0 0;
    color: rgba(255, 255, 255, .82);
    font-size: clamp(1rem, 1.5vw, 1.25rem);
}

.coverage-note {
    display: inline-flex;
    max-width: 760px;
    margin: 20px 0 0;
    padding: 10px 14px;
    color: var(--gold-soft);
    background: rgba(11, 11, 11, .34);
    border: 1px solid rgba(201, 162, 39, .28);
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .04rem;
    text-transform: uppercase;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 36px;
}

.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 4;
    width: 28px;
    height: 46px;
    border: 1px solid rgba(201, 162, 39, .55);
    border-radius: 20px;
    transform: translateX(-50%);
}

.scroll-indicator span {
    position: absolute;
    top: 9px;
    left: 50%;
    width: 4px;
    height: 8px;
    border-radius: 8px;
    background: var(--gold);
    transform: translateX(-50%);
    animation: scrollDot 1.5s ease-in-out infinite;
}

.trust-strip {
    padding: 34px 0;
    background: #0e0e0e;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 12px;
}

.trust-grid div {
    min-height: 86px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .08);
}

.trust-grid i,
.feature-card i,
.why-item i {
    color: var(--gold-soft);
    font-size: 1.45rem;
}

.trust-grid span {
    color: rgba(255, 255, 255, .74);
    font-size: .74rem;
    font-weight: 700;
    letter-spacing: .05rem;
    text-transform: uppercase;
}

.feature-section {
    background:
        radial-gradient(circle at 20% 0%, rgba(201, 162, 39, .12), transparent 30%),
        var(--ivory);
}

.premium-card,
.service-card,
.fleet-card,
.testimonial-card,
.blog-card,
.booking-form {
    background: linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .025));
    border: 1px solid rgba(255, 255, 255, .09);
    box-shadow: 0 18px 55px rgba(0, 0, 0, .22);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.premium-card:hover,
.service-card:hover,
.fleet-card:hover,
.testimonial-card:hover,
.blog-card:hover {
    transform: translateY(-8px);
    border-color: rgba(201, 162, 39, .45);
    box-shadow: var(--shadow);
}

.feature-card {
    min-height: 290px;
    padding: 40px;
}

.feature-card h2 {
    margin-top: 24px;
    font-size: 2.25rem;
}

.feature-card p {
    margin: 18px 0 0;
}

.welcome-section {
    background: #0f0f0f;
}

.image-frame {
    position: relative;
    padding: 16px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, .03);
}

.image-frame::before {
    content: "";
    position: absolute;
    inset: 34px -14px -14px 34px;
    z-index: -1;
    border: 1px solid rgba(201, 162, 39, .2);
}

.image-frame img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

.section-copy p:not(.section-kicker) {
    margin: 24px 0 32px;
    max-width: 620px;
}

.section-copy .rich-text {
    margin: 24px 0 32px;
    max-width: 620px;
}

.section-heading {
    max-width: 760px;
    margin-bottom: 50px;
}

.section-heading.text-center {
    margin-left: auto;
    margin-right: auto;
}

.service-card {
    height: 100%;
    overflow: hidden;
}

.service-icon-avatar {
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    margin-bottom: 24px;
    color: var(--black);
    background: linear-gradient(135deg, var(--gold-soft), var(--gold));
    border: 1px solid rgba(255, 255, 255, .16);
    box-shadow: 0 14px 32px rgba(0, 0, 0, .24);
}

.service-icon-avatar i {
    font-size: 2.15rem;
    line-height: 1;
}

.section-light .service-icon-avatar {
    box-shadow: 0 14px 32px rgba(54, 42, 18, .16);
}

.service-image {
    position: relative;
    overflow: hidden;
}

.service-image img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    transition: transform .45s ease;
}

.service-card:hover .service-image img,
.fleet-card:hover img,
.gallery-grid img:hover {
    transform: scale(1.055);
}

.service-image i {
    position: absolute;
    right: 22px;
    bottom: -24px;
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    color: var(--black);
    background: linear-gradient(135deg, var(--gold-soft), var(--gold));
    border-radius: 50%;
    font-size: 1.2rem;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .34);
}

.service-body,
.fleet-body {
    padding: 34px;
}

.service-body h3,
.fleet-body h3,
.blog-card h3 {
    margin-bottom: 14px;
}

.service-body a,
.blog-card a,
.footer-top a {
    color: var(--gold-soft);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .05rem;
    text-transform: uppercase;
}

.service-body a:hover,
.blog-card a:hover,
.footer-top a:hover {
    color: var(--text);
}

.section-light a:not(.btn):hover,
.section-light .premium-card a:not(.btn):hover,
.section-light .service-card a:not(.btn):hover,
.section-light .fleet-card a:not(.btn):hover,
.section-light .blog-card a:not(.btn):hover,
.section-light .testimonial-card a:not(.btn):hover,
.section-light .contact-panel a:not(.btn):hover {
    color: var(--black);
}

.luxury-cta {
    background:
        linear-gradient(rgba(11, 11, 11, .7), rgba(11, 11, 11, .9)),
        url('../images/luxury-chauffeur-hero.png') center / cover fixed;
}

.luxury-cta .btn-outline-gold:hover {
    color: var(--gold-soft);
}

.final-cta .btn-outline-gold:hover {
    color: var(--gold-soft);
}

.cta-panel,
.final-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
    padding: 54px;
    border: 1px solid rgba(201, 162, 39, .28);
    background: rgba(11, 11, 11, .78);
    backdrop-filter: blur(8px);
}

.cta-panel h2,
.final-cta-inner h2 {
    font-size: clamp(2.4rem, 4vw, 4.7rem);
}

.cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.fleet-slider-shell {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 8px 0 24px;
}

.fleet-slider-shell::before,
.fleet-slider-shell::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 76px;
    pointer-events: none;
}

.fleet-slider-shell::before {
    left: 0;
    background: linear-gradient(90deg, var(--ivory), rgba(245, 241, 232, 0));
}

.fleet-slider-shell::after {
    right: 0;
    background: linear-gradient(270deg, var(--ivory), rgba(245, 241, 232, 0));
}

.fleet-slider {
    display: flex;
    flex-wrap: nowrap;
    gap: 22px;
    width: max-content;
    animation: fleetMarquee 58s linear infinite;
    will-change: transform;
}

.fleet-slider-shell:hover .fleet-slider,
.fleet-slider-shell:focus-within .fleet-slider {
    animation-play-state: paused;
}

.fleet-slider.is-manual {
    animation: none;
    transition: transform .38s ease;
}

.fleet-slider-nav {
    position: absolute;
    top: 50%;
    z-index: 4;
    display: inline-grid;
    place-items: center;
    width: 46px;
    height: 54px;
    color: var(--black);
    background: rgba(227, 197, 107, .94);
    border: 0;
    transform: translateY(-50%);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .18);
}

.fleet-slider-nav:hover,
.fleet-slider-nav:focus {
    background: var(--gold-soft);
}

.fleet-slider-prev {
    left: 8px;
}

.fleet-slider-next {
    right: 8px;
}

@keyframes fleetMarquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - 11px));
    }
}

.fleet-card {
    width: clamp(280px, 28vw, 380px);
    flex: 0 0 auto;
    overflow: hidden;
}

.fleet-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform .45s ease;
}

.fleet-body p {
    min-height: 96px;
}

.fleet-meta {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin: 20px 0 24px;
}

.fleet-meta span {
    color: rgba(255, 255, 255, .82);
    font-size: .78rem;
    font-weight: 700;
}

.section-light .fleet-meta span {
    color: var(--muted);
}

.fleet-meta i {
    margin-right: 8px;
    color: var(--gold);
}

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

.fleet-page-grid .fleet-card {
    min-width: 0;
}

.fleet-card-actions,
.detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.detail-copy .rich-text {
    margin-bottom: 24px;
}

.detail-copy-full {
    max-width: 960px;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
}

.why-item {
    min-height: 164px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 24px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .035);
}

.why-item h3 {
    font-size: 1.25rem;
}

.counter-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 40px;
}

.counter-row div {
    padding: 32px;
    text-align: center;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.counter-row strong {
    display: block;
    color: var(--gold-soft);
    font-family: var(--font-display);
    font-size: 3.1rem;
    line-height: 1;
}

.counter-row span {
    color: rgba(255, 255, 255, .72);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .06rem;
    text-transform: uppercase;
}

.section-light .counter-row span {
    color: var(--ink);
}

.testimonial-viewport {
    overflow: hidden;
}

.testimonial-track {
    display: flex;
    transition: transform .45s ease;
}

.testimonial-card {
    min-width: 100%;
    padding: 44px;
}

.stars {
    color: var(--gold-soft);
    margin-bottom: 20px;
}

.testimonial-card p {
    max-width: 940px;
    color: inherit;
    font-family: var(--font-display);
    font-size: clamp(1.7rem, 3vw, 3rem);
    line-height: 1.18;
}

.reviewer {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 28px;
}

.reviewer img {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--gold);
}

.reviewer strong,
.reviewer span {
    display: block;
}

.reviewer span {
    color: var(--muted);
    font-size: .86rem;
}

.testimonial-dots {
    display: flex;
    gap: 9px;
    margin-top: 24px;
}

.testimonial-dots button {
    width: 34px;
    height: 4px;
    padding: 0;
    border: 0;
    background: rgba(255, 255, 255, .22);
}

.testimonial-dots button.active {
    background: var(--gold);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.gallery-lightbox-item {
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    cursor: zoom-in;
    background: transparent;
    border: 0;
}

.gallery-grid img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform .45s ease;
    border: 1px solid rgba(255, 255, 255, .08);
}

.blog-card {
    min-height: 260px;
    padding: 34px;
}

.blog-card span {
    display: block;
    margin-bottom: 34px;
    color: var(--gold-soft);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .06rem;
    text-transform: uppercase;
}

.final-cta {
    padding: 112px 0;
    background:
        linear-gradient(90deg, rgba(11, 11, 11, .94), rgba(11, 11, 11, .65)),
        url('../images/luxury-chauffeur-hero.png') center / cover;
}

.site-footer {
    padding: 78px 0 0;
    background: var(--black);
    border-top: 1px solid var(--line);
}

.footer-top {
    display: grid;
    grid-template-columns: 1.35fr .7fr 1.25fr 1.25fr;
    gap: 34px;
}

.footer-brand p {
    margin-top: 22px;
    max-width: 360px;
}

.footer-top h3 {
    margin-bottom: 22px;
    font-size: 1.35rem;
}

.footer-top ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-top li {
    margin-bottom: 12px;
    color: var(--muted);
}

.footer-contact i {
    width: 24px;
    color: var(--gold);
}

.social-links {
    display: flex;
    gap: 10px;
}

.social-links a {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(201, 162, 39, .35);
    color: var(--gold-soft);
}

.social-links a:hover {
    color: var(--black);
    background: var(--gold);
}

.newsletter-form {
    display: flex;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .04);
}

.newsletter-form input,
.booking-form input,
.booking-form select,
.booking-form textarea {
    width: 100%;
    color: var(--text);
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .12);
}

.newsletter-form input {
    min-width: 0;
    border: 0;
    padding: 15px;
}

.newsletter-form button {
    width: 52px;
    border: 0;
    color: var(--black);
    background: var(--gold);
}

.footer-bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin-top: 56px;
    padding: 26px 0;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.footer-bottom p {
    margin: 0;
}

.footer-credit {
    text-align: center;
}

.footer-bottom a {
    color: var(--gold-soft);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .06rem;
    text-transform: uppercase;
}

.footer-bottom a:hover {
    color: var(--text);
}

.subpage-hero,
.car-detail-hero {
    min-height: 58vh;
    margin-top: 92px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 150px 0 90px;
    overflow: hidden;
    background: var(--black);
}

.booking-hero {
    background:
        linear-gradient(90deg, rgba(11, 11, 11, .95), rgba(11, 11, 11, .54)),
        var(--page-hero-image, url('../images/luxury-chauffeur-hero.png')) center / cover;
}

.page-hero-about,
.page-hero-services,
.page-hero-fleet,
.page-hero-gallery,
.page-hero-blog,
.page-hero-contact {
    background:
        linear-gradient(90deg, rgba(11, 11, 11, .95), rgba(11, 11, 11, .5)),
        var(--page-hero-image, url('../images/luxury-chauffeur-hero.png')) center / cover;
}

.subpage-hero h1,
.car-detail-hero h1 {
    font-size: clamp(3rem, 7vw, 6.5rem);
}

.subpage-hero p:not(.section-kicker),
.subpage-hero .rich-text,
.car-detail-hero p:not(.section-kicker),
.car-detail-hero .rich-text {
    max-width: 760px;
    color: rgba(255, 255, 255, .82);
}

.booking-section {
    background: #101010;
}

.booking-section.section-light {
    background: var(--ivory);
}

.booking-form {
    padding: 42px;
}

.booking-form label {
    display: block;
    margin-bottom: 9px;
    color: rgba(255, 255, 255, .8);
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .05rem;
    text-transform: uppercase;
}

.form-help {
    display: block;
    margin: -2px 0 10px;
    color: var(--muted);
    font-size: .82rem;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
    min-height: 52px;
    padding: 13px 15px;
    border-radius: 0;
}

.booking-form textarea {
    resize: vertical;
}

.booking-form option {
    color: var(--black);
}

.values-section,
.process-section {
    background: #0f0f0f;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.process-step {
    padding: 36px;
    border: 1px solid rgba(255, 255, 255, .09);
    background: rgba(255, 255, 255, .04);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.process-step:hover {
    transform: translateY(-8px);
}

.process-step span {
    display: inline-flex;
    margin-bottom: 28px;
    color: var(--gold-soft);
    font-family: var(--font-display);
    font-size: 3rem;
    line-height: 1;
}

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

.gallery-tile {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    text-align: inherit;
    overflow: hidden;
    cursor: zoom-in;
    border: 1px solid rgba(20, 20, 20, .1);
    background: #fff;
}

.gallery-tile img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    transition: transform .45s ease, filter .45s ease;
}

.gallery-tile:nth-child(4n + 1) {
    grid-row: span 2;
}

.gallery-tile:nth-child(4n + 1) img {
    height: 658px;
}

.gallery-tile span {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: var(--black);
    background: rgba(201, 162, 39, .72);
    opacity: 0;
    transition: opacity .25s ease;
}

.gallery-tile:hover img {
    transform: scale(1.06);
    filter: saturate(.8);
}

.gallery-tile:hover span {
    opacity: 1;
}

.blog-card-page {
    min-height: 360px;
}

.blog-card-page p {
    margin-bottom: 30px;
}

.contact-panel {
    height: 100%;
    padding: 42px;
    border: 1px solid rgba(20, 20, 20, .09);
}

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

.contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    color: var(--ink-muted);
}

.contact-list i {
    margin-top: 4px;
    color: #9b7618;
}

.contact-list a {
    color: var(--ink);
    font-weight: 700;
}

.car-detail-hero img {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.car-detail-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(11, 11, 11, .95), rgba(11, 11, 11, .45));
}

.car-detail-hero .container {
    position: relative;
    z-index: 2;
}

.spec-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid rgba(255, 255, 255, .1);
}

.spec-grid div {
    display: grid;
    place-items: center;
    gap: 8px;
    padding: 32px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.spec-grid div:last-child {
    border-right: 0;
}

.spec-grid i {
    color: var(--gold-soft);
}

.spec-grid strong {
    color: var(--text);
    font-family: var(--font-display);
    font-size: 2rem;
}

.spec-grid span {
    color: var(--muted);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .06rem;
    text-transform: uppercase;
}

.detail-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

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

.detail-gallery img {
    height: 390px;
    width: 100%;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, .09);
}

.luxury-lightbox .modal-dialog {
    max-width: min(1120px, calc(100vw - 32px));
}

.luxury-lightbox .modal-content {
    position: relative;
    padding: 12px;
    background: #0b0b0b;
    border: 1px solid rgba(201, 162, 39, .34);
    border-radius: 0;
    box-shadow: 0 34px 100px rgba(0, 0, 0, .55);
}

.luxury-lightbox img {
    display: block;
    width: 100%;
    max-height: calc(100vh - 120px);
    object-fit: contain;
    background: #0b0b0b;
}

.lightbox-close {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    color: var(--black);
    background: var(--gold-soft);
    border: 0;
}

.lightbox-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: inline-grid;
    place-items: center;
    width: 48px;
    height: 58px;
    color: var(--black);
    background: rgba(227, 197, 107, .92);
    border: 0;
    transform: translateY(-50%);
}

.lightbox-prev {
    left: 18px;
}

.lightbox-next {
    right: 18px;
}

.lightbox-arrow:hover,
.lightbox-arrow:focus {
    background: var(--gold-soft);
}

.feature-list {
    display: grid;
    gap: 14px;
    padding: 0;
    margin: 28px 0 32px;
    list-style: none;
}

.feature-list li {
    color: rgba(255, 255, 255, .82);
}

.feature-list i {
    margin-right: 10px;
    color: var(--gold);
}

@keyframes heroFloat {
    from {
        transform: scale(1.04) translateY(0);
    }

    to {
        transform: scale(1.08) translateY(-12px);
    }
}

@keyframes scrollDot {
    0% {
        opacity: 0;
        transform: translate(-50%, 0);
    }

    35% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translate(-50%, 16px);
    }
}
