@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=Inter:wght@300;400;500;600;700&display=swap');

:root {
    --bg: #F4EFE6;
    --bg-alt: #EDEAE3;
    --gold: #BFA475;
    --gold-light: #D4BC8A;
    --gold-dark: #9a7d56;
    --text: #1C1C1C;
    --text-mid: #4a4a4a;
    --text-light: rgba(28, 28, 28, 0.62);
    --border: rgba(191, 164, 117, 0.30);
    --border-grey: rgba(0, 0, 0, 0.10);
    --card-bg: #ffffff;
    --shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    --shadow-lg: 0 12px 48px rgba(0, 0, 0, 0.14);
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

p, span, div, a {
    font-weight: 400;
}

body {
    font-family: 'Inter', sans-serif;
    background: var(--bg);
    color: var(--text);
    overflow-x: hidden;
    font-weight: 300;
    letter-spacing: 0.01em;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
}

/* NAV */

nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 18px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    border-bottom: 1px solid transparent;
    transition: all 0.5s ease;
}

nav.scrolled {
    background: rgba(244, 239, 230, 0.97);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

body.nav-solid nav {
    background: rgba(244, 239, 230, 0.99) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08) !important;
}

.nav-logo {
    font-family: 'Cormorant Garamond', serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: var(--gold);
    text-decoration: none;
    transition: color 0.3s;
}

.nav-logo span {
    color: rgba(255, 255, 255, 0.9);
    transition: color 0.3s;
}

nav.scrolled .nav-logo span,
body.nav-solid .nav-logo span {
    color: var(--text);
}

.nav-links {
    display: flex;
    gap: 36px;
    align-items: center;
}

.nav-links a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 400;
    transition: color 0.3s;
    cursor: pointer;
    position: relative;
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--gold);
    transition: width 0.3s ease;
}

.nav-links a:hover::after {
    width: 100%;
}

.nav-links a:hover {
    color: var(--gold);
}

nav.scrolled .nav-links a,
body.nav-solid .nav-links a {
    color: rgba(28, 28, 28, 0.75);
}

nav.scrolled .nav-links a:hover,
body.nav-solid .nav-links a:hover {
    color: var(--gold);
}

.nav-book-btn {
    background: linear-gradient(135deg, var(--gold), var(--gold-light)) !important;
    color: #0A0A0A !important;
    padding: 10px 28px;
    font-weight: 600 !important;
    font-size: 10px !important;
    letter-spacing: 0.22em !important;
    transition: all 0.4s ease !important;
}

.nav-book-btn::after {
    display: none !important;
}

.nav-book-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(191, 164, 117, 0.25) !important;
    color: #0A0A0A !important;
}

nav.scrolled .nav-book-btn,
body.nav-solid .nav-book-btn {
    color: #0A0A0A !important;
}

.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 5px;
}

.hamburger span {
    display: block;
    width: 24px;
    height: 1px;
    background: rgba(255, 255, 255, 0.9);
    transition: all 0.3s;
}

nav.scrolled .hamburger span,
body.nav-solid .hamburger span {
    background: var(--text);
}

.mobile-menu {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 999;
    background: rgba(244, 239, 230, 0.99);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
}

.mobile-menu.open {
    display: flex;
}

.mobile-menu a {
    color: var(--text);
    text-decoration: none;
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 0.08em;
    padding: 14px 0;
    transition: color 0.2s;
    cursor: pointer;
}

.mobile-menu a:hover {
    color: var(--gold);
}

.mobile-menu-divider {
    width: 48px;
    height: 1px;
    background: rgba(191, 164, 117, 0.3);
    margin: 16px 0;
}

.mobile-menu-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.mobile-menu-contact a {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}

.mobile-menu-book {
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    color: #0A0A0A !important;
    padding: 14px 48px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 11px !important;
    letter-spacing: 0.22em !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    border-radius: 0;
}

.close-menu {
    position: absolute;
    top: 24px;
    right: 40px;
    font-size: 28px;
    cursor: pointer;
    color: var(--text);
    background: none;
    border: none;
}

/* HERO */

.hero {
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 0 48px 90px;
    overflow: hidden;
    background: linear-gradient(160deg, #1a1408 0%, #0a0a0a 40%, #1a1206 100%);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: radial-gradient(ellipse at 65% 50%, rgba(191, 164, 117, 0.1) 0%, transparent 80%), radial-gradient(ellipse at 20% 80%, rgba(184, 150, 46, 0.06) 0%, transparent 50%);
}

.hero-grid {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: linear-gradient(rgba(191, 164, 117, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(191, 164, 117, 0.05) 1px, transparent 1px);
    background-size: 60px 60px;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 660px;
    color: #f8f6f1;
}

.hero-eyebrow {
    font-size: 11px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 20px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 12px;
}

.hero-eyebrow::before {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: var(--gold);
}

.hero-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(52px, 7vw, 96px);
    font-weight: 300;
    line-height: 1.0;
    margin-bottom: 24px;
    color: #f8f6f1;
}

.hero-title em {
    font-style: italic;
    color: var(--gold);
}

.hero-sub {
    font-size: 15px;
    color: #fff;
    line-height: 1.85;
    margin-bottom: 40px;
    max-width: 460px;
}

.hero-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.hero-stats {
    position: absolute;
    right: 48px;
    bottom: 90px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 28px;
    align-items: flex-end;
}

.stat-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 38px;
    font-weight: 300;
    color: var(--gold);
    line-height: 1;
}

.stat-label {
    font-size: 11px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #fff;
    margin-top: 4px;
}

.scroll-hint {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    color: rgba(248, 246, 241, 0.3);
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.scroll-line {
    width: 1px;
    height: 40px;
    background: rgba(248, 246, 241, 0.3);
    animation: scrollAnim 1.5s ease infinite;
}

@keyframes scrollAnim {
    0%, 100% {
        opacity: 0.3
    }
    50% {
        opacity: 0.8
    }
}

/* BUTTONS */

.btn-primary {
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    color: #0A0A0A;
    padding: 14px 36px;
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.4s ease;
    display: inline-block;
    text-decoration: none;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(191, 164, 117, 0.25);
}

.btn-outline {
    background: transparent;
    color: rgba(245, 240, 235, 0.9);
    padding: 14px 36px;
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid rgba(191, 164, 117, 0.5);
    cursor: pointer;
    transition: all 0.4s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-outline:hover {
    border-color: var(--gold);
    color: var(--gold);
    transform: translateY(-2px);
}

.btn-outline-dark {
    background: transparent;
    color: var(--text);
    padding: 12px 32px;
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid rgba(191, 164, 117, 0.4);
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
}

.btn-outline-dark:hover {
    border-color: var(--gold);
    color: var(--gold);
    transform: translateY(-2px);
}

/* BOOKING STRIP */

.booking-strip {
    background: #faf7f2;
    border-bottom: 1px solid var(--border-grey);
    box-shadow: var(--shadow);
}

.booking-tabs {
    display: flex;
    border-bottom: 1px solid var(--border-grey);
    overflow-x: auto;
    padding: 0 48px;
}

.booking-tab {
    padding: 18px 28px;
    font-size: 12px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    font-weight: 400;
    color: var(--text-light);
    transition: all 0.2s;
    white-space: nowrap;
    background: none;
    border-left: none;
    border-right: none;
    border-top: none;
    font-family: 'Inter', sans-serif;
}

.booking-tab.active {
    color: var(--gold);
    border-bottom-color: var(--gold);
}

.booking-form-inner {
    padding: 28px 48px;
}

.booking-fields {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
    align-items: end;
}

.booking-field {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.booking-field label {
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--text-light);
}

.booking-field input, .booking-field select {
    background: var(--bg);
    border: 1px solid var(--border-grey);
    color: var(--text);
    padding: 12px 14px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 300;
    outline: none;
    transition: border 0.2s;
    appearance: none;
    -webkit-appearance: none;
}

.booking-field input::placeholder {
    color: var(--text-light);
}

.booking-field input:focus, .booking-field select:focus {
    border-color: var(--gold);
}

.booking-submit {
    background: var(--gold);
    color: #fff;
    border: none;
    padding: 13px 28px;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    height: 48px;
    white-space: nowrap;
}

.booking-submit:hover {
    background: var(--gold-dark);
}

/* SECTIONS */

.section {
    padding: 100px 48px;
}

.section-alt {
    background: var(--bg-alt);
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.section-label {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 16px;
    font-weight: 600;
}

.gold-line {
    width: 48px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    margin: 20px auto 0;
}

.gold-line-left {
    width: 48px;
    height: 1px;
    background: linear-gradient(90deg, var(--gold), transparent);
    margin: 16px 0 0;
}

.section-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(40px, 5vw, 52px);
    font-weight: 500;
    line-height: 1.08;
    margin-bottom: 18px;
    color: var(--text);
}

.section-title em {
    font-style: italic;
    color: var(--gold);
}

.section-sub {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: rgba(26, 26, 26, 0.68);
    line-height: 1.85;
    max-width: 560px;
    font-weight: 500;
}

/* FLEET CARDS */

.fleet-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-top: 56px;
}

.fleet-card {
    background: var(--card-bg);
    border: 1px solid var(--border-grey);
    box-shadow: var(--shadow);
    transition: all 0.3s;
    cursor: pointer;
    overflow: hidden;
}

.fleet-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
}

.fleet-card-img {
    height: 200px;
    background: linear-gradient(135deg, #f0ede6, #e8e3d8);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    font-size: 72px;
}

.fleet-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    background: var(--gold);
    color: #fff;
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 4px 10px;
    font-weight: 500;
}

.fleet-card-body {
    padding: 24px;
}

.fleet-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    margin-bottom: 14px;
    color: var(--text);
}

.fleet-rates {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 18px;
}

.fleet-rate {
    border-left: 2px solid var(--border);
    padding-left: 12px;
}

.fleet-rate-val {
    font-size: 18px;
    color: var(--gold);
    font-family: 'Cormorant Garamond', serif;
}

.fleet-rate-label {
    font-size: 11px;
    color: var(--text-light);
    margin-top: 2px;
}

.fleet-features {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.fleet-feat {
    font-size: 11px;
    color: var(--text-mid);
    background: var(--bg);
    padding: 4px 10px;
    font-weight: 500;
    border: 1px solid var(--border-grey);
}

.fleet-book-btn {
    display: block;
    width: 100%;
    background: transparent;
    border: 1px solid var(--gold);
    color: var(--gold);
    padding: 12px;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s;
}

.fleet-book-btn:hover {
    background: var(--gold);
    color: #fff;
}

/* SERVICES */

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
    margin-top: 56px;
}

.service-card {
    background: var(--card-bg);
    border: 1px solid var(--border-grey);
    padding: 36px 28px;
    transition: all 0.3s;
    cursor: pointer;
    box-shadow: var(--shadow);
}

.service-card:hover {
    border-color: var(--gold);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.service-icon {
    font-size: 32px;
    margin-bottom: 18px;
}

.service-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    margin-bottom: 10px;
    color: var(--text);
}

.service-desc {
    font-size: 14px;
    color: var(--text-light);
    line-height: 1.85;
}

.service-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 18px;
    color: var(--gold);
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

/* WHY */

.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 40px;
    margin-top: 56px;
}

.why-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 48px;
    color: var(--border);
    font-weight: 300;
    margin-bottom: 14px;
}

.why-title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
}

.why-desc {
    font-size: 14px;
    color: var(--text-light);
    line-height: 1.85;
}

/* TESTIMONIALS */

.test-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-top: 56px;
}

.test-card {
    background: var(--card-bg);
    border: 1px solid var(--border-grey);
    padding: 32px;
    box-shadow: var(--shadow);
}

.test-stars {
    color: var(--gold);
    font-size: 14px;
    margin-bottom: 14px;
    letter-spacing: 4px;
}

.test-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.7;
    margin-bottom: 18px;
    color: var(--text);
}

.test-author {
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--text-light);
}

/* CTA STRIP */

.cta-strip {
    background: linear-gradient(135deg, #1a1408 0%, #0a0a0a 100%);
    padding: 70px 48px;
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cta-strip h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 36px;
    font-weight: 500;
    color: #F5F0EB;
}

.cta-strip h2 em {
    color: var(--gold);
    font-style: italic;
}

.contact-info {
    display: flex;
    gap: 36px;
    flex-wrap: wrap;
}

.contact-item-label {
    font-family: 'Inter', sans-serif;
    font-size: 9px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: rgba(28, 28, 28, 0.5);
    margin-bottom: 6px;
}

.contact-item-val {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    color: var(--gold);
    font-weight: 500;
}

/* PAGE HERO â€” defined later in file */

/* VEHICLE DETAIL (fleet page) */

.vehicle-block {
    border: 1px solid var(--border-grey);
    background: var(--card-bg);
    box-shadow: var(--shadow);
    margin-bottom: 40px;
    overflow: hidden;
}

.vehicle-block-img {
    height: 100%;
    background: linear-gradient(135deg, #f0ede6, #e8e3d8);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 120px;
}

.vehicle-block-body {
    padding: 40px;
}

.vehicle-specs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 24px 0;
}

.vehicle-spec {
    border-left: 2px solid var(--border);
    padding-left: 14px;
}

.vehicle-spec-val {
    font-size: 20px;
    color: var(--gold);
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
}

.vehicle-spec-label {
    font-size: 11px;
    color: var(--text-light);
    margin-top: 2px;
    font-weight: 500;
}

/* BOOKING PAGE */

.booking-page-wrap {
    padding-top: 80px;
    min-height: 100vh;
    background: var(--bg);
}

.booking-header {
    background: #faf7f2;
    padding: 32px 48px;
    border-bottom: 1px solid var(--border-grey);
    box-shadow: var(--shadow);
}

.booking-header h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 26px;
    font-weight: 300;
    color: var(--text);
}

.booking-header h2 em {
    color: var(--gold);
    font-style: italic;
}

.progress-bar {
    display: flex;
    align-items: center;
    gap: 0;
    margin-top: 18px;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.progress-step {
    display: flex;
    align-items: center;
    gap: 10px;
}

.progress-step-num {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 500;
    border: 2px solid var(--border-grey);
    color: var(--text-light);
    transition: all 0.3s;
    flex-shrink: 0;
}

.progress-step.active .progress-step-num {
    background: var(--gold);
    border-color: var(--gold);
    color: #fff;
}

.progress-step.done .progress-step-num {
    background: var(--gold-dark);
    border-color: var(--gold-dark);
    color: #fff;
}

.progress-step-label {
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text-light);
    white-space: nowrap;
}

.progress-step.active .progress-step-label {
    color: var(--gold);
}

.progress-step.done .progress-step-label {
    color: var(--gold-dark);
}

.progress-line {
    flex: 1;
    height: 1px;
    background: var(--border-grey);
    min-width: 20px;
    max-width: 80px;
}

.booking-body {
    display: grid;
    grid-template-columns: 1fr 360px;
    grid-template-rows: 1fr auto;
    grid-template-areas: "main    sidebar"
        "actions sidebar";
    min-height: calc(100vh - 200px);
    overflow-x: hidden;
    max-width: 100%;
}

.booking-main {
    grid-area: main;
    padding: 40px 48px 0;
    min-width: 0;
    overflow-x: hidden;
}

.booking-sidebar {
    grid-area: sidebar;
    background: #faf7f2;
    border-left: 1px solid var(--border-grey);
    padding: 36px 28px;
    min-width: 0;
}

.booking-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 28px 48px 40px;
    border-top: 1px solid var(--border-grey);
    grid-area: actions;
}

/* FORM */

.form-section {
    margin-bottom: 40px;
}

.form-section h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    color: var(--gold);
    margin-bottom: 20px;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.form-field {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.form-field.full {
    grid-column: 1/-1;
}

.form-field label {
    font-size: 11px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--text-light);
}

.form-field input, .form-field select, .form-field textarea {
    background: var(--bg);
    border: 1px solid var(--border-grey);
    color: var(--text);
    padding: 13px 14px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 300;
    outline: none;
    transition: border 0.2s;
    appearance: none;
    -webkit-appearance: none;
    resize: none;
}

.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
    border-color: var(--gold);
    background: #fff;
}

.form-field input::placeholder {
    color: var(--text-light);
}

.form-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
}

.form-checkbox input[type=checkbox] {
    width: 17px;
    height: 17px;
    accent-color: var(--gold);
    margin-top: 3px;
    flex-shrink: 0;
}

.form-checkbox span {
    font-size: 13px;
    color: var(--text-mid);
    line-height: 1.6;
}

.booking-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 28px 48px 40px;
    border-top: 1px solid var(--border-grey);
}

.btn-back {
    background: transparent;
    border: 1px solid var(--border-grey);
    color: var(--text-mid);
    padding: 13px 26px;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-back:hover {
    border-color: var(--text-mid);
}

.btn-next {
    background: var(--gold);
    color: #fff;
    border: none;
    padding: 13px 32px;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-next:hover {
    background: var(--gold-dark);
}

/* VEHICLE SELECTOR (booking step 1) - BIG IMAGES */

.vehicle-selector {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 36px;
    border: 1px solid var(--border-grey);
    overflow: hidden;
}

.vehicle-option {
    padding: 0;
    cursor: pointer;
    transition: background 0.2s;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid var(--border-grey);
    background: #faf7f2;
}

.vehicle-option:last-child {
    border-bottom: none;
}

.vehicle-option.selected {
    background: #fff9f0;
}

.vehicle-option:hover:not(.selected) {
    background: #fffdf8;
}

.vehicle-option-image {
    width: 100%;
    height: 500px;
    background: linear-gradient(135deg, #f5f2ea, #ede8dc);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 180px;
    opacity: 0.7;
    border-bottom: 1px solid var(--border-grey);
}

.vehicle-option.selected .vehicle-option-image {
    opacity: 1;
}

.vehicle-option-details {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 24px 28px;
}

.vehicle-radio {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid var(--border-grey);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    flex-shrink: 0;
    margin-top: 4px;
}

.vehicle-option.selected .vehicle-radio {
    border-color: var(--gold);
    background: var(--gold);
}

.vehicle-radio-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    display: none;
}

.vehicle-option.selected .vehicle-radio-dot {
    display: block;
}

.vehicle-option-info {
    flex: 1;
}

.vehicle-option-badge {
    font-size: 10px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--gold);
    background: rgba(191, 164, 117, 0.1);
    padding: 3px 10px;
    display: inline-block;
    margin-bottom: 8px;
}

.vehicle-option-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 26px;
    font-weight: 400;
    color: var(--text);
    margin-bottom: 6px;
    line-height: 1.2;
}

.vehicle-option-desc {
    font-size: 13px;
    color: var(--text-light);
    line-height: 1.7;
    margin-bottom: 12px;
    max-width: 540px;
}

.vehicle-option-features {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.vehicle-option-feat {
    font-size: 11px;
    color: var(--text-mid);
    background: var(--bg);
    padding: 3px 9px;
    border: 1px solid var(--border-grey);
}

.vehicle-option-price {
    text-align: right;
    flex-shrink: 0;
    min-width: 130px;
}

.vehicle-option-price-val {
    font-size: 32px;
    color: var(--gold);
    font-family: 'Cormorant Garamond', serif;
    line-height: 1;
}

.vehicle-option-price-label {
    font-size: 11px;
    color: var(--text-light);
    margin-top: 4px;
}

.vehicle-option-price-hourly {
    font-size: 13px;
    color: var(--text-mid);
    margin-top: 6px;
}

/* EXTRAS */

.extras-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.extra-option {
    border: 1px solid var(--border-grey);
    padding: 16px;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    gap: 12px;
    align-items: center;
    background: #faf7f2;
}

.extra-option.selected {
    border-color: var(--gold);
    background: #fff9f0;
}

.extra-option:hover {
    border-color: rgba(191, 164, 117, 0.5);
}

.extra-check {
    width: 18px;
    height: 18px;
    border: 2px solid var(--border-grey);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.2s;
}

.extra-option.selected .extra-check {
    background: var(--gold);
    border-color: var(--gold);
}

.extra-check-mark {
    font-size: 11px;
    color: #fff;
    font-weight: 700;
    display: none;
}

.extra-option.selected .extra-check-mark {
    display: block;
}

.extra-name {
    font-size: 13px;
    font-weight: 500;
    color: var(--text);
}

.extra-price {
    font-size: 12px;
    color: var(--gold);
    margin-top: 2px;
}

/* SUMMARY SIDEBAR */

.summary-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    margin-bottom: 20px;
    color: var(--text);
}

.summary-card {
    background: var(--bg);
    border: 1px solid var(--border-grey);
    padding: 18px;
    margin-bottom: 16px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 13px;
}

.summary-row:last-child {
    border-bottom: none;
}

.summary-row span:first-child {
    color: var(--text-light);
}

.summary-total {
    display: flex;
    justify-content: space-between;
    padding: 14px 0;
    border-top: 2px solid var(--border-grey);
    margin-top: 8px;
    align-items: center;
}

.summary-total span:last-child {
    color: var(--gold);
    font-family: 'Cormorant Garamond', serif;
    font-size: 26px;
}

.trust-badges {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 12px;
    color: var(--text-light);
}

.trust-badge::before {
    content: '✓';
    color: var(--gold);
    font-weight: 600;
    flex-shrink: 0;
}

/* PAYMENT */

.card-display {
    background: linear-gradient(135deg, #1a1a2e, #16213e 50%, #0f3460);
    border-radius: 16px;
    padding: 28px;
    margin-bottom: 24px;
    position: relative;
    overflow: hidden;
    color: #fff;
}

.card-display::before {
    content: '';
    position: absolute;
    top: -30px;
    right: -30px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
}

.card-chip {
    width: 42px;
    height: 32px;
    background: linear-gradient(135deg, #d4af37, #f0d060);
    border-radius: 5px;
    margin-bottom: 22px;
}

.card-number-disp {
    font-size: 18px;
    letter-spacing: 0.2em;
    margin-bottom: 16px;
    font-family: monospace;
}

.card-meta {
    display: flex;
    justify-content: space-between;
}

.card-meta-label {
    font-size: 9px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    opacity: 0.55;
}

.card-meta-val {
    font-size: 14px;
    font-family: monospace;
}

/* SUCCESS */

.success-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 80px 40px 60px;
    max-width: 620px;
    margin: 0 auto;
}

.success-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(191, 164, 117, 0.1);
    border: 2px solid var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin-bottom: 28px;
    color: var(--gold);
}

.success-ref {
    font-family: monospace;
    font-size: 15px;
    color: var(--gold);
    letter-spacing: 0.18em;
    background: rgba(191, 164, 117, 0.08);
    border: 1px solid var(--border);
    padding: 14px 26px;
    margin-bottom: 32px;
}

.success-details {
    background: var(--card-bg);
    border: 1px solid var(--border-grey);
    padding: 28px;
    width: 100%;
    margin-bottom: 32px;
    text-align: left;
    box-shadow: var(--shadow);
}

.success-detail-row {
    display: flex;
    justify-content: space-between;
    padding: 9px 0;
    border-bottom: 1px solid var(--border-grey);
    font-size: 14px;
}

.success-detail-row:last-child {
    border-bottom: none;
}

.success-detail-row span:first-child {
    color: var(--text-light);
}

/* ABOUT */

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.team-card {
    background: var(--card-bg);
    border: 1px solid var(--border-grey);
    padding: 28px 20px;
    text-align: center;
    box-shadow: var(--shadow);
}

.team-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold-dark), var(--gold));
    margin: 0 auto 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-family: 'Cormorant Garamond', serif;
    color: #fff;
    font-weight: 500;
}

.team-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 19px;
    margin-bottom: 4px;
}

.team-role {
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--gold);
}

/* FOOTER */

footer {
    background: #1C1C1C;
    padding: 64px 48px 48px;
    border-top: 1px solid rgba(191, 164, 117, 0.1);
}

.footer-top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.footer-logo {
    font-family: 'Cormorant Garamond', serif;
    font-size: 26px;
    color: var(--gold);
    margin-bottom: 14px;
}

.footer-tagline {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: rgba(248, 246, 241, 0.45);
    line-height: 1.8;
    max-width: 280px;
    font-weight: 400;
}

footer h4 {
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 18px;
}

footer a {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    color: rgba(248, 246, 241, 0.45);
    margin-bottom: 9px;
    text-decoration: none;
    transition: color 0.2s;
    cursor: pointer;
    font-weight: 400;
}

footer a:hover {
    color: var(--gold);
}

.footer-bottom {
    border-top: 1px solid rgba(191, 164, 117, 0.06);
    padding-top: 24px;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.footer-bottom p {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    color: rgba(248, 246, 241, 0.25);
    letter-spacing: 0.05em;
    font-weight: 500;
}

/* BADGE */

.badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gold);
    border: 1px solid var(--border);
    padding: 5px 14px;
    font-weight: 600;
}

/* TOAST */

.toast {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 9999;
    background: var(--gold);
    color: #fff;
    padding: 15px 22px;
    font-size: 13px;
    font-weight: 500;
    max-width: 300px;
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.4s;
}

.toast.show {
    transform: translateY(0);
    opacity: 1;
}

/* RESPONSIVE */

@media (max-width: 1024px) {
    .booking-body {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        grid-template-areas:
            "main"
            "sidebar"
            "actions";
        overflow-x: hidden
    }

    .booking-main {
        min-width: 0;
        overflow-x: hidden
    }

    .booking-sidebar {
        display: block;
        border-left: none;
        border-top: 3px solid var(--gold);
        border-bottom: 1px solid rgba(191, 164, 117, 0.2);
        background: #fdfbf7;
        padding: 24px 20px;
        min-width: 0
    }

    .booking-sidebar .trust-badges {
        display: none
    }

    .booking-actions {
        padding: 16px 24px 28px
    }

    .footer-top {
        grid-template-columns:1fr 1fr
    }
}

@media (max-width: 768px) {
    nav {
        padding: 16px 20px
    }

    .nav-links {
        display: none
    }

    .hamburger {
        display: flex
    }

    .hero {
        padding: 0 20px 70px
    }

    .hero-stats {
        display: none
    }

    .section {
        padding: 64px 20px
    }

    .booking-tabs {
        padding: 0 20px
    }

    .booking-form-inner {
        padding: 20px
    }

    .booking-fields {
        grid-template-columns:1fr
    }

    .booking-main {
        padding: 24px 16px
    }

    .booking-header {
        padding: 20px 16px
    }

    .booking-sidebar {
        padding: 20px 16px
    }

    .page-hero {
        padding: 120px 20px 50px
    }

    .cta-strip {
        padding: 50px 20px;
        flex-direction: column
    }

    footer {
        padding: 48px 20px 24px
    }

    .footer-top {
        grid-template-columns:1fr 1fr
    }

    .vehicle-option-image {
        height: 200px;
        font-size: 100px
    }

    .vehicle-option-details {
        flex-direction: column;
        gap: 12px
    }

    .vehicle-option-price {
        text-align: left
    }
}

@media (max-width: 520px) {
    .form-grid {
        grid-template-columns:1fr
    }

    .extras-grid {
        grid-template-columns:1fr
    }

    .footer-top {
        grid-template-columns:1fr
    }

    .hero-title {
        font-size: 44px
    }

    .hero-actions {
        flex-direction: column
    }

    .vehicle-specs {
        grid-template-columns:1fr 1fr
    }

    .booking-main {
        padding: 16px 14px
    }

    .booking-sidebar {
        padding: 16px 14px
    }

    .booking-header {
        padding: 14px
    }

    .booking-actions {
        flex-direction: column;
        gap: 12px;
        padding: 12px 14px 20px
    }

    .btn-back, .btn-next {
        width: 100%;
        text-align: center
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes heroReveal {
    from {
        opacity: 0;
        transform: translateY(40px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes scrollLine {
    0% {
        transform: scaleY(0);
        transform-origin: top
    }
    50% {
        transform: scaleY(1);
        transform-origin: top
    }
    51% {
        transform-origin: bottom
    }
    100% {
        transform: scaleY(0);
        transform-origin: bottom
    }
}

/* FADE IN ANIMATION (IntersectionObserver) */

.fade-in {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 0.9s cubic-bezier(.22, 1, .36, 1), transform 0.9s cubic-bezier(.22, 1, .36, 1);
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

.fade-in-d1 {
    transition-delay: 0.1s;
}

.fade-in-d2 {
    transition-delay: 0.2s;
}

.fade-in-d3 {
    transition-delay: 0.3s;
}

.fade-in-d4 {
    transition-delay: 0.4s;
}

/* LANDING HERO */

.lnd-hero {
    position: relative;
    height: 100 svh;
    min-height: 600px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 82px;
    box-sizing: border-box;
}

.lnd-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: brightness(0.52) saturate(0.95) contrast(1.05);
}

.lnd-hero-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 10, 10, 0.28) 0%, rgba(10, 10, 10, 0.08) 40%, rgba(10, 10, 10, 0.48) 100%);
}

.lnd-hero-vignette {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 50%, rgba(10, 10, 10, 0.02) 30%, rgba(10, 10, 10, 0.32) 100%);
}

.lnd-hero-content {
    position: relative;
    text-align: center;
    max-width: 860px;
    padding: 0 24px;
    z-index: 2;
}

.lnd-hero-eyebrow {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 24px;
    animation: heroReveal 1s ease 0.3s both;
}

.lnd-hero-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(54px, 6.2vw, 82px);
    font-weight: 500;
    line-height: 1.02;
    color: #F8F3E8;
    animation: heroReveal 1s ease 0.5s both;
    letter-spacing: 0.01em;
    text-wrap: balance;
}

.lnd-hero-title em {
    font-style: italic;
    font-weight: 400;
    color: var(--gold);
}

.lnd-hero-sub {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.9;
    color: rgba(248, 243, 232, 0.84);
    max-width: 680px;
    margin: 28px auto 0;
    animation: heroReveal 1s ease 0.7s both;
    letter-spacing: 0.01em;
}

.lnd-hero-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-top: 44px;
    animation: heroReveal 1s ease 0.9s both;
    flex-wrap: wrap;
}

.lnd-hero-scroll {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.lnd-hero-scroll-text {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(245, 240, 235, 0.4);
    font-weight: 600;
    text-align: center;
}

.lnd-scroll-line {
    width: 1px;
    height: 40px;
    background: rgba(191, 164, 117, 0.3);
    position: relative;
    overflow: hidden;
}

.lnd-scroll-line::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: var(--gold);
    animation: scrollLine 2s ease infinite;
}

/* CTA BUTTONS */

.btn-gold {
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    color: #0A0A0A;
    padding: 14px 40px;
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    border: none;
    cursor: pointer;
    display: inline-block;
    transition: all 0.4s ease;
}

.btn-gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(191, 164, 117, 0.25);
}

.btn-ghost {
    background: transparent;
    border: 1px solid rgba(191, 164, 117, 0.5);
    color: var(--gold);
    padding: 14px 40px;
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    cursor: pointer;
    transition: all 0.4s ease;
}

.btn-ghost:hover {
    background: rgba(191, 164, 117, 0.08);
    transform: translateY(-2px);
}

.btn-ghost-dark {
    background: transparent;
    border: 1px solid rgba(191, 164, 117, 0.5);
    color: var(--gold);
    padding: 12px 36px;
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    cursor: pointer;
    transition: all 0.4s ease;
}

.btn-ghost-dark:hover {
    background: rgba(191, 164, 117, 0.08);
    transform: translateY(-2px);
}

/* LANDING SECTIONS */

.lnd-section {
    padding: 100px 48px;
}

.lnd-section-gold-tint {
    background: #EDEAE3;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.lnd-section-center {
    text-align: center;
}

.lnd-section-heading {
    text-align: center;
    margin-bottom: 60px;
}

.lnd-section-heading .section-label {
    justify-content: center;
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
}

/* LANDING STATS ROW */

.lnd-stats {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
    margin-bottom: 56px;
}

.lnd-stat {
    text-align: center;
    min-width: 100px;
}

.lnd-stat-val {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: var(--gold);
    letter-spacing: 0.02em;
}

.lnd-stat-label {
    font-family: 'Inter', sans-serif;
    font-size: 9px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(26, 26, 26, 0.45);
    margin-top: 5px;
    font-weight: 600;
}

/* LANDING WHY GRID */

.lnd-why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.lnd-why-card {
    padding: 32px 28px;
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.9);
    transition: border-color 0.3s, transform 0.3s;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.lnd-why-card:hover {
    border-color: rgba(191, 164, 117, 0.45);
    transform: translateY(-3px);
}

.lnd-why-card h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 24px;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 14px;
}

.lnd-why-card p {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    line-height: 1.85;
    color: rgba(26, 26, 26, 0.7);
    font-weight: 300;
}

/* CHAUFFEUR BANNER */

.lnd-banner {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.lnd-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
    filter: brightness(0.55) contrast(1.1);
}

.lnd-banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 10, 10, 0.7) 0%, rgba(10, 10, 10, 0.15) 35%, rgba(10, 10, 10, 0.15) 65%, rgba(10, 10, 10, 0.7) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.lnd-banner-text {
    text-align: center;
    max-width: 600px;
    padding: 0 24px;
}

.lnd-banner-eyebrow {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 12px;
    font-weight: 600;
}

.lnd-banner-quote {
    font-family: 'Cormorant Garamond', serif;
    font-size: 34px;
    font-weight: 500;
    color: #F5F0EB;
    line-height: 1.3;
    font-style: italic;
}

/* FLEET GRID (landing style) */

.lnd-fleet-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.lnd-fleet-card {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    aspect-ratio: 16/10;
    cursor: pointer;
    border: 1px solid rgba(191, 164, 117, 0.1);
}

.lnd-fleet-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(.22, 1, .36, 1);
    filter: brightness(0.7);
}

.lnd-fleet-card:hover img {
    transform: scale(1.05);
}

.lnd-fleet-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px;
    background: linear-gradient(transparent, rgba(10, 10, 10, 0.9));
}

.lnd-fleet-tier {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 6px;
    font-weight: 600;
}

.lnd-fleet-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 26px;
    font-weight: 500;
    color: #F5F0EB;
}

.lnd-fleet-rates {
    display: flex;
    gap: 16px;
    margin-top: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: rgba(245, 240, 235, 0.6);
}

.lnd-fleet-rates strong {
    color: var(--gold);
}

.lnd-fleet-overlay {
    position: absolute;
    inset: 0;
    background: rgba(10, 10, 10, 0.88);
    opacity: 0;
    transition: opacity 0.5s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px;
    gap: 16px;
}

.lnd-fleet-card:hover .lnd-fleet-overlay {
    opacity: 1;
}

.lnd-fleet-overlay-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    font-weight: 400;
    color: #F5F0EB;
}

.lnd-fleet-feats {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}

.lnd-fleet-feat {
    padding: 4px 12px;
    border: 1px solid rgba(191, 164, 117, 0.3);
    font-family: 'Inter', sans-serif;
    font-size: 9px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(245, 240, 235, 0.7);
}

.lnd-fleet-seats {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    color: rgba(245, 240, 235, 0.5);
}

/* SERVICES GRID (landing style) */

.lnd-services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.lnd-service-card {
    padding: 36px 32px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(0, 0, 0, 0.09);
    transition: all 0.5s cubic-bezier(.22, 1, .36, 1);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.lnd-service-card:hover {
    border-color: rgba(191, 164, 117, 0.45);
    background: rgba(255, 255, 255, 0.95);
    transform: translateY(-4px);
}

.lnd-service-icon {
    font-size: 24px;
    color: var(--gold);
    margin-bottom: 16px;
    line-height: 1;
}

.lnd-service-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 10px;
}

.lnd-service-desc {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    line-height: 1.85;
    color: rgba(26, 26, 26, 0.7);
    font-weight: 300;
}

/* TESTIMONIALS GRID (landing style) */

.lnd-test-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.lnd-test-card {
    padding: 36px 32px;
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.95);
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.lnd-test-stars {
    color: var(--gold);
    font-size: 18px;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
}

.lnd-test-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 17px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.7;
    color: rgba(28, 28, 28, 0.82);
    flex: 1;
}

.lnd-test-footer {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid rgba(191, 164, 117, 0.1);
}

.lnd-test-author {
    font-family: 'Cormorant Garamond', serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--text);
}

.lnd-test-role {
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    color: rgba(28, 28, 28, 0.5);
    letter-spacing: 0.1em;
    margin-top: 4px;
}

/* BESPOKE CTA BOX */

.lnd-bespoke-cta {
    margin-top: 48px;
    padding: 40px 48px;
    border: 1px solid rgba(191, 164, 117, 0.2);
    border-radius: 4px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

.lnd-bespoke-cta h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(28px, 3.5vw, 38px);
    font-weight: 600;
    color: var(--text);
    line-height: 1.15;
    margin-bottom: 16px;
}

.lnd-bespoke-cta p {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.85;
    color: rgba(26, 26, 26, 0.65);
    font-weight: 300;
    max-width: 620px;
    margin: 0 auto 28px;
}

/* CTA CONTACT SECTION */

.lnd-contact-row {
    display: flex;
    gap: 32px;
    justify-content: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.lnd-contact-item {
    text-align: center;
    text-decoration: none;
}

.lnd-contact-label {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: rgba(26, 26, 26, 0.4);
    margin-bottom: 6px;
}

.lnd-contact-val {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    color: var(--gold);
    font-weight: 500;
}

/* NOMINATIM AUTOCOMPLETE */

.sfh-ac-field {
    position: relative;
}

.sfh-ac-dropdown {
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid rgba(191, 164, 117, 0.35);
    border-top: none;
    z-index: 9999;
    max-height: 260px;
    overflow-y: auto;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.22);
}

.sfh-ac-item {
    padding: 10px 16px;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color: #1C1C1C;
    line-height: 1.45;
}

.sfh-ac-item:last-child {
    border-bottom: none;
}

.sfh-ac-item:hover,
.sfh-ac-item.sfh-ac-active {
    background: rgba(191, 164, 117, 0.1);
    color: #0A0A0A;
}

.sfh-ac-hint {
    padding: 10px 16px;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    color: rgba(28, 28, 28, 0.4);
    text-align: center;
    font-style: italic;
}

/* MOBILE CONTACT BAR */

.lnd-mobile-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(244, 239, 230, 0.98);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 16px;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

.lnd-mobile-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-radius: 8px;
    padding: 10px 12px;
    text-decoration: none;
    font-size: 13px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    white-space: nowrap;
}

.lnd-mobile-call {
    background: rgba(191, 164, 117, 0.15);
    border: 1px solid rgba(191, 164, 117, 0.4);
    color: var(--gold);
}

.lnd-mobile-wa {
    background: rgba(37, 211, 102, 0.12);
    border: 1px solid rgba(37, 211, 102, 0.35);
    color: #25D366;
}

.lnd-mobile-book {
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    border: none;
    color: #0F0F0F;
    font-weight: 700;
}

/* VIDEO EMBED */

.lnd-video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-top: 1px solid rgba(191, 164, 117, 0.1);
    border-bottom: 1px solid rgba(191, 164, 117, 0.1);
    margin: 40px -48px -100px;
}

.lnd-video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* PAGE HERO (updated) */

.page-hero {
    padding: 160px 48px 80px;
    position: relative;
    overflow: hidden;
    background-color: #0a0a0a;
}

.page-hero-content {
    position: relative;
    z-index: 1;
}

.page-hero-content h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(44px, 6vw, 72px);
    font-weight: 500;
    color: #F5F0EB;
    line-height: 1.05;
}

.page-hero-content h1 em {
    color: var(--gold);
    font-style: italic;
}

.page-hero-content .section-label {
    color: rgba(191, 164, 117, 0.9);
}

/* RESPONSIVE LANDING */

@media (max-width: 768px) {
    .lnd-hero-title {
        font-size: 48px
    }

    .lnd-hero-sub {
        font-size: 14px
    }

    .section-title {
        font-size: 38px
    }

    .lnd-section {
        padding: 72px 20px
    }

    .lnd-section-heading {
        margin-bottom: 40px
    }

    .lnd-fleet-grid {
        grid-template-columns: 1fr
    }

    .lnd-services-grid {
        grid-template-columns: 1fr
    }

    .lnd-why-grid {
        grid-template-columns: 1fr
    }

    .lnd-test-grid {
        grid-template-columns: 1fr
    }

    .lnd-stats {
        gap: 20px
    }

    .lnd-banner {
        height: 280px
    }

    .lnd-banner-quote {
        font-size: 28px
    }

    .lnd-bespoke-cta {
        padding: 28px 20px
    }

    .lnd-bespoke-cta h3 {
        font-size: 26px
    }

    .lnd-mobile-bar {
        display: flex
    }

    footer {
        padding-bottom: 80px
    }

    .lnd-hero-scroll {
        display: flex;
        bottom: 24px;
        width: 80%;
    }

    .bw-fleet-link {
        display: none
    }

    .footer-top {
        grid-template-columns: 1fr 1fr
    }

    .lnd-video-wrap {
        margin: 40px -20px -72px
    }
}

@media (max-width: 520px) {
    .lnd-hero-title {
        font-size: 38px
    }

    .section-title {
        font-size: 32px
    }

    .lnd-hero-actions {
        flex-direction: column;
        align-items: center
    }

    .footer-top {
        grid-template-columns: 1fr
    }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   BOOKING WIDGET
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

.lnd-hero--tall {
    height: auto;
    min-height: 100vh;
    padding: 140px 24px 100px;
    box-sizing: border-box;
}

.lnd-hero-content--wide {
    max-width: 940px;
    width: 100%;
}

/* â”€â”€ Widget Wrap â”€â”€ */

.bw-wrap {
    width: 100%;
    margin: 40px auto 0;
    background: rgba(8, 8, 8, 0.78);
    backdrop-filter: blur(28px);
    -webkit-backdrop-filter: blur(28px);
    border: 1px solid rgba(191, 164, 117, 0.22);
    animation: heroReveal 1s ease 1.1s both;
}

.bw-tabs {
    display: flex;
    border-bottom: 1px solid rgba(191, 164, 117, 0.12);
    overflow-x: auto;
    scrollbar-width: none;
}

.bw-tabs::-webkit-scrollbar {
    display: none;
}

.bw-tab {
    flex-shrink: 0;
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    padding: 16px 28px;
    font-family: 'Inter', sans-serif;
    font-size: 9px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: rgba(245, 240, 235, 0.38);
    cursor: pointer;
    transition: color 0.2s, border-color 0.2s;
    margin-bottom: -1px;
}

.bw-tab:hover {
    color: rgba(191, 164, 117, 0.7);
}

.bw-tab.bw-tab-active {
    color: #BFA475;
    border-bottom-color: #BFA475;
}

.bw-form {
    padding: 0;
}

/* â”€â”€ Locations Row â”€â”€ */

.bw-row-locs {
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid rgba(191, 164, 117, 0.1);
}

.bw-field {
    flex: 1;
    padding: 18px 20px;
    min-width: 0;
}

.bw-field + .bw-field {
    border-left: 1px solid rgba(191, 164, 117, 0.1);
}

.bw-label {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 9px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: rgba(191, 164, 117, 0.55);
    margin-bottom: 8px;
}

.bw-input-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bw-icon {
    flex-shrink: 0;
    color: rgba(191, 164, 117, 0.45);
}

.bw-input {
    width: 100%;
    background: none;
    border: none;
    outline: none;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #F5F0EB;
    padding: 0;
    min-width: 0;
    appearance: none;
    -webkit-appearance: none;
}

.bw-input::placeholder {
    color: rgba(245, 240, 235, 0.28);
}

.bw-input option {
    background: #111;
    color: #F5F0EB;
}

input[type="date"].bw-input,
input[type="time"].bw-input {
    color-scheme: dark;
}

.bw-swap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    flex-shrink: 0;
    background: none;
    border: none;
    border-left: 1px solid rgba(191, 164, 117, 0.1);
    border-right: 1px solid rgba(191, 164, 117, 0.1);
    color: rgba(191, 164, 117, 0.4);
    cursor: pointer;
    padding: 0;
    transition: color 0.2s, background 0.2s;
    align-self: stretch;
}

.bw-swap:hover {
    color: #BFA475;
    background: rgba(191, 164, 117, 0.06);
}

/* â”€â”€ Details Row â”€â”€ */

.bw-row-details {
    display: flex;
    align-items: stretch;
}

.bw-row-details .bw-field-date {
    flex: 0 0 180px;
}

.bw-row-details .bw-field-time {
    flex: 0 0 160px;
}

.bw-row-details .bw-field-pax {
    flex: 0 0 150px;
}

.bw-submit {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px 32px;
    background: linear-gradient(135deg, #BFA475, #D4BC8A);
    border: none;
    border-top: 1px solid rgba(191, 164, 117, 0.2);
    color: #0A0A0A;
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.bw-submit:hover {
    background: linear-gradient(135deg, #D4BC8A, #C9A97F);
    box-shadow: 0 0 30px rgba(191, 164, 117, 0.25);
}

.bw-submit svg {
    flex-shrink: 0;
}

/* â”€â”€ Flight Row â”€â”€ */

.bw-flight-row {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px 20px;
    border-top: 1px solid rgba(191, 164, 117, 0.08);
}

.bw-flight-toggle {
    display: flex;
    align-items: center;
    gap: 7px;
    background: none;
    border: none;
    color: rgba(191, 164, 117, 0.45);
    font-family: 'Inter', sans-serif;
    font-size: 9px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0;
    transition: color 0.2s;
    white-space: nowrap;
    flex-shrink: 0;
}

.bw-flight-toggle:hover,
.bw-flight-toggle.bw-active {
    color: #BFA475;
}

.bw-flight-field {
    flex: 1;
    display: none;
}

.bw-flight-field.bw-open {
    display: block;
}

.bw-flight-field .bw-input {
    border-bottom: 1px solid rgba(191, 164, 117, 0.25);
    padding-bottom: 3px;
    font-size: 13px;
}

.bw-fleet-link {
    display: block;
    text-align: center;
    margin-top: 18px;
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: rgba(245, 240, 235, 0.35);
    text-decoration: none;
    transition: color 0.2s;
    animation: heroReveal 1s ease 1.3s both;
}

.bw-fleet-link:hover {
    color: rgba(191, 164, 117, 0.65);
}

/* â”€â”€ Pre-fill notice (step1) â”€â”€ */

.bw-prefill-notice {
    background: rgba(191, 164, 117, 0.07);
    border: 1px solid rgba(191, 164, 117, 0.2);
    border-left: 3px solid #BFA475;
    padding: 12px 20px;
    margin: 0 24px 0;
    font-size: 12px;
    color: rgba(28, 28, 28, 0.7);
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.bw-prefill-notice span:first-child {
    font-weight: 500;
    color: #BFA475;
    white-space: nowrap;
}

.bw-prefill-notice .bw-prefill-dismiss {
    background: none;
    border: none;
    color: rgba(28, 28, 28, 0.4);
    cursor: pointer;
    font-size: 14px;
    padding: 0;
    margin-left: auto;
    line-height: 1;
}

/* â”€â”€ Responsive â”€â”€ */

@media (max-width: 768px) {
    .lnd-hero--tall {
        padding: 100px 0 32px
    }

    .lnd-hero-content--wide {
        padding: 0
    }

    .bw-wrap {
        border-left: none;
        border-right: none
    }

    .bw-tabs {
        padding: 0 4px
    }

    .bw-tab {
        padding: 14px 16px;
        font-size: 9px
    }

    .bw-row-locs {
        flex-direction: column
    }

    .bw-field + .bw-field {
        border-left: none;
        border-top: 1px solid rgba(191, 164, 117, 0.1)
    }

    .bw-swap {
        display: none
    }

    .bw-row-details {
        flex-wrap: wrap
    }

    .bw-row-details .bw-field-date,
    .bw-row-details .bw-field-time {
        flex: 1 1 calc(50% - 1px)
    }

    .bw-row-details .bw-field-pax {
        flex: 1 1 100%;
        border-top: 1px solid rgba(191, 164, 117, 0.1);
        border-left: none
    }

    .bw-fleet-link {
        margin-top: 14px
    }

    .bw-prefill-notice {
        margin: 0 0 0
    }
}

@media (max-width: 520px) {
    .bw-row-details .bw-field-date,
    .bw-row-details .bw-field-time {
        flex: 1 1 100%;
        border-left: none;
        border-top: 1px solid rgba(191, 164, 117, 0.1)
    }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   VEHICLE DETAIL PAGE (vd-*)
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

.vd-hero {
    position: relative;
    height: 72vh;
    min-height: 560px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.vd-hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.vd-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10, 10, 10, 0.9) 0%, rgba(10, 10, 10, 0.45) 45%, rgba(10, 10, 10, 0.15) 100%);
}

.vd-hero-inner {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 48px 64px;
}

.vd-back-link {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255);
    text-decoration: none;
    margin-bottom: 20px;
    transition: color 0.2s;
}

.vd-back-link:hover {
    color: var(--gold);
}

.vd-hero-badge {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--gold);
    border: 1px solid rgba(191, 164, 117, 0.45);
    padding: 5px 14px;
    margin-bottom: 18px;
}

.vd-hero-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(44px, 6vw, 72px);
    font-weight: 400;
    color: #fff;
    line-height: 1.02;
    margin-bottom: 14px;
}

.vd-hero-sub {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.62);
    max-width: 520px;
    line-height: 1.9;
    margin-bottom: 36px;
}

.vd-stats-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.vd-stat {
    padding-right: 28px;
    margin-right: 28px;
    border-right: 1px solid rgba(191, 164, 117, 0.28);
}

.vd-stat:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}

.vd-stat-val {
    font-family: 'Cormorant Garamond', serif;
    font-size: 25px;
    font-weight: 500;
    color: var(--gold);
    line-height: 1.2;
}

.vd-stat-label {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.42);
    margin-top: 3px;
}

/* Features grid */

.vd-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: rgba(191, 164, 117, 0.1);
    border: 1px solid rgba(191, 164, 117, 0.1);
}

.vd-feature-card {
    background: #fff;
    padding: 32px 28px;
    display: flex;
    gap: 18px;
    align-items: flex-start;
    transition: background 0.3s ease;
}

.vd-feature-card:hover {
    background: #FAF8F4;
}

.vd-feature-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(191, 164, 117, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
}

.vd-feature-body {
    flex: 1;
    min-width: 0;
}

.vd-feature-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    font-weight: 500;
    color: var(--text);
    line-height: 1.3;
}

.vd-feature-desc {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    color: var(--text-light);
    line-height: 1.75;
    margin-top: 5px;
}

/* Description + rates two-col layout */

.vd-detail-grid {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 64px;
    align-items: start;
}

/* Rates card */

.vd-rates-card {
    background: #fff;
    border: 1px solid rgba(191, 164, 117, 0.15);
    padding: 36px 32px;
}

.vd-rates-heading {
    font-family: 'Inter', sans-serif;
    font-size: 9px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 16px;
}

.vd-rate-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 0;
    border-bottom: 1px solid rgba(191, 164, 117, 0.08);
}

.vd-rate-dest {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    color: var(--text-light);
}

.vd-rate-price {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-weight: 500;
    color: var(--text);
}

.vd-rates-note {
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    color: rgba(28, 28, 28, 0.38);
    line-height: 1.7;
    margin-top: 18px;
}

/* Promise bar */

.vd-promise-bar {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: #F8F5F0;
    border-top: 1px solid rgba(191, 164, 117, 0.1);
    border-bottom: 1px solid rgba(191, 164, 117, 0.1);
}

.vd-promise-item {
    padding: 36px 32px;
    text-align: center;
    border-right: 1px solid rgba(191, 164, 117, 0.1);
}

.vd-promise-item:last-child {
    border-right: none;
}

.vd-promise-val {
    font-family: 'Cormorant Garamond', serif;
    font-size: 21px;
    font-weight: 500;
    color: var(--gold);
    margin-bottom: 7px;
}

.vd-promise-label {
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--text-light);
}

/* Responsive */

@media (max-width: 1024px) {
    .vd-detail-grid {
        grid-template-columns: 1fr;
        gap: 40px
    }
}

@media (max-width: 900px) {
    .vd-features-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .vd-promise-bar {
        grid-template-columns: 1fr
    }

    .vd-promise-item {
        border-right: none;
        border-bottom: 1px solid rgba(191, 164, 117, 0.1)
    }

    .vd-promise-item:last-child {
        border-bottom: none
    }
}

@media (max-width: 600px) {
    .vd-hero {
        height: 88vh;
        min-height: 480px
    }

    .vd-hero-inner {
        padding: 0 20px 40px
    }

    .vd-hero-sub {
        font-size: 13px;
        margin-bottom: 24px
    }

    .vd-stats-bar {
        gap: 14px 0
    }

    .vd-stat {
        padding-right: 16px;
        margin-right: 16px
    }

    .vd-features-grid {
        grid-template-columns: 1fr
    }

    .vd-feature-card {
        padding: 24px 20px
    }

    .vd-rates-card {
        padding: 28px 20px
    }

    .vd-promise-item {
        padding: 28px 20px
    }
}

/* â”€â”€ Gallery â”€â”€ */

.vd-gallery-section {
    background: #0c0c0e;
    padding: 80px 48px;
}

.vd-gallery-container {
    max-width: 1200px;
    margin: 0 auto;
}

.vd-gallery-header {
    margin-bottom: 48px;
}

.vd-gallery-grid {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 4px;
}

.vd-gallery-main {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4/3;
}

.vd-gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.vd-gallery-main:hover img {
    transform: scale(1.04);
}

.vd-gallery-zoom-icon {
    position: absolute;
    bottom: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    background: rgba(10, 10, 10, 0.65);
    border: 1px solid rgba(191, 164, 117, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.vd-gallery-main:hover .vd-gallery-zoom-icon {
    opacity: 1;
}

.vd-gallery-thumbs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
    gap: 4px;
}

.vd-gallery-thumb {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4/3;
}

.vd-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
    filter: brightness(0.85);
}

.vd-gallery-thumb:hover img {
    transform: scale(1.06);
    filter: brightness(1);
}

.vd-gallery-thumb--more img {
    filter: brightness(0.35);
}

.vd-gallery-thumb--more:hover img {
    filter: brightness(0.4);
}

.vd-gallery-more-label {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    pointer-events: none;
}

.vd-gallery-more-label span {
    font-family: 'Cormorant Garamond', serif;
    font-size: 36px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
}

.vd-gallery-more-label small {
    font-family: 'Inter', sans-serif;
    font-size: 9px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
}

/* â”€â”€ Lightbox â”€â”€ */

.vd-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.vd-lightbox--open {
    opacity: 1;
    pointer-events: all;
}

.vd-lightbox-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(5, 5, 5, 0.96);
}

.vd-lightbox-stage {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    max-width: 90vw;
    max-height: 90vh;
}

.vd-lightbox-img {
    max-width: 88vw;
    max-height: 82vh;
    object-fit: contain;
    display: block;
    transition: opacity 0.15s ease;
}

.vd-lightbox-counter {
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.38);
}

.vd-lightbox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s;
}

.vd-lightbox-close:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.3);
}

.vd-lightbox-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 52px;
    height: 52px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s;
}

.vd-lightbox-btn:hover {
    background: rgba(191, 164, 117, 0.15);
    border-color: rgba(191, 164, 117, 0.45);
}

.vd-lightbox-prev {
    left: 20px;
}

.vd-lightbox-next {
    right: 20px;
}

/* Gallery responsive */

@media (max-width: 900px) {
    .vd-gallery-grid {
        grid-template-columns: 1fr
    }

    .vd-gallery-main {
        aspect-ratio: 16/9
    }

    .vd-gallery-thumbs {
        grid-template-columns: repeat(4, 1fr)
    }

    .vd-gallery-thumb {
        aspect-ratio: 1/1
    }
}

@media (max-width: 600px) {
    .vd-gallery-section {
        padding: 60px 20px
    }

    .vd-gallery-thumbs {
        grid-template-columns: repeat(3, 1fr)
    }

    .vd-lightbox-prev {
        left: 8px
    }

    .vd-lightbox-next {
        right: 8px
    }

    .vd-lightbox-btn {
        width: 40px;
        height: 40px
    }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   BOOKING STEP 1 â€” VEHICLE SELECTOR v2
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* â”€â”€ Tab strip â”€â”€ */

.vs-tabs {
    display: flex;
    gap: 0;
    border: 1px solid var(--border-grey);
    overflow-x: auto;
    background: #faf7f2;
    margin-bottom: 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: var(--border-grey) transparent;
}

.vs-tab {
    flex: 1;
    min-width: 140px;
    max-width: 220px;
    cursor: pointer;
    border-right: 1px solid var(--border-grey);
    transition: background 0.2s;
    background: #faf7f2;
    position: relative;
    display: flex;
    flex-direction: column;
    user-select: none;
}

.vs-tab:last-child {
    border-right: none;
}

.vs-tab:hover:not(.vs-tab--active) {
    background: #fffdf8;
}

.vs-tab--active {
    background: #fff;
}

.vs-tab-img {
    height: 88px;
    overflow: hidden;
    border-bottom: 1px solid var(--border-grey);
}

.vs-tab-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s;
    filter: grayscale(25%);
}

.vs-tab--active .vs-tab-img img,
.vs-tab:hover .vs-tab-img img {
    filter: none;
    transform: scale(1.04);
}

.vs-tab-meta {
    padding: 10px 12px 12px;
    display: flex;
    flex-direction: column;
    gap: 3px;
    flex: 1;
}

.vs-tab-badge {
    font-size: 9px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gold);
}

.vs-tab-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 15px;
    color: var(--text);
    line-height: 1.25;
}

.vs-tab--active .vs-tab-name {
    color: var(--text);
}

.vs-tab-indicator {
    height: 3px;
    background: transparent;
    transition: background 0.2s;
    margin-top: auto;
}

.vs-tab--active .vs-tab-indicator {
    background: var(--gold);
}

/* â”€â”€ Vehicle detail panel â”€â”€ */

.vs-panel {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    border: 1px solid var(--border-grey);
    border-top: none;
    background: #fff;
    margin-bottom: 36px;
    animation: vsFadeIn 0.3s ease;
}

.vs-panel--fade {
    animation: vsFadeIn 0.25s ease;
}

@keyframes vsFadeIn {
    from {
        opacity: 0.5;
        transform: translateY(4px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.vs-panel-left {
    position: relative;
    min-height: 340px;
    min-width: 0;
}

.vs-panel-img-wrap {
    position: relative;
    height: 100%;
    min-height: 340px;
}

.vs-panel-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.vs-gallery-btn {
    position: absolute;
    bottom: 16px;
    right: 16px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: none;
    padding: 9px 16px;
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 7px;
    transition: background 0.2s;
    backdrop-filter: blur(4px);
}

.vs-gallery-btn:hover {
    background: var(--gold);
}

.vs-panel-right {
    padding: 28px 32px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    border-left: 1px solid var(--border-grey);
    min-width: 0;
}

.vs-panel-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 30px;
    font-weight: 400;
    color: var(--text);
    line-height: 1.1;
    margin-top: 6px;
}

.vs-panel-desc {
    font-size: 13px;
    color: var(--text-light);
    line-height: 1.8;
    margin: 0;
}

.vs-panel-features {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.vs-panel-specs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.vs-spec {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: var(--text-mid);
    background: var(--bg);
    padding: 5px 12px;
    border: 1px solid var(--border-grey);
}

.vs-spec svg {
    color: var(--gold);
    flex-shrink: 0;
}

.vs-rates-label {
    font-size: 10px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--text-light);
    margin-bottom: 8px;
}

.vs-rates-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
}

.vs-rate-item {
    background: var(--bg);
    border: 1px solid var(--border-grey);
    padding: 8px 10px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.vs-rate-airport {
    font-size: 9px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--text-light);
}

.vs-rate-price {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    color: var(--gold);
    line-height: 1;
}

.vs-extras-section {
    margin-top: 0;
}

/* â”€â”€ Gallery modal â”€â”€ */

.vs-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.82);
    z-index: 9000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s;
}

.vs-modal--open {
    opacity: 1;
    pointer-events: all;
}

.vs-modal-box {
    background: #fff;
    width: min(92vw, 920px);
    max-height: 92vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    animation: vsModalIn 0.25s ease;
}

@keyframes vsModalIn {
    from {
        transform: scale(0.97) translateY(8px)
    }
    to {
        transform: scale(1) translateY(0)
    }
}

.vs-modal-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    border-bottom: 1px solid var(--border-grey);
}

.vs-modal-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    color: var(--text);
}

.vs-modal-close {
    background: transparent;
    border: 1px solid var(--border-grey);
    width: 32px;
    height: 32px;
    cursor: pointer;
    font-size: 13px;
    color: var(--text-mid);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.vs-modal-close:hover {
    border-color: var(--text);
    color: var(--text);
}

.vs-modal-stage {
    display: flex;
    align-items: stretch;
    background: #f0ede6;
    flex-shrink: 0;
}

.vs-modal-img-wrap {
    flex: 1;
    height: 440px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.vs-modal-img-wrap img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.vs-modal-nav {
    background: rgba(0, 0, 0, 0.12);
    border: none;
    color: var(--text);
    width: 48px;
    font-size: 20px;
    cursor: pointer;
    transition: background 0.2s;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vs-modal-nav:hover {
    background: rgba(191, 164, 117, 0.25);
}

.vs-modal-footer {
    border-top: 1px solid var(--border-grey);
    background: #faf7f2;
}

.vs-modal-counter {
    display: block;
    text-align: center;
    padding: 8px 0 4px;
    font-size: 11px;
    letter-spacing: 0.1em;
    color: var(--text-light);
}

.vs-modal-thumbs {
    display: flex;
    gap: 6px;
    padding: 8px 16px 14px;
    overflow-x: auto;
    scrollbar-width: thin;
}

.vs-gal-thumb {
    width: 72px;
    height: 52px;
    flex-shrink: 0;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.2s;
    overflow: hidden;
}

.vs-gal-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.vs-gal-thumb--active {
    border-color: var(--gold);
}

.vs-gal-thumb:hover:not(.vs-gal-thumb--active) {
    border-color: rgba(191, 164, 117, 0.45);
}

/* â”€â”€ Responsive â”€â”€ */

@media (max-width: 960px) {
    .vs-panel {
        grid-template-columns: 1fr
    }

    .vs-panel-left {
        min-height: 260px
    }

    .vs-panel-img-wrap {
        min-height: 260px
    }

    .vs-panel-right {
        border-left: none;
        border-top: 1px solid var(--border-grey);
        padding: 22px 20px
    }

    .vs-rates-grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width: 640px) {
    .vs-tab {
        min-width: 110px
    }

    .vs-tab-img {
        height: 68px
    }

    .vs-panel-name {
        font-size: 24px
    }

    .vs-rates-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .vs-modal-img-wrap {
        height: 260px
    }

    .vs-modal-nav {
        width: 36px;
        font-size: 16px
    }
}

@media (max-width: 480px) {
    .vs-tab {
        min-width: 88px
    }

    .vs-tab-img {
        height: 52px
    }

    .vs-tab-name {
        font-size: 13px
    }

    .vs-panel-right {
        padding: 16px 14px
    }

    .vs-rates-grid {
        grid-template-columns: 1fr 1fr
    }

    .vs-panel-img-wrap {
        min-height: 200px
    }

    .vs-panel-left {
        min-height: 200px
    }
}

/* SFH landing refinement overrides */

.lnd-hero {
    position: relative;
    height: 100 svh;
    min-height: 600px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 82px;
    box-sizing: border-box;
}

.lnd-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: brightness(0.52) saturate(0.95) contrast(1.05);
}

.lnd-hero-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 10, 10, 0.28) 0%, rgba(10, 10, 10, 0.08) 40%, rgba(10, 10, 10, 0.48) 100%);
}

.lnd-hero-vignette {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 50%, rgba(10, 10, 10, 0.02) 30%, rgba(10, 10, 10, 0.32) 100%);
}

.lnd-hero-content {
    position: relative;
    text-align: center;
    max-width: 860px;
    padding: 0 24px;
    z-index: 2;
}

.lnd-hero-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(54px, 6.2vw, 82px);
    font-weight: 500;
    line-height: 1.02;
    color: #F8F3E8;
    animation: heroReveal 1s ease 0.5s both;
    letter-spacing: 0.01em;
    text-wrap: balance;
}

.lnd-hero-sub {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.9;
    color: rgba(248, 243, 232, 0.84);
    max-width: 680px;
    margin: 28px auto 0;
    animation: heroReveal 1s ease 0.7s both;
    letter-spacing: 0.01em;
}

.btn-gold,
.btn-ghost,
.btn-primary,
.btn-outline,
.nav-book-btn {
    font-family: 'Inter', sans-serif
}

@media (max-width: 768px) {
    .lnd-hero {
        height: auto;
        min-height: 100 svh;
        padding: 110px 12px 120px
    }

    .lnd-hero-title {
        font-size: 50px;
        line-height: 1.04
    }

    .lnd-hero-sub {
        font-size: 15px;
        line-height: 1.8;
        max-width: 100%
    }

    .lnd-hero-actions {
        margin-top: 34px
    }

    .btn-gold,
    .btn-ghost {
        width: 100%;
        max-width: 320px;
        text-align: center
    }

    .lnd-hero-actions .btn-ghost {
        width: 66.67%;
        max-width: 213px
    }
}

@media (max-width: 520px) {
    .lnd-hero-title {
        font-size: 44px
    }

    .lnd-hero-eyebrow {
        font-size: 10px;
        letter-spacing: 0.26em
    }
}
