/* Trinitas Airport Transfer — dark luxury theme */
:root {
    --gold: #C5A059;
    --gold-light: #d4b574;
    --gold-dim: rgba(197, 160, 89, 0.18);
    --gold-border: rgba(197, 160, 89, 0.45);
    --bg: #0e0e0e;
    --bg-deep: #080808;
    --card: #161616;
    --card-2: #1c1c1c;
    --text: #f3f0ea;
    --muted: #9a9590;
    --line: rgba(255, 255, 255, 0.08);
    --shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
    --radius: 14px;
    --font-display: "Cormorant Garamond", Georgia, serif;
    --font-body: "Outfit", system-ui, sans-serif;
    --header-h: 78px;
    --topbar-h: 42px;
    --max: 1260px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    width: 100%;
    max-width: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: var(--font-body);
    font-weight: 400;
    color: var(--text);
    background: var(--bg);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    max-width: 100%;
    position: relative;
    touch-action: manipulation;
}

body.nav-open {
    overflow: hidden;
    touch-action: none;
}

.site-wrap {
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    /* Space for fixed chrome; shrinks when topbar collapses */
    padding-top: calc(var(--topbar-h) + var(--header-h));
    transition: padding-top 0.28s ease;
}

.site-wrap.is-scrolled {
    padding-top: var(--header-h);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: var(--gold);
    text-decoration: none;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

a:hover {
    color: var(--gold-light);
}

p {
    margin: 0 0 1rem;
}

h1, h2, h3, h4 {
    font-family: var(--font-display);
    font-weight: 600;
    line-height: 1.15;
    margin: 0 0 0.75rem;
    letter-spacing: 0.01em;
}

.container {
    width: min(100% - 2rem, var(--max));
    margin-inline: auto;
    max-width: 100%;
}

.muted {
    color: var(--muted);
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.85rem 1.5rem;
    border-radius: 999px;
    font-family: var(--font-body);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border: 1px solid transparent;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
    transform: translateY(-1px);
}

.btn-gold {
    background: linear-gradient(135deg, #d4b574, var(--gold) 45%, #a8863f);
    color: #111 !important;
    box-shadow: 0 10px 30px rgba(197, 160, 89, 0.28);
}

.btn-gold:hover {
    color: #000 !important;
    box-shadow: 0 14px 36px rgba(197, 160, 89, 0.4);
}

.btn-ghost {
    background: transparent;
    color: var(--text) !important;
    border-color: var(--gold-border);
}

.btn-ghost:hover {
    border-color: var(--gold);
    color: var(--gold) !important;
}

.btn-sm {
    padding: 0.65rem 1.15rem;
    font-size: 0.75rem;
}

.btn-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

/* Fixed chrome: topbar can collapse; header always stays on screen */
.site-chrome {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
}

.topbar {
    background: #0a0a0a;
    border-bottom: 1px solid var(--line);
    min-height: var(--topbar-h);
    max-height: var(--topbar-h);
    font-size: 0.78rem;
    overflow: hidden;
    transition: max-height 0.28s ease, min-height 0.28s ease, opacity 0.22s ease, border-color 0.22s ease;
}

.site-chrome.is-scrolled .topbar {
    max-height: 0;
    min-height: 0;
    opacity: 0;
    border-bottom-color: transparent;
    pointer-events: none;
}

.topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: var(--topbar-h);
}

.social-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 0.45rem;
    align-items: center;
}

.social-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid var(--gold-border);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--gold) !important;
    background: transparent;
}

.social-icon:hover {
    background: var(--gold-dim);
    color: var(--gold-light) !important;
}

.topbar-phone {
    color: var(--text) !important;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-align: left;
    white-space: nowrap;
}

.topbar-phone:hover {
    color: var(--gold) !important;
}

.lang-switch {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    gap: 0.35rem;
}

.lang-flag {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.62rem;
    font-weight: 700;
    color: var(--muted) !important;
    border: 1px solid var(--line);
    background: #121212;
}

.lang-flag:hover,
.lang-flag.is-active {
    color: #111 !important;
    background: var(--gold);
    border-color: var(--gold);
}

.topbar-end {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-left: auto;
}

.theme-toggle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid var(--line);
    background: #121212;
    color: var(--gold);
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.theme-toggle:hover {
    background: var(--gold-dim);
    border-color: var(--gold-border);
    color: var(--gold-light);
    transform: translateY(-1px);
}

.theme-toggle:focus-visible {
    outline: 2px solid var(--gold);
    outline-offset: 2px;
}

.theme-icon {
    display: block;
}

.theme-icon-moon {
    display: none;
}

html[data-theme="light"] .theme-icon-sun {
    display: none;
}

html[data-theme="light"] .theme-icon-moon {
    display: block;
}

.theme-toggle--header {
    display: none;
}

.theme-toggle--drawer {
    margin-top: 0.85rem;
}

/* Header sits in the fixed chrome */
.site-header {
    position: relative;
    z-index: 1;
    background: rgba(14, 14, 14, 0.92);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid transparent;
    transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.site-chrome.is-scrolled .site-header,
.site-header.is-scrolled {
    border-bottom-color: var(--line);
    background: rgba(8, 8, 8, 0.96);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    min-height: var(--header-h);
}

.brand {
    flex-shrink: 1;
    min-width: 0;
}

.brand-logo {
    height: 52px;
    width: auto;
    max-width: 180px;
}

.desktop-nav .nav-list,
.main-nav .nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 0.15rem 1.15rem;
}

.nav-link {
    color: var(--muted) !important;
    font-size: 0.82rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.35rem 0;
    position: relative;
}

.nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--gold);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.25s ease;
}

.nav-link:hover,
.nav-link.is-active {
    color: var(--text) !important;
}

.nav-link.is-active::after,
.nav-link:hover::after {
    transform: scaleX(1);
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    flex-shrink: 0;
}

.header-call {
    display: none;
    width: 42px;
    height: 42px;
    border-radius: 11px;
    border: 1px solid var(--gold-border);
    align-items: center;
    justify-content: center;
    color: var(--gold) !important;
    background: rgba(197, 160, 89, 0.08);
}

.header-call:hover {
    background: var(--gold-dim);
    color: var(--gold-light) !important;
}

.nav-mobile-ctas,
.nav-mobile-meta,
.drawer-head {
    display: none;
}

/* Mobile drawer is hidden on desktop */
.main-nav {
    display: none;
}

.nav-backdrop {
    display: none;
}

.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid var(--gold-border);
    border-radius: 11px;
    background: transparent;
    padding: 0;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    flex-shrink: 0;
    z-index: 120;
}

.nav-toggle span {
    display: block;
    width: 18px;
    height: 1.5px;
    background: var(--gold);
    transition: transform 0.28s ease, opacity 0.28s ease;
}

.nav-toggle.is-open span:nth-child(1) {
    transform: translateY(6.5px) rotate(45deg);
}

.nav-toggle.is-open span:nth-child(2) {
    opacity: 0;
}

.nav-toggle.is-open span:nth-child(3) {
    transform: translateY(-6.5px) rotate(-45deg);
}

/* Hero */
.hero {
    position: relative;
    min-height: calc(100vh - var(--topbar-h) - var(--header-h));
    min-height: max(560px, calc(100dvh - var(--topbar-h) - var(--header-h)));
    display: flex;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
}

.hero-bg {
    position: absolute;
    inset: 0;
    z-index: -2;
    background: #0a0a0c;
}

.hero-cover {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    animation: heroCoverIn 1.2s ease both;
}

@keyframes heroCoverIn {
    from { transform: scale(1.06); opacity: 0.85; }
    to { transform: scale(1); opacity: 1; }
}

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(8, 8, 8, 0.88) 0%, rgba(8, 8, 8, 0.5) 45%, rgba(8, 8, 8, 0.28) 100%);
}

.hero-content {
    position: relative;
    padding: 4.5rem 0 5rem;
    max-width: 680px;
    animation: heroIn 0.9s ease both;
}

@keyframes heroIn {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
}

.eyebrow {
    display: inline-block;
    color: var(--gold);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    margin-bottom: 1.1rem;
}

.hero h1 {
    font-size: clamp(2.8rem, 7vw, 4.6rem);
    font-weight: 600;
    margin-bottom: 1.1rem;
    color: #fff;
}

.hero h1 .accent {
    color: var(--gold);
    font-style: italic;
    font-weight: 400;
}

.hero-lead {
    font-size: 1.08rem;
    color: var(--muted);
    max-width: 34rem;
    margin-bottom: 1.85rem;
    font-weight: 300;
}

/* Sections */
.section {
    padding: 5rem 0;
    position: relative;
}

.section-alt {
    background: linear-gradient(180deg, #101010, #0c0c0c);
}

.section-head {
    text-align: center;
    max-width: 40rem;
    margin: 0 auto 2.75rem;
}

.section-head h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    color: #fff;
}

.section-head p {
    color: var(--muted);
    margin: 0;
}

.prose {
    max-width: 46rem;
    margin: 0 auto;
    color: #cfc9c0;
    white-space: pre-line;
}

.prose p + p {
    margin-top: 1rem;
}

.page-hero {
    padding: 3.5rem 0 2.5rem;
    border-bottom: 1px solid var(--line);
    background:
        radial-gradient(ellipse 60% 80% at 50% 0%, rgba(197, 160, 89, 0.1), transparent 60%),
        var(--bg-deep);
}

.page-hero h1 {
    font-size: clamp(2.2rem, 5vw, 3.4rem);
    color: #fff;
}

.page-hero p {
    color: var(--muted);
    max-width: 36rem;
    margin: 0.5rem 0 0;
}

/* Price cards */
.price-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.15rem;
}

.price-card {
    background: var(--card);
    border: 1px solid var(--gold-border);
    border-radius: var(--radius);
    padding: 1.5rem 1.25rem 1.35rem;
    text-align: center;
    box-shadow: var(--shadow);
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.price-card:hover {
    transform: translateY(-4px);
    border-color: var(--gold);
}

.price-card h3 {
    font-size: 1.55rem;
    color: #fff;
    margin-bottom: 0.25rem;
}

.price-card .pax {
    color: var(--muted);
    font-size: 0.85rem;
    margin-bottom: 1rem;
}

.price-from {
    font-family: var(--font-display);
    font-size: 2.4rem;
    color: var(--gold);
    line-height: 1;
    margin-bottom: 0.85rem;
}

.price-from span {
    font-size: 0.95rem;
    color: var(--muted);
    font-family: var(--font-body);
    display: block;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 0.35rem;
}

.price-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.8rem;
    color: var(--muted);
}

.price-table td {
    padding: 0.35rem 0;
    border-top: 1px solid var(--line);
}

.price-table td:last-child {
    text-align: right;
    color: var(--text);
    font-weight: 500;
}

.price-note {
    text-align: center;
    color: var(--muted);
    max-width: 40rem;
    margin: 2rem auto 0;
    font-style: italic;
    font-family: var(--font-display);
    font-size: 1.25rem;
}

/* Advantages */
.adv-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.9rem 1.25rem;
}

.adv-item {
    display: flex;
    gap: 0.9rem;
    align-items: flex-start;
    padding: 1.1rem 1.15rem;
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 12px;
}

.adv-item::before {
    content: "";
    width: 10px;
    height: 10px;
    margin-top: 0.45rem;
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 0 4px var(--gold-dim);
}

.adv-item p {
    margin: 0;
    color: #d8d2c8;
    font-size: 0.95rem;
}

/* Fleet cards */
.fleet-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.2rem;
}

.fleet-card {
    background: var(--card);
    border: 1px solid var(--gold-border);
    border-radius: var(--radius);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.fleet-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.fleet-media {
    aspect-ratio: 16 / 10;
    background: linear-gradient(160deg, #1a1a1a, #0f0f0f);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    border-bottom: 1px solid var(--line);
}

.fleet-media img {
    max-height: 120px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.5));
    transition: transform 0.35s ease;
}

.fleet-card:hover .fleet-media img {
    transform: scale(1.04);
}

.fleet-grid--page {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.fleet-media--lg {
    aspect-ratio: 16 / 9;
    padding: 1.75rem;
}

.fleet-media--lg img {
    max-height: 160px;
}

.fleet-body {
    padding: 1.25rem 1.2rem 1.4rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.fleet-body h3 {
    font-size: 1.45rem;
    color: #fff;
    margin-bottom: 0.15rem;
}

.fleet-model {
    color: var(--gold);
    font-size: 0.82rem;
    letter-spacing: 0.04em;
    margin-bottom: 0.75rem;
}

.fleet-meta {
    display: flex;
    gap: 1rem;
    margin-bottom: 0.85rem;
    font-size: 0.82rem;
    color: var(--muted);
}

.fleet-meta strong {
    color: var(--text);
    font-weight: 600;
}

.fleet-desc {
    color: var(--muted);
    font-size: 0.9rem;
    flex: 1;
    margin-bottom: 1rem;
}

/* Service cards */
.svc-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.15rem;
    margin-bottom: 2.5rem;
}

.svc-card {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 1.5rem 1.25rem;
    position: relative;
    overflow: hidden;
}

.svc-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.svc-card h3 {
    font-size: 1.4rem;
    color: #fff;
}

.svc-card p {
    color: var(--muted);
    margin: 0;
    font-size: 0.92rem;
}

/* Values / about — 6-col grid so 5 cards sit as 3 + 2 centered */
.value-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1.15rem;
    margin-top: 2.5rem;
}

.value-card {
    grid-column: span 2;
    background: var(--card-2);
    border: 1px solid var(--gold-border);
    border-radius: var(--radius);
    padding: 1.5rem 1.3rem;
}

.value-card:nth-child(4) {
    grid-column: 2 / 4;
}

.value-card:nth-child(5) {
    grid-column: 4 / 6;
}

.value-card h3 {
    color: var(--gold);
    font-size: 1.35rem;
}

.value-card p {
    margin: 0;
    color: var(--muted);
    font-size: 0.92rem;
}

.mission-banner {
    margin-top: 2.5rem;
    text-align: center;
    padding: 2rem;
    border: 1px solid var(--gold-border);
    border-radius: var(--radius);
    background: linear-gradient(135deg, rgba(197, 160, 89, 0.08), transparent 55%);
}

.mission-banner p {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    color: var(--gold);
    font-style: italic;
}

/* CTA band */
.cta-band {
    padding: 4rem 0;
    background:
        radial-gradient(ellipse 70% 120% at 50% 50%, rgba(197, 160, 89, 0.14), transparent 65%),
        #0a0a0a;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    text-align: center;
}

.cta-band h2 {
    font-size: clamp(2rem, 4vw, 2.8rem);
    color: #fff;
}

.cta-band p {
    color: var(--muted);
    max-width: 32rem;
    margin: 0 auto 1.5rem;
}

/* Contact */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 2rem;
    align-items: start;
}

.contact-card {
    background: var(--card);
    border: 1px solid var(--gold-border);
    border-radius: var(--radius);
    padding: 1.75rem 1.5rem;
}

.contact-company {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    margin-bottom: 1.4rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid var(--line);
}

.contact-company strong {
    font-family: var(--font-display);
    font-size: 1.35rem;
    font-weight: 600;
    color: #fff;
}

.contact-company span {
    color: var(--muted);
    font-size: 0.95rem;
}

.contact-card dt {
    color: var(--gold);
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
}

.contact-card dd {
    margin: 0 0 1.15rem;
    color: var(--text);
}

.contact-card dd:last-child {
    margin-bottom: 0;
}

.contact-address {
    line-height: 1.55;
}

.contact-form {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 1.75rem 1.5rem;
}

.form-row {
    margin-bottom: 1rem;
}

.form-row label {
    display: block;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 0.4rem;
}

.form-row input,
.form-row textarea {
    width: 100%;
    background: #101010;
    border: 1px solid var(--line);
    border-radius: 10px;
    color: var(--text);
    font: inherit;
    padding: 0.8rem 0.95rem;
    outline: none;
    transition: border-color 0.2s ease;
}

.form-row input:focus,
.form-row textarea:focus {
    border-color: var(--gold);
}

.form-row textarea {
    min-height: 140px;
    resize: vertical;
}

.form-note {
    font-size: 0.82rem;
    color: var(--muted);
    margin-top: 0.85rem;
}

/* FAQ */
.faq-list {
    max-width: 760px;
    margin: 0 auto;
}

.faq-item {
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--card);
    margin-bottom: 0.75rem;
    overflow: hidden;
}

.faq-q {
    width: 100%;
    text-align: left;
    background: transparent;
    border: 0;
    color: #fff;
    font-family: var(--font-display);
    font-size: 1.25rem;
    padding: 1.1rem 1.25rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.faq-q::after {
    content: "+";
    color: var(--gold);
    font-family: var(--font-body);
    font-size: 1.2rem;
    flex-shrink: 0;
}

.faq-item.is-open .faq-q::after {
    content: "–";
}

.faq-a {
    display: none;
    padding: 0 1.25rem 1.2rem;
    color: var(--muted);
}

.faq-item.is-open .faq-a {
    display: block;
}

/* Book hub */
.book-panels {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    margin-top: 2rem;
}

.book-panel {
    min-height: 220px;
    border-radius: var(--radius);
    border: 1px solid var(--gold-border);
    background:
        linear-gradient(160deg, rgba(197, 160, 89, 0.12), transparent 55%),
        var(--card);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
    gap: 1rem;
    color: inherit;
}

.book-panel:hover {
    border-color: var(--gold);
    transform: translateY(-2px);
}

.book-panel h2 {
    font-size: 2rem;
    color: #fff;
    margin: 0;
}

.book-panel .muted {
    max-width: 16rem;
    margin: 0;
    font-size: 0.92rem;
}

.notice {
    margin-top: 1.5rem;
    padding: 1rem 1.2rem;
    border-left: 3px solid var(--gold);
    background: var(--gold-dim);
    color: #e8e0d2;
    font-size: 0.92rem;
}

/* Order form */
.page-hero--order {
    padding-bottom: 1.5rem;
}

.order-switch {
    display: inline-flex;
    gap: 0.5rem;
    margin-top: 1.25rem;
    padding: 0.3rem;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: rgba(0, 0, 0, 0.35);
}

.order-switch-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 1.1rem;
    border-radius: 999px;
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.order-switch-link.is-active,
.order-switch-link:hover {
    color: #111;
    background: var(--gold);
}

.section--order {
    padding-top: 0.5rem;
}

.container--order {
    width: min(100% - 2rem, 1260px);
}

.order-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 1.75rem;
    align-items: start;
    max-width: 1260px;
    margin: 0 auto;
}

.order-form-wrap {
    max-width: none;
    margin: 0;
    min-width: 0;
}

.order-sidebar {
    position: sticky;
    top: calc(var(--header-h) + 1.25rem);
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.order-sidebar-notice,
.order-sidebar-info {
    background:
        linear-gradient(180deg, rgba(197, 160, 89, 0.08), transparent 42%),
        var(--card);
    border: 1px solid var(--gold-border);
    border-radius: var(--radius);
    padding: 1.25rem 1.15rem;
    box-shadow: var(--shadow);
}

.order-sidebar-notice p {
    margin: 0 0 0.85rem;
    font-size: 0.92rem;
    line-height: 1.55;
    color: var(--text);
}

.order-sidebar-notice p:last-child {
    margin-bottom: 0;
}

.order-sidebar-signoff {
    color: var(--muted);
    font-size: 0.88rem !important;
}

.order-sidebar-title {
    margin: 0 0 0.85rem;
    font-size: 0.95rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--gold);
}

.order-sidebar-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.order-sidebar-list li {
    position: relative;
    padding-left: 1rem;
    font-size: 0.84rem;
    line-height: 1.5;
    color: var(--muted);
}

.order-sidebar-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--gold);
}

.order-sidebar-list a {
    color: var(--gold);
    text-decoration: none;
    white-space: nowrap;
}

.order-sidebar-list a:hover {
    text-decoration: underline;
}

.order-form {
    width: 100%;
}

.order-alerts {
    margin-bottom: 1rem;
}

.order-alerts .alert,
.order-alerts .hiddenStop {
    padding: 0.85rem 1rem;
    border-radius: 10px;
    border: 1px solid rgba(197, 160, 89, 0.35);
    background: var(--gold-dim);
    color: #f0e6d4;
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
}

.order-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
    align-items: start;
}

.order-card {
    background:
        linear-gradient(180deg, rgba(197, 160, 89, 0.06), transparent 40%),
        var(--card);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 1.35rem 1.2rem;
    box-shadow: var(--shadow);
}

.field {
    margin-bottom: 0.95rem;
}

.field-label {
    display: block;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 0.4rem;
}

.field .req {
    color: var(--gold);
}

.field-row {
    display: flex;
    gap: 0.75rem;
}

.field-row .field {
    flex: 1;
    min-width: 0;
}

.field--grow {
    flex: 1.6;
}

.field--haus {
    flex: 0.7;
}

.field-inline {
    display: flex;
    gap: 0.45rem;
}

.field-inline .form-control {
    flex: 1;
    min-width: 0;
}

.field-date .form-control:nth-child(1) { flex: 0.7; }
.field-date .form-control:nth-child(2) { flex: 1.4; }
.field-date .form-control:nth-child(3) { flex: 1; }

.field-time .form-control {
    max-width: 5.5rem;
}

.order-form .form-control,
.order-form select.form-control,
.order-form input.form-control,
.order-form textarea.form-control {
    width: 100%;
    background: #101010;
    border: 1px solid var(--line);
    border-radius: 10px;
    color: var(--text);
    font: inherit;
    font-size: 0.95rem;
    padding: 0.7rem 0.8rem;
    outline: none;
    transition: border-color 0.2s ease;
    -webkit-appearance: none;
    appearance: none;
}

.order-form select.form-control {
    background-image: linear-gradient(45deg, transparent 50%, var(--gold) 50%),
        linear-gradient(135deg, var(--gold) 50%, transparent 50%);
    background-position: calc(100% - 16px) calc(50% - 2px), calc(100% - 11px) calc(50% - 2px);
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    padding-right: 2rem;
}

.order-form .form-control:focus {
    border-color: var(--gold);
}

.order-form select.form-control option {
    background: #161616;
    color: #f3f0ea;
}

.order-summary {
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
}

.order-summary-card {
    width: min(100%, 420px);
    background: var(--card);
    border: 1px solid var(--gold-border);
    border-radius: var(--radius);
    padding: 1.5rem 1.35rem;
    box-shadow: var(--shadow);
}

.order-price-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
}

.order-price-table td {
    padding: 0.35rem 0;
    color: var(--muted);
    font-size: 0.95rem;
}

.order-price-cell {
    text-align: right;
    white-space: nowrap;
}

.order-currency {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--gold);
    margin-right: 0.2rem;
}

.order-price-input {
    width: 4.5rem;
    border: none;
    background: transparent;
    color: var(--gold);
    font-size: 1.45rem;
    font-weight: 700;
    text-align: right;
    padding: 0;
}

.order-terms {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    color: var(--muted);
    font-size: 0.88rem;
    margin: 0.75rem 0 1rem;
}

.order-terms input {
    margin-top: 0.2rem;
}

.order-form .g-recaptcha {
    margin: 0.75rem 0 1.1rem;
    transform-origin: left top;
}

.order-submit {
    width: 100%;
    border: none;
}

@media (max-width: 960px) {
    .order-grid {
        grid-template-columns: 1fr;
    }
}

/* Footer */
.site-footer {
    position: relative;
    background: #080808;
    border-top: 1px solid var(--line);
    padding-top: 3.5rem;
    overflow: hidden;
}

.footer-glow {
    position: absolute;
    inset: auto 20% -40% 20%;
    height: 280px;
    background: radial-gradient(ellipse, rgba(197, 160, 89, 0.12), transparent 70%);
    pointer-events: none;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 2.5rem;
    position: relative;
    padding-bottom: 2.5rem;
}

.footer-logo {
    height: 48px;
    width: auto;
    margin-bottom: 1rem;
}

.footer-about {
    color: var(--muted);
    font-size: 0.92rem;
    max-width: 24rem;
}

.footer-heading {
    font-size: 1.2rem;
    color: var(--gold);
    margin-bottom: 1rem;
}

.footer-links,
.footer-contact {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links a,
.footer-contact a {
    color: var(--muted) !important;
    font-size: 0.92rem;
}

.footer-links a:hover,
.footer-contact a:hover {
    color: var(--gold) !important;
}

.footer-company-name {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    margin-bottom: 0.35rem;
}

.footer-company-name strong {
    color: #fff;
    font-weight: 600;
}

.footer-company-name span,
.footer-address {
    color: var(--muted);
    line-height: 1.5;
}

.footer-links li,
.footer-contact li {
    margin-bottom: 0.55rem;
    color: var(--muted);
    font-size: 0.92rem;
}

.footer-cta {
    margin-top: 1rem;
}

.footer-bottom {
    border-top: 1px solid var(--line);
    padding: 1.1rem 0;
}

.footer-bottom-inner p {
    margin: 0;
    color: #6f6a64;
    font-size: 0.82rem;
}

/* Reveal */
.reveal {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: none;
}

/* Responsive */
@media (max-width: 1100px) {
    .price-grid,
    .fleet-grid,
    .svc-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .value-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .value-card,
    .value-card:nth-child(4),
    .value-card:nth-child(5) {
        grid-column: auto;
    }

    .desktop-nav .nav-list {
        gap: 0.1rem 0.75rem;
    }

    .nav-link {
        font-size: 0.74rem;
    }
}

@media (max-width: 900px) {
    :root {
        --header-h: 64px;
        --topbar-h: 0px;
    }

    /* No top social/lang line on mobile */
    .topbar {
        display: none !important;
    }

    /* Fixed header chrome (no topbar) */
    .site-chrome {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 100;
    }

    .site-header {
        position: relative;
        top: auto;
        background: rgba(8, 8, 8, 0.96);
        border-bottom-color: var(--line);
    }

    .site-wrap {
        padding-top: var(--header-h);
    }

    .site-wrap.is-scrolled {
        padding-top: var(--header-h);
    }

    .header-inner {
        gap: 0.75rem;
        min-width: 0;
    }

    .brand {
        flex: 1;
        display: flex;
        justify-content: center;
    }

    .brand-logo {
        height: 40px;
        max-width: min(150px, 42vw);
    }

    /* Left side drawer */
    body.nav-open .site-chrome {
        z-index: 180;
    }

    .nav-backdrop {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 200;
        background: rgba(0, 0, 0, 0.62);
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.28s ease, visibility 0.28s ease;
    }

    .nav-backdrop.is-visible {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .main-nav {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: min(86vw, 320px);
        max-width: 320px;
        z-index: 210;
        display: flex;
        background:
            linear-gradient(180deg, rgba(197, 160, 89, 0.08) 0%, transparent 28%),
            #0b0b0c;
        border-right: 1px solid var(--gold-border);
        box-shadow: 24px 0 60px rgba(0, 0, 0, 0.55);
        padding: calc(1rem + env(safe-area-inset-top, 0px)) 1.25rem calc(1.5rem + env(safe-area-inset-bottom, 0px));
        transform: translateX(-105%) !important;
        transition: transform 0.34s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.34s ease;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        flex-direction: column;
        gap: 0.35rem;
        visibility: hidden;
        pointer-events: none;
    }

    .main-nav.is-open {
        transform: translateX(0) !important;
        visibility: visible;
        pointer-events: auto;
    }

    .desktop-nav {
        display: none;
    }

    .drawer-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        margin-bottom: 1.25rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid var(--line);
    }

    .drawer-brand {
        display: flex;
        align-items: center;
        min-width: 0;
    }

    .drawer-brand img {
        height: 36px;
        width: auto;
        max-width: 170px;
    }

    .drawer-close {
        width: 40px;
        height: 40px;
        border-radius: 10px;
        border: 1px solid var(--line);
        background: transparent;
        position: relative;
        cursor: pointer;
        flex-shrink: 0;
    }

    .drawer-close span {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 16px;
        height: 1.5px;
        background: var(--gold);
        display: block;
    }

    .drawer-close span:first-child {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .drawer-close span:last-child {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .main-nav .nav-list {
        flex-direction: column;
        align-items: stretch;
        gap: 0.15rem;
        flex: 1;
    }

    .main-nav .nav-list li {
        width: 100%;
    }

    .nav-link {
        display: block;
        font-size: 1.05rem;
        padding: 0.85rem 0.9rem;
        border-radius: 12px;
        letter-spacing: 0.06em;
    }

    .nav-link::after {
        display: none;
    }

    .nav-link.is-active,
    .nav-link:hover {
        background: rgba(197, 160, 89, 0.12);
        color: var(--gold) !important;
    }

    .nav-mobile-meta {
        display: flex;
        flex-direction: column;
        gap: 0.85rem;
        margin-top: 1.25rem;
        padding-top: 1.15rem;
        border-top: 1px solid var(--line);
    }

    .lang-switch--drawer {
        justify-content: flex-start;
        gap: 0.4rem;
        flex-wrap: wrap;
    }

    .drawer-phone {
        color: var(--text) !important;
        font-size: 0.95rem;
        font-weight: 500;
        letter-spacing: 0.03em;
    }

    .drawer-phone:hover {
        color: var(--gold) !important;
    }

    .nav-mobile-ctas {
        display: flex;
        gap: 0.65rem;
        margin-top: 1rem;
        flex-wrap: wrap;
    }

    .nav-mobile-ctas .btn {
        flex: 1 1 auto;
        min-width: 0;
    }

    .header-book {
        display: none;
    }

    .header-call {
        display: inline-flex;
    }

    .nav-toggle {
        display: inline-flex;
        order: -1;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .contact-grid,
    .book-panels {
        grid-template-columns: 1fr;
    }

    .btn-row {
        width: 100%;
    }

    .btn-row .btn {
        flex: 1 1 auto;
        text-align: center;
    }

    .hero h1 {
        word-wrap: break-word;
        overflow-wrap: anywhere;
    }

    .order-layout {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .order-sidebar {
        position: static;
        order: -1;
    }

    .order-form-wrap,
    .contact-form,
    .contact-card {
        max-width: 100%;
    }

    .order-form .g-recaptcha {
        transform-origin: left top;
        transform: scale(0.92);
    }

    .order-price-table,
    .price-table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .field-inline {
        flex-wrap: wrap;
    }

    .field-time .form-control {
        max-width: none;
    }
}

@media (max-width: 640px) {
    .container {
        width: min(100% - 1.5rem, var(--max));
    }

    .price-grid,
    .fleet-grid,
    .fleet-grid--page,
    .svc-grid,
    .value-grid,
    .adv-grid {
        grid-template-columns: 1fr;
    }

    .hero {
        min-height: calc(100vh - var(--header-h));
        min-height: max(420px, calc(100dvh - var(--header-h)));
    }

    .hero-content {
        padding: 2.75rem 0 3rem;
        max-width: 100%;
    }

    .hero-overlay {
        background: linear-gradient(180deg, rgba(8, 8, 8, 0.55) 0%, rgba(8, 8, 8, 0.82) 100%);
    }

    .hero h1 {
        font-size: clamp(2.15rem, 9vw, 2.8rem);
    }

    .section {
        padding: 3.25rem 0;
    }

    .page-hero {
        padding: 2.5rem 0 1.75rem;
    }

    .lang-flag {
        width: 28px;
        height: 28px;
        font-size: 0.58rem;
    }

    .brand-logo {
        height: 38px;
    }

    .price-from {
        font-size: 2.1rem;
    }
}

/* Light theme — content & footer only; header/topbar stay dark */
html[data-theme="light"] .site-main,
html[data-theme="light"] .site-footer {
    --bg: #f5f2ec;
    --bg-deep: #ebe6de;
    --card: #ffffff;
    --card-2: #faf8f4;
    --text: #1c1917;
    --muted: #5f5a54;
    --line: rgba(0, 0, 0, 0.09);
    --shadow: 0 18px 48px rgba(0, 0, 0, 0.08);
    --gold-dim: rgba(197, 160, 89, 0.14);
}

html[data-theme="light"] .site-main {
    background: var(--bg);
    color: var(--text);
}

html[data-theme="light"] .site-footer {
    background: var(--bg-deep);
    color: var(--text);
}

html[data-theme="light"] .site-main .section-alt {
    background: linear-gradient(180deg, var(--card-2), var(--bg));
}

html[data-theme="light"] .site-main .page-hero {
    background:
        radial-gradient(ellipse 60% 80% at 50% 0%, rgba(197, 160, 89, 0.12), transparent 60%),
        var(--bg-deep);
}

html[data-theme="light"] .site-main .section-head h2,
html[data-theme="light"] .site-main .page-hero h1,
html[data-theme="light"] .site-main .price-card h3,
html[data-theme="light"] .site-main .fleet-body h3,
html[data-theme="light"] .site-main .svc-card h3,
html[data-theme="light"] .site-main .cta-band h2,
html[data-theme="light"] .site-main .contact-card h3,
html[data-theme="light"] .site-main .book-panel h2,
html[data-theme="light"] .site-main .faq-q,
html[data-theme="light"] .site-footer .footer-company-name strong {
    color: var(--text);
}

html[data-theme="light"] .site-main .prose {
    color: var(--muted);
}

html[data-theme="light"] .site-main .cta-band {
    background:
        radial-gradient(ellipse 70% 120% at 50% 50%, rgba(197, 160, 89, 0.12), transparent 65%),
        var(--card-2);
}

html[data-theme="light"] .site-main .fleet-media {
    background: linear-gradient(160deg, #f0ebe3, #e8e2d8);
}

html[data-theme="light"] .site-main .form-control,
html[data-theme="light"] .site-main .contact-form .form-control,
html[data-theme="light"] .site-main .order-form .form-control,
html[data-theme="light"] .site-main .form-row input,
html[data-theme="light"] .site-main .form-row textarea {
    background: #fff;
    color: var(--text);
    border-color: rgba(0, 0, 0, 0.12);
}

html[data-theme="light"] .site-main .order-form select.form-control option {
    background: #fff;
    color: var(--text);
}

html[data-theme="light"] .site-main .btn-ghost {
    color: var(--text) !important;
}

@media (max-width: 900px) {
    .theme-toggle--header {
        display: inline-flex;
    }
}
