/* ============================================
   ZITOUN EL DJEBEL – HUILE D'OLIVE DE KABYLIE
   Premium Olive Oil Store CSS
   ============================================ */

/* ── ROOT VARIABLES ── */
:root {
    --gold:        #c8973a;
    --gold-light:  #e8b94a;
    --gold-dark:   #9a6f22;
    --green:       #2d5a27;
    --green-mid:   #3d7a34;
    --green-light: #5a9e4e;
    --cream:       #faf6ed;
    --cream-dark:  #f0e8d4;
    --brown:       #6b3d0c;
    --text-dark:   #1a1a0e;
    --text-mid:    #4a4530;
    --text-light:  #8a7e60;
    --white:       #ffffff;
    --shadow:      0 8px 40px rgba(0,0,0,0.12);
    --shadow-sm:   0 4px 16px rgba(0,0,0,0.08);
    --radius:      16px;
    --radius-lg:   24px;
    --transition:  all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ── RESET & BASE ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
    font-family: 'Lato', sans-serif;
    background: var(--cream);
    color: var(--text-dark);
    overflow-x: hidden;
    line-height: 1.6;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* ── NOTIFICATION BAR ── */
.notif-bar {
    background: linear-gradient(90deg, var(--green), var(--green-mid));
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    position: relative;
    z-index: 1000;
}
.notif-bar i { margin-right: 6px; color: var(--gold-light); }
.notif-bar span { display: inline-block; }

/* ── HEADER ── */
.header {
    background: rgba(250, 246, 237, 0.97);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 2px solid var(--cream-dark);
    position: sticky;
    top: 0;
    z-index: 900;
    transition: var(--transition);
}
.header.scrolled {
    box-shadow: 0 4px 24px rgba(45, 90, 39, 0.15);
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 24px;
    gap: 20px;
}
.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}
.logo-icon {
    width: 46px; height: 46px;
    background: linear-gradient(135deg, var(--green), var(--green-light));
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: #fff;
    font-size: 1.2rem;
    box-shadow: 0 4px 12px rgba(45, 90, 39, 0.3);
    flex-shrink: 0;
}
.logo-text { display: flex; flex-direction: column; }
.logo-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--green);
    line-height: 1.1;
}
.logo-sub {
    font-size: 0.7rem;
    color: var(--gold-dark);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.nav { display: flex; align-items: center; gap: 4px; }
.nav-link {
    padding: 8px 14px;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--text-mid);
    border-radius: 8px;
    transition: var(--transition);
    white-space: nowrap;
}
.nav-link:hover { background: var(--cream-dark); color: var(--green); }

.header-actions { display: flex; align-items: center; gap: 10px; }
.cart-btn {
    position: relative;
    background: var(--green);
    border: none;
    color: #fff;
    width: 46px; height: 46px;
    border-radius: 50%;
    font-size: 1.1rem;
    cursor: pointer;
    transition: var(--transition);
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 4px 12px rgba(45, 90, 39, 0.3);
}
.cart-btn:hover { background: var(--green-light); transform: scale(1.08); }
.cart-count {
    position: absolute;
    top: -4px; right: -4px;
    background: var(--gold);
    color: #fff;
    font-size: 0.65rem;
    font-weight: 800;
    width: 20px; height: 20px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    border: 2px solid var(--cream);
}
.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}
.menu-toggle span {
    display: block;
    width: 24px; height: 2px;
    background: var(--green);
    border-radius: 2px;
    transition: var(--transition);
}

/* ── HERO SECTION ── */
.hero {
    position: relative;
    min-height: 92vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 20% 100%, rgba(45, 90, 39, 0.5) 0%, transparent 60%),
        radial-gradient(ellipse at 80% 0%, rgba(200, 151, 58, 0.3) 0%, transparent 50%),
        linear-gradient(160deg, #1a3015 0%, #2d5a27 40%, #3d7a34 70%, #5a4010 100%);
    z-index: 0;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Ccircle cx='30' cy='30' r='1' fill='rgba(255,255,255,0.06)'/%3E%3C/svg%3E") repeat;
    z-index: 1;
}
.olive-pattern {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 600px 400px at 85% 50%, rgba(200, 151, 58, 0.12) 0%, transparent 70%),
        radial-gradient(ellipse 400px 600px at 10% 80%, rgba(90, 158, 78, 0.15) 0%, transparent 70%);
    z-index: 1;
}
.hero-content {
    position: relative;
    z-index: 2;
    max-width: 680px;
    padding: 80px 24px;
}
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(200, 151, 58, 0.2);
    border: 1.5px solid rgba(200, 151, 58, 0.5);
    color: var(--gold-light);
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 24px;
    animation: fadeInDown 0.8s ease;
}
.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.8rem, 7vw, 5.5rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.08;
    margin-bottom: 24px;
    animation: fadeInUp 0.9s ease 0.1s both;
}
.hero-title span {
    color: var(--gold-light);
    font-style: italic;
}
.hero-subtitle {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.82);
    line-height: 1.7;
    margin-bottom: 28px;
    max-width: 520px;
    animation: fadeInUp 0.9s ease 0.2s both;
}
.hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 36px;
    animation: fadeInUp 0.9s ease 0.3s both;
}
.badge {
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.25);
    color: #fff;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    display: flex; align-items: center; gap: 6px;
}
.badge i { color: var(--gold-light); }
.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    animation: fadeInUp 0.9s ease 0.4s both;
}
.btn-primary {
    background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    color: #fff;
    padding: 15px 32px;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 6px 24px rgba(200, 151, 58, 0.4);
}
.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 32px rgba(200, 151, 58, 0.5);
    background: linear-gradient(135deg, var(--gold-light), var(--gold));
}
.btn-outline {
    background: transparent;
    color: #fff;
    padding: 15px 32px;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 600;
    border: 2px solid rgba(255,255,255,0.4);
    cursor: pointer;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.btn-outline:hover {
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.7);
    transform: translateY(-2px);
}
.hero-scroll {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255,255,255,0.5);
    font-size: 1.2rem;
    animation: bounce 2s ease infinite;
    z-index: 2;
}

/* ── STATS SECTION ── */
.stats-section {
    background: var(--white);
    border-bottom: 1px solid var(--cream-dark);
    padding: 0;
}
.stats-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
}
.stat-item {
    flex: 1;
    min-width: 140px;
    text-align: center;
    padding: 32px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.stat-number {
    font-family: 'Playfair Display', serif;
    font-size: 2.6rem;
    font-weight: 800;
    color: var(--green);
    line-height: 1;
}
.stat-label {
    font-size: 0.82rem;
    color: var(--text-light);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.stat-divider {
    width: 1px;
    height: 60px;
    background: var(--cream-dark);
    flex-shrink: 0;
}

/* ── SECTION HEADERS ── */
.section-header {
    text-align: center;
    margin-bottom: 60px;
}
.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: var(--cream-dark);
    color: var(--green-mid);
    padding: 7px 18px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
    border: 1px solid rgba(45, 90, 39, 0.15);
}
.section-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    color: var(--text-dark);
    line-height: 1.2;
    margin-bottom: 16px;
}
.section-subtitle {
    font-size: 1.05rem;
    color: var(--text-light);
    line-height: 1.7;
    max-width: 560px;
    margin: 0 auto;
}

/* ── PRODUCTS SECTION ── */
.products-section {
    padding: 100px 0;
    background: var(--cream);
}
.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 32px;
    max-width: 820px;
    margin: 0 auto;
}
.product-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    position: relative;
    border: 2px solid transparent;
}
.product-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow);
    border-color: var(--gold);
}
.product-card.featured { border-color: rgba(45, 90, 39, 0.15); }
.product-card.promo { border-color: rgba(200, 151, 58, 0.25); }

.product-badge-top {
    position: absolute;
    top: 16px; left: 16px;
    background: linear-gradient(135deg, var(--green), var(--green-light));
    color: #fff;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    z-index: 2;
    box-shadow: 0 4px 12px rgba(45, 90, 39, 0.3);
}
.product-badge-top.promo-badge {
    background: linear-gradient(135deg, var(--gold-dark), var(--gold));
}

.product-image-wrap {
    position: relative;
    height: 280px;
    overflow: hidden;
}
.product-img-bg {
    width: 100%; height: 100%;
    background: linear-gradient(160deg, #1a3015, #2d5a27 50%, #3d7a34);
    display: flex; align-items: center; justify-content: center;
    position: relative;
}
.product-img-bg.promo-bg {
    background: linear-gradient(160deg, #3d2800, #9a6f22 50%, #c8973a);
}
.product-img-deco {
    position: absolute;
    bottom: 0; right: 0;
    padding: 12px;
    display: flex; gap: 4px;
    font-size: 1.8rem;
    opacity: 0.4;
}

/* ── BOTTLE ILLUSTRATION ── */
.bottle-illustration {
    display: flex;
    flex-direction: column;
    align-items: center;
    filter: drop-shadow(0 12px 40px rgba(0,0,0,0.4));
}
.bottle-neck {
    width: 28px;
    height: 55px;
    background: linear-gradient(90deg, rgba(200,180,120,0.7) 0%, rgba(250,230,160,0.9) 40%, rgba(200,180,120,0.7) 100%);
    border-radius: 6px 6px 0 0;
    position: relative;
}
.bottle-neck::before {
    content: '';
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: 18px;
    height: 14px;
    background: #2d5a27;
    border-radius: 3px 3px 0 0;
}
.bottle-neck::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: -6px;
    width: 40px;
    height: 8px;
    background: rgba(200,180,120,0.8);
    border-radius: 4px;
}
.bottle-body {
    width: 90px;
    height: 140px;
    background: linear-gradient(90deg, rgba(200,180,100,0.5) 0%, rgba(250,230,120,0.85) 30%, rgba(220,195,90,0.9) 60%, rgba(200,180,100,0.5) 100%);
    border-radius: 8px 8px 14px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.bottle-body::before {
    content: '';
    position: absolute;
    left: 12px;
    top: 10px;
    width: 12px;
    height: 80%;
    background: rgba(255,255,255,0.25);
    border-radius: 6px;
}
.bottle-label {
    width: 72px;
    height: 110px;
    background: linear-gradient(160deg, #fdf8ec, #f5e8c0);
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 8px 6px;
    border: 1.5px solid rgba(200, 151, 58, 0.4);
    text-align: center;
}
.label-top {
    font-family: 'Playfair Display', serif;
    font-size: 0.58rem;
    font-weight: 800;
    color: var(--green);
    letter-spacing: 0.15em;
    text-transform: uppercase;
}
.label-brand {
    font-family: 'Playfair Display', serif;
    font-size: 0.7rem;
    font-weight: 700;
    color: var(--green);
    letter-spacing: 0.08em;
}
.label-type {
    font-size: 0.48rem;
    color: var(--text-mid);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.3;
}
.label-leaf { color: var(--green); font-size: 0.75rem; }
.label-bio {
    background: var(--green);
    color: #fff;
    font-size: 0.48rem;
    font-weight: 800;
    padding: 2px 6px;
    border-radius: 3px;
    letter-spacing: 0.1em;
}
.bottle-bottom {
    width: 96px;
    height: 14px;
    background: linear-gradient(90deg, rgba(180,160,90,0.7) 0%, rgba(220,190,100,0.9) 50%, rgba(180,160,90,0.7) 100%);
    border-radius: 0 0 10px 10px;
}

/* SMALL BOTTLES */
.bottle-illustration.small .bottle-body { width: 66px; height: 105px; }
.bottle-illustration.small .bottle-neck { width: 22px; height: 40px; }
.bottle-illustration.small .bottle-bottom { width: 72px; height: 10px; }
.bottle-illustration.small .bottle-label { width: 52px; height: 82px; }

.bottle-pack {
    position: relative;
    display: flex;
    gap: 8px;
    align-items: flex-end;
}
.bottle-illustration.offset { transform: translateY(-16px); }
.pack-ribbon {
    position: absolute;
    top: -18px;
    right: -10px;
    background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    color: #fff;
    width: 42px; height: 42px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.1rem;
    font-weight: 800;
    box-shadow: 0 4px 12px rgba(200, 151, 58, 0.5);
}

/* Product Info */
.product-info { padding: 28px; }
.product-origin {
    font-size: 0.78rem;
    color: var(--green-mid);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
    display: flex; align-items: center; gap: 6px;
}
.product-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--text-dark);
    line-height: 1.3;
    margin-bottom: 12px;
}
.product-name span { color: var(--gold-dark); }
.product-desc {
    font-size: 0.9rem;
    color: var(--text-light);
    line-height: 1.65;
    margin-bottom: 14px;
}
.product-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 20px;
}
.tag {
    background: var(--cream-dark);
    color: var(--text-mid);
    padding: 4px 10px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
}
.product-pricing { margin-bottom: 20px; }
.price-main { display: flex; align-items: baseline; gap: 8px; }
.price {
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--green);
}
.price-unit {
    font-size: 0.9rem;
    color: var(--text-light);
    font-weight: 600;
}
.price.promo-price { color: var(--gold-dark); }
.old-price {
    font-size: 1rem;
    color: var(--text-light);
    text-decoration: line-through;
    display: none;
}
.price-info {
    font-size: 0.8rem;
    color: var(--text-light);
    margin-top: 4px;
}
.price-info.promo-info {
    color: var(--green-mid);
    font-weight: 700;
    background: rgba(45, 90, 39, 0.08);
    padding: 6px 12px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.add-to-cart-btn {
    width: 100%;
    background: linear-gradient(135deg, var(--green), var(--green-light));
    color: #fff;
    border: none;
    padding: 14px;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    transition: var(--transition);
    display: flex; align-items: center; justify-content: center;
    gap: 10px;
    box-shadow: 0 4px 16px rgba(45, 90, 39, 0.3);
}
.add-to-cart-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(45, 90, 39, 0.4);
    background: linear-gradient(135deg, var(--green-mid), var(--green-light));
}
.add-to-cart-btn.promo-btn {
    background: linear-gradient(135deg, var(--gold-dark), var(--gold));
    box-shadow: 0 4px 16px rgba(200, 151, 58, 0.35);
}
.add-to-cart-btn.promo-btn:hover {
    box-shadow: 0 8px 24px rgba(200, 151, 58, 0.5);
}

/* ── STORY SECTION ── */
.story-section {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}
.story-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, var(--green) 0%, #1a3015 100%);
    z-index: 0;
}
.story-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}
.story-img-frame {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    height: 460px;
}
.story-img-inner {
    width: 100%; height: 100%;
    background: linear-gradient(180deg, #a8c8e8 0%, #7aabcc 30%, #4d8a55 60%, #2d5a27 100%);
    overflow: hidden;
    position: relative;
}

/* Landscape Illustration */
.landscape-illustration { width: 100%; height: 100%; position: relative; }
.landscape-sky {
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 45%;
    background: linear-gradient(180deg, #87ceeb 0%, #a8d8ea 60%, #c8e6f5 100%);
}
.landscape-mountains {
    position: absolute;
    bottom: 38%;
    left: 0; right: 0;
    height: 45%;
}
.mountain {
    position: absolute;
    bottom: 0;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.mountain.m1 { width: 55%; height: 85%; left: -5%; background: #4a7060; }
.mountain.m2 { width: 60%; height: 100%; left: 25%; background: #3d6850; }
.mountain.m3 { width: 45%; height: 70%; right: -5%; background: #5a8070; }
.landscape-trees {
    position: absolute;
    bottom: 35%;
    left: 0; right: 0;
    height: 12%;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    padding: 0 10%;
}
.olive-tree {
    background: #2d5a27;
    border-radius: 50% 50% 30% 30%;
    position: relative;
}
.olive-tree.t1 { width: 30px; height: 40px; }
.olive-tree.t2 { width: 40px; height: 55px; }
.olive-tree.t3 { width: 35px; height: 48px; }
.olive-tree.t4 { width: 28px; height: 38px; }
.olive-tree::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 5px;
    height: 10px;
    background: #6b3d0c;
}
.landscape-ground {
    position: absolute;
    bottom: 0;
    left: 0; right: 0;
    height: 40%;
    background: linear-gradient(180deg, #4d8a3a 0%, #3d7a2d 50%, #2d5a20 100%);
}
.story-badge-img {
    position: absolute;
    bottom: 20px; right: 20px;
    background: rgba(200, 151, 58, 0.9);
    backdrop-filter: blur(8px);
    color: #fff;
    padding: 10px 16px;
    border-radius: 10px;
    font-size: 0.8rem;
    font-weight: 700;
    display: flex; align-items: center; gap: 8px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}

.story-content .section-tag { color: var(--gold-light); background: rgba(200, 151, 58, 0.15); border-color: rgba(200, 151, 58, 0.3); }
.story-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 24px;
    margin-top: 8px;
}
.story-text {
    color: rgba(255,255,255,0.8);
    font-size: 0.98rem;
    line-height: 1.8;
    margin-bottom: 16px;
}
.story-values { margin-top: 32px; display: flex; flex-direction: column; gap: 16px; }
.value-item {
    display: flex;
    align-items: center;
    gap: 16px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    padding: 14px 18px;
    border-radius: 12px;
}
.value-icon {
    width: 44px; height: 44px;
    background: linear-gradient(135deg, var(--gold-dark), var(--gold));
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: #fff;
    font-size: 1.1rem;
    flex-shrink: 0;
}
.value-item strong { display: block; color: #fff; font-size: 0.95rem; margin-bottom: 3px; }
.value-item span { color: rgba(255,255,255,0.65); font-size: 0.82rem; }

/* ── QUALITY SECTION ── */
.quality-section { padding: 100px 0; background: var(--white); }
.quality-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 28px;
}
.quality-card {
    background: var(--cream);
    border-radius: var(--radius);
    padding: 32px 24px;
    text-align: center;
    transition: var(--transition);
    border: 2px solid transparent;
    cursor: default;
}
.quality-card:hover {
    border-color: var(--gold);
    background: var(--white);
    transform: translateY(-4px);
    box-shadow: var(--shadow-sm);
}
.quality-icon {
    width: 64px; height: 64px;
    background: linear-gradient(135deg, var(--green), var(--green-light));
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 20px;
    font-size: 1.4rem;
    color: #fff;
    box-shadow: 0 6px 20px rgba(45, 90, 39, 0.25);
    transition: var(--transition);
}
.quality-card:hover .quality-icon {
    background: linear-gradient(135deg, var(--gold-dark), var(--gold));
    box-shadow: 0 6px 20px rgba(200, 151, 58, 0.35);
}
.quality-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 10px;
}
.quality-card p { font-size: 0.88rem; color: var(--text-light); line-height: 1.65; }

/* ── TASTE SECTION ── */
.taste-section {
    padding: 100px 0;
    background: var(--cream);
}
.taste-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}
.taste-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 800;
    color: var(--text-dark);
    line-height: 1.2;
    margin: 12px 0 20px;
}
.taste-content > p {
    color: var(--text-light);
    line-height: 1.7;
    margin-bottom: 32px;
}
.taste-profiles { display: flex; flex-direction: column; gap: 18px; }
.taste-item {
    display: flex;
    align-items: center;
    gap: 16px;
}
.taste-emoji { font-size: 1.8rem; width: 40px; flex-shrink: 0; }
.taste-item > div { flex: 1; }
.taste-item strong {
    display: block;
    font-size: 0.9rem;
    color: var(--text-dark);
    font-weight: 700;
    margin-bottom: 6px;
}
.taste-bar {
    height: 8px;
    background: var(--cream-dark);
    border-radius: 4px;
    overflow: hidden;
}
.taste-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--green), var(--green-light));
    border-radius: 4px;
    transition: width 1s ease;
}

.taste-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 360px;
}
.taste-circle {
    width: 240px; height: 240px;
    background: linear-gradient(135deg, var(--green), var(--green-light));
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 16px 60px rgba(45, 90, 39, 0.3),
                inset 0 -4px 20px rgba(0,0,0,0.1);
    animation: float 4s ease-in-out infinite;
}
.taste-circle-inner {
    text-align: center;
    color: #fff;
}
.taste-circle-inner i { font-size: 2.5rem; display: block; margin-bottom: 10px; opacity: 0.9; }
.taste-circle-inner span { font-family: 'Playfair Display', serif; font-size: 1.1rem; font-weight: 700; display: block; }
.taste-circle-inner small { font-size: 0.75rem; opacity: 0.75; }
.taste-float {
    position: absolute;
    font-size: 2.5rem;
    animation: floatAround 6s ease-in-out infinite;
}
.taste-float.f1 { top: 20px; right: 40px; animation-delay: 0s; }
.taste-float.f2 { bottom: 40px; left: 30px; animation-delay: 2s; }
.taste-float.f3 { top: 50%; right: 10px; animation-delay: 4s; }

/* ── LIVRAISON SECTION ── */
.livraison-section { padding: 100px 0; background: var(--white); }
.livraison-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 28px;
}
.livraison-card {
    background: var(--cream);
    border-radius: var(--radius);
    padding: 36px 28px;
    transition: var(--transition);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}
.livraison-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 4px;
    background: linear-gradient(90deg, var(--green), var(--green-light));
}
.livraison-card.highlight::before {
    background: linear-gradient(90deg, var(--gold-dark), var(--gold-light));
}
.livraison-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow);
    border-color: var(--gold);
}
.livraison-icon {
    width: 56px; height: 56px;
    background: linear-gradient(135deg, var(--green), var(--green-light));
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 18px;
    box-shadow: 0 6px 18px rgba(45, 90, 39, 0.25);
}
.livraison-card.highlight .livraison-icon {
    background: linear-gradient(135deg, var(--gold-dark), var(--gold));
    box-shadow: 0 6px 18px rgba(200, 151, 58, 0.35);
}
.livraison-badge {
    display: inline-block;
    background: rgba(45, 90, 39, 0.1);
    color: var(--green);
    padding: 5px 12px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    margin-bottom: 14px;
    border: 1px solid rgba(45, 90, 39, 0.2);
}
.livraison-card.highlight .livraison-badge {
    background: rgba(200, 151, 58, 0.1);
    color: var(--gold-dark);
    border-color: rgba(200, 151, 58, 0.3);
}
.livraison-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 10px;
}
.livraison-card p { font-size: 0.9rem; color: var(--text-light); line-height: 1.65; margin-bottom: 16px; }
.livraison-card ul { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; }
.livraison-card li { font-size: 0.85rem; color: var(--text-mid); display: flex; align-items: center; gap: 8px; }
.livraison-card li i { color: var(--green-light); font-size: 0.75rem; }
.livraison-prix {
    display: inline-block;
    background: linear-gradient(135deg, var(--green), var(--green-mid));
    color: #fff;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
}
.livraison-card.highlight .livraison-prix {
    background: linear-gradient(135deg, var(--gold-dark), var(--gold));
}

/* ── TESTIMONIALS ── */
.testimonials-section {
    padding: 100px 0;
    background: var(--cream);
}
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}
.testimonial-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 32px 28px;
    transition: var(--transition);
    border: 2px solid var(--cream-dark);
    position: relative;
}
.testimonial-card::before {
    content: '"';
    position: absolute;
    top: 16px; right: 20px;
    font-family: 'Playfair Display', serif;
    font-size: 6rem;
    color: var(--cream-dark);
    line-height: 1;
}
.testimonial-card.featured {
    border-color: var(--gold);
    background: linear-gradient(160deg, #fffdf5, #fff9e8);
}
.testimonial-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.testi-stars { color: var(--gold); font-size: 1.1rem; margin-bottom: 16px; }
.testimonial-card p {
    font-size: 0.92rem;
    color: var(--text-mid);
    line-height: 1.75;
    font-style: italic;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-avatar {
    width: 44px; height: 44px;
    background: linear-gradient(135deg, var(--green), var(--green-light));
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: #fff;
    font-weight: 800;
    font-size: 1.1rem;
    flex-shrink: 0;
}
.testi-author strong { display: block; font-size: 0.9rem; color: var(--text-dark); }
.testi-author span { font-size: 0.78rem; color: var(--text-light); }

/* ── CONTACT SECTION ── */
.contact-section { padding: 100px 0; background: var(--white); }
.contact-inner {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
    align-items: start;
}
.contact-info { display: flex; flex-direction: column; gap: 16px; }
.contact-card {
    background: var(--cream);
    border-radius: var(--radius);
    padding: 22px 20px;
    border: 2px solid transparent;
    transition: var(--transition);
}
.contact-card:hover { border-color: var(--gold); background: var(--white); box-shadow: var(--shadow-sm); }
.contact-icon {
    width: 42px; height: 42px;
    background: linear-gradient(135deg, var(--green), var(--green-light));
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    color: #fff;
    font-size: 1rem;
    margin-bottom: 12px;
}
.contact-card h4 { font-size: 0.9rem; font-weight: 700; color: var(--text-dark); margin-bottom: 4px; }
.contact-card p { font-size: 0.8rem; color: var(--text-light); margin-bottom: 8px; }
.contact-link {
    color: var(--green);
    font-weight: 700;
    font-size: 0.88rem;
    transition: var(--transition);
}
.contact-link:hover { color: var(--gold-dark); }

.order-form {
    background: var(--cream);
    border-radius: var(--radius-lg);
    padding: 40px;
    border: 2px solid var(--cream-dark);
}
.order-form h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 28px;
    display: flex; align-items: center; gap: 10px;
}
.order-form h3 i { color: var(--green); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 18px; }
.form-group label {
    display: block;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--text-mid);
    margin-bottom: 7px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    background: var(--white);
    border: 2px solid var(--cream-dark);
    border-radius: 10px;
    font-size: 0.9rem;
    color: var(--text-dark);
    font-family: 'Lato', sans-serif;
    transition: var(--transition);
    outline: none;
    appearance: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: var(--green);
    box-shadow: 0 0 0 3px rgba(45, 90, 39, 0.1);
}
.form-group textarea { resize: vertical; min-height: 90px; }
.submit-btn {
    width: 100%;
    padding: 16px;
    font-size: 1rem;
    border-radius: 12px;
    justify-content: center;
}
.form-success {
    display: none;
    text-align: center;
    padding: 40px 20px;
    background: rgba(45, 90, 39, 0.06);
    border-radius: var(--radius);
    border: 2px dashed var(--green-light);
}
.form-success i { font-size: 3rem; color: var(--green); display: block; margin-bottom: 16px; }
.form-success h4 { font-family: 'Playfair Display', serif; font-size: 1.3rem; color: var(--green); margin-bottom: 10px; }
.form-success p { color: var(--text-light); font-size: 0.9rem; }

/* ── FOOTER ── */
.footer {
    background: linear-gradient(160deg, #1a1a0e, #1a2d14);
    color: rgba(255,255,255,0.8);
    padding: 70px 0 0;
}
.footer-inner {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 50px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-brand .logo-name { color: var(--gold-light); }
.footer-brand .logo-sub { color: rgba(255,255,255,0.5); }
.footer-desc {
    font-size: 0.88rem;
    color: rgba(255,255,255,0.6);
    line-height: 1.7;
    margin-top: 16px;
    margin-bottom: 20px;
}
.footer-social { display: flex; gap: 10px; }
.social-link {
    width: 40px; height: 40px;
    background: rgba(255,255,255,0.08);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: rgba(255,255,255,0.7);
    font-size: 1rem;
    transition: var(--transition);
    border: 1px solid rgba(255,255,255,0.12);
}
.social-link:hover { background: var(--gold); color: #fff; border-color: var(--gold); transform: translateY(-2px); }
.footer-links h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}
.footer-links ul { display: flex; flex-direction: column; gap: 10px; }
.footer-links li a {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.6);
    transition: var(--transition);
}
.footer-links li a:hover { color: var(--gold-light); padding-left: 4px; }
.footer-bottom {
    background: rgba(0,0,0,0.2);
    padding: 20px 0;
    text-align: center;
}
.footer-bottom p { font-size: 0.8rem; color: rgba(255,255,255,0.4); }

/* ── CART SIDEBAR ── */
.cart-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1100;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.cart-overlay.active { opacity: 1; pointer-events: all; }
.cart-sidebar {
    position: fixed;
    top: 0; right: 0;
    width: 100%;
    max-width: 420px;
    height: 100%;
    background: var(--white);
    z-index: 1200;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    box-shadow: -8px 0 40px rgba(0,0,0,0.2);
}
.cart-sidebar.open { transform: translateX(0); }
.cart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 2px solid var(--cream-dark);
    background: var(--cream);
}
.cart-header h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-dark);
    display: flex; align-items: center; gap: 10px;
}
.cart-header h3 i { color: var(--green); }
.cart-close {
    background: none;
    border: none;
    font-size: 1.2rem;
    color: var(--text-light);
    cursor: pointer;
    width: 36px; height: 36px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    transition: var(--transition);
}
.cart-close:hover { background: var(--cream-dark); color: var(--text-dark); }
.cart-items { flex: 1; overflow-y: auto; padding: 20px 24px; }
.cart-empty {
    text-align: center;
    padding: 60px 20px;
    color: var(--text-light);
}
.cart-empty i { font-size: 3rem; display: block; margin-bottom: 16px; opacity: 0.4; }
.cart-empty p { margin-bottom: 12px; }
.cart-empty a { color: var(--green); font-weight: 700; }
.cart-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid var(--cream-dark);
}
.cart-item-icon {
    width: 54px; height: 54px;
    background: linear-gradient(135deg, var(--green), var(--green-light));
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    color: #fff;
    font-size: 1.3rem;
    flex-shrink: 0;
}
.cart-item-info { flex: 1; }
.cart-item-name { font-size: 0.9rem; font-weight: 700; color: var(--text-dark); margin-bottom: 4px; }
.cart-item-price { font-size: 0.95rem; font-weight: 700; color: var(--green); }
.cart-item-actions { display: flex; align-items: center; gap: 8px; }
.qty-btn {
    width: 28px; height: 28px;
    background: var(--cream-dark);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--text-dark);
    display: flex; align-items: center; justify-content: center;
    transition: var(--transition);
}
.qty-btn:hover { background: var(--green); color: #fff; }
.qty-num { font-weight: 700; font-size: 0.9rem; min-width: 20px; text-align: center; }
.remove-btn {
    background: none;
    border: none;
    color: #e74c3c;
    cursor: pointer;
    font-size: 0.85rem;
    padding: 4px;
    transition: var(--transition);
}
.remove-btn:hover { color: #c0392b; transform: scale(1.1); }
.cart-footer { padding: 20px 24px; border-top: 2px solid var(--cream-dark); background: var(--cream); }
.cart-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    font-size: 1rem;
    color: var(--text-dark);
}
.cart-total strong {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--green);
}
.cart-shipping-info {
    font-size: 0.8rem;
    color: var(--green-mid);
    font-weight: 700;
    margin-bottom: 14px;
    padding: 8px 12px;
    background: rgba(45, 90, 39, 0.08);
    border-radius: 8px;
    min-height: 0;
}
.cart-order-btn {
    width: 100%;
    text-align: center;
    padding: 15px;
    justify-content: center;
    font-size: 0.95rem;
}

/* ── WHATSAPP FLOAT ── */
.whatsapp-float {
    position: fixed;
    bottom: 28px;
    right: 28px;
    background: #25D366;
    color: #fff;
    border-radius: 50px;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
    font-weight: 700;
    box-shadow: 0 6px 24px rgba(37, 211, 102, 0.4);
    z-index: 999;
    transition: var(--transition);
    text-decoration: none;
}
.whatsapp-float:hover {
    transform: translateY(-3px) scale(1.04);
    box-shadow: 0 10px 32px rgba(37, 211, 102, 0.5);
}
.whatsapp-float i { font-size: 1.4rem; }
.whatsapp-label { font-size: 0.85rem; }

/* ── TOAST ── */
.toast {
    position: fixed;
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    background: var(--green);
    color: #fff;
    padding: 14px 28px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 700;
    z-index: 2000;
    display: flex;
    align-items: center;
    gap: 10px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.35s ease;
    box-shadow: 0 6px 24px rgba(0,0,0,0.2);
    white-space: nowrap;
}
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }
.toast i { color: #a8f4a8; }

/* ── ANIMATIONS ── */
@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes bounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(10px); }
}
@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-16px); }
}
@keyframes floatAround {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    33% { transform: translateY(-12px) rotate(8deg); }
    66% { transform: translateY(6px) rotate(-5deg); }
}
@keyframes pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(45, 90, 39, 0.4); }
    50% { box-shadow: 0 0 0 12px rgba(45, 90, 39, 0); }
}

/* ── RESPONSIVE ── */
@media (max-width: 992px) {
    .story-inner,
    .taste-inner { grid-template-columns: 1fr; gap: 50px; }
    .story-visual { order: -1; }
    .story-img-frame { height: 320px; }
    .footer-inner { grid-template-columns: 1fr 1fr; gap: 40px; }
    .contact-inner { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
    .nav {
        display: none;
        position: fixed;
        top: 0; left: 0; right: 0; bottom: 0;
        background: rgba(250,246,237,0.98);
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 16px;
        z-index: 800;
        padding: 20px;
    }
    .nav.open { display: flex; }
    .nav-link { font-size: 1.2rem; padding: 12px 24px; }
    .menu-toggle { display: flex; z-index: 900; }
    .stats-grid { gap: 0; }
    .stat-divider { display: none; }
    .stat-item { min-width: 50%; padding: 24px 10px; }
    .products-grid { grid-template-columns: 1fr; max-width: 400px; }
    .form-row { grid-template-columns: 1fr; }
    .footer-inner { grid-template-columns: 1fr; gap: 30px; }
    .hero-content { padding: 60px 24px; }
    .hero-title { font-size: clamp(2.2rem, 10vw, 3.5rem); }
    .notif-bar { font-size: 0.75rem; }
    .notif-bar span { display: block; }
    .order-form { padding: 24px 20px; }
}
@media (max-width: 480px) {
    .hero-actions { flex-direction: column; }
    .btn-primary, .btn-outline { width: 100%; justify-content: center; }
    .whatsapp-label { display: none; }
    .whatsapp-float { border-radius: 50%; padding: 16px; width: 56px; height: 56px; justify-content: center; }
    .quality-grid { grid-template-columns: 1fr 1fr; }
    .livraison-grid { grid-template-columns: 1fr; }
    .testimonials-grid { grid-template-columns: 1fr; }
    .cart-sidebar { max-width: 100%; }
    .header-inner { padding: 12px 16px; }
    .logo-name { font-size: 1rem; }
}

/* ── SCROLL ANIMATIONS ── */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}
.animate-on-scroll.visible {
    opacity: 1;
    transform: translateY(0);
}
