/* ============================================
   BABY BASICS — Best Deals for Moms
   Teal / Colorful mobile-first baby theme
   ============================================ */

:root {
    --teal-900: #0e5555;
    --teal-800: #147272;
    --teal-700: #1a8a8a;
    --teal-600: #20a0a0;
    --teal-500: #2bb5b5;
    --teal-400: #4ecdc4;
    --baby-pink: #ff6b9d;
    --baby-yellow: #ffd166;
    --baby-orange: #f4845f;
    --baby-purple: #c77dff;
    --cream: #fef9f4;
    --cream-100: #fff7ee;
    --cream-200: #f5ece0;
    --cream-300: #e8ddd0;
    --ink: #2a3d45;
    --ink-60: rgba(42,61,69,0.65);
    --ink-40: rgba(42,61,69,0.42);
    --ink-20: rgba(42,61,69,0.18);
    --ink-10: rgba(42,61,69,0.09);
    --whatsapp: #25D366;
    --whatsapp-dark: #128C7E;
}

/* --- Reset & Base --- */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-tap-highlight-color: transparent; }
body {
    font-family: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: var(--cream);
    color: var(--ink);
    overflow-x: hidden;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }

.container { max-width: 480px; margin: 0 auto; padding: 0 18px; }
@media (min-width: 768px) { .container { max-width: 760px; } }
@media (min-width: 1024px) { .container { max-width: 1000px; } }
@media (min-width: 1280px) { .container { max-width: 1160px; } }

/* --- Typography helpers --- */
.section-head { text-align: center; margin-bottom: 24px; }
.section-eyebrow {
    font-size: 11px; font-weight: 800;
    letter-spacing: 4px; text-transform: uppercase;
    color: var(--teal-500); margin-bottom: 4px;
}
.section-title {
    font-family: 'Fredoka One', 'Nunito', sans-serif;
    font-size: 30px; font-weight: 400;
    color: var(--teal-800); line-height: 1.15;
}
.baby-accent {
    display: inline-block; font-size: 0.85em; margin-right: 4px;
}

/* --- Buttons --- */
.btn-primary {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 14px 28px;
    background: linear-gradient(135deg, var(--teal-700), var(--teal-600));
    color: #fff; border: none; border-radius: 999px;
    font-size: 14px; font-weight: 700; font-family: inherit;
    letter-spacing: 0.3px;
    cursor: pointer; transition: all 0.3s cubic-bezier(.2,.9,.3,1.2);
    box-shadow: 0 6px 20px rgba(26,138,138,0.28), inset 0 1px 0 rgba(255,255,255,0.1);
    text-decoration: none;
    position: relative; overflow: hidden;
}
.btn-primary::before {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(135deg, var(--baby-yellow), transparent);
    opacity: 0; transition: opacity 0.3s;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(26,138,138,0.35); }
.btn-primary:hover::before { opacity: 0.18; }
.btn-primary:active { transform: scale(0.97); }
.btn-primary > * { position: relative; z-index: 1; }

.btn-whatsapp {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 14px 28px;
    background: linear-gradient(135deg, var(--whatsapp), var(--whatsapp-dark));
    color: white; border: none; border-radius: 999px;
    font-size: 14px; font-weight: 700; font-family: inherit;
    cursor: pointer; transition: all 0.3s;
    box-shadow: 0 6px 20px rgba(37,211,102,0.28);
    text-decoration: none;
}
.btn-whatsapp:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(37,211,102,0.36); }
.btn-whatsapp:active { transform: scale(0.97); }

.btn-outline {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 13px 28px; background: transparent;
    color: var(--ink-60); border: 1.5px solid var(--ink-20);
    border-radius: 999px; font-size: 14px; font-weight: 600; font-family: inherit;
    cursor: pointer; transition: all 0.3s;
}
.btn-outline:hover { border-color: var(--teal-600); color: var(--teal-700); }

.btn-lg { padding: 16px 34px; font-size: 15px; }
.btn-full { width: 100%; justify-content: center; }

/* --- Hero Section --- */
.hero {
    position: relative; min-height: 92vh;
    display: flex; align-items: center; justify-content: center;
    overflow: hidden; padding: 40px 20px 80px;
}
.hero-bg {
    position: absolute; inset: 0;
    background:
        radial-gradient(ellipse at 50% 10%, rgba(255,209,102,0.2), transparent 60%),
        radial-gradient(ellipse at 100% 90%, rgba(255,107,157,0.2), transparent 50%),
        linear-gradient(180deg, var(--teal-800) 0%, var(--teal-700) 40%, var(--teal-900) 100%);
}
.hero-bg::before {
    content: ''; position: absolute; inset: 0;
    background-image: radial-gradient(rgba(255,209,102,0.08) 1px, transparent 1px);
    background-size: 26px 26px;
    mask-image: linear-gradient(180deg, black 30%, transparent 100%);
    -webkit-mask-image: linear-gradient(180deg, black 30%, transparent 100%);
}
.hero-float {
    position: absolute; font-size: 70px; user-select: none;
    pointer-events: none; opacity: 0.15;
    animation: babyFloat 8s ease-in-out infinite;
}
.hero-float.float-1 { top: 8%; left: 6%; font-size: 55px; animation-delay: 0s; }
.hero-float.float-2 { top: 15%; right: 8%; font-size: 50px; animation-delay: 2s; }
.hero-float.float-3 { bottom: 22%; left: 10%; font-size: 45px; opacity: 0.1; animation-delay: 4s; }
@keyframes babyFloat {
    0%, 100% { transform: translateY(0) rotate(-5deg); }
    50% { transform: translateY(-18px) rotate(5deg); }
}

.hero-content { position: relative; z-index: 2; text-align: center; padding: 20px; max-width: 680px; }
.hero-logo { display: flex; justify-content: center; margin: 10px 0 8px; }
.hero-logo img {
    width: 340px; max-width: 82vw; height: auto;
    filter: drop-shadow(0 0 60px rgba(255,209,102,0.3));
}
.hero-eyebrow {
    font-size: 11px; font-weight: 700;
    letter-spacing: 6px; text-transform: uppercase;
    color: var(--baby-yellow); opacity: 0.85;
}
.hero-tagline {
    font-size: 15px; color: rgba(255,255,255,0.75);
    margin-top: 14px; max-width: 380px; margin-left: auto; margin-right: auto;
    line-height: 1.55; font-weight: 600;
}
.hero-btns {
    display: flex; flex-wrap: wrap; gap: 12px;
    justify-content: center; margin-top: 32px;
}
.hero-wave {
    position: absolute; bottom: -2px; left: 0; right: 0; z-index: 3;
}
.hero-wave svg { display: block; width: 100%; height: auto; }

@media (min-width: 768px) {
    .hero-logo img { width: 460px; }
    .hero-tagline { font-size: 17px; max-width: 440px; }
}

/* --- Strip Section --- */
.strip-section { padding: 24px 0 8px; }
.strip {
    display: flex; align-items: center; justify-content: space-around;
    padding: 14px 10px;
    background: var(--cream-100);
    border: 1px solid var(--cream-300);
    border-radius: 18px;
    box-shadow: 0 4px 18px rgba(42,61,69,0.05);
}
.strip-item {
    display: flex; flex-direction: column; align-items: center; gap: 4px;
    flex: 1;
}
.strip-icon { font-size: 22px; }
.strip-text { font-size: 11px; font-weight: 800; color: var(--teal-700); letter-spacing: 0.4px; }
.strip-divider { width: 1px; height: 28px; background: var(--cream-300); }

/* --- Categories --- */
.categories-section { padding: 32px 0 16px; }
.categories-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
}
.category-card {
    display: flex; flex-direction: column; align-items: center;
    padding: 18px 8px; border-radius: 18px;
    background: var(--cream-100);
    border: 1px solid var(--cream-300);
    transition: all 0.3s cubic-bezier(.2,.9,.3,1.2);
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(42,61,69,0.04);
}
.category-card:hover {
    background: var(--teal-700);
    border-color: var(--teal-600);
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(26,138,138,0.22);
}
.category-card:hover .category-name { color: var(--baby-yellow); }
.category-card:hover .category-icon { transform: scale(1.1); }
.category-icon { font-size: 30px; margin-bottom: 8px; transition: transform 0.3s; }
.category-name {
    font-size: 11px; font-weight: 800; text-align: center;
    color: var(--teal-700); line-height: 1.3; letter-spacing: 0.2px;
    transition: color 0.3s;
}

@media (min-width: 768px) {
    .categories-grid { grid-template-columns: repeat(5, 1fr); }
}
@media (min-width: 1024px) {
    .categories-grid { grid-template-columns: repeat(5, 1fr); }
}

/* --- Product Cards --- */
.products-scroll {
    display: flex; gap: 16px; overflow-x: auto;
    padding: 8px 2px 24px; scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; scrollbar-width: none;
    margin: 0 -18px; padding-left: 18px; padding-right: 18px;
}
.products-scroll::-webkit-scrollbar { display: none; }
.products-scroll .product-card {
    min-width: 190px; max-width: 190px; scroll-snap-align: start;
}

.products-grid {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
    padding-bottom: 24px;
}

.product-card {
    background: var(--cream-100);
    border: 1px solid var(--cream-300);
    border-radius: 22px; overflow: hidden;
    transition: all 0.35s cubic-bezier(.2,.9,.3,1.2);
    box-shadow: 0 2px 10px rgba(42,61,69,0.04);
    display: flex; flex-direction: column;
}
.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 36px rgba(26,138,138,0.12);
    border-color: var(--teal-500);
}

.product-img-wrap {
    position: relative; aspect-ratio: 1; overflow: hidden;
    background: linear-gradient(135deg, var(--cream-200), var(--cream));
}
.product-img-wrap img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 0.5s ease;
}
.product-card:hover .product-img-wrap img { transform: scale(1.08); }
.product-img-placeholder {
    width: 100%; height: 100%;
    display: flex; align-items: center; justify-content: center;
    color: var(--ink-20);
}
.product-badge {
    position: absolute; top: 10px; left: 10px;
    padding: 5px 11px;
    background: linear-gradient(135deg, var(--baby-pink), var(--baby-orange));
    color: #fff; font-size: 10px; font-weight: 800;
    border-radius: 999px; letter-spacing: 0.8px;
    text-transform: uppercase;
    box-shadow: 0 4px 12px rgba(255,107,157,0.35);
}

.product-info { padding: 14px 14px 14px; flex: 1; display: flex; flex-direction: column; }
.product-name {
    font-size: 14px; font-weight: 800; line-height: 1.3;
    color: var(--teal-800);
    display: -webkit-box; -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; overflow: hidden;
    min-height: 36px;
    margin-bottom: 8px;
}

/* Single-size bottom row */
.product-bottom {
    display: flex; align-items: center; justify-content: space-between;
    margin-top: auto;
}
.product-price {
    font-size: 20px; font-weight: 900;
    color: var(--teal-700); font-family: 'Fredoka One', sans-serif;
    position: relative; display: inline-flex; align-items: baseline; gap: 4px;
}
.product-price::before {
    content: 'KES'; font-size: 10px; font-weight: 700;
    color: var(--ink-40); letter-spacing: 0.5px;
    font-family: 'Nunito', sans-serif;
}
.add-btn {
    width: 40px; height: 40px; border-radius: 14px;
    background: linear-gradient(135deg, var(--teal-700), var(--teal-600));
    border: none; color: #fff; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: all 0.25s;
    box-shadow: 0 4px 12px rgba(26,138,138,0.35);
    flex-shrink: 0;
}
.add-btn:hover { transform: scale(1.08) rotate(90deg); }
.add-btn:active { transform: scale(0.92); }

/* Size selector for clothing items */
.size-selector {
    display: flex; align-items: center; gap: 6px;
    margin-top: 8px;
}
.size-select {
    flex: 1; padding: 8px 10px;
    background: var(--cream);
    border: 1.5px solid var(--teal-500);
    border-radius: 10px; color: var(--ink);
    font-size: 12px; font-weight: 700; font-family: inherit;
    outline: none; cursor: pointer;
    transition: all 0.3s;
    appearance: auto;
}
.size-select:focus {
    border-color: var(--teal-700);
    box-shadow: 0 0 0 3px rgba(26,138,138,0.12);
}

/* --- Featured Section --- */
.featured-section { padding: 24px 0 36px; }

/* --- CTA Section --- */
.cta-section { padding: 24px 0 44px; }
.cta-card {
    position: relative;
    padding: 44px 28px; text-align: center;
    background:
        linear-gradient(135deg, var(--teal-800), var(--teal-700));
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(26,138,138,0.22);
}
.cta-card::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(circle at 30% 20%, rgba(255,209,102,0.15), transparent 55%),
                radial-gradient(circle at 80% 80%, rgba(255,107,157,0.1), transparent 50%);
}
.cta-decor {
    position: absolute; top: 20px; right: 24px;
    font-size: 52px; opacity: 0.16; user-select: none;
    transform: rotate(15deg);
}
.cta-card > * { position: relative; z-index: 1; }
.cta-card h2 {
    font-family: 'Fredoka One', sans-serif;
    font-size: 30px; margin-bottom: 10px;
    color: #fff;
}
.cta-card p { color: rgba(255,255,255,0.75); margin-bottom: 22px; font-size: 14px; max-width: 300px; margin-left: auto; margin-right: auto; font-weight: 600; }
.cta-card .btn-primary {
    background: linear-gradient(135deg, var(--baby-yellow), var(--baby-orange));
    color: var(--teal-900);
    box-shadow: 0 8px 22px rgba(255,209,102,0.35);
}
.cta-card .btn-primary:hover { box-shadow: 0 12px 28px rgba(255,209,102,0.45); }

/* --- Menu Page --- */
.menu-page { padding: 28px 0 20px; }
.menu-header { text-align: center; margin-bottom: 22px; }
.menu-header h1 {
    font-family: 'Fredoka One', sans-serif;
    font-size: 44px; font-weight: 400; color: var(--teal-800);
    line-height: 1;
}
.menu-header .menu-sub { color: var(--ink-60); font-size: 14px; margin-top: 8px; font-weight: 600; }
.menu-note {
    text-align: center; font-size: 12px; color: var(--ink-40);
    margin: 24px 0 8px; font-style: italic;
}

.search-bar {
    display: flex; align-items: center; gap: 10px;
    padding: 14px 18px; margin-bottom: 18px;
    background: var(--cream-100);
    border: 1.5px solid var(--cream-300);
    border-radius: 16px; transition: all 0.3s;
    box-shadow: 0 2px 10px rgba(42,61,69,0.04);
}
.search-bar:focus-within {
    border-color: var(--teal-500);
    box-shadow: 0 4px 16px rgba(26,138,138,0.1);
}
.search-bar svg { color: var(--teal-500); flex-shrink: 0; }
.search-bar input {
    flex: 1; background: none; border: none; outline: none;
    color: var(--ink); font-size: 15px; font-family: inherit; font-weight: 600;
}
.search-bar input::placeholder { color: var(--ink-40); }

.category-tabs { margin-bottom: 22px; }
.tabs-scroll {
    display: flex; gap: 8px; overflow-x: auto;
    padding: 4px 2px; scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    margin: 0 -18px; padding-left: 18px; padding-right: 18px;
}
.tabs-scroll::-webkit-scrollbar { display: none; }
.tab-pill {
    flex-shrink: 0; padding: 10px 20px;
    background: var(--cream-100);
    border: 1.5px solid var(--cream-300);
    border-radius: 999px; font-size: 13px; font-weight: 700;
    color: var(--teal-700); transition: all 0.3s;
    white-space: nowrap; text-decoration: none;
}
.tab-pill.active, .tab-pill:hover {
    background: var(--teal-700);
    color: #fff; border-color: var(--teal-700);
    box-shadow: 0 6px 16px rgba(26,138,138,0.25);
}

.empty-state {
    grid-column: 1 / -1; text-align: center; padding: 60px 20px;
    color: var(--ink-40);
}
.empty-state svg { margin: 0 auto 16px; }
.empty-state p { margin-bottom: 12px; font-size: 14px; }

/* --- Cart Page --- */
.cart-page { padding: 28px 0 20px; }
.cart-header { text-align: center; margin-bottom: 22px; }
.cart-header h1 {
    font-family: 'Fredoka One', sans-serif;
    font-size: 44px; font-weight: 400; color: var(--teal-800); line-height: 1;
}
.cart-header p { color: var(--ink-60); font-size: 14px; margin-top: 6px; font-weight: 600; }

.empty-cart { text-align: center; padding: 60px 20px; }
.empty-cart-icon { color: var(--ink-20); margin-bottom: 20px; }
.empty-cart-icon svg { margin: 0 auto; }
.empty-cart h2 {
    font-family: 'Fredoka One', sans-serif;
    font-size: 26px; margin-bottom: 8px; color: var(--teal-800);
}
.empty-cart p { color: var(--ink-60); font-size: 14px; }

.cart-content { max-width: 540px; margin: 0 auto; }

.cart-item {
    display: flex; align-items: center; gap: 12px;
    padding: 14px; margin-bottom: 12px;
    background: var(--cream-100);
    border: 1px solid var(--cream-300);
    border-radius: 18px; transition: all 0.3s;
    box-shadow: 0 2px 8px rgba(42,61,69,0.04);
}
.cart-item:hover { border-color: var(--teal-500); }
.cart-item-thumb {
    width: 56px; height: 56px; border-radius: 12px;
    overflow: hidden; flex-shrink: 0;
    background: var(--cream-200);
}
.cart-item-thumb img { width: 100%; height: 100%; object-fit: cover; }
.cart-item-info { flex: 1; min-width: 0; }
.cart-item-info h3 {
    font-size: 14px; font-weight: 800; color: var(--teal-800);
    line-height: 1.3; margin-bottom: 4px;
    display: -webkit-box; -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; overflow: hidden;
}
.cart-item-meta {
    font-size: 11px; color: var(--ink-60); font-weight: 600;
    display: flex; gap: 6px; align-items: center; flex-wrap: wrap;
}
.size-chip {
    padding: 2px 8px; background: var(--teal-700); color: #fff;
    border-radius: 999px; font-size: 9px; font-weight: 800;
    letter-spacing: 0.5px; text-transform: uppercase;
}
.cart-item-actions {
    display: flex; flex-direction: column; align-items: flex-end; gap: 6px;
    flex-shrink: 0;
}
.qty-control {
    display: flex; align-items: center; gap: 6px;
    background: var(--cream-200); border-radius: 999px; padding: 3px;
}
.qty-btn {
    width: 26px; height: 26px; border-radius: 50%;
    background: var(--cream-100); border: 1px solid var(--cream-300);
    color: var(--teal-700); cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: all 0.2s;
}
.qty-btn:hover { background: var(--teal-700); color: #fff; border-color: var(--teal-700); }
.qty-num { font-size: 13px; font-weight: 800; min-width: 18px; text-align: center; color: var(--teal-800); }
.cart-item-total {
    font-size: 15px; font-weight: 900;
    color: var(--teal-700); font-family: 'Fredoka One', sans-serif;
}
.remove-btn {
    width: 24px; height: 24px; border-radius: 8px;
    background: transparent; border: none; color: var(--ink-40);
    cursor: pointer; display: flex; align-items: center; justify-content: center;
    transition: color 0.2s;
}
.remove-btn:hover { color: #c54a4a; }

/* Customer Info */
.customer-info {
    padding: 22px; margin: 22px 0;
    background: var(--cream-100);
    border: 1px solid var(--cream-300);
    border-radius: 20px;
    box-shadow: 0 2px 12px rgba(42,61,69,0.05);
}
.customer-info h3, .order-summary h3 {
    font-family: 'Fredoka One', sans-serif;
    font-size: 18px; margin-bottom: 14px; color: var(--teal-800);
    display: flex; align-items: center; gap: 6px;
}
.form-group { margin-bottom: 12px; }
.form-group:last-child { margin-bottom: 0; }
.form-input {
    width: 100%; padding: 14px 16px;
    background: var(--cream);
    border: 1.5px solid var(--cream-300);
    border-radius: 14px; color: var(--ink);
    font-size: 14px; font-family: inherit; font-weight: 600;
    outline: none; transition: all 0.3s;
    resize: vertical;
}
.form-input:focus { border-color: var(--teal-500); box-shadow: 0 0 0 4px rgba(26,138,138,0.08); }
.form-input::placeholder { color: var(--ink-40); }

/* Order Summary */
.order-summary {
    padding: 22px; margin-bottom: 20px;
    background: var(--cream-100);
    border: 1px solid var(--cream-300);
    border-radius: 20px;
    box-shadow: 0 2px 12px rgba(42,61,69,0.05);
}
.summary-row {
    display: flex; justify-content: space-between; align-items: baseline;
    padding: 10px 0; font-size: 14px; font-weight: 600;
    color: var(--ink-60);
    border-bottom: 1px dashed var(--cream-300);
}
.summary-row.total {
    font-size: 22px; font-weight: 900; color: var(--teal-800);
    border-bottom: none; margin-top: 6px; padding-top: 14px;
    border-top: 2px solid var(--cream-300);
    font-family: 'Fredoka One', sans-serif;
}

/* M-Pesa Section */
.mpesa-section {
    padding: 26px 22px; margin-bottom: 22px;
    background:
        linear-gradient(135deg, #0a7c3f 0%, #065a2d 100%);
    border-radius: 22px;
    color: #f0fff4;
    box-shadow: 0 14px 30px rgba(10,124,63,0.28);
    position: relative; overflow: hidden;
}
.mpesa-section::before {
    content: ''; position: absolute; top: -40%; right: -20%;
    width: 240px; height: 240px; border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,0.08), transparent 60%);
}
.mpesa-header {
    display: flex; align-items: center; gap: 12px; margin-bottom: 8px;
    position: relative;
}
.mpesa-badge {
    display: inline-block;
    padding: 5px 12px; background: #fff;
    color: #0a7c3f; font-weight: 900; font-size: 10px;
    letter-spacing: 1px; border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.mpesa-header h3 {
    font-family: 'Fredoka One', sans-serif;
    font-size: 20px; color: #fff; margin: 0;
}
.mpesa-sub {
    font-size: 13px; opacity: 0.85; margin-bottom: 18px;
    line-height: 1.5; position: relative; font-weight: 600;
}
.mpesa-grid {
    display: flex; flex-direction: column; gap: 10px;
    margin-bottom: 18px; position: relative;
}
.mpesa-row {
    display: flex; align-items: center; justify-content: space-between;
    padding: 12px 16px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 12px;
    backdrop-filter: blur(10px);
}
.mpesa-label {
    font-size: 11px; font-weight: 700;
    text-transform: uppercase; letter-spacing: 1px;
    opacity: 0.75;
}
.mpesa-value-wrap { display: flex; align-items: center; gap: 10px; }
.mpesa-value {
    font-size: 18px; font-weight: 900;
    font-family: 'Fredoka One', sans-serif;
    letter-spacing: 0.5px;
}
.copy-btn {
    padding: 5px 12px; background: rgba(255,255,255,0.15);
    color: #fff; border: 1px solid rgba(255,255,255,0.25);
    border-radius: 999px;
    font-size: 10px; font-weight: 800; letter-spacing: 0.5px;
    text-transform: uppercase; cursor: pointer;
    transition: all 0.2s; font-family: inherit;
}
.copy-btn:hover { background: rgba(255,255,255,0.25); }
.copy-btn.copied { background: #fff; color: #0a7c3f; }
.mpesa-steps {
    list-style: none; counter-reset: step;
    padding: 0; font-size: 12px; position: relative; font-weight: 600;
}
.mpesa-steps li {
    counter-increment: step;
    padding: 6px 0 6px 28px; position: relative;
    opacity: 0.92; line-height: 1.6;
    border-bottom: 1px dashed rgba(255,255,255,0.12);
}
.mpesa-steps li:last-child { border-bottom: none; }
.mpesa-steps li::before {
    content: counter(step);
    position: absolute; left: 0; top: 6px;
    width: 20px; height: 20px; border-radius: 50%;
    background: rgba(255,255,255,0.18);
    display: flex; align-items: center; justify-content: center;
    font-weight: 900; font-size: 11px;
}
.mpesa-steps strong { color: #fff; font-weight: 800; }

/* Order Actions */
.order-actions { margin-bottom: 40px; }

/* --- About Page --- */
.about-page { padding: 32px 0 20px; }
.about-header { text-align: center; margin-bottom: 28px; }
.about-logo { display: flex; justify-content: center; margin-bottom: 14px; }
.about-logo img {
    width: 160px; height: auto;
    filter: drop-shadow(0 6px 24px rgba(26,138,138,0.15));
}
.about-header h1 {
    font-family: 'Fredoka One', sans-serif;
    font-size: 52px; font-weight: 400; color: var(--teal-800); line-height: 1;
    margin-bottom: 6px;
}
.about-tagline {
    color: var(--teal-500); font-size: 12px;
    letter-spacing: 3px; text-transform: uppercase; font-weight: 800;
}

.about-card {
    position: relative;
    padding: 28px 24px; margin-bottom: 18px;
    background: var(--cream-100);
    border: 1px solid var(--cream-300);
    border-radius: 22px;
    box-shadow: 0 4px 18px rgba(42,61,69,0.05);
}
.baby-accent-float {
    position: absolute; top: 22px; right: 24px;
    font-size: 28px; opacity: 0.35;
}
.about-card h2 {
    font-family: 'Fredoka One', sans-serif;
    font-size: 22px; margin-bottom: 12px; color: var(--teal-700);
    line-height: 1.2;
}
.about-card p {
    font-size: 14px; color: var(--ink-60); font-weight: 600;
    line-height: 1.75; margin-bottom: 10px;
}
.about-card p:last-child { margin-bottom: 0; }

.promise-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
    margin-top: 14px;
}
.promise-item {
    text-align: center; padding: 16px 8px;
    background: var(--cream); border-radius: 14px;
    border: 1px solid var(--cream-300);
}
.promise-icon { font-size: 32px; display: block; margin-bottom: 8px; }
.promise-item h3 { font-size: 13px; font-weight: 800; margin-bottom: 4px; color: var(--teal-800); }
.promise-item p { font-size: 11px; color: var(--ink-40); margin-bottom: 0; line-height: 1.4; }

.contact-card .contact-info { display: flex; flex-direction: column; gap: 12px; }
.contact-item {
    display: flex; align-items: center; gap: 14px;
    padding: 14px 18px;
    background: var(--cream); border: 1px solid var(--cream-300);
    border-radius: 14px; font-size: 14px; font-weight: 600;
    transition: all 0.3s; color: var(--teal-700);
}
.contact-item:hover {
    background: var(--cream-200);
    border-color: var(--teal-500);
}
.contact-item svg { color: var(--teal-500); flex-shrink: 0; }
.contact-item.whatsapp {
    background: linear-gradient(135deg, rgba(37,211,102,0.12), rgba(18,140,126,0.08));
    border-color: rgba(37,211,102,0.3);
    color: var(--whatsapp-dark);
}
.contact-item.whatsapp svg { color: var(--whatsapp); }
.contact-item.whatsapp:hover {
    background: linear-gradient(135deg, rgba(37,211,102,0.2), rgba(18,140,126,0.15));
}

/* --- Footer --- */
.site-footer {
    text-align: center; padding: 40px 20px 24px;
    margin-top: 20px;
    background: var(--teal-800);
    color: rgba(255,255,255,0.6);
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
}
.footer-brand { margin-bottom: 16px; }
.footer-logo {
    height: 60px; width: auto; margin: 0 auto 10px;
    filter: brightness(1.1);
}
.footer-tag {
    font-size: 11px; letter-spacing: 3px; text-transform: uppercase;
    color: var(--baby-yellow); margin-bottom: 8px; font-weight: 800;
}
.footer-contact {
    font-size: 13px; color: rgba(255,255,255,0.7);
    margin-bottom: 16px;
}
.footer-contact a { color: var(--baby-yellow); text-decoration: none; font-weight: 700; }
.footer-contact a:hover { color: #fff; }
.footer-credit {
    display: inline-flex; align-items: center; gap: 4px;
    font-size: 10px; color: rgba(255,255,255,0.25);
    text-decoration: none; transition: color 0.3s;
    padding-top: 14px; border-top: 1px solid rgba(255,255,255,0.08);
}
.footer-credit:hover { color: rgba(255,255,255,0.55); }
.footer-heart { color: #ff6b9d; font-size: 12px; }

/* --- Scrollbar --- */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: var(--ink-20); border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: var(--ink-40); }

/* --- Responsive Desktop --- */
@media (min-width: 768px) {
    .products-grid { grid-template-columns: repeat(3, 1fr); gap: 18px; }
    .menu-header h1, .cart-header h1 { font-size: 56px; }
    .hero { min-height: 100vh; }
}

@media (min-width: 1024px) {
    .products-grid { grid-template-columns: repeat(4, 1fr); gap: 20px; }
    .products-scroll .product-card { min-width: 210px; max-width: 210px; }
    .bottom-nav { display: none; }
    main { padding-bottom: 0 !important; }
}

@media (min-width: 1280px) {
    .products-grid { grid-template-columns: repeat(5, 1fr); }
}

/* --- Animations --- */
@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}
@keyframes shimmer {
    0% { background-position: -200px 0; }
    100% { background-position: 200px 0; }
}

.skeleton {
    background: linear-gradient(90deg, var(--cream-200) 25%, var(--cream-300) 50%, var(--cream-200) 75%);
    background-size: 400px 100%;
    animation: shimmer 1.5s infinite;
    border-radius: 8px;
}
