/* Footer v2 — dark footer aesthetic (loads after main.css) */
/* Outfit loaded via app layout font stack fallback — avoid @import FOUC */
.footer--modern {
    --fm-bg: #050506;
    --fm-panel: rgba(18, 18, 22, 0.92);
    --fm-border: rgba(255, 255, 255, 0.07);
    --fm-border-strong: rgba(255, 255, 255, 0.11);
    --fm-muted: rgba(255, 255, 255, 0.52);
    --fm-text: rgba(255, 255, 255, 0.94);
    --fm-glow: hsl(var(--base) / 0.35);

    font-family: 'Manrope', 'Outfit', system-ui, -apple-system, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: clip;
}

.footer-area.footer--modern.footer-bg {
    background: #100d0a;
    background-image:
        radial-gradient(ellipse 55% 45% at 0% 0%, hsl(var(--base) / 0.18), transparent 62%),
        radial-gradient(ellipse 45% 35% at 100% 10%, hsl(var(--base) / 0.1), transparent 58%),
        linear-gradient(180deg, #17130f 0%, #100d0a 40%, #0a0806 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--fm-text);
}

/* ===== Luxe footer layout ===== */
.footer--luxe .footer-trust {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.02);
}

.footer--luxe .footer-trust__list {
    list-style: none;
    margin: 0;
    padding: 1.1rem 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem 1rem;
}

@media (min-width: 992px) {
    .footer--luxe .footer-trust__list {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1rem 1.5rem;
        padding: 1.35rem 0;
    }
}

.footer--luxe .footer-trust__item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
}

.footer--luxe .footer-trust__ico {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid hsl(var(--base) / 0.35);
    background: hsl(var(--base) / 0.1);
    color: hsl(var(--base));
    font-size: 1.15rem;
}

.footer--luxe .footer-trust__copy {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    min-width: 0;
}

.footer--luxe .footer-trust__copy strong {
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #f3efe8;
}

.footer--luxe .footer-trust__copy span {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.45);
}

.footer--luxe .footer-main {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(2rem, 4vw, 2.75rem);
    padding-top: clamp(2.5rem, 5vw, 3.75rem);
    padding-bottom: clamp(1.75rem, 3vw, 2.5rem);
}

@media (min-width: 992px) {
    .footer--luxe .footer-main {
        grid-template-columns: minmax(220px, 1.15fr) minmax(0, 1.35fr) minmax(240px, 0.95fr);
        gap: clamp(1.75rem, 3vw, 3rem);
        align-items: start;
    }
}

.footer--luxe .footer-main__nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem 1.25rem;
}

@media (min-width: 576px) {
    .footer--luxe .footer-main__nav {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.footer--luxe .footer-brand__lead {
    margin-top: 0.85rem;
    margin-bottom: 0;
    max-width: 38ch;
}

.footer--luxe .footer-social--brand {
    justify-content: flex-start;
    border-top: none;
    padding: 1.25rem 0 0;
    margin-top: 1.15rem;
}

.footer--luxe .footer-newsletter__title {
    margin: 0 0 0.45rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #f3efe8;
}

.footer--luxe .footer-newsletter__text {
    margin: 0 0 1rem;
    font-size: 0.875rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.5);
    max-width: 34ch;
}

.footer--luxe .footer-newsletter__field {
    display: flex;
    align-items: stretch;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
}

.footer--luxe .footer-newsletter__input {
    flex: 1;
    min-width: 0;
    border: 0;
    background: transparent;
    color: #fff;
    padding: 0.85rem 0.95rem;
    font-size: 0.875rem;
    outline: none;
}

.footer--luxe .footer-newsletter__input::placeholder {
    color: rgba(255, 255, 255, 0.35);
}

.footer--luxe .footer-newsletter__btn {
    border: 0;
    background: hsl(var(--base));
    color: #1c1410;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0 1.1rem;
    white-space: nowrap;
    transition: filter 0.2s ease;
}

.footer--luxe .footer-newsletter__btn:hover {
    filter: brightness(1.06);
}

.footer--luxe .footer-payments {
    margin-top: 1.35rem;
}

.footer--luxe .footer-payments__label {
    display: block;
    margin-bottom: 0.55rem;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
}

.footer--luxe .footer-payments__icons {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.footer--luxe .footer-payments__icons li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3.6rem;
    padding: 0.4rem 0.55rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.04em;
}

/* Hide legacy middle block if any */
.footer--luxe .footer-middle--modern {
    display: none !important;
}

/* Nav columns */
.footer--modern .footer-middle {
    display: block !important;
    padding: 0 !important;
    gap: 0 !important;
    grid-template-columns: unset !important;
}

.footer--modern .footer-middle--modern {
    margin-top: 2.25rem;
    padding: 0;
    border-top: 1px solid var(--fm-border);
}

.footer--modern .footer-middle__columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(148px, 1fr));
    gap: 2.25rem 3rem;
    padding: clamp(2.25rem, 5vw, 3.25rem) 0;
}

.footer--modern .footer-link-col__title {
    font-size: 0.625rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase !important;
    color: rgba(255, 255, 255, 0.9) !important;
    margin-bottom: 1.1rem !important;
}

.footer--modern .footer-link-col__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.footer--modern .footer-link-col__list a {
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--fm-muted);
    text-decoration: none;
    transition: color 0.18s ease, transform 0.18s ease;
    display: inline-block;
}

.footer--modern .footer-link-col__list a:hover {
    color: hsl(var(--base));
    transform: translateX(2px);
}

/* Social */
.footer--modern .footer-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1rem 1.5rem;
    padding: 1.35rem 0 0;
    border-top: 1px solid var(--fm-border);
}

.footer--modern .footer-social__label {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
}

.footer--modern .footer-social__list {
    margin: 0 !important;
    display: flex !important;
    flex-wrap: wrap;
    gap: 0.45rem !important;
    justify-content: center;
}

.footer--modern .footer-social__list li a {
    width: 42px !important;
    height: 42px !important;
    border-radius: 0 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid var(--fm-border) !important;
    color: rgba(255, 255, 255, 0.78) !important;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, color 0.2s ease !important;
}

.footer--modern .footer-social__list li a:hover {
    background: hsl(var(--base) / 0.16) !important;
    border-color: hsl(var(--base) / 0.4) !important;
    color: #fff !important;
    transform: translateY(-2px);
}

.footer--modern .footer-social__list li a i {
    width: auto !important;
    height: auto !important;
    line-height: 1 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    font-size: 1.05rem !important;
}

/* Copyright — centered */
.footer--modern .footer-copyright--modern {
    padding: 1.35rem 0 2rem;
    margin-top: 0;
    border-top: 1px solid var(--fm-border);
}

.footer--modern .footer-copyright__bar {
    flex-direction: column;
    justify-content: center !important;
    text-align: center;
}

.footer--modern .footer-copyright__line {
    width: 100%;
}

.footer--modern .footer-copyright__text {
    font-size: 0.75rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.38);
    letter-spacing: 0.06em;
}

.footer--modern .footer-pay {
    padding: 0.45rem 0.75rem;
    border-radius: 0;
    background: #fff;
    display: inline-block;
}

.footer--modern .footer-pay img {
    display: block;
    max-width: 220px;
}

.footer--modern .footer-widget p {
    color: inherit;
}

/* Back to top */
.scrollToTop {
    bottom: 1.25rem !important;
    right: 1.25rem !important;
    width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
    border-radius: 0 !important;
    opacity: 0.92 !important;
    background: #1c1410 !important;
    box-shadow: none !important;
}

.scrollToTop:hover {
    background: hsl(var(--base)) !important;
    color: #1c1410 !important;
}

.scrollToTop i {
    animation: none !important;
}

@media (min-width: 992px) {
    .scrollToTop {
        right: 2rem !important;
    }
}

/* Contact CTA — warm luxe alignment with footer/brand */
.contact-cta-section {
    font-family: 'Manrope', system-ui, sans-serif !important;
    background: linear-gradient(180deg, #faf7f2 0%, #f3eee6 100%) !important;
}

.contact-cta-section__eyebrow {
    color: hsl(var(--base)) !important;
}

.contact-cta-card {
    border-radius: 0 !important;
    background: linear-gradient(165deg, #221b15 0%, #15100c 100%) !important;
}

.contact-cta-card:hover {
    transform: translateY(-2px) !important;
}

.footer--modern__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");
    opacity: 0.7;
}

/* Brand + Contact Us — two columns on large screens (matches reference) */
.footer--modern .footer-top--modern {
    display: none !important; /* replaced by .footer-main */
}

.footer--modern .footer-brand {
    max-width: min(640px, 100%);
}

/* Brand */
.footer--modern .footer-brand__link {
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-start;
    padding: 0.25rem 0;
    margin-bottom: 0;
    border-radius: 16px;
}

.footer--modern .footer-brand__link img.footer-logo,
.footer--modern .footer-logo--site {
    max-height: 96px !important;
    max-width: min(340px, 92vw) !important;
    width: auto !important;
    height: auto !important;
    display: block;
    object-fit: contain;
    object-position: left center;
    margin-bottom: 0;
    filter: drop-shadow(0 4px 24px rgba(0, 0, 0, 0.5));
}

@media (max-width: 575px) {
    .footer--modern .footer-brand__link img.footer-logo,
    .footer--modern .footer-logo--site {
        max-height: 76px !important;
        max-width: min(280px, 94vw) !important;
    }
}

.footer--modern .footer-brand__lead {
    max-width: min(56ch, 100%);
    margin-top: 0.75rem;
    font-size: 1rem;
    line-height: 1.75;
    font-weight: 400;
    color: var(--fm-muted);
    letter-spacing: 0.015em;
}

/* Contact — title + list share one left rule; icon rows aligned to first line */
.footer--modern .footer-contact-simple {
    margin-top: 1.25rem;
    margin-bottom: 0;
    width: 100%;
    max-width: min(420px, 100%);
    padding: 0;
    border-left: none;
    text-align: left;
}

@media (max-width: 991px) {
    .footer--modern .footer-contact-simple {
        margin-top: 1rem;
        max-width: 100%;
        padding-top: 0;
        border-top: none;
    }
}

.footer--modern .footer-contact-simple__title {
    margin: 0 0 0.65rem;
    padding: 0;
    font-size: 1.0625rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #f5f5f5;
    line-height: 1.3;
    text-align: left;
}

.footer--modern .footer-contact-simple__body {
    margin: 0;
    padding: 0;
    border: none;
}

.footer--modern .footer-contact-simple__line {
    margin: 0 0 0.85rem;
    padding: 0;
}

.footer--modern .footer-contact-simple__line:last-child {
    margin-bottom: 0;
}

.footer--modern .footer-contact-simple__line--row {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
}

.footer--modern .footer-contact-simple__ico {
    flex-shrink: 0;
    width: 1.25rem;
    /* Align icon with first line of 0.875rem / 1.65 body text */
    margin-top: 0.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #a8a8a8;
    font-size: 1.05rem;
    line-height: 1;
}

/* Line Awesome .las needs font-weight:900; do not override or solid glyphs vanish */
.footer--modern .footer-contact-simple__ico i {
    display: block;
}

.footer--modern .footer-contact-simple__ico i.lab {
    font-size: 1.12rem;
    color: #25d366;
}

.footer--modern .footer-contact-simple__text {
    flex: 1;
    min-width: 0;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.65;
    color: #c4c4c4;
    word-break: break-word;
}

.footer--modern .footer-contact-simple__tel {
    flex: 1;
    min-width: 0;
    font-size: 0.875rem;
    line-height: 1.65;
    color: #c4c4c4;
    text-decoration: none;
    transition: color 0.15s ease;
}

.footer--modern .footer-contact-simple__tel:hover {
    color: #f0f0f0;
}

.footer--modern .footer-contact-simple__mail {
    flex: 1;
    min-width: 0;
    color: #c4c4c4;
    text-decoration: none;
    font-size: 0.875rem;
    line-height: 1.65;
    transition: color 0.15s ease;
}

.footer--modern .footer-contact-simple__mail:hover {
    color: #f5f5f5;
}

/* Contact CTA — light band, editorial header, elevated cards */
.contact-cta-section {
    --cta-panel: linear-gradient(165deg, #1a1d26 0%, #12151c 48%, #0e1015 100%);
    --cta-border: rgba(255, 255, 255, 0.1);
    --cta-muted: rgba(255, 255, 255, 0.5);
    --cta-text: rgba(255, 255, 255, 0.96);

    font-family: 'Outfit', system-ui, -apple-system, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: clip;
    isolation: isolate;
    background: linear-gradient(180deg, #f7f9fc 0%, #eef2f7 55%, #e8ecf2 100%);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: clamp(1.25rem, 2.5vw, 2.25rem);
}

.contact-cta-section::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 3px;
    background: linear-gradient(90deg, hsl(var(--base) / 0.15), hsl(var(--base) / 0.65), hsl(var(--base) / 0.15));
    pointer-events: none;
    z-index: 2;
}

.contact-cta-section > .container {
    position: relative;
    z-index: 1;
}

.contact-cta-section__inner {
    padding-top: clamp(2.75rem, 5.5vw, 4rem);
    padding-bottom: clamp(2.5rem, 4.5vw, 3.5rem);
}

.contact-cta-section__head {
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: clamp(1.75rem, 4vw, 2.5rem);
}

@media (min-width: 768px) {
    .contact-cta-section__head {
        margin-left: 0;
        margin-right: 0;
    }
}

.contact-cta-section__eyebrow {
    margin: 0 0 0.35rem;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: hsl(var(--base));
}

.contact-cta-section__title {
    margin: 0 0 0.5rem;
    font-size: clamp(1.5rem, 3.5vw, 1.875rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.2;
    color: #0f1419;
}

.contact-cta-section__lead {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.55;
    color: rgba(15, 20, 25, 0.58);
    max-width: 32rem;
}

.contact-cta-section__grid {
    margin-bottom: 0;
}

.contact-cta-card {
    display: flex;
    align-items: center;
    gap: 1.125rem;
    min-height: 6rem;
    padding: 1.25rem 1.35rem;
    border-radius: 18px;
    text-decoration: none;
    color: var(--cta-text);
    background: var(--cta-panel);
    border: 1px solid rgba(255, 255, 255, 0.09);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.06) inset,
        0 8px 32px -12px rgba(0, 0, 0, 0.35),
        0 2px 8px -4px rgba(0, 0, 0, 0.2);
    transition:
        border-color 0.22s ease,
        box-shadow 0.28s ease,
        transform 0.22s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.contact-cta-card:hover {
    border-color: hsl(var(--base) / 0.42);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.08) inset,
        0 0 0 1px hsl(var(--base) / 0.15),
        0 20px 48px -20px rgba(0, 0, 0, 0.55),
        0 12px 24px -14px hsl(var(--base) / 0.2);
    transform: translateY(-3px);
    color: var(--cta-text);
}

.contact-cta-card:focus-visible {
    outline: 2px solid hsl(var(--base));
    outline-offset: 4px;
}

.contact-cta-card__icon-wrap {
    position: relative;
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-cta-card__icon-bg {
    position: absolute;
    inset: 0;
    border-radius: 15px;
    background: linear-gradient(155deg, hsl(var(--base) / 0.28), hsl(var(--base) / 0.08));
    border: 1px solid hsl(var(--base) / 0.38);
    box-shadow: 0 6px 20px -8px hsl(var(--base) / 0.5);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.contact-cta-card:hover .contact-cta-card__icon-bg {
    transform: scale(1.03);
    box-shadow: 0 8px 28px -10px hsl(var(--base) / 0.55);
}

.contact-cta-card--message .contact-cta-card__icon-bg {
    background: linear-gradient(155deg, rgba(37, 211, 102, 0.28), rgba(37, 211, 102, 0.06));
    border-color: rgba(37, 211, 102, 0.45);
    box-shadow: 0 6px 20px -8px rgba(37, 211, 102, 0.35);
}

.contact-cta-card--message:hover .contact-cta-card__icon-bg {
    box-shadow: 0 8px 28px -10px rgba(37, 211, 102, 0.45);
}

.contact-cta-card__icon {
    position: relative;
    z-index: 1;
    font-size: 1.75rem;
    line-height: 1;
    color: hsl(var(--base));
    filter: drop-shadow(0 2px 10px hsl(var(--base) / 0.4));
}

.contact-cta-card--message .contact-cta-card__icon.lab {
    color: #25d366;
    filter: drop-shadow(0 2px 10px rgba(37, 211, 102, 0.45));
}

.contact-cta-card__content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    text-align: left;
}

.contact-cta-card__label {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--cta-muted);
}

.contact-cta-card__value {
    line-height: 1.3;
}

.contact-cta-card__num {
    font-size: 1.1875rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    font-variant-numeric: tabular-nums;
    color: #fafafa;
}

.contact-cta-card__value--muted {
    font-size: 0.9375rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.45);
}

.contact-cta-card__hint {
    font-size: 0.8125rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.45;
}

.contact-cta-card__chev {
    flex-shrink: 0;
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.15rem;
    transition:
        color 0.2s ease,
        background 0.2s ease,
        border-color 0.2s ease,
        transform 0.22s ease;
}

.contact-cta-card:hover .contact-cta-card__chev {
    color: #fff;
    background: hsl(var(--base) / 0.22);
    border-color: hsl(var(--base) / 0.45);
    transform: translateX(3px);
}

@media (max-width: 575px) {
    .contact-cta-section__head {
        text-align: center !important;
        margin-left: auto;
        margin-right: auto;
    }

    .contact-cta-card {
        padding: 1.125rem 1.15rem;
        min-height: unset;
        gap: 1rem;
    }

    .contact-cta-card__icon-wrap {
        width: 50px;
        height: 50px;
    }

    .contact-cta-card__icon {
        font-size: 1.55rem;
    }

    .contact-cta-card__num {
        font-size: 1.0625rem;
    }
}

/* Global scroll reveal — IntersectionObserver in main.js adds .is-visible */
.scroll-reveal {
    --sr-dur: 0.78s;
    --sr-ease: cubic-bezier(0.16, 1, 0.3, 1);

    opacity: 0;
    transform: translate3d(0, 36px, 0);
    transition:
        opacity var(--sr-dur) var(--sr-ease),
        transform var(--sr-dur) var(--sr-ease);
    will-change: opacity, transform;
}

.scroll-reveal.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    will-change: auto;
}

@media (prefers-reduced-motion: reduce) {
    .scroll-reveal {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
        will-change: auto !important;
    }
}
