/* Home page — professional layout & polish */

/* Compact transparent header over hero */
body.page-home {
    --nav-h: 62px;
}

body.page-home .navbar-section {
    background: rgba(14, 8, 6, 0.45);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.page-home .navbar-inner {
    padding: 10px 0;
    gap: 14px;
}

body.page-home .navbar-wordmark {
    font-size: 1.35rem;
    letter-spacing: 0.16em;
    color: #fff;
}

body.page-home .navbar-wordmark:hover {
    color: var(--fi-gold);
}

body.page-home .nav-list {
    gap: 14px;
}

body.page-home .nav-list a {
    font-size: 0.68rem;
    color: rgba(255, 255, 255, 0.88);
    letter-spacing: 0.05em;
}

body.page-home .nav-list a:hover,
body.page-home .nav-list a.active {
    color: var(--fi-gold);
}

body.page-home .lang-chip {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 6px 10px;
    font-size: 0.68rem;
}

body.page-home .nav-link-primary {
    padding: 7px 16px;
    font-size: 0.72rem;
}

body.page-home .hamburger .line {
    background: #fff;
}

body.page-home .navbar-section.navbar-scrolled {
    background: rgba(250, 248, 245, 0.97);
    border-bottom-color: rgba(201, 182, 149, 0.45);
}

body.page-home .navbar-section.navbar-scrolled .navbar-wordmark {
    color: var(--fi-brown);
}

body.page-home .navbar-section.navbar-scrolled .navbar-wordmark:hover {
    color: var(--fi-orange);
}

body.page-home .navbar-section.navbar-scrolled .nav-list a {
    color: #000;
}

body.page-home .navbar-section.navbar-scrolled .nav-list a:hover,
body.page-home .navbar-section.navbar-scrolled .nav-list a.active {
    color: var(--fi-orange);
}

body.page-home .navbar-section.navbar-scrolled .lang-chip {
    background: #fff;
    border-color: rgba(63, 32, 22, 0.15);
    color: var(--fi-brown);
}

body.page-home .navbar-section.navbar-scrolled .hamburger .line {
    background: #000;
}

/* Hero overlay on video */
.fi-hero-video-wrap .fi-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(
        180deg,
        rgba(14, 8, 6, 0.72) 0%,
        rgba(14, 8, 6, 0.35) 35%,
        rgba(14, 8, 6, 0.5) 70%,
        rgba(14, 8, 6, 0.82) 100%
    );
    pointer-events: none;
}

.fi-hero-inner--overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
    padding: calc(var(--nav-h) + 28px) 0 clamp(40px, 6vh, 64px);
    box-sizing: border-box;
    pointer-events: none;
}

.fi-hero-inner--overlay > * {
    pointer-events: auto;
}

.fi-hero-video-wrap .fi-hero-scroll {
    z-index: 4;
}

.page-home .fi-hero-tagline {
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--fi-gold);
    margin-bottom: 16px;
}

.page-home .fi-hero-inner h1 {
    font-size: clamp(1.75rem, 4vw, 3rem);
    font-weight: 900;
    color: #fff;
    line-height: 1.1;
    margin: 0 0 16px;
    max-width: 620px;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}

.page-home .fi-hero-desc {
    font-size: clamp(0.95rem, 1.8vw, 1.08rem);
    color: rgba(255, 255, 255, 0.78);
    max-width: 520px;
    margin-bottom: 28px;
    line-height: 1.75;
}

.page-home .fi-hero-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 36px;
}

.page-home .fi-hero-stats {
    display: flex;
    gap: clamp(24px, 4vw, 48px);
    flex-wrap: wrap;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.page-home .fi-hero-stat-num {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 900;
    color: var(--fi-gold);
    line-height: 1;
}

.page-home .fi-hero-stat-label {
    font-size: 0.58rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 6px;
    font-weight: 700;
    max-width: 120px;
    line-height: 1.4;
}

/* Trust bar */
.fi-trust-bar {
    background: #fff;
    border-bottom: 1px solid rgba(63, 32, 22, 0.08);
    padding: 0;
}

.fi-trust-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.fi-trust-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 22px 24px;
    border-right: 1px solid rgba(63, 32, 22, 0.06);
    font-size: 0.82rem;
    color: var(--fi-brown);
}

.fi-trust-item:last-child {
    border-right: none;
}

.fi-trust-item i {
    font-size: 1.25rem;
    color: var(--fi-orange);
    flex-shrink: 0;
}

.fi-trust-item strong {
    display: block;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.fi-trust-item span {
    color: var(--fi-text);
    font-size: 0.8rem;
    line-height: 1.35;
}

.fi-trust-item--open span {
    color: #2d6a4f;
    font-weight: 600;
}

/* Section headers */
.fi-section-head {
    margin-bottom: clamp(32px, 5vw, 48px);
}

.fi-section-head--center {
    text-align: center;
}

.fi-section-head--center p {
    max-width: 520px;
    margin: 10px auto 0;
    color: var(--fi-text);
    font-size: 0.92rem;
    line-height: 1.65;
}

.fi-section-head--row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 16px;
}

.fi-section-head h2 {
    font-size: clamp(1.5rem, 2.8vw, 2.1rem);
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.12;
    letter-spacing: -0.01em;
}

/* Intro polish */
.page-home .fi-intro {
    background: #faf8f5;
}

.page-home .fi-intro-iconic {
    position: relative;
}

.page-home .fi-intro-iconic::before {
    content: "";
    position: absolute;
    inset: -12px -12px 12px 12px;
    border: 1px solid rgba(212, 160, 83, 0.35);
    border-radius: 24px;
    z-index: 0;
}

.page-home .fi-intro-iconic img {
    position: relative;
    z-index: 1;
    border-radius: 16px;
}

.page-home .fi-intro-values {
    gap: 10px;
}

.page-home .fi-value {
    background: #fff;
    border: 1px solid rgba(63, 32, 22, 0.08);
    padding: 10px 16px;
    border-radius: 999px;
    font-size: 0.68rem;
}

/* Popular grid */
.fi-popular {
    background: #fff;
    padding: clamp(56px, 8vw, 88px) 0;
}

.fi-popular-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.fi-popular-card {
    background: #faf8f5;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(63, 32, 22, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.fi-popular-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(63, 32, 22, 0.1);
}

.fi-popular-card img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

.fi-popular-body {
    padding: 18px 18px 20px;
}

.fi-popular-body h3 {
    font-size: 0.88rem;
    font-weight: 800;
    margin: 0 0 8px;
    line-height: 1.3;
    color: var(--fi-brown);
}

.fi-popular-price {
    font-size: 0.95rem;
    font-weight: 800;
    color: var(--fi-orange);
    letter-spacing: 0.02em;
}

.fi-popular-cta {
    text-align: center;
    margin-top: 36px;
}

/* Moments — refined cards */
.page-home .fi-occasions--moments {
    background: #faf8f5;
}

.page-home .fi-occ-card {
    flex: 0 0 180px;
    background: #fff;
    border: 1px solid rgba(63, 32, 22, 0.06);
    box-shadow: 0 2px 12px rgba(63, 32, 22, 0.04);
}

.page-home .fi-occ-thumb {
    width: 88px;
    height: 88px;
    border: 3px solid #fff;
    box-shadow: 0 4px 16px rgba(63, 32, 22, 0.1);
}

/* Signatures strip */
.fi-signatures {
    background: var(--fi-dark);
    padding: clamp(56px, 8vw, 88px) 0;
    color: #fff;
}

.fi-signatures-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.fi-signature-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 32px 28px;
    transition: border-color 0.3s ease, transform 0.3s ease;
}

.fi-signature-card:hover {
    border-color: rgba(212, 160, 83, 0.4);
    transform: translateY(-3px);
}

.fi-signature-tag {
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--fi-gold);
    margin-bottom: 12px;
}

.fi-signature-card h3 {
    font-size: 1.1rem;
    font-weight: 800;
    margin: 0 0 12px;
}

.fi-signature-card p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.7;
    margin: 0 0 16px;
}

.fi-signature-link {
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--fi-orange);
}

/* Our brands */
.fi-brands {
    background: #fff;
    padding: clamp(56px, 8vw, 88px) 0;
    border-top: 1px solid rgba(63, 32, 22, 0.06);
}

.fi-brands-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 20px;
}

.fi-brand-card {
    display: flex;
    flex-direction: column;
    background: #faf8f5;
    border: 1px solid rgba(63, 32, 22, 0.07);
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.fi-brand-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 48px rgba(63, 32, 22, 0.1);
    border-color: rgba(212, 160, 83, 0.45);
}

.fi-brand-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    padding: 28px 24px;
    background: #fff;
    border-bottom: 1px solid rgba(63, 32, 22, 0.06);
}

.fi-brand-logo img {
    max-height: 56px;
    max-width: 130px;
    width: auto;
    object-fit: contain;
}

.fi-brand-body {
    padding: 22px 22px 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.fi-brand-body h3 {
    font-size: 0.92rem;
    font-weight: 800;
    color: var(--fi-brown);
    margin: 0 0 10px;
    line-height: 1.3;
}

.fi-brand-body p {
    font-size: 0.82rem;
    line-height: 1.65;
    color: var(--fi-text);
    margin: 0 0 16px;
    flex: 1;
}

.fi-brand-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--fi-orange);
    margin-top: auto;
}

.fi-brand-link i {
    font-size: 0.75rem;
    transition: transform 0.2s ease;
}

.fi-brand-card:hover .fi-brand-link i {
    transform: translate(2px, -2px);
}

/* Order band */
.fi-order-band {
    background: linear-gradient(135deg, var(--fi-brown) 0%, #1a0e08 100%);
    padding: clamp(56px, 8vw, 80px) 0;
    color: #fff;
}

.fi-order-band-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(32px, 5vw, 64px);
    align-items: center;
}

.fi-order-band h2 {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 16px;
    line-height: 1.12;
}

.fi-order-band p {
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.8;
    margin: 0 0 24px;
    max-width: 440px;
}

.fi-order-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.fi-order-visual img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
}

/* Rewards image */
.page-home .fi-rewards-visual img {
    border-radius: 16px;
    width: 100%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

@media (max-width: 991px) {
    .fi-trust-inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .fi-trust-item:nth-child(2) {
        border-right: none;
    }

    .fi-trust-item:nth-child(1),
    .fi-trust-item:nth-child(2) {
        border-bottom: 1px solid rgba(63, 32, 22, 0.06);
    }

    .fi-popular-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .fi-signatures-grid,
    .fi-brands-grid {
        grid-template-columns: 1fr 1fr;
    }

    .fi-order-band-grid {
        grid-template-columns: 1fr;
    }

    .fi-order-visual {
        order: -1;
    }

    body.page-home {
        --nav-h: 54px;
    }

    body.page-home .navbar-inner {
        padding: 8px 0;
    }

    body.page-home .navbar-wordmark {
        font-size: 1.2rem;
        letter-spacing: 0.14em;
    }

    .fi-hero-inner--overlay {
        justify-content: flex-end;
        padding-top: calc(var(--nav-h) + 16px);
        padding-bottom: 32px;
    }

    .page-home .fi-hero-inner h1 {
        font-size: 1.65rem;
    }
}

@media (max-width: 767px) {
    .fi-trust-inner {
        grid-template-columns: 1fr;
    }

    .fi-trust-item {
        border-right: none;
        border-bottom: 1px solid rgba(63, 32, 22, 0.06);
    }

    .fi-trust-item:last-child {
        border-bottom: none;
    }

    .fi-popular-grid,
    .fi-brands-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .page-home .fi-hero-inner h1 {
        font-size: 1.85rem;
    }

    .page-home .fi-hero-stats {
        gap: 20px;
    }
}

.fi-btn-outline-dark {
    color: var(--fi-brown) !important;
    border-color: rgba(63, 32, 22, 0.25) !important;
}

.fi-btn-outline-dark:hover {
    background: rgba(63, 32, 22, 0.06) !important;
    color: var(--fi-brown) !important;
}

.page-home .fi-intro .fi-btn {
    margin-top: 28px;
}

@media (min-width: 992px) {
    body.page-home .navbar-inner {
        padding: 12px 0;
    }

    body.page-home .nav-list a {
        font-size: 0.72rem;
    }

    .fi-hero-video-wrap .fi-hero-overlay {
        background: linear-gradient(
            105deg,
            rgba(14, 8, 6, 0.88) 0%,
            rgba(14, 8, 6, 0.45) 50%,
            rgba(14, 8, 6, 0.2) 75%,
            transparent 100%
        );
    }

    .fi-hero-inner--overlay {
        justify-content: center;
        padding-top: calc(var(--nav-h) + 32px);
    }
}
