/* Cohen House Footer Bundle - Auto-generated */

/* Source: footer.css */
/**
 * ═══════════════════════════════════════════════════════════════════════════════
 * COHEN HOUSE FOOTER ARMAGEDDON v4.1 — STYLES
 * ═══════════════════════════════════════════════════════════════════════════════
 * 
 * ✅ All selectors scoped under .ch-footer-module
 * ✅ No global :root overrides
 * ✅ Lightweight glow effects (radial gradient, no heavy blur)
 * ✅ BEM methodology
 * ✅ WCAG 2.1 AA compliant
 *
 * @version 4.1.0
 */

/* ═══════════════════════════════════════════════════════════════════════════════
   MODULE SCOPE + VARIABLES
═══════════════════════════════════════════════════════════════════════════════ */
.ch-footer-module {
    /* Brand Colors */
    --chf-gold: #C9A227;
    --chf-gold-light: #E8D5A3;
    --chf-gold-dark: #9A7B1E;
    --chf-gold-alpha: rgba(201, 162, 39, 0.15);
    
    /* Navy */
    --chf-navy: #0A1628;
    --chf-navy-light: #132238;
    --chf-navy-dark: #060D17;
    --chf-divine-blue: #1a3a5c;
    --chf-celestial: #2d5a87;
    
    /* Neutral */
    --chf-white: #FFFFFF;
    --chf-text: rgba(255, 255, 255, 0.9);
    --chf-text-muted: rgba(255, 255, 255, 0.6);
    --chf-text-dim: rgba(255, 255, 255, 0.4);
    
    /* Platform */
    --chf-booking: #003580;
    --chf-tripadvisor: #00AF87;
    --chf-google: #4285F4;
    --chf-whatsapp: #25D366;
    
    /* Typography */
    --chf-font-display: 'Cinzel', 'Playfair Display', Georgia, serif;
    --chf-font-body: 'Cormorant Garamond', Georgia, serif;
    
    /* Spacing */
    --chf-space-xs: 0.25rem;
    --chf-space-sm: 0.5rem;
    --chf-space-md: 1rem;
    --chf-space-lg: 2rem;
    --chf-space-xl: 4rem;
    
    /* Animation */
    --chf-ease: cubic-bezier(0.4, 0, 0.2, 1);
    --chf-duration: 0.3s;
    
    /* Reset for module */
    box-sizing: border-box;
    font-family: var(--chf-font-body);
    line-height: 1.6;
}

.ch-footer-module *,
.ch-footer-module *::before,
.ch-footer-module *::after {

/* Global SVG reset */
.ch-footer-module svg {
    width: 24px;
    height: 24px;
    max-width: 100%;
    flex-shrink: 0;
}
    box-sizing: inherit;
}

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

/* ═══════════════════════════════════════════════════════════════════════════════
   REVIEWS SECTION
═══════════════════════════════════════════════════════════════════════════════ */
.ch-footer-module .chf-reviews {
    position: relative;
    background: linear-gradient(180deg, var(--chf-navy) 0%, var(--chf-divine-blue) 50%, var(--chf-navy) 100%);
    padding: var(--chf-space-xl) 5%;
    overflow: hidden;
}

.ch-footer-module .chf-reviews__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

/* Lightweight glows (radial gradient, no blur filter) */
.ch-footer-module .chf-reviews__glow {
    position: absolute;
    border-radius: 50%;
    opacity: 0.4;
}

.ch-footer-module .chf-reviews__glow--1 {
    width: 60%;
    height: 60%;
    top: -20%;
    left: -10%;
    background: radial-gradient(circle, rgba(201, 162, 39, 0.15) 0%, transparent 60%);
}

.ch-footer-module .chf-reviews__glow--2 {
    width: 50%;
    height: 50%;
    bottom: -20%;
    right: -5%;
    background: radial-gradient(circle, var(--chf-celestial) 0%, transparent 60%);
    opacity: 0.2;
}

.ch-footer-module .chf-reviews__container {
    position: relative;
    z-index: 1;
    max-width: 1400px;
    margin: 0 auto;
}

/* Header */
.ch-footer-module .chf-reviews__header {
    text-align: center;
    margin-bottom: var(--chf-space-xl);
}

.ch-footer-module .chf-reviews__eyebrow {
    display: block;
    font-family: var(--chf-font-display);
    font-size: 0.65rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--chf-gold);
    margin-bottom: var(--chf-space-sm);
}

.ch-footer-module .chf-reviews__title {
    font-family: var(--chf-font-display);
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    font-weight: 400;
    color: var(--chf-white);
    margin: 0;
    line-height: 1.2;
}

.ch-footer-module .chf-reviews__title em {
    font-style: italic;
    background: linear-gradient(135deg, var(--chf-gold), var(--chf-gold-light));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ═══════════════════════════════════════════════════════════════════════════════
   CAROUSEL (Dynamic width, no-jump)
═══════════════════════════════════════════════════════════════════════════════ */
.ch-footer-module .chf-carousel {
    position: relative;
    width: 100%;
}

.ch-footer-module .chf-carousel__control {
    position: absolute;
    top: -3rem;
    right: 0;
    z-index: 10;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 0.5rem 1rem;
    color: var(--chf-gold);
    font-family: var(--chf-font-display);
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    cursor: pointer;
    transition: all var(--chf-duration) var(--chf-ease);
}

.ch-footer-module .chf-carousel__control:hover {
    background: rgba(201, 162, 39, 0.1);
    border-color: var(--chf-gold);
}

.ch-footer-module .chf-carousel__control:focus-visible {
    outline: 2px solid var(--chf-gold);
    outline-offset: 2px;
}

.ch-footer-module .chf-carousel__control-icon--play {
    display: none;
}

.ch-footer-module .chf-carousel__control[data-playing="false"] .chf-carousel__control-icon--pause {
    display: none;
}

.ch-footer-module .chf-carousel__control[data-playing="false"] .chf-carousel__control-icon--play {
    display: inline;
}

.ch-footer-module .chf-carousel__viewport {
    width: 100%;
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, black 5%, black 95%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, black 5%, black 95%, transparent);
}

.ch-footer-module .chf-carousel__track {
    display: flex;
    gap: 1.5rem;
    width: max-content;
    /* Animation controlled by JS via CSS variable */
    animation: chf-scroll var(--chf-scroll-duration, 60s) linear infinite;
}

.ch-footer-module .chf-carousel.is-paused .chf-carousel__track {
    animation-play-state: paused;
}

@keyframes chf-scroll {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(calc(-1 * var(--chf-scroll-distance, 50%)), 0, 0); }
}

/* ═══════════════════════════════════════════════════════════════════════════════
   REVIEW CARDS
═══════════════════════════════════════════════════════════════════════════════ */
.ch-footer-module .chf-card {
    flex-shrink: 0;
    width: 360px;
    padding: 1.75rem;
    background: linear-gradient(145deg, rgba(26, 58, 92, 0.8), rgba(45, 90, 135, 0.4));
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    transition: transform var(--chf-duration) var(--chf-ease), border-color var(--chf-duration) var(--chf-ease);
}

.ch-footer-module .chf-card:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 215, 0, 0.2);
}

/* Platform badge */
.ch-footer-module .chf-card__platform {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.3rem 0.65rem;
    border-radius: 10px;
    font-size: 0.72rem;
    font-weight: 600;
    width: fit-content;
    margin-bottom: 0.75rem;
}

.ch-footer-module .chf-card--booking .chf-card__platform {
    background: rgba(0, 53, 128, 0.15);
    color: #5B9BD5;
}

.ch-footer-module .chf-card--tripadvisor .chf-card__platform {
    background: rgba(0, 175, 135, 0.15);
    color: var(--chf-tripadvisor);
}

.ch-footer-module .chf-card--google .chf-card__platform {
    background: rgba(66, 133, 244, 0.15);
    color: var(--chf-google);
}

.ch-footer-module .chf-card__platform .ch-icon {
    width: 1em;
    height: 1em;
}

.ch-footer-module .chf-card__verified {
    margin-left: 0.25rem;
    font-size: 0.65rem;
}

/* Rating */
.ch-footer-module .chf-card__rating {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.ch-footer-module .chf-card__stars {
    color: #FFD700;
    font-size: 1rem;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.4);
}

.ch-footer-module .chf-card__score {
    font-family: var(--chf-font-display);
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--chf-white);
    padding: 0.15rem 0.4rem;
    background: var(--chf-gold-alpha);
    border-radius: 4px;
}

/* Quote */
.ch-footer-module .chf-card__quote {
    flex: 1;
    margin: 0 0 var(--chf-space-md);
}

.ch-footer-module .chf-card__quote p {
    font-family: var(--chf-font-body);
    font-size: 1.05rem;
    font-style: italic;
    line-height: 1.8;
    color: var(--chf-text);
    margin: 0;
}

/* Author */
.ch-footer-module .chf-card__author {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding-top: var(--chf-space-sm);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ch-footer-module .chf-card__avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--chf-gold), var(--chf-gold-light));
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--chf-font-display);
    font-weight: 600;
    font-size: 1.1rem;
    color: var(--chf-navy);
    flex-shrink: 0;
}

.ch-footer-module .chf-card__avatar--tripadvisor {
    background: linear-gradient(135deg, var(--chf-tripadvisor), #00D4A0);
}

.ch-footer-module .chf-card__avatar--google {
    background: linear-gradient(135deg, var(--chf-google), #5B9BF8);
}

.ch-footer-module .chf-card__avatar--booking {
    background: linear-gradient(135deg, var(--chf-booking), #0055A0);
    color: var(--chf-white);
}

.ch-footer-module .chf-card__author-info {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.ch-footer-module .chf-card__name {
    font-family: var(--chf-font-display);
    font-style: normal;
    font-weight: 500;
    font-size: 0.9rem;
    color: var(--chf-white);
    letter-spacing: 0.05em;
}

.ch-footer-module .chf-card__location {
    font-size: 0.8rem;
    color: var(--chf-text-muted);
}

/* Link */
.ch-footer-module .chf-card__link {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    margin-top: var(--chf-space-sm);
    font-family: var(--chf-font-display);
    font-size: 0.65rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--chf-gold);
    text-decoration: none;
    opacity: 0.8;
    transition: opacity var(--chf-duration) var(--chf-ease);
}

.ch-footer-module .chf-card__link:hover,
.ch-footer-module .chf-card__link:focus {
    opacity: 1;
}

.ch-footer-module .chf-card__link:focus-visible {
    outline: 2px solid var(--chf-gold);
    outline-offset: 2px;
}

/* Reviews CTA */
.ch-footer-module .chf-reviews__cta {
    display: flex;
    justify-content: center;
    gap: var(--chf-space-md);
    flex-wrap: wrap;
    margin-top: var(--chf-space-xl);
}

/* ═══════════════════════════════════════════════════════════════════════════════
   BUTTONS
═══════════════════════════════════════════════════════════════════════════════ */
.ch-footer-module .chf-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    font-family: var(--chf-font-display);
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 30px;
    border: 1px solid;
    cursor: pointer;
    transition: all var(--chf-duration) var(--chf-ease);
}

.ch-footer-module .chf-btn:focus-visible {
    outline: 3px solid var(--chf-gold);
    outline-offset: 2px;
}

.ch-footer-module .chf-btn--booking {
    color: #5B9BD5;
    border-color: rgba(0, 53, 128, 0.3);
    background: transparent;
}

.ch-footer-module .chf-btn--booking:hover {
    background: var(--chf-booking);
    color: var(--chf-white);
    border-color: var(--chf-booking);
}

.ch-footer-module .chf-btn--tripadvisor {
    color: var(--chf-tripadvisor);
    border-color: rgba(0, 175, 135, 0.3);
    background: transparent;
}

.ch-footer-module .chf-btn--tripadvisor:hover {
    background: var(--chf-tripadvisor);
    color: var(--chf-white);
    border-color: var(--chf-tripadvisor);
}

.ch-footer-module .chf-btn--primary {
    background: var(--chf-gold);
    color: var(--chf-navy);
    border-color: var(--chf-gold);
    font-weight: 600;
    padding: 1rem 2rem;
    box-shadow: 0 4px 20px rgba(201, 162, 39, 0.3);
}

.ch-footer-module .chf-btn--primary:hover {
    background: var(--chf-gold-light);
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(201, 162, 39, 0.4);
}

.ch-footer-module .chf-btn--primary svg {
    width: 16px;
    height: 16px;
    transition: transform var(--chf-duration) var(--chf-ease);
}

.ch-footer-module .chf-btn--primary:hover svg {
    transform: translateX(3px);
}

/* ═══════════════════════════════════════════════════════════════════════════════
   MAIN FOOTER
═══════════════════════════════════════════════════════════════════════════════ */
.ch-footer-module .chf-footer {
    position: relative;
    background: var(--chf-navy);
    padding: var(--chf-space-xl) 5% var(--chf-space-lg);
    overflow: hidden;
}

.ch-footer-module .chf-footer__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.ch-footer-module .chf-footer__glow {
    position: absolute;
    border-radius: 50%;
}

.ch-footer-module .chf-footer__glow--1 {
    width: 500px;
    height: 500px;
    top: -200px;
    left: 0;
    background: radial-gradient(circle, rgba(201, 162, 39, 0.08) 0%, transparent 60%);
}

.ch-footer-module .chf-footer__glow--2 {
    width: 400px;
    height: 400px;
    bottom: -150px;
    right: 5%;
    background: radial-gradient(circle, rgba(45, 90, 135, 0.1) 0%, transparent 60%);
}

/* Particles (lightweight) */
.ch-footer-module .chf-footer__particles {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(1px 1px at 10% 20%, rgba(255, 215, 0, 0.3) 1px, transparent 0),
        radial-gradient(1px 1px at 30% 60%, rgba(255, 215, 0, 0.2) 1px, transparent 0),
        radial-gradient(1px 1px at 50% 10%, rgba(255, 215, 0, 0.25) 1px, transparent 0),
        radial-gradient(1px 1px at 70% 80%, rgba(255, 215, 0, 0.2) 1px, transparent 0),
        radial-gradient(1px 1px at 90% 40%, rgba(255, 215, 0, 0.3) 1px, transparent 0);
    background-size: 200px 200px;
    animation: chf-particles 30s linear infinite;
}

@keyframes chf-particles {
    0% { transform: translateY(0); }
    100% { transform: translateY(-200px); }
}

.ch-footer-module .chf-footer__container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}

/* Grid */
.ch-footer-module .chf-footer__grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: var(--chf-space-xl);
    margin-bottom: var(--chf-space-xl);
}

/* Brand */
.ch-footer-module .chf-footer__brand {
    max-width: 360px;
}

.ch-footer-module .chf-footer__logo {
    display: block;
    text-decoration: none;
    margin-bottom: var(--chf-space-lg);
}

.ch-footer-module .chf-footer__logo:focus-visible {
    outline: 3px solid var(--chf-gold);
    outline-offset: 4px;
}

.ch-footer-module .chf-footer__logo-text {
    display: block;
    font-family: var(--chf-font-display);
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    background: linear-gradient(135deg, var(--chf-gold), var(--chf-gold-light));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.ch-footer-module .chf-footer__logo-sub {
    display: block;
    font-family: var(--chf-font-display);
    font-size: 0.55rem;
    letter-spacing: 0.5em;
    color: var(--chf-text-dim);
    margin-top: 4px;
}

.ch-footer-module .chf-footer__desc {
    font-size: 1rem;
    color: var(--chf-text-muted);
    line-height: 1.8;
    margin: 0 0 var(--chf-space-md);
}

/* Trust Signals */
.ch-footer-module .chf-footer__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: var(--chf-space-md);
}

.ch-footer-module .chf-trust {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.4rem 0.75rem;
    background: rgba(201, 162, 39, 0.08);
    border: 1px solid rgba(201, 162, 39, 0.15);
    border-radius: 20px;
    text-decoration: none;
    transition: all var(--chf-duration) var(--chf-ease);
}

.ch-footer-module .chf-trust:hover {
    background: rgba(201, 162, 39, 0.15);
    border-color: rgba(201, 162, 39, 0.3);
}

.ch-footer-module .chf-trust:focus-visible {
    outline: 2px solid var(--chf-gold);
    outline-offset: 2px;
}

.ch-footer-module .chf-trust__icon {
    display: flex;
    align-items: center;
}

.ch-footer-module .chf-trust__icon svg {
    width: 14px;
    height: 14px;
    fill: var(--chf-gold);
}

.ch-footer-module .chf-trust__text {
    font-size: 0.7rem;
    font-weight: 500;
    color: var(--chf-text);
}

/* Social */
.ch-footer-module .chf-footer__social {
    display: flex;
    gap: 0.6rem;
}

.ch-footer-module .chf-social {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--chf-duration) var(--chf-ease);
}

.ch-footer-module .chf-social svg,
.ch-footer-module .chf-social svg path {
    width: 18px;
    height: 18px;
    fill: var(--chf-gold);
    transition: fill var(--chf-duration) var(--chf-ease);
}

.ch-footer-module .chf-social:hover {
    background: rgba(201, 162, 39, 0.15);
    border-color: var(--chf-gold);
    transform: translateY(-3px);
}

.ch-footer-module .chf-social:focus-visible {
    outline: 3px solid var(--chf-gold);
    outline-offset: 2px;
}

.ch-footer-module .chf-social--whatsapp:hover {
    background: rgba(37, 211, 102, 0.15);
    border-color: var(--chf-whatsapp);
}

.ch-footer-module .chf-social--whatsapp:hover svg {
    fill: var(--chf-whatsapp);
}

/* Columns */
.ch-footer-module .chf-footer__col {
    min-width: 0;
}

.ch-footer-module .chf-footer__heading {
    font-family: var(--chf-font-display);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--chf-gold);
    margin: 0 0 var(--chf-space-lg);
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(201, 162, 39, 0.2);
}

/* Links */
.ch-footer-module .chf-footer__links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ch-footer-module .chf-footer__links li {
    margin-bottom: 0.75rem;
}

.ch-footer-module .chf-footer__links a {
    color: var(--chf-text-muted);
    text-decoration: none;
    font-size: 0.95rem;
    transition: all var(--chf-duration) var(--chf-ease);
    display: inline-block;
}

.ch-footer-module .chf-footer__links a:hover {
    color: var(--chf-gold);
    transform: translateX(5px);
}

.ch-footer-module .chf-footer__links a:focus-visible {
    outline: 2px solid var(--chf-gold);
    outline-offset: 2px;
}

.ch-footer-module .chf-footer__link--highlight {
    color: var(--chf-gold) !important;
    font-weight: 500;
}

/* Contact */
.ch-footer-module .chf-contact {
    font-style: normal;
}

.ch-footer-module .chf-contact__item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 1rem;
    text-decoration: none;
    color: var(--chf-text-muted);
    transition: color var(--chf-duration) var(--chf-ease);
}

.ch-footer-module .chf-contact__item:hover {
    color: var(--chf-white);
}

.ch-footer-module .chf-contact__item:focus-visible {
    outline: 2px solid var(--chf-gold);
    outline-offset: 2px;
}

.ch-footer-module .chf-contact__icon {
    font-size: 1.2rem;
    line-height: 1;
    flex-shrink: 0;
}

.ch-footer-module .chf-contact__icon svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.ch-footer-module .chf-contact__text {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    font-size: 0.9rem;
}

.ch-footer-module .chf-contact__cta {
    font-family: var(--chf-font-display);
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    color: var(--chf-gold);
    margin-top: 0.3rem;
}

.ch-footer-module .chf-contact__item--whatsapp:hover {
    color: var(--chf-whatsapp);
}

/* Magic Reveal */
.ch-footer-module .chf-contact__reveal {
    cursor: default;
}

.ch-footer-module .chf-contact__hidden {
    position: relative;
}

.ch-footer-module .chf-reveal-btn {
    background: rgba(201, 162, 39, 0.08);
    border: 1px solid rgba(201, 162, 39, 0.3);
    border-radius: 8px;
    padding: 0.5rem 1rem;
    color: var(--chf-gold);
    font-family: var(--chf-font-display);
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    cursor: pointer;
    transition: all var(--chf-duration) var(--chf-ease);
}

.ch-footer-module .chf-reveal-btn:hover {
    background: rgba(201, 162, 39, 0.15);
    border-color: var(--chf-gold);
}

.ch-footer-module .chf-reveal-btn:focus-visible {
    outline: 2px solid var(--chf-gold);
    outline-offset: 2px;
}

.ch-footer-module .chf-contact__revealed {
    display: none;
    color: var(--chf-white);
    text-decoration: none;
    font-size: 1rem;
}

.ch-footer-module .chf-contact__revealed:hover {
    color: var(--chf-gold);
}

.ch-footer-module .chf-contact__reveal.is-revealed .chf-reveal-btn {
    display: none;
}

.ch-footer-module .chf-contact__reveal.is-revealed .chf-contact__revealed {
    display: block;
    animation: chf-fadeIn 0.4s var(--chf-ease);
}

@keyframes chf-fadeIn {
    from { opacity: 0; transform: translateY(5px); }
    to { opacity: 1; transform: translateY(0); }
}

/* CTA */
.ch-footer-module .chf-footer__cta {
    text-align: center;
    margin-bottom: var(--chf-space-xl);
}

.ch-footer-module .chf-footer__cta-label {
    font-family: var(--chf-font-body);
    font-size: 1rem;
    color: var(--chf-text-muted);
    margin: 0 0 var(--chf-space-md);
}

/* Bottom */
.ch-footer-module .chf-footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: var(--chf-space-lg);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ch-footer-module .chf-footer__copyright {
    font-size: 0.8rem;
    color: var(--chf-text-dim);
    margin: 0;
}

.ch-footer-module .chf-footer__legal {
    display: flex;
    gap: var(--chf-space-lg);
}

.ch-footer-module .chf-footer__legal a {
    font-size: 0.8rem;
    color: var(--chf-text-dim);
    text-decoration: none;
    transition: color var(--chf-duration) var(--chf-ease);
}

.ch-footer-module .chf-footer__legal a:hover {
    color: var(--chf-gold);
}

.ch-footer-module .chf-footer__legal a:focus-visible {
    outline: 2px solid var(--chf-gold);
    outline-offset: 2px;
}

/* ═══════════════════════════════════════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
    .ch-footer-module .chf-footer__grid {
        grid-template-columns: 1fr 1fr;
        gap: var(--chf-space-lg);
    }
    
    .ch-footer-module .chf-footer__brand {
        grid-column: span 2;
        max-width: 100%;
        text-align: center;
        margin-bottom: var(--chf-space-md);
    }
    
    .ch-footer-module .chf-footer__trust,
    .ch-footer-module .chf-footer__social {
        justify-content: center;
    }
    
    .ch-footer-module .chf-card {
        width: 320px;
    }
}

@media (max-width: 768px) {
    .ch-footer-module .chf-reviews,
    .ch-footer-module .chf-footer {
        padding-left: 4%;
        padding-right: 4%;
    }
    
    .ch-footer-module .chf-footer__grid {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .ch-footer-module .chf-footer__brand {
        grid-column: span 1;
    }
    
    .ch-footer-module .chf-footer__heading {
        display: inline-block;
    }
    
    .ch-footer-module .chf-contact {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .ch-footer-module .chf-contact__item {
        justify-content: center;
    }
    
    .ch-footer-module .chf-footer__bottom {
        flex-direction: column;
        gap: var(--chf-space-md);
        text-align: center;
    }
    
    .ch-footer-module .chf-footer__legal {
        order: -1;
    }
    
    .ch-footer-module .chf-card {
        width: 280px;
        padding: 1.25rem;
    }
    
    .ch-footer-module .chf-carousel__control {
        top: auto;
        bottom: -2.5rem;
        right: 50%;
        transform: translateX(50%);
    }
    
    .ch-footer-module .chf-reviews__cta {
        margin-top: calc(var(--chf-space-xl) + 1rem);
    }
}

/* ═══════════════════════════════════════════════════════════════════════════════
   REDUCED MOTION
═══════════════════════════════════════════════════════════════════════════════ */
@media (prefers-reduced-motion: reduce) {
    .ch-footer-module .chf-carousel__track {
        animation: none;
    }
    
    .ch-footer-module .chf-footer__particles {
        animation: none;
    }
    
    .ch-footer-module .chf-card:hover,
    .ch-footer-module .chf-social:hover,
    .ch-footer-module .chf-btn--primary:hover {
        transform: none;
    }
    
    .ch-footer-module .chf-carousel__control {
        display: none;
    }
}

/* ═══════════════════════════════════════════════════════════════════════════════
   PRINT
═══════════════════════════════════════════════════════════════════════════════ */
@media print {
    .ch-footer-module .chf-reviews,
    .ch-footer-module .chf-footer {
        background: white !important;
        color: black !important;
    }
    
    .ch-footer-module .chf-reviews__bg,
    .ch-footer-module .chf-footer__bg,
    .ch-footer-module .chf-carousel,
    .ch-footer-module .chf-footer__social,
    .ch-footer-module .chf-footer__cta {
        display: none !important;
    }
}

/* EMERGENCY SVG FIX */
.ch-footer-module svg,
.ch-footer-module .chf-card__platform svg,
.ch-footer-module .chf-reviews svg {
    width: 24px !important;
    height: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;
}

.ch-footer-module .chf-card__platform-icon {
    width: 24px !important;
    height: 24px !important;
    display: inline-flex !important;
    overflow: hidden !important;
}

/* Force gold color on social icons */
.ch-footer-module .chf-social svg,
.ch-footer-module .chf-social svg path,
.ch-footer-module .chf-footer__social svg,
.ch-footer-module .chf-footer__social svg path {
    fill: #C9A227 !important;
}

/* Force gold color via currentColor */
.ch-footer-module .chf-social {
}

/* Proudly made in Sicily styling */
.ch-footer-module .chf-footer__made {
    display: block;
    margin-top: 0.75rem;
    font-family: var(--chf-font-body);
    font-size: 0.85rem;
    font-style: italic;
    color: var(--chf-gold-light);
    letter-spacing: 0.05em;
}

.ch-footer-module .chf-footer__made a {
    color: var(--chf-gold);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s ease;
}

.ch-footer-module .chf-footer__made a:hover {
    border-bottom-color: var(--chf-gold);
}

/* ═══ PERFORMANCE: CONTAIN PAINT (CLS <0.03) ═══ */
.ch-footer-module .chf-reviews,
.ch-footer-module .chf-footer {
    contain: layout paint;
}

/* ═══ FOCUS STATES FOR KEYBOARD NAV ═══ */
.ch-footer-module .chf-review:focus {
    outline: 3px solid var(--chf-gold);
    outline-offset: 4px;
}

.ch-footer-module .chf-review:focus:not(:focus-visible) {
    outline: none;
}

.ch-footer-module .chf-review:focus-visible {
    outline: 3px solid var(--chf-gold);
    outline-offset: 4px;
}

/* ═══ HIGH CONTRAST MODE ═══ */
@media (prefers-contrast: high) {
    .ch-footer-module .chf-review {
        border: 2px solid currentColor;
    }
    .ch-footer-module .chf-footer__link {
        text-decoration: underline;
    }
}

/* ═══ REDUCED MOTION ═══ */
@media (prefers-reduced-motion: reduce) {
    .ch-footer-module .chf-reviews__track {
        animation: none !important;
    }
    .ch-footer-module .chf-review {
        transition: none !important;
    }
}


/* Source: footer-luxury.css */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;1,400&family=Cinzel:wght@400;500;600&family=Cormorant+Garamond:ital@0;1&display=swap');

:root{
    --divine-blue:#1a3a5c;
    --divine-blue-glow:rgba(26,58,92,0.6);
    --celestial-blue:#2d5a87;
    --gold-star:#FFD700;
    --gold:#C9A227;
    --gold-light:#E8D5A3;
    --navy:#0A1628;
}

/* ========== Reviews Carousel ========== */
.ch-reviews-section{
    background:linear-gradient(180deg,var(--navy) 0%,var(--divine-blue) 50%,var(--navy) 100%);
    padding:5rem 0;
    overflow:hidden;
    position:relative;
}
.ch-reviews-section::before{
    content:'';
    position:absolute;
    inset:0;
    background:
        radial-gradient(ellipse at 30% 20%,rgba(45,90,135,0.3) 0%,transparent 50%),
        radial-gradient(ellipse at 70% 80%,rgba(26,58,92,0.4) 0%,transparent 50%);
    pointer-events:none;
}
.ch-reviews-header{
    text-align:center;
    margin-bottom:3rem;
    position:relative;
    z-index:1;
}
.ch-reviews-label{
    font-family:'Cinzel',serif;
    font-size:.6rem;
    letter-spacing:.25em;
    text-transform:uppercase;
    color:var(--gold);
}
.ch-reviews-title{
    font-family:'Playfair Display',serif;
    font-size:clamp(1.5rem,4vw,2.5rem);
    font-weight:400;
    color:#fff;
    margin-top:.75rem;
}
.ch-reviews-title em{
    font-style:italic;
    background:linear-gradient(135deg,var(--gold),var(--gold-light));
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.ch-reviews-carousel{
    position:relative;
    width:100%;
    mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent);
    -webkit-mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent);
}
.ch-reviews-track{
    display:flex;
    gap:1.5rem;
    animation:scrollReviews 50s linear infinite;
    width:max-content;
}
.ch-reviews-track:hover{
    animation-play-state:paused;
}
@keyframes scrollReviews{
    0%{transform:translateX(0)}
    100%{transform:translateX(-50%)}
}

/* DIVINE BLUE CARDS */
.ch-review-card{
    flex-shrink:0;
    width:380px;
    background:linear-gradient(145deg,rgba(26,58,92,0.8),rgba(45,90,135,0.4));
    backdrop-filter:blur(20px);
    border:1px solid rgba(255,255,255,.1);
    border-radius:24px;
    padding:2rem;
    position:relative;
    overflow:hidden;
    transition:all .5s cubic-bezier(.4,0,.2,1);
}
.ch-review-card::before{
    content:'';
    position:absolute;
    inset:0;
    background:radial-gradient(circle at 50% 0%,rgba(255,215,0,0.05) 0%,transparent 50%);
    opacity:0;
    transition:opacity .5s;
}
.ch-review-card:hover{
    transform:translateY(-12px) scale(1.02);
    border-color:rgba(255,215,0,.3);
    box-shadow:
        0 25px 50px rgba(0,0,0,.4),
        0 0 40px var(--divine-blue-glow),
        inset 0 1px 0 rgba(255,255,255,.1);
}
.ch-review-card:hover::before{
    opacity:1;
}

/* GOLDEN STARS with glow */
.ch-review-stars{
    color:var(--gold-star);
    font-size:1.1rem;
    letter-spacing:4px;
    margin-bottom:1rem;
    text-shadow:0 0 10px rgba(255,215,0,.5),0 0 20px rgba(255,215,0,.3);
    animation:starPulse 2s ease-in-out infinite;
}
@keyframes starPulse{
    0%,100%{text-shadow:0 0 10px rgba(255,215,0,.5),0 0 20px rgba(255,215,0,.3)}
    50%{text-shadow:0 0 20px rgba(255,215,0,.8),0 0 40px rgba(255,215,0,.5),0 0 60px rgba(255,215,0,.3)}
}

.ch-review-text{
    font-family:'Cormorant Garamond',serif;
    font-size:1.1rem;
    font-style:italic;
    color:rgba(255,255,255,.9);
    line-height:1.9;
    margin:0 0 1.5rem;
}
.ch-review-author{
    display:flex;
    align-items:center;
    gap:1rem;
}
.ch-review-avatar{
    width:48px;
    height:48px;
    border-radius:50%;
    background:linear-gradient(135deg,var(--gold),var(--gold-light));
    display:flex;
    align-items:center;
    justify-content:center;
    color:var(--navy);
    font-family:'Cinzel',serif;
    font-weight:600;
    font-size:1.2rem;
    box-shadow:0 4px 15px rgba(201,162,39,.4);
}
.ch-review-author cite{
    display:block;
    font-family:'Cinzel',serif;
    font-style:normal;
    font-size:.9rem;
    color:#fff;
    letter-spacing:.08em;
}
.ch-review-author span{
    font-size:.8rem;
    color:rgba(255,255,255,.6);
}

/* ========== Luxury Footer ========== */
.ch-footer-luxury{
    position:relative;
    background:var(--navy);
    color:#fff;
    padding:5rem 5% 2rem;
    overflow:hidden;
}

/* Animated Background */
.ch-footer-bg{
    position:absolute;
    inset:0;
    pointer-events:none;
    overflow:hidden;
}
.ch-footer-glow{
    position:absolute;
    border-radius:50%;
    filter:blur(100px);
    opacity:.4;
    animation:floatGlow 10s ease-in-out infinite;
}
.ch-footer-glow--1{
    width:500px;
    height:500px;
    background:radial-gradient(circle,rgba(201,162,39,.15) 0%,transparent 70%);
    top:-150px;
    left:5%;
}
.ch-footer-glow--2{
    width:400px;
    height:400px;
    background:radial-gradient(circle,rgba(45,90,135,.2) 0%,transparent 70%);
    bottom:-100px;
    right:10%;
    animation-delay:-5s;
}
.ch-footer-glow--3{
    width:300px;
    height:300px;
    background:radial-gradient(circle,rgba(122,158,126,.1) 0%,transparent 70%);
    top:50%;
    left:50%;
    animation-delay:-2.5s;
}
@keyframes floatGlow{
    0%,100%{transform:translate(0,0) scale(1)}
    33%{transform:translate(40px,-30px) scale(1.1)}
    66%{transform:translate(-20px,20px) scale(0.95)}
}

/* Particles */
.ch-footer-particles{
    position:absolute;
    inset:0;
    background-image:
        radial-gradient(1.5px 1.5px at 10% 20%,rgba(255,215,0,.4) 1px,transparent 0),
        radial-gradient(1px 1px at 30% 60%,rgba(255,215,0,.2) 1px,transparent 0),
        radial-gradient(1.5px 1.5px at 50% 10%,rgba(255,215,0,.3) 1px,transparent 0),
        radial-gradient(1px 1px at 70% 80%,rgba(255,215,0,.2) 1px,transparent 0),
        radial-gradient(1.5px 1.5px at 90% 40%,rgba(255,215,0,.35) 1px,transparent 0);
    background-size:250px 250px;
    animation:particleFloat 25s linear infinite;
}
@keyframes particleFloat{
    0%{transform:translateY(0)}
    100%{transform:translateY(-250px)}
}

.ch-footer-content{
    position:relative;
    z-index:1;
    max-width:1200px;
    margin:0 auto;
}

.ch-footer-grid{
    display:grid;
    grid-template-columns:2fr 1fr 1fr 1.5fr;
    gap:4rem;
    margin-bottom:4rem;
}

/* Brand */
.ch-footer-logo{
    margin-bottom:1.5rem;
}
.ch-footer-logo-text{
    display:block;
    font-family:'Cinzel',serif;
    font-size:1.6rem;
    font-weight:600;
    letter-spacing:.15em;
    background:linear-gradient(135deg,var(--gold) 0%,var(--gold-light) 50%,var(--gold) 100%);
    background-size:200% auto;
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    animation:shimmerText 4s linear infinite;
}
@keyframes shimmerText{
    0%{background-position:0% center}
    100%{background-position:200% center}
}
.ch-footer-logo-sub{
    font-family:'Cinzel',serif;
    font-size:.55rem;
    letter-spacing:.5em;
    color:rgba(255,255,255,.4);
    margin-top:4px;
    display:block;
}
.ch-footer-desc{
    font-family:'Cormorant Garamond',serif;
    font-size:1.05rem;
    color:rgba(255,255,255,.6);
    line-height:1.9;
    margin-bottom:1.5rem;
}

/* Social Links */
.ch-footer-social{
    display:flex;
    gap:.75rem;
}
.ch-social-link{
    width:46px;
    height:46px;
    border-radius:50%;
    background:rgba(255,255,255,.03);
    border:1px solid rgba(255,255,255,.1);
    display:flex;
    align-items:center;
    justify-content:center;
    transition:all .4s cubic-bezier(.4,0,.2,1);
    position:relative;
    overflow:hidden;
}
.ch-social-link::before{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(135deg,var(--gold),var(--gold-light));
    opacity:0;
    transition:opacity .3s;
    border-radius:50%;
}
.ch-social-link svg{
    width:20px;
    height:20px;
    fill:var(--gold);
    transition:all .3s;
    position:relative;
    z-index:1;
}
.ch-social-link:hover{
    border-color:transparent;
    transform:translateY(-5px) scale(1.1);
    box-shadow:0 15px 35px rgba(201,162,39,.35);
}
.ch-social-link:hover::before{
    opacity:1;
}
.ch-social-link:hover svg{
    fill:var(--navy);
}

/* Footer Columns */
.ch-footer-heading{
    font-family:'Cinzel',serif;
    font-size:.7rem;
    font-weight:600;
    letter-spacing:.2em;
    text-transform:uppercase;
    color:var(--gold);
    margin-bottom:1.75rem;
    position:relative;
}
.ch-footer-heading::after{
    content:'';
    position:absolute;
    bottom:-10px;
    left:0;
    width:35px;
    height:2px;
    background:linear-gradient(90deg,var(--gold),transparent);
    border-radius:2px;
}

.ch-footer-links{
    list-style:none;
    padding:0;
    margin:0;
}
.ch-footer-links li{
    margin-bottom:.9rem;
}
.ch-footer-links a{
    color:rgba(255,255,255,.6);
    text-decoration:none;
    font-size:.95rem;
    transition:all .3s;
    position:relative;
    display:inline-block;
}
.ch-footer-links a::before{
    content:'';
    position:absolute;
    bottom:-3px;
    left:0;
    width:0;
    height:1px;
    background:var(--gold);
    transition:width .3s;
}
.ch-footer-links a:hover{
    color:var(--gold);
    transform:translateX(8px);
}
.ch-footer-links a:hover::before{
    width:100%;
}

/* Contact Location Link */
.ch-contact-location-link{
    display:flex;
    align-items:flex-start;
    gap:1rem;
    margin-bottom:1.25rem;
    padding:1rem;
    background:rgba(255,255,255,.02);
    border:1px solid rgba(255,255,255,.08);
    border-radius:12px;
    text-decoration:none;
    transition:all .4s;
}
.ch-contact-location-link:hover{
    background:rgba(201,162,39,.05);
    border-color:rgba(201,162,39,.3);
    transform:translateY(-3px);
    box-shadow:0 10px 30px rgba(0,0,0,.2);
}
.ch-contact-location-link .ch-contact-icon{
    font-size:1.5rem;
    line-height:1;
}
.ch-contact-location-link .ch-contact-text{
    display:flex;
    flex-direction:column;
    gap:.3rem;
}
.ch-contact-location-link .ch-contact-text span{
    font-size:.9rem;
    color:rgba(255,255,255,.7);
}
.ch-contact-cta{
    font-family:'Cinzel',serif;
    font-size:.7rem;
    letter-spacing:.1em;
    color:var(--gold)!important;
    margin-top:.5rem;
    transition:all .3s;
}
.ch-contact-location-link:hover .ch-contact-cta{
    transform:translateX(5px);
}

/* Contact Items */
.ch-contact-item{
    display:flex;
    align-items:flex-start;
    gap:1rem;
    margin-bottom:1.25rem;
}
.ch-contact-icon{
    font-size:1.3rem;
    line-height:1;
}

/* Magic Reveal Animation */
.ch-contact-hidden{
    position:relative;
}
.ch-reveal-btn{
    position:relative;
    background:rgba(255,255,255,.03);
    border:1px solid rgba(201,162,39,.4);
    border-radius:10px;
    padding:.7rem 1.4rem;
    color:var(--gold);
    font-family:'Cinzel',serif;
    font-size:.7rem;
    letter-spacing:.12em;
    cursor:pointer;
    overflow:hidden;
    transition:all .3s;
}
.ch-reveal-btn:hover{
    background:rgba(201,162,39,.1);
    border-color:var(--gold);
    transform:scale(1.05);
    box-shadow:0 5px 20px rgba(201,162,39,.2);
}
.ch-reveal-shimmer{
    position:absolute;
    top:0;
    left:-100%;
    width:100%;
    height:100%;
    background:linear-gradient(90deg,transparent,rgba(255,215,0,.4),transparent);
    animation:btnShimmer 2.5s infinite;
}
@keyframes btnShimmer{
    0%{left:-100%}
    100%{left:100%}
}

.ch-contact-revealed{
    display:none;
    color:#fff;
    text-decoration:none;
    font-size:1.05rem;
    font-family:'Cormorant Garamond',serif;
    letter-spacing:.05em;
}
.ch-contact-revealed:hover{
    color:var(--gold);
}
.ch-contact-reveal.revealed .ch-reveal-btn{
    display:none;
}
.ch-contact-reveal.revealed .ch-contact-revealed{
    display:flex;
}

/* Character Animation */
.ch-char{
    display:inline-block;
    opacity:0;
    transform:translateY(25px) rotateX(-90deg);
    animation:charReveal .5s cubic-bezier(.16,1,.3,1) forwards;
    animation-delay:calc(var(--i) * 0.04s);
}
@keyframes charReveal{
    to{opacity:1;transform:translateY(0) rotateX(0)}
}
.ch-contact-reveal:not(.revealed) .ch-char{
    animation:none;
    opacity:0;
}

/* Bottom Bar */
.ch-footer-bottom{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding-top:2.5rem;
    border-top:1px solid rgba(255,255,255,.08);
}
.ch-footer-bottom p{
    font-size:.85rem;
    color:rgba(255,255,255,.4);
    margin:0;
}
.ch-footer-legal{
    display:flex;
    gap:2.5rem;
}
.ch-footer-legal a{
    font-size:.85rem;
    color:rgba(255,255,255,.4);
    text-decoration:none;
    transition:color .3s;
}
.ch-footer-legal a:hover{
    color:var(--gold);
}

/* Responsive */
@media(max-width:1024px){
    .ch-footer-grid{grid-template-columns:1fr 1fr;gap:3rem}
    .ch-review-card{width:340px}
}
@media(max-width:768px){
    .ch-footer-grid{grid-template-columns:1fr;text-align:center;gap:2.5rem}
    .ch-footer-heading::after{left:50%;transform:translateX(-50%)}
    .ch-footer-social{justify-content:center}
    .ch-contact-item,.ch-contact-location-link{justify-content:center}
    .ch-footer-bottom{flex-direction:column;gap:1.5rem;text-align:center}
    .ch-footer-legal{gap:2rem}
    .ch-review-card{width:300px;padding:1.5rem}
    .ch-reviews-section{padding:4rem 0}
}
</style>



/* Source: ch-footer.css */
:root {
    --ch-gold: #D4AF37;
    --ch-gold-light: #F5E6C4;
    --ch-gold-dark: #AA8C2C;
    --ch-gold-rgb: 212, 175, 55;
    --ch-navy: #0A1628;
    --ch-navy-rgb: 10, 22, 40;
    --ch-cream: #FDFBF7;
    --ch-cream-dark: #F5F0E6;
    --ch-teal-rgb: 45, 90, 90;
    --ch-text: #333333;
    --ch-text-muted: #666666;
    --ch-font-display: 'Playfair Display', Georgia, serif;
    --ch-font-heading: 'Cinzel', 'Times New Roman', serif;
    --ch-font-body: 'Cormorant Garamond', Georgia, serif;
    --ch-ease: cubic-bezier(0.4, 0, 0.2, 1);
}

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

:focus-visible {
    outline: 3px solid var(--ch-gold);
    outline-offset: 3px;
}

.ch-reviews {
    background: linear-gradient(180deg, var(--ch-cream) 0%, var(--ch-cream-dark) 100%);
    padding: 4rem 5%;
    overflow-x: hidden;
    contain: layout paint style;
}

@media (min-width: 768px) { .ch-reviews { padding: 6rem 5%; } }

.ch-reviews__header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 2rem;
}

.ch-reviews__badge {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    font-family: var(--ch-font-heading);
    font-size: 0.7rem;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: var(--ch-gold-dark);
}

.ch-reviews__title {
    font-family: var(--ch-font-display);
    font-size: clamp(2rem, 1.5rem + 2.5vw, 3.5rem);
    font-weight: 300;
    color: var(--ch-navy);
    margin: 0 0 1rem;
    line-height: 1.15;
}

.ch-reviews__title em {
    font-style: italic;
    color: var(--ch-gold-dark);
}

.ch-reviews__subtitle {
    font-family: var(--ch-font-body);
    font-size: 1rem;
    color: var(--ch-text-muted);
    margin: 0 0 2rem;
    font-style: italic;
}

.ch-reviews__rating {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.5rem;
    background: white;
    border-radius: 50px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(var(--ch-gold-rgb), 0.2);
}

.ch-reviews__stars {
    display: flex;
    gap: 0.1rem;
    color: var(--ch-gold);
    font-size: 1rem;
}

.ch-reviews__score {
    font-family: var(--ch-font-heading);
    color: var(--ch-navy);
}

.ch-reviews__score strong {
    font-size: 1.5rem;
    font-weight: 700;
}

.ch-reviews__verified {
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .ch-reviews__verified {
        padding-top: 0;
        padding-left: 1.5rem;
        border-top: 0;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        width: auto;
    }
}

.ch-reviews__sources {
    font-family: var(--ch-font-heading);
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--ch-navy);
}

.ch-reviews__carousel {
    width: 100%;
    overflow: hidden;
    margin-bottom: 2rem;
    mask-image: linear-gradient(90deg, transparent 0%, black 5%, black 95%, transparent 100%);
}

.ch-reviews__track {
    display: flex;
    gap: 1.5rem;
    padding: 1rem 0;
    animation: ch-scroll 80s linear infinite;
    width: max-content;
    will-change: transform;
    list-style: none;
    margin: 0;
}

@keyframes ch-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.ch-reviews__track:hover,
.ch-reviews__track:focus-within {
    animation-play-state: paused;
}

.ch-review {
    flex: 0 0 320px;
    background: white;
    border-radius: 1.5rem;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(var(--ch-gold-rgb), 0.1);
    transition: transform 0.3s var(--ch-ease), box-shadow 0.3s var(--ch-ease);
    position: relative;
}

@media (min-width: 768px) { .ch-review { flex: 0 0 380px; padding: 2rem; } }

.ch-review::before {
    content: '"';
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    font-family: var(--ch-font-display);
    font-size: 5rem;
    line-height: 1;
    color: rgba(var(--ch-gold-rgb), 0.06);
    pointer-events: none;
}

.ch-review:hover,
.ch-review:focus-within {
    transform: translateY(-8px);
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
}

.ch-review--tripadvisor { border-left: 3px solid #00AF87; }
.ch-review--google { border-left: 3px solid #4285F4; }

.ch-review__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.ch-review__source {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
}

.ch-review--tripadvisor .ch-review__source { color: #00AF87; }
.ch-review--google .ch-review__source { color: #4285F4; }

.ch-review__source-icon { width: 16px; height: 16px; }

.ch-review__stars {
    color: var(--ch-gold);
    font-size: 0.875rem;
}

.ch-review__text {
    font-family: var(--ch-font-body);
    font-size: 1rem;
    line-height: 1.75;
    color: var(--ch-text);
    margin: 0 0 1.5rem;
    font-style: italic;
}

.ch-review__author {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.ch-review__avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--ch-font-heading);
    font-weight: 700;
    font-size: 1rem;
    color: white;
}

.ch-review--tripadvisor .ch-review__avatar { background: linear-gradient(135deg, #00AF87, #00D4A8); }
.ch-review--google .ch-review__avatar { background: linear-gradient(135deg, #4285F4, #5A9CF8); }

.ch-review__name {
    display: block;
    font-family: var(--ch-font-heading);
    font-style: normal;
    font-weight: 600;
    font-size: 0.875rem;
    color: var(--ch-navy);
}

.ch-review__location {
    font-size: 0.75rem;
    color: var(--ch-text-muted);
}

.ch-reviews__cta { text-align: center; }

.ch-reviews__link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    font-family: var(--ch-font-heading);
    font-size: 0.7rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ch-gold-dark);
    text-decoration: none;
    border: 2px solid rgba(var(--ch-gold-rgb), 0.25);
    border-radius: 50px;
    transition: all 0.3s var(--ch-ease);
}

.ch-reviews__link svg { width: 16px; height: 16px; }

.ch-reviews__link:hover {
    background: var(--ch-gold);
    color: white;
    border-color: var(--ch-gold);
}

.ch-reviews__disclaimer {
    margin-top: 1rem;
    font-size: 0.75rem;
    color: var(--ch-text-muted);
    font-style: italic;
}

.ch-footer {
    position: relative;
    background: linear-gradient(180deg, var(--ch-navy) 0%, #050A14 100%);
    padding: 4rem 5% 2rem;
    overflow-x: hidden;
    contain: layout paint style;
}

@media (min-width: 768px) { .ch-footer { padding: 6rem 5% 3rem; } }

.ch-footer__ambient {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.ch-footer__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.2;
}

.ch-footer__glow--gold {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(var(--ch-gold-rgb), 0.5) 0%, transparent 70%);
    top: -150px;
    left: -100px;
    animation: ch-float 20s var(--ch-ease) infinite;
}

.ch-footer__glow--teal {
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(var(--ch-teal-rgb), 0.4) 0%, transparent 70%);
    bottom: -100px;
    right: -50px;
    animation: ch-float 25s var(--ch-ease) infinite reverse;
}

@keyframes ch-float {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(20px, 15px) scale(1.05); }
}

.ch-footer__container {
    position: relative;
    z-index: 1;
    max-width: 1400px;
    margin: 0 auto;
}

.ch-footer__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
}

@media (min-width: 768px) { .ch-footer__grid { grid-template-columns: 1fr 1fr; gap: 3rem; text-align: left; } }
@media (min-width: 1024px) { .ch-footer__grid { grid-template-columns: 1.5fr repeat(3, 1fr); } }

.ch-footer__brand { max-width: 100%; }
@media (min-width: 768px) { .ch-footer__brand { grid-column: span 2; max-width: 400px; } }
@media (min-width: 1024px) { .ch-footer__brand { grid-column: span 1; } }

.ch-footer__logo { margin-bottom: 1.5rem; }

.ch-footer__logo-main {
    display: block;
    font-family: var(--ch-font-heading);
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.2em;
    color: var(--ch-gold);
    text-transform: uppercase;
}

.ch-footer__logo-sub {
    display: block;
    font-family: var(--ch-font-body);
    font-size: 0.7rem;
    letter-spacing: 0.25em;
    color: rgba(255, 255, 255, 0.35);
    margin-top: 0.5rem;
    text-transform: uppercase;
}

.ch-footer__tagline {
    font-family: var(--ch-font-body);
    font-size: 1rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 1.5rem;
}

.ch-footer__facts {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.ch-footer__trust {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: rgba(var(--ch-gold-rgb), 0.08);
    border: 1px solid rgba(var(--ch-gold-rgb), 0.2);
    border-radius: 1rem;
    margin-bottom: 1.5rem;
}

.ch-footer__trust-rating {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 1rem;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.ch-footer__trust-stars {
    color: var(--ch-gold);
    font-size: 0.7rem;
}

.ch-footer__trust-score {
    font-family: var(--ch-font-heading);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--ch-gold);
}

.ch-footer__trust-text {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.4;
}

.ch-footer__trust-disclaimer {
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.35);
    margin-top: 0.5rem;
    font-style: italic;
}

.ch-footer__social ul {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) { .ch-footer__social ul { justify-content: flex-start; } }

.ch-footer__social a {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(var(--ch-gold-rgb), 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s var(--ch-ease);
}

.ch-footer__social svg {
    width: 18px;
    height: 18px;
    fill: rgba(255, 255, 255, 0.45);
    transition: fill 0.3s var(--ch-ease);
}

.ch-footer__social a:hover {
    background: rgba(var(--ch-gold-rgb), 0.2);
    border-color: var(--ch-gold);
}

.ch-footer__social a:hover svg { fill: var(--ch-gold); }

.ch-footer__col h3 {
    font-family: var(--ch-font-heading);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--ch-gold);
    margin: 0 0 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(var(--ch-gold-rgb), 0.2);
}

.ch-footer__col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ch-footer__col li { margin-bottom: 0.5rem; }

.ch-footer__col a {
    font-family: var(--ch-font-body);
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: color 0.15s var(--ch-ease);
}

.ch-footer__col a:hover { color: white; }

.ch-footer__col address { font-style: normal; }

.ch-footer__col address a,
.ch-footer__col address span {
    display: block;
    font-family: var(--ch-font-body);
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0.5rem;
    text-decoration: none;
    line-height: 1.5;
}

.ch-footer__cta {
    text-align: center;
    padding: 2rem 0;
    margin-top: 2rem;
    border-top: 1px solid rgba(var(--ch-gold-rgb), 0.12);
}

.ch-footer__btn {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 2rem;
    background: var(--ch-gold);
    color: var(--ch-navy);
    font-family: var(--ch-font-heading);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s var(--ch-ease);
    box-shadow: 0 8px 30px rgba(var(--ch-gold-rgb), 0.25);
}

@media (min-width: 768px) { .ch-footer__btn { padding: 1.5rem 3rem; font-size: 0.8rem; } }

.ch-footer__btn svg { width: 18px; height: 18px; }

.ch-footer__btn:hover {
    background: var(--ch-gold-light);
    transform: translateY(-3px);
    box-shadow: 0 15px 50px rgba(var(--ch-gold-rgb), 0.35);
}

.ch-footer__cta-disclaimer {
    margin-top: 1rem;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.35);
}

.ch-footer__bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    text-align: center;
}

@media (min-width: 768px) { .ch-footer__bottom { flex-direction: row; justify-content: space-between; } }

.ch-footer__bottom p {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.3);
    margin: 0;
}

.ch-footer__bottom span { color: var(--ch-gold); }

@media (prefers-reduced-motion: reduce) {
    .ch-reviews__track { animation: none !important; flex-wrap: wrap; justify-content: center; width: auto; }
    .ch-footer__glow { animation: none !important; }
    .ch-review:hover, .ch-footer__btn:hover { transform: none !important; }
}

@media (prefers-contrast: high) {
    .ch-reviews__stars, .ch-review__stars, .ch-footer__trust-stars {
        color: black;
        background: white;
        padding: 0.25rem 0.5rem;
        border: 2px solid black;
    }
}

@media (forced-colors: active) {
    .ch-footer__btn, .ch-reviews__rating, .ch-review { border: 2px solid CanvasText; }
}


/* Source: footer-main.min.css */
@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;1,400&family=Cinzel:wght@400;500;600&family=Cormorant+Garamond:ital@0;1&display=swap);@keyframes scrollReviews{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes starPulse{0%,to{text-shadow:0 0 10px rgba(255,215,0,.5),0 0 20px rgba(255,215,0,.3)}50%{text-shadow:0 0 20px rgba(255,215,0,.8),0 0 40px rgba(255,215,0,.5),0 0 60px rgba(255,215,0,.3)}}@keyframes floatGlow{0%,to{transform:translate(0,0) scale(1)}33%{transform:translate(40px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.95)}}@keyframes particleFloat{0%{transform:translateY(0)}to{transform:translateY(-250px)}}@keyframes shimmerText{0%{background-position:0 center}to{background-position:200%center}}@keyframes btnShimmer{0%{left:-100%}to{left:100%}}@keyframes charReveal{to{opacity:1;transform:translateY(0) rotateX(0)}}:root{--divine-blue:#1a3a5c;--divine-blue-glow:rgba(26,58,92,0.6);--celestial-blue:#2d5a87;--gold-star:#FFD700;--gold:#C9A227;--gold-light:#E8D5A3;--navy:#0A1628}.ch-reviews-section{background:linear-gradient(180deg,var(--navy) 0%,var(--divine-blue) 50%,var(--navy) 100%);padding:5rem 0;overflow:hidden;position:relative}.ch-reviews-section::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 30% 20%,rgba(45,90,135,.3)0,transparent 50%),radial-gradient(ellipse at 70% 80%,rgba(26,58,92,.4)0,transparent 50%);pointer-events:none}.ch-reviews-header{text-align:center;margin-bottom:3rem;position:relative;z-index:1}.ch-reviews-label{font-family:"Cinzel",serif;font-size:.6rem;letter-spacing:.25em;text-transform:uppercase;color:var(--gold)}.ch-reviews-title{font-family:"Playfair Display",serif;font-size:clamp(1.5rem,4vw,2.5rem);font-weight:400;color:#fff;margin-top:.75rem}.ch-reviews-title em{font-style:italic;background:linear-gradient(135deg,var(--gold),var(--gold-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.ch-reviews-carousel{position:relative;width:100%;mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent)}.ch-reviews-track{display:flex;gap:1.5rem;animation:scrollReviews 50s linear infinite;width:max-content}.ch-reviews-track:hover{animation-play-state:paused}.ch-review-card{flex-shrink:0;width:380px;background:linear-gradient(145deg,rgba(26,58,92,.8),rgba(45,90,135,.4));backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:2rem;position:relative;overflow:hidden;transition:all .5s cubic-bezier(.4,0,.2,1)}.ch-review-card::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50%0,rgba(255,215,0,.05)0,transparent 50%);opacity:0;transition:opacity .5s}.ch-review-card:hover{transform:translateY(-12px) scale(1.02);border-color:rgba(255,215,0,.3);box-shadow:0 25px 50px rgba(0,0,0,.4),0 0 40px var(--divine-blue-glow),inset 0 1px 0 rgba(255,255,255,.1)}.ch-review-card:hover::before,.ch-social-link:hover::before{opacity:1}.ch-review-stars{color:var(--gold-star);font-size:1.1rem;letter-spacing:4px;margin-bottom:1rem;text-shadow:0 0 10px rgba(255,215,0,.5),0 0 20px rgba(255,215,0,.3);animation:starPulse 2s ease-in-out infinite}.ch-review-text{font-family:"Cormorant Garamond",serif;font-size:1.1rem;font-style:italic;color:rgba(255,255,255,.9);line-height:1.9;margin:0 0 1.5rem}.ch-review-author{display:flex;align-items:center;gap:1rem}.ch-review-avatar,.ch-social-link::before{background:linear-gradient(135deg,var(--gold),var(--gold-light));border-radius:50%}.ch-review-avatar{width:48px;height:48px;display:flex;align-items:center;justify-content:center;color:var(--navy);font-family:"Cinzel",serif;font-weight:600;font-size:1.2rem;box-shadow:0 4px 15px rgba(201,162,39,.4)}.ch-review-author cite{display:block;font-family:"Cinzel",serif;font-style:normal;font-size:.9rem;color:#fff;letter-spacing:.08em}.ch-footer-links a,.ch-review-author span{font-size:.8rem;color:rgba(255,255,255,.6)}.ch-footer-luxury{position:relative;background:var(--navy);color:#fff;padding:5rem 5% 2rem;overflow:hidden}.ch-footer-bg{position:absolute;inset:0;pointer-events:none;overflow:hidden}.ch-footer-glow{position:absolute;border-radius:50%;filter:blur(100px);opacity:.4;animation:floatGlow 10s ease-in-out infinite}.ch-footer-glow--1{width:500px;height:500px;background:radial-gradient(circle,rgba(201,162,39,.15)0,transparent 70%);top:-150px;left:5%}.ch-footer-glow--2{width:400px;height:400px;background:radial-gradient(circle,rgba(45,90,135,.2)0,transparent 70%);bottom:-100px;right:10%;animation-delay:-5s}.ch-footer-glow--3{width:300px;height:300px;background:radial-gradient(circle,rgba(122,158,126,.1)0,transparent 70%);top:50%;left:50%;animation-delay:-2.5s}.ch-footer-particles{position:absolute;inset:0;background-image:radial-gradient(1.5px 1.5px at 10% 20%,rgba(255,215,0,.4) 1px,transparent 0),radial-gradient(1px 1px at 30% 60%,rgba(255,215,0,.2) 1px,transparent 0),radial-gradient(1.5px 1.5px at 50% 10%,rgba(255,215,0,.3) 1px,transparent 0),radial-gradient(1px 1px at 70% 80%,rgba(255,215,0,.2) 1px,transparent 0),radial-gradient(1.5px 1.5px at 90% 40%,rgba(255,215,0,.35) 1px,transparent 0);background-size:250px 250px;animation:particleFloat 25s linear infinite}.ch-footer-content{position:relative;z-index:1;max-width:1200px;margin:0 auto}.ch-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:4rem;margin-bottom:4rem}.ch-footer-logo{margin-bottom:1.5rem}.ch-footer-logo-text{display:block;font-family:"Cinzel",serif;font-size:1.6rem;font-weight:600;letter-spacing:.15em;background:linear-gradient(135deg,var(--gold) 0%,var(--gold-light) 50%,var(--gold) 100%);background-size:200%auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:shimmerText 4s linear infinite}.ch-footer-logo-sub{font-family:"Cinzel",serif;font-size:.55rem;letter-spacing:.5em;color:rgba(255,255,255,.4);margin-top:4px;display:block}.ch-footer-desc{font-family:"Cormorant Garamond",serif;font-size:1.05rem;color:rgba(255,255,255,.6);line-height:1.9;margin-bottom:1.5rem}.ch-footer-social{display:flex;gap:.75rem}.ch-social-link{width:46px;height:46px;border-radius:50%;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.ch-social-link::before{content:"";position:absolute;inset:0;opacity:0;transition:opacity .3s}.ch-social-link svg{width:20px;height:20px;fill:var(--gold);transition:all .3s;position:relative;z-index:1}.ch-social-link:hover{border-color:transparent;transform:translateY(-5px) scale(1.1);box-shadow:0 15px 35px rgba(201,162,39,.35)}.ch-social-link:hover svg{fill:var(--navy)}.ch-footer-heading{font-family:"Cinzel",serif;font-size:.7rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:1.75rem;position:relative}.ch-footer-heading::after{content:"";position:absolute;bottom:-10px;left:0;width:35px;height:2px;background:linear-gradient(90deg,var(--gold),transparent);border-radius:2px}.ch-footer-links{list-style:none;padding:0;margin:0}.ch-footer-links li{margin-bottom:.9rem}.ch-footer-links a{text-decoration:none;font-size:.95rem;transition:all .3s;position:relative;display:inline-block}.ch-footer-links a::before{content:"";position:absolute;bottom:-3px;left:0;width:0;height:1px;background:var(--gold);transition:width .3s}.ch-footer-links a:hover{color:var(--gold);transform:translateX(8px)}.ch-footer-links a:hover::before{width:100%}.ch-contact-location-link{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;padding:1rem;background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.08);border-radius:12px;text-decoration:none;transition:all .4s}.ch-contact-location-link:hover{background:rgba(201,162,39,.05);border-color:rgba(201,162,39,.3);transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,0,0,.2)}.ch-contact-location-link .ch-contact-icon{font-size:1.5rem;line-height:1}.ch-contact-location-link .ch-contact-text{display:flex;flex-direction:column;gap:.3rem}.ch-contact-location-link .ch-contact-text span{font-size:.9rem;color:rgba(255,255,255,.7)}.ch-contact-cta{font-family:"Cinzel",serif;font-size:.7rem;letter-spacing:.1em;color:var(--gold)!important;margin-top:.5rem;transition:all .3s}.ch-contact-location-link:hover .ch-contact-cta{transform:translateX(5px)}.ch-contact-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.25rem}.ch-contact-icon{font-size:1.3rem;line-height:1}.ch-contact-hidden,.ch-reveal-btn{position:relative}.ch-reveal-btn{background:rgba(255,255,255,.03);border:1px solid rgba(201,162,39,.4);border-radius:10px;padding:.7rem 1.4rem;color:var(--gold);font-family:"Cinzel",serif;font-size:.7rem;letter-spacing:.12em;cursor:pointer;overflow:hidden;transition:all .3s}.ch-reveal-btn:hover{background:rgba(201,162,39,.1);border-color:var(--gold);transform:scale(1.05);box-shadow:0 5px 20px rgba(201,162,39,.2)}.ch-reveal-shimmer{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,215,0,.4),transparent);animation:btnShimmer 2.5s infinite}.ch-contact-revealed{display:none;color:#fff;text-decoration:none;font-size:1.05rem;font-family:"Cormorant Garamond",serif;letter-spacing:.05em}.ch-contact-revealed:hover,.ch-footer-legal a:hover{color:var(--gold)}.ch-contact-reveal.revealed .ch-reveal-btn{display:none}.ch-contact-reveal.revealed .ch-contact-revealed{display:flex}.ch-char{display:inline-block;opacity:0;transform:translateY(25px) rotateX(-90deg);animation:charReveal .5s cubic-bezier(.16,1,.3,1) forwards;animation-delay:calc(var(--i)*.04s)}.ch-contact-reveal:not(.revealed) .ch-char{animation:none;opacity:0}.ch-footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2.5rem;border-top:1px solid rgba(255,255,255,.08)}.ch-footer-bottom p,.ch-footer-legal a{font-size:.85rem;color:rgba(255,255,255,.4)}.ch-footer-bottom p{margin:0}.ch-footer-legal{display:flex;gap:2.5rem}.ch-footer-legal a{text-decoration:none;transition:color .3s}@media (max-width:1024px){.ch-footer-grid{grid-template-columns:1fr 1fr;gap:3rem}.ch-review-card{width:340px}}@media (max-width:768px){.ch-footer-grid{grid-template-columns:1fr;text-align:center;gap:2.5rem}.ch-footer-heading::after{left:50%;transform:translateX(-50%)}.ch-contact-item,.ch-contact-location-link,.ch-footer-social{justify-content:center}.ch-footer-bottom{flex-direction:column;gap:1.5rem;text-align:center}.ch-footer-legal{gap:2rem}.ch-review-card{width:300px;padding:1.5rem}.ch-reviews-section{padding:4rem 0}}

/* Source: footer-enhance.css */
/**
 * Footer Performance Enhancement v6.0
 * Adds: content-visibility, reduced-motion, optimized effects
 * Safe overlay - does not break existing styles
 */

/* Performance: Render only when near viewport */
.ch-reviews-section,
.ch-footer-luxury {
    content-visibility: auto;
    contain-intrinsic-size: auto 600px;
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .ch-reviews-track {
        animation: none !important;
    }
    .ch-footer-particles {
        animation: none !important;
    }
    .ch-footer-glow,
    .ch-footer-glow--1,
    .ch-footer-glow--2,
    .ch-footer-glow--3 {
        animation: none !important;
    }
    .ch-review-card:hover,
    .ch-footer-social-icon:hover {
        transform: none !important;
    }
}

/* Optimize blur on mobile */
@media (max-width: 1024px) {
    .ch-review-card {
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }
    .ch-footer-glow,
    .ch-footer-glow--1,
    .ch-footer-glow--2,
    .ch-footer-glow--3 {
        filter: none !important;
        opacity: 0.5;
    }
}

/* Print styles */
@media print {
    .ch-reviews-section,
    .ch-footer-luxury {
        background: white !important;
        color: black !important;
    }
    .ch-footer-bg,
    .ch-footer-particles,
    .ch-footer-glow {
        display: none !important;
    }
}

/* High contrast mode */
@media (forced-colors: active) {
    .ch-review-card,
    .ch-footer-luxury {
        border: 2px solid CanvasText;
    }
}

