/* XeoSpaces V3 — Landing page components (Studio & Spaces) */

.xs-landing-page {
    --xs-dark: #1a1817;
    --xs-dark-border: rgba(255, 255, 255, 0.08);
    --xs-dark-surface: rgba(255, 255, 255, 0.06);
}

/* ── Buttons ── */
.xs-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.02em;
    text-decoration: none !important;
    transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease, color 0.28s ease;
    border: 2px solid transparent;
    white-space: nowrap;
}

.xs-btn--primary {
    background: #FF4332;
    color: #fff !important;
    box-shadow: 0 6px 20px rgba(255, 67, 50, 0.35);
}

.xs-btn--primary:hover {
    background: #e63a2a;
    color: #fff !important;
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(255, 67, 50, 0.45);
}

.xs-btn--outline {
    background: transparent;
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.75);
}

.xs-btn--outline:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-3px);
    color: #fff !important;
}

.xs-btn--outline.xs-btn--light {
    color: #393331 !important;
    border-color: #393331;
}

.xs-btn--outline.xs-btn--light:hover {
    background: #393331;
    color: #fff !important;
}

/* ── Hero (Index-scale, premium) ── */
.xs-landing-hero {
    position: relative;
    min-height: 810px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 0 100px;
    overflow: hidden;
    background: var(--xs-dark, #1a1817);
}

.xs-landing-page--studio .xs-landing-hero,
.xs-landing-page--spaces .xs-landing-hero {
    min-height: 810px;
    padding-bottom: 48px;
}

.xs-landing-page--studio .xs-landing-hero__scroll,
.xs-landing-page--spaces .xs-landing-hero__scroll {
    display: none;
}

.xs-landing-page--studio .xs-landing-hero__bg,
.xs-landing-page--spaces .xs-landing-hero__bg {
    background-position: center 42%;
}

.xs-landing-page--studio .xs-landing-hero__overlay,
.xs-landing-page--spaces .xs-landing-hero__overlay {
    background:
        linear-gradient(180deg, rgba(15, 13, 12, 0.52) 0%, rgba(15, 13, 12, 0.38) 40%, rgba(26, 24, 23, 0.72) 85%, rgba(26, 24, 23, 0.96) 100%),
        linear-gradient(135deg, rgba(25, 22, 21, 0.45) 0%, rgba(57, 51, 49, 0.28) 100%);
}

/* ── Spaces hero: premium lounge layout ── */
.xs-landing-page--spaces .xs-landing-hero {
    min-height: 780px;
    padding: 110px 0 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xs-landing-page--spaces .xs-landing-hero .container {
    width: 100%;
}

.xs-landing-page--spaces .xs-landing-hero__bg {
    animation: none;
    inset: 0;
    transform: none;
    background-position: 68% center;
    background-size: cover;
}

.xs-landing-page--spaces .xs-landing-hero__overlay {
    background:
        linear-gradient(90deg, rgba(26, 24, 23, 0.78) 0%, rgba(26, 24, 23, 0.52) 28%, rgba(26, 24, 23, 0.18) 52%, transparent 72%),
        linear-gradient(180deg, rgba(26, 24, 23, 0.12) 0%, transparent 42%, rgba(26, 24, 23, 0.45) 100%);
}

.xs-landing-hero--left .xs-landing-hero__row {
    justify-content: flex-start !important;
    align-items: center;
}

.xs-landing-hero--left .xs-landing-hero__col {
    text-align: left;
}

.xs-landing-hero--left .xs-landing-hero__content {
    max-width: 560px;
}

.xs-landing-hero--left .xs-landing-hero__subtitle {
    margin-left: 0;
    margin-right: 0;
}

.xs-landing-hero--left .xs-landing-hero__actions {
    justify-content: flex-start;
}

.xs-landing-page--spaces .xs-landing-hero__title {
    font-size: clamp(42px, 5.4vw, 64px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.03em;
    margin-bottom: 0;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}

.xs-landing-page--spaces .xs-landing-hero__tagline {
    display: block;
    margin-top: 22px;
    font-size: clamp(22px, 3vw, 34px);
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: -0.015em;
    color: rgba(255, 255, 255, 0.94);
}

.xs-landing-page--spaces .xs-landing-hero__subtitle {
    max-width: 480px;
    margin-top: 32px;
    margin-bottom: 0;
    font-size: clamp(16px, 1.8vw, 18px);
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.76);
    font-weight: 400;
}

.xs-landing-page--spaces .xs-landing-hero__actions {
    margin-top: 40px;
    gap: 16px;
}

.xs-landing-page--spaces .xs-landing-hero__actions .xs-btn {
    padding: 15px 34px;
    font-size: 15px;
    letter-spacing: 0.03em;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, background 0.28s ease, border-color 0.28s ease;
}

.xs-landing-page--spaces .xs-landing-hero__actions .xs-btn--primary {
    box-shadow: 0 8px 24px rgba(255, 67, 50, 0.32);
}

.xs-landing-page--spaces .xs-landing-hero__actions .xs-btn--primary:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(255, 67, 50, 0.42);
}

.xs-landing-page--spaces .xs-landing-hero__actions .xs-btn--outline {
    border-color: rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(6px);
}

.xs-landing-page--spaces .xs-landing-hero__actions .xs-btn--outline:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.85);
}

.xs-landing-page--spaces .xs-hero-bottom {
    margin-top: -1px;
}

@media (max-width: 991px) {
    .xs-landing-page--spaces .xs-landing-hero {
        min-height: 680px;
        padding: 100px 0 72px;
    }

    .xs-landing-page--spaces .xs-landing-hero__bg {
        background-position: center 38%;
    }

    .xs-landing-page--spaces .xs-landing-hero__overlay {
        background:
            linear-gradient(180deg, rgba(26, 24, 23, 0.72) 0%, rgba(26, 24, 23, 0.55) 50%, rgba(26, 24, 23, 0.4) 100%);
    }

    .xs-landing-hero--left .xs-landing-hero__content {
        max-width: 520px;
    }
}

@media (max-width: 575px) {
    .xs-landing-page--spaces .xs-landing-hero {
        min-height: 620px;
        padding: 96px 0 64px;
    }

    .xs-landing-page--spaces .xs-landing-hero__title {
        font-size: clamp(34px, 9vw, 42px);
    }

    .xs-landing-page--spaces .xs-landing-hero__tagline {
        margin-top: 16px;
        font-size: clamp(19px, 5vw, 24px);
    }

    .xs-landing-page--spaces .xs-landing-hero__subtitle {
        margin-top: 24px;
        font-size: 15px;
    }

    .xs-landing-page--spaces .xs-landing-hero__actions {
        margin-top: 32px;
        flex-direction: column;
        align-items: stretch;
    }

    .xs-landing-page--spaces .xs-landing-hero__actions .xs-btn {
        width: 100%;
    }
}

/* ── Hero bottom stats strip (dark, flush with hero) ── */
.xs-hero-bottom {
    background: var(--xs-dark, #1a1817);
    position: relative;
    z-index: 12;
}

.xs-landing-page--studio .xs-section-nav,
.xs-landing-page--spaces .xs-section-nav,
.xs-landing-page--home .xs-section-nav {
    position: sticky;
    top: 0;
    z-index: 90;
    background: #fafafa;
    border-bottom: 1px solid #ece8e6;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.xs-landing-page--studio .xs-section-nav__inner,
.xs-landing-page--spaces .xs-section-nav__inner,
.xs-landing-page--home .xs-section-nav__inner {
    padding: 16px 24px;
}

.xs-landing-page--studio .xs-section-nav__track,
.xs-landing-page--spaces .xs-section-nav__track,
.xs-landing-page--home .xs-section-nav__track {
    padding: 4px 0;
    gap: 10px;
}

.xs-landing-page--studio .xs-section-nav__chip,
.xs-landing-page--spaces .xs-section-nav__chip,
.xs-landing-page--home .xs-section-nav__chip {
    background: #fff;
    border: 1px solid #e8e3e1;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    padding: 10px 20px;
    font-size: 13px;
}

.xs-landing-hero__bg {
    position: absolute;
    inset: -4%;
    background-image: var(--xs-hero-image);
    background-size: cover;
    background-position: center 35%;
    z-index: 0;
    animation: xsKenBurns 22s ease-in-out infinite alternate;
    will-change: transform;
}

.xs-landing-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(15, 13, 12, 0.28) 0%, rgba(15, 13, 12, 0.12) 45%, rgba(15, 13, 12, 0.42) 100%),
        linear-gradient(135deg, rgba(25, 22, 21, 0.32) 0%, rgba(57, 51, 49, 0.18) 100%);
}


.xs-landing-hero .container {
    position: relative;
    z-index: 2;
}

.xs-landing-hero__content {
    position: relative;
    z-index: 2;
}

.xs-landing-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 22px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 8px 18px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
}

.xs-landing-hero__title {
    color: #fff;
    font-size: clamp(38px, 5.5vw, 62px);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 22px;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 32px rgba(0, 0, 0, 0.55), 0 1px 4px rgba(0, 0, 0, 0.45);
}

.xs-landing-page--studio .xs-landing-hero__subtitle,
.xs-landing-page--spaces .xs-landing-hero__subtitle {
    text-shadow: 0 1px 20px rgba(0, 0, 0, 0.45);
}

.xs-landing-hero__subtitle {
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(17px, 2.2vw, 20px);
    line-height: 1.7;
    max-width: 680px;
    margin: 0 auto 36px;
    font-weight: 400;
}

.xs-landing-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
}

.xs-landing-hero__scroll {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.75) !important;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: color 0.25s ease, transform 0.25s ease;
}

.xs-landing-hero__scroll i {
    font-size: 22px;
    animation: xsBounceDown 2s ease-in-out infinite;
}

.xs-landing-hero__scroll:hover {
    color: #fff !important;
    transform: translateX(-50%) translateY(3px);
}

/* Hero entrance animations */
.xs-hero-animate {
    opacity: 0;
    transform: translateY(28px);
    animation: xsHeroFadeUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.xs-hero-animate--1 { animation-delay: 0.15s; }
.xs-hero-animate--2 { animation-delay: 0.3s; }
.xs-hero-animate--3 { animation-delay: 0.45s; }
.xs-hero-animate--4 { animation-delay: 0.6s; }
.xs-hero-animate--5 { animation-delay: 0.9s; }

@keyframes xsKenBurns {
    from { transform: scale(1); }
    to { transform: scale(1.08); }
}

@keyframes xsHeroFadeUp {
    to { opacity: 1; transform: translateY(0); }
}

@keyframes xsBounceDown {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(6px); }
}

/* ── Studio stats strip ── */
.xs-studio-stats-wrap {
    position: relative;
    z-index: 10;
    margin-top: 0;
    padding: 0;
}

.xs-studio-stats {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
}

.xs-studio-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.xs-studio-stats__item {
    padding: 32px 24px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.xs-studio-stats__item:last-child {
    border-right: none;
}

.xs-studio-stats__icon {
    display: block;
    color: #FF4332;
    font-size: 22px;
    margin-bottom: 12px;
    opacity: 0.95;
}

.xs-studio-stats__item strong {
    display: block;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px;
    letter-spacing: 0.02em;
}

.xs-studio-stats__item span {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.62);
    font-weight: 500;
    line-height: 1.4;
}

@media (max-width: 767px) {
    .xs-studio-stats__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .xs-studio-stats__item {
        padding: 24px 16px;
    }

    .xs-studio-stats__item:nth-child(2) {
        border-right: none;
    }

    .xs-studio-stats__item:nth-child(1),
    .xs-studio-stats__item:nth-child(2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }
}

/* ── Sticky section navigation ── */
.xs-section-nav {
    position: sticky;
    top: 0;
    z-index: 90;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid #f0ebe9;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.xs-section-nav__inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 16px;
}

.xs-section-nav__track {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 12px 0;
}

.xs-section-nav__track::-webkit-scrollbar {
    display: none;
}

.xs-section-nav__chip {
    flex-shrink: 0;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    color: #817a78;
    background: #f7f4f3;
    text-decoration: none !important;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
    white-space: nowrap;
}

.xs-section-nav__chip:hover,
.xs-section-nav__chip.is-active {
    background: #FF4332;
    color: #fff !important;
    transform: translateY(-1px);
}

@media (min-width: 992px) {
    .xs-section-nav__track {
        justify-content: center;
        flex-wrap: wrap;
        overflow-x: visible;
    }
}

/* ── Service sections (light / dark alternating) ── */
.xs-service-section {
    padding: 110px 0;
    background: #ffffff;
    position: relative;
}

.xs-service-section--dark,
.xs-section-dark {
    background: var(--xs-dark, #1a1817);
    color: #f5f2f1;
}

.xs-service-section--dark .xs-service-section__title,
.xs-section-dark .xs-service-section__title {
    color: #fff;
}

.xs-service-section--dark .xs-service-section__desc,
.xs-section-dark .xs-service-section__desc {
    color: rgba(255, 255, 255, 0.72);
}

.xs-service-section--dark .xs-feature-list li,
.xs-section-dark .xs-feature-list li {
    color: rgba(255, 255, 255, 0.88);
}

.xs-service-section--dark .xs-section-image,
.xs-section-dark .xs-equipment-grid__item {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.xs-service-section--alt {
    background: #faf9f8;
}

.xs-service-section__label {
    display: inline-block;
    color: #FF4332;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.xs-service-section__title {
    font-size: clamp(26px, 3.5vw, 36px);
    font-weight: 700;
    color: #393331;
    margin-bottom: 16px;
    line-height: 1.2;
}

.xs-service-section__desc {
    color: #817a78;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 24px;
}

.xs-service-section__desc--center {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
}

.xs-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.xs-feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
    color: #3f3836;
    font-size: 15px;
    line-height: 1.55;
    opacity: 0;
    transform: translateX(-12px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.xs-feature-list.xs-features-visible li {
    opacity: 1;
    transform: translateX(0);
}

.xs-feature-list li:nth-child(1) { transition-delay: 0.05s; }
.xs-feature-list li:nth-child(2) { transition-delay: 0.1s; }
.xs-feature-list li:nth-child(3) { transition-delay: 0.15s; }
.xs-feature-list li:nth-child(4) { transition-delay: 0.2s; }
.xs-feature-list li:nth-child(5) { transition-delay: 0.25s; }
.xs-feature-list li:nth-child(6) { transition-delay: 0.3s; }

.xs-feature-list li i {
    color: #FF4332;
    margin-top: 4px;
    flex-shrink: 0;
}

/* ── Service section featured image ── */
.xs-service-section__media {
    position: relative;
}

.xs-section-image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
    background: var(--xs-dark, #1a1817);
    transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.xs-service-section--dark .xs-section-image {
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
}

.xs-section-image:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.18);
}

.xs-service-section--dark .xs-section-image:hover {
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.45);
}

.xs-section-image--wide {
    aspect-ratio: 16 / 10;
}

.xs-section-image--tall {
    aspect-ratio: 4 / 5;
    max-width: 88%;
    margin-left: auto;
    margin-right: auto;
}

.xs-service-section--reverse .xs-section-image--tall {
    margin-left: 0;
    margin-right: auto;
}

.xs-section-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.6s ease;
}

.xs-section-image:hover img {
    transform: scale(1.03);
}

.xs-section-image--placeholder {
    aspect-ratio: 16 / 10;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 14px;
    background: #f0eeec;
}

/* ── Equipment grid ── */
.xs-equipment-section {
    padding: 110px 0;
    background: #fff;
}

.xs-section-dark.xs-equipment-section {
    background: var(--xs-dark, #1a1817);
}

.xs-equipment-section__header {
    max-width: 720px;
    margin: 0 auto 48px;
}

.xs-equipment-section__label {
    display: inline-block;
    color: #FF4332;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.xs-equipment-section__title {
    color: #fff;
    font-size: clamp(30px, 4vw, 42px);
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
    line-height: 1.15;
}

.xs-equipment-section__desc {
    color: rgba(255, 255, 255, 0.72);
    font-size: 17px;
    line-height: 1.65;
    margin: 0;
}

/* ── Equipment grid (squares + 2 featured large) ── */
.xs-equipment-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-flow: dense;
    gap: 12px;
}

.xs-equipment-grid__item {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    border-radius: 12px;
    overflow: hidden;
    background: #252220;
    text-decoration: none !important;
    cursor: zoom-in;
    transition: box-shadow 0.3s ease;
}

/* Featured — Sony camera + green screen studio */
.xs-equipment-grid__item:nth-child(1),
.xs-equipment-grid__item:nth-child(9) {
    grid-column: span 2;
    grid-row: span 2;
    aspect-ratio: 1 / 1;
}

.xs-equipment-grid__item img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.45s ease;
}

.xs-equipment-grid__item:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.xs-equipment-grid__item:hover img {
    transform: scale(1.04);
}

.xs-equipment-grid__item--icon {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: default;
}

.xs-equipment-grid__icon {
    color: #FF4332;
    font-size: 28px;
}

/* ── Studio gallery grid (rectangles + 1 hero tile) ── */
.xs-gallery-section {
    padding: 110px 0;
    background: linear-gradient(180deg, #faf9f8 0%, #ffffff 100%);
}

.xs-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-flow: dense;
    gap: 12px;
    margin-top: 40px;
}

.xs-gallery-grid__item {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3;
    min-height: 0;
    border-radius: 12px;
    overflow: hidden;
    background: #eae8e6;
    text-decoration: none !important;
    cursor: zoom-in;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.3s ease;
}

/* Hero tile — podcast studio room */
.xs-gallery-grid__item:first-child {
    grid-column: span 2;
    grid-row: span 2;
    aspect-ratio: 1 / 1;
}

.xs-gallery-grid__item img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.45s ease;
}

.xs-gallery-grid__item:hover {
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}

.xs-gallery-grid__item:hover img {
    transform: scale(1.04);
}

/* Shared caption + lightbox hint */
.xs-photo-grid__caption {
    position: absolute;
    inset: auto 0 0 0;
    padding: 28px 12px 10px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.82) 0%, transparent 100%);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
    pointer-events: none;
    z-index: 2;
}

.xs-lightbox__hint {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    color: #393331;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
    z-index: 3;
}

.xs-lightbox:hover .xs-lightbox__hint {
    opacity: 1;
}

/* ── Amenities showcase (single large centered image) ── */
.xs-amenities-showcase {
    margin-top: 64px;
    padding-top: 8px;
}

.xs-amenities-showcase__title {
    color: #393331;
    font-size: clamp(26px, 3.5vw, 34px);
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 14px;
    line-height: 1.2;
}

.xs-amenities-showcase__frame {
    max-width: 920px;
    margin: 32px auto 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1);
    background: #eae8e6;
}

.xs-amenities-showcase__link {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    min-height: 280px;
    text-decoration: none !important;
    cursor: zoom-in;
}

.xs-amenities-showcase__link img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.45s ease;
}

.xs-amenities-showcase__link:hover img {
    transform: scale(1.03);
}

.xs-amenities-showcase .xs-photo-grid__caption {
    font-size: 14px;
    padding: 36px 20px 16px;
}

/* ── Amenities section (split: image left, list right) ── */
.xs-amenities-section {
    padding: 100px 0;
    background: linear-gradient(180deg, #ffffff 0%, #faf9f8 100%);
}

.xs-amenities-section__row {
    align-items: stretch;
}

.xs-amenities-section__col-media {
    display: flex;
    flex-direction: column;
}

.xs-amenities-section__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 8px 0 8px 8px;
}

.xs-amenities-section__included {
    margin-top: 28px;
}

.xs-amenities-section__included-title {
    color: #393331;
    font-size: clamp(18px, 2.2vw, 22px);
    font-weight: 700;
    text-align: left;
    margin-bottom: 22px;
    letter-spacing: -0.01em;
}

.xs-amenities-section__grid {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 24px;
}

.xs-amenities-section__item {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 44px;
}

.xs-amenities-section__icon {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xs-amenities-section__icon img {
    max-width: 32px;
    max-height: 32px;
    width: auto;
    height: auto;
    display: block;
}

.xs-amenities-section__icon--fa {
    color: #FF4332;
    font-size: 18px;
}

.xs-amenities-section__icon--fa .fa {
    display: block;
    line-height: 1;
}

.xs-amenities-section__name {
    color: #393331;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
}

.xs-amenities-section__visual {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
}

.xs-amenities-section__image {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    width: 100%;
    min-height: 100%;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none !important;
    cursor: zoom-in;
    background: #eae8e6;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1);
    transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.xs-amenities-section__image:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.14);
}

.xs-amenities-section__image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.5s ease;
}

.xs-amenities-section__image:hover img {
    transform: scale(1.03);
}

.xs-amenities-section__image .xs-photo-grid__caption {
    font-size: 14px;
    padding: 40px 24px 18px;
}

.xs-amenities-section .xs-lightbox__hint {
    opacity: 1;
    background: rgba(255, 255, 255, 0.92);
}

@media (max-width: 991px) {
    .xs-amenities-section__content {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .xs-amenities-section {
        padding: 72px 0;
    }

    .xs-amenities-section__grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .xs-amenities-section__image {
        min-height: 280px;
    }
}

/* ── Spaces page: curated premium gallery ── */
.xs-landing-page--spaces .xs-gallery-section {
    padding: 100px 0 72px;
}

.xs-landing-page--spaces .xs-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}

.xs-landing-page--spaces .xs-gallery-grid__item {
    border-radius: 14px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.07);
    aspect-ratio: 4 / 3;
}

.xs-landing-page--spaces .xs-gallery-grid__item:first-child {
    grid-column: 1 / -1;
    grid-row: auto;
    aspect-ratio: 21 / 9;
    max-height: 440px;
}

.xs-landing-page--spaces .xs-gallery-grid__item:hover {
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.12);
}

@media (max-width: 991px) {
    .xs-equipment-grid,
    .xs-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .xs-landing-page--spaces .xs-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
        max-width: none;
    }

    .xs-landing-page--spaces .xs-gallery-grid__item:first-child {
        grid-column: 1 / -1;
        aspect-ratio: 16 / 10;
        max-height: none;
    }

    .xs-equipment-grid__item:nth-child(1),
    .xs-equipment-grid__item:nth-child(9),
    .xs-gallery-grid__item:first-child {
        grid-column: span 2;
        grid-row: span 2;
        aspect-ratio: 16 / 10;
    }

    .xs-landing-page--studio .xs-gallery-grid__item:first-child,
    .xs-landing-page--spaces .xs-gallery-grid__item:first-child {
        grid-column: 1 / -1;
        grid-row: auto;
    }
}

@media (max-width: 575px) {
    .xs-equipment-grid,
    .xs-gallery-grid {
        gap: 8px;
    }

    .xs-landing-page--spaces .xs-gallery-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .xs-landing-page--spaces .xs-gallery-grid__item:first-child {
        aspect-ratio: 4 / 3;
    }

    .xs-amenities-section__image {
        min-height: 220px;
    }

    .xs-photo-grid__caption {
        font-size: 11px;
        padding: 22px 10px 8px;
    }

    .xs-landing-page--spaces .xs-service-section {
        padding: 56px 0;
    }

    .xs-landing-page--spaces .xs-gallery-section {
        padding: 64px 0 48px;
    }
}

/* ── CTA section ── */
.xs-cta-section {
    position: relative;
    padding: 160px 0;
    min-height: 460px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center 40%;
}

.xs-landing-page--studio .xs-cta-section,
.xs-landing-page--spaces .xs-cta-section {
    padding: 180px 0;
    min-height: 520px;
    background-position: center 45%;
}

.xs-cta-section__overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 130% 90% at 50% 100%, rgba(26, 24, 23, 0.82) 0%, rgba(26, 24, 23, 0.2) 52%, transparent 72%),
        linear-gradient(180deg, rgba(26, 24, 23, 0.22) 0%, rgba(26, 24, 23, 0.06) 38%, rgba(26, 24, 23, 0.48) 100%);
}

.xs-landing-page--studio .xs-cta-section__overlay,
.xs-landing-page--spaces .xs-cta-section__overlay,
.xs-landing-page--about .xs-cta-section__overlay {
    background:
        radial-gradient(ellipse 130% 90% at 50% 100%, rgba(20, 18, 17, 0.84) 0%, rgba(26, 24, 23, 0.18) 50%, transparent 70%),
        linear-gradient(180deg, rgba(20, 18, 17, 0.2) 0%, rgba(26, 24, 23, 0.05) 42%, rgba(20, 18, 17, 0.52) 100%);
}

.xs-cta-section .container {
    position: relative;
    z-index: 2;
    width: 100%;
}

.xs-cta-section__content {
    position: relative;
    z-index: 2;
    padding: clamp(40px, 5vw, 56px) clamp(32px, 4vw, 52px);
    border-radius: 24px;
    background: rgba(26, 24, 23, 0.36);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.2);
}

.xs-cta-section__headline {
    color: #fff;
    font-size: clamp(32px, 5vw, 52px);
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.15;
    letter-spacing: -0.02em;
    text-shadow: none;
}

.xs-cta-section__subtext {
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(17px, 2vw, 19px);
    line-height: 1.7;
    margin-bottom: 40px;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: none;
}

.xs-cta-section__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

/* ── Scroll reveal ── */
.xs-scroll-reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1), transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.xs-scroll-reveal.xs-revealed {
    opacity: 1;
    transform: translateY(0);
}

.xs-revealed {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* ── Responsive ── */
@media (max-width: 991px) {
    .xs-landing-hero {
        min-height: 620px;
        padding: 100px 0 80px;
    }

    .xs-landing-page--studio .xs-landing-hero,
    .xs-landing-page--spaces .xs-landing-hero {
        min-height: 620px;
        padding: 100px 0 40px;
    }

    .xs-landing-page--studio .xs-section-nav__inner,
    .xs-landing-page--spaces .xs-section-nav__inner {
        padding: 12px 16px;
    }

    .xs-service-section,
    .xs-equipment-section,
    .xs-gallery-section {
        padding: 70px 0;
    }

    .xs-cta-section,
    .xs-landing-page--studio .xs-cta-section,
    .xs-landing-page--spaces .xs-cta-section {
        padding: 100px 0;
        min-height: 360px;
    }

    .xs-cta-section__content {
        padding: 32px 24px;
        border-radius: 18px;
    }

    .xs-section-image--tall {
        max-width: 100%;
    }

    .xs-landing-hero__scroll {
        display: none;
    }
}

@media (max-width: 575px) {
    .xs-landing-hero__actions,
    .xs-cta-section__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .xs-btn {
        width: 100%;
    }
}

/* ── Home page ── */
.xs-landing-hero--reception {
    min-height: 780px;
    padding: 0 0 56px;
    align-items: flex-end;
    justify-content: center;
}

.xs-landing-hero--reception .xs-landing-hero__bg {
    inset: 0;
    transform: none;
    animation: none;
    background-position: center 22%;
    background-size: cover;
}

.xs-landing-hero--reception .xs-landing-hero__caption-wrap {
    position: relative;
    z-index: 2;
    width: 100%;
}

.xs-landing-hero--reception .xs-landing-hero__caption-box {
    margin-left: auto;
    padding: 28px 32px;
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.72);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.28);
}

.xs-landing-hero--reception .xs-landing-hero__caption-title {
    color: #fff;
    font-size: clamp(28px, 3.6vw, 40px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin: 0;
}

.xs-landing-hero--reception .xs-landing-hero__caption-tagline {
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 400;
    line-height: 1.55;
    margin: 14px 0 0;
}

.xs-home-intro-band {
    padding: 52px 0 0;
    background: #1a1817;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.xs-home-intro-band__text {
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(16px, 1.9vw, 18px);
    line-height: 1.75;
    margin: 0 auto 28px;
    max-width: 720px;
}

.xs-home-intro-band__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    margin-bottom: 8px;
}

.xs-home-intro-band__stats {
    margin-top: 36px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.xs-home-intro-band__stats .xs-studio-stats-wrap {
    margin: 0;
}

.xs-landing-page--home .xs-landing-hero {
    min-height: 780px;
    padding: 0;
}

.xs-landing-page--home .xs-landing-hero__overlay {
    display: none;
}

/* Home: light / dark section rhythm */
.xs-landing-page--home .xs-section-nav {
    background: #f0ecea;
    border-bottom-color: #ddd8d5;
}

.xs-landing-page--home .xs-section-nav__chip {
    background: #fff;
    border-color: #ddd8d5;
}

.xs-landing-page--home .xs-section-nav__chip.is-active,
.xs-landing-page--home .xs-section-nav__chip:hover {
    background: #1a1817;
    border-color: #1a1817;
    color: #fff;
}

.xs-home-discover {
    padding: 100px 0 72px;
    background: #ffffff;
}

.xs-landing-page--home .xs-amenities-section {
    padding: 100px 0;
    background: #1a1817;
}

.xs-landing-page--home .xs-amenities-section .xs-service-section__label {
    color: #ff6b5e;
}

.xs-landing-page--home .xs-amenities-section .xs-service-section__title,
.xs-landing-page--home .xs-amenities-section__included-title {
    color: #fff;
}

.xs-landing-page--home .xs-amenities-section .xs-service-section__desc {
    color: rgba(255, 255, 255, 0.72);
}

.xs-landing-page--home .xs-amenities-section__name {
    color: rgba(255, 255, 255, 0.9);
}

.xs-landing-page--home .xs-amenities-section__icon--fa {
    color: #ff6b5e;
}

.xs-landing-page--home .xs-amenities-section__image {
    box-shadow: 0 20px 56px rgba(0, 0, 0, 0.45);
}

.xs-landing-page--home .xs-gallery-section {
    padding: 100px 0 72px;
    background: #f7f5f3;
}

.xs-landing-page--home .xs-gallery-section .xs-service-section__title {
    color: #393331;
}

.xs-landing-page--home .xs-gallery-section .xs-service-section__desc {
    color: #6b6562;
}

.xs-home-featured {
    margin-top: 48px;
}

.xs-home-featured__card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none !important;
    background: #f7f5f3;
    border: 1px solid #e8e3e0;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.xs-home-featured__card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.1);
}

.xs-home-featured__card--dark {
    background: #1a1817;
    border-color: rgba(255, 255, 255, 0.08);
}

.xs-home-featured__media {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #eae8e6;
}

.xs-home-featured__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.5s ease;
}

.xs-home-featured__card:hover .xs-home-featured__media img {
    transform: scale(1.04);
}

.xs-home-featured__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 28px 28px 32px;
}

.xs-home-featured__label {
    color: #FF4332;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.xs-home-featured__title {
    color: #393331;
    font-size: clamp(22px, 2.8vw, 28px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 12px;
}

.xs-home-featured__card--dark .xs-home-featured__title,
.xs-home-featured__card--dark .xs-home-featured__text {
    color: rgba(255, 255, 255, 0.92);
}

.xs-home-featured__text {
    color: #6b6562;
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 20px;
    flex: 1;
}

.xs-home-featured__card--dark .xs-home-featured__text {
    color: rgba(255, 255, 255, 0.72);
}

.xs-home-featured__link {
    color: #FF4332;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.xs-home-featured__card--dark .xs-home-featured__link {
    color: #ff6b5e;
}

.xs-home-featured__link .fa {
    margin-left: 6px;
    transition: transform 0.25s ease;
}

.xs-home-featured__card:hover .xs-home-featured__link .fa {
    transform: translateX(4px);
}

.xs-home-pillars {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 48px;
}

.xs-home-pillars__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 28px 18px;
    border-radius: 16px;
    background: #f7f5f3;
    border: 1px solid #e8e3e0;
    text-decoration: none !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.xs-home-pillars__item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
    border-color: #d5cec9;
    background: #fff;
}

.xs-home-pillars__icon {
    color: #FF4332;
    font-size: 24px;
    margin-bottom: 14px;
}

.xs-home-pillars__item strong {
    color: #393331;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
}

.xs-home-pillars__item span {
    color: #6b6562;
    font-size: 13px;
    line-height: 1.45;
}

.xs-landing-page--home .xs-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-flow: row;
    gap: 18px;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}

.xs-landing-page--home .xs-gallery-grid__item {
    border-radius: 14px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.07);
    aspect-ratio: 4 / 3;
    grid-column: auto;
    grid-row: auto;
}

.xs-landing-page--home .xs-gallery-grid__item:first-child {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 4 / 3;
    max-height: none;
}

.xs-home-gallery__more {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
}

@media (max-width: 991px) {
    .xs-home-pillars {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .xs-landing-page--home .xs-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .xs-landing-hero--reception {
        min-height: 560px;
        padding: 0 0 32px;
    }

    .xs-landing-hero--reception .xs-landing-hero__bg {
        background-position: center 18%;
    }

    .xs-landing-hero--reception .xs-landing-hero__caption-box {
        padding: 22px 24px;
    }

    .xs-home-intro-band {
        padding: 40px 0 0;
    }

    .xs-home-intro-band__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .xs-home-intro-band__stats {
        margin-top: 28px;
    }

    .xs-landing-page--home .xs-landing-hero {
        min-height: 560px;
    }

    .xs-home-discover {
        padding: 72px 0 56px;
    }

    .xs-home-pillars {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .xs-landing-page--home .xs-gallery-grid {
        grid-template-columns: 1fr;
    }
}

/* ── About page ── */
.xs-landing-page--about .xs-landing-hero {
    min-height: 720px;
    padding: 120px 0 100px;
}

.xs-landing-page--about .xs-landing-hero__scroll {
    display: none;
}

.xs-landing-page--about .xs-landing-hero__bg {
    background-position: center 40%;
}

.xs-landing-page--about .xs-landing-hero__title {
    font-size: clamp(38px, 5vw, 58px);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.03em;
}

.xs-landing-page--about .xs-landing-hero__tagline {
    display: block;
    margin-top: 18px;
    font-size: clamp(22px, 3vw, 32px);
    font-weight: 400;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.94);
}

.xs-about-community {
    padding: 100px 0;
    background: #faf9f8;
}

.xs-about-community__content .xs-btn {
    margin-top: 28px;
}

.xs-about-community__stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.xs-about-community__stat {
    padding: 28px 24px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #ece8e6;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.xs-about-community__stat strong {
    display: block;
    color: #393331;
    font-size: clamp(28px, 4vw, 38px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: 8px;
}

.xs-about-community__stat span {
    color: #6b6562;
    font-size: 14px;
    line-height: 1.45;
}

.xs-landing-page--about .xs-cta-section {
    padding: 160px 0;
}

@media (max-width: 767px) {
    .xs-landing-page--about .xs-landing-hero {
        min-height: 620px;
        padding: 100px 0 80px;
    }

    .xs-about-community {
        padding: 72px 0;
    }

    .xs-about-community__stats {
        grid-template-columns: 1fr;
    }
}

/* ── Contact page ── */
.xs-landing-page--contact .xs-landing-hero {
    min-height: 680px;
    padding: 120px 0 100px;
}

.xs-landing-page--contact .xs-landing-hero__scroll {
    display: none;
}

.xs-landing-page--contact .xs-landing-hero__bg {
    background-position: center 35%;
}

.xs-landing-page--contact .xs-landing-hero__title {
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.03em;
}

.xs-landing-page--contact .xs-landing-hero__tagline {
    display: block;
    margin-top: 16px;
    font-size: clamp(26px, 3.8vw, 40px);
    font-weight: 400;
    line-height: 1.25;
    color: rgba(255, 255, 255, 0.94);
}

.xs-landing-page--contact .xs-landing-hero__subtitle {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(16px, 1.9vw, 18px);
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.82);
}

.xs-contact-section {
    padding: 100px 0;
    background: #faf9f8;
}

.xs-contact-info__list {
    list-style: none;
    padding: 0;
    margin: 28px 0 0;
}

.xs-contact-info__item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 0;
    border-bottom: 1px solid #ece8e6;
}

.xs-contact-info__item:last-child {
    border-bottom: none;
}

.xs-contact-info__icon {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #ece8e6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FF4332;
    font-size: 18px;
}

.xs-contact-info__body strong {
    display: block;
    color: #393331;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 4px;
}

.xs-contact-info__body span,
.xs-contact-info__body a {
    color: #6b6562;
    font-size: 15px;
    line-height: 1.55;
    text-decoration: none;
}

.xs-contact-info__body a:hover {
    color: #FF4332;
}

.xs-contact-info__social {
    display: flex;
    gap: 12px;
    margin-top: 28px;
}

.xs-contact-info__social a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ece8e6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #393331;
    font-size: 18px;
    text-decoration: none;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.xs-contact-info__social a:hover {
    background: #FF4332;
    border-color: #FF4332;
    color: #fff;
}

.xs-contact-form {
    padding: 36px 32px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #ece8e6;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.06);
}

.xs-contact-form__title {
    color: #393331;
    font-size: clamp(24px, 3vw, 30px);
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: -0.02em;
}

.xs-contact-form__intro {
    color: #6b6562;
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 24px;
}

.xs-contact-form__alert {
    margin-bottom: 20px;
}

.xs-contact-form__label {
    display: block;
    color: #393331;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 8px;
}

.xs-contact-form__input,
.xs-contact-form__textarea {
    width: 100%;
    border: 1px solid #ddd8d5;
    border-radius: 12px;
    padding: 14px 16px;
    font-size: 15px;
    color: #393331;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.xs-contact-form__input:focus,
.xs-contact-form__textarea:focus {
    outline: none;
    border-color: #FF4332;
    box-shadow: 0 0 0 3px rgba(255, 67, 50, 0.12);
}

.xs-contact-form__textarea {
    resize: vertical;
    min-height: 160px;
}

.xs-contact-form__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-top: 8px;
}

.xs-contact-form__actions .xs-btn {
    margin-top: 0;
}

.xs-contact-map {
    width: 100%;
    line-height: 0;
    background: #eae8e6;
}

.xs-contact-map iframe {
    width: 100%;
    height: 420px;
    border: 0;
    display: block;
}

/* ── Prime Location ── */

.xs-location-preview {
    padding: 100px 0;
    background: #faf9f8;
}

.xs-location-preview__visual {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(26, 26, 26, 0.08);
}

.xs-location-preview__visual img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 4 / 3;
}

.xs-location-preview__body {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #5c5a58;
    margin: 0 0 1.5rem;
}

.xs-location-preview__chips {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.xs-location-preview__chips li {
    padding: 10px 16px;
    background: #fff;
    border: 1px solid #eae8e6;
    border-radius: 999px;
    font-size: 0.875rem;
    color: #3d3b39;
    line-height: 1.3;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.xs-location-preview__chips li:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(26, 26, 26, 0.06);
}

.xs-location-section {
    padding: 100px 0;
    background: #f3f1ef;
}

.xs-location-section__headline {
    font-size: 1.35rem;
    font-weight: 500;
    color: #2a2826;
    margin: 0.75rem auto 1rem;
    max-width: 640px;
    line-height: 1.5;
}

.xs-location-section__grid {
    margin-top: 3rem;
}

.xs-location-section__map-wrap {
    position: sticky;
    top: 100px;
}

.xs-location-section__map {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(26, 26, 26, 0.1);
    background: #eae8e6;
    line-height: 0;
}

.xs-location-section__map iframe {
    width: 100%;
    height: 380px;
    border: 0;
    display: block;
}

.xs-location-section__map--placeholder {
    height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8a8784;
    font-size: 0.95rem;
}

.xs-location-section__address {
    margin-top: 1.25rem;
    padding: 1.25rem 1.5rem;
    background: #fff;
    border-radius: 16px;
    border: 1px solid #eae8e6;
}

.xs-location-section__address p {
    margin: 0 0 1rem;
    color: #3d3b39;
    line-height: 1.6;
    font-size: 0.95rem;
}

.xs-location-section__address p i {
    color: #c0392b;
    margin-right: 8px;
}

.xs-location-section__address .xs-btn {
    margin-top: 0;
}

.xs-location-section__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.xs-location-card {
    display: flex;
    gap: 14px;
    padding: 1.25rem 1.35rem;
    background: #fff;
    border: 1px solid #eae8e6;
    border-radius: 16px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.xs-location-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(26, 26, 26, 0.08);
}

.xs-location-card__icon {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #f7f6f5;
    color: #5c5a58;
    font-size: 1rem;
}

.xs-location-card__title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #2a2826;
    margin: 0 0 0.35rem;
    line-height: 1.35;
}

.xs-location-card__text {
    font-size: 0.85rem;
    line-height: 1.55;
    color: #6e6c6a;
    margin: 0;
}

.xs-location-section__cta {
    margin-top: 3.5rem;
    padding: 2.5rem 2rem;
    text-align: center;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #eae8e6;
    box-shadow: 0 12px 40px rgba(26, 26, 26, 0.04);
}

.xs-location-section__cta-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2a2826;
    margin: 0 0 0.75rem;
}

.xs-location-section__cta-text {
    font-size: 1rem;
    line-height: 1.7;
    color: #5c5a58;
    max-width: 720px;
    margin: 0 auto 1.75rem;
}

.xs-location-section__cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.xs-location-section__cta-actions .xs-btn {
    margin-top: 0;
}

.xs-contact-location {
    padding: 0 0 72px;
    background: #faf9f8;
}

.xs-contact-location__panel {
    padding: 2.25rem 2.5rem;
    background: #fff;
    border: 1px solid #eae8e6;
    border-radius: 20px;
    box-shadow: 0 16px 48px rgba(26, 26, 26, 0.05);
}

.xs-contact-location__title {
    font-size: 1.75rem;
    font-weight: 600;
    color: #2a2826;
    margin: 0.5rem 0 1rem;
}

.xs-contact-location__text {
    font-size: 1rem;
    line-height: 1.7;
    color: #5c5a58;
    margin: 0 0 1.25rem;
}

.xs-contact-location__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 24px;
}

.xs-contact-location__list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.9rem;
    color: #3d3b39;
    line-height: 1.45;
}

.xs-contact-location__list li i {
    color: #c0392b;
    margin-top: 3px;
    font-size: 0.75rem;
}

.xs-contact-location__actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.xs-contact-location__actions .xs-btn {
    margin-top: 0;
    width: 100%;
    justify-content: center;
}

@media (max-width: 991px) {
    .xs-location-section__map-wrap {
        position: static;
    }

    .xs-location-section__cards {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .xs-landing-page--contact .xs-landing-hero {
        min-height: 580px;
        padding: 100px 0 80px;
    }

    .xs-contact-section {
        padding: 72px 0;
    }

    .xs-contact-form {
        padding: 28px 22px;
    }

    .xs-contact-form__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .xs-contact-form__actions .xs-btn {
        width: 100%;
        justify-content: center;
    }

    .xs-contact-map iframe {
        height: 320px;
    }

    .xs-location-preview,
    .xs-location-section {
        padding: 72px 0;
    }

    .xs-location-section__map iframe,
    .xs-location-section__map--placeholder {
        height: 280px;
    }

    .xs-location-section__cta {
        padding: 2rem 1.25rem;
    }

    .xs-location-section__cta-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .xs-location-section__cta-actions .xs-btn {
        width: 100%;
    }

    .xs-contact-location {
        padding-bottom: 48px;
    }

    .xs-contact-location__panel {
        padding: 1.75rem 1.25rem;
    }

    .xs-contact-location__list {
        grid-template-columns: 1fr;
    }
}

/* ── Entity summary & FAQ (AI-readable content) ── */

.xs-entity-summary {
    padding: 72px 0;
    background: #fff;
}

.xs-entity-summary__lead {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #5c5a58;
    margin: 0 0 2rem;
    max-width: 820px;
}

.xs-entity-summary__facts {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 28px;
}

.xs-entity-summary__fact {
    margin: 0;
    padding: 1.25rem 1.35rem;
    background: #faf9f8;
    border: 1px solid #eae8e6;
    border-radius: 14px;
}

.xs-entity-summary__fact dt {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #8a8784;
    margin-bottom: 0.4rem;
}

.xs-entity-summary__fact dd {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #3d3b39;
}

.xs-entity-summary__fact dd a {
    display: inline-block;
    margin-top: 0.5rem;
    font-weight: 600;
    color: #FF4332;
    text-decoration: none;
}

.xs-entity-summary__fact dd a:hover {
    text-decoration: underline;
}

.xs-faq-section {
    padding: 80px 0;
    background: #f3f1ef;
}

.xs-faq-list__item {
    border-bottom: 1px solid #e0dedc;
    background: #fff;
}

.xs-faq-list__item:first-child {
    border-top: 1px solid #e0dedc;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}

.xs-faq-list__item:last-child {
    border-radius: 0 0 12px 12px;
    overflow: hidden;
}

.xs-faq-list__question {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
}

.xs-faq-list__trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 1.15rem 1.25rem;
    background: none;
    border: none;
    text-align: left;
    font-size: 1rem;
    font-weight: 600;
    color: #2a2826;
    cursor: pointer;
}

.xs-faq-list__trigger::after {
    content: "+";
    font-size: 1.2rem;
    color: #8a8784;
    flex-shrink: 0;
}

.xs-faq-list__item.is-open .xs-faq-list__trigger {
    color: #FF4332;
}

.xs-faq-list__item.is-open .xs-faq-list__trigger::after {
    content: "−";
}

.xs-faq-list__panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.xs-faq-list__item.is-open .xs-faq-list__panel {
    max-height: 280px;
}

.xs-faq-list__panel p {
    margin: 0;
    padding: 0 1.25rem 1.15rem;
    font-size: 0.95rem;
    line-height: 1.7;
    color: #5c5a58;
}

@media (max-width: 767px) {
    .xs-entity-summary__facts {
        grid-template-columns: 1fr;
    }

    .xs-entity-summary,
    .xs-faq-section {
        padding: 56px 0;
    }
}

/* ── Google reviews & internal links ── */

.xs-google-reviews {
    padding: 80px 0;
    background: #faf9f8;
}

.xs-google-reviews__embed {
    margin-top: 2rem;
}

.xs-google-reviews__embed .review-widget_net {
    width: 100%;
    min-height: 220px;
}

.xs-google-reviews__fallback {
    margin-top: 2rem;
    padding: 2rem;
    text-align: center;
    background: #fff;
    border: 1px solid #eae8e6;
    border-radius: 14px;
}

.xs-google-reviews__fallback p {
    margin: 0 0 1.25rem;
    color: #5c5a58;
    line-height: 1.7;
}

.xs-internal-links-section {
    padding: 0 0 80px;
    background: #f3f1ef;
}

.xs-internal-links__label {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #8a8784;
    margin: 0 0 1rem;
}

.xs-internal-links__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 18px;
}

.xs-internal-links__list a {
    font-weight: 600;
    color: #FF4332;
    text-decoration: none;
}

.xs-internal-links__list a:hover {
    text-decoration: underline;
}

.xs-landing-page--faq .xs-faq-section {
    padding-top: 0;
    background: #f3f1ef;
}
