/* ============================================================
   RESET & TOKENS
   ============================================================ */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
img { max-width: 100%; height: auto; display: block; }

:root {
    --orange:  #B5652E;
    --orange-dark: #96521F;
    --orange-light: #F7EFE6;
    --cream:   #FAF8F4;
    --dark:    #1B1A18;
    --mid:     #6E6860;
    --light:   #F4F2EE;
    --white:   #ffffff;
    --line:    #E7E2D9;
    --nav-h:   80px;
    --radius:  3px;
    --shadow:  0 2px 10px rgba(20,18,15,0.05);
    --max-w:   1200px;
}

/* ============================================================
   BASE
   ============================================================ */
body {
    font-family: "Inter Tight", sans-serif;
    color: var(--dark);
    background-color: var(--cream);
    padding-top: var(--nav-h);
    line-height: 1.6;
}

a { text-decoration: none; color: inherit; }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.7rem;
    border-radius: 2px;
    font-family: "Inter Tight", sans-serif;
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.4px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: background 0.18s, color 0.18s, border-color 0.18s, transform 0.1s;
    min-height: 44px;
    white-space: nowrap;
}
.btn:active { transform: scale(0.98); }

.btn-primary {
    background: var(--dark);
    color: var(--white);
    box-shadow: none;
}
.btn-primary:hover {
    background: var(--orange);
    box-shadow: none;
    color: var(--white);
}

.btn-outline {
    background: transparent;
    color: var(--dark);
    border-color: var(--dark);
}
.btn-outline:hover {
    background: var(--dark);
    color: var(--white);
}

.btn-white {
    background: var(--white);
    color: var(--dark);
    box-shadow: 0 2px 12px rgba(0,0,0,0.1);
}
.btn-white:hover {
    background: var(--orange-light);
}

/* ============================================================
   LAYOUT
   ============================================================ */
.container {
    max-width: var(--max-w);
    margin: 0 auto;
    padding: 0 24px;
}

/* ============================================================
   BADGES
   ============================================================ */
.badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: var(--orange);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    padding: 0;
    border-radius: 0;
    margin-bottom: 16px;
}
.badge::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 1px;
    background: var(--orange);
}
.badge-dark {
    color: var(--orange);
}
.badge-dark::before {
    background: var(--orange);
}

/* ============================================================
   NAV
   ============================================================ */
nav {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: var(--nav-h);
    background: var(--white);
    border-bottom: 1px solid var(--line);
    box-shadow: none;
    z-index: 1000;
}

.nav-container {
    max-width: var(--max-w);
    margin: 0 auto;
    padding: 0 24px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.navlogo {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--dark);
    letter-spacing: 0.2px;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 4px;
    align-items: center;
}

.nav-links li a {
    color: var(--dark);
    font-size: 0.92rem;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 6px;
    transition: background 0.15s, color 0.15s;
}
.nav-links li a:hover {
    background: var(--light);
    color: var(--dark);
}

/* Mobile "Shop Now" cart icon — sits next to the hamburger so
   quick shop access doesn't require opening the menu. Hidden on
   desktop, where the text "Shop Now" link in .nav-links covers it. */
.nav-cart {
    display: none;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: var(--dark);
    flex-shrink: 0;
    transition: background 0.15s, transform 0.1s;
}
.nav-cart:hover { background: var(--light); }
.nav-cart:active { transform: scale(0.94); }

/* Hamburger */
.nav-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    z-index: 1001;
}
.nav-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--dark);
    border-radius: 2px;
    transition: transform 0.28s, opacity 0.28s;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ============================================================
   HERO CAROUSEL  (Amazon-style, full-bleed, autoplaying)
   ============================================================ */
.hero-carousel {
    position: relative;
    width: 100%;
    /* taller than before so each photo shows more of itself instead
       of being tightly cropped */
    height: clamp(440px, 60vw, 680px);
    overflow: hidden;
    background: var(--cream);
}

.carousel-track {
    position: relative;
    width: 100%;
    height: 100%;
}

.carousel-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    /* visibility must share the SAME duration as opacity — with this,
       the browser defers "hidden" until the fade-out finishes, and
       flips to "visible" instantly when fading in, so the outgoing
       and incoming slides genuinely overlap and blend instead of
       one cutting out before the other has faded in. */
    transition: opacity 1s ease, visibility 1s ease;
    display: flex;
    align-items: center;
}
.carousel-slide.is-active {
    opacity: 1;
    visibility: visible;
}
.carousel-slide > .container {
    position: relative;
    z-index: 2;
    width: 100%;
}

/* Real <img> instead of a CSS background-image — object-fit: cover
   crops to fill the frame without ever stretching/distorting it. */
.carousel-slide-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.carousel-content {
    position: relative;
    z-index: 2;
    max-width: 560px;
    color: var(--white);
    /* text-shadow carries legibility instead of a dark tint over the
       whole photo, so the image itself stays clean and untouched */
    text-shadow: 0 2px 16px rgba(0,0,0,0.45), 0 1px 4px rgba(0,0,0,0.4);
}
.carousel-content .badge {
    background: rgba(20,15,12,0.35);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    color: var(--white);
    padding: 5px 12px 5px 10px;
    text-shadow: none;
}
.carousel-content .badge::before {
    background: var(--white);
}
.carousel-content h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(2rem, 4.2vw, 3.4rem);
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: 0;
    margin-bottom: 14px;
}
.carousel-content p {
    font-size: 1rem;
    line-height: 1.65;
    color: rgba(255,255,255,0.92);
    margin-bottom: 24px;
    max-width: 440px;
}

.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.55);
    background: rgba(20,18,15,0.15);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    color: var(--white);
    font-size: 1.5rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 3;
    transition: background 0.18s, border-color 0.18s, transform 0.15s;
}
.carousel-arrow:hover { background: rgba(20,18,15,0.35); border-color: var(--white); transform: translateY(-50%) scale(1.06); }
.carousel-arrow--prev { left: 20px; }
.carousel-arrow--next { right: 20px; }

.carousel-dots {
    position: absolute;
    bottom: 26px;
    left: 0; right: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
    z-index: 3;
}
.carousel-dot {
    width: 22px;
    height: 2px;
    border-radius: 0;
    background: rgba(255,255,255,0.45);
    border: none;
    padding: 0;
    cursor: pointer;
    transition: background 0.18s, transform 0.18s;
}
.carousel-dot.is-active { background: var(--white); transform: none; }

/* The one remaining gradient — kept short and gentle so it just
   softens the seam between the carousel and the section below,
   without reading as a visible band over the photo itself */
.carousel-fade {
    position: absolute;
    left: 0; right: 0; bottom: 0;
    height: 50px;
    background: linear-gradient(to bottom, rgba(250,246,241,0) 0%, rgba(250,246,241,0.65) 70%, var(--cream) 100%);
    z-index: 2;
    pointer-events: none;
}

/* ============================================================
   SHOWCASE GRID — sits directly beneath the carousel
   ============================================================ */
.showcase-section {
    padding-top: 72px;
    padding-bottom: 8px;
}

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

.showcase-card {
    display: block;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 28px 18px 26px;
    text-align: center;
    box-shadow: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.showcase-card:hover {
    transform: none;
    border-color: var(--dark);
    box-shadow: 0 8px 22px rgba(20,18,15,0.06);
}
.showcase-img {
    width: 88px;
    height: 88px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: var(--light);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.showcase-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.showcase-card h3 {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 6px;
}
.showcase-card p {
    font-size: 0.82rem;
    color: var(--mid);
    line-height: 1.5;
    margin-bottom: 12px;
}
.showcase-link {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--orange);
}
.showcase-card:hover .showcase-link { text-decoration: underline; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
    padding: 110px 0 100px;
    background: var(--cream);
}

.hero-inner {
    display: flex;
    align-items: center;
    gap: 80px;
}

.hero-text {
    flex: 1;
    min-width: 0;
}

.hero-text h1 {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(2.6rem, 5vw, 4.2rem);
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: 0;
    color: var(--dark);
    margin-bottom: 22px;
}

.hero-text p {
    font-size: 1.05rem;
    font-weight: 400;
    line-height: 1.7;
    color: var(--mid);
    margin-bottom: 36px;
    max-width: 480px;
}

.hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.hero-image {
    flex-shrink: 0;
    width: 480px;
}
.hero-image img {
    width: 100%;
    border-radius: var(--radius);
    box-shadow: none;
    border: 1px solid var(--line);
}

/* Trust row */
.trust-row {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.83rem;
    font-weight: 600;
    color: var(--mid);
}
.trust-payments {
    display: flex;
    align-items: center;
    gap: 6px;
}
.trust-payments img {
    height: 24px;
    width: auto;
    border-radius: 3px;
}

/* ============================================================
   FEATURES STRIP
   ============================================================ */
.features-strip {
    background: var(--white);
    padding: 64px 0;
    box-shadow: none;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.feature-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 20px;
    border-radius: var(--radius);
    transition: background 0.2s;
}
.feature-card:hover {
    box-shadow: none;
    background: var(--cream);
}
.feature-card img {
    flex-shrink: 0;
    border-radius: 3px;
}
.feature-card h3 {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 6px;
    color: var(--dark);
}
.feature-card p {
    font-size: 0.88rem;
    color: var(--mid);
    line-height: 1.55;
}

/* ============================================================
   BENEFITS / STATS
   ============================================================ */
.benefits {
    padding: 100px 0;
    background: var(--dark);
}

.benefits-inner {
    display: flex;
    align-items: center;
    gap: 80px;
}

.benefits-text {
    flex: 1;
    min-width: 0;
}
.benefits-text h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(2rem, 3.4vw, 2.9rem);
    font-weight: 600;
    color: var(--white);
    line-height: 1.2;
    margin-bottom: 18px;
}
.benefits-text p {
    font-size: 1rem;
    color: rgba(255,255,255,0.7);
    line-height: 1.7;
    margin-bottom: 32px;
}

.benefits-stats {
    flex-shrink: 0;
    width: 460px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.stat-card {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: var(--radius);
    padding: 24px 20px;
    transition: background 0.2s;
}
.stat-card:hover {
    background: rgba(181,101,46,0.12);
    border-color: rgba(181,101,46,0.35);
}
.stat-number {
    display: block;
    font-size: 2.4rem;
    font-weight: 600;
    color: var(--orange);
    line-height: 1;
    margin-bottom: 10px;
}
.stat-card p {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.65);
    line-height: 1.55;
}

/* ============================================================
   SPLIT SECTIONS
   ============================================================ */
.split-section {
    padding: 100px 0;
    background: var(--cream);
}
.split-section:nth-child(even) {
    background: var(--white);
}

.split-inner {
    display: flex;
    align-items: center;
    gap: 70px;
}

.split-section--reverse .split-inner {
    flex-direction: row-reverse;
}

.split-image {
    flex-shrink: 0;
    width: 500px;
    height: 420px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid var(--line);
}
.split-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.split-image--bg {
    background-image: url(https://imgur.com/X1uKFle.png);
    background-size: cover;
    background-position: center;
}

.split-text {
    flex: 1;
    min-width: 0;
}
.split-text h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(1.9rem, 3.2vw, 2.6rem);
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 18px;
    color: var(--dark);
}
.split-text p {
    font-size: 1rem;
    color: var(--mid);
    line-height: 1.75;
    margin-bottom: 28px;
}

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonials {
    padding: 100px 0;
    background: var(--cream);
}

.section-header {
    text-align: center;
    margin-bottom: 56px;
}
.section-header h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(2rem, 3.4vw, 2.8rem);
    font-weight: 600;
    color: var(--dark);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.testimonial-card {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 32px 28px;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.testimonial-card:hover {
    transform: translateY(-3px);
    border-color: var(--dark);
    box-shadow: 0 8px 24px rgba(20,18,15,0.06);
}

.stars {
    color: var(--orange);
    font-size: 1.1rem;
    letter-spacing: 2px;
}

.testimonial-card p {
    font-size: 0.95rem;
    color: var(--mid);
    line-height: 1.7;
    flex: 1;
}

.reviewer {
    display: flex;
    align-items: center;
    gap: 12px;
}
.reviewer-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--orange);
    color: var(--white);
    font-weight: 600;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.reviewer strong {
    font-size: 0.9rem;
    display: block;
}
.reviewer small {
    font-size: 0.78rem;
    color: #888;
}

/* ============================================================
   CTA BANNER
   ============================================================ */
.cta-banner {
    background: var(--dark);
    padding: 90px 0;
}

.cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.cta-inner h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(1.8rem, 2.8vw, 2.4rem);
    font-weight: 600;
    color: var(--white);
    line-height: 1.2;
}
.cta-inner p {
    color: rgba(255,255,255,0.65);
    font-size: 1rem;
    margin-top: 8px;
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
    background: var(--dark);
    color: var(--white);
    padding: 80px 24px 28px;
    font-family: "Inter Tight", sans-serif;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: var(--max-w);
    margin: 0 auto 48px;
    gap: 32px;
}

.footer-logo {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 16px;
}

.footer-about,
.footer-links,
.footer-contact {
    flex: 1 1 220px;
}

.footer h3 {
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: rgba(255,255,255,0.5);
    margin-bottom: 18px;
}

.footer p,
.footer-links a {
    color: rgba(255,255,255,0.7);
    font-size: 0.9rem;
    line-height: 1.8;
    text-decoration: none;
}

.footer-links a:hover { color: var(--orange); }

.footer-links ul { list-style: none; }
.footer-links li { margin-bottom: 8px; }

.footer-contact p { margin-bottom: 4px; }

.social-icons { display: flex; gap: 12px; margin-top: 16px; }
.social-icons a { opacity: 0.7; transition: opacity 0.2s; }
.social-icons a:hover { opacity: 1; }

.footer-bottom {
    max-width: var(--max-w);
    margin: 0 auto;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.08);
    font-size: 0.82rem;
    color: rgba(255,255,255,0.35);
    text-align: center;
}

/* ============================================================
   FLOATING ACTION BUTTONS
   ============================================================ */
.fab {
    position: fixed;
    bottom: 28px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    z-index: 9999;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.fab:hover { transform: scale(1.12); color: #fff; }

/* WhatsApp — bottom-left. Kept green for instant recognizability,
   but the shadow is now a calm static lift instead of a pulsing halo. */
.fab-whatsapp {
    left: 28px;
    background: #25D366;
    box-shadow: 0 4px 16px rgba(20,18,15,0.22);
}
.fab-whatsapp:hover {
    box-shadow: 0 6px 22px rgba(20,18,15,0.28);
}

/* Phone — bottom-right. Moved off bright orange to charcoal so the
   accent colour stays reserved for smaller, deliberate touches. */
.fab-phone {
    right: 28px;
    background: var(--dark);
    box-shadow: 0 4px 16px rgba(20,18,15,0.22);
}
.fab-phone:hover {
    box-shadow: 0 6px 22px rgba(20,18,15,0.28);
}

/* ============================================================
   RESPONSIVE — 1024px
   ============================================================ */
@media (max-width: 1024px) {
    .features-grid { grid-template-columns: repeat(2, 1fr); }

    .benefits-inner { flex-direction: column; gap: 50px; }
    .benefits-stats { width: 100%; }

    .split-inner,
    .split-section--reverse .split-inner { flex-direction: column; gap: 40px; }
    .split-image { width: 100%; max-width: 560px; height: 320px; }
}

/* ============================================================
   RESPONSIVE — 768px
   ============================================================ */
@media (max-width: 768px) {
    /* Nav */
    .nav-toggle { display: flex; }
    .nav-cart { display: inline-flex; }
    /* group the logo on one side and the cart + hamburger on the
       other, instead of the desktop's 2-item space-between split */
    .nav-container { justify-content: flex-start; gap: 4px; }
    .navlogo { margin-inline-end: auto; }
    .nav-links {
        display: none;
        position: absolute;
        top: var(--nav-h);
        left: 0; right: 0;
        background: var(--white);
        border-bottom: 1px solid var(--line);
        flex-direction: column;
        align-items: stretch;
        padding: 12px 20px 20px;
        gap: 2px;
        box-shadow: 0 8px 24px rgba(20,18,15,0.08);
    }
    .nav-links.open { display: flex; }
    .nav-links li a {
        padding: 10px 12px;
        display: block;
    }

    /* Hero Carousel */
    .hero-carousel { height: clamp(420px, 92vw, 560px); }
    .carousel-content { max-width: 100%; }
    .carousel-content p { max-width: 100%; }
    .carousel-arrow { width: 36px; height: 36px; font-size: 1.3rem; }
    .carousel-arrow--prev { left: 12px; }
    .carousel-arrow--next { right: 12px; }
    .carousel-dots { bottom: 16px; }

    /* Showcase grid — 2 columns on tablets */
    .showcase-section { padding-top: 40px; }
    .showcase-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
    .showcase-card { padding: 16px 12px 18px; }
    .showcase-img { width: 68px; height: 68px; }

    /* Hero */
    .hero { padding: 48px 0 40px; }
    .hero-inner { flex-direction: column; gap: 32px; }
    .hero-image { width: 100%; max-width: 420px; margin: 0 auto; }
    .hero-actions { flex-direction: column; }
    .hero-actions .btn { width: 100%; }
    .trust-row { flex-direction: column; align-items: flex-start; gap: 12px; }

    /* Features */
    .features-grid { grid-template-columns: 1fr; }

    /* Benefits */
    .benefits { padding: 60px 0; }
    .benefits-stats { grid-template-columns: 1fr 1fr; }

    /* Testimonials */
    .testimonials-grid { grid-template-columns: 1fr; }

    /* CTA */
    .cta-inner { flex-direction: column; text-align: center; }
    .cta-inner .btn { width: 100%; max-width: 360px; }

    /* Footer */
    .footer-container { flex-direction: column; }

    /* FABs */
    .fab { width: 52px; height: 52px; bottom: 20px; }
    .fab-whatsapp { left: 16px; }
    .fab-phone    { right: 16px; }
}

/* ============================================================
   RESPONSIVE — 480px
   ============================================================ */
@media (max-width: 480px) {
    .benefits-stats { grid-template-columns: 1fr; }
    .split-image { height: 240px; }

    /* Carousel stays clean and un-cropped even on small phones */
    .hero-carousel { height: 460px; }
    .carousel-content h2 { font-size: 1.5rem; }
    .carousel-content p { font-size: 0.9rem; margin-bottom: 18px; }
    .carousel-dots { bottom: 14px; }
    .carousel-arrow { display: none; }

    .showcase-section { padding-top: 32px; }
    .showcase-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .showcase-card h3 { font-size: 0.9rem; }
    .showcase-card p { display: none; }
}

/* ============================================================
   SMOOTH SCROLL + REVEAL
   ============================================================ */
html { scroll-behavior: smooth; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.5s ease, transform 0.5s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .reveal { opacity: 1; transform: none; transition: none; }
    .fab { animation: none !important; }
}

/* ============================================================
   NAV ACTIVE + SHOP CTA
   ============================================================ */
.nav-links li a.active {
    background: var(--light);
    color: var(--dark);
}
.nav-shop {
    background: var(--dark) !important;
    color: var(--white) !important;
    font-weight: 600 !important;
    border-radius: 2px !important;
    padding: 6px 16px !important;
    transition: background 0.15s !important;
}
.nav-shop:hover { background: var(--orange) !important; }

nav.scrolled { box-shadow: 0 2px 14px rgba(20,18,15,0.06); }

/* ============================================================
   PAGE HERO (inner pages)
   ============================================================ */
.page-hero {
    background: var(--white);
    border-bottom: 1px solid var(--line);
    padding: 88px 24px 56px;
    text-align: center;
}
.page-hero .breadcrumb {
    font-size: 0.76rem;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: var(--orange);
    margin-bottom: 16px;
}
.page-hero .breadcrumb a { color: var(--mid); }
.page-hero .breadcrumb a:hover { color: var(--orange); }
.page-hero h1 {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    font-weight: 600;
    color: var(--dark);
    line-height: 1.15;
    margin-bottom: 14px;
}
.page-hero p {
    font-size: 1.05rem;
    color: var(--mid);
    max-width: 540px;
    margin: 0 auto;
    line-height: 1.7;
}

/* ============================================================
   SECTION UTILITIES
   ============================================================ */
.section { padding: 96px 0; }
.section-sm { padding: 60px 0; }

.section-label {
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: var(--orange);
    margin-bottom: 12px;
}
.section-title {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 600;
    color: var(--dark);
    line-height: 1.2;
    margin-bottom: 18px;
}
.section-sub {
    font-size: 1rem;
    color: var(--mid);
    line-height: 1.7;
    max-width: 560px;
}
.section-sub--center { margin: 0 auto; text-align: center; }
.text-center { text-align: center; }

/* ============================================================
   PRODUCT GRID — shop page
   ============================================================ */
.shop-section { padding: 80px 0 100px; }

.product-filters {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 48px;
    justify-content: center;
}
.filter-btn {
    padding: 8px 20px;
    border-radius: 2px;
    font-family: "Inter Tight", sans-serif;
    font-size: 0.86rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    border: 1px solid var(--line);
    background: var(--white);
    color: var(--mid);
    cursor: pointer;
    transition: all 0.18s;
}
.filter-btn:hover, .filter-btn.active {
    border-color: var(--dark);
    background: var(--dark);
    color: var(--white);
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.product-card {
    background: var(--white);
    border-radius: 4px;
    overflow: hidden;
    box-shadow: none;
    border: 1px solid var(--line);
    display: flex;
    flex-direction: column;
    transition: transform 0.22s, box-shadow 0.22s, border-color 0.22s;
}
.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(20,18,15,0.07);
    border-color: var(--dark);
}

.product-img {
    height: 220px;
    overflow: hidden;
    position: relative;
}
.product-img img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}
.product-card:hover .product-img img { transform: scale(1.04); }

.product-badge {
    position: absolute;
    top: 12px; left: 12px;
    background: var(--orange);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 2px;
}
.product-badge.badge-new { background: #27ae60; }
.product-badge.badge-sale { background: #e74c3c; }

.product-body {
    padding: 22px 22px 26px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 8px;
}

.product-category {
    font-size: 0.73rem;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--orange);
}

.product-name {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--dark);
    line-height: 1.3;
}

.product-desc {
    font-size: 0.87rem;
    color: var(--mid);
    line-height: 1.6;
    flex: 1;
}

.product-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6px;
    flex-wrap: wrap;
    gap: 8px;
}

.product-price {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--dark);
}
.product-price .original {
    font-size: 0.9rem;
    font-weight: 500;
    color: #aaa;
    text-decoration: line-through;
    margin-right: 6px;
}

.product-weight {
    font-size: 0.8rem;
    color: #999;
}

.product-actions {
    display: flex;
    gap: 8px;
    margin-top: 12px;
}
.product-actions .btn {
    flex: 1;
    font-size: 0.88rem;
    padding: 0.6rem 1rem;
}

/* Size selector */
.size-selector {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-top: 4px;
}
.size-btn {
    padding: 4px 12px;
    border-radius: 6px;
    border: 1.5px solid #e0e0e0;
    background: transparent;
    font-family: "Inter Tight", sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s;
    color: var(--dark);
}
.size-btn:hover, .size-btn.selected {
    border-color: var(--orange);
    background: var(--orange-light);
    color: var(--orange);
}

/* Qty selector */
.qty-row {
    display: flex;
    align-items: center;
    gap: 0;
    border: 1.5px solid #e0e0e0;
    border-radius: 3px;
    overflow: hidden;
    width: fit-content;
}
.qty-btn {
    width: 34px; height: 34px;
    border: none;
    background: transparent;
    font-size: 1.1rem;
    cursor: pointer;
    font-family: "Inter Tight", sans-serif;
    color: var(--dark);
    transition: background 0.15s;
    display: flex; align-items: center; justify-content: center;
}
.qty-btn:hover { background: var(--orange-light); color: var(--orange); }
.qty-display {
    width: 40px;
    text-align: center;
    font-weight: 600;
    font-size: 0.95rem;
    border-left: 1.5px solid #e0e0e0;
    border-right: 1.5px solid #e0e0e0;
    height: 34px;
    display: flex; align-items: center; justify-content: center;
}

/* WhatsApp order modal */
.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.modal-overlay.open { display: flex; }

.modal {
    background: var(--white);
    border-radius: 6px;
    padding: 40px 36px;
    max-width: 480px;
    width: 100%;
    box-shadow: 0 20px 60px rgba(0,0,0,0.2);
    position: relative;
    animation: modal-in 0.28s ease;
}
@keyframes modal-in {
    from { opacity: 0; transform: scale(0.93) translateY(16px); }
    to   { opacity: 1; transform: none; }
}

.modal-close {
    position: absolute;
    top: 16px; right: 18px;
    background: none; border: none;
    font-size: 1.5rem;
    color: #aaa;
    cursor: pointer;
    line-height: 1;
    transition: color 0.15s;
}
.modal-close:hover { color: var(--dark); }

.modal-product {
    display: flex;
    gap: 16px;
    align-items: center;
    background: var(--orange-light);
    border-radius: 4px;
    padding: 16px;
    margin: 20px 0 24px;
}
.modal-product img {
    width: 70px; height: 70px;
    border-radius: 3px;
    object-fit: cover;
    flex-shrink: 0;
}
.modal-product-info h4 { font-size: 1rem; font-weight: 600; color: var(--dark); margin-bottom: 4px; }
.modal-product-info p  { font-size: 0.85rem; color: var(--mid); }
.modal-product-price   { font-size: 1.1rem; font-weight: 600; color: var(--orange); margin-top: 4px; }

.modal h3 { font-size: 1.25rem; font-weight: 600; color: var(--dark); }
.modal > p { font-size: 0.9rem; color: var(--mid); margin-top: 4px; }

.modal-form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 16px;
}
.modal-form-group label {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--dark);
}
.modal-form-group input,
.modal-form-group textarea,
.modal-form-group select {
    padding: 10px 13px;
    border: 1.5px solid #e0e0e0;
    border-radius: 3px;
    font-family: "Inter Tight", sans-serif;
    font-size: 0.92rem;
    color: var(--dark);
    background: #fafafa;
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none;
}
.modal-form-group input:focus,
.modal-form-group textarea:focus,
.modal-form-group select:focus {
    border-color: var(--orange);
    box-shadow: 0 0 0 3px rgba(181,101,46,0.15);
    background: #fff;
}
.modal-form-group textarea { resize: vertical; min-height: 80px; }

.modal-wa-btn {
    width: 100%;
    background: #25D366;
    color: #fff;
    border: none;
    border-radius: 3px;
    padding: 0.85rem 1rem;
    font-family: "Inter Tight", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: background 0.15s, transform 0.1s;
    margin-top: 8px;
}
.modal-wa-btn:hover { background: #1ebe5c; }
.modal-wa-btn:active { transform: scale(0.97); }
.modal-note {
    font-size: 0.77rem;
    color: #aaa;
    text-align: center;
    margin-top: 10px;
}

/* ============================================================
   ABOUT PAGE
   ============================================================ */
.about-intro {
    display: flex;
    gap: 64px;
    align-items: center;
    padding: 96px 0;
}
.about-intro-text { flex: 1; min-width: 0; }
.about-intro-text p {
    font-size: 1rem;
    color: var(--mid);
    line-height: 1.8;
    margin-bottom: 16px;
}
.about-intro-img {
    flex-shrink: 0;
    width: 480px;
    height: 400px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid var(--line);
}
.about-intro-img img { width: 100%; height: 100%; object-fit: cover; }

.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.value-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 32px 28px;
    box-shadow: none;
    border: 1px solid var(--line);
    border-top: 2px solid var(--orange);
    transition: transform 0.2s, box-shadow 0.2s;
}
.value-card:hover { transform: translateY(-3px); box-shadow: 0 8px 22px rgba(20,18,15,0.06); }
.value-card .icon { font-size: 2rem; margin-bottom: 14px; }
.value-card h3 { font-family: "Cormorant Garamond", serif; font-size: 1.2rem; font-weight: 600; color: var(--dark); margin-bottom: 10px; }
.value-card p  { font-size: 0.88rem; color: var(--mid); line-height: 1.7; }

.team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.team-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 28px 20px;
    text-align: center;
    box-shadow: none;
    border: 1px solid var(--line);
    transition: transform 0.2s, box-shadow 0.2s;
}
.team-card:hover { transform: translateY(-3px); box-shadow: 0 8px 22px rgba(20,18,15,0.06); }
.team-avatar {
    width: 80px; height: 80px;
    border-radius: 50%;
    background: var(--orange);
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 14px;
}
.team-card h3 { font-family: "Cormorant Garamond", serif; font-size: 1.1rem; font-weight: 600; color: var(--dark); margin-bottom: 4px; }
.team-card .role { font-size: 0.8rem; color: var(--orange); font-weight: 600; margin-bottom: 10px; }
.team-card p { font-size: 0.83rem; color: var(--mid); line-height: 1.6; }

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 56px;
    padding: 96px 0;
}
.contact-info h2 { font-family: "Cormorant Garamond", serif; font-size: 2rem; font-weight: 600; color: var(--dark); margin-bottom: 12px; }
.contact-info > p { font-size: 0.97rem; color: var(--mid); line-height: 1.75; margin-bottom: 36px; }

.contact-detail {
    display: flex; gap: 16px; align-items: flex-start; margin-bottom: 24px;
}
.contact-icon {
    width: 46px; height: 46px;
    border-radius: 50%;
    background: var(--orange-light);
    color: var(--orange);
    font-size: 1.2rem;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.contact-detail h4 { font-size: 0.9rem; font-weight: 600; color: var(--dark); margin-bottom: 3px; }
.contact-detail p  { font-size: 0.87rem; color: var(--mid); line-height: 1.6; }
.contact-detail a  { color: var(--orange); font-weight: 600; font-size: 0.87rem; }

.contact-form-wrap {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 6px;
    padding: 44px 40px;
    box-shadow: none;
}
.contact-form-wrap h2 { font-family: "Cormorant Garamond", serif; font-size: 1.7rem; font-weight: 600; color: var(--dark); margin-bottom: 6px; }
.contact-form-wrap > p { font-size: 0.88rem; color: #999; margin-bottom: 28px; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 18px; }
.form-group label { font-size: 0.85rem; font-weight: 600; color: var(--dark); }
.form-group input,
.form-group select,
.form-group textarea {
    padding: 11px 14px;
    border: 1.5px solid #e5e5e5;
    border-radius: 3px;
    font-family: "Inter Tight", sans-serif;
    font-size: 0.9rem; color: var(--dark);
    background: #fafafa; outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: var(--orange);
    box-shadow: 0 0 0 3px rgba(181,101,46,0.15);
    background: #fff;
}
.form-group textarea { resize: vertical; min-height: 110px; }

.form-submit { width: 100%; font-size: 1rem; padding: 0.85rem; }
.form-note { font-size: 0.77rem; color: #bbb; text-align: center; margin-top: 10px; }

.form-success { display: none; text-align: center; padding: 40px 10px; }
.form-success .check { font-size: 3rem; margin-bottom: 14px; }
.form-success h3 { font-size: 1.3rem; font-weight: 600; color: var(--dark); margin-bottom: 10px; }
.form-success p { font-size: 0.9rem; color: var(--mid); }

/* ============================================================
   FAQ
   ============================================================ */
.faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 10px; }
.faq-item {
    background: var(--white);
    border-radius: 3px;
    border: 1.5px solid #ebebeb;
    overflow: hidden;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.faq-item.open { border-color: var(--orange); box-shadow: 0 2px 12px rgba(181,101,46,0.12); }
.faq-question {
    width: 100%; background: none; border: none;
    padding: 18px 22px;
    display: flex; justify-content: space-between; align-items: center; gap: 16px;
    font-family: "Inter Tight", sans-serif;
    font-size: 0.97rem; font-weight: 600; color: var(--dark);
    text-align: left; cursor: pointer; transition: background 0.15s;
}
.faq-question:hover { background: var(--orange-light); }
.faq-item.open .faq-question { background: var(--orange-light); }
.faq-icon { font-size: 1.4rem; color: var(--orange); flex-shrink: 0; transition: transform 0.28s; line-height: 1; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.32s ease; padding: 0 22px; }
.faq-item.open .faq-answer { max-height: 240px; padding: 0 22px 20px; }
.faq-answer p { font-size: 0.92rem; color: var(--mid); line-height: 1.78; border-top: 1px solid #f0f0f0; padding-top: 14px; }

/* ============================================================
   ADDITIONAL RESPONSIVE ADDITIONS
   ============================================================ */
@media (max-width: 1024px) {
    .product-grid { grid-template-columns: repeat(2, 1fr); }
    .team-grid { grid-template-columns: repeat(2, 1fr); }
    .about-intro { flex-direction: column; }
    .about-intro-img { width: 100%; max-width: 560px; height: 320px; }
    .contact-grid { grid-template-columns: 1fr; }
    .values-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .product-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .team-grid { grid-template-columns: repeat(2, 1fr); }
    .values-grid { grid-template-columns: 1fr; }
    .form-row { grid-template-columns: 1fr; }
    .contact-form-wrap { padding: 28px 20px; }
    .modal { padding: 28px 20px; }
    .about-intro { padding: 60px 0; }
    .contact-grid { padding: 60px 0; }
}
@media (max-width: 480px) {
    .product-grid { grid-template-columns: 1fr; }
    .team-grid { grid-template-columns: 1fr 1fr; }
}

/* ============================================================
   LANGUAGE TOGGLE BUTTON
   ============================================================ */
.lang-toggle {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(255,255,255,0.16);
    border: 1.5px solid rgba(255,255,255,0.4);
    color: #fff;
    font-family: "Inter Tight", sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 2px;
    cursor: pointer;
    margin-inline-start: 6px;
    transition: background 0.15s;
}
.lang-toggle:hover { background: rgba(255,255,255,0.28); }
.lang-globe { font-size: 0.95rem; line-height: 1; }

/* ============================================================
   RTL (ARABIC) LAYOUT
   Uses [dir="rtl"] so the whole page mirrors instantly when
   the visitor's language is switched — no separate stylesheet.
   ============================================================ */
[dir="rtl"] body {
    font-family: "Tajawal", "Inter Tight", sans-serif;
}
[dir="rtl"] .faq-question,
[dir="rtl"] .contact-form-wrap,
[dir="rtl"] .form-group,
[dir="rtl"] .modal-form-group {
    text-align: right;
}
[dir="rtl"] .hero-text p,
[dir="rtl"] .about-intro-text p,
[dir="rtl"] .benefits-text p {
    max-width: 100%;
}
[dir="rtl"] .trust-row,
[dir="rtl"] .hero-actions,
[dir="rtl"] .nav-links,
[dir="rtl"] .footer-container,
[dir="rtl"] .contact-detail,
[dir="rtl"] .feature-card,
[dir="rtl"] .reviewer,
[dir="rtl"] .cta-inner,
[dir="rtl"] .form-row {
    direction: rtl;
}
[dir="rtl"] .faq-question {
    flex-direction: row-reverse;
}
[dir="rtl"] .breadcrumb {
    direction: rtl;
}
/* Numbers, phone numbers and prices stay LTR so they read correctly.
   :not(.fab) is important — without it this rule also matches the
   floating WhatsApp button (its href starts with https://wa.me) and
   overrides its flex centering, which is what made it vanish on mobile. */
[dir="rtl"] a[href^="tel:"]:not(.fab),
[dir="rtl"] a[href^="https://wa.me"]:not(.fab) {
    direction: ltr;
    display: inline-block;
}
[dir="rtl"] .amount,
[dir="rtl"] .original {
    direction: ltr;
    display: inline-block;
}

/* Mirror the floating action buttons instead of stacking them on
   top of each other (previous rule set both to left:24px). */
[dir="rtl"] .fab-whatsapp { left: auto; right: 28px; }
[dir="rtl"] .fab-phone    { right: auto; left: 28px; }
@media (max-width: 768px) {
    [dir="rtl"] .fab-whatsapp { right: 16px; left: auto; }
    [dir="rtl"] .fab-phone    { left: 16px; right: auto; }
}

[dir="rtl"] .modal-close {
    right: auto;
    left: 18px;
}

/* Hero carousel + showcase grid mirror for Arabic */
[dir="rtl"] .carousel-content {
    margin-left: auto;
    text-align: right;
}
[dir="rtl"] .carousel-content p {
    max-width: 100%;
}
[dir="rtl"] .carousel-arrow--prev { left: auto; right: 20px; }
[dir="rtl"] .carousel-arrow--next { right: auto; left: 20px; }
[dir="rtl"] .carousel-arrow { transform: translateY(-50%) scaleX(-1); }
[dir="rtl"] .carousel-arrow:hover { transform: translateY(-50%) scaleX(-1) scale(1.06); }
@media (max-width: 768px) {
    [dir="rtl"] .carousel-arrow--prev { right: 12px; }
    [dir="rtl"] .carousel-arrow--next { left: 12px; }
}
