:root{--ink:#1e2430;--muted:#697386;--cream:#fff8f1;--rose:#f7c6c7;--mint:#d6f1e6;--gold:#c99a55;--line:#eadfd5;--white:#fff;--shadow:0 22px 60px rgba(35,42,58,.12);--radius:28px}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;color:var(--ink);background:#fff}a{color:inherit;text-decoration:none}img,video{max-width:100%;display:block}.topbar{min-height:42px;background:#263044;color:#fff;display:flex;align-items:center;justify-content:center;gap:24px;padding:8px 22px;font-size:13px;font-weight:700}.topbar>div{position:absolute;right:20px;display:flex;gap:8px}.inline-select{display:inline}.inline-select select{background:#fff;border:0;border-radius:999px;padding:5px 8px}.site-head{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.92);backdrop-filter:blur(18px);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:18px 44px}.brand span{font-size:26px;font-weight:950;letter-spacing:-.05em}.brand small{display:block;color:var(--muted);font-size:12px}.site-head nav{display:flex;gap:22px;font-weight:800;font-size:14px}.head-actions{display:flex;gap:10px;align-items:center}.head-actions button,.head-actions a,.btn{border:0;background:var(--ink);color:#fff;border-radius:999px;padding:12px 18px;font-weight:900;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn.light{background:#fff;color:var(--ink)}.btn.ghost{background:transparent;color:var(--ink);border:1px solid var(--line)}.hero-slider{height:620px;position:relative;overflow:hidden;background:var(--cream)}.hero-slide{position:absolute;inset:0;opacity:0;transition:1s ease;display:grid;grid-template-columns:1fr 1fr;align-items:center}.hero-slide.active{opacity:1}.hero-slide img,.hero-slide video{width:100%;height:100%;object-fit:cover;grid-column:2}.hero-slide:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fff8f1 0%,rgba(255,248,241,.92) 43%,rgba(255,248,241,.12) 100%);z-index:1}.hero-content{position:relative;z-index:2;padding-left:8vw;max-width:650px}.hero-content span,.eyebrow,.section-head span{color:var(--gold);font-size:13px;font-weight:950;text-transform:uppercase;letter-spacing:.16em}.hero-content h1{font-size:clamp(44px,7vw,88px);line-height:.92;margin:14px 0;letter-spacing:-.07em}.hero-content p{font-size:18px;color:var(--muted);line-height:1.7}.trust-row{display:grid;grid-template-columns:repeat(4,1fr);border-block:1px solid var(--line);background:#fff}.trust-row div{text-align:center;padding:18px;font-weight:900;color:#42506a}.section{width:min(1180px,calc(100% - 34px));margin:70px auto}.section.soft{background:linear-gradient(135deg,#fff8f1,#fff);padding:40px;border-radius:34px;width:min(1240px,calc(100% - 34px))}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:24px}.section-head h2,.section-head h1{font-size:clamp(30px,4vw,52px);letter-spacing:-.06em;margin:5px 0}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.cat-card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff;box-shadow:var(--shadow)}.cat-card img{height:230px;width:100%;object-fit:cover}.cat-card div{padding:20px}.cat-card h3{margin:0 0 8px}.cat-card p{color:var(--muted);line-height:1.6}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transition:.25s}.product-card:hover{transform:translateY(-5px)}.product-card img{height:290px;width:100%;object-fit:cover;background:#f7f0e8}.product-info{padding:18px}.product-info span{display:inline-block;background:#fff0e2;color:#9a6628;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:900}.product-info h3{font-size:18px;margin:12px 0 6px}.product-info p,.price{font-size:20px;font-weight:950;color:#1f2937}.product-actions{display:flex;gap:8px;flex-wrap:wrap}.product-actions button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 12px;font-weight:900;cursor:pointer}.promo-band{width:min(1180px,calc(100% - 34px));margin:50px auto;padding:44px;border-radius:36px;background:linear-gradient(135deg,#263044,#465674);color:#fff;display:flex;align-items:center;justify-content:space-between;box-shadow:var(--shadow);animation:floatBg 6s ease-in-out infinite}.promo-band p{color:#dbe5f6;line-height:1.7}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center}.two-col img{border-radius:34px;box-shadow:var(--shadow)}.page-hero{padding:80px 24px;text-align:center;background:linear-gradient(135deg,#fff8f1,#fdebed)}.page-hero h1{font-size:clamp(38px,6vw,72px);letter-spacing:-.07em;margin:12px 0}.page-hero p{color:var(--muted);font-size:18px}.shop-layout{width:min(1240px,calc(100% - 34px));margin:50px auto;display:grid;grid-template-columns:260px 1fr;gap:28px}.shop-layout aside{border:1px solid var(--line);border-radius:28px;padding:22px;position:sticky;top:110px;height:max-content}.shop-layout aside a{display:block;padding:10px 0;color:#42506a;font-weight:800}.shop-layout input,.checkout-form input,.checkout-form textarea,.contact-page input,.contact-page textarea,.footer input, .admin-card input,.admin-card textarea,.admin-card select,.login-card input{width:100%;border:1px solid var(--line);border-radius:16px;padding:13px 14px;font:inherit;margin:7px 0 13px;background:#fff}.product-page{width:min(1180px,calc(100% - 34px));margin:60px auto;display:grid;grid-template-columns:1fr 1fr;gap:42px}.gallery img{height:620px;width:100%;object-fit:cover;border-radius:34px;box-shadow:var(--shadow)}.product-detail h1{font-size:56px;line-height:1;letter-spacing:-.07em}.selectors{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:24px 0}.detail-list{line-height:2;color:var(--muted)}.checkout-form,.contact-page form,.admin-card,.login-card{background:#fff;border:1px solid var(--line);border-radius:28px;padding:26px;box-shadow:var(--shadow)}.contact-page{width:min(1080px,calc(100% - 34px));margin:70px auto;display:grid;grid-template-columns:1fr 1fr;gap:34px}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.blog-grid article{border:1px solid var(--line);border-radius:24px;overflow:hidden;background:#fff}.blog-grid img{height:240px;width:100%;object-fit:cover}.blog-grid h2,.blog-grid p{padding-inline:18px}.footer{background:#263044;color:#fff;padding:54px 7vw;display:grid;grid-template-columns:2fr 1fr 1fr 1.4fr;gap:28px}.footer a{display:block;color:#dbe5f6;margin:8px 0}.search-modal{position:fixed;inset:0;background:rgba(0,0,0,.45);display:none;align-items:center;justify-content:center;z-index:99}.search-modal.open{display:flex}.search-modal>div{background:#fff;padding:30px;border-radius:28px;width:min(620px,92vw)}.quick-view{display:none}.admin-body{display:grid;grid-template-columns:260px 1fr;background:#f6f7fb;min-height:100vh}.admin-sidebar{background:#1e2430;color:#fff;padding:24px;position:sticky;top:0;height:100vh}.admin-sidebar a{display:block;padding:12px 14px;border-radius:14px;margin:4px 0;color:#dbe5f6}.admin-sidebar a:hover{background:rgba(255,255,255,.1)}.admin-main{padding:28px}.admin-main>header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.stat{background:#fff;border-radius:24px;padding:24px;box-shadow:var(--shadow)}.stat span{color:var(--muted);font-weight:800}.stat strong{display:block;font-size:42px;margin-top:8px}.admin-table{width:100%;border-collapse:separate;border-spacing:0 10px}.admin-table th{text-align:left;color:var(--muted);font-size:13px}.admin-table td{background:#fff;padding:14px;border-block:1px solid var(--line)}.admin-table img{width:70px;height:70px;object-fit:cover;border-radius:12px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.form-grid .full{grid-column:1/-1}.check{display:flex;align-items:center;gap:10px}.check input{width:auto}.login-page{min-height:100vh;display:grid;place-items:center;background:linear-gradient(135deg,#fff8f1,#f5d9da)}.login-card{width:min(440px,92vw)}.login-card h1{font-size:36px;letter-spacing:-.05em}.alert{padding:12px;border-radius:14px;background:#fff1f2;color:#be123c;margin:12px 0}.alert.good{background:#ecfdf5;color:#047857}@keyframes floatBg{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}@media(max-width:900px){.site-head{padding:16px;align-items:flex-start;gap:14px;flex-direction:column}.site-head nav{flex-wrap:wrap}.hero-slider{height:680px}.hero-slide{grid-template-columns:1fr}.hero-slide img,.hero-slide video{grid-column:1}.hero-content{padding:30px}.trust-row,.category-grid,.product-grid,.footer,.stats-grid{grid-template-columns:1fr 1fr}.shop-layout,.product-page,.contact-page,.two-col,.admin-body{grid-template-columns:1fr}.admin-sidebar{height:auto;position:relative}.blog-grid{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}}@media(max-width:560px){.trust-row,.category-grid,.product-grid,.footer,.stats-grid{grid-template-columns:1fr}.hero-content h1{font-size:44px}}
 
/* =========================================================
   HERO BANNER REPAIR
   Fix: text hidden / misaligned / behind frame
   ========================================================= */

.hero-section,
.hero-banner,
.home-hero {
    position: relative;
    overflow: hidden;
    background: #f6f1ea;
}

.hero-section .container,
.hero-banner .container,
.home-hero .container {
    position: relative;
    z-index: 2;
}

.hero-grid,
.hero-inner,
.hero-wrap {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    align-items: center;
    gap: 42px;
    min-height: 620px;
    padding: 70px 0 40px;
}

.hero-content,
.hero-text,
.banner-content {
    position: relative;
    z-index: 3;
    max-width: 560px;
    padding: 20px 0 20px 40px;
}

.hero-content > *,
.hero-text > *,
.banner-content > * {
    position: relative;
    z-index: 3;
}

.hero-kicker,
.banner-kicker,
.hero-eyebrow {
    display: inline-block;
    margin: 0 0 18px;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-weight: 700;
    color: #c08a3e;
}

.hero-title,
.banner-title,
.hero-content h1,
.hero-text h1,
.banner-content h1 {
    margin: 0 0 18px;
    font-size: clamp(42px, 6vw, 84px);
    line-height: 0.95;
    letter-spacing: -0.04em;
    font-weight: 800;
    color: #1f2937;
}

.hero-subtitle,
.banner-subtitle,
.hero-content p,
.hero-text p,
.banner-content p {
    margin: 0 0 26px;
    font-size: 17px;
    line-height: 1.7;
    color: #6b7280;
    max-width: 520px;
}

.hero-actions,
.banner-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 8px;
}

.hero-media,
.banner-media,
.hero-image-wrap {
    position: relative;
    z-index: 1;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-media img,
.banner-media img,
.hero-image,
.hero-image-wrap img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 0;
    box-shadow: none;
}

.hero-section::before,
.hero-banner::before,
.home-hero::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 52%;
    background: linear-gradient(90deg, rgba(246,241,234,1) 0%, rgba(246,241,234,0.98) 62%, rgba(246,241,234,0.2) 100%);
    z-index: 1;
    pointer-events: none;
}

@media (max-width: 1100px) {
    .hero-grid,
    .hero-inner,
    .hero-wrap {
        gap: 28px;
        min-height: 560px;
    }

    .hero-content,
    .hero-text,
    .banner-content {
        padding-left: 24px;
        max-width: 500px;
    }

    .hero-title,
    .banner-title,
    .hero-content h1,
    .hero-text h1,
    .banner-content h1 {
        font-size: clamp(38px, 5vw, 64px);
    }
}

@media (max-width: 860px) {
    .hero-grid,
    .hero-inner,
    .hero-wrap {
        grid-template-columns: 1fr;
        min-height: auto;
        padding: 30px 0 0;
        gap: 0;
    }

    .hero-section::before,
    .hero-banner::before,
    .home-hero::before {
        display: none;
    }

    .hero-content,
    .hero-text,
    .banner-content {
        max-width: 100%;
        padding: 24px 20px 30px;
        order: 1;
    }

    .hero-media,
    .banner-media,
    .hero-image-wrap {
        min-height: auto;
        order: 2;
    }

    .hero-media img,
    .banner-media img,
    .hero-image,
    .hero-image-wrap img {
        height: 360px;
    }

    .hero-title,
    .banner-title,
    .hero-content h1,
    .hero-text h1,
    .banner-content h1 {
        font-size: clamp(34px, 8vw, 52px);
        line-height: 1;
    }
}

@media (max-width: 540px) {
    .hero-content,
    .hero-text,
    .banner-content {
        padding: 22px 16px 24px;
    }

    .hero-media img,
    .banner-media img,
    .hero-image,
    .hero-image-wrap img {
        height: 280px;
    }

    .hero-actions,
    .banner-actions {
        flex-direction: column;
        align-items: stretch;
    }
} 
 /* =========================================================
   REAL HERO SLIDER FIX - BabyCare Store Pro
   Fixes hidden/misaligned hero text in .hero-slider/.hero-slide
   ========================================================= */

.hero-slider {
    height: auto !important;
    min-height: 620px !important;
    position: relative !important;
    overflow: hidden !important;
    background: var(--cream) !important;
}

.hero-slide {
    position: relative !important;
    inset: auto !important;
    min-height: 620px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    align-items: center !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.hero-slide.active {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

.hero-slide:not(.active) {
    position: absolute !important;
    inset: 0 !important;
}

.hero-slide::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(
        90deg,
        #fff8f1 0%,
        rgba(255, 248, 241, 0.97) 42%,
        rgba(255, 248, 241, 0.36) 68%,
        rgba(255, 248, 241, 0.08) 100%
    ) !important;
    z-index: 1 !important;
    pointer-events: none !important;
}

.hero-content {
    position: relative !important;
    z-index: 5 !important;
    grid-column: 1 !important;
    padding: 54px 6vw 54px 8vw !important;
    max-width: 680px !important;
    align-self: center !important;
}

.hero-content span,
.hero-content .eyebrow {
    display: inline-block !important;
    margin-bottom: 16px !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    letter-spacing: 0.18em !important;
    color: var(--gold) !important;
}

.hero-content h1 {
    margin: 0 0 18px !important;
    font-size: clamp(46px, 6.2vw, 82px) !important;
    line-height: 0.95 !important;
    letter-spacing: -0.07em !important;
    color: var(--ink) !important;
    max-width: 640px !important;
}

.hero-content p {
    margin: 0 0 28px !important;
    max-width: 520px !important;
    font-size: 18px !important;
    line-height: 1.65 !important;
    color: var(--muted) !important;
}

.hero-content .btn,
.hero-content a.btn,
.hero-content button {
    position: relative !important;
    z-index: 6 !important;
}

.hero-slide img,
.hero-slide video {
    grid-column: 2 !important;
    position: relative !important;
    z-index: 0 !important;
    width: 100% !important;
    height: 620px !important;
    min-height: 620px !important;
    object-fit: cover !important;
    object-position: center !important;
}

/* Keep trust row below hero, never over hero text */
.trust-row {
    position: relative !important;
    z-index: 3 !important;
}

/* Tablet */
@media (max-width: 980px) {
    .hero-slider {
        min-height: auto !important;
    }

    .hero-slide {
        min-height: auto !important;
        grid-template-columns: 1fr !important;
    }

    .hero-slide:not(.active) {
        position: absolute !important;
    }

    .hero-slide::before {
        background: linear-gradient(
            180deg,
            #fff8f1 0%,
            rgba(255, 248, 241, 0.95) 48%,
            rgba(255, 248, 241, 0.2) 100%
        ) !important;
    }

    .hero-content {
        grid-column: 1 !important;
        padding: 44px 28px 32px !important;
        max-width: 100% !important;
    }

    .hero-content h1 {
        font-size: clamp(38px, 8vw, 58px) !important;
        max-width: 760px !important;
    }

    .hero-slide img,
    .hero-slide video {
        grid-column: 1 !important;
        height: 420px !important;
        min-height: 420px !important;
    }
}

/* Mobile */
@media (max-width: 560px) {
    .hero-content {
        padding: 34px 20px 26px !important;
    }

    .hero-content h1 {
        font-size: 42px !important;
        line-height: 0.98 !important;
    }

    .hero-content p {
        font-size: 16px !important;
    }

    .hero-slide img,
    .hero-slide video {
        height: 300px !important;
        min-height: 300px !important;
    }
}