:root {
    --bg: #0f0f10;
    --bg-soft: #17171a;
    --panel: rgba(20, 20, 22, 0.84);
    --panel-strong: rgba(14, 14, 16, 0.92);
    --line: rgba(242, 207, 31, 0.26);
    --gold: #f2cf1f;
    --gold-soft: #f7dfa2;
    --text: #f5f2e8;
    --muted: rgba(245, 242, 232, 0.72);
    --shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
    --radius-xl: 34px;
    --radius-lg: 26px;
    --radius-md: 18px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

#services,
#about,
#coverage,
#contact {
    scroll-margin-top: 112px;
}

#booking-module {
    scroll-margin-top: 96px;
}

body {
    margin: 0;
    color: var(--text);
    background:
        radial-gradient(circle at top left, rgba(242, 207, 31, 0.08), transparent 32%),
        radial-gradient(circle at 85% 18%, rgba(242, 207, 31, 0.1), transparent 20%),
        linear-gradient(180deg, #131315 0%, #0d0d0f 100%);
    font-family: "Manrope", sans-serif;
}

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

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

.site-shell {
    width: min(1280px, calc(100% - 32px));
    margin: 0 auto;
    padding: 24px 0 48px;
}

.topbar {
    position: sticky;
    top: 16px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 14px 18px;
    margin-bottom: 22px;
    background: rgba(12, 12, 14, 0.74);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 999px;
    box-shadow: var(--shadow);
}

.brandmark {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.brandmark img {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 1px solid var(--line);
    object-fit: cover;
}

.brandmark span {
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    white-space: nowrap;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 24px;
}

.main-nav a {
    color: var(--muted);
    font-size: 0.95rem;
}

.main-nav a:hover,
.text-link:hover {
    color: var(--gold);
}

.topbar-cta,
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 14px 22px;
    font-weight: 800;
    letter-spacing: 0.02em;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.topbar-cta,
.btn-primary {
    background: var(--gold);
    color: #111;
}

.btn-secondary {
    background: transparent;
    border: 1px solid var(--line);
    color: var(--text);
}

.topbar-cta:hover,
.btn:hover {
    transform: translateY(-1px);
}

.hero {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 28px;
    align-items: stretch;
    padding: 34px 0 22px;
}

.hero-copy,
.hero-panel,
.about-copy,
.about-portrait,
.service-card,
.coverage-card,
.cta-card {
    position: relative;
}

.hero-copy {
    padding: 22px 6px 18px 6px;
}

.eyebrow,
.card-kicker {
    margin: 0 0 14px;
    color: var(--gold);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.about-copy h2,
.cta-card h2,
.hero-card-main h2 {
    margin: 0;
    font-family: "Cormorant Garamond", serif;
    line-height: 0.96;
    letter-spacing: -0.02em;
}

.hero h1 {
    font-size: clamp(3.5rem, 6vw, 6.2rem);
    max-width: 11ch;
}

.hero-text,
.about-copy p,
.service-card p,
.coverage-card p,
.cta-text,
.booking-embed-copy p {
    color: var(--muted);
    line-height: 1.72;
    font-size: 1rem;
}

.hero-text {
    max-width: 62ch;
    margin: 24px 0 0;
}

.hero-actions,
.cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.hero-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 30px;
}

.hero-meta div {
    padding: 18px;
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.hero-meta strong,
.hero-meta a {
    display: block;
    margin-bottom: 6px;
    font-size: 1rem;
}

.hero-meta span {
    color: var(--muted);
    font-size: 0.95rem;
    line-height: 1.5;
}

.hero-panel {
    display: grid;
    gap: 18px;
}

.hero-card,
.hero-stat,
.portrait-frame,
.service-card,
.coverage-card,
.cta-card,
.about-note {
    background: var(--panel);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: var(--shadow);
}

.hero-card-main {
    min-height: 360px;
    padding: 28px;
    border-radius: var(--radius-xl);
    background:
        linear-gradient(160deg, rgba(242, 207, 31, 0.16), rgba(255, 255, 255, 0.03) 42%, rgba(0, 0, 0, 0.22) 100%),
        var(--panel-strong);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.hero-card-main h2 {
    font-size: clamp(2rem, 3vw, 3rem);
    margin-bottom: 16px;
}

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

.hero-stat {
    padding: 22px;
    border-radius: var(--radius-lg);
}

.stat-number {
    display: block;
    font-family: "Cormorant Garamond", serif;
    font-size: 3rem;
    color: var(--gold);
}

.stat-label {
    display: block;
    margin-top: 10px;
    color: var(--muted);
    line-height: 1.55;
}

.trust-band {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    justify-content: center;
    margin: 10px 0 34px;
    padding: 14px 20px;
    color: var(--gold-soft);
    font-size: 0.9rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.trust-band p {
    margin: 0;
}

.about-section,
.coverage-layout {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 28px;
    align-items: stretch;
}

.about-section,
.services-section,
.coverage-section,
.cta-section {
    margin-top: 42px;
}

.portrait-frame {
    min-height: 560px;
    max-width: min(100%, 900px);
    border-radius: var(--radius-xl);
    overflow: hidden;
    position: relative;
    background:
        radial-gradient(circle at top, rgba(242, 207, 31, 0.2), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(0, 0, 0, 0.25)),
        #121214;
}

.portrait-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}

.portrait-fallback .portrait-fallback-content {
    display: flex;
}

.portrait-fallback-content {
    position: absolute;
    inset: 0;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 24px;
    text-align: center;
}

.portrait-monogram {
    width: 108px;
    height: 108px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 1px solid var(--line);
    font-family: "Cormorant Garamond", serif;
    font-size: 3.8rem;
    color: var(--gold);
}

.portrait-fallback-content p {
    max-width: 18ch;
    margin: 0;
    color: var(--muted);
    line-height: 1.5;
}

.portrait-fallback-content code {
    color: var(--gold-soft);
    font-family: "Manrope", sans-serif;
}

.about-copy {
    padding: 12px 4px;
}

.about-copy h2,
.section-heading h2,
.cta-card h2 {
    font-size: clamp(2.2rem, 4vw, 4rem);
    margin-bottom: 18px;
}

.about-note {
    margin-top: 24px;
    padding: 18px 20px;
    border-radius: var(--radius-lg);
}

.about-note strong {
    display: block;
    margin-bottom: 8px;
    color: var(--gold);
}

.section-heading {
    max-width: 68ch;
    margin-bottom: 22px;
}

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

.service-card {
    padding: 24px;
    border-radius: var(--radius-lg);
    min-height: 260px;
}

.service-index {
    display: inline-block;
    margin-bottom: 20px;
    color: var(--gold);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.service-card h3,
.coverage-card h3 {
    margin: 0 0 12px;
    font-size: 1.4rem;
    line-height: 1.15;
}

.coverage-list {
    display: flex;
    flex-wrap: wrap;
    align-content: start;
    gap: 12px;
    padding: 4px 0;
}

.coverage-list span {
    padding: 14px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    color: var(--text);
}

.coverage-card {
    padding: 28px;
    border-radius: var(--radius-xl);
}

.booking-embed-card {
    display: grid;
    grid-template-columns: minmax(260px, 0.34fr) minmax(0, 0.66fr);
    gap: 22px;
    align-items: start;
    margin-top: 22px;
    padding: 24px;
    border-radius: var(--radius-xl);
    background:
        radial-gradient(circle at top left, rgba(242, 207, 31, 0.08), transparent 28%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.015)),
        var(--panel);
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: var(--shadow);
}

.booking-embed-copy {
    padding: 12px 6px;
    position: sticky;
    top: 108px;
}

.booking-embed-copy h3 {
    margin: 0 0 14px;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 0.98;
    letter-spacing: -0.02em;
}

.booking-embed-copy code {
    color: var(--gold-soft);
    font-family: "Manrope", sans-serif;
}

.booking-embed-copy .text-link {
    margin-top: 18px;
}

.booking-native-card {
    position: relative;
    z-index: 1;
    overflow: visible;
    padding: 24px;
    border-radius: calc(var(--radius-xl) - 4px);
    background:
        linear-gradient(160deg, rgba(242, 207, 31, 0.1), rgba(255, 255, 255, 0.025) 34%, rgba(0, 0, 0, 0.18)),
        rgba(10, 10, 12, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.booking-native-nav {
    display: flex;
    width: fit-content;
    gap: 8px;
    padding: 6px;
    margin: 0 auto 20px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.booking-native-link {
    border: 0;
    padding: 10px 18px;
    border-radius: 999px;
    background: transparent;
    color: var(--muted);
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    cursor: pointer;
}

.booking-native-link.active {
    background: var(--gold);
    color: #111;
}

.booking-native-brand {
    display: flex;
    justify-content: center;
    margin-bottom: 14px;
}

.booking-native-brand img {
    width: 92px;
    height: 92px;
    border-radius: 22px;
    object-fit: cover;
    border: 1px solid var(--line);
}

.booking-native-phone {
    display: block;
    width: fit-content;
    margin: 0 auto 20px;
    color: var(--gold);
    font-size: clamp(1.6rem, 3vw, 2.15rem);
    font-weight: 800;
    letter-spacing: 0.02em;
}

.booking-panel {
    display: none;
}

.booking-panel.active {
    display: block;
}

.booking-native-form {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 14px;
    overflow: visible;
}

.booking-native-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.booking-field {
    position: relative;
    display: block;
    overflow: visible;
}

.booking-field-with-icon {
    z-index: 20;
}

.booking-field input {
    width: 100%;
    height: 64px;
    min-width: 0;
    min-inline-size: 0;
    padding: 0 18px 0 34px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    color: var(--text);
    font: inherit;
    outline: none;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.booking-field input::placeholder {
    color: rgba(245, 242, 232, 0.45);
}

.booking-field input:focus {
    border-color: rgba(242, 207, 31, 0.48);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 0 4px rgba(242, 207, 31, 0.08);
}

.booking-field-datetime input {
    padding-right: 130px;
    max-width: 100%;
    min-width: 0;
    min-inline-size: 0;
    color: transparent;
    caret-color: transparent;
    -webkit-appearance: none;
    appearance: none;
}

.booking-field-date input {
    padding-left: 34px;
}

.booking-field-datetime input::-webkit-calendar-picker-indicator {
    opacity: 1;
    cursor: pointer;
}

@media (pointer: fine) {
    .booking-field-datetime input {
        padding: 0 18px;
        color: var(--text);
        caret-color: auto;
        text-align: left;
        -webkit-appearance: auto;
        appearance: auto;
    }

    .booking-field-label-datetime,
    .booking-datetime-value {
        display: none !important;
    }
}

.booking-field-label {
    position: absolute;
    left: 34px;
    top: 50%;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transform: translateY(-50%);
    font-size: 0.9rem;
    pointer-events: none;
}

.booking-field-label-text {
    color: rgba(245, 242, 232, 0.5);
}

.booking-field-label-star {
    color: var(--gold);
    font-size: 1.12rem;
    font-weight: 800;
    line-height: 1;
}

.booking-field:not(.booking-field-datetime) input:not(:placeholder-shown) ~ .booking-field-label,
.booking-field:not(.booking-field-datetime) input:focus ~ .booking-field-label {
    opacity: 0;
}

.booking-field-datetime input:valid ~ .booking-field-label {
    opacity: 0;
}

.booking-datetime-value {
    position: absolute;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    color: var(--text);
    font-size: 0.95rem;
    font-weight: 600;
    pointer-events: none;
}

.booking-datetime-value.active {
    display: flex;
}

.booking-field-with-icon input {
    padding-left: 48px;
    padding-right: 48px;
}

.booking-field-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--gold);
    font-size: 1rem;
    pointer-events: none;
}

.booking-clear-btn {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: rgba(245, 242, 232, 0.5);
    font-size: 1.2rem;
    cursor: pointer;
}

.booking-suggestions {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 10000;
    border-radius: 18px;
    overflow: hidden;
    background: rgba(14, 14, 16, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.07);
    box-shadow: var(--shadow);
}

.booking-suggestions.active {
    display: block;
}

.booking-suggestions .suggestion-item,
.booking-suggestions button,
.booking-suggestions div {
    width: 100%;
    padding: 14px 16px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    background: transparent;
    color: var(--text);
    text-align: left;
    font: inherit;
    cursor: pointer;
}

.booking-suggestions .suggestion-item:last-child,
.booking-suggestions button:last-child,
.booking-suggestions div:last-child {
    border-bottom: 0;
}

.booking-swap-wrap {
    display: flex;
    justify-content: center;
    margin: -2px 0;
}

.booking-swap-btn {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    color: var(--gold);
    font-size: 1.2rem;
    cursor: pointer;
}

.booking-primary-btn {
    height: 62px;
    border: 0;
    border-radius: 999px;
    font: inherit;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
}

.booking-primary-btn:hover {
    transform: translateY(-1px);
}

.booking-primary-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    transform: none;
}

.booking-estimate-btn,
.booking-submit-btn {
    background: var(--gold);
    color: #111;
}

.booking-estimate-box {
    position: relative;
    padding: 22px 24px;
    border-radius: 22px;
    background:
        linear-gradient(145deg, rgba(242, 207, 31, 0.08), rgba(255, 255, 255, 0.02)),
        rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.booking-estimate-box p {
    margin: 0;
    text-align: center;
}

.booking-estimate-box p + p {
    margin-top: 8px;
}

.booking-estimate-box #estimate-price {
    font-family: "Manrope", sans-serif;
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--gold);
}

.booking-estimate-box #estimate-meta {
    color: var(--muted);
    text-align: center;
}

.booking-estimate-clear-btn {
    position: absolute;
    right: 14px;
    top: 14px;
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: rgba(245, 242, 232, 0.5);
    font-size: 1.2rem;
    cursor: pointer;
}

.booking-status {
    min-height: 28px;
    margin: 14px 0 0;
    text-align: center;
    font-weight: 700;
}

.tour-inline-offers {
    display: grid;
    gap: 12px;
    margin-bottom: 16px;
}

.tour-inline-card {
    display: grid;
    gap: 6px;
    padding: 18px 18px 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.03);
    color: var(--text);
    text-align: left;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.tour-inline-card:hover {
    transform: translateY(-1px);
}

.tour-inline-card.active {
    border-color: rgba(242, 207, 31, 0.45);
    background: linear-gradient(145deg, rgba(242, 207, 31, 0.12), rgba(255, 255, 255, 0.03));
}

.tour-inline-card strong {
    font-size: 1.18rem;
    color: var(--gold);
}

.tour-inline-card span {
    color: var(--muted);
    font-size: 1rem;
}

.tour-inline-card small {
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.55;
}

.tour-inline-card small .tour-route-arrow {
    color: var(--gold) !important;
    font-weight: 800;
}

.tour-inline-badge {
    color: var(--gold);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.booking-tour-offer-box {
    margin-bottom: 2px;
}

.tour-time-wrap-home {
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
}

.tour-time-title-home {
    margin: 0 0 12px;
    color: var(--muted);
    font-size: 0.95rem;
    font-weight: 700;
}

.tour-time-options-home {
    display: flex;
    gap: 12px;
}

.tour-time-option-home {
    flex: 1;
}

.tour-time-option-home input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.tour-time-option-home span {
    display: block;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
    text-align: center;
    font-weight: 800;
    cursor: pointer;
}

.tour-time-option-home input:checked + span {
    background: var(--gold);
    border-color: transparent;
    color: #111;
}

.booking-field-message textarea {
    width: 100%;
    min-height: 132px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    color: var(--text);
    font: inherit;
    resize: vertical;
    outline: none;
}

.booking-field-message textarea::placeholder {
    color: rgba(245, 242, 232, 0.45);
}

.booking-field-message textarea:focus {
    border-color: rgba(242, 207, 31, 0.48);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 0 4px rgba(242, 207, 31, 0.08);
}

.text-link {
    display: inline-block;
    margin-top: 12px;
    color: var(--gold-soft);
    font-weight: 700;
}

.cta-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 28px;
    border-radius: var(--radius-xl);
    background:
        linear-gradient(145deg, rgba(242, 207, 31, 0.14), rgba(255, 255, 255, 0.02)),
        var(--panel-strong);
}

@media (max-width: 1100px) {
    .hero,
    .about-section,
    .coverage-layout,
    .service-grid,
    .booking-embed-card {
        grid-template-columns: 1fr;
    }

    .service-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .portrait-frame {
        min-height: 460px;
    }

    .booking-embed-copy {
        position: static;
    }
}

@media (max-width: 840px) {
    .topbar {
        border-radius: 28px;
        align-items: flex-start;
        flex-direction: column;
    }

    .main-nav {
        flex-wrap: wrap;
        gap: 12px 18px;
    }

    .hero-meta,
    .hero-grid,
    .cta-card,
    .booking-native-grid {
        grid-template-columns: 1fr;
    }

    .cta-card {
        display: grid;
    }
}

@media (max-width: 640px) {
    .site-shell {
        width: min(100% - 20px, 100%);
        padding-top: 10px;
    }

    .hero {
        padding-top: 18px;
    }

    .hero h1 {
        font-size: clamp(2.9rem, 13vw, 4.2rem);
    }

    .service-grid {
        grid-template-columns: 1fr;
    }

    .hero-actions,
    .cta-actions {
        flex-direction: column;
    }

    .booking-embed-card {
        padding: 18px;
    }

    .booking-native-card {
        padding: 18px;
    }

    .tour-time-options-home {
        flex-direction: column;
    }

    .btn,
    .topbar-cta {
        width: 100%;
    }

    .hero-meta {
        grid-template-columns: 1fr;
    }

    .brandmark span {
        white-space: normal;
        line-height: 1.2;
    }

    .portrait-frame {
        min-height: 360px;
    }
}
