/* Floratrix Pro V2 — Luxury salon brand layer */

html.fp-v2,
.fp-v2 {
    scroll-behavior: smooth;
}

.fp-v2.fp-body {
    background: linear-gradient(180deg, #F5F0E8 0%, #FAF7F2 40%, #F5F0E8 100%);
}

/* ── Sticky centered header ── */
.fp-v2-header {
    position: sticky;
    top: 0;
    z-index: 1050;
    background: rgba(245, 240, 232, 0.92);
    border-bottom: 1px solid rgba(200, 169, 107, 0.22);
    transition: box-shadow 0.3s ease, background 0.3s ease, border-color 0.3s ease;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.fp-v2-header.scrolled {
    box-shadow: 0 4px 24px rgba(31, 77, 58, 0.1);
    background: rgba(245, 240, 232, 0.97);
    backdrop-filter: blur(10px);
}

.fp-v2-topbar {
    background: linear-gradient(90deg, #1a3f30 0%, #1F4D3A 50%, #1a3f30 100%);
    color: rgba(245, 240, 232, 0.95);
    font-size: 0.75rem;
    letter-spacing: 0.06em;
    border-bottom: 1px solid rgba(200, 169, 107, 0.2);
}

.fp-v2-topbar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 36px;
    gap: 1rem;
}

.fp-v2-topbar__tagline {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.fp-v2-topbar__tagline i { color: var(--fp-gold, #C8A96B); }

.fp-v2-topbar__links {
    display: flex;
    gap: 1.25rem;
}

.fp-v2-topbar__links a {
    color: inherit;
    text-decoration: none;
    opacity: 0.9;
    transition: opacity 0.2s;
}

.fp-v2-topbar__links a:hover { opacity: 1; color: var(--fp-gold, #C8A96B); }

.fp-v2-main { padding: 1rem 0 1.15rem; }

.fp-v2-main__row {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 2rem;
}

.fp-v2-nav {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.fp-v2-nav--left { justify-content: flex-start; }
.fp-v2-nav--right { justify-content: flex-end; }

.fp-v2-nav a {
    font-size: 0.82rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--fp-green, #1F4D3A);
    text-decoration: none;
    position: relative;
    padding-bottom: 2px;
}

.fp-v2-nav a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: var(--fp-gold, #C8A96B);
    transition: width 0.25s ease;
}

.fp-v2-nav a:hover::after,
.fp-v2-nav a.active::after { width: 100%; }

.fp-v2-logo {
    display: flex;
    justify-content: center;
    padding: 0 1rem;
}

.fp-v2-logo img {
    height: 58px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 2px 8px rgba(31, 77, 58, 0.12));
    transition: transform 0.3s ease;
}

.fp-v2-logo:hover img { transform: scale(1.03); }

.fp-v2-search {
    display: flex;
    align-items: center;
    border: 1px solid rgba(200, 169, 107, 0.35);
    border-radius: 999px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.85);
    max-width: 160px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.fp-v2-search:focus-within {
    border-color: var(--fp-gold, #C8A96B);
    box-shadow: 0 0 0 3px rgba(200, 169, 107, 0.15);
}

.fp-v2-search input {
    border: 0;
    background: transparent;
    font-size: 0.8rem;
    padding: 0.4rem 0.75rem;
    width: 100px;
    outline: none;
}

.fp-v2-search button {
    border: 0;
    background: transparent;
    color: var(--fp-green, #1F4D3A);
    padding: 0.4rem 0.65rem;
}

.fp-v2-cart {
    position: relative;
    color: var(--fp-green, #1F4D3A);
    font-size: 1.25rem;
    text-decoration: none;
}

.fp-v2-cart .cart-count {
    position: absolute;
    top: -6px;
    right: -8px;
    min-width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--fp-gold, #C8A96B);
    color: #fff;
    font-size: 0.65rem;
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

/* Hide discount-era UI globally in V2 */
.fp-v2 .fp-offer-strip,
.fp-v2 .mm-pdp-ribbon,
.fp-v2 .mm-pdp-discount,
.fp-v2 .mm-pdp-save { display: none !important; }

/* ── Hero ── */
.fp-v2-hero-wrap {
    position: relative;
    overflow: hidden;
}

.fp-v2-hero-wrap::after {
    content: '';
    position: absolute;
    inset: auto 0 0;
    height: 120px;
    background: linear-gradient(to top, rgba(245, 240, 232, 0.95), transparent);
    pointer-events: none;
    z-index: 4;
}

.fp-v2-hero-wrap .fp-hero-luxe,
.fp-v2-hero-wrap .nk-hero {
    margin-bottom: 0;
    border-radius: 0 0 24px 24px;
    overflow: hidden;
}

.fp-v2-hero-wrap .nk-hero__carousel {
    border-radius: 0 0 24px 24px;
}

.fp-v2-hero-tagline {
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    pointer-events: none;
}

.fp-v2-hero-tagline span {
    display: inline-block;
    padding: 0.65rem 2rem;
    background: rgba(31, 77, 58, 0.92);
    color: var(--fp-cream, #F5F0E8);
    font-family: 'Playfair Display', serif;
    font-size: 0.95rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    border: 1px solid rgba(200, 169, 107, 0.55);
    box-shadow: 0 8px 32px rgba(31, 77, 58, 0.25);
    backdrop-filter: blur(6px);
}

.fp-v2-hero-fallback {
    position: relative;
    min-height: 420px;
    background: linear-gradient(135deg, #1F4D3A 0%, #2d6b52 50%, #1F4D3A 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 3rem 1.5rem;
}

.fp-v2-hero-fallback__content {
    position: relative;
    z-index: 2;
    max-width: 560px;
    color: var(--fp-cream, #F5F0E8);
}

.fp-v2-hero-fallback__content h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 5vw, 3rem);
    margin: 0.5rem 0 1rem;
}

.fp-v2-hero-fallback__content p {
    opacity: 0.9;
    margin-bottom: 1.5rem;
}

/* ── Section headings ── */
.fp-v2 .fp-section {
    padding: clamp(3rem, 6vw, 5rem) 0;
    position: relative;
}

.fp-v2-section-head {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 3rem;
}

.fp-v2-section-head .fp-eyebrow {
    display: inline-block;
    padding: 0.35rem 1rem;
    background: rgba(200, 169, 107, 0.12);
    border: 1px solid rgba(200, 169, 107, 0.3);
    border-radius: 999px;
    margin-bottom: 0.75rem;
}

.fp-v2-section-head h2 {
    font-family: 'Playfair Display', serif;
    color: var(--fp-green, #1F4D3A);
    margin: 0.35rem 0 0.85rem;
    font-size: clamp(1.85rem, 3.5vw, 2.5rem);
    font-weight: 700;
    line-height: 1.2;
}

.fp-v2-section-head h2::after {
    content: '';
    display: block;
    width: 56px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--fp-gold, #C8A96B), transparent);
    margin: 1rem auto 0;
}

.fp-v2-section-head--row h2::after { margin-left: 0; }

.fp-v2-section-head p {
    color: rgba(31, 77, 58, 0.68);
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;
}

.fp-v2-section-head--row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    text-align: left;
    max-width: none;
    gap: 1rem;
    flex-wrap: wrap;
}

.fp-v2-section-head--row > div { max-width: 560px; }

/* ── About ── */
.fp-v2-about {
    overflow: hidden;
    background: linear-gradient(180deg, #FAF7F2 0%, #F5F0E8 50%, #FAF7F2 100%) !important;
}

.fp-v2-about__visual {
    position: relative;
    padding: 1.5rem 1rem 2rem;
    max-width: 420px;
    margin: 0 auto;
}

.fp-v2-about__frame {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(160deg, #1F4D3A 0%, #2a5f48 55%, #163828 100%);
    border: 2px solid rgba(200, 169, 107, 0.55);
    box-shadow: 0 28px 64px rgba(31, 77, 58, 0.2);
    padding: 1.75rem 1.5rem 0;
}

.fp-v2-about__panel-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, #C8A96B, #e8d4a8, #C8A96B);
}

.fp-v2-about__logo-card {
    background: #fff;
    border-radius: 14px;
    padding: 2rem 1.5rem;
    margin-bottom: 0;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(200, 169, 107, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
}

.fp-v2-about__logo {
    max-width: 240px;
    width: 85%;
    height: auto;
    display: block;
}

.fp-v2-about__panel-foot {
    padding: 1.25rem 0.5rem 1.5rem;
    text-align: center;
}

.fp-v2-about__brand-name {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 0.35rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.fp-v2-about__brand-tag {
    display: block;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #E8D4A8;
}

.fp-v2-about__badge {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 0.85rem;
    background: #fff;
    border: 1px solid rgba(200, 169, 107, 0.45);
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 600;
    color: #1F4D3A;
    letter-spacing: 0.04em;
    box-shadow: 0 8px 24px rgba(31, 77, 58, 0.12);
    white-space: nowrap;
}

.fp-v2-about__badge i { color: #C8A96B; }

.fp-v2-about__badge--1 { top: 0.5rem; right: -0.25rem; }
.fp-v2-about__badge--2 { bottom: 1rem; left: -0.5rem; }

.fp-v2-about__content { padding: 0.5rem 0; }

.fp-v2-about__eyebrow {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #1F4D3A;
    background: rgba(200, 169, 107, 0.22);
    border: 1px solid rgba(200, 169, 107, 0.5);
    padding: 0.4rem 1rem;
    border-radius: 999px;
    margin-bottom: 1rem;
}

.fp-v2-about__content h2 {
    font-family: 'Playfair Display', serif;
    color: #1F4D3A;
    font-size: clamp(1.85rem, 3.5vw, 2.5rem);
    font-weight: 700;
    margin-bottom: 1.15rem;
    line-height: 1.2;
}

.fp-v2-about__content h2::after {
    content: '';
    display: block;
    width: 64px;
    height: 3px;
    background: linear-gradient(90deg, #C8A96B, #e8d4a8);
    margin-top: 0.85rem;
    border-radius: 2px;
}

.fp-v2-about__lead {
    font-size: 1.08rem;
    font-weight: 500;
    color: #1F4D3A;
    line-height: 1.75;
    margin-bottom: 1rem;
}

.fp-v2-about__text {
    font-size: 0.95rem;
    color: #3d5c4e;
    line-height: 1.8;
    margin-bottom: 1.25rem;
}

.fp-v2-about__list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.75rem;
}

.fp-v2-about__list li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.65rem;
    font-size: 0.95rem;
    font-weight: 500;
    color: #1F4D3A;
}

.fp-v2-about__check {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #1F4D3A;
    color: #E8D4A8;
    font-size: 0.9rem;
}

.fp-v2-about h2 {
    font-family: 'Playfair Display', serif;
    color: var(--fp-green, #1F4D3A);
    font-size: clamp(1.75rem, 3vw, 2.35rem);
    margin-bottom: 1rem;
}

.fp-btn--outline {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.85rem 1.75rem;
    border: 1.5px solid var(--fp-green, #1F4D3A);
    color: var(--fp-green, #1F4D3A);
    background: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 0.8rem;
    border-radius: 999px;
    transition: all 0.3s ease;
}

.fp-btn--outline:hover {
    background: var(--fp-green, #1F4D3A);
    color: var(--fp-cream, #F5F0E8);
    box-shadow: 0 8px 24px rgba(31, 77, 58, 0.2);
    transform: translateY(-2px);
}

/* ── Collections bento polish ── */
.fp-v2-collections .fp-promo-banner {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(31, 77, 58, 0.1);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.fp-v2-collections .fp-promo-banner:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(31, 77, 58, 0.16);
}

/* ── Featured product grid (uniform luxury cards) ── */
.fp-showcase-grid--luxury {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1.75rem;
}

.fp-product-card--luxury {
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(200, 169, 107, 0.15);
    box-shadow: 0 4px 20px rgba(31, 77, 58, 0.06);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.fp-product-card--luxury:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 48px rgba(31, 77, 58, 0.12);
    border-color: rgba(200, 169, 107, 0.45);
}

.fp-product-card--luxury .fp-product-card__media {
    aspect-ratio: 1;
    background: linear-gradient(180deg, #fff 0%, #FAF7F2 100%);
    border-bottom: 1px solid rgba(31, 77, 58, 0.04);
}

.fp-product-card--luxury .fp-product-card__body {
    padding: 1.1rem 1.15rem 1.25rem;
}

.fp-product-card--luxury .fp-product-card__title a {
    font-family: 'Playfair Display', serif;
    font-size: 1rem;
    line-height: 1.35;
}

.fp-product-card--luxury .fp-btn--cart,
.fp-product-card--luxury .fp-btn--buy {
    border-radius: 999px;
    font-size: 0.75rem;
    letter-spacing: 0.04em;
}

.fp-product-card--luxury .fp-product-card__media {
    aspect-ratio: 1;
    background: #fff;
    border: 1px solid rgba(31, 77, 58, 0.06);
}

.fp-product-card--luxury .fp-showcase-card__img-link img {
    object-fit: contain;
    padding: 1rem;
    width: 100%;
    height: 100%;
}

.fp-product-card--luxury .fp-product-card__badge--featured {
    background: var(--fp-green, #1F4D3A);
    color: var(--fp-cream, #F5F0E8);
    font-size: 0.65rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.fp-product-card--luxury .fp-product-card__price {
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--fp-green, #1F4D3A);
}

.fp-product-card--luxury .fp-showcase-card__save-pill,
.fp-product-card--luxury .fp-product-card__mrp { display: none; }

/* ── Why Floratrix Pro ── */
.fp-v2-why-grid {
    grid-template-columns: repeat(4, 1fr);
}

.fp-v2-why-item {
    text-align: center;
    padding: 2.25rem 1.5rem;
    background: #fff;
    border: 1px solid rgba(200, 169, 107, 0.18);
    border-radius: 16px;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    height: 100%;
}

.fp-v2-why-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(31, 77, 58, 0.1);
    border-color: rgba(200, 169, 107, 0.45);
}

.fp-v2-why-item__icon {
    display: inline-flex;
    width: 64px;
    height: 64px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(200, 169, 107, 0.2) 0%, rgba(200, 169, 107, 0.08) 100%);
    border: 1px solid rgba(200, 169, 107, 0.35);
    color: var(--fp-gold, #C8A96B);
    font-size: 1.4rem;
    margin-bottom: 1.15rem;
}

.fp-v2-why-item h4 {
    font-family: 'Playfair Display', serif;
    color: var(--fp-green, #1F4D3A);
    margin-bottom: 0.5rem;
}

/* ── Testimonials ── */
.fp-v2-reviews {
    background: linear-gradient(180deg, rgba(31, 77, 58, 0.03) 0%, transparent 100%);
}

.fp-v2-testimonial {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
    padding: 3rem 2.5rem;
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(200, 169, 107, 0.25);
    box-shadow: 0 16px 48px rgba(31, 77, 58, 0.08);
}

.fp-v2-testimonial .fp-testimonial-quote {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.15rem, 2.5vw, 1.45rem);
    font-style: italic;
    color: var(--fp-green, #1F4D3A);
    line-height: 1.7;
    margin: 1rem 0 1.5rem;
}

.fp-v2-testimonial .fp-testimonial-avatar {
    background: linear-gradient(135deg, #1F4D3A, #2d6b52);
    color: var(--fp-gold, #C8A96B);
    border: 2px solid rgba(200, 169, 107, 0.4);
}

/* ── Partner CTA ── */
.fp-v2-partner-card {
    background: linear-gradient(145deg, #1a3f30 0%, #1F4D3A 40%, #163828 100%);
    color: var(--fp-cream, #F5F0E8);
    padding: 3rem 2.5rem;
    border-radius: 20px;
    text-align: center;
    border: 1px solid rgba(200, 169, 107, 0.35);
    box-shadow: 0 20px 60px rgba(31, 77, 58, 0.2);
    position: relative;
    overflow: hidden;
}

.fp-v2-partner-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -30%;
    width: 60%;
    height: 200%;
    background: radial-gradient(circle, rgba(200, 169, 107, 0.12) 0%, transparent 70%);
    pointer-events: none;
}

.fp-v2-partner-card .fp-btn--primary {
    border-radius: 999px;
    padding: 0.9rem 2rem;
    letter-spacing: 0.05em;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.fp-v2-partner-card__icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(200, 169, 107, 0.2);
    font-size: 1.5rem;
    color: var(--fp-gold, #C8A96B);
}

.fp-v2-partner-card h3 {
    font-family: 'Playfair Display', serif;
    margin-bottom: 0.75rem;
}

.fp-v2-partner-card p { opacity: 0.9; margin-bottom: 1.5rem; }

.fp-v2-partner-wa {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 1rem;
    color: var(--fp-gold, #C8A96B);
    text-decoration: none;
    font-size: 0.9rem;
}

.fp-v2-partner-wa:hover { color: #fff; }

/* ── Contact + Map ── */
.fp-v2-contact-card {
    height: 100%;
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(200, 169, 107, 0.2);
    padding: 1.75rem 1.25rem;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    position: relative;
    overflow: hidden;
}

.fp-v2-contact-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--fp-gold, #C8A96B), #e8d4a8, var(--fp-gold, #C8A96B));
}

.fp-v2-contact-card:hover {
    transform: translateY(-5px);
    border-color: rgba(200, 169, 107, 0.5);
    box-shadow: 0 14px 36px rgba(31, 77, 58, 0.1);
}

.fp-v2-contact-card .fp-contact-icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(31, 77, 58, 0.08) 0%, rgba(200, 169, 107, 0.12) 100%);
    color: var(--fp-green, #1F4D3A);
    font-size: 1.25rem;
    border: 1px solid rgba(200, 169, 107, 0.25);
}

.fp-v2-contact-card h4 {
    font-family: 'Playfair Display', serif;
    color: var(--fp-green, #1F4D3A);
    margin-bottom: 0.5rem;
}

.fp-v2-contact-card p {
    color: rgba(31, 77, 58, 0.75);
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.55;
}

.fp-v2-contact-card a {
    color: var(--fp-green, #1F4D3A);
    text-decoration: none;
    transition: color 0.2s;
}

.fp-v2-contact-card a:hover { color: var(--fp-gold, #C8A96B); }

.fp-v2-map-wrap {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(200, 169, 107, 0.3);
    box-shadow: 0 16px 48px rgba(31, 77, 58, 0.1);
    aspect-ratio: 21/9;
    min-height: 300px;
}

.fp-v2-map-wrap iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.fp-v2-map-section { padding-top: 0; }

/* ── Mobile polish ── */
@media (max-width: 991.98px) {
    .fp-v2 .fp-mob-cats { display: none; }

    .fp-v2 .fp-mob-header {
        background: rgba(245, 240, 232, 0.97);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
        border-bottom: 1px solid rgba(200, 169, 107, 0.25);
        padding: 0.7rem 0.85rem;
        box-shadow: 0 2px 16px rgba(31, 77, 58, 0.06);
    }

    .fp-v2 .fp-mob-header .fp-logo-img {
        height: 46px;
        max-width: 160px;
    }

    .fp-v2 .fp-mob-btn {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.85);
        border: 1px solid rgba(200, 169, 107, 0.25);
    }

    .fp-v2 .fp-mob-search {
        margin: 0 0.85rem 0.65rem;
        height: 44px;
        border-radius: 999px;
        background: #fff;
        border: 1px solid rgba(200, 169, 107, 0.35);
        box-shadow: 0 4px 16px rgba(31, 77, 58, 0.06);
        overflow: hidden;
    }

    .fp-v2 .fp-mob-search input {
        font-size: 0.88rem;
        padding: 0 1rem;
    }

    /* Trust strip — 2×2 grid, readable */
    .fp-v2 .fp-value-bar-mob {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
        overflow: visible;
        padding: 0.65rem 0.75rem;
        background: linear-gradient(135deg, #1F4D3A, #2a5f48);
        border-bottom: none;
    }

    .fp-v2 .fp-value-bar-mob__item {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 0.35rem;
        font-size: 0.68rem;
        font-weight: 600;
        color: #F5F0E8;
        white-space: normal;
        line-height: 1.25;
        padding: 0.5rem 0.35rem;
        margin: 0;
        border: none;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.08);
    }

    .fp-v2 .fp-value-bar-mob__item i {
        color: #E8D4A8;
        font-size: 1rem;
    }

    /* Hero — taller, readable copy card */
    .fp-v2-hero-wrap::after { height: 48px; }

    .fp-v2-hero-tagline { display: none !important; }

    .fp-v2 .nk-hero__slide {
        height: clamp(280px, 62vw, 380px) !important;
    }

    .fp-v2 .nk-hero__shade {
        background: linear-gradient(
            0deg,
            rgba(12, 32, 24, 0.92) 0%,
            rgba(12, 32, 24, 0.35) 45%,
            rgba(12, 32, 24, 0.08) 100%
        ) !important;
    }

    .fp-v2 .nk-hero__copy {
        left: 0.85rem;
        right: 0.85rem;
        top: auto;
        bottom: 2.5rem;
        max-width: none;
        padding: 1rem 1.1rem 1.15rem !important;
        justify-content: flex-end !important;
        background: linear-gradient(135deg, rgba(31, 77, 58, 0.94), rgba(22, 56, 40, 0.9));
        border-radius: 14px;
        border: 1px solid rgba(200, 169, 107, 0.35);
        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
    }

    .fp-v2 .nk-hero__tag {
        color: #E8D4A8 !important;
        background: rgba(200, 169, 107, 0.18) !important;
        font-size: 0.62rem;
        margin-bottom: 0.5rem;
    }

    .fp-v2 .nk-hero__title {
        color: #fff !important;
        font-size: clamp(1.25rem, 5.5vw, 1.55rem) !important;
        text-shadow: none;
        margin-bottom: 0.35rem !important;
        line-height: 1.25 !important;
    }

    .fp-v2 .nk-hero__sub {
        color: rgba(245, 240, 232, 0.92) !important;
        font-size: 0.82rem !important;
        opacity: 1 !important;
        margin-bottom: 0.75rem !important;
        -webkit-line-clamp: 3;
    }

    .fp-v2 .nk-hero__btn {
        padding: 0.65rem 1.25rem !important;
        font-size: 0.7rem !important;
        background: linear-gradient(135deg, #C8A96B, #e0c88a) !important;
        color: #1F4D3A !important;
        font-weight: 800;
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
    }

    .fp-v2 .nk-hero__dots {
        margin-bottom: 0.65rem !important;
        z-index: 5;
    }

    .fp-v2 .nk-hero__slide--img-only::after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(
            0deg,
            rgba(12, 32, 24, 0.55) 0%,
            transparent 45%
        );
        pointer-events: none;
        z-index: 1;
    }

    .fp-v2-hero-wrap .nk-hero,
    .fp-v2-hero-wrap .nk-hero__carousel { border-radius: 0 0 18px 18px; }

    /* Section headings — larger on mobile */
    .fp-v2 .fp-section { padding: 2.25rem 0; }

    .fp-v2-section-head {
        margin-bottom: 1.5rem;
        padding: 0 0.25rem;
    }

    .fp-v2-section-head .fp-eyebrow {
        font-size: 0.65rem;
        padding: 0.35rem 0.85rem;
    }

    .fp-v2-section-head h2 {
        font-size: 1.55rem;
    }

    .fp-v2-section-head p {
        font-size: 0.9rem;
        color: #3d5c4e;
        line-height: 1.6;
    }

    /* Collections — single column stack (no cramped 2-col) */
    .fp-v2-collections .fp-promo-grid,
    .fp-v2-collections .fp-promo-grid--bento {
        display: flex;
        flex-direction: column;
        gap: 0.85rem;
    }

    .fp-v2-collections .fp-promo-banner,
    .fp-v2-collections .fp-promo-banner--hero,
    .fp-v2-collections .fp-promo-banner--wide {
        grid-column: auto;
        width: 100%;
        aspect-ratio: 16 / 10;
        min-height: 190px;
        border-radius: 16px;
    }

    .fp-v2-collections .fp-promo-banner--hero {
        min-height: 220px;
        aspect-ratio: 16 / 11;
    }

    .fp-v2-collections .fp-promo-banner__overlay {
        background: linear-gradient(
            0deg,
            rgba(12, 32, 24, 0.95) 0%,
            rgba(12, 32, 24, 0.55) 50%,
            rgba(12, 32, 24, 0.1) 100%
        ) !important;
    }

    .fp-v2-collections .fp-promo-banner__label {
        padding: 1rem 1.1rem 1.15rem;
    }

    .fp-v2-collections .fp-promo-banner__label h3 {
        font-size: 1.05rem !important;
        color: #fff !important;
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
        -webkit-line-clamp: 3;
    }

    .fp-v2-collections .fp-promo-banner--hero .fp-promo-banner__label h3 {
        font-size: 1.2rem !important;
    }

    .fp-v2-collections .fp-promo-banner__desc {
        font-size: 0.78rem !important;
        opacity: 1;
        color: rgba(245, 240, 232, 0.9);
    }

    .fp-v2-collections .fp-promo-banner__cta {
        opacity: 1;
        transform: none;
        font-size: 0.75rem;
        color: #E8D4A8;
        font-weight: 700;
    }

    .fp-v2-why-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }

    .fp-v2-why-item { padding: 1.35rem 0.85rem; }

    .fp-showcase-grid--luxury {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }

    .fp-product-card--luxury .fp-product-card__title a {
        font-size: 0.88rem;
    }

    .fp-v2-map-wrap { aspect-ratio: 4/3; border-radius: 16px; }

    .fp-v2-testimonial { padding: 1.75rem 1.15rem; border-radius: 16px; }

    .fp-v2-about__visual { max-width: 100%; padding: 1rem 0.5rem 1.5rem; }

    .fp-v2-about__badge { font-size: 0.65rem; padding: 0.4rem 0.65rem; }
    .fp-v2-about__badge--1 { right: 0; }
    .fp-v2-about__badge--2 { left: 0; }

    .fp-v2-about__logo-card { min-height: 180px; padding: 1.5rem 1rem; }

    /* Bottom nav — full width, centered (fix right shift) */
    .fp-v2 .fp-bottom-nav {
        position: fixed;
        bottom: 0;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        max-width: 100vw;
        margin: 0 !important;
        transform: none !important;
        box-sizing: border-box;
        height: 58px;
        border-radius: 18px 18px 0 0;
        box-shadow: 0 -4px 24px rgba(31, 77, 58, 0.1);
        border-top: 1px solid rgba(200, 169, 107, 0.25);
        display: flex;
        align-items: stretch;
        justify-content: space-around;
        padding-bottom: env(safe-area-inset-bottom, 0px);
        padding-left: max(0px, env(safe-area-inset-left, 0px));
        padding-right: max(0px, env(safe-area-inset-right, 0px));
    }

    .fp-v2 .fp-bottom-nav a {
        flex: 1;
        min-width: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 0.58rem;
        font-weight: 600;
        gap: 3px;
        text-align: center;
    }

    .fp-v2 .fp-bottom-nav a span {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .fp-v2 .fp-bottom-nav a i { font-size: 1.2rem; }

    .fp-v2 .fp-bottom-nav a.active {
        color: #1F4D3A;
    }

    .fp-v2 body.fp-body {
        padding-bottom: calc(58px + env(safe-area-inset-bottom, 0px));
    }

    .fp-v2 .whatsapp-float {
        bottom: calc(68px + env(safe-area-inset-bottom, 0px));
        box-shadow: 0 6px 20px rgba(31, 77, 58, 0.25);
    }
}

@media (max-width: 575.98px) {
    .fp-v2-why-grid {
        grid-template-columns: 1fr;
    }

    .fp-v2-section-head--row {
        flex-direction: column;
        align-items: flex-start;
    }

    .fp-v2 .fp-value-bar-mob {
        grid-template-columns: repeat(2, 1fr);
    }

    .fp-v2 .nk-hero__slide {
        height: clamp(260px, 68vw, 340px) !important;
    }

    .fp-v2-collections .fp-promo-banner,
    .fp-v2-collections .fp-promo-banner--hero {
        min-height: 175px;
    }

    .fp-showcase-grid--luxury {
        gap: 0.65rem;
    }

    .fp-v2-about__content h2 { font-size: 1.45rem; }
}

/* ── Service ribbon — visible text on V2 ── */
.fp-v2 .fp-service-ribbon {
    background: linear-gradient(180deg, #fff 0%, #F5F0E8 100%);
    border-top: 1px solid rgba(200, 169, 107, 0.35);
    border-bottom: 1px solid rgba(200, 169, 107, 0.2);
    color: #1F4D3A;
    padding: 1.5rem 0;
}

.fp-v2 .fp-service-ribbon__item {
    color: #1F4D3A;
    font-weight: 600;
    font-size: 0.8rem;
}

.fp-v2 .fp-service-ribbon__icon {
    background: rgba(31, 77, 58, 0.08);
    border-color: rgba(200, 169, 107, 0.45);
    width: 48px;
    height: 48px;
}

.fp-v2 .fp-service-ribbon__icon i {
    color: #1F4D3A;
    font-size: 1.2rem;
}

@media (min-width: 992px) {
    .fp-v2-header.is-compact .fp-v2-main { padding: 0.55rem 0 0.75rem; }
    .fp-v2-header.is-compact .fp-v2-logo img { height: 48px; }

    .fp-v2 .fp-value-bar {
        background: rgba(255, 255, 255, 0.5);
        border-bottom: 1px solid rgba(200, 169, 107, 0.15);
    }

    .fp-v2 .fp-footer {
        border-top: 3px solid rgba(200, 169, 107, 0.35);
    }
}

/* ── Brand taglines (main + supporting) ── */
.fp-v2-brand-taglines {
    text-align: center;
}

.fp-v2-brand-taglines__main {
    font-family: var(--fp-font-heading, 'Cormorant Garamond', Georgia, serif);
    font-size: clamp(1.35rem, 3vw, 1.85rem);
    font-weight: 600;
    color: #1F4D3A;
    margin: 0;
    letter-spacing: 0.02em;
    line-height: 1.25;
}

.fp-v2-brand-taglines__sub {
    font-family: var(--fp-font-body, 'Jost', sans-serif);
    font-size: clamp(0.95rem, 2.2vw, 1.1rem);
    font-weight: 500;
    color: #C8A96B;
    margin: 0.35rem 0 0;
    letter-spacing: 0.04em;
}

.fp-v2-brand-taglines--hero {
    padding: 1.25rem 1rem;
}

.fp-v2-brand-taglines--hero .fp-v2-brand-taglines__main {
    font-size: clamp(1.1rem, 2.5vw, 1.45rem);
}

.fp-v2-brand-taglines--promo {
    margin-bottom: 0.5rem;
}

.fp-v2-brand-taglines--promo .fp-v2-brand-taglines__main {
    font-size: clamp(1.15rem, 2.8vw, 1.55rem);
}

.fp-v2-brand-taglines--inline {
    text-align: left;
    margin-bottom: 0.35rem;
}

.fp-v2-brand-taglines--inline .fp-v2-brand-taglines__main {
    font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.fp-v2-brand-taglines--inline .fp-v2-brand-taglines__sub {
    font-size: 0.9rem;
}

.fp-v2-hero-brand-strip {
    background: linear-gradient(180deg, rgba(245, 240, 232, 0.95) 0%, #F5F0E8 100%);
    border-top: 1px solid rgba(200, 169, 107, 0.25);
    padding: 0.5rem 0 1rem;
}

/* ── Trust & experience counters ── */
.fp-v2-stats {
    padding: clamp(2rem, 5vw, 3.5rem) 0;
}

.fp-v2-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
}

.fp-v2-stats__item {
    text-align: center;
    padding: 1.5rem 1rem;
    background: #fff;
    border: 1px solid rgba(200, 169, 107, 0.3);
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(31, 77, 58, 0.06);
}

.fp-v2-stats__value {
    display: block;
    font-family: var(--fp-font-heading, 'Cormorant Garamond', Georgia, serif);
    font-size: clamp(1.75rem, 4vw, 2.35rem);
    font-weight: 700;
    color: #1F4D3A;
    line-height: 1.1;
    margin-bottom: 0.4rem;
}

.fp-v2-stats__label {
    display: block;
    font-size: 0.78rem;
    font-weight: 600;
    color: #5a6b62;
    letter-spacing: 0.03em;
    line-height: 1.45;
    max-width: 12rem;
    margin: 0 auto;
}

/* ── Before & After transformation ── */
.fp-v2-transform {
    background: #fff;
}

.fp-v2-transform-card {
    height: 100%;
    background: #F5F0E8;
    border: 1px solid rgba(200, 169, 107, 0.35);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(31, 77, 58, 0.08);
}

.fp-v2-transform-card__images {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem;
    background: #fff;
}

.fp-v2-transform-card__img-wrap {
    position: relative;
    aspect-ratio: 4 / 5;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(31, 77, 58, 0.12);
}

.fp-v2-transform-card__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.fp-v2-transform-card__img-wrap--before img {
    filter: grayscale(0.35) brightness(0.92) contrast(0.95);
}

.fp-v2-transform-card__badge {
    position: absolute;
    top: 8px;
    left: 8px;
    padding: 0.2rem 0.55rem;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    background: rgba(31, 77, 58, 0.85);
    border-radius: 999px;
}

.fp-v2-transform-card__badge--after {
    background: rgba(200, 169, 107, 0.95);
    color: #1F4D3A;
}

.fp-v2-transform-card__arrow {
    color: #C8A96B;
    font-size: 1.25rem;
}

.fp-v2-transform-card__body {
    padding: 1.25rem 1.35rem 1.5rem;
}

.fp-v2-transform-card__row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
    padding: 0.55rem 0;
    border-bottom: 1px solid rgba(31, 77, 58, 0.08);
    font-size: 0.88rem;
}

.fp-v2-transform-card__row:last-child {
    border-bottom: none;
}

.fp-v2-transform-card__key {
    font-weight: 700;
    color: #1F4D3A;
    flex-shrink: 0;
}

.fp-v2-transform-card__val {
    color: #4a5c52;
    text-align: right;
}

.fp-v2-transform-card__product {
    color: #C8A96B;
    font-weight: 600;
    text-decoration: none;
    text-align: right;
}

.fp-v2-transform-card__product:hover {
    color: #1F4D3A;
    text-decoration: underline;
}

.fp-footer-tagline--sub {
    font-size: 0.88rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    margin-top: -6px;
    margin-bottom: 14px;
}

@media (max-width: 991.98px) {
    .fp-v2-stats__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {
    .fp-v2-stats__grid {
        grid-template-columns: 1fr;
    }

    .fp-v2-transform-card__images {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
    }

    .fp-v2-transform-card__arrow {
        text-align: center;
        transform: rotate(90deg);
    }
}

/* Reveal animation polish */
.fp-v2 .fp-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.fp-v2 .fp-reveal.is-visible {
    opacity: 1;
    transform: none;
}
