/* ========================================================================== 
   Rome Opera Concerts — Main stylesheet
   ========================================================================== */

/* --------------------------------------------------------------------------
   01. Design tokens
   -------------------------------------------------------------------------- */

:root {
    --roc-bordeaux-dark: #2a0001;
    --roc-bordeaux: #5a0002;
    --roc-bordeaux-light: #8f1010;
    --roc-gold: #d99a2b;
    --roc-gold-light: #f3cf7a;
    --roc-ivory: #fff8ea;
    --roc-cream: #f7ecd7;
    --roc-ink: #241414;
    --roc-muted: #76665c;
    --roc-white: #ffffff;
}

/* --------------------------------------------------------------------------
   02. Base elements
   -------------------------------------------------------------------------- */

html {
    scroll-behavior: smooth;
    scroll-padding-top: 110px;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--roc-ink);
    background: var(--roc-ivory);
}

section[id] {
    scroll-margin-top: 110px;
}

h1,
h2,
h3,
.navbar-brand {
    font-family: Georgia, "Times New Roman", serif;
}

a {
    color: var(--roc-bordeaux);
}

a:hover {
    color: var(--roc-gold);
}

/* --------------------------------------------------------------------------
   03. Buttons
   -------------------------------------------------------------------------- */

.btn {
    border-radius: 999px;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.btn-gold {
    background: linear-gradient(135deg, var(--roc-gold-light), var(--roc-gold));
    border-color: var(--roc-gold);
    color: #2a0001;
}

.btn-gold:hover {
    background: var(--roc-gold-light);
    border-color: var(--roc-gold-light);
    color: #2a0001;
}

.btn-bordeaux {
    background: var(--roc-bordeaux);
    border-color: var(--roc-bordeaux);
    color: var(--roc-white);
}

.btn-bordeaux:hover {
    background: var(--roc-bordeaux-dark);
    border-color: var(--roc-bordeaux-dark);
    color: var(--roc-white);
}

.btn-outline-bordeaux {
    border-color: var(--roc-bordeaux);
    color: var(--roc-bordeaux);
}

.btn-outline-bordeaux:hover {
    background: var(--roc-bordeaux);
    color: var(--roc-white);
}

/* --------------------------------------------------------------------------
   04. Header and navigation
   -------------------------------------------------------------------------- */

.site-header {
    position: relative;
    z-index: 1000;
}

.navbar-roc {
    background: rgba(42, 0, 1, 0.94);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(243, 207, 122, 0.25);
}

.site-logo {
    height: 68px;
    width: auto;
}

.navbar-nav .nav-link {
    color: rgba(255, 248, 234, 0.88);
    font-size: 0.95rem;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--roc-gold-light);
}

.lang-switch {
    border: 1px solid rgba(243, 207, 122, 0.35);
    border-radius: 999px;
    padding-left: 0.85rem !important;
    padding-right: 0.85rem !important;
}



/* Shows dropdown in the main navigation */
.navbar-roc .shows-dropdown-menu {
    min-width: 15.5rem;
    padding: 0.55rem;
    border: 1px solid rgba(217, 154, 43, 0.28);
    border-radius: 0.9rem;
    background: rgba(42, 0, 1, 0.985);
    box-shadow: 0 18px 42px rgba(20, 0, 1, 0.32);
}

.navbar-roc .shows-dropdown-menu .dropdown-item {
    padding: 0.65rem 0.8rem;
    border-radius: 0.65rem;
    color: rgba(255, 248, 234, 0.88);
    font-size: 0.92rem;
}

.navbar-roc .shows-dropdown-menu .dropdown-item:hover,
.navbar-roc .shows-dropdown-menu .dropdown-item:focus {
    background: rgba(217, 154, 43, 0.14);
    color: var(--roc-gold-light);
}

.navbar-roc .shows-dropdown-menu .dropdown-item.active,
.navbar-roc .shows-dropdown-menu .dropdown-item:active {
    background: linear-gradient(135deg, var(--roc-gold-light), var(--roc-gold));
    color: var(--roc-bordeaux-dark);
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .navbar-roc .shows-dropdown-menu {
        width: min(100%, 22rem);
        margin: 0.25rem 0 0.5rem;
        box-shadow: none;
    }
}

/* --------------------------------------------------------------------------
   05. Hero section
   -------------------------------------------------------------------------- */

.hero-section {
    position: relative;
    min-height: 100vh;
    color: var(--roc-white);
    overflow: hidden;
    background:
        linear-gradient(
            90deg,
            rgba(42, 0, 1, 0.94) 0%,
            rgba(42, 0, 1, 0.84) 42%,
            rgba(42, 0, 1, 0.48) 72%,
            rgba(42, 0, 1, 0.28) 100%
        ),
        url("/assets/img/hero/hero-roc-desktop.webp") center center / cover no-repeat;
    background-color: var(--roc-bordeaux-dark);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        radial-gradient(circle at 22% 52%, rgba(143, 16, 16, 0.34), transparent 34%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.18), transparent 28%, rgba(0, 0, 0, 0.3));
}

.hero-section::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        repeating-linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.022) 0,
            rgba(255, 255, 255, 0.022) 1px,
            transparent 1px,
            transparent 90px
        );
    opacity: 0.65;
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding-top: 7.5rem;
    padding-bottom: 4.5rem;
}

.hero-title {
    font-size: clamp(2.75rem, 5.85vw, 5.2rem);
    line-height: 1.05;
    margin-bottom: 1.5rem;
    max-width: 860px;
}

/* Slightly smaller hero title for longer translated headlines. */
html[lang="de"] .hero-title,
html[lang="fr"] .hero-title,
html[lang="es"] .hero-title {
    font-size: clamp(2.65rem, 5.45vw, 4.85rem);
    line-height: 1.06;
}

.hero-subtitle {
    max-width: 720px;
    font-size: clamp(1.1rem, 2vw, 1.35rem);
    color: rgba(255, 248, 234, 0.9);
    margin-bottom: 2rem;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2rem;
}

.hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.hero-points span {
    border: 1px solid rgba(243, 207, 122, 0.4);
    color: var(--roc-gold-light);
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    font-size: 0.9rem;
    background: rgba(0, 0, 0, 0.16);
}

/* --------------------------------------------------------------------------
   06. Section layout and typography
   -------------------------------------------------------------------------- */

.section {
    padding: 5rem 0;
}

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

.section-ivory {
    background: var(--roc-cream);
}

.section-bordeaux {
    background:
        radial-gradient(circle at top right, rgba(217, 154, 43, 0.22), transparent 32%),
        linear-gradient(135deg, var(--roc-bordeaux-dark), var(--roc-bordeaux));
    color: var(--roc-white);
}

.eyebrow,
.section-kicker {
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--roc-gold);
    margin-bottom: 0.75rem;
}

.section-kicker.light {
    color: var(--roc-gold-light);
}

.section-title {
    font-size: clamp(2.2rem, 5vw, 4rem);
    line-height: 1;
    color: var(--roc-bordeaux-dark);
    margin-bottom: 1rem;
}

.section-title.light {
    color: var(--roc-white);
}

.section-intro {
    max-width: 760px;
    font-size: 1.08rem;
    color: var(--roc-muted);
}

.notice-box {
    border-left: 4px solid var(--roc-gold);
    background: #fff;
    padding: 1.25rem 1.5rem;
    border-radius: 1rem;
    box-shadow: 0 18px 45px rgba(42, 0, 1, 0.08);
}

.calendar-months-pills {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 1rem;
}

.calendar-months-label {
    color: var(--roc-bordeaux);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.calendar-months-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.calendar-months-list span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.2rem;
    padding: 0.45rem 0.85rem;
    border: 1px solid rgba(217, 154, 43, 0.5);
    border-radius: 999px;
    background: rgba(217, 154, 43, 0.12);
    color: var(--roc-bordeaux);
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 8px 20px rgba(42, 0, 1, 0.055);
}

/* FareHarbor booking calendar */
.fareharbor-widget {
    overflow: hidden;
    padding: 1rem;
    border: 1px solid rgba(90, 0, 2, 0.12);
    border-radius: 1.25rem;
    background: var(--roc-white);
    box-shadow: 0 18px 50px rgba(42, 0, 1, 0.10);
}

.fareharbor-widget iframe {
    width: 100% !important;
    max-width: 100%;
    border: 0;
}

.fareharbor-widget-fallback {
    margin-top: 0;
}

.fareharbor-widget-heading h3 {
    color: var(--roc-bordeaux-dark);
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    margin-bottom: 0.5rem;
}

.fareharbor-widget-heading p {
    max-width: 680px;
    margin: 0 auto;
    color: var(--roc-muted);
}

.fareharbor-floating-button {
    z-index: 1050 !important;
    background: linear-gradient(135deg, var(--roc-bordeaux), var(--roc-bordeaux-dark)) !important;
    border-color: var(--roc-bordeaux-dark) !important;
    color: #ffffff !important;
    box-shadow: 0 14px 34px rgba(42, 0, 1, 0.34) !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.34) !important;
}

.fareharbor-floating-button:hover,
.fareharbor-floating-button:focus {
    background: linear-gradient(135deg, var(--roc-bordeaux-light), var(--roc-bordeaux)) !important;
    border-color: var(--roc-bordeaux) !important;
    color: #ffffff !important;
    box-shadow: 0 18px 42px rgba(42, 0, 1, 0.42) !important;
    text-decoration: none !important;
}

.fareharbor-floating-button:focus-visible {
    outline: 3px solid rgba(243, 207, 122, 0.75) !important;
    outline-offset: 4px !important;
}

.fareharbor-floating-button::before,
.fareharbor-floating-button::after,
.fareharbor-floating-button svg,
.fareharbor-floating-button .fh-icon,
.fareharbor-floating-button [class*="icon"] {
    color: #ffffff !important;
    fill: currentColor !important;
    border-color: #ffffff !important;
}

.fareharbor-mobile-booking-box {
    padding: 1.6rem;
    border: 1px solid rgba(90, 0, 2, 0.12);
    border-radius: 1.25rem;
    background:
        radial-gradient(circle at top right, rgba(217, 154, 43, 0.16), transparent 38%),
        var(--roc-white);
    box-shadow: 0 18px 50px rgba(42, 0, 1, 0.10);
    text-align: center;
}

.fareharbor-mobile-booking-box h3 {
    margin-bottom: 0.65rem;
    color: var(--roc-bordeaux-dark);
    font-size: clamp(1.65rem, 7vw, 2.2rem);
}

.fareharbor-mobile-booking-box p {
    max-width: 640px;
    margin-right: auto;
    margin-left: auto;
    color: var(--roc-muted);
}

.fareharbor-mobile-booking-box .btn {
    margin-top: 0.35rem;
}

.fareharbor-mobile-kicker {
    margin-bottom: 0.6rem;
    color: var(--roc-gold);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.fareharbor-mobile-text {
    margin-bottom: 1rem;
}

.fareharbor-mobile-actions {
    display: flex;
    justify-content: center;
}

/* --------------------------------------------------------------------------
   07. Cards: shows, features, venues and reviews
   -------------------------------------------------------------------------- */

.show-card,
.venue-card,
.review-card,
.feature-card {
    border-radius: 1.4rem;
}

/* Show cards */
.show-card {
    background: #fff;
    box-shadow: 0 20px 45px rgba(42, 0, 1, 0.08);
    overflow: hidden;
    border: 1px solid rgba(90, 0, 2, 0.08);
    display: flex;
    flex-direction: column;
}

.show-card-top {
    background:
        linear-gradient(135deg, rgba(90, 0, 2, 0.94), rgba(42, 0, 1, 0.94)),
        linear-gradient(90deg, var(--roc-gold), transparent);
    padding: 1rem 1.25rem;
}

.show-status {
    display: inline-block;
    color: var(--roc-gold-light);
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.show-card-body {
    padding: 1.6rem;
    flex: 1;
}

.show-card h3 {
    color: var(--roc-bordeaux-dark);
    font-size: 1.8rem;
}

.show-subtitle {
    color: var(--roc-gold);
    font-weight: 700;
}

.show-meta {
    display: grid;
    gap: 0.9rem;
    margin-top: 1.4rem;
}

.show-meta strong {
    display: block;
    color: var(--roc-bordeaux);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.show-meta span {
    display: block;
    color: var(--roc-muted);
}

.show-card-footer {
    padding: 0 1.6rem 1.6rem;
}

/* Shared features for all programmes */
.program-common-features {
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
}

.program-common-feature {
    position: relative;
    overflow: hidden;
    padding: 1.25rem 1.35rem;
    border: 1px solid rgba(90, 0, 2, 0.09);
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 12px 30px rgba(42, 0, 1, 0.055);
    text-align: center;
}

.program-common-feature::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--roc-gold-light), var(--roc-gold));
}

.program-common-feature h3 {
    margin-bottom: 0.45rem;
    color: var(--roc-bordeaux-dark);
    font-size: 1.15rem;
}

.program-common-feature p {
    margin-bottom: 0;
    color: var(--roc-muted);
    font-size: 0.94rem;
    line-height: 1.45;
}

/* Rome experience package */
.section-rome-experiences {
    background:
        radial-gradient(circle at top left, rgba(217, 154, 43, 0.12), transparent 28%),
        var(--roc-ivory);
}

.rome-experience-card {
    overflow: hidden;
    border: 1px solid rgba(90, 0, 2, 0.1);
    border-radius: 1.8rem;
    background: var(--roc-white);
    box-shadow: 0 24px 55px rgba(42, 0, 1, 0.1);
}

.rome-experience-card-top {
    padding: 1rem 1.5rem;
    background:
        linear-gradient(135deg, rgba(90, 0, 2, 0.96), rgba(42, 0, 1, 0.96)),
        linear-gradient(90deg, var(--roc-gold), transparent);
}

.rome-experience-status {
    color: var(--roc-gold-light);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.rome-experience-main,
.rome-experience-aside {
    min-height: 100%;
    padding: 2.4rem;
}

.rome-experience-main h3 {
    margin-bottom: 0.65rem;
    color: var(--roc-bordeaux-dark);
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.05;
}

.rome-experience-subtitle {
    margin-bottom: 1.25rem;
    color: var(--roc-gold);
    font-size: 1.08rem;
    font-weight: 700;
}

.rome-experience-main h4 {
    margin: 2rem 0 1rem;
    color: var(--roc-bordeaux-dark);
    font-size: 1.3rem;
}

.rome-experience-timeline {
    display: grid;
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.rome-experience-timeline li {
    display: grid;
    grid-template-columns: 4.25rem 1fr;
    gap: 1rem;
    align-items: start;
}

.rome-experience-timeline time {
    display: inline-flex;
    justify-content: center;
    padding: 0.35rem 0.55rem;
    border-radius: 999px;
    background: var(--roc-cream);
    color: var(--roc-bordeaux);
    font-size: 0.85rem;
    font-weight: 800;
}

.rome-experience-timeline span {
    padding-top: 0.25rem;
    color: var(--roc-muted);
    line-height: 1.5;
}

.rome-experience-aside {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2rem;
    border-left: 1px solid rgba(217, 154, 43, 0.24);
    background:
        radial-gradient(circle at top right, rgba(217, 154, 43, 0.18), transparent 38%),
        var(--roc-cream);
}

.rome-experience-facts {
    display: grid;
    gap: 1.25rem;
}

.rome-experience-facts strong {
    display: block;
    margin-bottom: 0.2rem;
    color: var(--roc-bordeaux);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.rome-experience-facts span {
    display: block;
    color: var(--roc-ink);
    line-height: 1.45;
}

.rome-experience-aside .btn {
    align-self: flex-start;
}

/* Feature cards */
.feature-card {
    background: rgba(255, 248, 234, 0.08);
    border: 1px solid rgba(243, 207, 122, 0.18);
    padding: 1.5rem;
    min-height: 100%;
}

.feature-card h3 {
    color: var(--roc-gold-light);
    font-size: 1.35rem;
}

.feature-card p {
    color: rgba(255, 248, 234, 0.82);
    margin-bottom: 0;
}

/* Venue cards */
.venue-card {
    background: #fff;
    padding: 2rem;
    border: 1px solid rgba(90, 0, 2, 0.08);
    box-shadow: 0 20px 45px rgba(42, 0, 1, 0.07);
}

.venue-card h3 {
    color: var(--roc-bordeaux-dark);
    font-size: 1.8rem;
}

.venue-location {
    color: var(--roc-gold);
    font-weight: 700;
}

/* Review cards */
.review-card {
    background: #fff;
    padding: 2rem;
    border-left: 4px solid var(--roc-gold);
    box-shadow: 0 20px 45px rgba(42, 0, 1, 0.07);
}

.review-card blockquote {
    font-family: Georgia, "Times New Roman", serif;
    color: var(--roc-bordeaux-dark);
    font-size: 1.28rem;
    line-height: 1.35;
}

.review-card figcaption {
    color: var(--roc-muted);
    font-size: 0.92rem;
}

.review-note {
    display: inline-block;
    margin-top: 0.25rem;
    font-size: 0.82rem;
    color: var(--roc-muted);
}


/* Booking trust strip */
.section-booking-trust {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.booking-trust-box {
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
    padding: 2rem 2.25rem;
    border: 1px solid rgba(217, 154, 43, 0.35);
    border-radius: 1.6rem;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 248, 234, 0.94)),
        radial-gradient(circle at top right, rgba(217, 154, 43, 0.18), transparent 34%);
    box-shadow: 0 18px 45px rgba(42, 0, 1, 0.08);
}

.booking-trust-kicker {
    margin-bottom: 0.65rem;
    color: var(--roc-gold);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.booking-trust-direct {
    max-width: 760px;
    margin-right: auto;
    margin-bottom: 0.65rem;
    margin-left: auto;
    color: var(--roc-bordeaux-dark);
    font-size: clamp(1.08rem, 2.2vw, 1.28rem);
    font-weight: 700;
    line-height: 1.35;
}

.booking-trust-platforms {
    max-width: 840px;
    margin: 0 auto;
    color: var(--roc-muted);
    font-size: 0.98rem;
    line-height: 1.5;
}



/* Booking trust — reusable editorial and landing variants */
.booking-trust-box--landing {
    position: relative;
    overflow: hidden;
    max-width: 920px;
    padding: 2.4rem 2.6rem;
    border-color: rgba(217, 154, 43, 0.52);
    background:
        radial-gradient(circle at 85% 15%, rgba(243, 207, 122, 0.20), transparent 28%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 248, 234, 0.98));
    box-shadow:
        0 24px 60px rgba(42, 0, 1, 0.11),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.booking-trust-box--landing::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--roc-gold-light), var(--roc-gold), var(--roc-bordeaux-light));
}

.booking-trust-box--landing > * {
    position: relative;
    z-index: 1;
}

.booking-trust-title {
    max-width: 760px;
    margin: 0 auto 0.8rem;
    color: var(--roc-bordeaux-dark);
    font-size: clamp(1.9rem, 4vw, 2.75rem);
    line-height: 1.08;
}

.booking-trust-text {
    max-width: 790px;
    margin: 0 auto;
    color: var(--roc-muted);
    font-size: 1.02rem;
    line-height: 1.6;
}

.landing-section.section-booking-trust--landing {
    padding-top: 3.6rem;
    padding-bottom: 3.6rem;
    background:
        radial-gradient(circle at center, rgba(217, 154, 43, 0.07), transparent 36%),
        var(--roc-ivory);
}

@media (max-width: 767.98px) {
    .booking-trust-box--landing {
        padding: 1.65rem 1.25rem;
    }

    .booking-trust-title {
        font-size: clamp(1.65rem, 8vw, 2.05rem);
    }

    .booking-trust-text {
        font-size: 0.96rem;
    }

    .landing-section.section-booking-trust--landing {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

/* --------------------------------------------------------------------------
   08. Villa InCanto cross-link
   -------------------------------------------------------------------------- */

.villa-link-box {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 248, 234, 0.92)),
        radial-gradient(circle at top right, rgba(217, 154, 43, 0.2), transparent 35%);
    border: 1px solid rgba(217, 154, 43, 0.35);
    border-radius: 1.8rem;
    padding: 2.4rem;
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 20px 50px rgba(42, 0, 1, 0.08);
}

.villa-link-box h2 {
    color: var(--roc-bordeaux-dark);
    font-size: clamp(2rem, 4vw, 3.2rem);
}

/* --------------------------------------------------------------------------
   09. Final call to action
   -------------------------------------------------------------------------- */

.final-cta {
    background:
        linear-gradient(rgba(42, 0, 1, 0.88), rgba(42, 0, 1, 0.88)),
        radial-gradient(circle at center, rgba(217, 154, 43, 0.28), transparent 35%),
        var(--roc-bordeaux-dark);
    color: var(--roc-white);
    padding: 5.5rem 0;
}

.final-cta h2 {
    font-size: clamp(2.4rem, 6vw, 4.8rem);
    line-height: 1;
}

.final-cta p {
    color: rgba(255, 248, 234, 0.86);
    max-width: 650px;
    margin: 1rem auto 2rem;
    font-size: 1.12rem;
}

/* --------------------------------------------------------------------------
   10. Footer
   -------------------------------------------------------------------------- */

.site-footer {
    background: #150001;
    color: rgba(255, 248, 234, 0.78);
    padding: 3.25rem 0 2rem;
}

.site-footer a {
    color: var(--roc-gold-light);
    text-decoration: none;
}

.site-footer a:hover {
    color: var(--roc-white);
}

.footer-logo {
    max-width: 360px;
    width: 100%;
    height: auto;
    display: block;
}

.footer-title,
.footer-heading {
    color: var(--roc-white);
}

.footer-title {
    font-size: 2rem;
}

.footer-heading {
    font-size: 1.2rem;
}

.footer-line {
    border-color: rgba(243, 207, 122, 0.24);
    margin: 2.5rem 0 1.5rem;
}

.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

.footer-contact-item-phone {
    align-items: flex-start;
}

.footer-contact-icon {
    flex: 0 0 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--roc-gold-light);
    line-height: 0;
}

.footer-contact-icon .roc-icon {
    display: block;
    width: 1.1rem;
    height: 1.1rem;
    flex: 0 0 auto;
}

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    row-gap: 0.5rem;
    font-size: 0.88rem;
    color: rgba(255, 248, 234, 0.6);
}

.footer-contact-links {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

/* --------------------------------------------------------------------------
   11. Floating UI: back-to-top button and site notice
   -------------------------------------------------------------------------- */

.back-to-top {
    position: fixed;
    right: 0.75rem;
    bottom: 1.25rem;
    z-index: 1040;
    width: 46px;
    height: 46px;
    min-width: 46px;
    min-height: 46px;
    padding: 0;
    /*border: 1px solid rgba(243, 207, 122, 0.65);*/
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 50%;
    background: linear-gradient(135deg, var(--roc-bordeaux), var(--roc-bordeaux-dark));
    /*color: var(--roc-gold-light);*/
    color: var(--roc-white);
    box-shadow: 0 12px 30px rgba(42, 0, 1, 0.28);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, background 0.25s ease;

    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
    display: inline-grid;
    place-items: center;
    line-height: 0;
}

.back-to-top .roc-icon {
    display: block;
    width: 1.35rem;
    height: 1.35rem;
    flex: 0 0 auto;
    pointer-events: none;
}

.back-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top:hover {
    border: 1px solid rgba(42, 0, 1, 0.75);
    background: linear-gradient(135deg, var(--roc-gold-light), var(--roc-gold));
    color: var(--roc-bordeaux-dark);
}

.back-to-top:focus-visible {
    outline: 3px solid rgba(243, 207, 122, 0.65);
    outline-offset: 4px;
}

.site-notice {
    position: fixed;
    left: 1.25rem;
    bottom: 1.25rem;
    z-index: 1035;
    max-width: 460px;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(243, 207, 122, 0.45);
    border-radius: 1.2rem;
    background: rgba(42, 0, 1, 0.96);
    color: rgba(255, 248, 234, 0.88);
    box-shadow: 0 18px 45px rgba(42, 0, 1, 0.32);
    backdrop-filter: blur(8px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

.site-notice.is-hidden {
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
}

.site-notice-content strong {
    display: block;
    color: var(--roc-gold-light);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.08rem;
    margin-bottom: 0.25rem;
}

.site-notice-content p {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.4;
}

.site-notice-close {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
    padding: 0;
    border: 1px solid rgba(243, 207, 122, 0.4);
    border-radius: 50%;
    background: transparent;
    color: var(--roc-gold-light);

    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
    display: inline-grid;
    place-items: center;
    line-height: 0;
}

.site-notice-close .roc-icon {
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    flex: 0 0 auto;
    pointer-events: none;
}

.site-notice-close:hover {
    background: var(--roc-gold-light);
    color: var(--roc-bordeaux-dark);
}

/* --------------------------------------------------------------------------
   12. Responsive rules
   -------------------------------------------------------------------------- */

/* Tablet and collapsed navigation */
@media (max-width: 991.98px) {
    html {
        scroll-padding-top: 90px;
    }

    section[id] {
        scroll-margin-top: 90px;
    }

    .navbar-roc {
        background: #2a0001;
        backdrop-filter: none;
    }

    .navbar-roc .navbar-collapse {
        background: #2a0001;
        padding: 1.25rem 0 1.75rem;
        border-top: 1px solid rgba(243, 207, 122, 0.22);
        border-bottom: 1px solid rgba(243, 207, 122, 0.22);
        margin-top: 0.9rem;
    }

    .navbar-nav {
        gap: 0.15rem;
    }

    .navbar-nav .nav-link {
        padding-top: 0.55rem;
        padding-bottom: 0.55rem;
    }

    .navbar-nav .btn-gold {
        margin-top: 1rem;
        display: inline-block;
    }

    .lang-switch {
        display: inline-flex;
        width: auto;
        max-width: max-content;
        margin-top: 0.75rem;
    }

    .site-logo {
        height: 54px;
    }

    .hero-content {
        padding-top: 6.5rem;
        padding-bottom: 4rem;
    }

    .villa-link-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .rome-experience-aside {
        border-top: 1px solid rgba(217, 154, 43, 0.24);
        border-left: 0;
    }
}

/* Small hero image and typography */
@media (max-width: 767.98px) {
    .hero-section {
        min-height: 100svh;
        background:
            linear-gradient(
                90deg,
                rgba(42, 0, 1, 0.88) 0%,
                rgba(42, 0, 1, 0.66) 48%,
                rgba(42, 0, 1, 0.22) 100%
            ),
            linear-gradient(
                180deg,
                rgba(42, 0, 1, 0.48) 0%,
                rgba(42, 0, 1, 0.32) 48%,
                rgba(42, 0, 1, 0.10) 100%
            ),
            url("/assets/img/hero/hero-roc-mobile.webp") 78% center / cover no-repeat;
        background-color: var(--roc-bordeaux-dark);
    }

    .hero-overlay {
        background:
            radial-gradient(circle at 82% 40%, rgba(217, 154, 43, 0.26), transparent 42%),
            linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.08));
    }

    .hero-section::after {
        opacity: 0.22;
    }

    .hero-content {
        padding-top: 6.25rem;
        padding-bottom: 3.75rem;
    }

    .hero-title {
        font-size: clamp(2.45rem, 9.8vw, 3.3rem);
        line-height: 1.04;
        max-width: 100%;
    }

    html[lang="de"] .hero-title,
    html[lang="fr"] .hero-title,
    html[lang="es"] .hero-title {
        font-size: clamp(2.35rem, 9.2vw, 3.1rem);
        line-height: 1.05;
    }

    .eyebrow,
    .hero-title,
    .hero-subtitle {
        text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
    }

    .hero-subtitle {
        color: rgba(255, 248, 234, 0.97);
    }

    .hero-points span {
        background: rgba(42, 0, 1, 0.36);
        backdrop-filter: blur(2px);
    }
}

/* Phones */
@media (max-width: 575.98px) {
    .section {
        padding: 4rem 0;
    }

    .footer-logo {
        max-width: 300px;
    }

    .hero-actions .btn {
        width: 100%;
    }

    .hero-points span {
        width: 100%;
        text-align: center;
    }

    .show-card-body,
    .venue-card,
    .review-card {
        padding: 1.4rem;
    }

    .program-common-feature {
        padding: 1.15rem 1.2rem;
    }

    .fareharbor-widget {
        padding: 0.75rem;
        border-radius: 1rem;
    }

    .calendar-months-pills {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.65rem;
    }

    .calendar-months-list {
        width: 100%;
        gap: 0.5rem;
    }

    .calendar-months-list span {
        flex: 1 1 calc(50% - 0.5rem);
    }

    .section-booking-trust {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .booking-trust-box {
        padding: 1.45rem 1.25rem;
        border-radius: 1.2rem;
    }

    .booking-trust-direct {
        font-size: 1.04rem;
    }

    .fareharbor-mobile-booking-box {
        padding: 1.35rem;
        border-radius: 1rem;
    }

    .fareharbor-mobile-booking-box .btn,
    .fareharbor-mobile-actions .btn {
        width: 100%;
    }

    .rome-experience-main,
    .rome-experience-aside {
        padding: 1.4rem;
    }

    .rome-experience-timeline li {
        grid-template-columns: 3.9rem 1fr;
        gap: 0.75rem;
    }

    .back-to-top {
        right: 0.9rem;
        bottom: 0.9rem;
        width: 42px;
        height: 42px;
        min-width: 42px;
        min-height: 42px;
    }

    .back-to-top .roc-icon {
        width: 1.25rem;
        height: 1.25rem;
    }

    .site-notice {
        left: 0.75rem;
        right: 0.75rem;
        bottom: 0.75rem;
        max-width: none;
    }

    body.has-site-notice .back-to-top {
        bottom: 8.75rem;
    }
}


/* --------------------------------------------------------------------------
   13. Legal pages
   -------------------------------------------------------------------------- */

.legal-page {
    min-height: 70vh;
    padding: 9.5rem 0 5rem;
    background:
        radial-gradient(circle at top right, rgba(217, 154, 43, 0.14), transparent 32%),
        var(--roc-ivory);
}

.legal-page-header {
    max-width: 920px;
    margin-bottom: 3rem;
}

.legal-page-title {
    margin-bottom: 1rem;
    color: var(--roc-bordeaux-dark);
    font-size: clamp(2.5rem, 6vw, 4.8rem);
    line-height: 1;
}

.legal-page-intro {
    max-width: 820px;
    margin-bottom: 0.75rem;
    color: var(--roc-muted);
    font-size: 1.08rem;
    line-height: 1.65;
}

.legal-updated {
    margin: 0;
    color: var(--roc-bordeaux);
    font-size: 0.9rem;
    font-weight: 700;
}

.legal-content {
    padding: 2.4rem;
    border: 1px solid rgba(90, 0, 2, 0.1);
    border-radius: 1.6rem;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 22px 55px rgba(42, 0, 1, 0.08);
}

.legal-content section + section {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
    border-top: 1px solid rgba(90, 0, 2, 0.1);
}

.legal-content h2 {
    margin-bottom: 1rem;
    color: var(--roc-bordeaux-dark);
    font-size: clamp(1.75rem, 3.5vw, 2.4rem);
}

.legal-content h3 {
    margin: 1.5rem 0 0.65rem;
    color: var(--roc-bordeaux);
    font-size: 1.25rem;
}

.legal-content p,
.legal-content li {
    color: #4f4140;
    line-height: 1.7;
}

.legal-content ul {
    padding-left: 1.25rem;
}

.legal-content a {
    font-weight: 700;
    text-underline-offset: 0.16em;
}

.legal-highlight {
    padding: 1.25rem 1.4rem;
    border-left: 4px solid var(--roc-gold);
    border-radius: 0.8rem;
    background: var(--roc-cream);
}

.legal-table-wrap {
    overflow-x: auto;
    margin-top: 1.25rem;
    border: 1px solid rgba(90, 0, 2, 0.1);
    border-radius: 1rem;
}

.legal-table {
    width: 100%;
    min-width: 720px;
    margin: 0;
    border-collapse: collapse;
}

.legal-table th,
.legal-table td {
    padding: 1rem;
    border-bottom: 1px solid rgba(90, 0, 2, 0.09);
    text-align: left;
    vertical-align: top;
}

.legal-table th {
    background: var(--roc-cream);
    color: var(--roc-bordeaux-dark);
    font-size: 0.82rem;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.legal-table tr:last-child td {
    border-bottom: 0;
}

.legal-toc {
    position: sticky;
    top: 7.5rem;
    padding: 1.4rem;
    border: 1px solid rgba(217, 154, 43, 0.3);
    border-radius: 1.2rem;
    background: var(--roc-cream);
}

.legal-toc h2 {
    margin-bottom: 0.9rem;
    color: var(--roc-bordeaux-dark);
    font-size: 1.2rem;
}

.legal-toc ul {
    display: grid;
    gap: 0.55rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.legal-toc a {
    color: var(--roc-bordeaux);
    font-size: 0.93rem;
    font-weight: 700;
    text-decoration: none;
}

.legal-toc a:hover {
    color: var(--roc-gold);
}

/* --------------------------------------------------------------------------
   14. Footer legal navigation
   -------------------------------------------------------------------------- */

.footer-legal-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem 1.25rem;
    margin-bottom: 1.25rem;
}

.footer-legal-links a,
.footer-cookie-settings {
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--roc-gold-light);
    font: inherit;
    font-size: 0.9rem;
    text-decoration: none;
    cursor: pointer;
}

.footer-legal-links a:hover,
.footer-cookie-settings:hover {
    color: var(--roc-white);
}

.footer-cookie-settings:focus-visible {
    outline: 2px solid var(--roc-gold-light);
    outline-offset: 4px;
}

/* --------------------------------------------------------------------------
   15. Cookie consent banner
   -------------------------------------------------------------------------- */

.cookie-consent {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    z-index: 1025;
    opacity: 0;
    visibility: hidden;
    transform: translateY(18px);
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
}

.cookie-consent.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.cookie-banner {
    position: relative;
    width: min(1040px, 100%);
    max-height: min(82vh, 760px);
    margin: 0 auto;
    padding: 1.55rem;
    overflow-y: auto;
    border: 1px solid rgba(243, 207, 122, 0.45);
    border-radius: 1.4rem;
    background:
        radial-gradient(circle at top right, rgba(217, 154, 43, 0.18), transparent 34%),
        rgba(42, 0, 1, 0.985);
    color: rgba(255, 248, 234, 0.9);
    box-shadow: 0 22px 65px rgba(20, 0, 1, 0.44);
    backdrop-filter: blur(10px);
}

.cookie-banner-copy {
    padding-right: 2.75rem;
}

.cookie-banner-kicker {
    margin-bottom: 0.45rem;
    color: var(--roc-gold-light);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.cookie-banner h2 {
    margin-bottom: 0.65rem;
    color: var(--roc-white);
    font-size: clamp(1.55rem, 3vw, 2.15rem);
}

.cookie-banner-copy > p:not(.cookie-banner-kicker):not(.cookie-banner-links) {
    max-width: 900px;
    margin-bottom: 0.6rem;
    font-size: 0.95rem;
    line-height: 1.55;
}

.cookie-banner-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin: 0;
    font-size: 0.9rem;
}

.cookie-banner-links a {
    color: var(--roc-gold-light);
    font-weight: 700;
}

.cookie-banner-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: inline-grid;
    width: 36px;
    height: 36px;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(243, 207, 122, 0.45);
    border-radius: 50%;
    background: transparent;
    color: var(--roc-gold-light);
}

.cookie-banner-close:hover {
    background: var(--roc-gold-light);
    color: var(--roc-bordeaux-dark);
}

.cookie-banner-close .roc-icon {
    width: 0.9rem;
    height: 0.9rem;
}

.cookie-preferences {
    display: grid;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.cookie-category {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(243, 207, 122, 0.2);
    border-radius: 1rem;
    background: rgba(255, 248, 234, 0.07);
}

.cookie-category h3 {
    margin-bottom: 0.25rem;
    color: var(--roc-gold-light);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 1rem;
    font-weight: 800;
}

.cookie-category p {
    margin: 0;
    color: rgba(255, 248, 234, 0.78);
    font-size: 0.88rem;
    line-height: 1.45;
}

.cookie-switch {
    position: relative;
    display: inline-flex;
    flex: 0 0 auto;
    cursor: pointer;
}

.cookie-switch input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.cookie-switch > span[aria-hidden="true"] {
    position: relative;
    display: block;
    width: 52px;
    height: 30px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    transition: background 0.2s ease, border-color 0.2s ease;
}

.cookie-switch > span[aria-hidden="true"]::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--roc-white);
    transition: transform 0.2s ease;
}

.cookie-switch input:checked + span[aria-hidden="true"] {
    border-color: var(--roc-gold-light);
    background: var(--roc-gold);
}

.cookie-switch input:checked + span[aria-hidden="true"]::after {
    transform: translateX(22px);
}

.cookie-switch input:focus-visible + span[aria-hidden="true"] {
    outline: 3px solid rgba(243, 207, 122, 0.65);
    outline-offset: 4px;
}

.cookie-switch-disabled {
    cursor: not-allowed;
    opacity: 0.75;
}

.cookie-banner-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1.25rem;
}

.cookie-btn {
    min-height: 44px;
    padding: 0.65rem 1rem;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 800;
}

.cookie-btn-reject {
    border: 1px solid var(--roc-white);
    background: var(--roc-white);
    color: var(--roc-bordeaux-dark);
}

.cookie-btn-reject:hover {
    border-color: var(--roc-gold-light);
    background: var(--roc-gold-light);
    color: var(--roc-bordeaux-dark);
}

.cookie-btn-preferences,
.cookie-btn-save {
    border: 1px solid rgba(243, 207, 122, 0.65);
    background: transparent;
    color: var(--roc-gold-light);
}

.cookie-btn-preferences:hover,
.cookie-btn-preferences.is-active,
.cookie-btn-save:hover {
    border-color: var(--roc-gold-light);
    background: rgba(243, 207, 122, 0.13);
    color: var(--roc-white);
}

.cookie-btn-accept {
    border: 1px solid var(--roc-gold);
    background: linear-gradient(135deg, var(--roc-gold-light), var(--roc-gold));
    color: var(--roc-bordeaux-dark);
}

.cookie-btn-accept:hover {
    border-color: var(--roc-gold-light);
    background: var(--roc-gold-light);
    color: var(--roc-bordeaux-dark);
}

/* Keep the back-to-top control in its normal bottom position while the
   cookie banner is open. On desktop, reserve a narrow right-hand gutter so
   the banner does not sit beneath the control or the FareHarbor side button. */
@media (min-width: 992px) {
    body.has-cookie-banner .cookie-consent {
        right: 5.75rem;
    }
}

body.has-cookie-banner .site-notice {
    bottom: calc(var(--roc-cookie-banner-height, 220px) + 1.75rem);
}

@media (max-width: 991.98px) {
    .legal-toc {
        position: static;
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .legal-page {
        padding-top: 8rem;
    }

    .legal-content {
        padding: 1.4rem;
        border-radius: 1.2rem;
    }

    .cookie-consent {
        right: 0.65rem;
        bottom: 0.65rem;
        left: 0.65rem;
    }

    .cookie-banner {
        max-height: calc(100svh - 1.3rem);
        padding: 1.25rem;
        border-radius: 1.15rem;
    }

    .cookie-banner-copy {
        padding-right: 2.25rem;
    }

    .cookie-banner-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .cookie-btn {
        width: 100%;
    }

    .cookie-btn-accept,
    .cookie-btn-save {
        grid-column: 1 / -1;
    }

    body.has-cookie-banner .site-notice {
        top: 5.5rem;
        right: 0.75rem;
        bottom: auto;
        left: 0.75rem;
        max-width: none;
    }

}

@media (max-width: 480px) {
    .cookie-banner-actions {
        grid-template-columns: 1fr;
    }

    .cookie-btn-accept,
    .cookie-btn-save {
        grid-column: auto;
    }

    .cookie-category {
        align-items: start;
    }
}


/* --------------------------------------------------------------------------
   16. Opera’s Greatest Hits detail page
   -------------------------------------------------------------------------- */

.ogh-hero {
    position: relative;
    overflow: hidden;
    padding: 10rem 0 5rem;
    color: var(--roc-white);
    background:
        radial-gradient(circle at 82% 18%, rgba(217, 154, 43, 0.26), transparent 32%),
        linear-gradient(135deg, var(--roc-bordeaux-dark), var(--roc-bordeaux));
}

.ogh-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        repeating-linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.022) 0,
            rgba(255, 255, 255, 0.022) 1px,
            transparent 1px,
            transparent 90px
        );
}

.ogh-hero .container {
    position: relative;
    z-index: 1;
}

.ogh-hero-title {
    max-width: 760px;
    margin-bottom: 1.25rem;
    color: var(--roc-white);
    font-size: clamp(3.2rem, 6vw, 6.7rem);
    line-height: 1.1;
}

.ogh-hero-subtitle {
    max-width: 720px;
    margin-bottom: 2rem;
    color: rgba(255, 248, 234, 0.9);
    font-size: clamp(1.08rem, 2vw, 1.32rem);
    line-height: 1.55;
}

.ogh-hero-poster {
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(243, 207, 122, 0.38);
    border-radius: 1.7rem;
    background: #150001;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}

.ogh-hero-poster img,
.ogh-content-image img,
.ogh-portrait-card img,
.ogh-gallery-item img {
    display: block;
    width: 100%;
    height: auto;
}

.ogh-facts-section {
    padding: 1.4rem 0;
    border-bottom: 1px solid rgba(90, 0, 2, 0.12);
    background: var(--roc-cream);
}

.ogh-facts-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1rem;
}

.ogh-fact {
    padding: 1rem;
    border-left: 2px solid var(--roc-gold);
}

.ogh-fact strong,
.ogh-fact span {
    display: block;
}

.ogh-fact strong {
    margin-bottom: 0.3rem;
    color: var(--roc-bordeaux);
    font-size: 0.76rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.ogh-fact span {
    color: var(--roc-ink);
    font-size: 0.95rem;
    line-height: 1.4;
}

.ogh-body-copy {
    color: #4f4140;
    font-size: 1.06rem;
    line-height: 1.75;
}

.ogh-content-image,
.ogh-portrait-card {
    margin: 0;
    overflow: hidden;
    border-radius: 1.6rem;
    background: var(--roc-white);
    box-shadow: 0 22px 55px rgba(42, 0, 1, 0.12);
}

.ogh-content-image img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.ogh-content-image-dark {
    border: 1px solid rgba(243, 207, 122, 0.25);
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.28);
}

.ogh-copy-card,
.ogh-info-panel,
.ogh-list-card,
.ogh-practical-card,
.ogh-highlight-box {
    border: 1px solid rgba(90, 0, 2, 0.1);
    border-radius: 1.4rem;
    background: var(--roc-white);
    box-shadow: 0 18px 45px rgba(42, 0, 1, 0.07);
}

.ogh-copy-card {
    padding: 2rem;
}

.ogh-copy-card p,
.ogh-info-panel p,
.ogh-highlight-box p {
    color: #4f4140;
    line-height: 1.7;
}

.ogh-copy-card p:last-child,
.ogh-info-panel p:last-child,
.ogh-highlight-box p:last-child {
    margin-bottom: 0;
}

.ogh-portrait-card img {
    height: 100%;
    min-height: 430px;
    object-fit: cover;
}

.ogh-program-list {
    display: grid;
    gap: 0.75rem;
    margin: 1.75rem 0;
    padding: 0;
    list-style: none;
}

.ogh-program-list li {
    position: relative;
    padding-left: 1.65rem;
    color: rgba(255, 248, 234, 0.9);
    line-height: 1.5;
}

.ogh-program-list li::before {
    content: "♪";
    position: absolute;
    left: 0;
    color: var(--roc-gold-light);
    font-weight: 800;
}

.ogh-program-note {
    margin: 0;
    padding: 1rem 1.15rem;
    border-left: 3px solid var(--roc-gold-light);
    border-radius: 0.8rem;
    background: rgba(255, 248, 234, 0.08);
    color: rgba(255, 248, 234, 0.8);
    font-size: 0.93rem;
}

.ogh-info-panel {
    padding: 2rem;
}


.ogh-info-panel-with-image {
    display: flex;
    flex-direction: column;
    padding: 0;
    overflow: hidden;
}

.ogh-info-panel-copy {
    flex: 1 1 auto;
    padding: 2rem;
}

.ogh-info-panel-media {
    display: block;
    flex: 0 0 auto;
    margin-top: auto;
    overflow: hidden;
    border-top: 1px solid rgba(90, 0, 2, 0.1);
    background: var(--roc-cream);
}

.ogh-info-panel-media img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.ogh-info-panel h2,
.ogh-list-card h2,
.ogh-highlight-box h2 {
    color: var(--roc-bordeaux-dark);
    font-size: clamp(1.8rem, 3vw, 2.45rem);
}

.ogh-list-card {
    padding: 2rem;
}

.ogh-check-list,
.ogh-simple-list {
    display: grid;
    gap: 0.75rem;
    margin: 1.25rem 0 0;
    padding: 0;
    list-style: none;
}

.ogh-check-list li,
.ogh-simple-list li {
    position: relative;
    padding-left: 1.8rem;
    color: #4f4140;
    line-height: 1.55;
}

.ogh-check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--roc-gold);
    font-weight: 900;
}

.ogh-simple-list li::before {
    content: "—";
    position: absolute;
    left: 0;
    color: var(--roc-bordeaux);
    font-weight: 900;
}

.ogh-practical-card {
    padding: 1.5rem;
}

.ogh-practical-card h3 {
    margin-bottom: 0.65rem;
    color: var(--roc-bordeaux-dark);
    font-size: 1.35rem;
}

.ogh-practical-card p {
    margin: 0;
    color: #4f4140;
    line-height: 1.6;
}

.ogh-highlight-box {
    padding: 1.8rem;
    border-color: rgba(217, 154, 43, 0.35);
    background:
        radial-gradient(circle at top right, rgba(217, 154, 43, 0.14), transparent 36%),
        var(--roc-white);
}

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

.ogh-gallery-item {
    margin: 0;
    overflow: hidden;
    border-radius: 1.2rem;
    background: var(--roc-white);
    box-shadow: 0 15px 35px rgba(42, 0, 1, 0.09);
}

.ogh-gallery-item-wide {
    grid-column: span 2;
}

.ogh-gallery-item img {
    height: 100%;
    min-height: 280px;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.ogh-gallery-item:hover img {
    transform: scale(1.025);
}

.ogh-faq-list {
    display: grid;
    gap: 0.85rem;
}

.ogh-faq-item {
    overflow: hidden;
    border: 1px solid rgba(90, 0, 2, 0.1);
    border-radius: 1rem;
    background: var(--roc-white);
    box-shadow: 0 12px 28px rgba(42, 0, 1, 0.055);
}

.ogh-faq-item summary {
    position: relative;
    padding: 1.2rem 3.25rem 1.2rem 1.25rem;
    color: var(--roc-bordeaux-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.16rem;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
}

.ogh-faq-item summary::-webkit-details-marker {
    display: none;
}

.ogh-faq-item summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 1.25rem;
    color: var(--roc-gold);
    font-family: system-ui, sans-serif;
    font-size: 1.5rem;
    transform: translateY(-50%);
}

.ogh-faq-item[open] summary::after {
    content: "−";
}

.ogh-faq-item p {
    margin: 0;
    padding: 0 1.25rem 1.25rem;
    color: #4f4140;
    line-height: 1.65;
}

.ogh-booking-intro {
    max-width: 720px;
    margin: 0 auto;
    color: rgba(255, 248, 234, 0.86);
    font-size: 1.08rem;
}

.page-opera-greatest-hits .fareharbor-widget {
    background: var(--roc-white);
}

@media (max-width: 1199.98px) {
    .ogh-facts-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .ogh-hero {
        padding-top: 8rem;
    }

    .ogh-hero-title {
        font-size: clamp(3rem, 11vw, 5.2rem);
    }

    .ogh-portrait-card img {
        min-height: 380px;
    }
}

@media (max-width: 767.98px) {
    .ogh-facts-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ogh-gallery {
        grid-template-columns: 1fr 1fr;
    }

    .ogh-gallery-item-wide {
        grid-column: 1 / -1;
    }
}

@media (max-width: 575.98px) {
    .ogh-hero {
        padding-top: 7.25rem;
        padding-bottom: 3.5rem;
    }

    .ogh-hero-title {
        font-size: clamp(2.65rem, 15vw, 4rem);
    }

    .ogh-facts-grid,
    .ogh-gallery {
        grid-template-columns: 1fr;
    }

    .ogh-gallery-item-wide {
        grid-column: auto;
    }

    .ogh-fact {
        padding: 0.85rem 0.9rem;
    }

    .ogh-copy-card,
    .ogh-info-panel,
    .ogh-list-card,
    .ogh-highlight-box {
        padding: 1.4rem;
    }

    .ogh-info-panel-with-image {
        padding: 0;
    }

    .ogh-info-panel-copy {
        padding: 1.4rem;
    }

    .ogh-portrait-card img {
        min-height: 320px;
    }

    .ogh-gallery-item img {
        min-height: 240px;
    }
}

/* Christmas Opera Concert: temporary venue-image placeholder.
   Replace the placeholder markup in christmas-opera-concert.php when the
   definitive photograph of the Chiesa Evangelica Metodista is available. */
.xmas-venue-placeholder {
    display: grid;
    min-height: 300px;
    padding: 2rem;
    place-items: center;
    background:
        radial-gradient(circle at top right, rgba(217, 154, 43, 0.16), transparent 38%),
        var(--roc-cream);
    color: var(--roc-muted);
    text-align: center;
}

.xmas-venue-placeholder strong {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--roc-bordeaux-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.25rem;
}

/* --------------------------------------------------------------------------
   17. Google Ads landing page — Opera’s Greatest Hits
   -------------------------------------------------------------------------- */

.is-landing-page {
    background: var(--roc-ivory);
}

.landing-navbar {
    min-height: 82px;
    background: rgba(42, 0, 1, 0.985);
}

.landing-navbar .container {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.landing-site-logo {
    height: 58px;
}

.landing-navbar-actions {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.landing-lang-switch {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0.45rem 0.8rem !important;
    background: transparent;
    color: var(--roc-white);
}

.landing-lang-switch:hover {
    color: var(--roc-gold-light);
}

.landing-header-cta {
    white-space: nowrap;
}

.landing-hero {
    position: relative;
    overflow: hidden;
    padding: 9.5rem 0 4.5rem;
    color: var(--roc-white);
    background:
        radial-gradient(circle at 86% 18%, rgba(217, 154, 43, 0.28), transparent 30%),
        linear-gradient(135deg, var(--roc-bordeaux-dark), var(--roc-bordeaux));
}

.landing-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        repeating-linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.022) 0,
            rgba(255, 255, 255, 0.022) 1px,
            transparent 1px,
            transparent 90px
        );
}

.landing-hero .container {
    position: relative;
    z-index: 1;
}

.landing-hero-title {
    max-width: 760px;
    margin-bottom: 0.7rem;
    color: var(--roc-white);
    font-size: clamp(2.9rem, 5.7vw, 5.8rem);
    line-height: 1.02;
}

.landing-product-name {
    margin-bottom: 1.2rem;
    color: var(--roc-gold-light);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.55rem, 3vw, 2.3rem);
    line-height: 1.15;
}

.landing-hero-subtitle {
    max-width: 730px;
    margin-bottom: 1.7rem;
    color: rgba(255, 248, 234, 0.92);
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    line-height: 1.65;
}

.landing-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.landing-trust-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin: 1.4rem 0 0;
    padding: 0;
    list-style: none;
}

.landing-trust-list li {
    position: relative;
    padding: 0.45rem 0.75rem 0.45rem 1.8rem;
    border: 1px solid rgba(243, 207, 122, 0.35);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.14);
    color: rgba(255, 248, 234, 0.9);
    font-size: 0.88rem;
}

.landing-trust-list li::before {
    content: "✓";
    position: absolute;
    left: 0.72rem;
    color: var(--roc-gold-light);
    font-weight: 900;
}

.landing-booking-card {
    overflow: hidden;
    border: 1px solid rgba(243, 207, 122, 0.4);
    border-radius: 1.5rem;
    background: var(--roc-white);
    color: var(--roc-ink);
    box-shadow: 0 30px 72px rgba(0, 0, 0, 0.34);
}

.landing-booking-card-media {
    margin: 0;
    overflow: hidden;
    background: var(--roc-bordeaux-dark);
}

.landing-booking-card-media img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.landing-booking-card-copy {
    padding: 1.55rem;
}

.landing-booking-card-copy h2 {
    margin-bottom: 1rem;
    color: var(--roc-bordeaux-dark);
    font-size: clamp(1.8rem, 3vw, 2.45rem);
}

.landing-booking-card-list {
    display: grid;
    gap: 0.65rem;
    margin: 0 0 1.25rem;
    padding: 0;
    list-style: none;
}

.landing-booking-card-list li {
    position: relative;
    padding-left: 1.55rem;
    color: #4f4140;
    line-height: 1.45;
}

.landing-booking-card-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--roc-gold);
    font-weight: 900;
}

.landing-booking-card .btn {
    width: 100%;
}

.landing-facts {
    padding: 1.25rem 0;
    border-bottom: 1px solid rgba(90, 0, 2, 0.1);
    background: var(--roc-cream);
}

.landing-facts-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.landing-fact {
    padding: 0.85rem 1rem;
    border-left: 3px solid var(--roc-gold);
}

.landing-fact strong,
.landing-fact span {
    display: block;
}

.landing-fact strong {
    margin-bottom: 0.25rem;
    color: var(--roc-bordeaux);
    font-size: 0.76rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.landing-fact span {
    color: var(--roc-ink);
    line-height: 1.4;
}

.landing-section {
    padding: 4.5rem 0;
}

.landing-section-title {
    margin-bottom: 1rem;
    color: var(--roc-bordeaux-dark);
    font-size: clamp(2.15rem, 4.7vw, 3.8rem);
    line-height: 1.04;
}

.landing-section-intro {
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
    color: var(--roc-muted);
    font-size: 1.07rem;
    line-height: 1.65;
}

.landing-benefit-card,
.landing-photo-card,
.landing-review-card,
.landing-practical-card,
.landing-policy-card {
    height: 100%;
    border: 1px solid rgba(90, 0, 2, 0.1);
    border-radius: 1.25rem;
    background: var(--roc-white);
    box-shadow: 0 18px 42px rgba(42, 0, 1, 0.07);
}

.landing-benefit-card {
    padding: 1.5rem;
}

.landing-benefit-card h3,
.landing-practical-card h3,
.landing-policy-card h3 {
    color: var(--roc-bordeaux-dark);
    font-size: 1.3rem;
}

.landing-benefit-card p,
.landing-practical-card p,
.landing-policy-card p {
    margin-bottom: 0;
    color: #4f4140;
    line-height: 1.6;
}

.landing-program-section {
    background:
        radial-gradient(circle at top right, rgba(217, 154, 43, 0.2), transparent 32%),
        linear-gradient(135deg, var(--roc-bordeaux-dark), var(--roc-bordeaux));
    color: var(--roc-white);
}

.landing-program-section .landing-section-title {
    color: var(--roc-white);
}

.landing-program-copy {
    color: rgba(255, 248, 234, 0.88);
    font-size: 1.05rem;
    line-height: 1.7;
}

.landing-program-list {
    display: grid;
    gap: 0.7rem;
    margin: 1.3rem 0;
    padding: 0;
    list-style: none;
}

.landing-program-list li {
    position: relative;
    padding-left: 1.55rem;
    color: rgba(255, 248, 234, 0.92);
}

.landing-program-list li::before {
    content: "♪";
    position: absolute;
    left: 0;
    color: var(--roc-gold-light);
}

.landing-program-note {
    margin: 0;
    padding: 0.9rem 1rem;
    border-left: 3px solid var(--roc-gold-light);
    border-radius: 0.75rem;
    background: rgba(255, 248, 234, 0.08);
    color: rgba(255, 248, 234, 0.78);
    font-size: 0.92rem;
}

.landing-program-image {
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(243, 207, 122, 0.28);
    border-radius: 1.35rem;
    box-shadow: 0 24px 55px rgba(0, 0, 0, 0.26);
}

.landing-program-image img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.landing-photo-card {
    overflow: hidden;
}

.landing-photo-card img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.landing-photo-card-copy {
    padding: 1.5rem;
}

.landing-photo-card-copy h3 {
    color: var(--roc-bordeaux-dark);
    font-size: 1.55rem;
}

.landing-photo-card-copy p {
    margin: 0;
    color: #4f4140;
    line-height: 1.65;
}

.landing-review-card {
    padding: 1.55rem;
    border-left: 4px solid var(--roc-gold);
}

.landing-review-card blockquote {
    margin-bottom: 1rem;
    color: var(--roc-bordeaux-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.2rem;
    line-height: 1.4;
}

.landing-review-card figcaption {
    color: var(--roc-muted);
    font-size: 0.9rem;
}

.landing-practical-card,
.landing-policy-card {
    padding: 1.4rem;
}

.landing-policy-card {
    border-color: rgba(217, 154, 43, 0.32);
    background:
        radial-gradient(circle at top right, rgba(217, 154, 43, 0.12), transparent 38%),
        var(--roc-white);
}

.landing-faq-list {
    display: grid;
    gap: 0.75rem;
}

.landing-faq-item {
    overflow: hidden;
    border: 1px solid rgba(90, 0, 2, 0.1);
    border-radius: 1rem;
    background: var(--roc-white);
    box-shadow: 0 12px 28px rgba(42, 0, 1, 0.055);
}

.landing-faq-item summary {
    position: relative;
    padding: 1.1rem 3rem 1.1rem 1.2rem;
    color: var(--roc-bordeaux-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.12rem;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
}

.landing-faq-item summary::-webkit-details-marker {
    display: none;
}

.landing-faq-item summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 1.15rem;
    color: var(--roc-gold);
    font-family: system-ui, sans-serif;
    font-size: 1.4rem;
    transform: translateY(-50%);
}

.landing-faq-item[open] summary::after {
    content: "−";
}

.landing-faq-item p {
    margin: 0;
    padding: 0 1.2rem 1.2rem;
    color: #4f4140;
    line-height: 1.6;
}

.landing-final-booking {
    padding: 5rem 0;
    text-align: center;
    color: var(--roc-white);
    background:
        radial-gradient(circle at top right, rgba(217, 154, 43, 0.24), transparent 34%),
        linear-gradient(135deg, var(--roc-bordeaux-dark), var(--roc-bordeaux));
}

.landing-final-booking h2 {
    max-width: 850px;
    margin-right: auto;
    margin-left: auto;
    color: var(--roc-white);
    font-size: clamp(2.35rem, 5vw, 4.2rem);
    line-height: 1.05;
}

.landing-final-booking-text {
    max-width: 720px;
    margin: 1rem auto 1.5rem;
    color: rgba(255, 248, 234, 0.88);
    font-size: 1.08rem;
    line-height: 1.65;
}

.landing-booking-note {
    max-width: 720px;
    margin: 1rem auto 0;
    color: rgba(255, 248, 234, 0.72);
    font-size: 0.9rem;
}

.landing-footer {
    padding-top: 2.5rem;
}

.landing-footer-main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
}

.landing-footer-logo {
    max-width: 300px;
}

.landing-footer-text {
    max-width: 640px;
    margin-bottom: 0;
}

.landing-footer-contact {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    text-align: right;
}

.landing-mobile-cta {
    display: none;
}

@media (max-width: 991.98px) {
    .landing-hero {
        padding-top: 8.25rem;
    }

    .landing-hero-title {
        font-size: clamp(2.75rem, 9vw, 4.6rem);
    }

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

@media (max-width: 767.98px) {
    body.page-opera-greatest-hits-landing {
        padding-bottom: 76px;
    }

    .landing-navbar {
        min-height: 70px;
    }

    .landing-site-logo {
        height: 46px;
    }

    .landing-navbar-actions {
        gap: 0.5rem;
    }

    .landing-lang-switch {
        min-height: 36px;
        padding-right: 0.65rem !important;
        padding-left: 0.65rem !important;
        font-size: 0.85rem;
    }

    .landing-header-cta {
        padding-right: 0.8rem;
        padding-left: 0.8rem;
        font-size: 0.82rem;
    }

    .landing-hero {
        padding-top: 7.5rem;
        padding-bottom: 3.75rem;
    }

    .landing-hero-title {
        font-size: clamp(2.55rem, 12vw, 3.8rem);
    }

    .landing-trust-list {
        display: grid;
    }

    .landing-trust-list li {
        width: 100%;
    }

    .landing-section {
        padding: 3.75rem 0;
    }

    .landing-footer-main {
        flex-direction: column;
    }

    .landing-footer-contact {
        text-align: left;
    }

    .landing-mobile-cta {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1045;
        display: block;
        padding: 0.7rem 0.85rem;
        border-top: 1px solid rgba(243, 207, 122, 0.4);
        background: rgba(42, 0, 1, 0.98);
        box-shadow: 0 -12px 28px rgba(42, 0, 1, 0.22);
        transition: opacity 0.2s ease, transform 0.2s ease;
    }

    .landing-mobile-cta .btn {
        width: 100%;
    }

    body.has-cookie-banner .landing-mobile-cta {
        opacity: 0;
        pointer-events: none;
        transform: translateY(100%);
    }

    body.page-opera-greatest-hits-landing .back-to-top {
        bottom: 5.7rem;
    }

    body.page-opera-greatest-hits-landing.has-cookie-banner .back-to-top {
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none;
    }
}

@media (max-width: 575.98px) {
    .landing-navbar .container {
        gap: 0.5rem;
    }

    .landing-site-logo {
        height: 42px;
    }

    .landing-header-cta {
        padding-right: 0.7rem;
        padding-left: 0.7rem;
    }

    .landing-facts-grid {
        grid-template-columns: 1fr;
    }

    .landing-hero-actions .btn {
        width: 100%;
    }

    .landing-booking-card-copy,
    .landing-benefit-card,
    .landing-photo-card-copy,
    .landing-review-card,
    .landing-practical-card,
    .landing-policy-card {
        padding: 1.25rem;
    }
}


/* --------------------------------------------------------------------------
   Contact page
   -------------------------------------------------------------------------- */

.contact-hero {
    padding: 9rem 0 4.75rem;
    background:
        radial-gradient(circle at top right, rgba(217, 154, 43, 0.25), transparent 34%),
        linear-gradient(135deg, var(--roc-bordeaux-dark), var(--roc-bordeaux));
    color: var(--roc-white);
}

.contact-hero-title {
    margin-bottom: 1rem;
    color: var(--roc-white);
    font-size: clamp(3rem, 7vw, 5.4rem);
    line-height: 1;
}

.contact-hero-intro {
    max-width: 780px;
    margin: 0 auto;
    color: rgba(255, 248, 234, 0.88);
    font-size: clamp(1.05rem, 2vw, 1.24rem);
    line-height: 1.65;
}

.contact-main-section {
    background:
        radial-gradient(circle at 15% 20%, rgba(217, 154, 43, 0.09), transparent 28%),
        var(--roc-ivory);
}

.contact-details-card,
.contact-form-card {
    border: 1px solid rgba(90, 0, 2, 0.10);
    border-radius: 1.6rem;
    background: var(--roc-white);
    box-shadow: 0 22px 55px rgba(42, 0, 1, 0.09);
}

.contact-details-card {
    position: sticky;
    top: 120px;
    overflow: hidden;
    padding: 2.25rem;
}

.contact-details-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--roc-gold-light), var(--roc-gold));
}

.contact-details-card h2,
.contact-form-card h2 {
    margin-bottom: 0.85rem;
    color: var(--roc-bordeaux-dark);
    font-size: clamp(2rem, 4vw, 2.8rem);
}

.contact-details-copy,
.contact-form-intro {
    color: var(--roc-muted);
    line-height: 1.65;
}

.contact-phone-block {
    margin-top: 2rem;
}

.contact-phone-block h3,
.contact-written-note h3 {
    margin-bottom: 0.8rem;
    color: var(--roc-bordeaux-dark);
    font-size: 1.25rem;
}

.contact-phone-link {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-top: 0.7rem;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(217, 154, 43, 0.35);
    border-radius: 1rem;
    background: var(--roc-ivory);
    color: var(--roc-bordeaux);
    font-size: 1.08rem;
    font-weight: 750;
    text-decoration: none;
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.contact-phone-link:hover,
.contact-phone-link:focus {
    transform: translateY(-1px);
    border-color: var(--roc-gold);
    color: var(--roc-bordeaux-dark);
    box-shadow: 0 12px 24px rgba(42, 0, 1, 0.08);
}

.contact-phone-icon {
    display: inline-grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: var(--roc-bordeaux);
    color: var(--roc-white);
    font-size: 0.9rem;
}

.contact-written-note {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(90, 0, 2, 0.10);
}

.contact-written-note p {
    margin-bottom: 0;
    color: var(--roc-muted);
    line-height: 1.6;
}

.contact-form-card {
    padding: 2.35rem;
}

.contact-form-card#contact-form {
    scroll-margin-top: 120px;
}

.contact-form .form-label {
    color: var(--roc-bordeaux-dark);
    font-weight: 700;
}

.contact-form .form-control {
    min-height: 3rem;
    border-color: rgba(90, 0, 2, 0.18);
    border-radius: 0.9rem;
    background: #fffdfa;
    color: var(--roc-ink);
}

.contact-form textarea.form-control {
    min-height: 11rem;
    resize: vertical;
}

.contact-form .form-control:focus {
    border-color: var(--roc-gold);
    box-shadow: 0 0 0 0.22rem rgba(217, 154, 43, 0.16);
}

.contact-form-optional {
    color: var(--roc-muted);
    font-size: 0.88rem;
    font-weight: 500;
}

.contact-privacy-check {
    padding: 1rem 1rem 1rem 2.65rem;
    border: 1px solid rgba(90, 0, 2, 0.10);
    border-radius: 1rem;
    background: var(--roc-ivory);
}

.contact-privacy-check .form-check-input {
    margin-top: 0.25rem;
}

.contact-privacy-check .form-check-label {
    color: var(--roc-muted);
    line-height: 1.5;
}

.contact-turnstile {
    width: 100%;
    min-height: 65px;
}

.contact-turnstile .cf-turnstile,
.contact-turnstile iframe {
    max-width: 100% !important;
}

.contact-captcha-note {
    margin: 0.65rem 0 0;
    color: var(--roc-muted);
    font-size: 0.86rem;
    line-height: 1.45;
}

.contact-form-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
    padding-top: 0.5rem;
}

.contact-form-footer p {
    margin: 0;
    color: var(--roc-muted);
    font-size: 0.88rem;
}

.contact-form-alert {
    margin: 1.35rem 0;
    padding: 1rem 1.15rem;
    border-radius: 1rem;
    font-weight: 650;
    line-height: 1.5;
}

.contact-form-alert-success {
    border: 1px solid rgba(28, 120, 70, 0.26);
    background: rgba(28, 120, 70, 0.08);
    color: #145a36;
}

.contact-form-alert-error {
    border: 1px solid rgba(143, 16, 16, 0.24);
    background: rgba(143, 16, 16, 0.07);
    color: var(--roc-bordeaux);
}

.contact-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.footer-contact-page-text {
    max-width: 320px;
    margin-bottom: 0.85rem;
}

.footer-contact-page-link {
    display: inline-flex;
    align-items: center;
    min-height: 2.55rem;
    padding: 0.55rem 1rem;
    border: 1px solid rgba(243, 207, 122, 0.40);
    border-radius: 999px;
    color: var(--roc-gold-light) !important;
    font-weight: 700;
}

.footer-contact-page-link:hover,
.footer-contact-page-link:focus {
    border-color: var(--roc-gold-light);
    background: rgba(243, 207, 122, 0.10);
    color: var(--roc-white) !important;
}

@media (max-width: 991.98px) {
    .contact-details-card {
        position: static;
    }

    .contact-form-card#contact-form {
        scroll-margin-top: 100px;
    }
}

@media (max-width: 767.98px) {
    .contact-hero {
        padding: 7.5rem 0 3.6rem;
    }

    .contact-details-card,
    .contact-form-card {
        padding: 1.5rem;
    }

    .contact-form-footer {
        align-items: stretch;
        flex-direction: column;
    }

    .contact-form-footer .btn {
        width: 100%;
    }
}

/* --------------------------------------------------------------------------
   About us page
   -------------------------------------------------------------------------- */

.about-hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 72vh;
    padding: 8.5rem 0 5.5rem;
    overflow: hidden;
    background: var(--roc-bordeaux-dark);
    color: var(--roc-white);
}

.about-hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    margin: 0;
}

.about-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Keep the artists' faces inside the shallow desktop crop. */
    object-position: center 8%;
}

.about-hero-shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(
            90deg,
            rgba(42, 0, 1, 0.96) 0%,
            rgba(42, 0, 1, 0.90) 34%,
            rgba(42, 0, 1, 0.68) 52%,
            rgba(42, 0, 1, 0.20) 78%,
            rgba(42, 0, 1, 0.08) 100%
        ),
        linear-gradient(180deg, rgba(0, 0, 0, 0.18), transparent 45%, rgba(0, 0, 0, 0.18));
}

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

.about-hero-title {
    margin-bottom: 1.25rem;
    color: var(--roc-white);
    font-size: clamp(3.2rem, 7vw, 6.3rem);
    line-height: 0.98;
}

.about-hero-intro {
    max-width: 690px;
    margin-bottom: 0;
    color: rgba(255, 248, 234, 0.92);
    font-size: clamp(1.15rem, 2vw, 1.42rem);
    line-height: 1.55;
}

.about-facts-section {
    position: relative;
    z-index: 3;
    background: var(--roc-bordeaux-dark);
    color: var(--roc-white);
    border-top: 1px solid rgba(243, 207, 122, 0.22);
}

.about-facts-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-fact {
    padding: 1.55rem 1.3rem;
    text-align: center;
    border-right: 1px solid rgba(243, 207, 122, 0.18);
}

.about-fact:last-child {
    border-right: 0;
}

.about-fact strong,
.about-fact span {
    display: block;
}

.about-fact strong {
    margin-bottom: 0.25rem;
    color: var(--roc-gold-light);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.45rem;
    line-height: 1.1;
}

.about-fact span {
    color: rgba(255, 248, 234, 0.82);
    font-size: 0.92rem;
}

.about-body-copy {
    color: var(--roc-muted);
    font-size: 1.08rem;
    line-height: 1.75;
}

.about-body-copy:last-child {
    margin-bottom: 0;
}

.about-body-copy-light {
    color: rgba(255, 248, 234, 0.86);
}

.about-principle-card {
    position: relative;
    overflow: hidden;
    padding: 2.25rem;
    border: 1px solid rgba(217, 154, 43, 0.34);
    border-radius: 1.6rem;
    background:
        radial-gradient(circle at top right, rgba(217, 154, 43, 0.18), transparent 36%),
        var(--roc-white);
    box-shadow: 0 22px 52px rgba(42, 0, 1, 0.09);
}

.about-principle-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--roc-gold-light), var(--roc-gold));
}

.about-principle-kicker {
    margin-bottom: 0.8rem;
    color: var(--roc-gold);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.about-principle-text {
    margin-bottom: 0;
    color: var(--roc-bordeaux-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.35rem, 2.5vw, 1.9rem);
    line-height: 1.4;
}

.about-team-card {
    position: relative;
    overflow: hidden;
    padding: 2rem;
    border: 1px solid rgba(90, 0, 2, 0.09);
    border-radius: 1.35rem;
    background: var(--roc-white);
    box-shadow: 0 18px 42px rgba(42, 0, 1, 0.07);
}

.about-team-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--roc-gold-light), var(--roc-gold));
}

.about-team-card h3 {
    margin-bottom: 0.45rem;
    color: var(--roc-bordeaux-dark);
    font-size: 1.55rem;
}

.about-team-role {
    margin-bottom: 1rem;
    color: var(--roc-gold);
    font-weight: 800;
}

.about-team-card p:last-child {
    margin-bottom: 0;
    color: var(--roc-muted);
    line-height: 1.6;
}

.about-final-section {
    text-align: center;
}

.about-final-text {
    max-width: 780px;
    margin: 0 auto 1.75rem;
    color: rgba(255, 248, 234, 0.88);
    font-size: 1.08rem;
    line-height: 1.65;
}

.about-final-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

.footer-about-link {
    display: inline-flex;
    align-items: center;
    color: var(--roc-gold-light) !important;
    font-weight: 700;
    text-decoration: none;
}

.footer-about-link:hover,
.footer-about-link:focus {
    color: var(--roc-white) !important;
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

@media (max-width: 991.98px) {
    .about-hero {
        min-height: 680px;
        padding: 8rem 0 4.5rem;
        align-items: flex-end;
    }

    .about-hero-media img {
        /* On tablet/mobile the crop is horizontal: keep both artists visible. */
        object-position: 70% center;
    }

    .about-hero-shade {
        background:
            linear-gradient(180deg, rgba(42, 0, 1, 0.18) 0%, rgba(42, 0, 1, 0.42) 40%, rgba(42, 0, 1, 0.96) 78%, rgba(42, 0, 1, 0.99) 100%);
    }

    .about-hero-content .col-lg-7 {
        max-width: 760px;
    }

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

    .about-fact:nth-child(2) {
        border-right: 0;
    }

    .about-fact:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(243, 207, 122, 0.18);
    }
}

@media (max-width: 575.98px) {
    .about-hero {
        min-height: 620px;
        padding-bottom: 3.5rem;
    }

    .about-hero-media img {
        object-position: 70% center;
    }

    .about-hero-title {
        font-size: clamp(3rem, 17vw, 4.4rem);
    }

    .about-fact {
        padding: 1.25rem 0.8rem;
    }

    .about-fact strong {
        font-size: 1.22rem;
    }

    .about-fact span {
        font-size: 0.82rem;
    }

    .about-principle-card,
    .about-team-card {
        padding: 1.5rem;
    }

    .about-final-actions .btn {
        width: 100%;
    }
}

