/* Skip link — visually hidden until focused (keyboard nav only) */
.skip-link {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    min-height: 44px;
        min-width: 44px;
    overflow: hidden;
}
.skip-link:focus {
    position: fixed;
    left: 1rem;
    top: 1rem;
    width: auto;
    min-width: 44px;
    height: auto;
    min-height: 44px;
    overflow: visible;
    z-index: 9999;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    background: var(--cta);
    color: #fff;
    font-family: 'Inter', system-ui, sans-serif;
    font-weight: 600;
    font-size: 0.875rem;
    text-decoration: none;
}

/* ==========================================================================
   AE-BLK-007: Self-hosted fonts — Playfair Display + Inter
   Download .woff2 files from Google Fonts and place in assets/fonts/{family}/
   ========================================================================== */

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/assets/fonts/playfair/PlayfairDisplay-600.woff2') format('woff2'),
         url('/assets/fonts/playfair/PlayfairDisplay-600.woff') format('woff');
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/assets/fonts/playfair/PlayfairDisplay-700.woff2') format('woff2'),
         url('/assets/fonts/playfair/PlayfairDisplay-700.woff') format('woff');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/assets/fonts/inter/Inter-400.woff2') format('woff2'),
         url('/assets/fonts/inter/Inter-400.woff') format('woff');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/assets/fonts/inter/Inter-500.woff2') format('woff2'),
         url('/assets/fonts/inter/Inter-500.woff') format('woff');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/assets/fonts/inter/Inter-600.woff2') format('woff2'),
         url('/assets/fonts/inter/Inter-600.woff') format('woff');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/assets/fonts/inter/Inter-600.woff2') format('woff2'),
         url('/assets/fonts/inter/Inter-600.woff') format('woff');
}

:root {
    --bg: #0b0b0f;
    --bg-soft: #14141a;
    --surface: #1b1b23;
    --line: #2a2a34;

    --text: #ffffff;
    --text-soft: #d7d7de;
    --text-muted: #a9a9b4;

    --gold: #c8a24d;
    --gold-soft: #e0c57a;

    --cta: #c83e26;
    --cta-hover: #ad341f;

    --microcopy-reserve: 'Reserve Your Place';
    --microcopy-confirmed: 'Your Place Is Confirmed';

    --success: #2c8a52;
    --warning: #c48a1a;
    --error: #c33a3a;

    --text-cta: var(--cta);
    --text-cta-hover: var(--cta-hover);

    --space-1: 4px;
    --space-2: 8px;
    --space-3: 12px;
    --space-4: 16px;
    --space-5: 24px;
    --space-6: 32px;
    --space-7: 48px;
    --space-8: 64px;
    --space-9: 80px;
    --space-10: 96px;
    --space-11: 128px;

    --radius-sm: 10px;
    --radius-md: 16px;
    --radius-lg: 20px;

    --shadow-sm: 0 4px 12px rgba(0, 0, 0, .12);
    --shadow-md: 0 10px 28px rgba(0, 0, 0, .18);

    --transition-fast: 120ms cubic-bezier(0.22, 1, 0.36, 1);
    --transition-med: 220ms cubic-bezier(0.22, 1, 0.36, 1);
    --transition-slow: 360ms cubic-bezier(0.22, 1, 0.36, 1);

    --color-obsidian: var(--bg);
    --color-onyx: var(--bg-soft);
    --color-slate: var(--surface);
    --color-pewter: var(--line);
    --color-divider: rgba(155, 122, 51, 0.12);
    --color-vellum: var(--text);
    --color-parchment: var(--text-soft);
    --color-ash: var(--text-muted);
    --color-gold: var(--gold);
    --color-gold-warm: var(--gold-soft);
    --color-gold-surface: rgba(155, 122, 51, 0.1);
    --color-gold-border: rgba(155, 122, 51, 0.3);
    --color-burgundy: #7a1830;
    --color-cruk-red: var(--cta);
}

* {
    box-sizing: border-box;
    min-width: 0;
}

html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    max-width: 100%;
}

body {
    background: var(--bg);
    color: var(--text);
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 17px;
    line-height: 1.65;
}

@media (min-width: 768px) {
    body {
        font-size: 18px;
        line-height: 1.7;
    }
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 700;
    line-height: 1.15;
    color: var(--text);
}

h1 {
    font-size: clamp(2.25rem, 6vw, 3.5rem);
    line-height: 1.05;
}

h2 {
    font-size: clamp(1.75rem, 4vw, 2.625rem);
    line-height: 1.1;
}

h3 {
    font-size: 1.375rem;
}

h4 {
    font-size: 1.5rem;
}

p {
    max-width: 65ch;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

@media (min-width: 768px) {
    p {
        max-width: 65ch;
    }
}

.font-display {
    font-family: 'Playfair Display', Georgia, serif;
}

.font-body {
    font-family: 'Inter', system-ui, sans-serif;
}

.font-ui {
    font-family: 'Inter', system-ui, sans-serif;
}

.font-serif {
    font-family: 'Playfair Display', Georgia, serif;
}

/* Image dimension consistency / CLS prevention */
img {
    height: auto;
    max-width: 100%;
    display: block;
}

/* Reserve aspect ratio space for hero images to prevent CLS */
.hero-image-frame {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: var(--surface);
}

.hero-image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Lazy-load image placeholder */
img[loading="lazy"] {
    background: var(--surface);
    min-height: 120px;
}

.font-sans {
    font-family: 'Inter', system-ui, sans-serif;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    background: var(--cta);
    color: #fff;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: none;
    border: none;
    border-radius: 14px;
    cursor: pointer;
    transition: background var(--transition-fast), transform var(--transition-fast);
}

.btn-primary:hover {
    background: var(--cta-hover);
    transform: translateY(-1px);
}

.btn-primary:active {
    transform: scale(0.98);
}

.btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    background: transparent;
    color: var(--text-soft);
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    border: 1px solid var(--line);
    border-radius: 8px;
    cursor: pointer;
    transition: border-color var(--transition-fast), color var(--transition-fast);
}

.btn-outline:hover {
    border-color: var(--cta);
    color: var(--cta);
}

.btn-link {
    background: none;
    border: none;
    padding: 0;
    color: var(--cta);
    font-size: inherit;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.btn-link:hover {
    color: var(--cta-hover);
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    background: transparent;
    color: var(--gold);
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: none;
    border: 2px solid var(--gold);
    border-radius: 14px;
    cursor: pointer;
    box-shadow: none;
    transition: background var(--transition-fast), color var(--transition-fast), transform var(--transition-fast);
}

.btn-secondary:hover {
    background: var(--gold);
    color: #0d0d0d;
    transform: translateY(-2px);
}

.card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: var(--space-5);
    transition: transform var(--transition-med), box-shadow var(--transition-med);
}

@media (min-width: 768px) {
    .card {
        padding: var(--space-5);
    }
}

@media (min-width: 1024px) {
    .card:hover {
        transform: translateY(-2px);
        box-shadow: var(--shadow-md);
    }
}

.shadow-card {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .4), 0 2px 4px -2px rgba(0, 0, 0, .3);
}

.public-trust-strip {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
}

.public-trust-pill {
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--color-gold-border);
    background: var(--color-gold-surface);
    color: var(--text-soft);
    border-radius: 999px;
    padding: 0.35rem 0.875rem;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: none;
    font-family: 'Inter', system-ui, sans-serif;
}

/* Premium reassurance block — replaces countdown timer */
.homepage-reassurance-block {
    border-top: 1px solid var(--color-divider);
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.homepage-reassurance-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.4rem;
}

.homepage-reassurance-headline {
    font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
    font-size: 1.0625rem;
    font-weight: 600;
    font-style: italic;
    color: var(--color-gold-warm);
    letter-spacing: 0.01em;
    margin: 0;
}

.homepage-reassurance-sub {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.8125rem;
    color: var(--text-soft);
    margin: 0;
    font-weight: 400;
    letter-spacing: 0.01em;
}

.homepage-reassurance-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.75rem;
    color: var(--text-muted);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-top: 0.25rem;
}

.homepage-reassurance-dot {
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--color-gold);
    opacity: 0.6;
    flex-shrink: 0;
}
details>summary {
    list-style: none;
}

details>summary::-webkit-details-marker {
    display: none;
}

input,
select,
textarea {
    font-size: 16px;
}

/* Error / Validation states */
.form-error-message {
    display: block;
    margin-top: 0.4rem;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.8125rem;
    color: #fca5a5;
    line-height: 1.45;
}

.form-error-input {
    border-color: rgba(217, 74, 47, 0.6) !important;
    box-shadow: 0 0 0 3px rgba(217, 74, 47, 0.12) !important;
}

.form-error-input:focus {
    border-color: var(--cta) !important;
    box-shadow: 0 0 0 4px rgba(217, 74, 47, 0.18) !important;
}

/* Submit button loading / processing state */
.btn-loading {
    position: relative;
    pointer-events: none;
    opacity: 0.72;
    cursor: not-allowed;
}

.btn-loading::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 8px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 0.65s linear infinite;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Skeleton shimmer for loading states */
@keyframes shimmer {
    0% { background-position: -600px 0; }
    100% { background-position: 600px 0; }
}

.skeleton {
    background: linear-gradient(
        90deg,
        var(--surface) 25%,
        rgba(155, 122, 51, 0.08) 50%,
        var(--surface) 75%
    );
    background-size: 600px 100%;
    animation: shimmer 1.4s ease-in-out infinite;
    border-radius: 6px;
}

@media (prefers-reduced-motion: reduce) {
    .skeleton {
        animation: none;
        background: var(--surface);
    }
}

/* Inline success / error flash variants */
.alert-success {
    border-color: rgba(44, 138, 82, 0.4);
    background: rgba(44, 138, 82, 0.08);
    color: #86efac;
}

.alert-info {
    border-color: rgba(59, 130, 246, 0.4);
    background: rgba(59, 130, 246, 0.08);
    color: #93c5fd;
}

.alert-error {
    border-color: rgba(217, 74, 47, 0.4);
    background: rgba(217, 74, 47, 0.08);
    color: #fca5a5;
}

/* Form fieldset disabled state */
fieldset[disabled] {
    opacity: 0.55;
    pointer-events: none;
}

/* Respect reduced motion globally */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

:focus-visible {
    outline: 2px solid var(--cta);
    outline-offset: 3px;
}

/* Remove double outline when focus is already styled via box-shadow */
.btn-primary:focus-visible,
.btn-secondary:focus-visible,
.form-input:focus-visible {
    outline: none;
    box-shadow: 0 0 0 4px rgba(217, 74, 47, 0.25);
}

.sticky-cta-bar a:focus-visible {
    outline: none;
    box-shadow: 0 0 0 4px rgba(217, 74, 47, 0.35);
}

.sticky-cta-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 64px;
    z-index: 999;
    background: var(--bg-soft);
    border-top: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 var(--space-4);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

@media (min-width: 768px) {
    .sticky-cta-bar {
        display: none;
    }
}

.sticky-cta-bar a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 400px;
    height: 48px;
    background: var(--cta);
    color: #fff;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    border-radius: 14px;
    transition: background var(--transition-fast);
}

.sticky-cta-bar a:hover {
    background: var(--cta-hover);
}

.site-header {
    border-bottom: 1px solid rgba(155, 122, 51, 0.12);
}

/* Desktop nav links — ensure minimum touch target 44×44px */
.site-header-desktop>a,
.site-header-desktop nav a,
.site-header-desktop .items-center.gap-3 a {
    min-height: 44px !important;
    display: inline-flex !important;
    align-items: center !important;
}

/* Mobile menu links */
#mobile-menu nav a,
#mobile-menu a[data-mobile-menu-link] {
    min-height: 44px !important;
    display: flex !important;
    align-items: center !important;
}
/* Nav breakpoint: desktop nav hides at ≤768px, mobile shell shows */
@media (max-width: 768px) {
    .site-header-desktop {
        display: none !important;
    }
    .mobile-header-shell {
        display: grid !important;
    }
    /* Hide header Book Tickets CTA when sticky bottom bar is present */
    body:has(.sticky-mobile-bar) .mobile-header-cta {
        display: none;
    }
}

.mobile-header-shell {
    display: grid;
    gap: 12px;
    padding: calc(env(safe-area-inset-top, 0px) + 10px) 16px 16px;
    background: linear-gradient(180deg, rgba(11, 11, 15, 0.96) 0%, rgba(20, 20, 26, 0.92) 100%);
}

.mobile-header-top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 44px;
}

.mobile-header-brandmark {
    display: inline-flex !important;
        align-items: center !important;
        min-height: 44px !important;
}

.mobile-header-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 1px solid rgba(155, 122, 51, 0.25);
    background: rgba(255, 255, 255, 0.02);
    color: var(--gold);
}

.mobile-header-copy {
    display: grid;
    gap: 4px;
}

.mobile-header-title {
    margin: 0;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.5rem;
    line-height: 1.1;
    color: var(--text);
}

.mobile-header-tagline {
    margin: 0;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.9375rem;
    line-height: 1.45;
    color: var(--text-soft);
}

.mobile-header-cta {
    display: inline-flex !important;
    width: 100%;
    min-height: 52px !important;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: var(--cta);
    color: #fff;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    transition: background var(--transition-fast);
}

.footer-main {
    max-width: 72rem;
    margin: 0 auto;
    width: 100%;
    padding: var(--space-6) var(--space-4);
    display: flex;
    flex-direction: column;
    gap: var(--space-6);
    overflow-x: hidden;
}

.footer-legal-section {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: var(--space-5);
    flex: 1;
    min-width: 0;
}

.footer-legal-logos {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-3);
    flex-shrink: 0;
    padding-top: 0.125rem;
    width: 7rem;
}

.footer-legal-content {
    display: flex;
    flex-direction: column;
    gap: var(--space-3);
    flex: 1;
    min-width: 0;
}

.footer-legal-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--space-2);
}

.footer-legal-bottom .footer-link {
    width: auto;
    min-height: unset;
}

.footer-nav-section {
    display: flex;
    flex-direction: row;
    gap: var(--space-8);
    flex-shrink: 0;
}

.footer-nav-col {
    min-width: 0;
}

.footer-link {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 44px;
    width: 100%;
    padding: 0.15rem 0;
    overflow-wrap: anywhere;
}

@media (max-width: 767px) {
    .footer-link {
        min-height: 44px;
    }
}

@media (min-width: 768px) {
    .footer-main {
        flex-direction: row;
        align-items: flex-start;
        padding: var(--space-7) var(--space-5);
        gap: var(--space-10);
    }

    .footer-link {
        min-height: unset;
        padding: 0.25rem 0;
    }

    .footer-nav-section {
        gap: var(--space-10);
    }
}

@keyframes twinkle {

    0%,
    100% {
        opacity: 0;
        transform: scale(0.6);
    }

    50% {
        opacity: 1;
        transform: scale(1.2);
    }
}

@keyframes breathe {

    0%,
    100% {
        opacity: 0.25;
        transform: scale(1);
    }

    50% {
        opacity: 0.55;
        transform: scale(1.08);
    }
}

.hero-sparkle {
    animation: twinkle var(--twinkle-dur, 3s) var(--sparkle-delay, 0s) ease-in-out infinite;
}

.hero-breathe {
    animation: breathe 6s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {

    .hero-sparkle,
    .hero-breathe {
        animation: none !important;
    }
}

.faq-item summary {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    min-height: 60px;
    padding: var(--space-4) var(--space-5);
    font-family: 'Inter', system-ui, sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: var(--text);
    cursor: pointer;
    transition: color var(--transition-fast);
}

.faq-item summary:hover {
    color: var(--gold-soft);
}

.faq-item[open] summary {
    color: var(--gold-soft);
}

.faq-item[open] summary i:last-child {
    transform: rotate(180deg);
}

.faq-item .faq-answer {
    padding: 0 var(--space-5) var(--space-5);
    padding-left: calc(var(--space-5) + 2.25rem);
    color: var(--text-soft);
    line-height: 1.65;
    font-size: 0.9rem;
}

.form-input {
    display: block;
    width: 100%;
    border-radius: var(--radius-sm);
    border: 1px solid var(--line);
    background: var(--surface);
    padding: 14px 16px;
    color: var(--text);
    font-size: 16px;
    min-height: 48px;
    transition: border-color var(--transition-fast);
}

.form-input:focus {
    border-color: var(--cta);
    outline: none;
    box-shadow: 0 0 0 4px rgba(217, 74, 47, 0.15);
}

.form-input::placeholder {
    color: var(--text-muted);
}

.form-label {
    display: block;
    margin-bottom: var(--space-3);
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--text-soft);
}

.section-heading {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: var(--space-4);
}

.operational-panel {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
}

.operational-callout {
    background: rgba(155, 122, 51, 0.06);
    border: 1px solid rgba(155, 122, 51, 0.15);
    border-radius: var(--radius-sm);
}

.operational-callout-soft {
    background: rgba(42, 42, 52, 0.35);
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
}

.operational-kicker {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold);
}

.operational-copy {
    color: var(--text-soft);
    line-height: 1.6;
}

/* Operational design system — surface + extended component set */
.operational-surface {
    --operational-border: rgba(212, 167, 74, 0.18);
    --operational-border-strong: rgba(212, 167, 74, 0.28);
    --operational-bg: rgba(22, 22, 34, 0.92);
    --operational-bg-soft: rgba(8, 8, 15, 0.55);
    --operational-bg-strong: linear-gradient(180deg, rgba(16, 16, 28, 0.98) 0%, rgba(8, 8, 15, 0.96) 100%);
}

.operational-panel-muted {
    border: 1px solid var(--operational-border);
    background: var(--operational-bg-soft);
    border-radius: 0.9rem;
}

.operational-stat-card {
    border: 1px solid var(--operational-border);
    border-radius: 1rem;
    background: linear-gradient(180deg, rgba(22, 22, 34, 0.96) 0%, rgba(10, 10, 18, 0.92) 100%);
}

.operational-title {
    color: var(--color-vellum);
    font-weight: 700;
}

.operational-muted {
    color: var(--color-ash);
}

.operational-nav-link {
    min-height: 44px;
    display: flex;
    align-items: center;
    border-radius: 0.75rem;
    border: 1px solid transparent;
    color: var(--color-parchment);
    padding: 0.55rem 0.75rem;
    transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.operational-nav-link:hover {
    border-color: var(--operational-border-strong);
    background: rgba(212, 167, 74, 0.09);
    color: var(--color-gold-warm);
    transform: translateX(1px);
}

.operational-nav-link-active {
    border-color: var(--operational-border-strong);
    background: rgba(212, 167, 74, 0.13);
    color: var(--color-gold);
}

.operational-table-wrap {
    border: 1px solid var(--operational-border);
    border-radius: 1rem;
    overflow: hidden;
    background: rgba(8, 8, 15, 0.42);
}

.operational-table-wrap thead {
    background: rgba(31, 31, 46, 0.78);
}

.operational-table-wrap tbody tr {
    transition: background-color 120ms ease;
}

.operational-table-wrap tbody tr:hover {
    background: rgba(212, 167, 74, 0.06);
}

.operational-surface input:not([type='checkbox']):not([type='radio']),
.operational-surface select,
.operational-surface textarea {
    border-color: rgba(212, 167, 74, 0.25);
    background-color: rgba(8, 8, 15, 0.72);
}

.operational-surface input:not([type='checkbox']):not([type='radio']):focus,
.operational-surface select:focus,
.operational-surface textarea:focus {
    border-color: var(--color-gold);
    box-shadow: 0 0 0 2px rgba(212, 167, 74, 0.2);
}

.operational-focus-ring:focus-visible {
    outline: 2px solid var(--color-gold);
    outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
    .operational-nav-link {
        transition: none;
        transform: none !important;
    }
}

.homepage-hero {
    border-bottom: 1px solid var(--color-divider);
}

.homepage-hero::before,
.homepage-hero::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: min(18vw, 180px);
    pointer-events: none;
    opacity: 0.28;
}

.homepage-hero::before {
    left: 8%;
    background: linear-gradient(to bottom, rgba(194, 163, 93, 0.22), transparent 70%);
    transform: skewX(-10deg);
}

.homepage-hero::after {
    right: 7%;
    background: linear-gradient(to bottom, rgba(155, 122, 51, 0.18), transparent 72%);
    transform: skewX(8deg);
}

.homepage-hero-kicker-wrap {
    margin-bottom: var(--space-5);
}

.homepage-hero-kicker {
    margin: 0 0 var(--space-2);
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--gold-soft);
}

.homepage-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    align-items: center;
    color: var(--text-soft);
    font-size: 0.875rem;
}

.homepage-hero-title {
    margin: 0;
    max-width: 22ch;
    font-size: clamp(2.2rem, 4.8vw, 3.8rem);
    line-height: 1.1;
    text-wrap: balance;
}

.homepage-hero-lead {
    margin: var(--space-5) 0 0;
    max-width: 53ch;
    line-height: 1.68;
}

.homepage-hero-points {
    display: grid;
    gap: 0.5rem;
    margin-top: var(--space-4);
}

.homepage-hero-point {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    color: var(--text-soft);
    font-size: 0.95rem;
}

.homepage-hero-point::before {
    content: "◆";
    color: var(--gold-soft);
    font-size: 0.8rem;
    flex: none;
}

.homepage-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    align-items: center;
    margin-top: var(--space-4);
}

.homepage-cta-primary,
.homepage-cta-secondary {
    min-width: 190px;
}

/* VIP secondary button: premium dark treatment */
.homepage-cta-secondary {
    background: rgba(18, 16, 28, 0.92);
    border-color: rgba(194, 163, 93, 0.4);
    color: var(--gold-soft);
}

.homepage-cta-secondary:hover {
    background: rgba(30, 26, 46, 1);
    border-color: var(--gold);
    color: var(--text);
    box-shadow: 0 0 0 1px rgba(194, 163, 93, 0.25);
}

.homepage-text-link {
    display: inline-flex !important;
        align-items: center !important;
        min-height: 44px !important;
    gap: 0.45rem;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--gold-soft);
    transition: color var(--transition-fast), transform var(--transition-fast);
}

.homepage-text-link:hover {
    color: var(--text);
    transform: translateX(2px);
}

.homepage-hero-aside {
    position: relative;
    padding: 1.5rem;
    border: 1px solid rgba(194, 163, 93, 0.26);
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(20, 20, 26, 0.92), rgba(12, 11, 19, 0.96)),
        radial-gradient(circle at top, rgba(194, 163, 93, 0.12), transparent 58%);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(12px);
}

.homepage-hero-card-kicker,
.homepage-story-kicker,
.homepage-reassurance-heading,
.homepage-hero-reassurance-title,
.homepage-value-chip-label {
    margin: 0;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold-soft);
}

.homepage-hero-price-row {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 1rem;
    align-items: stretch;
    margin-top: 1rem;
}

.homepage-hero-divider {
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgba(194, 163, 93, 0.5), transparent);
}

.homepage-hero-price-label {
    margin: 0;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--text-muted);
}

.homepage-hero-price {
    margin: 0.2rem 0 0;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1;
    color: var(--text);
}

.homepage-hero-inclusions,
.homepage-story-list,
.homepage-reassurance-list {
    margin: 1.25rem 0 0;
    padding: 0;
    list-style: none;
}

.homepage-hero-inclusions li,
.homepage-story-list li,
.homepage-reassurance-list li {
    position: relative;
    padding-left: 1.15rem;
    color: var(--text-soft);
    font-size: 0.92rem;
    line-height: 1.65;
}

.homepage-hero-inclusions li + li,
.homepage-story-list li + li,
.homepage-reassurance-list li + li {
    margin-top: 0.8rem;
}

.homepage-hero-inclusions li::before,
.homepage-story-list li::before,
.homepage-reassurance-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--gold-soft);
}

.homepage-hero-reassurance {
    margin-top: 1.4rem;
    padding-top: 1.1rem;
    border-top: 1px solid rgba(194, 163, 93, 0.14);
}

.homepage-hero-reassurance-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
    margin-top: 0.9rem;
}

.homepage-reassurance-value {
    display: block;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.6rem;
    line-height: 1;
    color: var(--text);
}

.homepage-reassurance-label {
    display: block;
    margin-top: 0.35rem;
    color: var(--text-muted);
    font-size: 0.8rem;
    line-height: 1.5;
}

/* Stat cards: center content vertically with compact min-height */
.homepage-stat-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    padding: 1.25rem 1rem !important;
    gap: 0;
}

.homepage-stat-value {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1;
    text-align: center;
    width: 100%;
}

/* Shorter values (50+, 2M+, 400+) scale up more */
.homepage-stat-card:nth-child(-n+3) .homepage-stat-value {
    font-size: clamp(2.5rem, 3.5vw, 3.8rem);
}

.homepage-stat-label {
    font-size: 0.8125rem;
    text-align: center;
    width: 100%;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(155, 122, 51, 0.15);
    line-height: 1.4;
}

.homepage-value-band {
    background: linear-gradient(180deg, rgba(15, 14, 21, 0.92), rgba(11, 11, 15, 0.96));
}

.homepage-value-chip {
    padding: 1rem 1.1rem;
    border: 1px solid rgba(155, 122, 51, 0.14);
    border-radius: 18px;
    background: rgba(27, 27, 35, 0.88);
}

.homepage-value-chip-copy,
.homepage-section-intro {
    max-width: 60ch;
}

.homepage-value-chip-copy {
    margin: 0.55rem 0 0;
    color: var(--text-soft);
    font-size: 0.92rem;
    line-height: 1.65;
}

.homepage-editorial-grid {
    display: grid;
    gap: 1.5rem;
    align-items: start;
    margin-bottom: 2rem;
}

.homepage-story-card,
.homepage-reassurance-panel {
    padding: 1.25rem;
    border: 1px solid rgba(155, 122, 51, 0.14);
    border-radius: 22px;
    background: rgba(27, 27, 35, 0.84);
}

.homepage-pricing-card {
    transition: transform var(--transition-med), box-shadow var(--transition-med), border-color var(--transition-med);
}

.homepage-pricing-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

.homepage-pricing-card.featured {
    border-color: rgba(194, 163, 93, 0.34);
}

.homepage-featured-pill {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
    background: rgba(194, 163, 93, 0.14);
    border: 1px solid rgba(194, 163, 93, 0.22);
    color: var(--gold-soft);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.homepage-trust-modules {
    background: linear-gradient(180deg, rgba(11, 11, 15, 0.8), rgba(15, 14, 21, 0.9));
}

.homepage-trust-grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: 1fr;
}

@media (min-width: 640px) {
    .homepage-trust-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.homepage-trust-card {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.25rem;
    border: 1px solid rgba(155, 122, 51, 0.14);
    border-radius: 18px;
    background: rgba(27, 27, 35, 0.72);
}

.homepage-trust-icon {
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(155, 122, 51, 0.1);
    border: 1px solid rgba(155, 122, 51, 0.18);
}

.homepage-trust-content {
    flex: 1;
    min-width: 0;
}

.homepage-trust-title {
    margin: 0 0 0.4rem;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--text);
}

.homepage-trust-text {
    margin: 0;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.8rem;
    line-height: 1.55;
    color: var(--text-muted);
}

.homepage-venue-facts {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.homepage-venue-fact {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.homepage-venue-image-panel {
    display: flex;
    align-items: center;
    justify-content: center;
}

.homepage-venue-image-shell {
    width: 100%;
    max-width: 400px;
    aspect-ratio: 4 / 3;
    border-radius: 20px;
    border: 1px solid rgba(155, 122, 51, 0.14);
    background: rgba(27, 27, 35, 0.6);
    overflow: hidden;
}

.homepage-venue-image-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 2rem;
    text-align: center;
}

/* AE-BLK-001: Placeholder imagery - gradient fallback for Unsplash-sourced stand-ins */
.placeholder-image {
    position: relative;
    overflow: hidden;
    background: linear-gradient(
        160deg,
        rgba(12, 12, 20, 0.95) 0%,
        rgba(20, 18, 28, 0.9) 40%,
        rgba(27, 23, 35, 0.85) 70%,
        rgba(12, 12, 20, 0.95) 100%
    );
}

.placeholder-image::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(
        ellipse at 30% 40%,
        rgba(212, 167, 74, 0.08) 0%,
        transparent 50%
    ),
    radial-gradient(
        ellipse at 70% 60%,
        rgba(155, 122, 51, 0.05) 0%,
        transparent 40%
    );
    pointer-events: none;
}

.placeholder-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease;
}

.placeholder-image img[alt*="placeholder"] {
    opacity: 0;
}

.homepage-final-cta-notes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem 1.5rem;
    color: var(--text-soft);
    font-size: 0.85rem;
}

.homepage-final-cta-notes span {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
}

.homepage-final-cta-notes span:last-child {
    flex-basis: 100%;
    justify-content: center;
}

.homepage-final-cta-notes span::before {
    content: "◆";
    color: var(--gold-soft);
    font-size: 0.72rem;
}

@media (min-width: 768px) {
    .homepage-editorial-grid {
        grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    }
}

@media (max-width: 767px) {
    .homepage-hero-title {
        max-width: 14ch;
        font-size: clamp(1.75rem, 7.5vw, 2.5rem);
    }

    .homepage-hero-price-row,
    .homepage-hero-reassurance-grid {
        grid-template-columns: 1fr;
    }

    .homepage-hero-divider {
        width: 100%;
        height: 1px;
    }

    .homepage-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    /* Trust pills: prevent stretching to full width on mobile */
    .public-trust-pill {
        flex: 0 0 auto;
    }

    /* Venue image shell: cap height on mobile to avoid large blank panel */
    .homepage-venue-image-shell {
        max-height: 200px;
        aspect-ratio: auto;
    }

    .homepage-text-link {
        justify-content: center;
    }

    .homepage-final-cta-notes {
        flex-direction: column;
        align-items: center;
    }
}

/* Testimonial disclaimer: single line on tablet+ */
@media (min-width: 768px) {
    .testimonial-disclaimer {
        white-space: nowrap;
    }
}

/* Venue section: reduce mobile padding */
@media (max-width: 767px) {
    .homepage-venue-strip {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
  .cruk-card-text {
    display: none;
  }
        margin-top: -2.5rem;
    }
}

@keyframes beam-drift {

    0%,
    100% {
        transform: translateX(0) rotate(-12deg);
        opacity: 0.04;
    }

    50% {
        transform: translateX(8px) rotate(-10deg);
        opacity: 0.09;
    }
}

@keyframes beam-drift-r {

    0%,
    100% {
        transform: translateX(0) rotate(12deg);
        opacity: 0.04;
    }

    50% {
        transform: translateX(-8px) rotate(10deg);
        opacity: 0.09;
    }
}

.hero-beam-l {
    animation: beam-drift 8s ease-in-out infinite;
}

.hero-beam-r {
    animation: beam-drift-r 8s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {

    .hero-beam-l,
    .hero-beam-r {
        animation: none !important;
    }
}

/* Hero Reveal Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-reveal {
    animation: fadeInUp var(--transition-slow) ease-out forwards;
}

.hero-reveal:nth-child(1) {
    animation-delay: 0ms;
}

.hero-reveal:nth-child(2) {
    animation-delay: 100ms;
}

.hero-reveal:nth-child(3) {
    animation-delay: 200ms;
}

.hero-reveal:nth-child(4) {
    animation-delay: 300ms;
}

.hero-reveal:nth-child(5) {
    animation-delay: 400ms;
}

@media (prefers-reduced-motion: reduce) {
    .hero-reveal {
        animation: none !important;
        opacity: 1;
        transform: none !important;
    }
}

/* Scroll Reveal Animation */
@keyframes scrollReveal {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.scroll-reveal {
    opacity: 0;
}

.scroll-reveal.in-view {
    animation: scrollReveal var(--transition-med) ease-out forwards;
}

/* Loading States */
.btn-loading {
    position: relative;
}

.btn-loading:disabled {
    opacity: 0.8;
    cursor: not-allowed;
}

.btn-loading-spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin var(--transition-med) linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .btn-loading-spinner {
        animation: none;
    }
}

/* Error States */
.form-input.error {
    border-color: #dc2626;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1);
}

.form-error {
    display: block;
    margin-top: var(--space-1);
    font-size: 0.8125rem;
    color: #dc2626;
    font-family: 'Inter', system-ui, sans-serif;
}

.error-callout {
    background: rgba(220, 38, 38, 0.08);
    border: 1px solid rgba(220, 38, 38, 0.3);
    border-radius: var(--radius-sm);
    padding: var(--space-4);
    color: var(--text);
    font-size: 0.95rem;
    line-height: 1.5;
}

.error-callout-title {
    font-weight: 600;
    color: #fca5a5;
    margin-bottom: var(--space-2);
}

/* Success States */
.form-input.success {
    border-color: var(--success);
    box-shadow: 0 0 0 3px rgba(44, 138, 82, 0.1);
}

.success-callout {
    background: rgba(44, 138, 82, 0.08);
    border: 1px solid rgba(44, 138, 82, 0.3);
    border-radius: var(--radius-sm);
    padding: var(--space-4);
    color: var(--text);
    font-size: 0.95rem;
    line-height: 1.5;
}

/* Skeleton Loaders */
@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

.skeleton {
    background: linear-gradient(
        90deg,
        var(--surface) 0%,
        var(--line) 50%,
        var(--surface) 100%
    );
    background-size: 1000px 100%;
    animation: shimmer 2s infinite;
    border-radius: var(--radius-sm);
}

.skeleton-heading {
    height: 32px;
    margin-bottom: var(--space-4);
    border-radius: var(--radius-sm);
}

.skeleton-text {
    height: 16px;
    margin-bottom: var(--space-2);
    border-radius: 4px;
}

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

.skeleton-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    padding: var(--space-4);
}

.skeleton-card .skeleton-heading {
    height: 24px;
    margin-bottom: var(--space-3);
}

.skeleton-card .skeleton-text {
    height: 14px;
}

.skeleton-button {
    height: 52px;
    border-radius: 14px;
    margin-top: var(--space-4);
}

@media (prefers-reduced-motion: reduce) {
    .skeleton {
        animation: none;
    }
}

/* MOBILE-FIRST RESPONSIVE IMPROVEMENTS */

/* Ensure all buttons meet 48px minimum tap target */
.btn-primary,
.btn-secondary,
[class*="btn-"],
input[type="submit"],
input[type="button"],
button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Mobile-first typography sizing */
@media (max-width: 767px) {
    main {
        overflow-x: clip;
    }

    h1 {
        font-size: clamp(2.25rem, 8vw, 2.75rem);
        line-height: 1.08;
    }

    h2 {
        font-size: clamp(1.9rem, 6vw, 2.15rem);
        line-height: 1.12;
    }

    h3 {
        font-size: 1.35rem;
        line-height: 1.25;
    }

    body {
        font-size: 17px;
        line-height: 1.65;
    }

    p,
    li,
    dd,
    .font-ui.text-sm,
    .font-ui.text-base,
    .font-ui.text-xs {
        overflow-wrap: anywhere;
    }

    p {
        max-width: none;
    }

    .charity-intro-card {
        align-items: flex-start;
        width: 100%;
    }

    .mobile-single-column-grid {
        grid-template-columns: 1fr !important;
    }

    .evening-stay-panel {
        display: block;
    }

    .evening-stay-sidebar {
        width: 100%;
    }

    .evening-stat-row dd {
        overflow-wrap: anywhere;
    }

    .footer-main {
        flex-direction: column;
        gap: var(--space-5);
    }

    .footer-legal-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-nav-section {
        flex-direction: column;
        gap: var(--space-6);
    }

    /* Ensure full-width form inputs on mobile */
    .form-input,
    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="number"],
    input[type="tel"],
    select,
    textarea {
        width: 100%;
        min-height: 48px;
    }

    /* Ensure CTAs take full width when stacked */
    .btn-primary,
    .btn-secondary,
    [class*="btn-"] {
        width: 100%;
    }
}

/* Ensure grid items don't overflow */
.grid,
[class*="grid"] {
    width: 100%;
}

/* Section spacing — normalized to design-system spacing rhythm */
section {
    width: 100%;
    overflow-x: hidden;
    padding-top: 56px;
    padding-bottom: 56px;
}

@media (min-width: 768px) {
    section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

/* Override specific sections that need tighter or looser spacing */
section[class*="hero"],
section[class*="Hero"] {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (min-width: 768px) {
    section[class*="hero"],
    section[class*="Hero"] {
        padding-top: 96px;
        padding-bottom: 96px;
    }
}

section[class*="trust"] {
    padding-top: 48px;
    padding-bottom: 48px;
}

@media (min-width: 768px) {
    section[class*="trust"] {
        padding-top: 64px;
        padding-bottom: 64px;
    }
}

section[class*="final-cta"],
section[class*="footer"] {
    padding-top: 64px;
    padding-bottom: 64px;
}

@media (min-width: 768px) {
    section[class*="final-cta"],
    section[class*="footer"] {
        padding-top: 96px;
        padding-bottom: 96px;
    }
}

/* Fix text wrapping in small columns */
@media (max-width: 768px) {
    .grid-cols-2,
    .grid-cols-3,
    .grid-cols-4,
    .grid-cols-5,
    .lg\:grid-cols-3,
    .lg\:grid-cols-4,
    .lg\:grid-cols-5 {
        grid-template-columns: 1fr;
    }
}

/* Improve section spacing consistency */
section {
    width: 100%;
    overflow-x: hidden;
}

/* Container max-width helpers */
.max-w-6xl {
    width: 100%;
    max-width: 1200px;
}

.max-w-3xl {
    width: 100%;
    max-width: 760px;
}

/* Account dashboard — stat card grid */
.account-stat-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
}

@media (min-width: 640px) {
    .account-stat-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1024px) {
    .account-stat-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

/* Account — order card hover lift */
.order-card-link {
    transition: border-color var(--transition-fast), background var(--transition-fast), transform var(--transition-med);
}

.order-card-link:hover {
    border-color: rgba(155, 122, 51, 0.35);
    background: var(--bg-soft);
    transform: translateY(-1px);
}

@media (prefers-reduced-motion: reduce) {
    .order-card-link:hover {
        transform: none;
    }
}

/* Account — payment method change panel */
.account-pm-change {
    background: rgba(155, 122, 51, 0.04);
    border: 1px solid rgba(155, 122, 51, 0.18);
    border-radius: var(--radius-md);
}

.account-pm-change-btn {
    min-height: 36px;
    border-radius: 10px;
    border: 1px solid rgba(155, 122, 51, 0.3);
    background: rgba(27, 27, 35, 0.6);
    padding: 0 14px;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--gold);
    transition: background var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast);
}

.account-pm-change-btn:hover {
    background: var(--gold);
    color: var(--bg);
    border-color: var(--gold);
}

/* Post-booking trust reinforcement */
.confirmation-trust-banner {
    background: linear-gradient(135deg, rgba(27, 27, 35, 0.9) 0%, rgba(20, 20, 26, 0.95) 100%);
    border: 1px solid rgba(155, 122, 51, 0.2);
    border-radius: var(--radius-lg);
}

.confirmation-trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    min-height: 28px;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    background: rgba(155, 122, 51, 0.1);
    border: 1px solid rgba(155, 122, 51, 0.2);
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--gold-soft);
    font-family: 'Inter', system-ui, sans-serif;
}

/* Profile page — section card grouping */
.profile-section {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
}

.profile-section-heading {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.375rem;
    font-weight: 600;
    color: var(--gold);
    padding-bottom: var(--space-4);
    border-bottom: 1px solid rgba(155, 122, 51, 0.12);
    margin-bottom: var(--space-5);
}

@media (prefers-reduced-motion: reduce) {
    .account-pm-change-btn:hover {
        background: rgba(155, 122, 51, 0.15);
        color: var(--gold);
    }
}

/* Sticky mobile CTA bar */
.sticky-mobile-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
    background: rgba(15, 15, 20, 0.97);
    border-top: 1px solid rgba(155, 122, 51, 0.2);
    padding: 0.5rem 1rem;
    padding-bottom: max(0.5rem, env(safe-area-inset-bottom));
    gap: 0;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(8px);
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.4);
    transition: bottom 0.3s ease, opacity 0.3s ease;
}

.sticky-mobile-bar.hidden {
    /* Slide off-screen below the viewport — avoids transform jitter on iOS momentum scroll */
    bottom: -200px;
    opacity: 0;
    pointer-events: none;
}

.sticky-mobile-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 1.125rem;
    flex: 0 0 calc(65% - 0.5rem);
    background: linear-gradient(160deg, var(--gold-soft), var(--gold));
    color: var(--obsidian);
    border-radius: 999px;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(212, 167, 74, 0.3);
    white-space: nowrap;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sticky-mobile-btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(212, 167, 74, 0.4);
}

.sticky-mobile-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center;
    min-height: 44px !important;
    flex: 0 0 35%;
    padding: 0 0.875rem;
    border: 2px solid var(--gold-soft);
    border-radius: 999px;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--gold-soft);
    text-decoration: none;
    letter-spacing: 0.03em;
    white-space: nowrap;
    transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.sticky-mobile-link:hover {
    border-color: var(--gold);
    color: var(--gold);
    background-color: rgba(212, 167, 74, 0.08);
}

@media (max-width: 767px) {
    .sticky-mobile-bar {
        display: flex;
    }

    /* Push page content up so sticky bar doesn't cover last section.
       Use safe-area-inset-bottom so iPhone home indicator is accounted for. */
    body.has-sticky-bar {
        padding-bottom: max(72px, calc(56px + env(safe-area-inset-bottom, 0px)));
    }
}

/* Very small screens (374px and below): hide sticky bar entirely
   to preserve viewport space for reading content */
@media (max-width: 374px) {
    .sticky-mobile-bar {
        display: none !important;
    }
}

/* When mobile menu is open, hide the sticky bar to avoid duplicates */
body.menu-open .sticky-mobile-bar {
    display: none !important;
}
/* Inline text links in content — add padding to meet 44px touch target */
.text-gold.hover\:text-gold-warm.transition {
    display: inline-block;
    min-height: 44px;
    padding-top: 13px;
    padding-bottom: 13px;
    box-sizing: border-box;
    line-height: 1.4;
}

.text-gold.underline.decoration-gold\/60.underline-offset-2.hover\:text-gold-warm {
    display: inline-block;
    min-height: 44px;
    padding-top: 13px;
    padding-bottom: 13px;
    box-sizing: border-box;
    line-height: 1.4;
}

/* ── Cookie consent banner ─────────────────────────────────── */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: var(--bg-soft);
    border-top: 1px solid var(--line);
    box-shadow: 0 -4px 32px rgba(0, 0, 0, 0.45);
}

.cookie-banner[hidden] {
    display: none;
}

.cookie-banner-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: var(--space-4) var(--space-5);
    display: flex;
    align-items: center;
    gap: var(--space-4);
    flex-wrap: wrap;
}

.cookie-banner-text {
    flex: 1 1 320px;
    color: var(--text-soft);
    font-size: 0.875rem;
    line-height: 1.5;
    margin: 0;
}

.cookie-banner-link {
    color: var(--gold);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.cookie-banner-link:hover {
    color: var(--gold-soft);
}

.cookie-banner-actions {
    display: flex;
    align-items: center;
    gap: var(--space-3);
    flex-wrap: wrap;
    flex-shrink: 0;
}

/* Shared base for all cookie buttons */
.cookie-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 var(--space-4);
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    border-radius: var(--radius-sm);
    cursor: pointer;
    border: none;
    transition: background var(--transition-fast), color var(--transition-fast),
                border-color var(--transition-fast), transform var(--transition-fast);
    white-space: nowrap;
}

.cookie-btn:focus-visible {
    outline: 2px solid var(--gold);
    outline-offset: 2px;
}

/* Accept all — primary CTA (red matching site) */
.cookie-btn-primary {
    background: var(--cta);
    color: #fff;
}

.cookie-btn-primary:hover {
    background: var(--cta-hover);
    transform: translateY(-1px);
}

.cookie-btn-primary:active {
    transform: scale(0.98);
}

/* Manage preferences — outlined secondary */
.cookie-btn-ghost {
    background: transparent;
    color: var(--text);
    border: 1px solid var(--line);
}

.cookie-btn-ghost:hover {
    border-color: var(--gold);
    color: var(--gold-soft);
}

/* Necessary only — text link style */
.cookie-btn-link {
    background: transparent;
    color: var(--text-muted);
    text-decoration: underline;
    text-underline-offset: 3px;
    padding: 0 var(--space-2);
}

.cookie-btn-link:hover {
    color: var(--text-soft);
}

/* ── Cookie preferences modal ───────────────────────────────── */
.cookie-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.cookie-modal[hidden] {
    display: none;
}

.cookie-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    cursor: pointer;
}

.cookie-modal-panel {
    position: relative;
    width: 100%;
    max-width: 560px;
    max-height: 80vh;
    overflow-y: auto;
    background: var(--surface);
    border: 1px solid var(--line);
    border-bottom: none;
    border-radius: var(--radius-md) var(--radius-md) 0 0;
    box-shadow: 0 -8px 48px rgba(0, 0, 0, 0.5);
    padding: var(--space-5);
}

@media (min-width: 640px) {
    .cookie-modal {
        align-items: center;
    }
    .cookie-modal-panel {
        border: 1px solid var(--line);
        border-radius: var(--radius-md);
        margin: var(--space-5);
    }
}

.cookie-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: var(--space-4);
}

.cookie-modal-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.375rem;
    font-weight: 600;
    color: var(--text);
    margin: 0;
}

.cookie-modal-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: transparent;
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    color: var(--text-muted);
    cursor: pointer;
    transition: border-color var(--transition-fast), color var(--transition-fast);
    flex-shrink: 0;
}

.cookie-modal-close:hover {
    border-color: var(--gold);
    color: var(--text);
}

.cookie-modal-body {
    margin-bottom: var(--space-5);
}

.cookie-modal-intro {
    font-size: 0.875rem;
    color: var(--text-soft);
    line-height: 1.6;
    margin-bottom: var(--space-4);
}

.cookie-modal-link {
    color: var(--gold);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.cookie-modal-link:hover {
    color: var(--gold-soft);
}

.cookie-category-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: var(--space-3);
}

.cookie-category {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-4);
    padding: var(--space-3) var(--space-4);
    background: var(--bg-soft);
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
}

.cookie-category-info {
    flex: 1 1 0;
    min-width: 0;
}

.cookie-category-name {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 2px;
}

.cookie-category-desc {
    font-size: 0.8125rem;
    color: var(--text-muted);
    line-height: 1.5;
    margin: 0;
}

.cookie-toggle-locked {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--gold);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
    flex-shrink: 0;
}

/* Toggle switch */
.cookie-toggle-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    flex-shrink: 0;
}

.cookie-toggle-input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.cookie-toggle-thumb {
    display: block;
    width: 44px;
    height: 26px;
    background: var(--line);
    border-radius: 13px;
    position: relative;
    transition: background var(--transition-fast);
}

.cookie-toggle-thumb::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    transition: transform var(--transition-fast);
    box-shadow: 0 1px 4px rgba(0,0,0,0.3);
}

.cookie-toggle-input:checked + .cookie-toggle-thumb {
    background: var(--cta);
}

.cookie-toggle-input:checked + .cookie-toggle-thumb::after {
    transform: translateX(18px);
}

.cookie-toggle-input:focus-visible + .cookie-toggle-thumb {
    outline: 2px solid var(--gold);
    outline-offset: 2px;
}

.cookie-modal-footer {
    display: flex;
    gap: var(--space-3);
    flex-wrap: wrap;
}

.cookie-modal-footer .cookie-btn {
    flex: 1 1 auto;
}

/* Prevent body scroll when modal open */
body.cookie-modal-open {
    overflow: hidden;
}

/* Mobile: stack banner vertically when narrow */
@media (max-width: 600px) {
    .cookie-banner-inner {
        flex-direction: column;
        align-items: stretch;
        gap: var(--space-3);
        justify-content: flex-start;
        padding: var(--space-4);
    }

    .cookie-banner-text {
        margin: 0;
        flex: 0 0 auto;
    }

    .cookie-banner-actions {
        justify-content: stretch;
        margin-top: 0;
        align-self: stretch;
    }

    .cookie-banner-actions .cookie-btn-primary,
    .cookie-banner-actions .cookie-btn-ghost,
    .cookie-banner-actions .cookie-btn-link {
        width: 100%;
    }
}