:root{--ink:#24201d;--cream:#fbf6ee;--paper:#fffdf9;--coral:#e7583e;--coral-dark:#cf432c;--sage:#b8c5a9;--pistachio:#e7ecd9;--peach:#f4c9ac;--line:rgba(36,32,29,.13);--shadow:0 24px 70px rgba(53,35,27,.16);--radius:24px;--serif:"Fraunces",Georgia,serif;--sans:"DM Sans",sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);overflow-x:hidden}body.no-scroll{overflow:hidden}button,input,select,textarea{font:inherit}button,a{color:inherit}button{cursor:pointer}a{text-decoration:none}.announcement{background:var(--ink);color:#fff;text-align:center;padding:9px 16px;font-size:12px;letter-spacing:.06em}.site-header{height:78px;padding:0 clamp(20px,5vw,72px);display:flex;align-items:center;justify-content:space-between;background:rgba(255,253,249,.92);backdrop-filter:blur(16px);position:sticky;top:0;z-index:30;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:12px;font-family:var(--serif);font-weight:700;font-size:21px}.brand-mark{width:44px;height:44px;border-radius:50% 50% 44% 56%;background:var(--coral);color:#fff;display:inline-grid;place-items:center;font-family:var(--serif);font-size:24px;transform:rotate(-5deg);flex:none;overflow:hidden}.brand-mark img{width:100%;height:100%;object-fit:contain;transform:rotate(5deg)}.desktop-nav{display:flex;gap:34px;font-size:14px;font-weight:600}.desktop-nav a{position:relative}.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:2px;background:var(--coral);transition:.25s}.desktop-nav a:hover:after{right:0}.cart-button{border:0;border-radius:99px;background:var(--ink);color:#fff;padding:12px 15px 12px 19px;font-weight:700}.cart-button span{display:inline-grid;place-items:center;background:#fff;color:var(--ink);width:24px;height:24px;border-radius:50%;margin-left:8px;font-size:12px}.hero{height:min(720px,calc(100vh - 110px));min-height:580px;position:relative;display:flex;align-items:center;overflow:hidden}.hero-media,.hero-overlay{position:absolute;inset:0}.hero-media{background-image:url('assets/hero-cakes.png');background-size:cover;background-position:center;transform:scale(1.015);transition:background-position .8s ease,filter .8s ease}.hero-overlay{background:linear-gradient(90deg,rgba(251,246,238,.97) 0%,rgba(251,246,238,.76) 33%,rgba(251,246,238,.06) 66%),linear-gradient(0deg,rgba(30,19,15,.14),transparent 40%)}.hero-content{position:relative;z-index:2;width:min(620px,50vw);margin-left:clamp(24px,8vw,130px);animation:rise .8s both}.eyebrow{text-transform:uppercase;letter-spacing:.17em;font-size:11px;font-weight:800}.eyebrow.coral{color:var(--coral)}h1,h2,h3,p{margin-top:0}.hero h1{font-family:var(--serif);font-weight:600;font-size:clamp(52px,6.3vw,96px);letter-spacing:-.055em;line-height:.91;margin:22px 0 26px}.hero h1 em{color:var(--coral);font-weight:600}.hero-content>p{max-width:470px;font-size:18px;line-height:1.65;color:#554b44}.hero-actions{display:flex;align-items:center;gap:28px;margin-top:35px}.button{border:0;border-radius:99px;padding:16px 23px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:25px;transition:transform .2s,box-shadow .2s,background .2s}.button:hover{transform:translateY(-2px)}.button.primary{background:var(--coral);color:#fff;box-shadow:0 12px 26px rgba(231,88,62,.28)}.button.primary:hover{background:var(--coral-dark);box-shadow:0 15px 32px rgba(231,88,62,.38)}.button.full{width:100%;margin-top:12px}.text-link{border-bottom:1px solid var(--ink);padding-bottom:4px;font-weight:700;font-size:14px}.hero-card{position:absolute;right:5vw;bottom:42px;z-index:3;background:rgba(255,255,255,.88);backdrop-filter:blur(10px);padding:14px 18px;border-radius:18px;display:flex;gap:11px;align-items:center;box-shadow:var(--shadow)}.hero-card>span{width:37px;height:37px;display:grid;place-items:center;background:#fde4de;color:var(--coral);border-radius:50%;font-size:20px}.hero-card div{display:flex;flex-direction:column}.hero-card small{color:#766a62;margin-top:2px}.carousel-dots{position:absolute;z-index:3;bottom:25px;left:50%;display:flex;gap:8px}.carousel-dots button{width:8px;height:8px;border:0;border-radius:9px;background:rgba(36,32,29,.28);padding:0;transition:.25s}.carousel-dots button.active{width:28px;background:var(--coral)}.marquee{white-space:nowrap;overflow:hidden;background:var(--coral);color:#fff;padding:12px 0;font-family:var(--serif);font-size:14px;letter-spacing:.1em}.marquee div{display:inline-block;min-width:200%;animation:marquee 22s linear infinite}.shop-section{padding:110px clamp(22px,6vw,92px) 120px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:40px;max-width:1280px;margin:0 auto 40px}.section-heading h2,.story-copy h2,.faq-intro h2{font:600 clamp(38px,4.8vw,68px)/1 var(--serif);letter-spacing:-.04em;margin:14px 0 0}.section-heading>p{max-width:420px;color:#73665d;line-height:1.6}.category-pills{max-width:1280px;margin:0 auto 28px;display:flex;gap:8px;flex-wrap:wrap}.category-pills button{border:1px solid var(--line);background:transparent;padding:10px 17px;border-radius:99px;font-weight:600}.category-pills button.active{background:var(--ink);color:#fff;border-color:var(--ink)}.product-grid{max-width:1280px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-card{position:relative;min-width:0}.product-image{height:390px;border-radius:var(--radius);background-size:auto 730px;background-repeat:no-repeat;overflow:hidden;position:relative;transition:transform .35s,box-shadow .35s}.product-card:hover .product-image{transform:translateY(-7px);box-shadow:var(--shadow)}.product-badge{position:absolute;top:16px;left:16px;background:rgba(255,255,255,.9);padding:8px 12px;border-radius:99px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.quick-add{position:absolute;right:15px;bottom:15px;background:var(--ink);color:#fff;border:0;width:51px;height:51px;border-radius:50%;font-size:24px;transition:.2s}.quick-add:hover{background:var(--coral);transform:rotate(8deg) scale(1.05)}.product-info{padding:18px 4px 10px;display:grid;grid-template-columns:1fr auto;gap:6px 20px}.product-info h3{font:600 25px/1.1 var(--serif);margin:0}.product-info strong{font-size:16px}.product-info p{grid-column:1/-1;color:#746860;line-height:1.55;font-size:14px}.story-band{background:var(--pistachio);padding:105px clamp(22px,7vw,110px);display:grid;grid-template-columns:.8fr 1.2fr;gap:9vw;align-items:center}.story-copy p{max-width:440px;line-height:1.65;color:#5d6352;margin-top:22px}.steps{display:grid;grid-template-columns:1fr 1fr}.steps article{padding:28px 34px;border-left:1px solid rgba(36,32,29,.14);border-bottom:1px solid rgba(36,32,29,.14)}.steps article:nth-last-child(-n+2){border-bottom:0}.steps b{color:var(--coral);font-size:12px;letter-spacing:.14em}.steps h3{font:600 25px var(--serif);margin:14px 0 6px}.steps p{color:#626957;font-size:14px;line-height:1.5}.testimonial{text-align:center;padding:130px 20px;background:#f7d4bd}.quote-mark{font:700 90px/0 var(--serif);color:var(--coral)}blockquote{max-width:900px;margin:26px auto 20px;font:500 clamp(32px,4.5vw,61px)/1.12 var(--serif);letter-spacing:-.035em}.testimonial p{font-weight:700}.faq-section{padding:115px clamp(22px,8vw,130px);display:grid;grid-template-columns:.65fr 1fr;gap:10vw}.faq-intro p{color:#73665d;max-width:320px;line-height:1.6;margin-top:22px}.faq-item{border-top:1px solid var(--line)}.faq-item:last-child{border-bottom:1px solid var(--line)}.faq-question{width:100%;background:none;border:0;padding:25px 4px;display:flex;justify-content:space-between;text-align:left;font:600 20px var(--serif)}.faq-question span{font:400 28px var(--sans);transition:transform .25s}.faq-item.open .faq-question span{transform:rotate(45deg)}.faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s}.faq-answer div{overflow:hidden}.faq-answer p{color:#6e625a;line-height:1.65;padding:0 35px 0 4px}.faq-item.open .faq-answer{grid-template-rows:1fr}.faq-item.open .faq-answer p{padding-bottom:24px}footer{background:var(--ink);color:#fff;padding:75px clamp(25px,7vw,100px) 30px;display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px}footer h2{font:600 37px var(--serif);margin:17px 0 7px}footer .footer-brand p{color:#bdb7b1}footer>div:not(.footer-brand){display:flex;flex-direction:column;gap:12px;font-size:14px}footer>div b{margin-bottom:7px;color:#efb29f}footer small{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.15);padding-top:25px;color:#8f8984}.whatsapp{position:fixed;z-index:24;right:23px;bottom:23px;background:#24d366;color:#fff;width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:27px;box-shadow:0 12px 35px rgba(0,0,0,.2);transition:width .3s}.whatsapp span{font-size:13px;font-weight:700;max-width:0;overflow:hidden;white-space:nowrap;transition:.3s}.whatsapp:hover{width:145px;gap:8px}.whatsapp:hover span{max-width:80px}.modal-backdrop{position:fixed;inset:0;z-index:60;background:rgba(30,24,20,.66);backdrop-filter:blur(5px);padding:25px;overflow:auto}.modal-backdrop[hidden]{display:none}.modal{background:var(--paper);border-radius:28px;max-width:1020px;margin:auto;position:relative;box-shadow:var(--shadow);animation:rise .35s both}.close{border:0;background:rgba(255,255,255,.88);width:42px;height:42px;border-radius:50%;font-size:27px;line-height:1;display:grid;place-items:center;z-index:3}.modal>.close{position:absolute;right:18px;top:18px}.product-modal{display:grid;grid-template-columns:.9fr 1.1fr;overflow:hidden}.modal-product-image{background-size:auto 900px;background-repeat:no-repeat;min-height:690px}.modal-content{padding:60px 50px}.modal-content h2,.checkout-head h2,.cart-head h2{font:600 44px/1 var(--serif);letter-spacing:-.03em;margin:12px 0}.modal-content>p,.checkout-head>p{color:#75685f;line-height:1.5}.option-section{margin-top:24px}.option-section>label,.checkout-fields label{display:block;font-weight:800;font-size:12px;letter-spacing:.04em;margin-bottom:9px}.option-section label span{font-weight:400;color:#8b8079}.option-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.size-card,.mini-choice{border:1px solid var(--line);background:#fff;border-radius:13px;padding:12px;text-align:left}.size-card strong,.size-card small{display:block}.size-card small{margin-top:4px;color:#74685f}.size-card.active,.mini-choice.active{border-color:var(--coral);box-shadow:0 0 0 1px var(--coral);background:#fff8f5}.option-section select,.option-section textarea,.coupon-row input,.checkout-fields input{width:100%;border:1px solid var(--line);border-radius:13px;background:#fff;padding:13px;outline:none}.option-section select:focus,.option-section textarea:focus,.checkout-fields input:focus{border-color:var(--coral);box-shadow:0 0 0 3px rgba(231,88,62,.1)}.option-section textarea{height:76px;resize:vertical}.candle-row{display:flex;gap:7px;flex-wrap:wrap}.mini-choice{padding:11px 13px}.candle-row input{width:58px;border:1px solid var(--coral);border-radius:12px;text-align:center}.modal-total{border-top:1px solid var(--line);margin-top:28px;padding-top:23px;display:flex;align-items:center;justify-content:space-between;gap:15px}.modal-total div{display:flex;flex-direction:column}.modal-total strong{font:600 27px var(--serif);margin-top:3px}.cart-drawer{position:fixed;z-index:75;top:0;right:0;width:min(470px,100%);height:100%;background:var(--paper);padding:30px;transform:translateX(105%);transition:.35s;display:flex;flex-direction:column}.cart-drawer.open{transform:none}.drawer-shade{position:fixed;z-index:70;inset:0;background:rgba(30,24,20,.55)}.cart-head{display:flex;justify-content:space-between}.cart-head .close{background:#f2ebe4}.cart-items{flex:1;overflow:auto;margin:20px -5px;padding:0 5px}.empty-cart{text-align:center;margin-top:80px;color:#756a62}.empty-cart b{display:block;font:600 27px var(--serif);color:var(--ink);margin-bottom:9px}.cart-item{display:grid;grid-template-columns:74px 1fr auto;gap:14px;padding:15px 0;border-bottom:1px solid var(--line)}.cart-thumb{height:77px;border-radius:13px;background-size:auto 260px;background-repeat:no-repeat}.cart-item h3{font:600 18px var(--serif);margin:4px 0}.cart-item p{font-size:12px;color:#766b63;margin:0;line-height:1.5}.remove-item{border:0;background:none;color:#ad978b;padding:2px}.coupon-row{display:flex;gap:8px;margin-top:5px}.coupon-row button{border:0;background:var(--pistachio);border-radius:12px;padding:0 16px;font-weight:700}.coupon-message{font-size:12px;min-height:18px;color:var(--coral);margin:6px 2px}.cart-summary{border-top:1px solid var(--line);padding-top:14px}.summary-line,.checkout-total>div{display:flex;justify-content:space-between;margin:7px 0}.summary-line.total{font:600 23px var(--serif);margin-top:12px}.checkout-modal{max-width:680px;padding:48px}.checkout-head{text-align:center}.fulfilment-tabs{display:grid;grid-template-columns:1fr 1fr;background:#f1ebe4;padding:5px;border-radius:15px;margin:25px 0}.fulfilment-tabs button{border:0;background:transparent;padding:13px 10px;border-radius:11px;font-weight:700}.fulfilment-tabs button.active{background:white;box-shadow:0 5px 15px rgba(40,30,25,.1)}.checkout-fields{display:grid;grid-template-columns:1fr 1fr;gap:17px}.checkout-fields .full{grid-column:1/-1}.checkout-fields small{display:block;color:#82766d;margin-top:6px}.pickup-card{background:var(--pistachio);border-radius:15px;padding:16px;line-height:1.5}.time-slots{display:flex;gap:7px;flex-wrap:wrap}.time-slots button{border:1px solid var(--line);background:#fff;padding:9px 12px;border-radius:10px}.time-slots button.active{border-color:var(--coral);background:#fff6f3;color:var(--coral);font-weight:700}.checkout-total{background:#f6f1eb;border-radius:15px;padding:13px 17px;margin-top:20px}.checkout-total .grand{border-top:1px solid var(--line);padding-top:10px;font-weight:800}.secure-note{text-align:center;font-size:11px;color:#8d8178;margin:10px 0 0}.toast{position:fixed;left:50%;bottom:28px;z-index:100;transform:translate(-50%,30px);background:var(--ink);color:#fff;border-radius:99px;padding:13px 20px;font-weight:600;font-size:13px;opacity:0;pointer-events:none;transition:.3s}.toast.show{opacity:1;transform:translate(-50%,0)}@keyframes rise{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@keyframes marquee{to{transform:translateX(-50%)}}
@media(max-width:900px){.desktop-nav{display:none}.hero{height:690px;align-items:flex-start}.hero-media{background-position:60% center}.hero-overlay{background:linear-gradient(180deg,rgba(251,246,238,.98) 0%,rgba(251,246,238,.8) 41%,rgba(251,246,238,.08) 72%)}.hero-content{width:calc(100% - 48px);margin:55px 24px 0}.hero h1{font-size:clamp(49px,13vw,70px)}.hero-content>p{font-size:16px;max-width:380px}.hero-card{right:22px;bottom:37px}.carousel-dots{left:25px}.product-grid{grid-template-columns:repeat(2,1fr)}.product-image{height:330px}.story-band,.faq-section{grid-template-columns:1fr;gap:55px}.story-copy{max-width:650px}.product-modal{grid-template-columns:1fr}.modal-product-image{min-height:270px;background-size:cover}.modal-content{padding:40px 28px}.product-modal{max-width:650px}footer{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}
@media(max-width:600px){.announcement{font-size:10px}.site-header{height:67px;padding:0 15px}.brand{font-size:17px}.brand-mark{width:38px;height:38px}.cart-button{padding:8px 10px 8px 13px}.hero{min-height:650px}.hero-content{margin-top:42px}.hero-actions{align-items:flex-start;flex-direction:column;gap:20px;margin-top:24px}.hero-card{font-size:12px}.marquee{font-size:12px}.shop-section{padding:75px 16px}.section-heading{align-items:flex-start;flex-direction:column;gap:18px}.section-heading>p{margin:0}.category-pills{flex-wrap:nowrap;overflow:auto;padding-bottom:4px}.category-pills button{white-space:nowrap}.product-grid{grid-template-columns:1fr 1fr;gap:12px}.product-image{height:250px;background-size:auto 520px;border-radius:18px}.product-info{display:block;padding:13px 2px}.product-info h3{font-size:19px}.product-info strong{display:block;margin-top:5px}.product-info p{display:none}.quick-add{width:44px;height:44px}.story-band{padding:75px 20px}.steps{grid-template-columns:1fr}.steps article,.steps article:nth-last-child(-n+2){border-bottom:1px solid rgba(36,32,29,.14)}.steps article:last-child{border-bottom:0}.testimonial{padding:90px 20px}.faq-section{padding:80px 20px}.faq-question{font-size:18px}.modal-backdrop{padding:0}.modal{border-radius:24px 24px 0 0;min-height:auto;margin-top:30px}.product-modal{display:block}.modal-product-image{min-height:200px}.modal-content h2,.checkout-head h2{font-size:34px}.option-cards{grid-template-columns:1fr}.size-card{display:flex;justify-content:space-between;align-items:center}.modal-total{position:sticky;bottom:0;background:var(--paper);margin:20px -28px -40px;padding:16px 28px}.modal-total .button{padding:14px 16px;gap:8px}.checkout-modal{padding:48px 20px 30px;margin-top:20px}.checkout-fields{grid-template-columns:1fr}.checkout-fields>div{grid-column:1/-1}.cart-drawer{padding:23px 18px}.cart-item{grid-template-columns:62px 1fr auto}.cart-thumb{height:66px}.whatsapp{right:15px;bottom:15px;width:52px;height:52px}footer{grid-template-columns:1fr;padding:60px 25px 25px}footer .footer-brand{grid-column:auto}footer small{grid-column:auto}.fulfilment-tabs button{font-size:12px;padding:11px 4px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}
:root{--ink:#191716;--cream:#f8efeb;--paper:#fffaf7;--coral:#742920;--coral-dark:#511a16;--sage:#dfc2c2;--pistachio:#f1e2df;--peach:#d7a5a3;--line:rgba(35,23,22,.13);--shadow:0 24px 70px rgba(71,31,27,.17)}
.brand-mark{border-radius:50%;background:#070707;transform:none;box-shadow:0 0 0 1px rgba(116,41,32,.22)}
.brand-mark img{transform:none;object-fit:contain}
.testimonial{background:#dfb7b4}
.location-section{padding:110px clamp(22px,7vw,110px);display:grid;grid-template-columns:.8fr 1.2fr;gap:6vw;align-items:stretch;background:#201c1a;color:#fff}
.location-card{padding:35px 0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.location-card .eyebrow{color:#d9aaa7}
.location-card h2{font:600 clamp(42px,5vw,70px)/.98 var(--serif);letter-spacing:-.045em;margin:16px 0 24px}
.location-card>p{color:#c7bfba;line-height:1.7;max-width:530px}
.address-line{display:flex;align-items:flex-start;gap:17px;margin:20px 0 30px;padding:20px 0;border-top:1px solid rgba(255,255,255,.14);border-bottom:1px solid rgba(255,255,255,.14);width:100%}
.address-line .map-pin{width:48px;height:48px;border-radius:50%;background:#742920;display:grid;place-items:center;font-size:25px;flex:none}
.address-line div{display:flex;flex-direction:column;gap:4px}
.address-line small{font-size:10px;letter-spacing:.14em;color:#d9aaa7;font-weight:800}
.address-line strong{font:600 20px var(--serif)}
.address-line div>span{color:#a9a09a;font-size:13px}
.map-frame{position:relative;min-height:520px;border-radius:28px;overflow:hidden;background:#efe4df;box-shadow:0 26px 70px rgba(0,0,0,.25)}
.map-frame iframe{border:0;width:100%;height:100%;filter:sepia(.22) saturate(.78) contrast(.95)}
.map-label{position:absolute;left:24px;bottom:24px;background:#fff;color:#742920;border-radius:99px;padding:12px 16px;font-size:11px;font-weight:900;letter-spacing:.13em;box-shadow:0 12px 25px rgba(0,0,0,.18)}
@media(max-width:900px){.location-section{grid-template-columns:1fr}.map-frame{min-height:430px}}
@media(max-width:600px){.location-section{padding:75px 20px}.location-card{padding:0}.map-frame{min-height:360px;border-radius:20px}.address-line strong{font-size:18px}}
.hero-media{filter:saturate(1.2) contrast(1.04)}
.hero-sticker{position:absolute;z-index:3;display:grid;place-items:center;text-align:center;font-weight:900;font-size:10px;letter-spacing:.08em;line-height:1.1;box-shadow:0 10px 25px rgba(0,0,0,.16)}
.sticker-one{right:4.5vw;top:7%;width:82px;height:82px;border-radius:50%;background:#f24bab;color:#fff;transform:rotate(9deg);border:3px solid #fff}
.sticker-two{right:39%;bottom:8%;width:76px;height:76px;border-radius:18px;background:#f6d84a;color:#191716;transform:rotate(-8deg);border:3px solid #191716}
.hero-eyebrow{display:inline-flex;align-items:center;gap:9px;padding:9px 13px;border:1px solid rgba(116,41,32,.18);border-radius:99px;background:rgba(255,253,249,.72);backdrop-filter:blur(10px);box-shadow:0 10px 25px rgba(85,55,42,.08);color:#742920}.hero-eyebrow:before{content:"✦";color:#e7583e;font-size:12px}.hero-content>p{max-width:560px}.hero-secondary-link{border:0;position:relative;padding:13px 18px;border-radius:99px;background:rgba(255,255,255,.66);box-shadow:inset 0 0 0 1px rgba(36,32,29,.12);backdrop-filter:blur(10px)}.hero-secondary-link:after{content:"↗";margin-left:10px;color:#742920}.hero-proof{display:flex;flex-wrap:wrap;gap:9px;margin-top:24px;max-width:620px}.hero-proof span{display:inline-flex;align-items:center;gap:6px;padding:9px 12px;border-radius:99px;background:rgba(255,255,255,.74);box-shadow:0 8px 24px rgba(72,45,34,.09);border:1px solid rgba(36,32,29,.08);font-size:11px;font-weight:800;color:#594d45}.hero-card{border:1px solid rgba(255,255,255,.65)}.sticker-one{background:#742920}.sticker-two{background:#f6d84a;color:#742920}
@media(max-width:600px){.hero-eyebrow{font-size:9px;letter-spacing:.1em;padding:8px 10px}.hero-proof{display:grid;grid-template-columns:1fr;gap:7px;margin-top:18px;max-width:310px}.hero-proof span{width:max-content;max-width:100%;font-size:10px;padding:8px 10px}.hero-secondary-link{padding:11px 15px}.sticker-one{right:18px;top:auto;bottom:118px;width:68px;height:68px;font-size:8px}.sticker-two{display:none}}
.daily-world{padding:clamp(88px,9vw,138px) clamp(22px,6vw,92px);display:grid;grid-template-columns:minmax(360px,.84fr) minmax(520px,1.16fr);align-items:center;gap:clamp(52px,7vw,112px);background:radial-gradient(circle at 7% 12%,rgba(246,177,189,.32),transparent 28%),radial-gradient(circle at 94% 88%,rgba(232,198,92,.2),transparent 26%),#fff7f2;color:#211a18;position:relative;overflow:hidden;border-top:1px solid rgba(116,41,32,.08);border-bottom:1px solid rgba(116,41,32,.08)}
.daily-world:before{content:"";position:absolute;width:420px;height:420px;left:-250px;bottom:-250px;border:58px solid rgba(116,41,32,.045);border-radius:50%}
.daily-world:after{content:"DAILY · MADE TO CELEBRATE · DAILY · MADE TO CELEBRATE";position:absolute;right:-178px;top:38px;color:rgba(116,41,32,.055);font:700 13px var(--serif);letter-spacing:.2em;transform:rotate(90deg);white-space:nowrap}
.daily-intro,.daily-showcase{position:relative;z-index:1}
.daily-intro{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.daily-intro .eyebrow{color:#a84959}
.daily-intro h2{max-width:610px;font:600 clamp(46px,5.2vw,76px)/.94 var(--serif);letter-spacing:-.055em;margin:17px 0 27px}
.daily-intro>p{max-width:560px;color:#665850;font-size:16px;line-height:1.75}
.daily-promises{width:100%;max-width:550px;display:grid;gap:0;margin:22px 0 30px;border-top:1px solid rgba(116,41,32,.14)}
.daily-promises span{position:relative;display:flex;align-items:center;gap:8px;padding:13px 4px 13px 29px;border-bottom:1px solid rgba(116,41,32,.14);color:#6c5d55;font-size:12px}
.daily-promises span:before{content:"✦";position:absolute;left:3px;color:#d64f72;font-size:13px}
.daily-promises b{color:#2b211e;font-size:13px}
.daily-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap}
.daily-shop-link{display:inline-flex;align-items:center;justify-content:center;gap:29px;border-radius:99px;padding:16px 22px;background:#742920;color:#fff;font-weight:800;box-shadow:0 13px 26px rgba(116,41,32,.2);transition:transform .2s,background .2s,box-shadow .2s}
.daily-shop-link:hover{background:#511a16;transform:translateY(-2px);box-shadow:0 17px 32px rgba(116,41,32,.27)}
.instagram-link{display:inline-flex;align-items:center;gap:12px;padding:8px 1px;border-bottom:1px solid #a84959;color:#742920;font-size:13px;font-weight:800}
.instagram-link:hover span{transform:translate(2px,-2px)}
.instagram-link span{transition:transform .2s}
.daily-showcase{min-height:650px;isolation:isolate}
.showcase-wall{position:absolute;z-index:-2;inset:34px 9px 28px 62px;border-radius:46% 23px 43% 26px;background:linear-gradient(145deg,rgba(8,45,27,.16),rgba(5,40,25,.56)),url('assets/daily-wall.jpg') center/cover;box-shadow:0 32px 75px rgba(31,52,37,.24)}
.showcase-wall:after{content:"";position:absolute;inset:16px;border:1px solid rgba(255,255,255,.2);border-radius:inherit}
.showcase-photo{position:absolute;margin:0;background:#fffdf9;border:8px solid #fffdf9;box-shadow:0 20px 42px rgba(47,31,25,.2);overflow:hidden}
.showcase-photo>div{width:100%;height:100%;background-color:#f6eae4;background-position:center;background-size:cover;background-repeat:no-repeat}
.showcase-photo figcaption{position:absolute;left:0;right:0;bottom:0;background:linear-gradient(0deg,rgba(24,18,16,.84),rgba(24,18,16,0));color:#fff;padding:52px 19px 17px;font-size:11px;font-weight:700;line-height:1.35}
.showcase-main{left:0;top:82px;width:61%;height:490px;border-radius:24px;transform:rotate(-2.1deg)}
.showcase-main figcaption{display:flex;flex-direction:column;gap:3px;padding:70px 23px 22px}
.showcase-main figcaption span{color:#f7c7d2;font-size:8px;font-weight:900;letter-spacing:.16em}
.showcase-main figcaption strong{font:600 21px var(--serif)}
.showcase-top{right:0;top:0;width:41%;height:270px;border-radius:20px;transform:rotate(2.6deg)}
.showcase-bottom{right:4px;bottom:9px;width:44%;height:275px;border-radius:20px;transform:rotate(-2deg)}
.daily-handmade-stamp{position:absolute;z-index:4;right:31%;top:42%;width:108px;height:108px;border-radius:50%;display:grid;place-content:center;text-align:center;background:#e4b44d;color:#3c281c;border:3px solid #fff7f2;box-shadow:0 12px 28px rgba(37,28,22,.22);transform:rotate(8deg)}
.daily-handmade-stamp:before{content:"";position:absolute;inset:7px;border:1px dashed rgba(60,40,28,.5);border-radius:50%}
.daily-handmade-stamp span{font-size:8px;font-weight:900;letter-spacing:.18em}.daily-handmade-stamp strong{font:700 15px/1.02 var(--serif);margin:3px 0}.daily-handmade-stamp i{font-style:normal;color:#a83f58}
.showcase-note{position:absolute;z-index:3;left:49%;bottom:15px;margin:0;padding:12px 14px;background:#f4cbd4;color:#742920;font-size:10px;line-height:1.45;transform:rotate(2deg);box-shadow:0 9px 20px rgba(49,31,26,.14)}
.showcase-note b{font:600 14px var(--serif)}
.product-image,.modal-product-image,.cart-thumb{background-size:cover}
.category-pills button{font-weight:800}
.story-band{background:#f6d84a}.story-copy p,.steps p{color:#544b18}.steps article{border-color:rgba(25,23,22,.18)}
.testimonial{background:#f24bab;color:#fff}.testimonial .quote-mark{color:#f6d84a}.testimonial p{color:#fff}
.marquee{background:#742920}
@media(max-width:1050px){.daily-world{grid-template-columns:1fr;gap:58px}.daily-intro{max-width:760px}.daily-showcase{width:min(760px,100%);margin:auto}}
@media(max-width:900px){.sticker-one{top:auto;bottom:120px}.sticker-two{display:none}}
@media(max-width:600px){.daily-world{padding:78px 16px 72px;gap:45px}.daily-world:after{display:none}.daily-intro h2{font-size:44px}.daily-intro>p{font-size:14px}.daily-promises{margin-top:15px}.daily-actions{width:100%;align-items:flex-start;flex-direction:column;gap:13px}.daily-shop-link{width:100%}.daily-showcase{min-height:520px}.showcase-wall{inset:29px 6px 24px 25px;border-radius:43% 18px 39% 20px}.showcase-main{top:62px;width:68%;height:350px;border-width:6px;border-radius:18px}.showcase-main figcaption{padding:50px 14px 14px}.showcase-main figcaption strong{font-size:16px}.showcase-top{right:-4px;width:42%;height:180px;border-width:6px;border-radius:16px}.showcase-bottom{right:0;bottom:11px;width:47%;height:195px;border-width:6px;border-radius:16px}.daily-handmade-stamp{right:23%;top:42%;width:82px;height:82px}.daily-handmade-stamp strong{font-size:11px}.daily-handmade-stamp span{font-size:6px}.showcase-note{left:4%;bottom:5px;font-size:8px;padding:9px 10px}.showcase-note b{font-size:11px}.sticker-one{width:67px;height:67px;right:18px;bottom:95px;font-size:8px}}
.delivery-address{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.delivery-address[hidden]{display:none}
.delivery-address textarea{width:100%;min-height:72px;border:1px solid var(--line);border-radius:13px;background:#fff;padding:13px;resize:vertical;outline:none}
.delivery-address label span{color:#8b8079;font-weight:400}
.delivery-quote{background:#f1e2df;border:1px solid rgba(116,41,32,.16);border-radius:13px;padding:13px 15px;color:#655b55;font-size:12px;line-height:1.5}
.delivery-quote.ready{background:#e8f1df;color:#335124;border-color:#c6d9b5}.delivery-quote.error{background:#fff0ed;color:#9e392c;border-color:#f0c7bf}
@media(max-width:600px){.delivery-address{grid-template-columns:1fr}.delivery-address>div{grid-column:1/-1}}
.catalog-tools{max-width:1280px;margin:0 auto 24px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.catalog-search{width:min(420px,100%);position:relative;display:flex;align-items:center}.catalog-search span{position:absolute;left:16px;font-size:21px;color:#75685f}.catalog-search input{width:100%;border:1px solid var(--line);background:#fff;border-radius:99px;padding:13px 18px 13px 45px;outline:none}.catalog-search input:focus{border-color:var(--coral);box-shadow:0 0 0 3px rgba(116,41,32,.09)}
.product-count{font-size:12px;color:#75685f;font-weight:700;white-space:nowrap}.load-more-wrap{display:flex;justify-content:center;margin-top:48px}.load-more{border:1px solid var(--ink);background:transparent;border-radius:99px;padding:14px 21px;font-weight:800;display:flex;align-items:center;gap:30px;transition:.25s}.load-more:hover{background:var(--ink);color:#fff;transform:translateY(-2px)}.load-more[hidden]{display:none}.catalog-empty{grid-column:1/-1;text-align:center;padding:70px 20px;background:#f7f0eb;border-radius:22px}.catalog-empty b{font:600 26px var(--serif)}.catalog-empty p{color:#75685f;margin:8px 0 0}
@media(max-width:600px){.catalog-tools{align-items:stretch;flex-direction:column;gap:9px}.product-count{padding-left:8px}.load-more-wrap{margin-top:34px}.load-more{width:100%;justify-content:center}}
.story-band{position:relative;isolation:isolate;overflow:hidden;background:#f6d84a}
.story-band:before{content:"";position:absolute;z-index:-1;inset:0 53% 0 0;background:linear-gradient(135deg,rgba(17,55,34,.2),rgba(17,55,34,.58)),url('assets/daily-wall.jpg') center 48%/cover no-repeat}
.story-copy{background:rgba(18,54,35,.72);backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.2);border-radius:26px;padding:36px;color:#fff;box-shadow:0 25px 65px rgba(20,45,30,.28)}
.story-copy .eyebrow{color:#f2c9ce}.story-copy h2{color:#fff;text-shadow:0 2px 20px rgba(0,0,0,.16)}.story-copy p{color:#eef4ef}
.story-band .steps{position:relative;z-index:1}
@media(max-width:900px){.story-band:before{inset:0 0 auto;height:520px}.story-copy{min-height:370px;justify-content:center;display:flex;flex-direction:column}.story-band .steps{background:#f6d84a}}
@media(max-width:600px){.story-band:before{height:440px}.story-copy{min-height:330px;padding:27px}.story-band .steps{margin:0 -20px -75px;padding:20px}}
.brand-mark{background:#fff9f4;box-shadow:0 5px 18px rgba(116,41,32,.18),0 0 0 1px rgba(116,41,32,.12)}
.brand-mark img{object-fit:cover}
.color-options{display:grid;grid-template-columns:repeat(5,1fr);gap:9px}.color-choice{cursor:pointer;text-align:center}.color-choice input{position:absolute;opacity:0;pointer-events:none}.color-choice span{width:40px;height:40px;margin:auto;display:block;border-radius:50%;background:var(--swatch);border:2px solid #fff;box-shadow:0 0 0 1px rgba(30,25,22,.18);transition:.2s}.color-choice small{display:block;font-size:9px;margin-top:6px;color:#75685f}.color-choice input:checked+span{box-shadow:0 0 0 3px var(--coral);transform:scale(.92)}.personalization-input{width:100%;border:1px solid var(--line);border-radius:13px;background:#fff;padding:13px;outline:none}.personalization-input:focus{border-color:var(--coral);box-shadow:0 0 0 3px rgba(116,41,32,.1)}
@media(max-width:600px){.color-options{grid-template-columns:repeat(4,1fr)}.color-choice span{width:36px;height:36px}}
.closed-screen{position:fixed;inset:0;z-index:500;background:#173d2b;color:#fff;display:grid;place-items:center;padding:24px;overflow:hidden}.closed-screen[hidden]{display:none}.store-is-closed{overflow:hidden}.closed-card{position:relative;z-index:2;width:min(760px,100%);text-align:center;padding:45px;border:1px solid rgba(255,255,255,.18);border-radius:34px;background:rgba(18,54,35,.78);backdrop-filter:blur(16px);box-shadow:0 35px 100px rgba(0,0,0,.32)}.closed-logo{width:88px;height:88px;margin:0 auto 20px;border-radius:50%;overflow:hidden;background:#fff9f4;display:grid;place-items:center;color:var(--coral);font:700 40px var(--serif)}.closed-logo img{width:100%;height:100%;object-fit:cover}.closed-card .eyebrow{color:#f2c9ce}.closed-card h1{font:600 clamp(45px,7vw,82px)/.92 var(--serif);letter-spacing:-.05em;margin:18px 0}.closed-card h1 em{color:#f6d84a;font-weight:600}.closed-card>p{max-width:570px;margin:0 auto 26px;color:#dceadf;line-height:1.65}.countdown{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:28px auto 16px;max-width:590px}.countdown div{background:#fff;color:#191716;border-radius:18px;padding:17px 8px}.countdown strong{display:block;font:600 34px var(--serif)}.countdown span{display:block;margin-top:3px;font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:#776d66}.reopen-date{font-size:13px;color:#f2c9ce!important}.closed-actions{display:flex;justify-content:center;gap:13px;flex-wrap:wrap;margin-top:25px}.closed-actions a{border:1px solid rgba(255,255,255,.3);border-radius:99px;padding:12px 17px;font-size:12px;font-weight:800}.closed-actions a:hover{background:#fff;color:#173d2b}.closed-glow{position:absolute;border-radius:50%;filter:blur(3px)}.glow-one{width:420px;height:420px;left:-120px;top:-130px;background:radial-gradient(circle,#f24bab,transparent 68%);opacity:.45}.glow-two{width:520px;height:520px;right:-180px;bottom:-220px;background:radial-gradient(circle,#f6d84a,transparent 68%);opacity:.35}
@media(max-width:600px){.closed-screen{padding:13px}.closed-card{padding:30px 16px;border-radius:25px}.closed-logo{width:70px;height:70px}.countdown{gap:6px}.countdown div{padding:13px 3px;border-radius:13px}.countdown strong{font-size:27px}.closed-actions{flex-direction:column}.closed-actions a{width:100%}}

/* Navegación principal */
.site-header{box-shadow:0 8px 28px rgba(60,39,30,.06)}.brand{position:relative;z-index:2}.brand-mark{max-width:60px;max-height:60px}.desktop-nav{position:absolute;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:3px;padding:5px;border:1px solid rgba(116,41,32,.08);border-radius:99px;background:#f5eee8;box-shadow:inset 0 1px 0 rgba(255,255,255,.8);font-size:13px}.desktop-nav a{position:relative;display:flex;align-items:center;gap:7px;padding:10px 14px;border-radius:99px;color:#5f554e;white-space:nowrap;transition:color .22s,background .22s,box-shadow .22s,transform .22s}.desktop-nav a:after{display:none}.desktop-nav a i{display:grid;place-items:center;width:21px;height:21px;border-radius:50%;background:rgba(36,32,29,.08);font-style:normal;font-size:8px;font-weight:800;letter-spacing:.04em;transition:.22s}.desktop-nav a:hover{color:var(--ink);background:rgba(255,255,255,.62);transform:translateY(-1px)}.desktop-nav a.active{color:var(--coral);background:#fff;box-shadow:0 5px 16px rgba(70,45,35,.11)}.desktop-nav a.active i{background:var(--coral);color:#fff}.menu-toggle{display:none;border:1px solid var(--line);background:#f7f0ea;border-radius:99px;padding:9px 12px;align-items:center;gap:8px;color:var(--ink)}.menu-toggle b{font-size:12px}.menu-lines{width:17px;display:grid;gap:4px}.menu-lines i{display:block;height:2px;border-radius:2px;background:currentColor;transition:transform .25s}.menu-toggle.open .menu-lines i:first-child{transform:translateY(3px) rotate(45deg)}.menu-toggle.open .menu-lines i:last-child{transform:translateY(-3px) rotate(-45deg)}#tienda,#como-funciona,#ubicacion,#faq{scroll-margin-top:105px}
@media(max-width:1180px) and (min-width:901px){.desktop-nav a{padding:10px 11px}.desktop-nav a i{display:none}.desktop-nav{font-size:12px}.brand{font-size:18px}}
@media(max-width:900px){.site-header{gap:10px}.menu-toggle{display:flex;margin-left:auto}.desktop-nav{position:absolute;top:calc(100% + 9px);left:16px;right:16px;transform:translateY(-10px);display:grid;grid-template-columns:1fr 1fr;gap:7px;padding:10px;border-radius:20px;background:rgba(255,253,249,.98);box-shadow:0 24px 60px rgba(43,27,20,.2);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .24s,transform .24s,visibility .24s}.desktop-nav.open{opacity:1;visibility:visible;pointer-events:auto;transform:none}.desktop-nav a{border:1px solid var(--line);border-radius:14px;padding:13px;background:#faf6f1}.desktop-nav a.active{border-color:color-mix(in srgb,var(--coral) 35%,transparent)}.desktop-nav a i{width:25px;height:25px}.brand-mark{max-width:48px;max-height:48px}}
@media(max-width:600px){.site-header{padding:0 12px}.brand #brandName{display:none}.menu-toggle{padding:8px 10px}.cart-button{padding:8px 9px 8px 12px}.desktop-nav{left:10px;right:10px;grid-template-columns:1fr;border-radius:18px}.desktop-nav a{padding:11px 13px}#tienda,#como-funciona,#ubicacion,#faq{scroll-margin-top:85px}}

/* Cesta inspirada en una bakery americana */
.cart-button{position:relative;background:var(--coral);border:2px solid #fff7ec;box-shadow:0 0 0 1px var(--coral),0 7px 18px rgba(85,35,27,.2);transition:transform .2s,box-shadow .2s}.cart-button:hover{transform:translateY(-2px) rotate(-1deg);box-shadow:0 0 0 1px var(--coral),0 11px 24px rgba(85,35,27,.26)}.cart-button b{font-weight:800}.cart-button span{background:#fff7ec;color:var(--coral)}
.cart-drawer{width:min(535px,100%);padding:0;background:#fff8ed;color:#352720;box-shadow:-28px 0 80px rgba(48,25,18,.25);overflow:hidden}.bakery-checks{height:17px;flex:none;background-color:#f7d7d9;background-image:linear-gradient(45deg,rgba(255,255,255,.88) 25%,transparent 25%,transparent 75%,rgba(255,255,255,.88) 75%),linear-gradient(45deg,rgba(255,255,255,.88) 25%,transparent 25%,transparent 75%,rgba(255,255,255,.88) 75%);background-position:0 0,9px 9px;background-size:18px 18px}.cart-head{position:relative;display:flex;align-items:flex-start;gap:15px;padding:27px 29px 24px;border-bottom:1px solid rgba(87,54,42,.11);background:radial-gradient(circle at 80% 10%,rgba(246,216,74,.21),transparent 32%),#fff8ed}.cart-heading{flex:1}.bakery-label{display:inline-block;color:var(--coral);font-size:9px;font-weight:900;letter-spacing:.16em}.cart-head h2{font:600 45px/.95 var(--serif);letter-spacing:-.045em;margin:11px 0 8px}.cart-head p{margin:0;color:#7d695e;font-size:12px}.cart-head .close{flex:none;width:38px;height:38px;background:#fff;border:1px solid rgba(87,54,42,.13);box-shadow:0 4px 12px rgba(65,37,28,.08);transition:.2s}.cart-head .close:hover{color:#fff;background:var(--coral);transform:rotate(8deg)}.fresh-stamp{position:absolute;right:72px;top:25px;width:58px;height:58px;border:1.5px dashed var(--coral);border-radius:50%;display:grid;place-items:center;text-align:center;color:var(--coral);font-size:7px;font-weight:900;line-height:1.25;letter-spacing:.12em;transform:rotate(8deg);opacity:.82}
.cart-items{flex:1;min-height:0;overflow:auto;margin:0;padding:20px 27px;background-image:radial-gradient(rgba(116,41,32,.07) .7px,transparent .7px);background-size:13px 13px;scrollbar-width:thin;scrollbar-color:#dcb8ad transparent}.cart-item{position:relative;display:grid;grid-template-columns:88px 1fr;gap:15px;margin-bottom:13px;padding:12px 42px 12px 12px;border:1px solid rgba(99,55,42,.12);border-radius:22px;background:#fffdfa;box-shadow:0 8px 22px rgba(73,42,31,.07);animation:cartTreatIn .32s both}.cart-item-number{position:absolute;left:-7px;top:-7px;display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:#f5d55b;color:#3d2c24;border:2px solid #fff;font-size:8px;font-weight:900;box-shadow:0 3px 8px rgba(66,40,30,.15)}.cart-thumb{width:88px;height:96px;border-radius:17px;border:4px solid #fff;outline:1px solid rgba(86,49,37,.12);box-shadow:0 5px 14px rgba(66,40,30,.12)}.cart-item-copy{min-width:0;padding:3px 0}.cart-item h3{font:600 21px/1.05 var(--serif);margin:0 0 9px}.cart-item-meta{display:flex;gap:5px;flex-wrap:wrap}.cart-item-meta span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:4px 7px;border-radius:99px;background:#f5ede5;color:#755f54;font-size:9px}.cart-item-copy>strong{display:block;margin-top:10px;color:var(--coral);font-size:14px}.remove-item{position:absolute;right:11px;top:11px;width:27px;height:27px;border:1px solid rgba(90,52,40,.12);border-radius:50%;background:#fff8f3;color:#a98779;padding:0;font-size:18px;line-height:1;transition:.2s}.remove-item:hover{background:var(--coral);color:#fff;transform:rotate(8deg)}
.empty-cart{max-width:330px;margin:38px auto;text-align:center;color:#77645b}.empty-cake{position:relative;width:126px;height:112px;margin:0 auto 25px}.empty-cake span{position:absolute;left:13px;right:13px;bottom:8px;height:61px;border-radius:15px 15px 23px 23px;background:repeating-linear-gradient(90deg,#f4c6ce 0 13px,#fff4e4 13px 26px);border:3px solid #fff;box-shadow:0 8px 0 #c97c84,0 13px 22px rgba(85,47,35,.15)}.empty-cake i{position:absolute;left:7px;right:7px;bottom:58px;height:34px;border-radius:50%;background:#fff8ec;border:3px solid #f1c5cd;box-shadow:inset 0 -9px #f2d6d9}.empty-cake b{position:absolute;left:50%;top:2px;transform:translateX(-50%);display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:#f5d55b;color:#823a33;border:3px solid #fff;font:700 20px var(--serif);box-shadow:0 4px 12px rgba(85,47,35,.15)}.empty-cart>strong{display:block;font:600 29px/1 var(--serif);color:#3c2b23}.empty-cart p{font-size:13px;line-height:1.55;margin:12px auto 20px}.empty-cart a{display:inline-flex;align-items:center;gap:16px;border-radius:99px;background:var(--coral);color:#fff;padding:12px 17px;font-size:11px;font-weight:800;box-shadow:0 8px 18px rgba(116,41,32,.2)}
.cart-footer{flex:none;padding:16px 27px 20px;border-top:1px solid rgba(88,51,39,.11);background:#fffaf2;box-shadow:0 -12px 30px rgba(70,42,32,.05)}.coupon-block>label{display:block;margin:0 0 7px;color:#6d584e;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.coupon-row{margin:0;gap:7px}.coupon-row input{height:42px;border:1px dashed #c99d90;border-radius:11px;background:#fff;padding:10px 12px;font-size:12px}.coupon-row input:focus{border-style:solid;border-color:var(--coral);box-shadow:0 0 0 3px rgba(116,41,32,.08)}.coupon-row button{height:42px;padding:0 15px;border-radius:11px;background:#e8efd8;color:#31452e;font-size:11px}.coupon-row button:hover{background:#dbe7c6}.coupon-message{min-height:14px;margin:5px 2px 2px;font-size:10px}.cart-summary{position:relative;margin-top:8px;padding:16px 17px 13px;border:1px dashed #d2a99b;border-radius:13px;background:#fff}.receipt-title{display:block;margin-bottom:10px;color:#9b786b;font-size:8px;font-weight:900;letter-spacing:.16em}.summary-line{font-size:12px;color:#6f5b51}.summary-line.discount{color:#5b8554}.summary-line.total{margin-top:10px;padding-top:10px;border-top:1px dashed #dbc2b9;font:600 24px var(--serif);color:#38271f}.cart-checkout{margin-top:10px!important;border-radius:14px!important;padding:14px 20px!important;background:var(--coral)!important;box-shadow:0 9px 20px rgba(116,41,32,.22)!important}.cart-checkout:hover{box-shadow:0 13px 26px rgba(116,41,32,.28)!important}.cart-checkout:disabled{opacity:.42;box-shadow:none!important;cursor:not-allowed;transform:none}.cart-trust{text-align:center;margin:9px 0 0;color:#927b70;font-size:9px}.cart-trust span{color:var(--coral);font-size:13px}.drawer-shade{background:rgba(42,24,18,.62);backdrop-filter:blur(3px)}
@keyframes cartTreatIn{from{opacity:0;transform:translateX(13px) rotate(.5deg)}to{opacity:1;transform:none}}
@media(max-width:600px){.cart-drawer{width:100%}.cart-head{padding:22px 18px 18px}.cart-head h2{font-size:38px}.fresh-stamp{right:61px;top:22px;width:52px;height:52px}.cart-items{padding:17px 14px}.cart-item{grid-template-columns:76px 1fr;padding:10px 38px 10px 10px;gap:12px}.cart-thumb{width:76px;height:86px}.cart-item h3{font-size:19px}.cart-footer{padding:13px 14px 15px}.cart-summary{padding:13px 14px 10px}.summary-line.total{font-size:21px}}

/* Catálogo neutro y orientado al clic */
.category-pills button{background:#fff;border-color:#ddd3cb;color:#554a43;box-shadow:none;transition:background .2s,color .2s,border-color .2s,transform .2s}.category-pills button.active{background:var(--ink);border-color:var(--ink);color:#fff;box-shadow:none}.category-pills button:not(.active):hover{background:#f3ece6;border-color:#cbbeb5;box-shadow:none;transform:translateY(-1px)}.product-card{cursor:default}.product-image{display:block;width:100%;padding:0;border:0;text-align:left;box-shadow:none;cursor:pointer;isolation:isolate;transition:transform .32s cubic-bezier(.2,.8,.2,1),border-radius .32s}.product-image:after{content:"";position:absolute;inset:0;z-index:0;background:linear-gradient(180deg,transparent 58%,rgba(24,15,12,.3));pointer-events:none}.product-card:hover .product-image{transform:translateY(-5px) rotate(-.25deg);box-shadow:none;border-radius:30px}.product-badge{z-index:2;background:rgba(255,253,249,.92);color:#41342d;border:1px solid rgba(55,37,29,.12);box-shadow:none}.product-cta{position:absolute;z-index:2;right:15px;bottom:15px;display:flex;align-items:center;gap:15px;padding:11px 12px 11px 16px;border-radius:99px;background:#fff;color:#30251f;font-size:11px;font-weight:800;box-shadow:0 7px 18px rgba(25,16,12,.16);transition:background .25s,color .25s,transform .25s}.product-cta i{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:var(--coral);color:#fff;font-style:normal;transition:transform .25s}.product-card:hover .product-cta{background:var(--ink);color:#fff;transform:translateX(-3px)}.product-card:hover .product-cta i{transform:translateX(3px)}.product-info h3{transition:color .2s}.product-card:hover .product-info h3{color:var(--coral)}.product-text-link{grid-column:1/-1;width:max-content;margin-top:5px;padding:0 0 4px;border:0;border-bottom:1px solid #b7aaa2;background:none;color:#5d5049;font-size:11px;font-weight:800}.product-text-link span{display:inline-block;margin-left:7px;transition:transform .2s}.product-text-link:hover span{transform:translateX(4px)}@media(max-width:600px){.product-card:hover .product-image{transform:none;border-radius:18px}.product-cta{right:9px;bottom:9px;padding:8px 8px 8px 10px;font-size:9px;gap:7px}.product-cta i{width:21px;height:21px}.product-text-link{display:none}}

/* Daily Express y galería de producto */
.daily-express{max-width:1280px;margin:0 auto 68px;display:grid;grid-template-columns:150px 1fr 290px;align-items:center;gap:30px;padding:26px 30px;border-radius:26px;background:radial-gradient(circle at 78% 0,rgba(244,201,172,.2),transparent 30%),#25201d;color:#fff;overflow:hidden}.express-mark{width:112px;height:112px;border-radius:50%;display:grid;place-content:center;text-align:center;border:1px dashed rgba(255,255,255,.42);background:#742920;transform:rotate(-5deg);box-shadow:0 0 0 7px rgba(255,255,255,.05)}.express-mark span{font-size:10px;letter-spacing:.2em}.express-mark b{font:600 21px var(--serif);margin-top:2px}.express-copy .eyebrow{color:#f2c9ce}.express-copy h3{font:600 clamp(28px,3vw,43px)/1 var(--serif);margin:9px 0 8px;letter-spacing:-.035em}.express-copy p{max-width:580px;margin:0;color:#cfc5bf;font-size:13px;line-height:1.55}.express-date{padding-left:27px;border-left:1px solid rgba(255,255,255,.14)}.express-date small{display:block;color:#d7c9c1;font-size:8px;font-weight:900;letter-spacing:.16em}.express-date strong{display:block;margin:7px 0 12px;color:#f5d55b;font:600 19px var(--serif);text-transform:capitalize}.express-date button{border:0;border-radius:99px;background:#fff;color:#30251f;padding:11px 13px 11px 16px;font-size:10px;font-weight:900}.express-date button span{margin-left:12px;color:#742920}.express-date button:hover span{display:inline-block;transform:translateX(3px)}
.modal-gallery{position:relative;min-height:690px;background:#eee4dc;overflow:hidden}.modal-gallery .modal-product-image{position:absolute;inset:0;min-height:0;background-size:cover;transition:background-image .2s}.gallery-arrow{position:absolute;z-index:3;top:50%;width:43px;height:43px;margin-top:-22px;border:0;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.9);color:#30251f;font-size:30px;box-shadow:0 5px 18px rgba(30,20,15,.18)}.gallery-arrow.prev{left:14px}.gallery-arrow.next{right:14px}.gallery-arrow[hidden],.gallery-counter[hidden],.gallery-thumbs[hidden]{display:none}.gallery-counter{position:absolute;z-index:3;right:16px;top:16px;border-radius:99px;padding:7px 10px;background:rgba(31,23,19,.72);color:#fff;font-size:9px;font-weight:800}.gallery-thumbs{position:absolute;z-index:3;left:50%;bottom:16px;display:flex;gap:7px;transform:translateX(-50%);padding:7px;border-radius:15px;background:rgba(255,255,255,.78);backdrop-filter:blur(8px)}.gallery-thumbs button{width:47px;height:47px;border:2px solid transparent;border-radius:10px;background-position:center;background-size:cover;opacity:.7}.gallery-thumbs button.active{border-color:var(--coral);opacity:1}.product-availability{display:flex;align-items:center;justify-content:space-between;gap:15px;margin:19px 0 10px;padding:14px 16px;border-radius:15px;background:#eef2df}.product-availability div{display:flex;flex-direction:column;gap:3px}.product-availability span{font-size:8px;font-weight:900;letter-spacing:.13em;color:#667058}.product-availability strong{font:600 17px var(--serif);text-transform:capitalize}.product-availability small{font-size:9px;color:#78806b}.product-availability i{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#fff;color:#526047;font-style:normal}.product-trust{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:4px}.product-trust span{padding:7px 9px;border:1px solid var(--line);border-radius:99px;color:#74665e;font-size:8px;font-weight:800}@media(max-width:900px){.daily-express{grid-template-columns:110px 1fr;margin-bottom:50px}.express-mark{width:92px;height:92px}.express-date{grid-column:1/-1;display:flex;align-items:center;gap:17px;padding:15px 0 0;border-left:0;border-top:1px solid rgba(255,255,255,.14)}.express-date strong{margin:0 auto 0 0}.modal-gallery{min-height:390px}}@media(max-width:600px){.daily-express{grid-template-columns:1fr;text-align:center;padding:24px 18px;gap:20px}.express-mark{margin:auto}.express-copy p{font-size:12px}.express-date{display:grid;grid-template-columns:1fr;gap:7px}.express-date strong{margin:auto}.express-date button{width:100%}.modal-gallery{min-height:290px}.gallery-arrow{width:36px;height:36px;font-size:25px}.gallery-thumbs button{width:38px;height:38px}.product-availability{margin-top:14px}.product-trust{margin-bottom:13px}}

/* Pedido mínimo para activar la entrega a domicilio */
.fulfilment-tabs button:disabled{cursor:not-allowed;color:#a99c94;opacity:.58}.delivery-minimum-notice{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:-13px 0 22px;padding:13px 15px;border-radius:13px;font-size:11px;line-height:1.4}.delivery-minimum-notice[hidden]{display:none}.delivery-minimum-notice b{font-size:12px}.delivery-minimum-notice span{text-align:right}.delivery-minimum-notice.locked{background:#fff0e6;color:#7b4938;border:1px solid #efd3c2}.delivery-minimum-notice.unlocked{background:#eaf2df;color:#3f5936;border:1px solid #cedebd}@media(max-width:600px){.delivery-minimum-notice{align-items:flex-start;flex-direction:column;gap:4px}.delivery-minimum-notice span{text-align:left}}

/* Ficha de producto estilo bakery americana */
.product-modal{align-items:start}.product-modal .modal-gallery{height:570px;align-self:start}@media(max-width:900px){.product-modal .modal-gallery{height:390px}}@media(max-width:600px){.product-modal .modal-gallery{height:330px}}
.product-modal{width:min(940px,100%);grid-template-columns:minmax(340px,.86fr) minmax(430px,1.14fr);background:#fffaf2;border:1px solid #ead8cf}.modal-gallery{min-height:570px;margin:18px 0 18px 18px;border-radius:25px;background-color:#f5d9dc;background-image:linear-gradient(45deg,rgba(255,255,255,.6) 25%,transparent 25%,transparent 75%,rgba(255,255,255,.6) 75%),linear-gradient(45deg,rgba(255,255,255,.6) 25%,transparent 25%,transparent 75%,rgba(255,255,255,.6) 75%);background-position:0 0,14px 14px;background-size:28px 28px;box-shadow:inset 0 0 0 1px rgba(116,41,32,.08)}.modal-gallery:before{content:"DAILY · BAKED WITH LOVE";position:absolute;z-index:2;left:23px;top:21px;padding:8px 11px;border-radius:99px;background:#742920;color:#fff;font-size:8px;font-weight:900;letter-spacing:.14em;transform:rotate(-2deg);box-shadow:0 5px 13px rgba(80,32,25,.18)}.modal-gallery:after{content:"MADE TO CELEBRATE ✦";position:absolute;z-index:2;left:50%;bottom:26px;transform:translateX(-50%) rotate(-1deg);white-space:nowrap;color:#742920;font:600 14px var(--serif);letter-spacing:.05em}.modal-gallery .modal-product-image{inset:57px 33px 78px;z-index:1;min-height:0;border:9px solid #fffdf7;border-radius:22px;background-color:#fff8ec;background-size:contain;background-repeat:no-repeat;background-position:center!important;box-shadow:0 18px 36px rgba(83,43,31,.18),0 0 0 1px rgba(88,46,33,.08);transition:background-image .2s}.modal-content{padding:46px 43px 50px}.gallery-arrow{top:47%;width:38px;height:38px;font-size:25px}.gallery-arrow.prev{left:18px}.gallery-arrow.next{right:18px}.gallery-counter{right:22px;top:22px}.gallery-thumbs{bottom:54px}.gallery-thumbs button{width:40px;height:40px}.flavour-description{margin-top:9px;padding:12px 14px;border:1px dashed #d9a9a8;border-radius:13px;background:#fff1ee;color:#65473f}.flavour-description[hidden]{display:none}.flavour-description span{display:block;margin-bottom:4px;color:#9b4d47;font-size:8px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.flavour-description p{margin:0;font-size:11px;line-height:1.55}@media(max-width:900px){.product-modal{grid-template-columns:1fr}.modal-gallery{min-height:390px;margin:14px 14px 0}.modal-gallery .modal-product-image{inset:48px 50px 72px}.modal-content{padding:38px 32px 45px}}@media(max-width:600px){.modal-gallery{min-height:330px;margin:10px 10px 0;border-radius:20px}.modal-gallery .modal-product-image{inset:44px 24px 67px;border-width:7px}.modal-gallery:before{left:17px;top:14px;font-size:7px}.modal-gallery:after{bottom:22px;font-size:11px}.gallery-thumbs{bottom:45px}.modal-content{padding:32px 22px 42px}}

/* Talleres Daily y referencias visuales */
#tienda,#talleres,#como-funciona,#ubicacion,#faq{scroll-margin-top:105px}.reference-upload-box{border:1px dashed #d9a9a8;border-radius:15px;background:#fff7f2;padding:14px}.reference-upload-box input{display:block;width:100%;border:1px solid var(--line);border-radius:12px;background:#fff;padding:11px;color:#5d5049}.reference-upload-box small{display:block;margin-top:9px;color:#74685f;font-size:11px;line-height:1.45}.reference-upload-box b{color:var(--coral)}
.workshops-section{position:relative;padding:112px clamp(22px,7vw,110px);background:radial-gradient(circle at 12% 18%,rgba(242,75,171,.16),transparent 29%),radial-gradient(circle at 88% 10%,rgba(246,216,74,.2),transparent 30%),#fff8ed;overflow:hidden}.workshops-section:before{content:"";position:absolute;right:-110px;bottom:-120px;width:410px;height:410px;border-radius:50%;background:repeating-linear-gradient(45deg,#f8d9df 0 16px,#fff7ec 16px 32px);opacity:.45}.workshops-copy{position:relative;max-width:820px;margin:0 auto 28px;text-align:center}.workshops-copy h2{font:600 clamp(42px,5.2vw,76px)/.95 var(--serif);letter-spacing:-.05em;margin:16px 0 18px}.workshops-copy p{max-width:680px;margin:auto;color:#6e5d54;line-height:1.65}.workshop-pills{position:relative;z-index:1;display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin:34px 0}.workshop-pills button{border:1px solid #e2d0c6;background:#fff;border-radius:99px;padding:11px 17px;font-size:12px;font-weight:900;color:#5e4d45;box-shadow:0 6px 15px rgba(70,42,32,.06);transition:.22s}.workshop-pills button:hover{transform:translateY(-2px)}.workshop-pills button.active{background:var(--coral);border-color:var(--coral);color:#fff}.workshop-grid{position:relative;z-index:1;max-width:1280px;margin:auto;display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.workshop-card{display:grid;grid-template-columns:230px 1fr;min-height:300px;background:#fffdf9;border:1px solid rgba(116,41,32,.12);border-radius:26px;overflow:hidden;box-shadow:0 18px 45px rgba(73,42,31,.1);transition:transform .25s,box-shadow .25s}.workshop-card:hover{transform:translateY(-5px) rotate(-.2deg);box-shadow:0 24px 60px rgba(73,42,31,.16)}.workshop-image{position:relative;background-size:cover;background-position:center;min-height:100%;isolation:isolate}.workshop-image:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(24,18,16,.38),transparent 50%)}.workshop-image span{position:absolute;z-index:2;left:15px;top:15px;border-radius:99px;background:#fff;color:var(--coral);padding:8px 10px;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.workshop-body{padding:25px;display:flex;flex-direction:column}.workshop-date{width:max-content;max-width:100%;margin-bottom:10px;padding:8px 11px;border-radius:99px;background:#eef2df;color:#526047;font-size:10px;font-weight:900;text-transform:capitalize}.workshop-body h3{font:600 28px/1.05 var(--serif);letter-spacing:-.03em;margin:0 0 10px}.workshop-body p{color:#6f5f56;line-height:1.55;font-size:13px;margin-bottom:16px}.workshop-facts{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:13px}.workshop-facts span{padding:7px 9px;border-radius:99px;background:#f5eee8;color:#5e4f47;font-size:10px;font-weight:800}.workshop-materials{padding:12px 13px;border-radius:13px;background:#fff3d4;color:#59452f;font-size:11px;line-height:1.5}.workshop-cta{width:max-content;margin-top:auto;display:inline-flex;align-items:center;gap:16px;border-radius:99px;background:var(--ink);color:#fff;padding:12px 15px;font-size:11px;font-weight:900}.workshop-cta span{color:#f6d84a}.workshop-empty{grid-column:1/-1;text-align:center;padding:60px 20px;border:1px dashed #dfc8bd;border-radius:24px;background:#fffdf9}.workshop-empty b{font:600 26px var(--serif)}.workshop-empty p{color:#75685f;margin:8px 0 0}
@media(max-width:1050px){.workshop-grid{grid-template-columns:1fr}.workshop-card{grid-template-columns:260px 1fr}}@media(max-width:700px){#tienda,#talleres,#como-funciona,#ubicacion,#faq{scroll-margin-top:85px}.workshops-section{padding:80px 16px}.workshops-copy{text-align:left}.workshop-pills{justify-content:flex-start;flex-wrap:nowrap;overflow:auto;padding-bottom:6px}.workshop-pills button{white-space:nowrap}.workshop-card{grid-template-columns:1fr}.workshop-image{min-height:230px}.workshop-body{padding:21px}.workshop-body h3{font-size:25px}.workshop-cta{width:100%;justify-content:center}}
