/* ═══════════════════════════════════════════════════
   FEROZZI — Static Pages 2026 US Premium
   Showroom, Trade, About, 404
   Shared components + page-specific styles
   ═══════════════════════════════════════════════════ */

/* ═══════════════════════════════════════════════════
   SHARED: Page Hero — Dark cinematic
   ═══════════════════════════════════════════════════ */
.fz-page-hero {
    position: relative;
    height: 65vh;
    min-height: 440px;
    max-height: 700px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}
.fz-page-hero__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 68% center;
}
.fz-page-hero--context-showroom.fz-page-hero--has-video .fz-page-hero__video,
.fz-page-hero--context-showroom.fz-page-hero--has-video .fz-page-hero__poster {
    object-position: 68% center;
}
.fz-page-hero__poster {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 68% center;
    z-index: 0;
}
.fz-page-hero__video {
    z-index: 1;
}
.fz-page-hero--has-video .fz-page-hero__bg,
.fz-page-hero--dark.fz-page-hero--has-video .fz-page-hero__bg {
    z-index: 2;
    background: none !important;
    background-color: transparent !important;
    pointer-events: none;
}
.fz-page-hero--has-video .fz-page-hero__bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(15, 14, 13, 0.94) 0%, rgba(15, 14, 13, 0.78) 34%, rgba(15, 14, 13, 0.42) 58%, rgba(15, 14, 13, 0.12) 100%),
        linear-gradient(to top, rgba(15, 14, 13, 0.5) 0%, transparent 42%);
    pointer-events: none;
}
.fz-page-hero__bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, #1a1816 0%, #2d2924 40%, #1a1815 100%);
}
.fz-page-hero--dark .fz-page-hero__bg {
    background: linear-gradient(160deg, #0f0e0d 0%, #1e1c19 40%, #0f0e0d 100%);
}
.fz-page-hero--has-image .fz-page-hero__bg {
    background-color: #0f0e0d;
    background-image: var(--fz-hero-image);
    background-size: cover;
    background-position: 68% center;
    background-repeat: no-repeat;
}
.fz-page-hero--has-image .fz-page-hero__bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(15, 14, 13, 0.94) 0%, rgba(15, 14, 13, 0.78) 34%, rgba(15, 14, 13, 0.42) 58%, rgba(15, 14, 13, 0.12) 100%),
        linear-gradient(to top, rgba(15, 14, 13, 0.5) 0%, transparent 42%);
    pointer-events: none;
}
.fz-page-hero--dark.fz-page-hero--has-image .fz-page-hero__bg {
    background-color: #0f0e0d;
    background-image: var(--fz-hero-image);
    background-size: cover;
    background-position: 68% center;
}
.fz-page-hero--context-trade.fz-page-hero--has-image .fz-page-hero__bg,
.fz-page-hero--context-trade.fz-page-hero--dark.fz-page-hero--has-image .fz-page-hero__bg {
    background-position: 58% center;
}
.fz-page-hero--context-sale.fz-page-hero--has-image .fz-page-hero__bg,
.fz-page-hero--context-sale.fz-page-hero--dark.fz-page-hero--has-image .fz-page-hero__bg {
    background-position: 72% center;
}
.fz-page-hero--context-contact.fz-page-hero--has-image .fz-page-hero__bg,
.fz-page-hero--context-contact.fz-page-hero--dark.fz-page-hero--has-image .fz-page-hero__bg {
    background-position: 64% center;
}
.fz-page-hero--context-faq.fz-page-hero--has-image .fz-page-hero__bg,
.fz-page-hero--context-faq.fz-page-hero--dark.fz-page-hero--has-image .fz-page-hero__bg {
    background-position: 60% center;
}
.fz-page-hero--context-product-care.fz-page-hero--has-image .fz-page-hero__bg,
.fz-page-hero--context-product-care.fz-page-hero--dark.fz-page-hero--has-image .fz-page-hero__bg {
    background-position: 52% 38%;
}
.fz-page-hero--context-about.fz-page-hero--has-image .fz-page-hero__bg,
.fz-page-hero--context-about.fz-page-hero--dark.fz-page-hero--has-image .fz-page-hero__bg {
    background-position: 66% center;
}
.fz-page-hero--context-showroom.fz-page-hero--has-image .fz-page-hero__bg,
.fz-page-hero--context-showroom.fz-page-hero--dark.fz-page-hero--has-image .fz-page-hero__bg {
    background-position: 68% center;
}
.fz-page-hero__content {
    position: relative;
    z-index: 3;
    padding: 0 clamp(24px, 5vw, 80px);
    padding-bottom: 64px;
    max-width: 720px;
}
.fz-page-hero__eyebrow {
    display: block;
    font-size: 0.5625rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255,255,255,.4);
    margin-bottom: 16px;
}
.fz-page-hero__title {
    font-family: var(--fz-font-heading);
    font-size: clamp(3rem, 7vw, 5rem);
    font-weight: 400;
    color: #fff;
    line-height: 1;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
}
.fz-page-hero__text {
    font-size: 1rem;
    line-height: 1.65;
    color: rgba(255,255,255,.55);
    max-width: 480px;
}

/* ═══════════════════════════════════════════════════
   SHARED: Section Heading
   ═══════════════════════════════════════════════════ */
.fz-section-heading {
    font-family: var(--fz-font-heading);
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 400;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 56px;
}

/* ═══════════════════════════════════════════════════
   SHARED: Service Card (numbered)
   ═══════════════════════════════════════════════════ */
.fz-service-card {
    padding: 40px 32px;
    border: 1px solid var(--fz-divider);
    background: var(--fz-white);
    transition: border-color 0.3s ease;
}
.fz-service-card:hover {
    border-color: var(--fz-gray-300);
}
.fz-service-card__num {
    display: block;
    font-family: var(--fz-font-heading);
    font-size: 2rem;
    font-weight: 400;
    color: var(--fz-gray-200);
    line-height: 1;
    margin-bottom: 24px;
}
.fz-service-card__title {
    font-family: var(--fz-font-heading);
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.3;
}
.fz-service-card__desc {
    font-size: 0.8125rem;
    line-height: 1.65;
    color: var(--fz-muted);
}

/* ═══════════════════════════════════════════════════
   SHARED: Page CTA
   ═══════════════════════════════════════════════════ */
.fz-page-cta {
    padding: 96px 0;
    background: var(--fz-bg);
}
.fz-page-cta--dark {
    background: var(--fz-black);
}
.fz-page-cta__inner {
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
}
.fz-page-cta__eyebrow {
    display: block;
    font-size: 0.5625rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--fz-muted);
    margin-bottom: 12px;
}
.fz-page-cta--dark .fz-page-cta__eyebrow {
    color: rgba(255,255,255,.35);
}
.fz-page-cta__title {
    font-family: var(--fz-font-heading);
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 400;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
}
.fz-page-cta--dark .fz-page-cta__title {
    color: #fff;
}
.fz-page-cta__text {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: var(--fz-muted);
    margin-bottom: 32px;
}
.fz-page-cta--dark .fz-page-cta__text {
    color: rgba(255,255,255,.45);
}
.fz-page-cta__actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}
.fz-page-cta--dark .fz-btn--primary {
    background: #fff;
    color: var(--fz-black);
    border-color: #fff;
}
.fz-page-cta--dark .fz-btn--primary:hover {
    background: rgba(255,255,255,.88);
}
.fz-page-cta--dark .fz-btn--outline {
    color: #fff;
    border-color: rgba(255,255,255,.4);
    background: transparent;
}
.fz-page-cta--dark .fz-btn--outline:hover {
    background: rgba(255,255,255,.12);
    color: #fff;
    border-color: rgba(255,255,255,.6);
}

/* ═══════════════════════════════════════════════════
   SHOWROOM PAGE — Premium Multi-Location 2026
   Inspired by RH, Rove Concepts, Article
   ═══════════════════════════════════════════════════ */

/* ── Scroll Reveal Animation ── */
.fz-sr-location,
.fz-sr-experience__item,
.fz-sr-gallery__item {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.fz-sr-location.is-visible,
.fz-sr-experience__item.is-visible,
.fz-sr-gallery__item.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.fz-sr-experience__item:nth-child(2) { transition-delay: 0.1s; }
.fz-sr-experience__item:nth-child(3) { transition-delay: 0.2s; }
.fz-sr-experience__item:nth-child(4) { transition-delay: 0.3s; }
.fz-sr-gallery__item:nth-child(2) { transition-delay: 0.08s; }
.fz-sr-gallery__item:nth-child(3) { transition-delay: 0.16s; }
.fz-sr-gallery__item:nth-child(4) { transition-delay: 0.24s; }
.fz-sr-gallery__item:nth-child(5) { transition-delay: 0.32s; }

/* ── Sticky Nav ── */
.fz-sr-nav {
    position: sticky;
    top: 0;
    z-index: 90;
    background: var(--fz-white);
    border-bottom: 1px solid var(--fz-divider);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
.fz-sr-nav__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
}
.fz-sr-nav__item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px 36px;
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--fz-muted);
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 0.2s, border-color 0.2s;
}
.fz-sr-nav__item:hover {
    color: var(--fz-text);
}
.fz-sr-nav__item.is-active {
    color: var(--fz-text);
    border-bottom-color: var(--fz-text);
}
.fz-sr-nav__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
    opacity: 0.6;
    transition: opacity 0.2s, transform 0.2s;
}
.fz-sr-nav__item.is-active .fz-sr-nav__dot {
    opacity: 1;
    transform: scale(1.3);
}
.fz-sr-nav__label {
    white-space: nowrap;
}

/* ═══════════════════════════════════════════════════
   TRADE PROGRAM PAGE
   ═══════════════════════════════════════════════════ */
.fz-trade__benefits {
    padding: 96px 0;
    background: var(--fz-bg);
}
.fz-trade__benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.fz-trade__qualify {
    padding: 80px 0;
    background: var(--fz-white);
}
.fz-trade__qualify-inner {
    max-width: 960px;
    margin: 0 auto;
}
.fz-trade__qualify-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.fz-trade__qualify-item {
    padding: 24px 20px;
    border: 1px solid var(--fz-divider);
    font-family: var(--fz-font-heading);
    font-size: 1.0625rem;
    font-weight: 500;
    text-align: center;
    transition: border-color 0.3s ease, background 0.3s ease;
}
.fz-trade__qualify-item:hover {
    border-color: var(--fz-gray-300);
    background: var(--fz-bg);
}

/* ═══════════════════════════════════════════════════
   ABOUT PAGE
   ═══════════════════════════════════════════════════ */
.fz-about__story {
    padding: 96px 0;
    background: var(--fz-bg);
}
.fz-about__story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}
.fz-about__story-content {
    max-width: 480px;
}
.fz-about__story-title {
    font-family: var(--fz-font-heading);
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.25;
    margin-bottom: 24px;
}
.fz-about__story-content p {
    font-size: 0.9375rem;
    line-height: 1.75;
    color: var(--fz-muted);
    margin-bottom: 16px;
}
.fz-about__story-content p:last-child {
    margin-bottom: 0;
}
.fz-about__story-image {
    aspect-ratio: 4 / 5;
    overflow: hidden;
}
.fz-about__story-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(145deg, var(--fz-bg-warm) 0%, #c8c2b8 100%);
}
.fz-about__story-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Numbers */
.fz-about__numbers {
    padding: 80px 0;
    background: var(--fz-black);
}
.fz-about__numbers-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 48px;
    text-align: center;
}
.fz-about__number-value {
    display: block;
    font-family: var(--fz-font-heading);
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 400;
    color: #fff;
    line-height: 1;
    letter-spacing: -0.03em;
    margin-bottom: 8px;
}
.fz-about__number-label {
    display: block;
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,.4);
}

/* Values */
.fz-about__values {
    padding: 96px 0;
    background: var(--fz-white);
}
.fz-about__values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

/* ═══════════════════════════════════════════════════
   404 PAGE
   ═══════════════════════════════════════════════════ */
.fz-404 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    min-height: 100dvh;
    background: var(--fz-black);
    padding: 40px 24px;
}
.fz-404__inner {
    text-align: center;
    max-width: 480px;
}
.fz-404__code {
    display: block;
    font-family: var(--fz-font-heading);
    font-size: clamp(6rem, 15vw, 10rem);
    font-weight: 400;
    color: rgba(255,255,255,.06);
    line-height: 1;
    letter-spacing: -0.04em;
    margin-bottom: -16px;
}
.fz-404__title {
    font-family: var(--fz-font-heading);
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 400;
    color: #fff;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
}
.fz-404__text {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: rgba(255,255,255,.45);
    margin-bottom: 40px;
}
.fz-404__actions {
    display: flex;
    gap: 12px;
    justify-content: center;
}
.fz-404 .fz-btn--primary {
    background: #fff;
    color: var(--fz-black);
    border-color: #fff;
}
.fz-404 .fz-btn--primary:hover {
    background: rgba(255,255,255,.88);
}
.fz-404 .fz-btn--outline {
    color: rgba(255,255,255,.7);
    border-color: rgba(255,255,255,.25);
}
.fz-404 .fz-btn--outline:hover {
    background: rgba(255,255,255,.1);
    color: #fff;
}

/* ═══════════════════════════════════════════════════
   RESPONSIVE — All Static Pages
   ═══════════════════════════════════════════════════ */
@media (max-width: 1024px) {
    /* Showroom — handled in showroom section */

    /* Trade */
    .fz-trade__benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* About */
    .fz-about__numbers-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
    .fz-about__values-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Product Care */
    .fz-care__general-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    /* Page Hero */
    .fz-page-hero {
        height: 50vh;
        min-height: 340px;
    }
    .fz-page-hero__content {
        padding-bottom: 48px;
    }
    .fz-page-hero__title {
        font-size: clamp(2.25rem, 8vw, 3.5rem);
    }
    .fz-page-hero--has-image .fz-page-hero__bg,
    .fz-page-hero--dark.fz-page-hero--has-image .fz-page-hero__bg {
        background-position: center center;
    }
    .fz-page-hero--has-image .fz-page-hero__bg::after {
        background:
            linear-gradient(180deg, rgba(15, 14, 13, 0.88) 0%, rgba(15, 14, 13, 0.55) 45%, rgba(15, 14, 13, 0.35) 100%),
            linear-gradient(to top, rgba(15, 14, 13, 0.45) 0%, transparent 40%);
    }

    /* Shared */
    .fz-section-heading {
        margin-bottom: 40px;
    }
    .fz-page-cta {
        padding: 64px 0;
    }
    .fz-page-cta__actions {
        flex-direction: column;
        align-items: center;
    }

    /* Showroom — handled in showroom section */

    /* Trade */
    .fz-trade__benefits {
        padding: 64px 0;
    }
    .fz-trade__benefits-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .fz-trade__qualify {
        padding: 56px 0;
    }
    .fz-trade__qualify-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* About */
    .fz-about__story {
        padding: 64px 0;
    }
    .fz-about__story-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .fz-about__story-image {
        order: -1;
        aspect-ratio: 16 / 9;
    }
    .fz-about__numbers {
        padding: 56px 0;
    }
    .fz-about__numbers-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }
    .fz-about__values {
        padding: 64px 0;
    }
    .fz-about__values-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    /* 404 */
    .fz-404__code {
        font-size: clamp(5rem, 20vw, 8rem);
    }
    .fz-404__actions {
        flex-direction: column;
        align-items: center;
    }

    /* Contact */
    .fz-contact__main { padding: 64px 0; }
    .fz-contact__grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    .fz-contact__sidebar {
        position: static;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .fz-contact__info-block:last-child {
        grid-column: 1 / -1;
    }

    /* FAQ */
    .fz-faq__nav {
        justify-content: flex-start;
    }
    .fz-faq__nav-item {
        padding: 8px 14px;
        font-size: 0.625rem;
    }
    .fz-faq__content { padding: 48px 0 64px; }

    /* Product Care */
    .fz-care__nav-link {
        padding: 14px 20px;
        font-size: 0.625rem;
    }
    .fz-care__guides { padding: 56px 0; }
    .fz-care__guide { margin-bottom: 48px; padding-bottom: 48px; }
    .fz-care__general { padding: 64px 0; }
    .fz-care__general-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    /* Legal */
    .fz-legal__hero { padding: 64px 0 48px; }
    .fz-legal__grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    .fz-legal__sidebar {
        position: static;
        flex-direction: row;
        gap: 48px;
    }
    .fz-legal__content { padding: 48px 0 64px; }
}

@media (max-width: 480px) {
    .fz-page-hero {
        height: 45vh;
        min-height: 300px;
    }
    .fz-page-hero__content {
        padding: 0 20px;
        padding-bottom: 40px;
    }

    /* Trade */
    .fz-trade__qualify-grid {
        grid-template-columns: 1fr;
    }

    /* About */
    .fz-about__numbers-grid {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }
    .fz-about__number-value {
        font-size: 2.5rem;
    }

    /* Contact */
    .fz-contact__form-row {
        grid-template-columns: 1fr;
    }
    .fz-contact__sidebar {
        grid-template-columns: 1fr;
    }

    /* FAQ */
    .fz-faq__nav-item svg { display: none; }
    .fz-faq__group-title { font-size: 1.25rem; }

    /* Legal */
    .fz-legal__sidebar {
        flex-direction: column;
        gap: 24px;
    }
    .fz-legal__title { font-size: 2rem; }
}

/* ═══════════════════════════════════════════════════
   CONTACT PAGE
   ═══════════════════════════════════════════════════ */
.fz-contact__main {
    padding: 96px 0;
    background: var(--fz-bg);
}
.fz-contact__grid {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 80px;
    align-items: start;
}
.fz-contact__form-title {
    font-family: var(--fz-font-heading);
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: -0.02em;
    margin-bottom: 8px;
}
.fz-contact__form-subtitle {
    font-size: 0.875rem;
    color: var(--fz-muted);
    margin-bottom: 40px;
}
.fz-contact__form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.fz-contact__form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.fz-contact__field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.fz-contact__label {
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--fz-muted);
}
.fz-contact__label span[aria-hidden] {
    color: var(--fz-text);
}
.fz-contact__optional {
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
}
.fz-contact__input,
.fz-contact__select,
.fz-contact__textarea {
    padding: 14px 16px;
    font-size: 0.875rem;
    font-family: var(--fz-font-sans);
    border: 1px solid var(--fz-gray-300);
    background: var(--fz-white);
    color: var(--fz-text);
    outline: none;
    transition: border-color 0.2s;
    border-radius: 0;
    -webkit-appearance: none;
}
.fz-contact__input:focus,
.fz-contact__select:focus,
.fz-contact__textarea:focus {
    border-color: var(--fz-text);
}
.fz-contact__select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
    cursor: pointer;
}
.fz-contact__textarea {
    resize: vertical;
    min-height: 120px;
}
.fz-contact__submit {
    align-self: flex-start;
    min-width: 200px;
}
.fz-contact__form-status {
    padding: 16px;
    font-size: 0.875rem;
    line-height: 1.5;
}
.fz-contact__form-status--success {
    background: #f0faf0;
    color: #2d6a2d;
    border: 1px solid #c3e6c3;
}
.fz-contact__form-status--error {
    background: #fef2f2;
    color: #991b1b;
    border: 1px solid #fecaca;
}

/* Sidebar */
.fz-contact__sidebar {
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: sticky;
    top: calc(var(--fz-header-h) + var(--fz-nav-h) + 32px);
}
.fz-contact__info-block {
    padding: 32px;
    border: 1px solid var(--fz-divider);
    background: var(--fz-white);
}
.fz-contact__info-block--highlight {
    background: var(--fz-bg-warm);
    border-color: transparent;
}
.fz-contact__info-title {
    font-family: var(--fz-font-heading);
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--fz-divider);
}
.fz-contact__info-item {
    margin-bottom: 16px;
}
.fz-contact__info-item:last-of-type {
    margin-bottom: 0;
}
.fz-contact__info-label {
    display: block;
    font-size: 0.5625rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--fz-muted);
    margin-bottom: 4px;
}
.fz-contact__info-value {
    font-size: 0.9375rem;
    line-height: 1.5;
    color: var(--fz-text);
}
a.fz-contact__info-value {
    border-bottom: 1px solid var(--fz-divider);
    transition: border-color 0.2s;
}
a.fz-contact__info-value:hover {
    border-color: var(--fz-text);
}
.fz-contact__showroom-link {
    display: inline-block;
    margin-top: 16px;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--fz-text);
    border-bottom: 1px solid var(--fz-text);
    transition: opacity 0.2s;
}
.fz-contact__showroom-link:hover { opacity: 0.6; }

/* Contact — Multi-location sidebar */
.fz-contact__locations {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.fz-contact__location-item {
    padding: 16px 0;
    border-bottom: 1px solid var(--fz-divider);
}
.fz-contact__location-item:first-child {
    padding-top: 0;
}
.fz-contact__location-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.fz-contact__location-name {
    display: block;
    font-family: var(--fz-font-heading);
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--fz-text);
    margin-bottom: 6px;
}
.fz-contact__location-address {
    font-size: 0.8125rem;
    line-height: 1.5;
    color: var(--fz-muted);
    margin-bottom: 4px;
}
.fz-contact__location-hours {
    font-size: 0.75rem;
    color: var(--fz-gray-300);
}

.fz-contact__quick-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.fz-contact__quick-links a {
    font-size: 0.875rem;
    color: var(--fz-text);
    transition: opacity 0.2s;
}
.fz-contact__quick-links a:hover { opacity: 0.6; }

/* ═══════════════════════════════════════════════════
   FAQ PAGE
   ═══════════════════════════════════════════════════ */
.fz-faq__search {
    padding: 48px 0 0;
    background: var(--fz-bg);
}
.fz-faq__search-wrap {
    max-width: 560px;
    margin: 0 auto;
    position: relative;
}
.fz-faq__search-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--fz-muted);
    pointer-events: none;
}
.fz-faq__search-input {
    width: 100%;
    padding: 16px 16px 16px 48px;
    font-size: 0.9375rem;
    font-family: var(--fz-font-sans);
    border: 1px solid var(--fz-gray-300);
    background: var(--fz-white);
    outline: none;
    transition: border-color 0.2s;
    border-radius: 0;
    -webkit-appearance: none;
}
.fz-faq__search-input:focus {
    border-color: var(--fz-text);
}

.fz-faq__categories {
    padding: 32px 0;
    background: var(--fz-bg);
    position: sticky;
    top: calc(var(--fz-header-h) + var(--fz-nav-h));
    z-index: 50;
}
.fz-faq__nav {
    display: flex;
    gap: 0;
    overflow-x: auto;
    scrollbar-width: none;
    justify-content: center;
}
.fz-faq__nav::-webkit-scrollbar { display: none; }
.fz-faq__nav-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    padding: 10px 20px;
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--fz-muted);
    border: 1px solid var(--fz-gray-300);
    background: var(--fz-white);
    margin-right: -1px;
    transition: color 0.15s, background 0.15s, border-color 0.15s;
}
.fz-faq__nav-item:first-child { margin-left: 0; }
.fz-faq__nav-item:hover {
    color: var(--fz-text);
    border-color: var(--fz-text);
    z-index: 1;
}
.fz-faq__nav-item.is-active {
    background: var(--fz-black);
    color: var(--fz-white);
    border-color: var(--fz-black);
    z-index: 1;
}
.fz-faq__nav-item svg { opacity: 0.5; }
.fz-faq__nav-item.is-active svg { opacity: 1; }

.fz-faq__content {
    padding: 64px 0 96px;
    background: var(--fz-bg);
}
.fz-faq__groups {
    max-width: 760px;
    margin: 0 auto;
}
.fz-faq__group {
    margin-bottom: 56px;
}
.fz-faq__group:last-child { margin-bottom: 0; }
.fz-faq__group-title {
    font-family: var(--fz-font-heading);
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: -0.01em;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--fz-divider);
}
.fz-faq__item {
    border-bottom: 1px solid var(--fz-divider);
}
.fz-faq__item.is-hidden { display: none; }
.fz-faq__trigger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px 0;
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--fz-text);
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    gap: 16px;
}
.fz-faq__trigger svg {
    flex-shrink: 0;
    transition: transform 0.2s;
    color: var(--fz-muted);
}
.fz-faq__trigger[aria-expanded="true"] svg {
    transform: rotate(45deg);
}
.fz-faq__answer {
    padding: 0 0 24px;
    font-size: 0.875rem;
    line-height: 1.75;
    color: var(--fz-muted);
}
.fz-faq__answer a {
    color: var(--fz-text);
    border-bottom: 1px solid var(--fz-divider);
    transition: border-color 0.2s;
}
.fz-faq__answer a:hover { border-color: var(--fz-text); }

.fz-faq__no-results {
    text-align: center;
    padding: 48px 0;
    color: var(--fz-muted);
    font-size: 0.9375rem;
}
.fz-faq__no-results a {
    color: var(--fz-text);
    border-bottom: 1px solid var(--fz-text);
}

/* ═══════════════════════════════════════════════════
   PRODUCT CARE PAGE
   ═══════════════════════════════════════════════════ */
.fz-care__nav-section {
    background: var(--fz-white);
    border-bottom: 1px solid var(--fz-divider);
    position: sticky;
    top: calc(var(--fz-header-h) + var(--fz-nav-h));
    z-index: 50;
}
.fz-care__nav {
    display: flex;
    gap: 0;
    justify-content: center;
    overflow-x: auto;
    scrollbar-width: none;
}
.fz-care__nav::-webkit-scrollbar { display: none; }
.fz-care__nav-link {
    flex-shrink: 0;
    padding: 16px 28px;
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--fz-muted);
    border-bottom: 2px solid transparent;
    transition: color 0.15s, border-color 0.15s;
}
.fz-care__nav-link:hover,
.fz-care__nav-link.is-active {
    color: var(--fz-text);
    border-bottom-color: var(--fz-text);
}

.fz-care__guides {
    padding: 80px 0;
    background: var(--fz-bg);
}
.fz-care__guide {
    max-width: 720px;
    margin: 0 auto 72px;
    padding-bottom: 72px;
    border-bottom: 1px solid var(--fz-divider);
}
.fz-care__guide:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.fz-care__guide-header {
    display: flex;
    align-items: baseline;
    gap: 16px;
    margin-bottom: 16px;
}
.fz-care__guide-num {
    font-family: var(--fz-font-heading);
    font-size: 2.5rem;
    font-weight: 400;
    color: var(--fz-gray-200);
    line-height: 1;
}
.fz-care__guide-title {
    font-family: var(--fz-font-heading);
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: -0.02em;
}
.fz-care__guide-intro {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: var(--fz-muted);
    margin-bottom: 32px;
    max-width: 600px;
}
.fz-care__tips {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}
.fz-care__tip {
    padding: 14px 0 14px 24px;
    font-size: 0.875rem;
    line-height: 1.6;
    color: var(--fz-text);
    border-bottom: 1px solid var(--fz-divider);
    position: relative;
}
.fz-care__tip:last-child { border-bottom: none; }
.fz-care__tip::before {
    content: '';
    position: absolute;
    left: 0;
    top: 22px;
    width: 6px;
    height: 6px;
    background: var(--fz-gray-300);
    border-radius: 50%;
}

.fz-care__general {
    padding: 96px 0;
    background: var(--fz-white);
}
.fz-care__general-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/* ═══════════════════════════════════════════════════
   LEGAL PAGE (Privacy, Terms, Store Policy, Returns)
   ═══════════════════════════════════════════════════ */
.fz-legal__hero {
    padding: 96px 0 64px;
    background: var(--fz-bg);
    border-bottom: 1px solid var(--fz-divider);
}
.fz-legal__hero-inner {
    max-width: 720px;
}
.fz-legal__eyebrow {
    display: block;
    font-size: 0.5625rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--fz-muted);
    margin-bottom: 12px;
}
.fz-legal__title {
    font-family: var(--fz-font-heading);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.1;
    margin-bottom: 12px;
}
.fz-legal__updated {
    font-size: 0.8125rem;
    color: var(--fz-muted);
}

.fz-legal__content {
    padding: 64px 0 96px;
    background: var(--fz-bg);
}
.fz-legal__grid {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 80px;
    align-items: start;
}

/* TOC Sidebar */
.fz-legal__sidebar {
    position: sticky;
    top: calc(var(--fz-header-h) + var(--fz-nav-h) + 32px);
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.fz-legal__toc-title {
    display: block;
    font-size: 0.5625rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--fz-muted);
    margin-bottom: 12px;
}
.fz-legal__toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}
.fz-legal__toc-list li {
    border-left: 2px solid var(--fz-divider);
}
.fz-legal__toc-list a {
    display: block;
    padding: 6px 0 6px 16px;
    font-size: 0.8125rem;
    color: var(--fz-muted);
    transition: color 0.15s, border-color 0.15s;
}
.fz-legal__toc-list a:hover {
    color: var(--fz-text);
}
.fz-legal__toc-list a.is-active {
    color: var(--fz-text);
    font-weight: 500;
}
.fz-legal__toc-list li:has(a.is-active) {
    border-left-color: var(--fz-text);
}
.fz-legal__toc-sub {
    padding-left: 28px !important;
    font-size: 0.75rem !important;
}

.fz-legal__related {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.fz-legal__related a {
    font-size: 0.8125rem;
    color: var(--fz-muted);
    transition: color 0.15s;
}
.fz-legal__related a:hover { color: var(--fz-text); }

/* Prose — WP editor content styling */
.fz-prose {
    max-width: 680px;
    font-size: 0.9375rem;
    line-height: 1.8;
    color: var(--fz-text);
}
.fz-prose h2 {
    font-family: var(--fz-font-heading);
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: -0.01em;
    margin: 48px 0 16px;
    padding-top: 32px;
    border-top: 1px solid var(--fz-divider);
}
.fz-prose h2:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}
.fz-prose h3 {
    font-family: var(--fz-font-heading);
    font-size: 1.125rem;
    font-weight: 500;
    margin: 32px 0 12px;
}
.fz-prose p {
    margin-bottom: 16px;
    color: var(--fz-muted);
}
.fz-prose ul, .fz-prose ol {
    margin: 16px 0;
    padding-left: 24px;
    color: var(--fz-muted);
}
.fz-prose li {
    margin-bottom: 8px;
    line-height: 1.7;
}
.fz-prose a {
    color: var(--fz-text);
    border-bottom: 1px solid var(--fz-divider);
    transition: border-color 0.2s;
}
.fz-prose a:hover { border-color: var(--fz-text); }
.fz-prose strong { color: var(--fz-text); font-weight: 600; }
.fz-prose blockquote {
    margin: 24px 0;
    padding: 20px 24px;
    border-left: 3px solid var(--fz-text);
    background: var(--fz-white);
    font-style: italic;
}
.fz-prose table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    font-size: 0.875rem;
}
.fz-prose th, .fz-prose td {
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid var(--fz-divider);
}
.fz-prose th {
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--fz-muted);
}

/* ═══════════════════════════════════════════════════
   CONTACT — Quick Bar
   ═══════════════════════════════════════════════════ */
.fz-contact__bar {
    background: var(--fz-white);
    border-bottom: 1px solid var(--fz-divider);
}
.fz-contact__bar-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.fz-contact__bar-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 28px 32px;
    border-right: 1px solid var(--fz-divider);
    transition: background 0.2s;
}
.fz-contact__bar-item:last-child { border-right: none; }
a.fz-contact__bar-item:hover { background: var(--fz-bg); }
.fz-contact__bar-item svg { flex-shrink: 0; color: var(--fz-muted); }
.fz-contact__bar-label {
    display: block;
    font-size: 0.5625rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--fz-muted);
    margin-bottom: 2px;
}
.fz-contact__bar-value {
    display: block;
    font-size: 0.9375rem;
    color: var(--fz-text);
}

/* Contact form footer */
.fz-contact__form-footer {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.fz-contact__form-note {
    font-size: 0.6875rem;
    color: var(--fz-muted);
}
.fz-contact__form-note a {
    color: var(--fz-text);
    border-bottom: 1px solid var(--fz-divider);
}

/* ═══════════════════════════════════════════════════
   TRADE — Process Steps
   ═══════════════════════════════════════════════════ */
.fz-trade__process {
    padding: 80px 0;
    background: var(--fz-white);
}
.fz-trade__steps {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    max-width: 800px;
    margin: 0 auto;
}
.fz-trade__step {
    flex: 1;
    text-align: center;
    padding: 0 24px;
}
.fz-trade__step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    font-family: var(--fz-font-heading);
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--fz-white);
    background: var(--fz-black);
    border-radius: 50%;
    margin-bottom: 20px;
}
.fz-trade__step-title {
    font-family: var(--fz-font-heading);
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 8px;
}
.fz-trade__step-desc {
    font-size: 0.8125rem;
    line-height: 1.6;
    color: var(--fz-muted);
}
.fz-trade__step-line {
    width: 60px;
    height: 1px;
    background: var(--fz-gray-300);
    margin-top: 24px;
    flex-shrink: 0;
}

/* Trade Apply Section */
.fz-trade__apply {
    padding: 96px 0;
    background: var(--fz-bg);
}
.fz-trade__apply-inner {
    max-width: 720px;
    margin: 0 auto;
}
.fz-trade__apply-header {
    text-align: center;
    margin-bottom: 48px;
}
.fz-trade__apply-subtitle {
    font-size: 0.9375rem;
    color: var(--fz-muted);
    line-height: 1.6;
    max-width: 480px;
    margin: 0 auto;
}
.fz-trade__form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* ═══════════════════════════════════════════════════
   RESPONSIVE — Contact Bar, Trade Steps, Trade Apply
   ═══════════════════════════════════════════════════ */
@media (max-width: 768px) {
    /* Contact Bar */
    .fz-contact__bar-grid {
        grid-template-columns: 1fr;
    }
    .fz-contact__bar-item {
        border-right: none;
        border-bottom: 1px solid var(--fz-divider);
        padding: 20px 24px;
    }
    .fz-contact__bar-item:last-child { border-bottom: none; }

    /* Trade Steps */
    .fz-trade__process { padding: 56px 0; }
    .fz-trade__steps {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }
    .fz-trade__step { padding: 0; max-width: 280px; }
    .fz-trade__step-line {
        width: 1px;
        height: 40px;
        margin: 16px auto;
    }

    /* Trade Apply */
    .fz-trade__apply { padding: 64px 0; }
    .fz-trade__apply-header { margin-bottom: 32px; }
}

@media (max-width: 480px) {
    .fz-contact__bar-item { padding: 16px 20px; gap: 12px; }
    .fz-contact__bar-value { font-size: 0.8125rem; }
    .fz-trade__step-num { width: 40px; height: 40px; font-size: 1rem; }
    .fz-contact__form-footer { flex-direction: column; align-items: flex-start; }
}

/* ═══════════════════════════════════════════════════
   ABOUT — Philosophy Quote
   ═══════════════════════════════════════════════════ */
.fz-about__philosophy {
    padding: 96px 0;
    background: var(--fz-white);
}
.fz-about__philosophy-inner {
    max-width: 680px;
    margin: 0 auto;
    text-align: center;
}
.fz-about__philosophy-eyebrow {
    display: block;
    font-size: 0.5625rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--fz-muted);
    margin-bottom: 32px;
}
.fz-about__philosophy-quote {
    font-family: var(--fz-font-body);
    font-size: clamp(1.25rem, 2.5vw, 1.75rem);
    font-weight: 400;
    font-style: italic;
    line-height: 1.5;
    letter-spacing: 0;
    color: var(--fz-text);
    margin: 0 0 24px;
    padding: 0;
    border: none;
}
.fz-about__philosophy-attr {
    font-size: 0.8125rem;
    color: var(--fz-muted);
    letter-spacing: 0.04em;
}

/* ═══════════════════════════════════════════════════
   ABOUT — Timeline
   ═══════════════════════════════════════════════════ */
.fz-about__timeline {
    padding: 96px 0;
    background: var(--fz-bg);
}
.fz-about__timeline-track {
    max-width: 640px;
    margin: 0 auto;
    position: relative;
}
.fz-about__timeline-track::before {
    content: '';
    position: absolute;
    left: 60px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: var(--fz-divider);
}
.fz-about__milestone {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 0 0 48px;
    position: relative;
}
.fz-about__milestone:last-child { padding-bottom: 0; }
.fz-about__milestone-year {
    flex-shrink: 0;
    width: 44px;
    font-family: var(--fz-font-heading);
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--fz-muted);
    text-align: right;
    padding-top: 2px;
}
.fz-about__milestone-dot {
    flex-shrink: 0;
    width: 11px;
    height: 11px;
    background: var(--fz-black);
    border-radius: 50%;
    margin-top: 6px;
    position: relative;
    z-index: 1;
}
.fz-about__milestone-title {
    font-family: var(--fz-font-heading);
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 6px;
}
.fz-about__milestone-desc {
    font-size: 0.8125rem;
    line-height: 1.65;
    color: var(--fz-muted);
}

/* ═══════════════════════════════════════════════════
   ABOUT — Press Logos
   ═══════════════════════════════════════════════════ */
.fz-about__press {
    padding: 64px 0;
    background: var(--fz-bg);
    border-top: 1px solid var(--fz-divider);
}
.fz-about__press-label {
    display: block;
    text-align: center;
    font-size: 0.5625rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--fz-muted);
    margin-bottom: 32px;
}
.fz-about__press-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap;
}
.fz-about__press-item {
    opacity: 0.3;
    transition: opacity 0.3s;
}
.fz-about__press-item:hover { opacity: 0.6; }
.fz-about__press-item span {
    font-family: var(--fz-font-heading);
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--fz-text);
    white-space: nowrap;
}

/* ── Showroom Location Sections ── */
.fz-sr-location {
    padding: clamp(80px, 10vw, 140px) 0;
    border-bottom: 1px solid var(--fz-divider);
}
.fz-sr-location:nth-child(odd) {
    background: var(--fz-bg);
}
.fz-sr-location:nth-child(even) {
    background: var(--fz-white);
}
.fz-sr-location__header {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    margin-bottom: 56px;
}
.fz-sr-location__number {
    font-family: var(--fz-font-heading);
    font-size: clamp(4rem, 8vw, 7rem);
    font-weight: 200;
    line-height: 0.85;
    color: var(--fz-divider);
    letter-spacing: -0.04em;
    flex-shrink: 0;
}
.fz-sr-location__intro {
    padding-top: 8px;
}
.fz-sr-location__type {
    display: inline-block;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--fz-muted);
    margin-bottom: 10px;
}
.fz-sr-location__title {
    font-family: var(--fz-font-heading);
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1.15;
    margin-bottom: 14px;
}
.fz-sr-location__desc {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: var(--fz-muted);
    max-width: 520px;
}

/* Location Grid */
.fz-sr-location__grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 56px;
    align-items: start;
}

/* Info Card */
.fz-sr-location__card {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 40px;
    background: var(--fz-white);
    border: 1px solid var(--fz-divider);
    box-shadow: 0 4px 24px rgba(0,0,0,.03);
}
.fz-sr-location:nth-child(even) .fz-sr-location__card {
    background: var(--fz-bg);
}
.fz-sr-location__details {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.fz-sr-location__detail {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.fz-sr-location__detail-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--fz-bg);
    border-radius: 10px;
    flex-shrink: 0;
    color: var(--fz-muted);
}
.fz-sr-location:nth-child(even) .fz-sr-location__detail-icon {
    background: var(--fz-white);
}
.fz-sr-location__detail-label {
    display: block;
    font-size: 0.5625rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--fz-muted);
    margin-bottom: 3px;
}
.fz-sr-location__detail-value {
    font-size: 0.9375rem;
    line-height: 1.5;
    color: var(--fz-text);
    margin: 0;
}
.fz-sr-location__detail-value a {
    color: var(--fz-text);
    text-decoration: none;
    border-bottom: 1px solid var(--fz-divider);
    transition: border-color 0.2s;
}
.fz-sr-location__detail-value a:hover {
    border-color: var(--fz-text);
}
.fz-sr-location__detail-sub {
    color: var(--fz-muted);
    font-size: 0.8125rem;
}

/* Feature Tags */
.fz-sr-location__features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.fz-sr-location__tag {
    display: inline-block;
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    padding: 8px 16px;
    background: var(--fz-bg);
    border: 1px solid var(--fz-divider);
    color: var(--fz-text);
    transition: all 0.2s;
}
.fz-sr-location:nth-child(even) .fz-sr-location__tag {
    background: var(--fz-white);
}
.fz-sr-location__tag:hover {
    border-color: var(--fz-gray-300);
    transform: translateY(-1px);
}

/* Actions */
.fz-sr-location__actions {
    display: flex;
    gap: 12px;
}
.fz-sr-location__actions .fz-btn {
    gap: 8px;
}

/* Map */
.fz-sr-location__map-wrap {
    position: sticky;
    top: 100px;
}
.fz-sr-location__map {
    aspect-ratio: 4 / 3;
    background: var(--fz-bg-warm);
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 8px 40px rgba(0,0,0,.06);
}
.fz-sr-location__map iframe {
    display: block;
    width: 100%;
    height: 100%;
}

/* ── Experience Section ── */
.fz-sr-experience {
    padding: clamp(80px, 10vw, 140px) 0;
    background: var(--fz-black);
}
.fz-sr-experience__header {
    text-align: center;
    margin-bottom: 72px;
}
.fz-sr-experience__eyebrow {
    display: block;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255,255,255,.35);
    margin-bottom: 16px;
}
.fz-sr-experience__title {
    font-family: var(--fz-font-heading);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 300;
    color: #fff;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
}
.fz-sr-experience__subtitle {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: rgba(255,255,255,.4);
    max-width: 480px;
    margin: 0 auto;
}
.fz-sr-experience__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}
.fz-sr-experience__item {
    text-align: center;
    padding: 40px 24px;
    border: 1px solid rgba(255,255,255,.08);
    transition: border-color 0.3s, background 0.3s, opacity 0.7s, transform 0.7s;
}
.fz-sr-experience__item:hover {
    border-color: rgba(255,255,255,.15);
    background: rgba(255,255,255,.03);
}
.fz-sr-experience__icon {
    color: rgba(255,255,255,.4);
    margin-bottom: 24px;
    transition: color 0.3s;
}
.fz-sr-experience__item:hover .fz-sr-experience__icon {
    color: rgba(255,255,255,.7);
}
.fz-sr-experience__item-title {
    font-family: var(--fz-font-heading);
    font-size: 1.125rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
}
.fz-sr-experience__item-desc {
    font-size: 0.8125rem;
    line-height: 1.65;
    color: rgba(255,255,255,.4);
}

/* ── Gallery ── */
.fz-sr-gallery {
    padding: clamp(80px, 10vw, 120px) 0;
    background: var(--fz-bg);
}
.fz-sr-gallery__header {
    text-align: center;
    margin-bottom: clamp(32px, 5vw, 48px);
}
.fz-sr-gallery__title {
    font-family: var(--fz-font-heading);
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 400;
    letter-spacing: -0.02em;
}
.fz-sr-gallery__grid {
    display: grid;
    gap: clamp(12px, 1.5vw, 20px);
    max-width: 1120px;
    margin: 0 auto;
}
.fz-sr-gallery__item {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 6px;
    background: var(--fz-bg-warm);
}
/* 1 image */
.fz-sr-gallery__grid--count-1 {
    grid-template-columns: 1fr;
    max-width: 880px;
}
.fz-sr-gallery__grid--count-1 .fz-sr-gallery__item {
    aspect-ratio: 16 / 9;
}
/* 2 images */
.fz-sr-gallery__grid--count-2 {
    grid-template-columns: repeat(2, 1fr);
}
/* 3 images */
.fz-sr-gallery__grid--count-3 {
    grid-template-columns: repeat(2, 1fr);
}
/* 4 images — 2×2 base; wide hero only on large screens */
.fz-sr-gallery__grid--count-4 {
    grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 1025px) {
    .fz-sr-gallery__grid--count-3 .fz-sr-gallery__item:first-child {
        grid-column: 1 / -1;
        aspect-ratio: 2.2 / 1;
        max-height: 420px;
    }
    .fz-sr-gallery__grid--count-4 {
        grid-template-columns: repeat(3, 1fr);
    }
    .fz-sr-gallery__grid--count-4 .fz-sr-gallery__item:first-child {
        grid-column: 1 / -1;
        aspect-ratio: 2.35 / 1;
        max-height: 440px;
    }
}
/* 5+ images — uniform mosaic */
.fz-sr-gallery__grid--count-5,
.fz-sr-gallery__grid--count-6,
.fz-sr-gallery__grid--count-7,
.fz-sr-gallery__grid--count-8,
.fz-sr-gallery__grid--count-9 {
    grid-template-columns: repeat(3, 1fr);
}
.fz-sr-gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.fz-sr-gallery__item:hover img {
    transform: scale(1.05);
}
.fz-sr-gallery__placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(145deg, var(--fz-bg-warm) 0%, #c8c2b8 100%);
}

/* ── Booking ── */
.fz-sr-booking {
    padding: clamp(80px, 10vw, 140px) 0;
    background: var(--fz-white);
}
.fz-sr-booking__layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
}
.fz-sr-booking__info {
    position: sticky;
    top: 120px;
}
.fz-sr-booking__eyebrow {
    display: block;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--fz-muted);
    margin-bottom: 16px;
}
.fz-sr-booking__title {
    font-family: var(--fz-font-heading);
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 300;
    letter-spacing: -0.025em;
    line-height: 1.1;
    margin-bottom: 20px;
}
.fz-sr-booking__text {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: var(--fz-muted);
    margin-bottom: 36px;
    max-width: 400px;
}
.fz-sr-booking__perks {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.fz-sr-booking__perk {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.875rem;
    color: var(--fz-text);
}
.fz-sr-booking__perk svg {
    color: var(--fz-success);
    flex-shrink: 0;
}

/* Form */
.fz-sr-booking__form-wrap {
    background: var(--fz-bg);
    padding: 48px;
    border: 1px solid var(--fz-divider);
}
.fz-sr-booking__form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.fz-sr-form__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.fz-sr-form__field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.fz-sr-form__field label {
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--fz-muted);
}
.fz-sr-form__field label span {
    color: var(--fz-sale);
}
.fz-sr-form__field label em {
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    color: var(--fz-gray-300);
}
.fz-sr-form__field input,
.fz-sr-form__field select,
.fz-sr-form__field textarea {
    padding: 14px 16px;
    font-size: 0.875rem;
    font-family: var(--fz-font-sans);
    border: 1px solid var(--fz-divider);
    background: var(--fz-white);
    color: var(--fz-text);
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    border-radius: 0;
    -webkit-appearance: none;
}
.fz-sr-form__field input:focus,
.fz-sr-form__field select:focus,
.fz-sr-form__field textarea:focus {
    border-color: var(--fz-text);
    box-shadow: 0 0 0 3px rgba(0,0,0,.04);
}
.fz-sr-form__field select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
    cursor: pointer;
}
.fz-sr-form__field textarea {
    resize: vertical;
    min-height: 100px;
}
.fz-sr-form__submit {
    align-self: flex-start;
    gap: 8px;
    padding: 16px 36px;
    margin-top: 8px;
}
.fz-sr-form__status {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 20px;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 4px;
}
.fz-sr-form__status--success {
    background: #f0fdf4;
    color: #166534;
    border: 1px solid #bbf7d0;
}
.fz-sr-form__status--error {
    background: #fef2f2;
    color: #991b1b;
    border: 1px solid #fecaca;
}

/* ── Virtual CTA ── */
.fz-sr-virtual {
    padding: clamp(80px, 10vw, 120px) 0;
    background: var(--fz-bg);
}
.fz-sr-virtual__inner {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
}
.fz-sr-virtual__eyebrow {
    display: block;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--fz-muted);
    margin-bottom: 16px;
}
.fz-sr-virtual__title {
    font-family: var(--fz-font-heading);
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 400;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
}
.fz-sr-virtual__text {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: var(--fz-muted);
    margin-bottom: 36px;
}
.fz-sr-virtual__actions {
    display: flex;
    gap: 12px;
    justify-content: center;
}

/* ═══════════════════════════════════════════════════
   SHOWROOM — Responsive (New Design)
   ═══════════════════════════════════════════════════ */
@media (max-width: 1024px) {
    .fz-sr-location__grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
    .fz-sr-location__map-wrap { position: static; }
    .fz-sr-experience__grid { grid-template-columns: repeat(2, 1fr); }
    .fz-sr-gallery__grid--count-5,
    .fz-sr-gallery__grid--count-6,
    .fz-sr-gallery__grid--count-7,
    .fz-sr-gallery__grid--count-8,
    .fz-sr-gallery__grid--count-9 {
        grid-template-columns: repeat(2, 1fr);
    }
    .fz-sr-booking__layout { gap: 56px; }
    .fz-sr-booking__form-wrap { padding: 36px; }
}

@media (max-width: 768px) {
    .fz-sr-nav__inner { justify-content: flex-start; overflow-x: auto; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
    .fz-sr-nav__inner::-webkit-scrollbar { display: none; }
    .fz-sr-nav__item { padding: 16px 24px; font-size: 0.75rem; }

    .fz-sr-location__header { flex-direction: column; gap: 16px; }
    .fz-sr-location__number { font-size: 3rem; }
    .fz-sr-location__grid { grid-template-columns: 1fr; gap: 32px; }
    .fz-sr-location__card { padding: 28px; }
    .fz-sr-location__map { aspect-ratio: 16/9; }
    .fz-sr-location__actions { flex-direction: column; }

    .fz-sr-experience__grid { grid-template-columns: 1fr; gap: 16px; }
    .fz-sr-experience__item { padding: 32px 24px; text-align: left; display: flex; gap: 20px; align-items: flex-start; }
    .fz-sr-experience__icon { margin-bottom: 0; flex-shrink: 0; }

    .fz-sr-gallery__grid--count-2,
    .fz-sr-gallery__grid--count-3,
    .fz-sr-gallery__grid--count-4,
    .fz-sr-gallery__grid--count-5,
    .fz-sr-gallery__grid--count-6,
    .fz-sr-gallery__grid--count-7,
    .fz-sr-gallery__grid--count-8,
    .fz-sr-gallery__grid--count-9 {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .fz-sr-gallery__grid--count-3 .fz-sr-gallery__item:first-child {
        grid-column: 1 / -1;
        aspect-ratio: 16 / 9;
        max-height: none;
    }

    .fz-sr-booking__layout { grid-template-columns: 1fr; gap: 48px; }
    .fz-sr-booking__info { position: static; }
    .fz-sr-booking__form-wrap { padding: 28px; }
    .fz-sr-form__row { grid-template-columns: 1fr; }

    .fz-sr-virtual__actions { flex-direction: column; align-items: center; }
}

@media (max-width: 480px) {
    .fz-sr-nav__item { padding: 14px 18px; }

    .fz-sr-location__number { font-size: 2.5rem; }
    .fz-sr-location__title { font-size: 1.5rem; }
    .fz-sr-location__card { padding: 24px; }
    .fz-sr-location__features { gap: 6px; }
    .fz-sr-location__tag { font-size: 0.625rem; padding: 6px 12px; }

    .fz-sr-gallery__grid--count-1,
    .fz-sr-gallery__grid--count-2,
    .fz-sr-gallery__grid--count-3,
    .fz-sr-gallery__grid--count-4,
    .fz-sr-gallery__grid--count-5,
    .fz-sr-gallery__grid--count-6,
    .fz-sr-gallery__grid--count-7,
    .fz-sr-gallery__grid--count-8,
    .fz-sr-gallery__grid--count-9 {
        grid-template-columns: 1fr;
    }
    .fz-sr-gallery__grid--count-3 .fz-sr-gallery__item:first-child {
        aspect-ratio: 4 / 3;
    }

    .fz-sr-booking__form-wrap { padding: 20px; }
    .fz-sr-form__submit { width: 100%; justify-content: center; }
}

/* ═══════════════════════════════════════════════════
   RESPONSIVE — About & Showroom New Sections
   ═══════════════════════════════════════════════════ */
@media (max-width: 1024px) {
    /* (Showroom responsive moved to main showroom section) */
}

@media (max-width: 768px) {
    /* About Philosophy */
    .fz-about__philosophy { padding: 64px 0; }
    .fz-about__philosophy-quote { font-size: 1.375rem; }

    /* About Timeline */
    .fz-about__timeline { padding: 64px 0; }
    .fz-about__timeline-track::before { left: 54px; }
    .fz-about__milestone { gap: 16px; padding-bottom: 36px; }
    .fz-about__milestone-year { width: 38px; font-size: 0.8125rem; }

    /* About Press */
    .fz-about__press-logos { gap: 24px; }
    .fz-about__press-item span { font-size: 1rem; }
}

@media (max-width: 480px) {
    .fz-about__timeline-track::before { display: none; }
    .fz-about__milestone { flex-wrap: wrap; gap: 8px; }
    .fz-about__milestone-year { width: auto; }
    .fz-about__milestone-dot { display: none; }
    .fz-about__milestone-body { width: 100%; }

    .fz-about__press-logos { gap: 16px 24px; }
    .fz-about__press-item span { font-size: 0.875rem; }
}

/* ═══════════════════════════════════════════════════
   PRODUCT CARE — Guide Layout with Image
   ═══════════════════════════════════════════════════ */
.fz-care__guide-layout {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 48px;
    align-items: start;
}
.fz-care__guide-image {
    aspect-ratio: 1;
    overflow: hidden;
    position: sticky;
    top: calc(var(--fz-header-h) + var(--fz-nav-h) + 80px);
}
.fz-care__guide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fz-care__guide-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(145deg, var(--fz-bg-warm) 0%, #c8c2b8 100%);
}

@media (max-width: 768px) {
    .fz-care__guide-layout {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .fz-care__guide-image {
        position: static;
        aspect-ratio: 16 / 9;
        max-height: 200px;
    }
}

@media (max-width: 480px) {
    .fz-care__guide-image { max-height: 160px; }
}

/* ═══════════════════════════════════════════════════
   FREE SWATCHES PAGE
   ═══════════════════════════════════════════════════ */
.fz-swatches {
    padding: 64px 0 80px;
}
.fz-swatches__layout {
    display: grid;
    grid-template-columns: 220px 1fr 280px;
    gap: 40px;
    align-items: start;
}

/* Sidebar */
.fz-swatches__sidebar {
    position: sticky;
    top: 120px;
}
.fz-swatches__sidebar-title {
    font-family: var(--fz-font-sans);
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--fz-text);
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--fz-divider);
}
.fz-swatches__nav {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.fz-swatches__nav-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 12px 0;
    font-family: var(--fz-font-sans);
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--fz-muted);
    background: none;
    border: none;
    border-bottom: 1px solid var(--fz-divider);
    cursor: pointer;
    text-align: left;
    transition: color 0.15s;
}
.fz-swatches__nav-btn:hover { color: var(--fz-text); }
.fz-swatches__nav-btn.is-active {
    color: var(--fz-text);
    font-weight: 600;
}
.fz-swatches__nav-count {
    font-size: 0.75rem;
    color: var(--fz-gray-300);
}

/* Grid */
.fz-swatches__grid-header {
    margin-bottom: 24px;
}
.fz-swatches__grid-info {
    font-size: 0.875rem;
    color: var(--fz-muted);
}
.fz-swatches__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 16px;
}
.fz-swatches__item-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    text-align: center;
}
.fz-swatches__item-preview {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid transparent;
    transition: border-color 0.2s, transform 0.15s;
    margin-bottom: 8px;
}
.fz-swatches__item-preview img {
    width: 100%; height: 100%;
    object-fit: cover;
}
.fz-swatches__item-color {
    display: block;
    width: 100%; height: 100%;
}
.fz-swatches__item:hover .fz-swatches__item-preview {
    border-color: var(--fz-gray-300);
    transform: scale(1.03);
}
.fz-swatches__item.is-selected .fz-swatches__item-preview {
    border-color: var(--fz-black);
}
.fz-swatches__item-check {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 36px; height: 36px;
    background: rgba(0,0,0,.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s;
}
.fz-swatches__item.is-selected .fz-swatches__item-check {
    transform: translate(-50%, -50%) scale(1);
}
.fz-swatches__item-name {
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--fz-text);
    margin-bottom: 2px;
}
.fz-swatches__item-cat {
    font-size: 0.6875rem;
    color: var(--fz-muted);
}
.fz-swatches__empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 64px 0;
    color: var(--fz-muted);
}

/* Cart sidebar */
.fz-swatches__cart {
    position: sticky;
    top: 120px;
    border: 1px solid var(--fz-divider);
    background: var(--fz-white);
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 160px);
}
.fz-swatches__cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid var(--fz-divider);
}
.fz-swatches__cart-title {
    font-family: var(--fz-font-sans);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.fz-swatches__cart-count {
    font-size: 0.8125rem;
    color: var(--fz-muted);
    font-weight: 500;
}
.fz-swatches__cart-items {
    flex: 1;
    overflow-y: auto;
    padding: 12px 20px;
    min-height: 120px;
}
.fz-swatches__cart-empty {
    font-size: 0.8125rem;
    color: var(--fz-muted);
    text-align: center;
    padding: 24px 0;
}
.fz-swatches__cart-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px solid var(--fz-divider);
}
.fz-swatches__cart-item:last-child { border-bottom: none; }
.fz-swatches__cart-item-preview {
    width: 36px; height: 36px;
    border-radius: 4px;
    overflow: hidden;
    flex-shrink: 0;
}
.fz-swatches__cart-item-preview img {
    width: 100%; height: 100%;
    object-fit: cover;
}
.fz-swatches__cart-item-info { flex: 1; min-width: 0; }
.fz-swatches__cart-item-name {
    display: block;
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--fz-text);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fz-swatches__cart-item-cat {
    display: block;
    font-size: 0.625rem;
    color: var(--fz-muted);
}
.fz-swatches__cart-item-remove {
    width: 24px; height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    font-size: 1rem;
    color: var(--fz-muted);
    cursor: pointer;
    flex-shrink: 0;
    transition: color 0.15s;
}
.fz-swatches__cart-item-remove:hover { color: var(--fz-sale); }
.fz-swatches__cart-footer {
    padding: 16px 20px;
    border-top: 1px solid var(--fz-divider);
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.fz-swatches__cart-clear {
    background: none;
    border: none;
    font-size: 0.75rem;
    color: var(--fz-muted);
    text-decoration: underline;
    text-underline-offset: 2px;
    cursor: pointer;
    text-align: center;
    padding: 4px;
}
.fz-swatches__cart-clear:hover { color: var(--fz-text); }

/* Form section */
.fz-swatches__form-section {
    padding: 64px 0;
    background: var(--fz-bg-warm);
}
.fz-swatches__form-inner {
    max-width: 640px;
    margin: 0 auto;
}
.fz-swatches__form-subtitle {
    font-size: 0.9375rem;
    color: var(--fz-muted);
    margin-bottom: 32px;
}

/* Responsive */
@media (max-width: 1024px) {
    .fz-swatches__layout {
        grid-template-columns: 180px 1fr 240px;
        gap: 24px;
    }
}
@media (max-width: 768px) {
    .fz-swatches__layout {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .fz-swatches__sidebar {
        position: static;
    }
    .fz-swatches__nav {
        flex-direction: row;
        overflow-x: auto;
        gap: 0;
        scrollbar-width: none;
        border-bottom: 1px solid var(--fz-divider);
    }
    .fz-swatches__nav::-webkit-scrollbar { display: none; }
    .fz-swatches__nav-btn {
        white-space: nowrap;
        border-bottom: 2px solid transparent;
        padding: 10px 16px;
        font-size: 0.8125rem;
    }
    .fz-swatches__nav-btn.is-active {
        border-bottom-color: var(--fz-text);
    }
    .fz-swatches__nav-count { display: none; }
    .fz-swatches__cart {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 100;
        max-height: 50vh;
        border: none;
        border-top: 1px solid var(--fz-divider);
        box-shadow: 0 -4px 20px rgba(0,0,0,.08);
    }
    .fz-swatches__grid {
        grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
        gap: 12px;
    }
    .fz-swatches { padding-bottom: 200px; }
}
@media (max-width: 480px) {
    .fz-swatches__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }
}

/* ═══════════════════════════════════════════════════
   FREE SWATCHES PAGE — Premium Redesign
   ═══════════════════════════════════════════════════ */

/* ── Hero ── */
.fz-sw-hero {
    background: var(--fz-black);
    color: #fff;
    padding: 100px 0 80px;
    text-align: center;
}
.fz-sw-hero__inner {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 24px;
}
.fz-sw-hero__eyebrow {
    display: inline-block;
    font-family: var(--fz-font-sans);
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255,255,255,.5);
    margin-bottom: 20px;
}
.fz-sw-hero__title {
    font-family: var(--fz-font-heading);
    font-size: clamp(2.25rem, 5vw, 3.5rem);
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
}
.fz-sw-hero__text {
    font-size: 1.0625rem;
    line-height: 1.65;
    color: rgba(255,255,255,.65);
    max-width: 520px;
    margin: 0 auto 48px;
}
.fz-sw-hero__stats {
    display: flex;
    justify-content: center;
    gap: 56px;
}
.fz-sw-hero__stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}
.fz-sw-hero__stat-num {
    font-family: var(--fz-font-heading);
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: -0.01em;
}
.fz-sw-hero__stat-label {
    font-size: 0.6875rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255,255,255,.4);
}

/* ── Steps ── */
.fz-sw-steps {
    padding: 64px 0;
    border-bottom: 1px solid var(--fz-divider);
}
.fz-sw-steps__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
.fz-sw-steps__num {
    display: block;
    font-family: var(--fz-font-heading);
    font-size: 2rem;
    font-weight: 300;
    color: var(--fz-gray-300);
    margin-bottom: 12px;
}
.fz-sw-steps__label {
    font-family: var(--fz-font-sans);
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin-bottom: 8px;
}
.fz-sw-steps__desc {
    font-size: 0.8125rem;
    line-height: 1.6;
    color: var(--fz-muted);
}

/* ── Main Layout ── */
.fz-swatches {
    padding: 64px 0 100px;
}
.fz-swatches__layout {
    display: grid;
    grid-template-columns: 200px 1fr 300px;
    gap: 48px;
    align-items: start;
}

/* ── Sidebar ── */
.fz-swatches__sidebar {
    position: sticky;
    top: 120px;
}
.fz-swatches__sidebar-title {
    font-family: var(--fz-font-sans);
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--fz-muted);
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--fz-divider);
}
.fz-swatches__nav {
    display: flex;
    flex-direction: column;
}
.fz-swatches__nav-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 11px 0;
    font-family: var(--fz-font-sans);
    font-size: 0.8125rem;
    font-weight: 400;
    color: var(--fz-muted);
    background: none;
    border: none;
    border-bottom: 1px solid var(--fz-divider);
    cursor: pointer;
    text-align: left;
    transition: color 0.2s;
}
.fz-swatches__nav-btn:hover { color: var(--fz-text); }
.fz-swatches__nav-btn.is-active {
    color: var(--fz-text);
    font-weight: 600;
}
.fz-swatches__nav-count {
    font-size: 0.6875rem;
    color: var(--fz-gray-300);
    font-weight: 400;
}

/* ── Grid ── */
.fz-swatches__grid-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--fz-divider);
}
.fz-swatches__grid-info {
    font-size: 0.8125rem;
    color: var(--fz-muted);
}
.fz-swatches__grid-info strong {
    color: var(--fz-text);
}
.fz-swatches__grid-showing {
    font-size: 0.75rem;
    color: var(--fz-gray-300);
}
.fz-swatches__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 20px;
}
.fz-swatches__item-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    text-align: center;
    transition: transform 0.15s;
}
.fz-swatches__item-btn:hover {
    transform: translateY(-2px);
}
.fz-swatches__item-preview {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid var(--fz-divider);
    transition: border-color 0.2s, box-shadow 0.2s;
    margin-bottom: 10px;
}
.fz-swatches__item-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fz-swatches__item-color {
    display: block;
    width: 100%;
    height: 100%;
}
.fz-swatches__item:hover .fz-swatches__item-preview {
    border-color: var(--fz-gray-300);
    box-shadow: 0 4px 16px rgba(0,0,0,.06);
}
.fz-swatches__item.is-selected .fz-swatches__item-preview {
    border-color: var(--fz-black);
    box-shadow: 0 0 0 1px var(--fz-black);
}
.fz-swatches__item-check {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 34px;
    height: 34px;
    background: rgba(0,0,0,.65);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s cubic-bezier(.34,1.56,.64,1);
}
.fz-swatches__item.is-selected .fz-swatches__item-check {
    transform: translate(-50%, -50%) scale(1);
}
.fz-swatches__item-meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.fz-swatches__item-name {
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--fz-text);
    line-height: 1.3;
}
.fz-swatches__item-cat {
    font-size: 0.625rem;
    color: var(--fz-muted);
    letter-spacing: 0.02em;
}
.fz-swatches__empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 80px 0;
    color: var(--fz-muted);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
/* Shake animation when max reached */
@keyframes fzShake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-4px); }
    75% { transform: translateX(4px); }
}
.fz-swatches__item.is-shake .fz-swatches__item-preview {
    animation: fzShake 0.3s ease;
    border-color: var(--fz-sale, #c00);
}

/* ── Cart Sidebar ── */
.fz-swatches__cart {
    position: sticky;
    top: 120px;
    background: var(--fz-white);
    border: 1px solid var(--fz-divider);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 160px);
    overflow: hidden;
}
.fz-swatches__cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px;
    border-bottom: 1px solid var(--fz-divider);
}
.fz-swatches__cart-title {
    font-family: var(--fz-font-sans);
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.fz-swatches__cart-count {
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--fz-text);
    font-variant-numeric: tabular-nums;
}
.fz-swatches__cart-items {
    flex: 1;
    overflow-y: auto;
    padding: 8px 20px;
    min-height: 100px;
}
.fz-swatches__cart-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 32px 0;
    color: var(--fz-gray-300);
    text-align: center;
}
.fz-swatches__cart-empty p {
    font-size: 0.75rem;
    color: var(--fz-muted);
}
.fz-swatches__cart-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid var(--fz-divider);
    animation: fzFadeIn 0.2s ease;
}
@keyframes fzFadeIn {
    from { opacity: 0; transform: translateY(-4px); }
    to { opacity: 1; transform: translateY(0); }
}
.fz-swatches__cart-item:last-child { border-bottom: none; }
.fz-swatches__cart-item-swatch {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    border: 1px solid var(--fz-divider);
}
.fz-swatches__cart-item-swatch img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fz-swatches__cart-item-info {
    flex: 1;
    min-width: 0;
}
.fz-swatches__cart-item-name {
    display: block;
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--fz-text);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}
.fz-swatches__cart-item-cat {
    display: block;
    font-size: 0.625rem;
    color: var(--fz-muted);
}
.fz-swatches__cart-item-remove {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    color: var(--fz-gray-300);
    cursor: pointer;
    flex-shrink: 0;
    border-radius: 6px;
    transition: color 0.15s, background 0.15s;
}
.fz-swatches__cart-item-remove:hover {
    color: var(--fz-sale, #c00);
    background: rgba(200,0,0,.06);
}
.fz-swatches__cart-progress {
    height: 3px;
    background: var(--fz-divider);
}
.fz-swatches__cart-progress-bar {
    height: 100%;
    background: var(--fz-black);
    transition: width 0.3s ease;
    border-radius: 2px;
}
.fz-swatches__cart-footer {
    padding: 16px 20px;
    border-top: 1px solid var(--fz-divider);
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.fz-swatches__cart-clear {
    background: none;
    border: none;
    font-size: 0.6875rem;
    color: var(--fz-muted);
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
    text-align: center;
    padding: 4px;
    transition: color 0.15s;
}
.fz-swatches__cart-clear:hover { color: var(--fz-text); }

/* ── Form Section ── */
.fz-sw-form-section {
    padding: 80px 0;
    background: var(--fz-bg-warm, #FAF8F5);
}
.fz-sw-form-inner {
    max-width: 680px;
    margin: 0 auto;
}
.fz-sw-form-header {
    text-align: center;
    margin-bottom: 40px;
}
.fz-sw-form-title {
    font-family: var(--fz-font-heading);
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: -0.01em;
    margin-bottom: 10px;
}
.fz-sw-form-subtitle {
    font-size: 0.9375rem;
    color: var(--fz-muted);
}
.fz-sw-form__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}
.fz-sw-form__row--3 {
    grid-template-columns: 1fr 1fr 1fr;
}
.fz-sw-form__field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 16px;
}
.fz-sw-form__row .fz-sw-form__field {
    margin-bottom: 0;
}
.fz-sw-form__field label {
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--fz-muted);
}
.fz-sw-form__field label span {
    color: var(--fz-sale, #c00);
}
.fz-sw-form__field input {
    width: 100%;
    padding: 12px 16px;
    font-family: var(--fz-font-sans);
    font-size: 0.875rem;
    border: 1px solid var(--fz-divider);
    border-radius: 8px;
    background: var(--fz-white);
    color: var(--fz-text);
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none;
}
.fz-sw-form__field input:focus {
    border-color: var(--fz-black);
    box-shadow: 0 0 0 3px rgba(0,0,0,.06);
}
.fz-sw-form__selected-preview {
    margin: 24px 0;
}
.fz-sw-form__selected-label {
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--fz-muted);
    margin-bottom: 12px;
}
.fz-sw-form__selected-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.fz-sw-form__selected-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px 6px 6px;
    background: var(--fz-white);
    border: 1px solid var(--fz-divider);
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--fz-text);
}
.fz-sw-form__selected-dot {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    flex-shrink: 0;
    border: 1px solid var(--fz-divider);
}
.fz-sw-form__actions {
    text-align: center;
    margin-top: 32px;
}
.fz-sw-form__actions .fz-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 240px;
    justify-content: center;
}
.fz-sw-form__status {
    margin-top: 20px;
    padding: 16px 20px;
    border-radius: 8px;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    gap: 10px;
}
.fz-sw-form__status--success {
    background: #f0fdf4;
    color: #166534;
    border: 1px solid #bbf7d0;
}
.fz-sw-form__status--error {
    background: #fef2f2;
    color: #991b1b;
    border: 1px solid #fecaca;
}
.fz-spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255,255,255,.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: fzSpin 0.6s linear infinite;
}
@keyframes fzSpin {
    to { transform: rotate(360deg); }
}

/* ── Trust Strip ── */
.fz-sw-trust {
    padding: 48px 0;
    border-top: 1px solid var(--fz-divider);
    background: var(--fz-white);
}
.fz-sw-trust__grid {
    display: flex;
    justify-content: center;
    gap: 56px;
}
.fz-sw-trust__item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--fz-muted);
}
.fz-sw-trust__item svg {
    color: var(--fz-gray-300);
    flex-shrink: 0;
}

/* ═══ RESPONSIVE ═══ */
@media (max-width: 1024px) {
    .fz-swatches__layout {
        grid-template-columns: 180px 1fr 260px;
        gap: 32px;
    }
    .fz-sw-hero__stats { gap: 40px; }
}
@media (max-width: 768px) {
    .fz-sw-hero { padding: 72px 0 56px; }
    .fz-sw-hero__stats { gap: 32px; }
    .fz-sw-steps__grid {
        grid-template-columns: 1fr;
        gap: 32px;
        max-width: 400px;
    }
    .fz-swatches__layout {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .fz-swatches__sidebar {
        position: static;
    }
    .fz-swatches__sidebar-title { display: none; }
    .fz-swatches__nav {
        flex-direction: row;
        overflow-x: auto;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
        border-bottom: 1px solid var(--fz-divider);
        margin: 0 -24px;
        padding: 0 24px;
    }
    .fz-swatches__nav::-webkit-scrollbar { display: none; }
    .fz-swatches__nav-btn {
        white-space: nowrap;
        border-bottom: 2px solid transparent;
        padding: 10px 16px;
        font-size: 0.8125rem;
    }
    .fz-swatches__nav-btn.is-active {
        border-bottom-color: var(--fz-text);
    }
    .fz-swatches__nav-count { display: none; }
    .fz-swatches__grid {
        grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
        gap: 14px;
    }
    .fz-swatches__cart {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 100;
        max-height: 50vh;
        border: none;
        border-radius: 16px 16px 0 0;
        border-top: 1px solid var(--fz-divider);
        box-shadow: 0 -8px 32px rgba(0,0,0,.1);
    }
    .fz-swatches { padding-bottom: 200px; }
    .fz-sw-form__row,
    .fz-sw-form__row--3 {
        grid-template-columns: 1fr;
    }
    .fz-sw-trust__grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
}
@media (max-width: 480px) {
    .fz-sw-hero__title { font-size: 2rem; }
    .fz-sw-hero__stats {
        flex-direction: column;
        gap: 16px;
    }
    .fz-swatches__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    .fz-swatches__item-preview { border-radius: 8px; }
    .fz-swatches__item-name { font-size: 0.6875rem; }
    .fz-swatches__item-cat { font-size: 0.5625rem; }
    .fz-swatches__grid-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
}
