/* Love & Treats — Premium Dessert UI v7 */
:root {
  --lt-ink:#321c18;
  --lt-cocoa:#56352c;
  --lt-berry:#9e3455;
  --lt-rose:#ed9fb7;
  --lt-blush:#fbe3ea;
  --lt-cream:#fffaf5;
  --lt-milk:#fffdf9;
  --lt-butter:#f1cb87;
  --lt-line:rgba(86,53,44,.12);
  --lt-shadow:0 24px 70px rgba(66,35,28,.12);
  --lt-soft-shadow:0 12px 36px rgba(66,35,28,.08);
  --lt-radius:28px;
}

html{scroll-behavior:smooth;scroll-padding-top:104px}
body{
  color:var(--lt-cocoa);
  background:
    radial-gradient(circle at 8% 8%,rgba(251,227,234,.72),transparent 25rem),
    radial-gradient(circle at 92% 34%,rgba(241,203,135,.2),transparent 27rem),
    var(--lt-cream);
}
body::before{
  content:"";position:fixed;inset:0;pointer-events:none;z-index:-1;opacity:.28;
  background-image:radial-gradient(rgba(86,53,44,.16) .55px,transparent .55px);
  background-size:14px 14px;
  mask-image:linear-gradient(to bottom,#000,transparent 58%);
}
::selection{background:var(--lt-blush);color:var(--lt-ink)}

/* Floating boutique navigation */
.nav{
  top:14px;left:50%;right:auto;transform:translateX(-50%);width:min(1180px,calc(100% - 32px));
  padding:10px 14px 10px 16px;border:1px solid rgba(255,255,255,.76);border-radius:999px;
  background:rgba(255,250,245,.86);box-shadow:0 14px 38px rgba(50,28,24,.10);
  backdrop-filter:blur(18px) saturate(1.2);
}
.nav-left{gap:11px}.nav-logo-img{width:42px;height:42px;border-radius:50%;box-shadow:0 4px 14px rgba(86,53,44,.14)}
.nav-logo span{font-size:1.24rem;color:var(--lt-ink);letter-spacing:-.02em}
.nav-links{gap:4px}
.nav-links a{padding:10px 13px;border-radius:999px;font-size:.73rem;letter-spacing:.11em;color:#6d534a}
.nav-links a:hover{background:var(--lt-blush);color:var(--lt-berry)}
.cart-icon{width:44px;height:44px;border-radius:50%;background:var(--lt-ink)!important;color:#fff!important;border:0!important;display:grid!important;place-items:center}
.cart-badge{background:var(--lt-rose)!important;color:var(--lt-ink)!important;border:2px solid var(--lt-milk)}

/* Editorial homepage hero */
body:not(.menu-page) .hero{
  min-height:790px;padding:142px 28px 112px;color:var(--lt-ink);isolation:isolate;
  background:
    radial-gradient(circle at 76% 27%,rgba(237,159,183,.33),transparent 22rem),
    radial-gradient(circle at 18% 82%,rgba(241,203,135,.22),transparent 20rem),
    linear-gradient(135deg,#fffdf9 0%,#fff6f2 54%,#fbe8ee 100%);
}
body:not(.menu-page) .hero::before{
  content:"";position:absolute;width:290px;height:290px;right:-90px;top:90px;border-radius:50%;
  border:1px solid rgba(158,52,85,.13);box-shadow:0 0 0 42px rgba(158,52,85,.035),0 0 0 84px rgba(158,52,85,.025);z-index:-1;
}
body:not(.menu-page) .hero::after{height:110px;background:linear-gradient(0deg,var(--lt-cream),transparent)}
body:not(.menu-page) .hero-inner{max-width:1220px;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(410px,.88fr);gap:72px;align-items:center}
body:not(.menu-page) .hero-copy{max-width:670px;color:var(--lt-cocoa)}
body:not(.menu-page) .eyebrow{
  display:inline-flex;padding:9px 14px;border-radius:999px;color:var(--lt-berry);background:rgba(255,255,255,.72);
  border:1px solid rgba(158,52,85,.15);box-shadow:0 8px 24px rgba(86,53,44,.06);letter-spacing:.12em;font-size:.72rem;
}
body:not(.menu-page) .hero h1{font-size:clamp(3.9rem,6.1vw,6.35rem);line-height:.92;letter-spacing:-.055em;color:var(--lt-ink);margin:25px 0 25px}
body:not(.menu-page) .hero p{color:#755b51;font-size:1.06rem;max-width:590px;line-height:1.8;margin-bottom:30px}
.hero-btns{gap:12px}
.btn{min-height:50px;padding:14px 23px;border-radius:999px;font-size:.82rem;letter-spacing:.025em;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.btn:hover{transform:translateY(-2px)}
.btn-primary,.cart-checkout-btn,.submit-order-btn,.modal-add-btn{
  background:linear-gradient(135deg,var(--lt-ink),#683849 64%,var(--lt-berry))!important;color:#fff!important;
  box-shadow:0 12px 28px rgba(86,53,44,.18)!important;border:0!important;
}
.btn-whatsapp{background:#fff!important;color:var(--lt-ink)!important;border:1px solid var(--lt-line)!important;box-shadow:var(--lt-soft-shadow)}
.btn-outline{border-color:rgba(158,52,85,.22)!important;color:var(--lt-berry)!important;background:#fff!important}
.hero-stats{gap:0!important;margin-top:40px!important;border-top:1px solid var(--lt-line);padding-top:20px}
.hero-stat{border-left:0!important;padding:0 20px!important;border-right:1px solid var(--lt-line)}
.hero-stat:first-child{padding-left:0!important}.hero-stat:last-child{border:0}
.hero-stat strong{color:var(--lt-ink)!important;font-size:1.25rem!important}.hero-stat span{color:#856b61!important;font-size:.68rem!important}

.hero-visual{position:relative;min-height:540px}
.hero-photo-main{position:absolute;inset:16px 0 40px 62px;border-radius:180px 180px 32px 32px;overflow:hidden;box-shadow:var(--lt-shadow);transform:rotate(1.6deg);background:#f3d9df}
.hero-photo-main::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(50,28,24,.18))}
.hero-photo-main img,.hero-photo-small img{width:100%;height:100%;object-fit:cover}
.hero-photo-small{position:absolute;width:190px;height:232px;left:-30px;bottom:3px;border:9px solid var(--lt-milk);border-radius:100px 100px 24px 24px;overflow:hidden;box-shadow:0 18px 44px rgba(50,28,24,.18);transform:rotate(-5deg)}
.hero-note{position:absolute;right:-18px;top:76px;width:148px;height:148px;border-radius:50%;display:grid;place-items:center;text-align:center;padding:24px;background:var(--lt-butter);color:var(--lt-ink);font-family:var(--font-display);font-weight:700;font-size:1.02rem;line-height:1.18;box-shadow:0 16px 38px rgba(86,53,44,.15);transform:rotate(7deg)}
.hero-note::before{content:"✦";display:block;position:absolute;top:18px;color:var(--lt-berry)}

.sweet-scroll{position:relative;z-index:4;margin:-64px auto 28px;width:min(1120px,calc(100% - 32px));display:flex;gap:10px;justify-content:center;flex-wrap:wrap;padding:14px;border-radius:999px;background:rgba(255,253,249,.9);border:1px solid rgba(255,255,255,.8);box-shadow:var(--lt-soft-shadow);backdrop-filter:blur(12px)}
.sweet-scroll a{padding:9px 15px;border-radius:999px;text-decoration:none;font-size:.76rem;font-weight:700;color:#74584e;transition:.2s}
.sweet-scroll a:hover{background:var(--lt-blush);color:var(--lt-berry)}

/* Premium content rhythm */
.section{padding:92px 24px}
.section-inner{max-width:1180px}
.section-header{margin-bottom:38px}.section-header.left{align-items:end}
.section-header h2,.story-copy h2,.cta-section h2,.newsletter-inner h2{letter-spacing:-.035em;line-height:1.04;color:var(--lt-ink)}
.section-header h2{font-size:clamp(2.25rem,4.2vw,4rem)}
.section-header p{color:#7a6259;line-height:1.75}
.section-kicker,.product-label,.drop-tag,.menu-kicker{
  display:inline-flex!important;width:max-content;padding:7px 11px;border-radius:999px;background:var(--lt-blush);color:var(--lt-berry)!important;
  font-size:.67rem!important;letter-spacing:.13em!important;font-weight:800!important;text-transform:uppercase;
}
.trust-strip{position:relative;z-index:5;margin-top:-25px;border-radius:var(--lt-radius);padding:8px;background:rgba(255,255,255,.82);border:1px solid rgba(255,255,255,.85);box-shadow:var(--lt-soft-shadow);backdrop-filter:blur(14px)}
.trust-item{border:0!important;box-shadow:none!important;background:transparent!important;padding:24px!important}
.trust-item+ .trust-item{border-left:1px solid var(--lt-line)!important}
.trust-item h3{color:var(--lt-ink);font-size:1rem}.trust-item p{font-size:.82rem;line-height:1.65;color:#7c655c}

.feature-card,.collection-card,.review-card,.size-card,.upgrade-panel,.finder-card,.drop-card,.kids-special,.story-media,.shop-card,.gallery-item,.step-card{
  border:1px solid rgba(86,53,44,.10)!important;border-radius:var(--lt-radius)!important;box-shadow:var(--lt-soft-shadow)!important;background:rgba(255,253,249,.92)!important;
}
.feature-card,.collection-card,.drop-card,.shop-card,.story-media,.gallery-item{overflow:hidden}
.feature-media img,.collection-media img,.story-media img,.drop-card img,.shop-card img,.gallery-img img,.size-card img{transition:transform .55s cubic-bezier(.2,.7,.2,1),filter .4s}
.feature-card:hover img,.collection-card:hover img,.drop-card:hover img,.shop-card:hover img,.gallery-item:hover img,.size-card:hover img{transform:scale(1.045);filter:saturate(1.04)}
.feature-copy,.collection-copy,.drop-copy{padding:28px!important}
.feature-copy h3,.collection-copy h3,.drop-copy h3,.finder-card h3,.upgrade-panel h3,.kids-special h3{color:var(--lt-ink);letter-spacing:-.025em}
.comeback-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:22px}.feature-card{grid-column:1/-1!important;grid-row:auto!important}.feature-media{min-height:390px}
.collection-media{height:260px}.collection-copy a,.drop-copy a,.finder-card a{color:var(--lt-berry)!important;text-decoration:none;font-weight:800}
.story-band{background:linear-gradient(145deg,#f9e6eb,#fff9f4 58%,#f7e3cc)!important}
.story-layout{gap:68px}.story-media{min-height:610px;transform:rotate(-1deg)}
.story-point{background:rgba(255,255,255,.62);padding:17px;border:1px solid rgba(86,53,44,.08);border-radius:18px}
.gallery-grid{grid-template-columns:repeat(3,1fr)!important;gap:18px!important}.gallery-img{height:260px!important}.gallery-caption{padding:18px!important}
.reviews-grid{gap:18px}.review-card{padding:28px!important}.review-card .stars{color:var(--lt-berry)!important;letter-spacing:.12em}
.steps-grid{gap:18px}.step-card{padding:26px!important}.step-num{background:var(--lt-ink)!important;color:#fff!important;box-shadow:0 7px 18px rgba(50,28,24,.18)}
.newsletter-section,.cta-section{position:relative;overflow:hidden;background:linear-gradient(135deg,var(--lt-ink),#6b3549 58%,var(--lt-berry))!important}
.newsletter-section::before,.cta-section::before{content:"";position:absolute;width:440px;height:440px;border:1px solid rgba(255,255,255,.12);border-radius:50%;right:-150px;top:-220px;box-shadow:0 0 0 54px rgba(255,255,255,.035),0 0 0 108px rgba(255,255,255,.025)}
.newsletter-form{padding:6px;background:#fff;border-radius:999px}.newsletter-form input{border:0!important;background:transparent!important}.newsletter-form button{border-radius:999px!important;background:var(--lt-butter)!important;color:var(--lt-ink)!important}
.sweet-club-overlay{position:fixed;inset:0;z-index:5000;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(38,20,17,.62);backdrop-filter:blur(8px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .28s ease,visibility .28s ease}
.sweet-club-overlay.open{opacity:1;visibility:visible;pointer-events:auto}
.sweet-club-popup{position:relative;width:min(540px,100%);padding:44px 42px 38px;overflow:hidden;text-align:center;border:1px solid rgba(255,255,255,.8);border-radius:32px;background:linear-gradient(145deg,#fffdf9,#fff2f2 68%,#f9dbe4);box-shadow:0 30px 90px rgba(32,15,13,.32);transform:translateY(18px) scale(.97);transition:transform .3s ease}
.sweet-club-overlay.open .sweet-club-popup{transform:translateY(0) scale(1)}
.sweet-club-popup::before{content:"";position:absolute;width:260px;height:260px;right:-115px;top:-135px;border-radius:50%;border:1px solid rgba(158,52,85,.13);box-shadow:0 0 0 38px rgba(158,52,85,.04),0 0 0 76px rgba(158,52,85,.025)}
.sweet-club-close{position:absolute;z-index:2;right:14px;top:14px;width:40px;height:40px;border:0;border-radius:50%;background:rgba(255,255,255,.82);color:var(--lt-ink);font-size:1.6rem;line-height:1;cursor:pointer;box-shadow:0 6px 18px rgba(50,28,24,.09)}
.sweet-club-sprinkle{width:48px;height:48px;margin:0 auto 12px;border-radius:50%;display:grid;place-items:center;background:var(--lt-butter);color:var(--lt-berry);font-size:1.25rem;transform:rotate(8deg)}
.sweet-club-popup h2{position:relative;margin:14px auto 12px;max-width:430px;font-family:var(--font-display);font-size:clamp(2rem,5vw,3rem);line-height:1;color:var(--lt-ink);letter-spacing:-.035em}
.sweet-club-popup>p{position:relative;max-width:430px;margin:0 auto 22px;color:#765e55;line-height:1.65;font-size:.91rem}
.sweet-club-popup .newsletter-form{position:relative;display:flex;max-width:450px;margin:0 auto;padding:6px;border:1px solid var(--lt-line);box-shadow:0 12px 30px rgba(50,28,24,.08)}
.sweet-club-popup .newsletter-form input{min-width:0;min-height:50px;padding:12px 16px;font:500 .92rem var(--font-body);color:var(--lt-ink)}
.sweet-club-popup .newsletter-form button{min-height:50px;padding:11px 19px;border:0;font:800 .78rem var(--font-body);cursor:pointer;white-space:nowrap}
.sweet-club-popup .newsletter-form button:disabled{opacity:.65;cursor:wait}
.sweet-club-popup .sweet-club-privacy{margin:12px auto 0;font-size:.7rem;opacity:.7}
.sweet-club-popup .sweet-club-message{display:block;min-height:18px;margin:12px auto 0;font-size:.78rem;font-weight:700;color:#a13a3a}
.sweet-club-popup .sweet-club-message.success{color:#38724c}
.delivery-table{border-radius:22px!important;overflow:hidden;box-shadow:var(--lt-soft-shadow);border:1px solid var(--lt-line)}
.delivery-table th{background:var(--lt-ink)!important;color:#fff!important}.delivery-table tr:nth-child(even){background:#fff7f4}

/* Menu becomes a boutique storefront */
.menu-hero{padding:150px 28px 68px!important;background:linear-gradient(90deg,rgba(39,20,17,.92),rgba(86,40,49,.75),rgba(158,52,85,.35)),url("https://drive.google.com/thumbnail?id=1x10LIUoOKQuERYcql-nsebKX3xKhlrqs&sz=w1600") center 42%/cover no-repeat!important}
.menu-hero-inner{max-width:1180px!important;grid-template-columns:minmax(0,1.2fr) 350px!important;gap:70px!important;align-items:center!important}
.menu-hero h1{font-size:clamp(3.3rem,5.5vw,5.7rem)!important;line-height:.94!important;letter-spacing:-.05em!important;max-width:780px}
.menu-hero p{font-size:1.05rem!important;max-width:650px!important}
.menu-note{border-radius:26px!important;padding:28px!important;background:rgba(255,250,245,.12)!important;border:1px solid rgba(255,255,255,.24)!important;box-shadow:0 18px 48px rgba(20,10,8,.18)}
.menu-note strong{font-family:var(--font-display);font-size:1.4rem;color:#fff}.menu-note span{line-height:1.7}
.menu-perks{max-width:1180px!important;margin-top:32px!important;gap:10px!important}.menu-perk{border-radius:18px!important;background:rgba(255,250,245,.1)!important;border-color:rgba(255,255,255,.18)!important}
.order-paths{gap:14px!important}.path-btn{border:1px solid var(--lt-line)!important;border-radius:22px!important;background:#fff!important;padding:20px!important;box-shadow:0 8px 24px rgba(86,53,44,.06)}
.path-btn:hover{transform:translateY(-3px);border-color:rgba(158,52,85,.28)!important;box-shadow:var(--lt-soft-shadow)}
.cake-order-note{display:grid;grid-template-columns:48px minmax(0,1fr);gap:15px;align-items:start;margin:0 0 22px;padding:18px 20px;border:1px solid rgba(158,52,85,.16);border-radius:20px;background:linear-gradient(135deg,#fff,#fff2f5);box-shadow:0 9px 26px rgba(66,35,28,.06)}
.cake-order-note-icon{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;background:var(--lt-ink);color:#fff;font:800 .82rem var(--font-body)}
.cake-order-note strong{display:block;margin:1px 0 4px;color:var(--lt-ink);font-family:var(--font-display);font-size:1.05rem}
.cake-order-note p{margin:0;color:#786158;font-size:.82rem;line-height:1.6}
.menu-tools{top:84px!important;margin-left:-10px;margin-right:-10px;padding:12px 10px!important;border:1px solid rgba(255,255,255,.76)!important;border-radius:22px!important;background:rgba(255,250,245,.9)!important;box-shadow:0 10px 30px rgba(50,28,24,.07)}
.search-wrap input{min-height:48px;border-radius:999px!important;border:1px solid var(--lt-line)!important;background:#fff!important;padding-left:46px!important}
.filter-btn{border:1px solid var(--lt-line)!important;background:#fff!important;min-height:42px;padding:9px 16px!important}
.filter-btn.active,.filter-btn:hover{background:var(--lt-ink)!important;border-color:var(--lt-ink)!important;color:#fff!important}
.products-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:22px!important}
.product-card{border:1px solid var(--lt-line)!important;border-radius:26px!important;background:#fff!important;box-shadow:0 12px 34px rgba(66,35,28,.08)!important;transform:none!important}
.product-card:hover{transform:translateY(-5px)!important;box-shadow:0 22px 48px rgba(66,35,28,.13)!important}
.card-img{height:260px!important;background:#f7e6e6!important}.card-img img{transition:transform .5s ease}.product-card:hover .card-img img{transform:scale(1.04)}
.card-img .tag{top:14px!important;left:14px!important;border-radius:999px!important;background:rgba(255,253,249,.9)!important;color:var(--lt-berry)!important;box-shadow:0 6px 16px rgba(50,28,24,.08)}
.card-body{padding:20px!important}.card-title{font-family:var(--font-display);font-size:1.3rem!important;line-height:1.16;color:var(--lt-ink)}
.card-desc{color:#7d665d!important;line-height:1.55}.mini-tag{background:#fff6f3!important;border:1px solid var(--lt-line)!important;color:#775c53!important;border-radius:999px!important}
.card-price{color:var(--lt-ink)!important;font-family:var(--font-display);font-size:1.23rem!important}.card-btn{border-radius:999px!important;background:var(--lt-ink)!important;color:#fff!important;padding:10px 17px!important}
.modal{border-radius:30px!important;overflow:hidden!important;box-shadow:0 28px 90px rgba(37,18,15,.25)!important}.modal-img{background:#f8e4e8!important}.modal-body{padding:28px!important}
/* The product configurator can be taller than a desktop viewport. Keep it
   independently scrollable so price and Add to Treat Bag are always reachable. */
.menu-page #productModal .modal{overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:var(--lt-berry) #f6e8e2}
.menu-page #productModal .modal::-webkit-scrollbar{width:10px}
.menu-page #productModal .modal::-webkit-scrollbar-track{background:#f6e8e2;border-radius:999px}
.menu-page #productModal .modal::-webkit-scrollbar-thumb{background:var(--lt-berry);border:2px solid #f6e8e2;border-radius:999px}
.cart-sidebar{border-radius:30px 0 0 30px;box-shadow:-24px 0 70px rgba(37,18,15,.18)}

.mobile-order-dock{display:none}
:focus-visible{outline:3px solid rgba(158,52,85,.34)!important;outline-offset:3px}

@media(max-width:980px){
  body:not(.menu-page) .hero{min-height:auto;padding-bottom:100px}
  body:not(.menu-page) .hero-inner{grid-template-columns:1fr;gap:48px}
  body:not(.menu-page) .hero-copy{max-width:760px}
  .hero-visual{min-height:500px;max-width:650px;width:100%;margin:0 auto}
  .hero-photo-main{left:76px}.hero-photo-small{left:0}.hero-note{right:6px}
  .trust-strip{grid-template-columns:repeat(2,1fr)!important}.trust-item:nth-child(3){border-left:0!important}
  .menu-hero-inner{grid-template-columns:1fr!important;gap:26px!important}.menu-note{max-width:520px}
  .products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .gallery-grid{grid-template-columns:repeat(2,1fr)!important}
}

@media(max-width:680px){
  html,body{width:100%;max-width:100%;overflow-x:hidden}
  body{padding-bottom:104px;overflow-y:auto!important;-webkit-overflow-scrolling:touch}
  .nav{top:8px;width:calc(100vw - 16px)!important;max-width:calc(100vw - 16px)!important;padding:8px 96px 8px 12px;overflow:visible}.nav-left{min-width:0}.nav-logo-img{width:36px;height:36px}.nav-logo span{font-size:1.08rem;white-space:nowrap}.nav-right{position:absolute;right:8px;top:8px;margin:0;display:flex!important;gap:7px}.nav-links{display:none!important;position:absolute!important;top:58px!important;left:0!important;right:auto!important;width:100%!important;margin:0!important;padding:14px!important;border-radius:20px!important;box-shadow:var(--lt-shadow)!important;transform:none!important;background:rgba(255,250,245,.98)!important}.nav-links.open{display:flex!important}.cart-icon{width:40px;height:40px}.nav-toggle{width:40px;height:40px;align-items:center;justify-content:center}
  .hero,.hero-inner,.hero-copy,.menu-hero,.menu-hero-inner,.menu-hero-inner>*,.section,.section-inner,.menu-tools,.menu-tools-row,.search-wrap,.cat-scroll,.products-grid{width:100%;max-width:100%;min-width:0}
  body:not(.menu-page) .hero{padding:105px 16px 82px!important;background:linear-gradient(160deg,#fffdf9,#fff3f0 64%,#f9dce5)!important}
  body:not(.menu-page) .hero-inner{grid-template-columns:minmax(0,1fr)!important;gap:35px}
  body:not(.menu-page) .hero h1{width:100%;max-width:100%;font-size:clamp(2.8rem,13.2vw,3.45rem)!important;line-height:.94!important;margin:20px 0!important;overflow-wrap:anywhere}
  body:not(.menu-page) .hero p{font-size:.95rem!important;line-height:1.7!important;margin-bottom:24px}
  .hero-btns{display:grid!important;grid-template-columns:1fr;gap:9px!important;width:100%}.hero-btns .btn{width:100%!important;min-width:0;min-height:50px;padding:12px 10px!important;justify-content:center;text-align:center;font-size:.76rem;white-space:normal}
  .hero-stats{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;width:100%;max-width:100%;margin-top:28px!important}.hero-stat{min-width:0;padding:0 7px!important}.hero-stat strong{font-size:.96rem!important}.hero-stat span{font-size:.52rem!important;line-height:1.35;overflow-wrap:anywhere}
  .hero-visual{min-height:380px}.hero-photo-main{inset:0 6px 25px 44px;border-radius:130px 130px 25px 25px}.hero-photo-small{width:132px;height:172px;left:0;bottom:0;border-width:6px}.hero-note{width:104px;height:104px;right:-2px;top:35px;padding:17px;font-size:.75rem}.hero-note::before{top:10px}
  .sweet-scroll{margin:-43px 10px 15px;width:auto;justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;border-radius:20px;padding:10px;scrollbar-width:none}.sweet-scroll::-webkit-scrollbar{display:none}.sweet-scroll a{flex:0 0 auto;background:#fff5f3;border:1px solid var(--lt-line)}
  .section{padding:66px 16px!important}.section-header{margin-bottom:28px!important}.section-header.left{display:block!important}.section-header h2{font-size:2.5rem!important;line-height:1!important}.section-header p{font-size:.9rem!important;margin-top:15px}.section-kicker{margin-bottom:12px}
  .trust-strip{margin-top:0!important;grid-template-columns:1fr 1fr!important;border-radius:22px!important}.trust-item{padding:17px!important}.trust-item p{font-size:.75rem}.trust-item h3{font-size:.9rem}.trust-item:nth-child(even){border-left:1px solid var(--lt-line)!important}
  .celebration-grid,.finder-grid,.drops-grid,.comeback-grid,.collection-grid,.steps-grid,.story-layout{gap:14px!important}.feature-media{min-height:285px}.collection-media{height:225px}.story-media{min-height:390px}.story-layout{display:flex!important;flex-direction:column}.story-copy{padding:12px 2px}
  .gallery-grid{display:flex!important;overflow-x:auto;scroll-snap-type:x mandatory;gap:13px!important;margin-right:-16px;padding-right:16px;scrollbar-width:none}.gallery-item{min-width:78vw;scroll-snap-align:start}.gallery-img{height:270px!important}
  .reviews-grid{display:flex!important;overflow-x:auto;scroll-snap-type:x mandatory;margin-right:-16px;padding-right:16px;scrollbar-width:none}.review-card{min-width:84vw;scroll-snap-align:start}
  .newsletter-section,.cta-section{padding:66px 18px!important}.newsletter-form{border-radius:22px!important;display:grid!important;gap:4px}.newsletter-form button{width:100%;min-height:48px}
  .sweet-club-overlay{align-items:flex-end;padding:0}
  .sweet-club-popup{width:100%;padding:30px 18px calc(28px + env(safe-area-inset-bottom));border-radius:28px 28px 0 0}
  .sweet-club-popup h2{font-size:2.35rem}
  .sweet-club-popup .newsletter-form{display:grid;grid-template-columns:1fr;border-radius:20px!important;padding:6px}
  .sweet-club-popup .newsletter-form input{text-align:center}
  .sweet-club-popup .newsletter-form button{width:100%}
  .delivery-table{font-size:.75rem}.delivery-table th,.delivery-table td{padding:12px 8px!important}
  .menu-hero{padding:112px 16px 38px!important;overflow:hidden}.menu-hero-inner{grid-template-columns:minmax(0,1fr)!important}.menu-hero h1{width:100%;max-width:100%;font-size:clamp(2.65rem,13vw,3.2rem)!important;line-height:.97!important;overflow-wrap:anywhere}.menu-hero p{font-size:.92rem!important;overflow-wrap:anywhere}.menu-note{width:100%;max-width:100%;padding:20px!important;border-radius:20px!important}.menu-perks{display:flex!important;width:100%;max-width:100%;overflow-x:auto;gap:9px!important;margin-right:0!important;padding-right:16px}.menu-perk{min-width:min(78vw,300px)}
  .order-paths{display:flex!important;width:100%;max-width:100%;overflow-x:auto;scroll-snap-type:x mandatory;margin-right:0;padding:2px 16px 12px 2px;scrollbar-width:none}.path-btn{min-width:min(78vw,300px);scroll-snap-align:start;text-align:left}
  .cake-order-note{grid-template-columns:42px minmax(0,1fr);gap:12px;padding:15px;margin-bottom:16px;border-radius:18px}.cake-order-note-icon{width:42px;height:42px;border-radius:13px}.cake-order-note strong{font-size:.98rem}.cake-order-note p{font-size:.76rem;line-height:1.55}
  .menu-tools{top:66px!important;border-radius:18px!important;margin-bottom:14px!important}.cat-scroll{margin-right:-10px;padding-right:10px}.filter-btn{min-height:40px!important;padding:8px 13px!important}
  .products-grid{grid-template-columns:minmax(0,1fr)!important;gap:14px!important}
  .product-card{display:grid!important;grid-template-columns:132px minmax(0,1fr)!important;width:100%!important;min-width:0!important;min-height:174px!important;overflow:hidden!important}
  .card-img{width:132px!important;height:100%!important;min-height:174px!important;border-radius:0!important}
  .card-body{min-width:0!important;padding:15px!important;display:flex!important;flex-direction:column!important}
  .card-title{font-size:1.06rem!important;line-height:1.16!important;overflow-wrap:anywhere!important}
  .card-desc{font-size:.76rem!important;line-height:1.45!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .card-meta{display:none!important}
  .card-footer{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important;align-items:center!important;margin-top:auto!important;padding-top:10px!important}
  .card-price{min-width:0!important;font-size:1rem!important;white-space:nowrap!important;overflow:visible!important}
  .card-btn{min-width:76px!important;min-height:40px!important;padding:8px 12px!important;font-size:.72rem!important}
  .card-img .tag{top:9px!important;left:9px!important;right:9px!important;width:auto!important;max-width:114px!important;font-size:.55rem!important;padding:6px 7px!important;white-space:normal!important;text-align:center!important;line-height:1.15!important}
  .modal-overlay{align-items:flex-end!important;padding:0!important;overflow:hidden!important}
  .modal{width:100%!important;max-width:100%!important;min-height:0!important;max-height:94dvh!important;border-radius:28px 28px 0 0!important;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important}
  .modal-img{height:210px!important;min-height:210px!important}.modal-body{padding:22px 18px 116px!important}
  .modal-add-btn{position:sticky!important;bottom:8px!important;z-index:8!important;min-height:52px!important;box-shadow:0 10px 30px rgba(50,28,24,.22)!important}
  .checkout-modal{overflow-y:auto!important;overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important;padding-bottom:104px!important}
  .cart-sidebar{width:100%!important;max-width:100%!important;right:-100%!important;bottom:0!important;top:auto!important;border-radius:26px 26px 0 0!important;height:min(88dvh,760px)!important;overflow:hidden!important}
  .cart-sidebar.open{right:0!important}
  .mobile-order-dock{position:fixed;display:grid;grid-template-columns:1fr 1fr;gap:9px;left:10px;right:10px;bottom:9px;z-index:850;padding:7px;border-radius:20px;background:rgba(255,250,245,.94);border:1px solid rgba(255,255,255,.9);box-shadow:0 12px 38px rgba(50,28,24,.18);backdrop-filter:blur(16px)}
  .mobile-order-dock a,.mobile-order-dock button{min-height:48px;border:0;border-radius:14px;font:700 .76rem var(--font-body);display:flex;align-items:center;justify-content:center;text-decoration:none}.mobile-order-dock .dock-primary{background:var(--lt-ink);color:#fff}.mobile-order-dock .dock-secondary{background:var(--lt-blush);color:var(--lt-berry)}
  .whatsapp-float{display:none!important}
  .chatbot-toggle{bottom:88px!important;right:12px!important;width:46px!important;height:46px!important;font-size:1.25rem!important;z-index:840!important}
  .chatbot-window{bottom:146px!important;max-height:58dvh!important;overflow:hidden!important}
}

@media(max-width:390px){
  .product-card{grid-template-columns:112px minmax(0,1fr)!important}.card-img{width:112px!important;min-height:168px!important}.card-body{padding:13px!important}.card-desc{font-size:.74rem!important}.hero-btns{grid-template-columns:1fr!important}.hero-stats{grid-template-columns:repeat(3,1fr)!important}
}

@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
