/* ==========================================================
   KARAI BAZAAR — PREMIUM UI V2
   Visual upgrade layered over the existing design system.
   ========================================================== */

:root {
    --navy: #082d5b;
    --navy-dark: #041c3b;
    --navy-soft: #123f70;
    --gold: #d9a300;
    --gold-light: #f5c94c;
    --fresh-green: #18864b;
    --fresh-green-dark: #0e6537;
    --orange: #f28b22;
    --surface: #ffffff;
    --surface-warm: #fffaf1;
    --surface-soft: #f6f8fb;
    --ink: #172033;
    --muted: #667085;
    --line: rgba(8, 45, 91, .11);
    --font-display: 'Playfair Display', Georgia, serif;
    --premium-shadow: 0 18px 60px rgba(15, 35, 60, .12);
    --premium-shadow-hover: 0 26px 70px rgba(15, 35, 60, .18);
}

html { scroll-padding-top: 92px; }
body {
    color: var(--ink);
    background: var(--surface);
    text-rendering: optimizeLegibility;
}
main { overflow: clip; }
::selection { background: rgba(217, 163, 0, .24); color: var(--navy-dark); }

.skip-link {
    position: fixed;
    left: 16px;
    top: 12px;
    z-index: 5000;
    transform: translateY(-160%);
    padding: 10px 16px;
    border-radius: 10px;
    background: var(--navy-dark);
    color: #fff;
    font-weight: 700;
}
.skip-link:focus { transform: translateY(0); }

/* ---------- Typography & global spacing ---------- */
.container { max-width: 1320px; padding-inline: 28px; }
.section, .about-section { padding: 92px 0; }
.section + .section { border-top: 0; }
.section-header { max-width: 780px; margin: 0 auto 48px; }
.section-title {
    font-size: clamp(2rem, 3.6vw, 3.15rem);
    letter-spacing: -.035em;
    line-height: 1.08;
    color: var(--navy-dark);
}
.section-subtitle {
    max-width: 690px;
    font-size: 1.05rem;
    color: var(--muted);
}
.section-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(217, 163, 0, .10);
    color: #9b7200;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.section-label::after { display: none; }
.text-accent { color: #a77800; }
.text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--navy);
    font-weight: 800;
    font-size: .94rem;
}
.text-link span { transition: transform .25s ease; }
.text-link:hover { color: #a77800; }
.text-link:hover span { transform: translateX(4px); }
.section-actions, .cta-actions, .delivery-cta-actions {
    display: flex;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap;
}
.section-bottom-action { margin-top: 44px; }
.bg-cream { background: linear-gradient(180deg, #fff8e8 0%, #fffdf5 100%); }

/* ---------- Buttons ---------- */
.btn {
    min-height: 46px;
    border-radius: 14px;
    font-weight: 800;
    letter-spacing: -.01em;
    box-shadow: none;
    will-change: transform;
}
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible { outline: 3px solid rgba(217,163,0,.38); outline-offset: 3px; }
.btn-primary {
    background: linear-gradient(135deg, var(--navy-dark), var(--navy-soft));
    color: #fff;
    box-shadow: 0 12px 30px rgba(8,45,91,.20);
}
.btn-gold {
    background: linear-gradient(135deg, #f2b90d, #f8d45f);
    color: #102442;
    box-shadow: 0 12px 30px rgba(217,163,0,.25);
}
.btn-white { background: rgba(255,255,255,.96); color: var(--navy-dark); }
.btn-outline { border: 1.5px solid rgba(8,45,91,.34); color: var(--navy); background: #fff; }
.btn-whatsapp {
    background: linear-gradient(135deg, #20c964, #159a4a);
    box-shadow: 0 12px 30px rgba(32,201,100,.22);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.btn-whatsapp svg {
    flex-shrink: 0;
}
.btn-lg { padding: 16px 25px; font-size: .96rem; }
.btn-sm { padding: 11px 15px; min-height: 42px; font-size: .78rem; }

/* ---------- Top bar ---------- */
.top-bar {
    padding: 7px 0;
    background: #06172d;
    border-bottom: 1px solid rgba(255,255,255,.06);
}
.top-bar-inner { min-height: 26px; }
.top-bar-item { color: rgba(255,255,255,.82); font-size: 11.5px; }
.top-bar-item svg { color: var(--gold-light); opacity: 1; }
.top-bar-note { color: rgba(255,255,255,.56); font-size: 11px; margin-right: 6px; }
.top-social { width: 28px; height: 28px; background: rgba(255,255,255,.05); }

/* ---------- Navbar ---------- */
.navbar {
    position: sticky;
    top: 0;
    background: rgba(255,255,255,.94);
    backdrop-filter: blur(18px) saturate(150%);
    -webkit-backdrop-filter: blur(18px) saturate(150%);
    border-bottom: 1px solid rgba(8,45,91,.08);
    box-shadow: 0 4px 30px rgba(8,45,91,.03);
}
.navbar.scrolled { box-shadow: 0 12px 35px rgba(8,45,91,.10); }
.navbar-inner { height: 88px; }
.navbar-logo {
    max-width: none;
    overflow: visible;
    gap: 12px;
}
.logo-img { width: 78px; height: 70px; max-height: 70px; object-fit: contain; }
.navbar-brand-copy { display: flex; flex-direction: column; gap: 2px; }
.navbar-brand-copy strong { color: var(--navy-dark); font-size: 23px; font-weight: 800;  }
.navbar-brand-copy small { color: #8c6a09; font-size: 12px; font-weight: 700; }
.navbar-list { gap: 3px; }
.navbar-link {
    padding: 11px 15px;
    border-radius: 12px;
    color: #334155;
    font-size: .88rem;
    font-weight: 750;
    transition: color .25s ease, background .25s ease, transform .25s ease;
}
.navbar-link::after { display: none; }
.navbar-link:hover { color: var(--navy); background: rgba(8,45,91,.055); transform: translateY(-1px); }
.navbar-link.active { color: var(--navy-dark); background: rgba(217,163,0,.12); }
.navbar-actions { gap: 9px; }
.nav-btn {
    border-radius: 12px;
    padding: 10px 14px;
    font-weight: 800;
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.nav-btn:hover { transform: translateY(-2px); }
.nav-btn-shop { background: #f4f7fb; color: var(--navy); border: 1px solid rgba(8,45,91,.10); }
.nav-btn-whatsapp {
    background: linear-gradient(135deg,#20c964,#159a4a);
    box-shadow: 0 9px 22px rgba(32,201,100,.18);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.nav-btn-whatsapp svg {
    flex-shrink: 0;
}
.navbar-toggle { border-radius: 12px; background: #f5f7fa; border: 1px solid rgba(8,45,91,.10); }
.scroll-progress { position: absolute; inset-inline: 0; bottom: -1px; height: 2px; background: transparent; overflow: hidden; }
.scroll-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg,var(--gold),var(--orange)); transition: width .08s linear; }

/* Mobile menu backdrop and panel */
.mobile-menu-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(3,13,27,.56);
    backdrop-filter: blur(3px);
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
    z-index: 1998;
}
.mobile-menu-backdrop.active { opacity: 1; visibility: visible; }
.mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    width: min(88vw, 380px);
    max-width: 380px;
    background: #fff;
    z-index: 1999;
    box-shadow: -24px 0 70px rgba(2,18,38,.18);
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
}
.mobile-menu.active {
    display: block;
    transform: translateX(0);
}
.mobile-menu-header { border-bottom: 1px solid var(--line); }
.mobile-menu-intro { padding: 16px 22px; background: #fffaf0; border-bottom: 1px solid rgba(217,163,0,.12); }
.mobile-menu-intro span { display: block; color: #947000; font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 3px; }
.mobile-menu-intro strong { color: var(--navy); font-size: .92rem; }
.mobile-nav-link {
    margin: 4px 16px;
    padding: 14px 14px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile-nav-link.active { background: rgba(217,163,0,.12); color: var(--navy-dark); }
.mobile-nav-link.active::after { display: none; }
.mobile-actions { padding: 18px 16px; border-top: 1px solid var(--line); }
.mobile-btn { justify-content: center; }

/* ---------- Hero ---------- */
.premium-hero {
    height: min(680px, 73vh);
    min-height: 610px;
    background: #081a30;
}
.premium-hero .carousel-slide { overflow: hidden; }
.premium-hero .carousel-slide-bg {
    background-image: var(--hero-desktop);
    background-size: cover;
    background-position: center;
    transform: scale(1.01);
    will-change: transform;
}
.premium-hero .carousel-slide.active .carousel-slide-bg { animation: heroKenBurns 7s ease-out both; }
.carousel-slide-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(3,15,30,.91) 0%, rgba(3,15,30,.76) 32%, rgba(3,15,30,.34) 60%, rgba(3,15,30,.14) 100%),
        linear-gradient(0deg, rgba(3,15,30,.34), transparent 46%);
}
.hero-container { position: relative; z-index: 3; width: 100%; }
.premium-hero .carousel-slide-content {
    max-width: 690px;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
}
.premium-hero .carousel-badge {
    margin-bottom: 18px;
    padding: 8px 13px;
    background: rgba(255,255,255,.10);
    color: #ffe39a;
    border: 1px solid rgba(255,224,134,.34);
    backdrop-filter: blur(10px);
    font-size: .72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .09em;
}
.premium-hero .carousel-title {
    max-width: 760px;
    font-size: clamp(3rem, 5vw, 4.85rem);
    line-height: .99;
    letter-spacing: -.045em;
    margin-bottom: 22px;
    color: #fff;
    text-shadow: 0 8px 28px rgba(0,0,0,.23);
}
.premium-hero .carousel-title span { color: #f6cb49; }
.premium-hero .carousel-desc {
    max-width: 650px;
    margin-bottom: 20px;
    color: rgba(255,255,255,.88);
    font-size: 1.04rem;
    line-height: 1.72;
    text-shadow: 0 2px 12px rgba(0,0,0,.20);
}
.hero-trust-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.hero-trust-row span {
    position: relative;
    padding: 8px 11px 8px 28px;
    border-radius: 999px;
    color: rgba(255,255,255,.92);
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    font-size: .76rem;
    font-weight: 700;
    backdrop-filter: blur(8px);
}
.hero-trust-row span::before {
    content: '✓';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #73ef9e;
    font-weight: 900;
}
.premium-hero .carousel-buttons { gap: 12px; }
.premium-hero .carousel-nav {
    width: 48px;
    height: 48px;
    border-width: 1px;
    background: rgba(3,15,30,.30);
    border-color: rgba(255,255,255,.28);
}
.premium-hero .carousel-prev { left: 22px; }
.premium-hero .carousel-next { right: 22px; }
.premium-hero .carousel-indicators { bottom: 24px; gap: 7px; }
.premium-hero .carousel-dot {
    width: 35px;
    height: 4px;
    border-radius: 5px;
    background: rgba(255,255,255,.32);
}
.premium-hero .carousel-dot.active { width: 58px; background: var(--gold-light); }
.hero-scroll-cue {
    position: absolute;
    right: 40px;
    bottom: 24px;
    width: 28px;
    height: 42px;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 18px;
    z-index: 5;
}
.hero-scroll-cue span { position: absolute; top: 8px; left: 50%; width: 4px; height: 8px; border-radius: 5px; background: #fff; transform: translateX(-50%); animation: scrollCue 1.8s ease-in-out infinite; }

/* Hero copy is visible by default, then enhanced with motion when supported.
   This keeps the banner readable even when a browser pauses/disables animations. */
.premium-hero .carousel-slide .carousel-slide-content > * { opacity: 1; transform: none; }
@media (prefers-reduced-motion: no-preference) {
    .premium-hero .carousel-slide.active .carousel-slide-content > * { animation: heroContentIn .72s ease both; }
    .premium-hero .carousel-slide.active .carousel-slide-content > *:nth-child(2) { animation-delay: .07s; }
    .premium-hero .carousel-slide.active .carousel-slide-content > *:nth-child(3) { animation-delay: .14s; }
    .premium-hero .carousel-slide.active .carousel-slide-content > *:nth-child(4) { animation-delay: .21s; }
    .premium-hero .carousel-slide.active .carousel-slide-content > *:nth-child(5) { animation-delay: .28s; }
}

/* ---------- Trust strip ---------- */
.trust-strip {
    position: relative;
    z-index: 6;
    background: #fff;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 12px 35px rgba(8,45,91,.05);
}
.trust-strip-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-strip-item {
    padding: 22px 24px;
    position: relative;
}
.trust-strip-item:not(:last-child)::after { content:''; position:absolute; right:0; top:24%; height:52%; width:1px; background:var(--line); }
.trust-strip-item strong { display:block; color:var(--navy-dark); font-size:.92rem; margin-bottom:3px; }
.trust-strip-item span { color:var(--muted); font-size:.76rem; }

/* ---------- Brand story / image cards ---------- */
.brand-story-section { position: relative; background: radial-gradient(circle at 8% 20%, rgba(217,163,0,.075), transparent 26%), #fff; }
.brand-grid, .about-grid { gap: clamp(44px,6vw,84px); }
.brand-content h2, .about-content h2 {
    font-size: clamp(2.2rem,4vw,3.45rem);
    line-height: 1.08;
    letter-spacing: -.04em;
    color: var(--navy-dark);
    margin-bottom: 22px;
}
.brand-content p, .about-content p { color: var(--muted); line-height: 1.82; font-size: 1rem; margin-bottom: 18px; }
.brand-features { gap: 10px; margin: 28px 0 32px; }
.brand-feature {
    min-height: 50px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 12px 14px;
    box-shadow: 0 8px 25px rgba(8,45,91,.045);
}
.brand-feature:hover { transform: translateY(-2px); background: #fffaf0; }
.brand-feature-icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 50%;
    background: #eaf8ef;
    color: var(--fresh-green-dark);
    font-size: .75rem;
    font-weight: 900;
}
.brand-image, .premium-about-image { position: relative; border-radius: 28px; }
.brand-image::before, .brand-image::after { display: none; }
.brand-image img, .premium-about-image img, .about-image img {
    height: 540px;
    aspect-ratio: auto;
    border-radius: 28px;
    object-fit: cover;
    box-shadow: var(--premium-shadow);
}
.image-float-card {
    position: absolute;
    z-index: 5;
    min-width: 210px;
    padding: 13px 16px;
    border-radius: 16px;
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(255,255,255,.65);
    backdrop-filter: blur(16px);
    box-shadow: 0 16px 40px rgba(4,28,59,.16);
    animation: floatCard 4.3s ease-in-out infinite;
}
.image-float-card strong { display:block; color:var(--navy-dark); font-size:.82rem; }
.image-float-card span { display:block; color:var(--muted); font-size:.7rem; margin-top:2px; }
.image-float-card-top { top: 28px; left: -26px; }
.image-float-card-bottom { right: -24px; bottom: 32px; animation-delay: .8s; }
.about-highlight-line { display:inline-block; margin-top:8px; padding:11px 14px; background:#fff8e4; border:1px solid rgba(217,163,0,.18); border-radius:12px; color:#795a00; font-weight:800; font-size:.82rem; }
.compact-features { grid-template-columns: 1fr 1fr; }

/* ---------- Categories ---------- */
.category-section { position: relative; }
.category-section::before { content:''; position:absolute; left:-120px; top:30px; width:300px; height:300px; border-radius:50%; background:radial-gradient(circle,rgba(242,139,34,.10),transparent 68%); pointer-events:none; }
.categories-grid { gap: 24px; }
.category-card {
    height: 410px;
    border-radius: 26px;
    box-shadow: 0 20px 55px rgba(8,45,91,.11);
    border: 1px solid rgba(255,255,255,.55);
}
.category-card::after { content:''; position:absolute; inset:0; border-radius:inherit; border:1px solid rgba(255,255,255,.18); pointer-events:none; }
.category-card-bg { transition: transform .75s cubic-bezier(.2,.7,.2,1), filter .45s ease; }
.category-card:hover .category-card-bg { transform: scale(1.07); filter: saturate(1.08); }
.category-card-bg::after { background: linear-gradient(180deg, rgba(3,15,30,.04) 8%, rgba(3,15,30,.82) 95%); }
.category-card-content { left: 28px; right: 28px; bottom: 28px; max-width: 540px; }
.category-kicker { display:inline-block; margin-bottom:10px; color:#ffe59c; font-size:.68rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.category-card-content h3 { font-size: 2rem; letter-spacing: -.03em; }
.category-card-content p { font-size: .9rem; max-width: 430px; line-height:1.6; }

/* ---------- Product cards ---------- */
.products-grid { grid-template-columns: repeat(4, minmax(0,1fr)); gap: 22px; }
.product-card {
    border: 1px solid rgba(8,45,91,.09);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 11px 35px rgba(8,45,91,.065);
    background: #fff;
    transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s ease, border-color .35s ease;
}
.product-card:hover { transform: translateY(-7px); box-shadow: var(--premium-shadow-hover); border-color: rgba(217,163,0,.30); }
.product-image { aspect-ratio: 1 / 1; overflow:hidden; background:#f5f7fa; }
.product-image img { width:100%; height:100%; object-fit:cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.product-card:hover .product-image img { transform:scale(1.055); }
.product-badge {
    top: 14px;
    left: 14px;
    right: auto;
    background: rgba(6,23,45,.88);
    color: #ffe28a;
    border: 1px solid rgba(255,226,138,.20);
    backdrop-filter: blur(9px);
    font-size:.62rem;
    letter-spacing:.06em;
}
.product-content { padding: 18px; }
.product-category { color:#9b7400; font-size:.65rem; font-weight:800; letter-spacing:.08em; }
.product-title { color:var(--navy-dark); font-size:1rem; margin-top:7px; margin-bottom:7px; }
.product-description { color:var(--muted); line-height:1.55; min-height:44px; }
.product-meta { padding-top:10px; margin-bottom:13px; border-top:1px dashed rgba(8,45,91,.12); }
.product-quantity { color:var(--navy); font-weight:800; }
.availability-note { font-size:.65rem; color:#7e8797; }
.product-actions { gap:8px; }
.product-actions .btn:first-child { flex: 1; }
.product-actions .btn:last-child { flex: 1; }

/* ---------- Photo-background sections ---------- */
.section-photo-bg, .premium-delivery-section {
    position: relative;
    overflow: hidden;
    background-image: var(--section-bg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.section-photo-bg::before, .premium-delivery-section::before {
    content:'';
    position:absolute;
    inset:0;
    background: linear-gradient(135deg, rgba(3,18,38,.35), rgba(3,18,38,.20) 58%, rgba(3,18,38,.10));
}
.section-photo-bg::after {
    content:'';
    position:absolute;
    inset:0;
    background: radial-gradient(circle at 80% 20%, rgba(217,163,0,.17), transparent 28%);
}
.section-photo-bg .container, .premium-delivery-section .container { position:relative; z-index:2; }
.section-header.light .section-label { color:#ffe08a; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.12); }
.section-header.light .section-title { color:#fff; }
.section-header.light .section-subtitle { color:rgb(255 255 255); }

/* ---------- Process ---------- */
.premium-process-grid { gap: 14px; }
.premium-process-grid .process-step {
    padding: 25px 20px;
    text-align:left;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 20px;
    backdrop-filter: blur(3px);
    transition: transform .3s ease, background .3s ease, border-color .3s ease;
}
.premium-process-grid .process-step:hover { transform:translateY(-5px); background:rgba(255,255,255,.15); border-color:rgba(245,201,76,.42); }
.premium-process-grid .process-step::after { display:none; }
.premium-process-grid .process-number {
    width:48px;
    height:48px;
    margin:0 0 18px;
    border-radius:14px;
    background:rgba(245,201,76,.14);
    border:1px solid rgba(245,201,76,.32);
    color:#ffe184;
}
.premium-process-grid .process-title { color:#fff; }
.premium-process-grid .process-desc { color:rgba(255,255,255,.70); line-height:1.55; }

/* ---------- Why cards ---------- */
.promise-section { background:#f9f5f5; }
.why-grid { gap: 18px; }
.why-card {
    padding: 26px 22px;
    border-radius: 20px;
    border: 1px solid var(--line);
    box-shadow: 0 10px 35px rgba(8,45,91,.055);
    background: #fff;
}
.why-card::before { height:3px; background:linear-gradient(90deg,var(--gold),var(--orange)); }
.why-card:hover { transform:translateY(-6px); border-color:rgba(217,163,0,.28); box-shadow:var(--premium-shadow); }
.why-icon {
    width:48px;
    height:48px;
    border-radius:14px;
    background:#fff7df;
    color:#8f6800;
    font-size:.74rem;
    font-weight:900;
    letter-spacing:.05em;
}
.why-card:hover .why-icon { background:var(--navy); color:#fff; }
.why-card h3 { color:var(--navy-dark); }
.why-card p { color:var(--muted); }
.section-photo-bg .why-card { background:rgba(255,255,255,.93); backdrop-filter:blur(10px); }

/* ---------- Experience ---------- */
.experience-section { background: linear-gradient(180deg, #fef7e0 0%, #fffdf5 100%); }
.experience-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.experience-card {
    position:relative;
    min-height:220px;
    padding:30px;
    border-radius:22px;
    background:#fff;
    border:1px solid rgba(8,45,91,.08);
    box-shadow:0 12px 35px rgba(8,45,91,.06);
    overflow:hidden;
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.experience-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow:0 20px 50px rgba(217,163,0,.18);
    border-color:rgba(217,163,0,.35);
}
.experience-card::after { content:''; position:absolute; width:140px; height:140px; right:-50px; bottom:-55px; border-radius:50%; background:radial-gradient(circle,rgba(217,163,0,.14),transparent 68%); transition: transform .4s ease, opacity .4s ease; opacity:.6; }
.experience-card:hover::after { transform:scale(1.5); opacity:1; }
.experience-number {
    display:inline-flex;
    margin-bottom:34px;
    color:#a27700;
    font-size:.72rem;
    font-weight:900;
    letter-spacing:.08em;
    background:linear-gradient(135deg,#fef3c7,#fde68a);
    padding:6px 14px;
    border-radius:20px;
    transition: background .3s ease, transform .3s ease, box-shadow .3s ease;
}
.experience-card:hover .experience-number {
    background:linear-gradient(135deg,#fde68a,#f59e0b);
    color:#78350f;
    transform:scale(1.1);
    box-shadow:0 4px 15px rgba(217,163,0,.3);
}
.experience-card h3 { font-size:1.15rem; color:var(--navy-dark); margin-bottom:10px; transition: color .3s ease; }
.experience-card:hover h3 { color:#92400e; }
.experience-card p { color:var(--muted); font-size:.9rem; line-height:1.65; }

/* ---------- FAQ ---------- */
.faq-layout { display:grid; grid-template-columns:.75fr 1.25fr; gap:64px; align-items:start; }
.faq-intro { position:sticky; top:130px; }
.faq-intro .section-header { text-align:left; margin:0; }
.faq-intro .section-title { margin-bottom:16px; }
.faq-intro .section-subtitle { margin:0 0 24px; }
.faq-grid { display:grid; grid-template-columns:1fr; gap:10px; }
.faq-item {
    border:1px solid var(--line);
    border-radius:16px;
    background:#fff;
    box-shadow:0 8px 26px rgba(8,45,91,.04);
    overflow:hidden;
}
.faq-item[open] { border-color:rgba(217,163,0,.30); box-shadow:0 14px 36px rgba(8,45,91,.08); }
.faq-item summary {
    position:relative;
    padding:19px 54px 19px 20px;
    color:var(--navy-dark);
    font-size:.92rem;
    font-weight:800;
    cursor:pointer;
    list-style:none;
}
.faq-item summary::-webkit-details-marker { display:none; }
.faq-item summary::after {
    content:'+';
    position:absolute;
    right:18px;
    top:50%;
    transform:translateY(-50%);
    width:28px;
    height:28px;
    display:grid;
    place-items:center;
    border-radius:9px;
    background:#f6f8fb;
    color:var(--navy);
    font-size:1.2rem;
    transition:.25s ease;
}
.faq-item[open] summary::after { content:'−'; background:#fff4d6; color:#8a6500; transform:translateY(-50%) rotate(180deg); }
.faq-item p { padding:0 20px 20px; color:var(--muted); font-size:.87rem; line-height:1.68; }

/* ---------- Delivery home ---------- */
.premium-delivery-section {
    padding: 96px 0;
    min-height: 560px;
    display:flex;
    align-items:center;
}
.premium-delivery-section::before { background:linear-gradient(90deg,rgba(3,18,38,.95),rgba(3,18,38,.78) 48%,rgba(3,18,38,.35)); }
.premium-delivery-section .delivery-home-content { max-width:670px; margin:0; text-align:left; }
.premium-delivery-section .section-label { color:#ffe08a; background:rgba(255,255,255,.09); border:1px solid rgba(255,255,255,.14); }
.premium-delivery-section h2 { color:#fff; font-size:clamp(2.4rem,4vw,3.65rem); letter-spacing:-.045em; margin-bottom:18px; }
.premium-delivery-section p { color:rgba(255,255,255,.76); font-size:1rem; line-height:1.72; max-width:620px; }
.delivery-home-form { max-width:560px; margin-top:26px; }
.delivery-home-form .input-group { padding:7px; border-radius:16px; background:rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.17); backdrop-filter:blur(12px); }
.delivery-home-form input { min-height:52px; background:rgba(255,255,255,.95); border:0; border-radius:11px; }
.delivery-result { min-height:21px; margin-top:10px; font-size:.8rem !important; font-weight:700; }
.delivery-cta-actions { margin-top:20px; }

/* ---------- CTA ---------- */
.premium-cta {
    background:
        radial-gradient(circle at 12% 15%, rgba(217,163,0,.15), transparent 26%),
        radial-gradient(circle at 88% 90%, rgba(24,134,75,.10), transparent 28%),
        linear-gradient(180deg,#fffaf0,#fffdf9);
    border-top:1px solid rgba(217,163,0,.14);
    border-bottom:0;
}
.premium-cta .section-label { margin-bottom:14px; }
.premium-cta .cta-title { max-width:820px; margin-inline:auto; font-size:clamp(2.2rem,4vw,3.5rem); letter-spacing:-.04em; }
.premium-cta .cta-desc { max-width:680px; margin-inline:auto; color:var(--muted); }
.premium-cta .cta-actions { justify-content:center; margin-top:28px; }

/* ---------- Breadcrumb hero ---------- */
.premium-breadcrumb {
    min-height: 390px;
    padding: 76px 0 68px;
    display:flex;
    align-items:center;
    text-align:left;
    background-position:center;
    background-size:cover;
}

.premium-breadcrumb .container { max-width:1320px; margin-inline:auto; }
.premium-breadcrumb .breadcrumb {
    padding:0;
    margin:0 0 20px;
    background:transparent;
    border:0;
}
.premium-breadcrumb .breadcrumb-list { justify-content:flex-start; gap:8px; color:rgba(255,255,255,.78); }
.premium-breadcrumb .breadcrumb-list li:not(:last-child)::after { display:none; }
.premium-breadcrumb .breadcrumb-item, .premium-breadcrumb .breadcrumb-list .active { color:rgba(255,255,255,.78); font-size:.76rem; font-weight:700; }
.premium-breadcrumb .breadcrumb-item a { color:#ffe28c; }
.premium-breadcrumb .breadcrumb-sep { color:rgba(255,255,255,.48); }
.premium-breadcrumb .section-label { color:#ffe28c; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.13); }
.premium-breadcrumb .breadcrumb-title {
    max-width:850px;
    font-family:var(--font);
    font-size:clamp(2.5rem,4.8vw,4.3rem);
    line-height:1.03;
    letter-spacing:-.045em;
    font-weight:800;
}
.breadcrumb-subtitle { max-width:720px; margin:20px 0 0; color:rgba(255,255,255,.78); font-size:1rem; line-height:1.7; }

/* ---------- About page focus ---------- */
.premium-focus-cards { grid-template-columns:repeat(2,1fr); gap:22px; }
.focus-card-image { padding:0; border:0; border-radius:24px; overflow:hidden; background:#fff; box-shadow:0 16px 45px rgba(8,45,91,.08); }
.focus-card-image:hover { transform:translateY(-5px); box-shadow:var(--premium-shadow); }
.focus-card-visual { height:260px; background-size:cover; background-position:center; position:relative; }
.focus-card-visual::after { content:''; position:absolute; inset:0; background:linear-gradient(0deg,rgba(4,28,59,.25),transparent 55%); }
.focus-card-body { padding:26px; }
.focus-card-body > span { display:inline-flex; margin-bottom:12px; color:#9c7600; font-size:.72rem; font-weight:900; }
.focus-card-body h3 { font-size:1.35rem; color:var(--navy-dark); }
.focus-card-body p { color:var(--muted); font-size:.9rem; line-height:1.65; }
.about-process-section { padding:92px 0; }

/* ---------- Products page ---------- */
.product-intro-bar { border-bottom:1px solid var(--line); background:#fff; }
.product-intro-grid { min-height:78px; display:flex; align-items:center; justify-content:space-between; gap:20px; }
.product-intro-copy, .product-support-copy { display:flex; align-items:center; gap:12px; }
.product-intro-copy strong { color:var(--navy-dark); font-size:.85rem; }
.product-intro-copy span, .product-support-copy span { color:var(--muted); font-size:.78rem; }
.product-support-copy a { color:#167444; font-size:.8rem; font-weight:800; }
.compact-header { margin-bottom:28px; }
.premium-filter-bar {
    position:sticky;
    top:94px;
    z-index:50;
    width:max-content;
    max-width:100%;
    margin:0 auto 34px;
    padding:7px;
    border-radius:16px;
    background:rgba(255,255,255,.90);
    backdrop-filter:blur(18px);
    border:1px solid var(--line);
    box-shadow:0 14px 35px rgba(8,45,91,.08);
}
.premium-filter-bar .filter-btn { border:0; border-radius:11px; padding:11px 16px; background:transparent; }
.premium-filter-bar .filter-btn span { margin-left:5px; min-width:22px; height:22px; padding:0 6px; display:inline-grid; place-items:center; border-radius:999px; background:#eef2f7; color:#667085; font-size:.66rem; }
.premium-filter-bar .filter-btn.active { background:var(--navy); }
.premium-filter-bar .filter-btn.active span { background:rgba(255,255,255,.14); color:#fff; }
.catalog-grid .product-card[style*="display: none"] { opacity:0; }
.no-products-state { text-align:center; padding:40px; border:1px dashed var(--line); border-radius:18px; }
.two-column-info { display:grid; grid-template-columns:1fr 1fr; gap:24px; }
.two-column-info > div { padding:34px; background:#fff; border:1px solid var(--line); border-radius:22px; box-shadow:0 12px 35px rgba(8,45,91,.05); }
.two-column-info h2 { font-size:1.55rem; color:var(--navy-dark); margin-bottom:12px; }
.two-column-info p { color:var(--muted); line-height:1.7; font-size:.9rem; margin-bottom:18px; }

/* ---------- Delivery page ---------- */
.premium-delivery-grid { grid-template-columns:1.05fr .95fr; gap:28px; align-items:stretch; }
.premium-delivery-grid .delivery-check-form, .delivery-areas-card {
    padding:38px;
    border-radius:24px;
    border:1px solid var(--line);
    box-shadow:0 16px 45px rgba(8,45,91,.075);
    background:#fff;
}
.premium-delivery-grid .delivery-check-form h2, .delivery-areas-card h2 { font-size:clamp(1.7rem,3vw,2.4rem); letter-spacing:-.035em; color:var(--navy-dark); margin-bottom:14px; }
.premium-delivery-grid .delivery-check-form > p, .delivery-areas-card > p { color:var(--muted); line-height:1.7; margin-bottom:24px; }
.delivery-input-group { margin-bottom:10px; }
.delivery-input-group input { min-height:52px; }
.delivery-area-list { display:grid; gap:10px; margin:22px 0; }
.delivery-area-item { display:flex; gap:12px; align-items:center; padding:14px; border-radius:14px; background:#f8fafc; border:1px solid rgba(8,45,91,.07); }
.delivery-area-check { width:32px; height:32px; display:grid; place-items:center; border-radius:50%; background:#e8f8ee; color:#167444; font-weight:900; }
.delivery-area-item strong { display:block; color:var(--navy-dark); font-size:.9rem; }
.delivery-area-item small { display:block; color:var(--muted); font-size:.68rem; margin-top:2px; }
.delivery-note { padding:14px; border-radius:12px; background:#fff8e6; color:#765900; font-size:.78rem; line-height:1.55; }
.delivery-promise-section .why-grid { position:relative; z-index:2; }

/* ---------- Contact page ---------- */
.premium-contact-grid { grid-template-columns:.95fr 1.05fr; gap:34px; align-items:start; }
.contact-info-panel > h2 { font-size:clamp(2rem,3.5vw,3rem); letter-spacing:-.04em; color:var(--navy-dark); margin-bottom:16px; }
.contact-lead { color:var(--muted); line-height:1.75; margin-bottom:26px; }
.contact-info-cards { display:grid; gap:10px; }
.contact-card {
    display:flex;
    align-items:center;
    gap:15px;
    padding:16px;
    border-radius:16px;
    border:1px solid var(--line);
    background:#fff;
    box-shadow:0 8px 25px rgba(8,45,91,.04);
    transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}
a.contact-card:hover { transform:translateX(5px); border-color:rgba(217,163,0,.25); box-shadow:0 14px 35px rgba(8,45,91,.08); }
.contact-card-icon { width:46px; height:46px; flex:0 0 46px; border-radius:14px; background:#f2f6fb; color:var(--navy); display:grid; place-items:center; }
.contact-whatsapp-icon { background:#e9f9ef; color:#159a4a; }
.contact-card span { display:block; font-size:.66rem; font-weight:800; color:#997100; text-transform:uppercase; letter-spacing:.08em; }
.contact-card h3 { font-size:.92rem; color:var(--navy-dark); margin:2px 0; }
.contact-card p { color:var(--muted); font-size:.72rem; }
.social-inline-row { display:flex; align-items:center; gap:12px; margin-top:20px; padding-top:18px; border-top:1px solid var(--line); font-size:.77rem; }
.social-inline-row span { color:var(--muted); }
.social-inline-row a { color:var(--navy); font-weight:800; }
.premium-contact-form {
    padding:36px;
    border-radius:26px;
    border:1px solid var(--line);
    background:linear-gradient(180deg,#fff,#fbfcfe);
    box-shadow:var(--premium-shadow);
}
.form-heading h2 { font-size:1.8rem; color:var(--navy-dark); letter-spacing:-.035em; margin-bottom:8px; }
.form-heading p { color:var(--muted); font-size:.85rem; line-height:1.6; margin-bottom:24px; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.form-group label { color:#344054; font-size:.76rem; font-weight:800; }
.form-group label span { color:#c23a32; }
.form-group input, .form-group select, .form-group textarea {
    min-height:50px;
    border:1px solid #dfe5ed;
    border-radius:12px;
    background:#fff;
    font-family:var(--font);
    font-size:.85rem;
    transition:border-color .2s ease,box-shadow .2s ease;
}
.form-group textarea { min-height:120px; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color:#c99b13; box-shadow:0 0 0 4px rgba(217,163,0,.09); }
.form-privacy-note { color:#8b95a5; font-size:.68rem; margin-top:12px; line-height:1.5; }

/* ---------- Footer ---------- */
.premium-footer { background:#06172d; }
.premium-footer::before, .premium-footer::after { display:none; }
.footer-cta-band { background:linear-gradient(135deg,#0b3261,#082747); border-bottom:1px solid rgba(255,255,255,.08); }
.footer-cta-band-inner { min-height:132px; display:flex; align-items:center; justify-content:space-between; gap:28px; }
.footer-cta-kicker { display:block; color:#f0c94f; font-size:.68rem; font-weight:800; text-transform:uppercase; letter-spacing:.10em; margin-bottom:8px; }
.footer-cta-band h2 { color:#fff; font-size:1.55rem; letter-spacing:-.025em; }
.premium-footer .footer-main { background:transparent; }
.premium-footer-grid { grid-template-columns:1.4fr .7fr .85fr 1.05fr; gap:48px; }
.footer-logo-img { width:120px; height:auto; border-radius:14px; background:#fff; padding:5px; }
.footer-tagline { color:#f2c94c; }
.footer-desc { color:rgba(255,255,255,.60); font-size:.82rem; line-height:1.7; }
.footer-title { color:#fff; font-size:.9rem; }
.footer-link, .footer-address { color:rgba(255,255,255,.62); font-size:.79rem; line-height:1.75; }
.footer-link:hover { color:#f4cf57; transform:translateX(3px); }
.footer-whatsapp-link { display:inline-flex; margin-top:14px; color:#62e893; font-size:.78rem; font-weight:800; }
.footer-social .social-link { background:rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.09); transition:all .3s ease; }
.footer-social .social-link:hover { background:var(--gold); color:var(--navy); border-color:var(--gold); transform:translateY(-3px); box-shadow:0 6px 20px rgba(212,175,55,.3); }
.footer-social .social-link:hover svg { fill:var(--navy); }
.footer-bottom { border-top:1px solid rgba(255,255,255,.08); background:#041223; }
.footer-bottom-content { min-height:66px; }
.copyright, .legal-link { color:rgba(255,255,255,.46); font-size:.7rem; }
.copyright a { color:#e8c44e !important; }

.whatsapp-float {
    width:58px;
    height:58px;
    box-shadow:0 16px 35px rgba(20,158,76,.28);
    animation:whatsappPulse 2.7s ease-in-out infinite;
}
.mobile-action-dock { display:none; }
.back-to-top { border-radius:14px; }

/* ---------- Utility / static pages ---------- */
.legal-content { max-width:900px; margin:0 auto; }
.legal-content h2 { color:var(--navy-dark); margin:32px 0 12px; font-size:1.35rem; }
.legal-content p, .legal-content li { color:var(--muted); line-height:1.75; font-size:.9rem; }
.legal-content ul { list-style:disc; padding-left:20px; margin:10px 0; }
.thank-you-page, .error-page {
    min-height:70vh;
    display:grid;
    place-items:center;
    padding:80px 24px;
    background:radial-gradient(circle at 30% 20%,rgba(217,163,0,.13),transparent 26%),#fff;
}
.thank-you-content, .error-content { max-width:650px; text-align:center; padding:42px; border:1px solid var(--line); border-radius:28px; background:#fff; box-shadow:var(--premium-shadow); }
.thank-you-icon { width:72px; height:72px; margin:0 auto 20px; border-radius:22px; background:#eaf8ef; color:#16804a; display:grid; place-items:center; }
.thank-you-title, .error-title { color:var(--navy-dark); font-size:clamp(2rem,4vw,3rem); letter-spacing:-.04em; }
.thank-you-description, .error-description { color:var(--muted); line-height:1.7; }
.error-code { font-size:clamp(5rem,14vw,8rem); color:#d6a213; }

/* ---------- Scroll reveal ---------- */
.fade-up, .slide-in-left, .slide-in-right, .scale-in {
    opacity:0;
    transition:opacity .72s ease, transform .72s cubic-bezier(.2,.65,.25,1);
    will-change:opacity, transform;
	background: #ffffff1f;
}
.fade-up { transform:translateY(26px); }
.slide-in-left { transform:translateX(-34px); }

.slide-in-right { transform:translateX(34px); }
.scale-in { transform:scale(.95); }
.fade-up.visible, .slide-in-left.visible, .slide-in-right.visible, .scale-in.visible { opacity:1; transform:none; }

/* ---------- Keyframes ---------- */
@keyframes heroKenBurns { from { transform:scale(1.015); } to { transform:scale(1.075); } }
@keyframes heroContentIn { from { transform:translateY(16px); } to { transform:translateY(0); } }
@keyframes scrollCue { 0%,100% { transform:translate(-50%,0); opacity:.35; } 50% { transform:translate(-50%,10px); opacity:1; } }
@keyframes floatCard { 0%,100% { transform:translateY(0); } 50% { transform:translateY(-8px); } }
@keyframes whatsappPulse { 0%,100% { box-shadow:0 16px 35px rgba(20,158,76,.28),0 0 0 0 rgba(37,211,102,.28); } 50% { box-shadow:0 16px 35px rgba(20,158,76,.28),0 0 0 10px rgba(37,211,102,0); } }

/* ---------- Responsive: desktop/tablet ---------- */
@media (max-width: 1180px) {
    .navbar-brand-copy { display:none; }
    .navbar-link { padding-inline:11px; font-size:.82rem; }
    .products-grid { grid-template-columns:repeat(3,1fr); }
    .premium-footer-grid { grid-template-columns:1.2fr .8fr .8fr 1fr; gap:30px; }
}

@media (max-width: 1024px) {
    .container { padding-inline:24px; }
    .section, .about-section { padding:74px 0; }
    .navbar-menu { display:none; }
    .navbar-toggle { display:flex; }
    .navbar-actions .nav-btn-shop { display:none; }
    .navbar-inner { height:76px; }
    .logo-img { width:85px; height:60px; }
    .premium-hero { min-height:590px; height:650px; }
    .premium-hero .carousel-title { font-size:clamp(2.7rem,6vw,4rem); }
    .premium-hero .carousel-slide-content { max-width:620px; }
    .trust-strip-grid { grid-template-columns:repeat(2,1fr); }
    .trust-strip-item:nth-child(2)::after { display:none; }
    .trust-strip-item:nth-child(-n+2) { border-bottom:1px solid var(--line); }
    .products-grid { grid-template-columns:repeat(3,1fr); }
    .faq-layout { grid-template-columns:1fr; gap:28px; }
    .faq-intro { position:static; text-align:center; }
    .faq-intro .section-header { text-align:center; margin-inline:auto; }
    .faq-intro .section-subtitle { margin-inline:auto; }
    .premium-delivery-grid, .premium-contact-grid { grid-template-columns:1fr; }
    .premium-footer-grid { grid-template-columns:1.2fr 1fr; }
    .section-photo-bg { background-attachment:scroll; }
}

@media (max-width: 768px) {
    body { padding-bottom:64px; }
    .container { padding-inline:18px; }
    .section, .about-section { padding:58px 0; }
    .section-header { margin-bottom:32px; }
    .section-title { font-size:clamp(1.85rem,8vw,2.55rem); }
    .section-subtitle { font-size:.92rem; }
    .top-bar { display:none; }
    .navbar-inner { height:68px; }
    .logo-img { width:60px; height:54px; }
    .navbar-actions .nav-btn { display:none; }
    .navbar-toggle { display:flex; }

    .premium-hero {
        min-height:620px;
        height:calc(100svh - 68px);
        max-height:760px;
    }
    .premium-hero .carousel-slide-bg { background-image:var(--hero-mobile); background-position:center; }
    .carousel-slide-overlay {
        background:
            linear-gradient(0deg,rgba(3,15,30,.94) 0%,rgba(3,15,30,.72) 52%,rgba(3,15,30,.28) 100%),
            linear-gradient(90deg,rgba(3,15,30,.30),rgba(3,15,30,.12));
    }
    .premium-hero .hero-container { align-self:flex-end; padding-bottom:82px; }
    .premium-hero .carousel-slide-content { max-width:none; padding:0; }
    .premium-hero .carousel-badge { font-size:.62rem; margin-bottom:13px; }
    .premium-hero .carousel-title { font-size:clamp(2.05rem,9.3vw,3.15rem); line-height:1.02; margin-bottom:14px; }
    .premium-hero .carousel-desc { font-size:.88rem; line-height:1.6; margin-bottom:16px; }
    .hero-trust-row { gap:6px; margin-bottom:18px; }
    .hero-trust-row span { font-size:.64rem; padding:7px 9px 7px 25px; }
    .premium-hero .carousel-buttons { flex-direction:row; }
    .premium-hero .carousel-buttons .btn { width:auto; flex:1; min-width:145px; padding:14px 13px; font-size:.79rem; }
    .premium-hero .carousel-nav { display:none; }
    .premium-hero .carousel-indicators { top:18px; right:18px; bottom:auto; left:auto; transform:none; align-items:center; }
    .premium-hero .carousel-dot {
        position:relative;
        width:36px;
        height:36px;
        background:transparent;
        border:0;
    }
    .premium-hero .carousel-dot::before {
        content:'';
        position:absolute;
        left:0;
        right:0;
        top:50%;
        height:4px;
        border-radius:999px;
        transform:translateY(-50%);
        background:rgba(255,255,255,.52);
    }
    .premium-hero .carousel-dot.active { width:54px; background:transparent; }
    .premium-hero .carousel-dot.active::before { background:var(--gold-light); }
    .hero-scroll-cue { display:none; }

    .trust-strip-grid { grid-template-columns:1fr 1fr; }
    .trust-strip-item { padding:16px 14px; }
    .trust-strip-item strong { font-size:.78rem; }
    .trust-strip-item span { font-size:.66rem; }

    .brand-grid, .about-grid { grid-template-columns:1fr; gap:34px; }
    .brand-grid.reverse, .about-grid.reverse { direction:ltr; }
    .brand-content h2, .about-content h2 { font-size:clamp(2rem,8vw,2.7rem); }
    .brand-content p, .about-content p { font-size:.91rem; }
    .brand-features, .compact-features { grid-template-columns:1fr 1fr; }
    .brand-image img, .premium-about-image img, .about-image img { height:430px; border-radius:22px; }
    .image-float-card { min-width:175px; padding:10px 12px; }
    .image-float-card-top { left:10px; top:14px; }
    .image-float-card-bottom { right:10px; bottom:16px; }

    .categories-grid { grid-template-columns:1fr; }
    .category-card { height:330px; border-radius:20px; }
    .category-card-content { left:20px; right:20px; bottom:20px; }
    .category-card-content h3 { font-size:1.55rem; }

    .products-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
    .product-card { border-radius:16px; }
    .product-content { padding:13px; }
    .product-description { display:none; }
    .product-title { font-size:.88rem; min-height:34px; }
    .product-meta { align-items:center; }
    .availability-note { display:none; }
    .product-actions { flex-direction:column; }
    .product-actions .btn { width:100%; }
    .product-actions .btn:last-child { display:none; }
    .product-badge { top:9px; left:9px; padding:6px 8px; font-size:.55rem; }

    .process-grid, .why-grid { grid-template-columns:repeat(2,1fr); gap:12px; }
    .premium-process-grid .process-step, .why-card { padding:20px 16px; }
    .premium-process-grid .process-desc, .why-card p { font-size:.75rem; }
    .experience-grid { grid-template-columns:1fr; gap:12px; }
    .experience-card { min-height:auto; padding:23px; }
    .experience-number { margin-bottom:20px; }

    .premium-delivery-section { min-height:560px; padding:70px 0; background-position:center; }
    .premium-delivery-section::before { background:linear-gradient(0deg,rgba(3,18,38,.96),rgba(3,18,38,.72)); }
    .premium-delivery-section h2 { font-size:clamp(2rem,8vw,2.8rem); }
    .delivery-home-form .input-group { flex-direction:column; }
    .delivery-home-form .btn { width:100%; }

    .premium-breadcrumb { min-height:340px; padding:58px 0 48px; background-position:center; }
    .premium-breadcrumb::before { background:linear-gradient(0deg,rgba(3,18,38,.92),rgba(3,18,38,.58)); }
    .premium-breadcrumb .breadcrumb-title { font-size:clamp(2rem,9vw,3rem); }
    .breadcrumb-subtitle { font-size:.86rem; }

    .premium-focus-cards { grid-template-columns:1fr; }
    .focus-card-visual { height:220px; }
    .two-column-info { grid-template-columns:1fr; }
    .product-intro-grid { min-height:auto; padding-block:16px; flex-direction:column; align-items:flex-start; }
    .product-intro-copy, .product-support-copy { flex-wrap:wrap; }
    .premium-filter-bar { top:76px; width:100%; display:flex; overflow-x:auto; justify-content:flex-start; padding:6px; margin-bottom:24px; scrollbar-width:none; }
    .premium-filter-bar::-webkit-scrollbar { display:none; }
    .premium-filter-bar .filter-btn { white-space:nowrap; flex:0 0 auto; }

    .premium-delivery-grid .delivery-check-form, .delivery-areas-card, .premium-contact-form { padding:24px 18px; border-radius:20px; }
    .delivery-input-group { flex-direction:column; }
    .delivery-input-group .btn { width:100%; }
    .form-row { grid-template-columns:1fr; gap:0; }
    .form-actions { flex-direction:column; }
    .form-actions .btn { width:100%; }

    .footer-cta-band-inner { min-height:auto; padding-block:28px; flex-direction:column; align-items:flex-start; }
    .premium-footer-grid { grid-template-columns:1fr 1fr; gap:28px 18px; }
    .footer-brand { grid-column:1 / -1; }
    .footer-contact-column { grid-column:1 / -1; }
    .footer-bottom-content { flex-direction:column; align-items:flex-start; gap:8px; padding-block:16px; }
    .whatsapp-float { display:none; }
    .back-to-top { bottom:78px; right:12px; }
    .mobile-action-dock {
        position:fixed;
        left:0;
        right:0;
        bottom:0;
        z-index:1800;
        display:grid;
        grid-template-columns:1fr 1.2fr;
        height:64px;
        padding:8px 10px calc(8px + env(safe-area-inset-bottom));
        background:rgba(255,255,255,.96);
        backdrop-filter:blur(16px);
        border-top:1px solid var(--line);
        box-shadow:0 -10px 30px rgba(8,45,91,.10);
        gap:8px;
    }
    .mobile-action-dock a { display:grid; place-items:center; border-radius:12px; font-weight:800; font-size:.78rem; }
    .mobile-dock-call { background:#eef3f8; color:var(--navy); }
    .mobile-dock-whatsapp { background:#1fbf5e; color:#fff; }
}

@media (max-width: 520px) {
    .section, .about-section { padding:50px 0; }
    .premium-hero { min-height:600px; }
    .premium-hero .hero-container { padding-bottom:74px; }
    .premium-hero .carousel-buttons { flex-direction:column; }
    .premium-hero .carousel-buttons .btn { width:100%; flex:none; }
    .hero-trust-row span:nth-child(3) { display:none; }
    .trust-strip-grid { grid-template-columns:1fr 1fr; }
    .brand-features, .compact-features { grid-template-columns:1fr; }
    .brand-image img, .premium-about-image img, .about-image img { height:380px; }
    .products-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
    .product-content { padding:11px; }
    .product-category { font-size:.57rem; }
    .product-title { font-size:.8rem; }
    .product-quantity { font-size:.67rem; }
    .product-actions .btn { padding:10px 8px; font-size:.66rem; }
    .process-grid, .why-grid { grid-template-columns:1fr; }
    .premium-process-grid .process-step { min-height:auto; }
    .premium-footer-grid { grid-template-columns:1fr; }
    .footer-brand, .footer-contact-column { grid-column:auto; }
    .footer-cta-band h2 { font-size:1.28rem; }
    .premium-cta .cta-actions { flex-direction:column; align-items:stretch; }
    .premium-cta .cta-actions .btn { width:100%; }
}

@media (max-width: 520px) {
    /* One-column horizontal catalogue cards prevent the legacy 120px image grid
       from overflowing inside the two-column mobile catalogue. */
    .products-grid { grid-template-columns: 1fr; gap: 12px; }
    .product-card { width: 100%; min-width: 0; display: grid; grid-template-columns: 140px minmax(0, 1fr); }
    .product-image { aspect-ratio: 1 / 1; min-width: 0; }
    .product-content { min-width: 0; padding: 12px 13px; }
    .product-title { min-height: 0; font-size: .88rem; }
    .product-meta { min-width: 0; }
    .product-actions .btn { white-space: normal; line-height: 1.25; }
    .catalog-grid, .premium-delivery-grid, .premium-contact-grid, .about-grid, .brand-grid { min-width: 0; }
    .premium-delivery-grid > *, .premium-contact-grid > *, .about-grid > *, .brand-grid > * { min-width: 0; }
    .image-float-card-bottom { right: 8px; }
    .section-photo-bg, .premium-delivery-section { background-attachment: scroll; }
}

@media (max-width: 360px) {
    .container { padding-inline:14px; }
    .products-grid { grid-template-columns:1fr; }
    .product-card { grid-template-columns: 120px minmax(0, 1fr); }
    .product-actions .btn:last-child { display:inline-flex; }
    .premium-hero .carousel-title { font-size:1.95rem; }
    .premium-breadcrumb .breadcrumb-title { font-size:1.95rem; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior:auto !important; animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }
    .fade-up, .slide-in-left, .slide-in-right, .scale-in { opacity:1 !important; transform:none !important; }
    .section-photo-bg { background-attachment:scroll; }
}

/* Interaction states supplied by premium-v2.js/main.js */
body.menu-open { overflow: hidden; }
.product-card[hidden], .product-card.filter-hidden { display: none !important; }
.delivery-result.is-success { color: #7af0a4 !important; }
.delivery-result.is-warning { color: #ffd56a !important; }
.delivery-result.is-error { color: #ff9b9b !important; }
.page-delivery-areas .delivery-result.is-success,
.page-delivery-areas .delivery-result.is-warning,
.page-delivery-areas .delivery-result.is-error { color: var(--navy-dark) !important; }
.page-delivery-areas .delivery-result.is-success::before { content: '✓ '; color: #16804a; }
.page-delivery-areas .delivery-result.is-warning::before { content: '! '; color: #a46f00; }
.page-delivery-areas .delivery-result.is-error::before { content: '• '; color: #b42318; }

:focus-visible {
    outline: 3px solid rgba(217,163,0,.72);
    outline-offset: 3px;
}


/* ---------- Hero fruit slider refresh (8 slides) ---------- */
.premium-hero { background: #fff; }
.premium-hero .carousel-slide-bg {
    background-image: var(--hero-desktop);
    background-size: cover;
    background-position: center center;
}
.premium-hero .carousel-slide-overlay { display: none !important; background: none !important; }

.premium-hero .compact-fruit-copy {
    width: fit-content;
    max-width: 560px;
    padding: 22px 26px;
    border-radius: 18px;
    background: rgb(255 255 255 / 22%);
    /* border: 1px solid rgba(255,255,255,.78); */
    box-shadow: 0 12px 34px rgba(12,31,20,.14);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.premium-hero .compact-fruit-copy .carousel-title {
    margin: 0 0 16px;
    max-width: 510px;
    color: #173b2a;
    font-size: clamp(2.5rem, 4.3vw, 4.35rem);
    line-height: 1.02;
    letter-spacing: -.045em;
    text-shadow: 0 2px 12px rgba(255,255,255,.72);
}
.premium-hero .compact-fruit-copy .carousel-title span { color: #e57a12; }
.premium-hero .compact-fruit-copy .carousel-buttons { margin: 0; }
.premium-hero .compact-fruit-copy .btn { min-width: 150px; }

@media (max-width: 767px) {
    .premium-hero .carousel-slide-bg {
        background-image: var(--hero-mobile);
        background-position: center center;
    }
    .premium-hero .hero-container {
        align-self: flex-end;
        padding-bottom: 72px;
    }
    .premium-hero .compact-fruit-copy {
        max-width: calc(100vw - 36px);
        padding: 16px 18px;
        border-radius: 15px;
        background: rgba(255,255,255,.86);
        box-shadow: 0 10px 28px rgba(12,31,20,.13);
    }
    .premium-hero .compact-fruit-copy .carousel-title {
        font-size: clamp(1.85rem, 9vw, 2.65rem);
        line-height: 1.02;
        margin-bottom: 12px;
    }
    .premium-hero .compact-fruit-copy .carousel-buttons {
        flex-direction: row;
    }
    .premium-hero .compact-fruit-copy .carousel-buttons .btn {
        width: auto;
        min-width: 132px;
        flex: none;
        padding: 12px 15px;
        font-size: .76rem;
    }
    .premium-hero .carousel-indicators { gap: 2px; }
    .premium-hero .carousel-dot { width: 24px; }
    .premium-hero .carousel-dot.active { width: 34px; }
}

/* ============================================================
   FINAL HOME FRUIT HERO FIX — 8 SLIDES
   Bright image, zero image overlay, short 2-line copy only.
   ============================================================ */
.page-index .fruit-hero,
.page-index .fruit-hero .carousel-slide,
.page-index .fruit-hero .carousel-slide-bg {
    background-color: #fff;
}

.page-index .fruit-hero .carousel-slide-bg {
    background-image: var(--hero-desktop) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    filter: none !important;
    opacity: 1 !important;
}

/* No dark/gradient/tint overlay on the banner image. */
.page-index .fruit-hero .carousel-slide-overlay,
.page-index .fruit-hero .carousel-slide::before,
.page-index .fruit-hero .carousel-slide::after,
.page-index .fruit-hero .carousel-slide-bg::before,
.page-index .fruit-hero .carousel-slide-bg::after {
    display: none !important;
    content: none !important;
    background: none !important;
    background-image: none !important;
}

/* Only the text itself gets a small light readability card. */
.page-index .fruit-hero .compact-fruit-copy {
    width: fit-content;
    max-width: 555px;
    margin: 0;
    padding: 20px 24px;
    background: rgb(255 255 255 / 33%) !important;
    border: 1px solid rgba(255,255,255,.96) !important;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(8,45,30,.14) !important;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.page-index .fruit-hero .compact-fruit-copy .carousel-title {
    margin: 0 0 14px;
    max-width: 510px;
    color: #123a27;
    font-size: clamp(2.35rem, 4.15vw, 4.15rem);
    font-weight: 800;
    line-height: 1.03;
    letter-spacing: -.04em;
    text-shadow: 0 2px 10px rgba(255,255,255,.9);
}

.page-index .fruit-hero .compact-fruit-copy .carousel-title span {
    color: #df7410;
}

.page-index .fruit-hero .compact-fruit-copy .carousel-buttons {
    margin: 0;
    gap: 0;
}

.page-index .fruit-hero .compact-fruit-copy .btn {
    min-width: 148px;
    padding: 13px 20px;
}

/* Controls stay readable without darkening the image. */
.page-index .fruit-hero .carousel-nav {
    color: #0b2d4f;
    background: rgba(255,255,255,.88);
    border: 1px solid rgba(11,45,79,.12);
    box-shadow: 0 8px 24px rgba(10,36,60,.14);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.page-index .fruit-hero .carousel-nav:hover {
    color: #fff;
    background: #0b2d4f;
}

.page-index .fruit-hero .carousel-dot {
    background: rgba(10,45,70,.38);
    box-shadow: 0 1px 4px rgba(255,255,255,.7);
}
.page-index .fruit-hero .carousel-dot.active {
    background: #d9a300;
}

@media (max-width: 767px) {
    .page-index .fruit-hero {
        min-height: 560px;
        height: 74vh;
        max-height: 700px;
    }
    .page-index .fruit-hero .carousel-slide-bg {
        background-image: var(--hero-mobile) !important;
        background-position: center center;
    }
    .page-index .fruit-hero .hero-container {
        align-self: flex-end;
        padding-bottom: 68px;
    }
    .page-index .fruit-hero .compact-fruit-copy {
        max-width: min(92vw, 430px);
        padding: 14px 16px;
        border-radius: 14px;
        background: rgba(255,255,255,.91) !important;
        box-shadow: 0 8px 24px rgba(8,45,30,.13) !important;
    }
    .page-index .fruit-hero .compact-fruit-copy .carousel-title {
        margin-bottom: 10px;
        font-size: clamp(1.75rem, 8.4vw, 2.55rem);
        line-height: 1.02;
    }
    .page-index .fruit-hero .compact-fruit-copy .btn {
        min-width: 126px;
        padding: 11px 14px;
        font-size: .76rem;
    }
    .page-index .fruit-hero .carousel-indicators {
        top: auto;
        right: auto;
        bottom: 18px;
        left: 50%;
        transform: translateX(-50%);
        gap: 3px;
    }
    .page-index .fruit-hero .carousel-dot {
        width: 25px;
        height: 34px;
        background: transparent;
        box-shadow: none;
    }
    .page-index .fruit-hero .carousel-dot::before {
        background: rgba(10,45,70,.45);
    }
    .page-index .fruit-hero .carousel-dot.active {
        width: 38px;
        background: transparent;
    }
    .page-index .fruit-hero .carousel-dot.active::before {
        background: #d9a300;
    }
}

@media (max-width: 390px) {
    .page-index .fruit-hero {
        min-height: 520px;
        height: 70vh;
    }
    .page-index .fruit-hero .hero-container {
        padding-bottom: 62px;
    }
    .page-index .fruit-hero .compact-fruit-copy {
        max-width: calc(100vw - 28px);
        padding: 12px 14px;
    }
    .page-index .fruit-hero .compact-fruit-copy .carousel-title {
        font-size: 1.75rem;
    }
}
