/* Care Optical — Home: luxury optical, rich contrast (index only) */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap');

.page-home {
    --lux-ivory: #f7f2e8;
    --lux-champagne: #efe3cc;
    --lux-champagne-deep: #e5d9c4;
    --lux-cream: #faf6ef;
    --lux-white: #fffefb;
    --lux-gold: #c9a54d;
    --lux-gold-deep: #a87b22;
    --lux-gold-soft: #dfc48a;
    --lux-gold-glow: rgba(201, 165, 77, 0.35);
    --lux-border: rgba(201, 165, 77, 0.22);
    --lux-charcoal: #1f1a17;
    --lux-dark: #1e1a17;
    --lux-dark-elevated: #2a241c;
    --lux-text: #3d3429;
    --lux-muted: #6e5a43;
    --lux-muted-light: rgba(110, 90, 67, 0.88);
    --lux-on-dark: #f7f2e8;
    --lux-on-dark-muted: rgba(247, 242, 232, 0.78);
    --lux-glass: rgba(255, 251, 244, 0.82);
    --lux-glass-warm: rgba(245, 237, 220, 0.9);
    --lux-glass-dark: rgba(42, 36, 28, 0.55);
    --lux-shadow: 0 14px 44px rgba(31, 26, 23, 0.12), 0 4px 12px rgba(31, 26, 23, 0.06);
    --lux-shadow-deep: 0 24px 56px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(201, 165, 77, 0.12);
    --lux-shadow-hover: 0 22px 56px rgba(31, 26, 23, 0.16), 0 8px 20px rgba(168, 123, 34, 0.12);
    --lux-radius: 22px;
    --lux-radius-sm: 16px;
    font-family: 'Outfit', system-ui, sans-serif;
    color: var(--lux-text);
    background: var(--lux-ivory);
    position: relative;
    isolation: isolate;
    overflow-x: hidden;
}

.page-home > *:not(.home-atmosphere) {
    position: relative;
    z-index: 1;
}

.page-home .home-atmosphere {
    position: absolute;
    inset: 0;
    min-height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.page-home .home-atmosphere__blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(88px);
    opacity: 0.55;
}

.page-home .home-atmosphere__blob--1 {
    width: min(58vw, 460px);
    height: min(58vw, 460px);
    background: radial-gradient(circle, rgba(201, 165, 77, 0.45) 0%, rgba(168, 123, 34, 0.15) 45%, transparent 72%);
    top: 6%;
    right: -10%;
}

.page-home .home-atmosphere__blob--2 {
    width: min(72vw, 560px);
    height: min(72vw, 560px);
    background: radial-gradient(circle, rgba(239, 227, 204, 0.95) 0%, rgba(201, 165, 77, 0.2) 50%, transparent 70%);
    top: 32%;
    left: -18%;
}

.page-home .home-atmosphere__blob--3 {
    width: min(52vw, 400px);
    height: min(52vw, 400px);
    background: radial-gradient(circle, rgba(110, 90, 67, 0.2) 0%, rgba(201, 165, 77, 0.18) 40%, transparent 68%);
    bottom: 8%;
    right: 0;
}

/* ——— Section rhythm (nth-of-type: 1=hero, 2=expertise, 3=services, 4=brands, 5=about, 6=map, 7=ig, 8=vision, 9=why) ——— */
.page-home > section.section {
    position: relative;
    padding: clamp(4rem, 7.5vw, 5.75rem) 0;
}

.page-home > section.section:nth-of-type(2) {
    background: linear-gradient(180deg, var(--lux-ivory) 0%, var(--lux-cream) 100%);
}

.page-home > section.section:nth-of-type(3) {
    background: linear-gradient(165deg, var(--lux-dark) 0%, #252019 48%, var(--lux-dark-elevated) 100%);
    box-shadow: inset 0 1px 0 rgba(201, 165, 77, 0.08);
}

.page-home > section.section:nth-of-type(4) {
    background: linear-gradient(180deg, var(--lux-champagne) 0%, var(--lux-champagne-deep) 55%, var(--lux-ivory) 100%);
}

.page-home > section.section:nth-of-type(5) {
    background: linear-gradient(175deg, var(--lux-dark) 0%, #1a1614 50%, #221c18 100%);
    box-shadow: inset 0 1px 0 rgba(201, 165, 77, 0.06);
}

.page-home > section.section:nth-of-type(6) {
    background: linear-gradient(180deg, var(--lux-champagne-deep) 0%, var(--lux-champagne) 45%, var(--lux-ivory) 100%);
}

.page-home > section.section:nth-of-type(7) {
    background: linear-gradient(135deg, var(--lux-dark-elevated) 0%, var(--lux-dark) 40%, #2f2820 100%);
    box-shadow: inset 0 1px 0 rgba(201, 165, 77, 0.1);
}

.page-home > section.section:nth-of-type(8) {
    background: linear-gradient(180deg, var(--lux-ivory) 0%, var(--lux-champagne) 100%);
}

.page-home > section.section:nth-of-type(9) {
    background: linear-gradient(170deg, #252019 0%, var(--lux-dark) 45%, #1a1614 100%);
    box-shadow: inset 0 1px 0 rgba(201, 165, 77, 0.08);
}

/* Dark section titles + accents */
.page-home > section.section:nth-of-type(3) .section-title h2,
.page-home > section.section:nth-of-type(5) .section-title h2,
.page-home > section.section:nth-of-type(7) .section-title h2,
.page-home > section.section:nth-of-type(9) .section-title h2 {
    color: var(--lux-on-dark);
}

.page-home > section.section:nth-of-type(3) .section-title h2::after,
.page-home > section.section:nth-of-type(5) .section-title h2::after,
.page-home > section.section:nth-of-type(7) .section-title h2::after,
.page-home > section.section:nth-of-type(9) .section-title h2::after {
    background: linear-gradient(90deg, var(--lux-gold-deep), var(--lux-gold), var(--lux-gold-soft));
    box-shadow: 0 0 20px rgba(201, 165, 77, 0.45);
}

.page-home > section.section:nth-of-type(3) .section-title p,
.page-home > section.section:nth-of-type(5) .section-title p,
.page-home > section.section:nth-of-type(7) .section-title p,
.page-home > section.section:nth-of-type(9) .section-title p {
    color: var(--lux-on-dark-muted);
}

/* Light section titles */
.page-home > section.section:nth-of-type(2) .section-title h2,
.page-home > section.section:nth-of-type(4) .section-title h2,
.page-home > section.section:nth-of-type(6) .section-title h2,
.page-home > section.section:nth-of-type(8) .section-title h2 {
    color: var(--lux-charcoal);
}

.page-home > section.section:nth-of-type(2) .section-title p,
.page-home > section.section:nth-of-type(4) .section-title p,
.page-home > section.section:nth-of-type(6) .section-title p,
.page-home > section.section:nth-of-type(8) .section-title p {
    color: var(--lux-muted);
}

.page-home .home-flash-messages {
    z-index: 20;
}

.page-home .home-flash-messages .alert {
    border-radius: var(--lux-radius-sm);
    border: 1px solid var(--lux-border);
    box-shadow: var(--lux-shadow);
}

.page-home .home-reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-home .home-reveal.home-inview {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    .page-home .home-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

.page-home .home-wave-svg {
    display: block;
    width: 100%;
    height: clamp(40px, 5.5vw, 56px);
    color: rgba(168, 123, 34, 0.22);
}

.page-home .home-wave-svg path {
    fill: currentColor;
}

.page-home .section-title {
    text-align: center;
    margin-bottom: clamp(2.25rem, 4.5vw, 3rem);
    max-width: 44rem;
    margin-left: auto;
    margin-right: auto;
}

.page-home .section-title h2 {
    font-weight: 700;
    letter-spacing: -0.03em;
    margin-bottom: 0.5rem;
    font-size: clamp(1.85rem, 4.2vw, 2.45rem);
    line-height: 1.15;
}

.page-home .section-title h2::before {
    content: '';
    display: block;
    width: 36px;
    height: 2px;
    margin: 0 auto 0.85rem;
    border-radius: 2px;
    background: linear-gradient(90deg, transparent, var(--lux-gold), transparent);
    opacity: 0.85;
}

.page-home .section-title h2::after {
    content: '';
    display: block;
    width: 56px;
    height: 3px;
    margin: 0.9rem auto 0;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--lux-gold-deep), var(--lux-gold), var(--lux-gold-soft));
    box-shadow: 0 2px 16px var(--lux-gold-glow);
}

.page-home .section-title p {
    font-size: 1.0625rem;
    line-height: 1.65;
    margin: 0 auto;
    font-weight: 450;
    max-width: 38rem;
}

/* ——— Hero ——— */
.page-home .home-hero {
    position: relative;
    min-height: calc(100vh - 76px);
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--lux-dark);
}

.page-home .home-hero__media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.page-home .home-hero__video-slider {
    position: absolute;
    inset: 0;
}

.page-home .home-hero__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1.4s ease-in-out;
    pointer-events: none;
}

.page-home .home-hero__video.is-active {
    opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
    .page-home .home-hero__video {
        transition: none;
    }
    .page-home .home-hero__video:not(.is-active) {
        display: none;
    }
}

.page-home .home-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(105deg, rgba(30, 26, 23, 0.88) 0%, rgba(30, 26, 23, 0.62) 38%, rgba(42, 36, 28, 0.45) 62%, rgba(30, 26, 23, 0.55) 100%),
        linear-gradient(to bottom, rgba(168, 123, 34, 0.12) 0%, transparent 40%),
        radial-gradient(ellipse 90% 70% at 20% 50%, rgba(201, 165, 77, 0.15) 0%, transparent 55%);
    pointer-events: none;
}

@media (max-width: 767.98px) {
    .page-home .home-hero__overlay {
        background:
            linear-gradient(180deg, rgba(30, 26, 23, 0.82) 0%, rgba(30, 26, 23, 0.72) 45%, rgba(30, 26, 23, 0.78) 100%),
            linear-gradient(to bottom, rgba(201, 165, 77, 0.1) 0%, transparent 50%);
    }
}

.page-home .home-hero__float {
    position: absolute;
    border-radius: 50%;
    filter: blur(70px);
    z-index: 2;
    pointer-events: none;
    opacity: 0.42;
}

.page-home .home-hero__float--1 {
    width: 240px;
    height: 240px;
    background: rgba(201, 165, 77, 0.35);
    top: 12%;
    left: 5%;
    animation: homeLuxFloat 14s ease-in-out infinite;
}

.page-home .home-hero__float--2 {
    width: 200px;
    height: 200px;
    background: rgba(168, 123, 34, 0.22);
    bottom: 18%;
    right: 8%;
    animation: homeLuxFloat 12s ease-in-out infinite reverse;
}

@keyframes homeLuxFloat {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(14px, -18px); }
}

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

.page-home .home-hero .container,
.page-home .home-hero__content {
    position: relative;
    z-index: 3;
}

.page-home .home-hero .row {
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
}

.page-home .home-hero h1.display-4,
.page-home .home-hero h1 {
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.1;
    color: var(--lux-on-dark);
    font-size: clamp(2rem, 4.8vw, 3.2rem);
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}

.page-home .home-gradient-text {
    background: linear-gradient(135deg, #e8cf8a 0%, var(--lux-gold) 40%, var(--lux-gold-deep) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    filter: drop-shadow(0 2px 12px rgba(201, 165, 77, 0.35));
}

.page-home .home-brand-underline::after {
    background: linear-gradient(90deg, transparent, var(--lux-gold), var(--lux-gold-soft), var(--lux-gold), transparent);
    box-shadow: 0 0 18px rgba(201, 165, 77, 0.5);
}

.page-home .home-hero .lead {
    color: var(--lux-on-dark-muted);
    font-size: 1.125rem;
    font-weight: 400;
    max-width: 32rem;
    line-height: 1.7;
}

.page-home .home-btn-gold {
    position: relative;
    overflow: hidden;
    border: none;
    font-weight: 600;
    border-radius: 999px;
    padding: 0.72rem 1.75rem;
    background: linear-gradient(135deg, var(--lux-gold) 0%, var(--lux-gold-deep) 100%);
    color: #fff !important;
    box-shadow: 0 8px 28px rgba(168, 123, 34, 0.45), 0 0 0 1px rgba(255, 255, 255, 0.12);
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.page-home .home-btn-gold:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 40px rgba(168, 123, 34, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.18);
    filter: brightness(1.05);
    color: #fff !important;
}

.page-home .home-btn-outline-gold {
    border-radius: 999px;
    font-weight: 600;
    padding: 0.72rem 1.75rem;
    border: 2px solid rgba(232, 207, 138, 0.85);
    color: #fdf9f0 !important;
    background: rgba(30, 26, 23, 0.35);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.page-home .home-btn-outline-gold:hover {
    transform: translateY(-3px);
    background: rgba(201, 165, 77, 0.2);
    border-color: var(--lux-gold-soft);
    box-shadow: 0 10px 32px rgba(201, 165, 77, 0.25);
    color: #fff !important;
}

/* Booking glass — richer, warmer, more solid */
.page-home .home-glass-card {
    background: linear-gradient(155deg, rgba(255, 251, 244, 0.94) 0%, rgba(245, 237, 220, 0.92) 100%) !important;
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    border: 1px solid rgba(201, 165, 77, 0.35) !important;
    border-radius: var(--lux-radius) !important;
    box-shadow:
        var(--lux-shadow-deep),
        0 0 0 1px rgba(255, 255, 255, 0.5) inset,
        0 1px 0 rgba(255, 255, 255, 0.75) inset;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.page-home .home-glass-card:hover {
    transform: translateY(-5px);
    border-color: rgba(201, 165, 77, 0.5) !important;
    box-shadow:
        0 28px 64px rgba(0, 0, 0, 0.22),
        0 0 48px rgba(201, 165, 77, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.55) inset;
}

.page-home .home-glass-card .card-title.text-gold {
    color: var(--lux-gold-deep) !important;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.page-home .home-muted-text {
    color: var(--lux-muted) !important;
    font-weight: 450;
}

.page-home .quick-lead-form .form-label {
    color: var(--lux-charcoal);
    font-weight: 600;
    font-size: 0.875rem;
    margin-bottom: 0.35rem;
}

.page-home .quick-lead-form .form-control,
.page-home .quick-lead-form .form-select {
    background: rgba(255, 255, 255, 0.96) !important;
    border: 1px solid rgba(110, 90, 67, 0.2) !important;
    color: var(--lux-charcoal) !important;
    border-radius: 12px;
    padding: 0.68rem 1rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.page-home .quick-lead-form .form-control:focus,
.page-home .quick-lead-form .form-select:focus {
    border-color: var(--lux-gold-deep) !important;
    box-shadow: 0 0 0 3px rgba(201, 165, 77, 0.28) !important;
    outline: none;
}

.page-home .quick-lead-form .btn-primary {
    border-radius: 999px;
    font-weight: 600;
    border: none;
    padding: 0.78rem 1.25rem;
    background: linear-gradient(135deg, var(--lux-gold) 0%, var(--lux-gold-deep) 100%);
    color: #fff;
    box-shadow: 0 8px 26px rgba(168, 123, 34, 0.42);
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.page-home .quick-lead-form .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(168, 123, 34, 0.48);
    filter: brightness(1.04);
    color: #fff;
}

/* Expertise + stats on light sections */
.page-home .home-expertise-card {
    background: linear-gradient(180deg, rgba(255, 253, 248, 0.95) 0%, rgba(247, 242, 232, 0.88) 100%) !important;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid var(--lux-border) !important;
    border-radius: var(--lux-radius) !important;
    border-top: 4px solid var(--lux-gold) !important;
    box-shadow: var(--lux-shadow);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.page-home .home-expertise-card:hover {
    transform: translateY(-7px);
    box-shadow: var(--lux-shadow-hover);
    border-top-color: var(--lux-gold-deep) !important;
}

.page-home .home-expertise-card .card-title {
    color: var(--lux-charcoal);
    font-weight: 650;
}

.page-home .home-expertise-card .card-text {
    color: var(--lux-muted);
    font-size: 0.95rem;
    line-height: 1.58;
}

.page-home .home-icon-circle {
    width: 74px;
    height: 74px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98) 0%, rgba(239, 227, 204, 0.75) 100%);
    border: 1px solid var(--lux-border);
    box-shadow: 0 10px 28px rgba(168, 123, 34, 0.14);
}

.page-home .home-icon-circle svg {
    stroke: var(--lux-gold-deep);
}

.page-home .stat-card {
    text-align: center;
    padding: 1.75rem 1.2rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(250, 246, 239, 0.92) 100%);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid var(--lux-border);
    border-radius: var(--lux-radius-sm);
    box-shadow: var(--lux-shadow);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-home .stat-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--lux-shadow-hover);
    border-color: rgba(201, 165, 77, 0.35);
}

.page-home .stat-number {
    display: block;
    font-size: clamp(2.15rem, 3.8vw, 2.95rem);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.12;
    background: linear-gradient(135deg, var(--lux-gold-deep) 0%, var(--lux-gold) 50%, #dfc48a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.page-home .stat-label {
    display: block;
    margin-top: 0.4rem;
    color: var(--lux-muted);
    font-size: 0.9rem;
    font-weight: 600;
}

/* Services row */
.page-home .home-services-row {
    --svc-gap: 1.35rem;
}

@media (max-width: 991.98px) {
    .page-home .home-services-row {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: var(--svc-gap);
        padding-bottom: 0.75rem;
        margin-inline: calc(-0.5 * var(--bs-gutter-x, 0.75rem));
        padding-inline: calc(0.5 * var(--bs-gutter-x, 0.75rem));
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .page-home .home-services-row > [class*='col-'] {
        flex: 0 0 min(88vw, 340px);
        max-width: min(88vw, 340px);
        scroll-snap-align: start;
    }
}

.page-home .home-service-card {
    position: relative;
    border-radius: var(--lux-radius) !important;
    overflow: hidden;
    border: 1px solid rgba(201, 165, 77, 0.28) !important;
    background: var(--lux-dark-elevated);
    box-shadow: var(--lux-shadow-deep);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    height: 100%;
}

.page-home .home-service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 32px 64px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(201, 165, 77, 0.25);
}

.page-home .home-service-card__media {
    position: relative;
    height: 300px;
    overflow: hidden;
}

@media (min-width: 992px) {
    .page-home .home-service-card__media {
        height: 340px;
    }
}

.page-home .home-service-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-home .home-service-card:hover .home-service-card__img {
    transform: scale(1.06);
}

.page-home .home-service-card__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.4rem 1.45rem;
    background: linear-gradient(180deg, transparent 0%, rgba(30, 26, 23, 0.2) 28%, rgba(30, 26, 23, 0.92) 100%);
}

.page-home .home-service-card__overlay .card-title {
    color: var(--lux-on-dark);
    font-weight: 650;
    margin-bottom: 0.45rem;
    font-size: 1.12rem;
    letter-spacing: -0.02em;
}

.page-home .home-service-card__overlay .card-text {
    color: var(--lux-on-dark-muted);
    font-size: 0.875rem;
    margin-bottom: 0.9rem;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.page-home .home-service-card__overlay .btn {
    align-self: flex-start;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.85rem;
    border: 2px solid var(--lux-gold);
    color: #fdf9f0 !important;
    background: rgba(201, 165, 77, 0.18);
    backdrop-filter: blur(8px);
    transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.page-home .home-service-card__overlay .btn:hover {
    transform: translateY(-2px);
    background: rgba(201, 165, 77, 0.32);
    border-color: var(--lux-gold-soft);
    color: #fff !important;
}

.page-home .home-services-cta .btn-primary {
    border-radius: 999px;
    font-weight: 600;
    padding: 0.72rem 1.9rem;
    background: linear-gradient(135deg, var(--lux-gold) 0%, var(--lux-gold-deep) 100%);
    border: none;
    color: #fff;
    box-shadow: 0 8px 28px rgba(168, 123, 34, 0.45);
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.page-home .home-services-cta .btn-primary:hover {
    transform: translateY(-3px);
    color: #fff;
    box-shadow: 0 14px 40px rgba(168, 123, 34, 0.5);
    filter: brightness(1.05);
}

/* Brands */
.page-home .home-brands-wrap {
    position: relative;
    overflow: hidden;
}

.page-home .home-brands-marquee {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.28;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent);
}

.page-home .home-brands-marquee__track {
    display: flex;
    width: max-content;
    animation: home-marquee 36s linear infinite;
    gap: 2.5rem;
}

@keyframes home-marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.page-home .home-brands-wrap > .row {
    position: relative;
    z-index: 1;
}

.page-home .home-brands-marquee__item {
    flex-shrink: 0;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: clamp(2.25rem, 7vw, 4rem);
    letter-spacing: -0.04em;
    color: rgba(168, 123, 34, 0.4);
    white-space: nowrap;
    user-select: none;
}

.page-home .home-brand-pill {
    border-radius: var(--lux-radius-sm) !important;
    background: linear-gradient(180deg, #fffefb 0%, var(--lux-cream) 100%) !important;
    border: 1px solid var(--lux-border) !important;
    padding: 1.4rem !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    box-shadow: var(--lux-shadow);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.page-home .home-brand-pill:hover {
    transform: translateY(-6px);
    border-color: rgba(201, 165, 77, 0.45) !important;
    box-shadow: var(--lux-shadow-hover);
}

.page-home .home-brand-pill img {
    filter: grayscale(40%) contrast(1.05);
    opacity: 0.9;
    transition: filter 0.35s ease, opacity 0.35s ease, transform 0.3s ease;
}

.page-home .home-brand-pill:hover img {
    filter: grayscale(0%) contrast(1);
    opacity: 1;
    transform: scale(1.04);
}

.page-home .home-brands-cta .btn-outline-primary {
    border-radius: 999px;
    font-weight: 600;
    border: 2px solid var(--lux-gold-deep) !important;
    color: var(--lux-gold-deep) !important;
    padding: 0.72rem 1.9rem;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--lux-shadow);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.page-home .home-brands-cta .btn-outline-primary:hover {
    transform: translateY(-3px);
    background: var(--lux-charcoal) !important;
    color: var(--lux-gold-soft) !important;
    border-color: var(--lux-gold) !important;
    box-shadow: 0 12px 36px rgba(31, 26, 23, 0.18);
}

/* About (always dark band on this page) */
.page-home .home-about-timeline {
    border-left: 3px solid rgba(168, 123, 34, 0.4);
    padding-left: 1.5rem;
    margin-left: 0.2rem;
}

.page-home > section.section:nth-of-type(5) .home-about-timeline {
    border-left-color: rgba(201, 165, 77, 0.45);
}

.page-home > section.section:nth-of-type(5) .home-about-timeline p {
    color: var(--lux-on-dark-muted);
    line-height: 1.78;
    font-weight: 450;
}

.page-home > section.section:nth-of-type(5) .home-about-timeline p strong {
    color: var(--lux-on-dark);
    font-weight: 650;
}

.page-home .home-visit-card {
    border-radius: var(--lux-radius) !important;
    border: 1px solid rgba(201, 165, 77, 0.4) !important;
    background: linear-gradient(145deg, #fdf8ee 0%, #efe3cc 35%, #e0c88a 75%, #d4b76a 100%) !important;
    box-shadow:
        0 24px 56px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.35) inset,
        0 1px 0 rgba(255, 255, 255, 0.6) inset;
}

.page-home .home-visit-card .card-title {
    letter-spacing: -0.02em;
    margin-bottom: 1.35rem !important;
    color: var(--lux-charcoal) !important;
    font-weight: 700;
}

.page-home .home-visit-card p,
.page-home .home-visit-card li {
    line-height: 1.68;
    color: var(--lux-charcoal);
    font-weight: 450;
}

.page-home .home-visit-card h6 {
    color: var(--lux-gold-deep);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    font-size: 0.72rem;
}

.page-home .home-visit-card a.text-black {
    color: var(--lux-charcoal) !important;
    font-weight: 700;
}

.page-home .home-about-actions .btn-primary {
    background: linear-gradient(135deg, var(--lux-gold) 0%, var(--lux-gold-deep) 100%);
    border: none;
    color: #fff;
    box-shadow: 0 8px 26px rgba(168, 123, 34, 0.42);
}

.page-home > section.section:nth-of-type(5) .home-about-actions .btn-outline-primary {
    border: 2px solid rgba(232, 207, 138, 0.85) !important;
    color: #fdf9f0 !important;
    background: rgba(255, 255, 255, 0.08);
}

.page-home > section.section:nth-of-type(5) .home-about-actions .btn-outline-primary:hover {
    background: rgba(201, 165, 77, 0.22) !important;
    color: #fff !important;
    border-color: var(--lux-gold-soft) !important;
}

.page-home .home-about-actions .btn {
    border-radius: 999px;
    font-weight: 600;
    padding: 0.58rem 1.45rem;
}

/* Map */
.page-home .home-map-section .section-title h2::before,
.page-home .home-map-section .section-title h2::after {
    opacity: 1;
}

.page-home .home-map-frame {
    position: relative;
    border-radius: var(--lux-radius);
    overflow: hidden;
    border: 1px solid var(--lux-border);
    box-shadow: var(--lux-shadow-deep), 0 0 0 6px rgba(255, 251, 244, 0.5), 0 0 0 7px rgba(201, 165, 77, 0.15);
    background: linear-gradient(180deg, rgba(255, 253, 248, 0.95) 0%, rgba(239, 227, 204, 0.5) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.page-home .home-map-frame::before {
    content: '';
    display: block;
    padding-bottom: 56.25%;
}

.page-home .home-map-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    filter: saturate(1.05) contrast(1.02);
}

/* Instagram — dark luxe band */
.page-home .home-instagram-card {
    max-width: 560px;
    margin: 0 auto;
    padding: clamp(2.25rem, 5vw, 3rem);
    border-radius: var(--lux-radius);
    background: linear-gradient(165deg, rgba(55, 48, 38, 0.92) 0%, rgba(30, 26, 23, 0.96) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(201, 165, 77, 0.35);
    box-shadow: var(--lux-shadow-deep), 0 0 60px rgba(201, 165, 77, 0.08);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.page-home .home-instagram-card:hover {
    transform: translateY(-5px);
    border-color: rgba(201, 165, 77, 0.5);
    box-shadow: 0 32px 64px rgba(0, 0, 0, 0.35), 0 0 48px rgba(201, 165, 77, 0.12);
}

.page-home .home-instagram-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 1.1rem;
    border-radius: 18px;
    background: linear-gradient(145deg, #f58529, #dd2a7b, #8134af);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 32px rgba(221, 42, 123, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.page-home .home-instagram-icon svg {
    width: 30px;
    height: 30px;
    fill: #fff;
}

.page-home .home-instagram-card h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--lux-on-dark);
    margin-bottom: 0.55rem;
    letter-spacing: -0.02em;
}

.page-home .home-instagram-card p {
    color: var(--lux-on-dark-muted);
    margin-bottom: 1.35rem;
    line-height: 1.65;
    font-weight: 450;
}

.page-home .home-instagram-card .btn {
    border-radius: 999px;
    font-weight: 600;
    padding: 0.68rem 1.85rem;
    border: none;
    background: linear-gradient(135deg, #f58529 0%, #dd2a7b 50%, #8134af 100%);
    color: #fff !important;
    box-shadow: 0 10px 28px rgba(221, 42, 123, 0.4);
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.page-home .home-instagram-card .btn:hover {
    transform: translateY(-2px);
    color: #fff !important;
    box-shadow: 0 14px 36px rgba(221, 42, 123, 0.48);
    filter: brightness(1.06);
}

/* Pillar cards — light sections */
.page-home .home-pillar-card {
    background: linear-gradient(180deg, rgba(255, 253, 248, 0.96) 0%, rgba(247, 242, 232, 0.9) 100%) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid var(--lux-border) !important;
    border-radius: var(--lux-radius) !important;
    height: 100%;
    box-shadow: var(--lux-shadow);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.page-home .home-pillar-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--lux-shadow-hover);
    border-color: rgba(201, 165, 77, 0.38) !important;
}

.page-home .home-pillar-card .card-body {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.page-home .home-pillar-card:not(.home-why-card) .card-body {
    align-items: flex-start;
}

.page-home .home-why-card .card-body {
    align-items: center;
    gap: 0.5rem;
}

.page-home .home-pillar-card .card-title {
    color: var(--lux-charcoal);
    font-weight: 650;
}

.page-home .home-pillar-card .card-text {
    color: var(--lux-muted);
    font-size: 0.95rem;
    line-height: 1.58;
    font-weight: 450;
}

.page-home .home-badge-num {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.88rem;
    color: #fff;
    background: linear-gradient(135deg, var(--lux-gold) 0%, var(--lux-gold-deep) 100%);
    box-shadow: 0 6px 18px rgba(168, 123, 34, 0.4);
    margin-bottom: 0.45rem;
}

/* Why section — dark: glass pillars on charcoal */
.page-home > section.section:nth-of-type(9) .home-pillar-card {
    background: rgba(255, 251, 244, 0.06) !important;
    border: 1px solid rgba(201, 165, 77, 0.28) !important;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
}

.page-home > section.section:nth-of-type(9) .home-pillar-card:hover {
    background: rgba(255, 251, 244, 0.1) !important;
    border-color: rgba(201, 165, 77, 0.42) !important;
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.28);
}

.page-home > section.section:nth-of-type(9) .home-pillar-card .card-title {
    color: var(--lux-on-dark);
}

.page-home > section.section:nth-of-type(9) .home-pillar-card .card-text {
    color: var(--lux-on-dark-muted);
}

.page-home > section.section:nth-of-type(9) .home-icon-circle {
    background: linear-gradient(145deg, rgba(201, 165, 77, 0.2) 0%, rgba(42, 36, 28, 0.6) 100%);
    border-color: rgba(201, 165, 77, 0.35);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.page-home > section.section:nth-of-type(9) .home-icon-circle svg {
    stroke: var(--lux-gold-soft);
}

.page-home .vision-section .home-pillar-card svg {
    stroke: var(--lux-gold-deep);
}

.page-home .fade-in {
    animation: homeLuxFadeUp 0.6s ease-out both;
}

@keyframes homeLuxFadeUp {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991.98px) {
    .page-home .home-hero .hero-content {
        text-align: center;
    }

    .page-home .home-hero .lead {
        margin-left: auto;
        margin-right: auto;
    }

    .page-home .home-hero .d-flex {
        justify-content: center;
    }
}

@media (min-width: 1280px) {
    .page-home .home-hero h1.display-4,
    .page-home .home-hero h1 {
        font-size: 3.45rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .page-home .home-brands-marquee__track {
        animation: none;
    }
}
