@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;600;700&family=Fraunces:wght@500;600;700&display=swap');
:root{--w:#721628;--r:#a72c43;--cream:#fffaf2;--paper:#f5e8da;--ink:#38241f;--muted:#79635b}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:'DM Sans',sans-serif}a{color:inherit;text-decoration:none}header{height:84px;padding:0 6vw;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:20;background:#fffaf2ed;backdrop-filter:blur(16px);border-bottom:1px solid #72162812}.brand{display:flex;align-items:center;gap:11px}.brand>b{width:45px;height:45px;display:grid;place-items:center;background:var(--w);color:white;border-radius:50% 50% 50% 12px;font-family:Fraunces}.brand strong,.brand small{display:block}.brand strong{color:var(--w);font:600 20px Fraunces}.brand small{font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--muted)}nav{display:flex;gap:26px;font-size:14px;font-weight:600}.button{display:inline-flex;padding:15px 23px;background:var(--w);color:white;border-radius:99px;font-weight:700;box-shadow:0 10px 25px #7216282c;transition:.2s}.button:hover{transform:translateY(-2px);background:var(--r)}.small{padding:11px 18px;font-size:13px}.hero{min-height:calc(100vh - 84px);padding:58px 6vw 70px;display:grid;grid-template-columns:1fr 1fr;gap:6vw;align-items:center;background:radial-gradient(circle at 80% 25%,#f1d2d5,transparent 38%),linear-gradient(135deg,#fffaf2,#f7e8d9)}.eyebrow{color:var(--r);font-size:12px;font-weight:700;letter-spacing:.19em;text-transform:uppercase}.hero h1,h2{font:600 clamp(46px,5.7vw,84px)/1 Fraunces;color:var(--w);letter-spacing:-.035em;margin:18px 0 24px}.lead{max-width:600px;font-size:18px;line-height:1.7;color:var(--muted)}.actions{display:flex;align-items:center;gap:28px;margin:32px 0}.link{color:var(--w);font-weight:700;border-bottom:1px solid #72162866;padding-bottom:4px}.hero ul{list-style:none;display:flex;gap:35px;padding:28px 0 0;margin:0;border-top:1px solid #72162822}.hero li b,.hero li span{display:block}.hero li b{color:var(--w)}.hero li span{font-size:11px;color:var(--muted);margin-top:4px}.heroPhoto{height:min(70vh,690px);position:relative;border-radius:48% 48% 18px 18px;overflow:hidden;border:8px solid #ffffffb5;box-shadow:0 30px 70px #4a211d36}.heroPhoto img,.photos img,.aboutPhoto img{object-fit:cover}.heroPhoto aside{position:absolute;left:18px;bottom:20px;background:#fff;border-radius:14px;padding:14px 19px;color:var(--w);font:500 21px Fraunces;box-shadow:0 10px 35px #0003}.heroPhoto aside b{font:700 12px 'DM Sans'}.strip{padding:18px;background:var(--w);color:#fff;display:flex;justify-content:center;gap:9vw;font-family:Fraunces}.section{padding:105px 6vw}.heading{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:45px}.heading>div{max-width:760px}.heading>p{max-width:400px;line-height:1.7;color:var(--muted)}h2{font-size:clamp(42px,5vw,70px);margin-top:13px}.menu{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.menu article{display:flex;justify-content:space-between;gap:12px;background:#fff;padding:18px 20px;border:1px solid #ead9ce;border-radius:12px;transition:.2s}.menu article:hover{transform:translateY(-2px);border-color:#e5a4ae}.menu article b{color:var(--w);white-space:nowrap}.note{text-align:center;color:var(--muted);font-size:13px;margin-top:30px}.gallery{background:var(--paper)}.photos{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:300px;gap:15px}.photos figure{position:relative;margin:0;border-radius:19px;overflow:hidden}.photos figure:first-child,.photos figure:nth-child(6){grid-column:span 2}.photos img{transition:.45s}.photos figure:hover img{transform:scale(1.04)}figcaption{position:absolute;left:12px;right:12px;bottom:12px;padding:9px 12px;background:#fffaf2e8;border-radius:9px;color:var(--w);font-size:12px;font-weight:700}.about{display:grid;grid-template-columns:.9fr 1.1fr;gap:8vw;align-items:center}.aboutPhoto{height:670px;position:relative;overflow:hidden;border-radius:230px 230px 20px 20px}.about>div:last-child>p:not(.eyebrow){font-size:17px;line-height:1.8;color:var(--muted)}blockquote{margin:30px 0;padding:20px 0 20px 24px;border-left:3px solid #c99b58;color:var(--w);font:500 26px/1.4 Fraunces}.order{background:var(--w);color:white}.order h2{color:#fff}.order .eyebrow{color:#efaeb7}.order ol{list-style:none;padding:0;margin:50px 0;display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.order li{display:flex;gap:18px;padding:26px;border:1px solid #ffffff30;border-radius:18px;background:#ffffff0c}.order li>b{color:#efaeb7;font:600 25px Fraunces}.order h3{margin:0 0 8px;font:600 22px Fraunces}.order li p{margin:0;color:#ead5d1;line-height:1.6}.orderBox{display:flex;align-items:center;justify-content:space-between;background:#fff7eb;color:var(--ink);padding:27px 32px;border-radius:19px}.orderBox small,.orderBox strong,.orderBox span{display:block}.orderBox small{letter-spacing:.14em;color:var(--w);font-weight:700}.orderBox strong{font:600 29px Fraunces;margin:5px 0}.orderBox span{color:var(--muted)}footer{padding:45px 6vw;background:#2f1d1a;color:#eadcd5;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:35px;font-size:13px}footer>p:last-child{text-align:right}footer .brand strong{color:white}.float{position:fixed;right:22px;bottom:22px;z-index:20;padding:14px 19px;border-radius:99px;background:#167044;color:white;font-weight:700;box-shadow:0 12px 35px #0004}
@media(max-width:950px){nav{display:none}.hero{grid-template-columns:1fr}.heroPhoto{height:600px}.menu{grid-template-columns:repeat(2,1fr)}.photos{grid-template-columns:repeat(2,1fr)}.about{gap:40px}.order ol{grid-template-columns:1fr}footer{grid-template-columns:1fr 1fr}footer>p:last-child{grid-column:1/-1;text-align:left}}
@media(max-width:620px){header{height:74px;padding:0 18px}header>.button{display:none}.hero{padding:45px 20px 55px}.hero h1{font-size:49px}.lead{font-size:16px}.actions{align-items:flex-start;flex-direction:column}.hero ul{gap:13px;justify-content:space-between}.hero li span{font-size:9px}.heroPhoto{height:440px}.strip{font-size:12px;justify-content:space-between;padding:16px 12px}.strip span:nth-child(2){display:none}.section{padding:75px 20px}.heading{display:block}.heading>p{margin-top:18px}.menu{grid-template-columns:1fr}.photos{grid-template-columns:1fr;grid-auto-rows:300px}.photos figure:first-child,.photos figure:nth-child(6){grid-column:auto}.about{grid-template-columns:1fr}.aboutPhoto{height:500px}.orderBox{flex-direction:column;align-items:flex-start;gap:22px}.orderBox .button{width:100%;justify-content:center}footer{grid-template-columns:1fr;padding:40px 20px}.float{font-size:12px}}
.heroPhoto>img,.aboutPhoto>img,.photos figure>img{width:100%;height:100%;display:block;object-fit:cover}.photos figure>img{position:absolute;inset:0}
.heroCinematic{min-height:calc(100vh - 84px);position:relative;display:flex;align-items:center;overflow:hidden;background:#2b160f}.heroBackdrop{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.heroShade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(30,10,8,.93) 0%,rgba(47,18,14,.76) 38%,rgba(40,13,10,.17) 70%,rgba(25,8,7,.05) 100%),linear-gradient(0deg,rgba(30,10,8,.38),transparent 40%)}.heroContent{position:relative;z-index:2;width:min(650px,48vw);margin-left:6vw;padding:72px 0;color:#fff}.heroContent .eyebrow{color:#f1b2bc}.heroContent h1{font:600 clamp(55px,6.4vw,98px)/.95 Fraunces;letter-spacing:-.045em;margin:18px 0 24px;color:white;text-shadow:0 4px 40px #0006}.heroContent .lead{color:#f5e9e3;max-width:570px}.heroContent ul{list-style:none;padding:25px 0 0;margin:34px 0 0;display:flex;gap:38px;border-top:1px solid #ffffff40}.heroContent li b,.heroContent li span{display:block}.heroContent li b{color:white}.heroContent li span{color:#e7d3cd;font-size:11px;margin-top:4px}.heroLink{color:white;font-weight:700;border-bottom:1px solid #ffffff99;padding-bottom:4px}.handmadeSeal{position:absolute;z-index:3;right:5vw;bottom:5vw;width:135px;height:135px;border-radius:50%;display:grid;place-content:center;text-align:center;background:#fff7ecdc;color:var(--w);backdrop-filter:blur(12px);border:1px solid white;box-shadow:0 20px 50px #0004;font:600 30px Fraunces;transform:rotate(5deg)}.handmadeSeal b,.handmadeSeal span{display:block}.handmadeSeal b{font-size:18px}.handmadeSeal span{font:700 9px 'DM Sans';letter-spacing:.16em;text-transform:uppercase;margin-top:5px}.gallery{overflow:hidden}.carouselShell{position:relative;margin-left:-6vw;margin-right:-6vw;padding:36px 0}.cakeTrack{display:flex;width:max-content;gap:20px;animation:cake-marquee 52s linear infinite;will-change:transform}.carouselShell:hover .cakeTrack{animation-play-state:running}.cakeCard{width:310px;height:400px;flex:0 0 auto;border:0;padding:0;border-radius:22px;overflow:hidden;background:#dac6b8;position:relative;cursor:zoom-in;box-shadow:0 12px 28px #4b251821;transition:transform .35s cubic-bezier(.2,.8,.2,1),box-shadow .35s;transform-origin:center}.cakeCard:nth-child(3n+2){height:350px;margin-top:25px}.cakeCard:nth-child(4n){height:370px;margin-top:15px}.cakeCard img{width:100%;height:100%;object-fit:cover;display:block;transition:filter .3s}.cakeCard:hover{transform:scale(1.09);z-index:4;box-shadow:0 25px 60px #3d1d1745}.cakeCard:hover img{filter:saturate(1.08) contrast(1.03)}.carouselFade{position:absolute;top:0;bottom:0;width:9vw;z-index:5;pointer-events:none}.carouselFade.left{left:0;background:linear-gradient(90deg,var(--paper),transparent)}.carouselFade.right{right:0;background:linear-gradient(-90deg,var(--paper),transparent)}.carouselHint{text-align:center;color:var(--muted);font-size:12px;letter-spacing:.05em}@keyframes cake-marquee{from{transform:translateX(0)}to{transform:translateX(calc(-50% - 10px))}}dialog{width:min(920px,92vw);padding:0;border:0;border-radius:24px;background:#20110f;color:white;box-shadow:0 40px 100px #0008;overflow:hidden}dialog::backdrop{background:#1c0c09d9;backdrop-filter:blur(9px)}dialog img{display:block;width:100%;height:min(72vh,720px);object-fit:contain;background:#160b09}dialog p{margin:0;padding:18px 24px;font:500 22px Fraunces}.closeLightbox{position:absolute;right:16px;top:16px;z-index:2;width:44px;height:44px;border:0;border-radius:50%;background:#fff;color:var(--w);font-size:28px;cursor:pointer;box-shadow:0 8px 25px #0004}
@media(max-width:800px){.heroCinematic{min-height:790px;align-items:flex-end}.heroBackdrop{object-position:62% center}.heroShade{background:linear-gradient(0deg,rgba(30,10,8,.97) 0%,rgba(38,13,10,.86) 47%,rgba(30,10,8,.05) 82%)}.heroContent{width:auto;margin:0;padding:280px 22px 55px}.heroContent h1{font-size:50px}.heroContent .lead{font-size:16px}.heroContent .actions{flex-direction:column;align-items:flex-start}.heroContent ul{gap:15px;justify-content:space-between}.handmadeSeal{width:100px;height:100px;right:18px;top:190px;bottom:auto;font-size:24px}.handmadeSeal b{font-size:15px}.cakeCard{width:245px;height:330px}.cakeCard:nth-child(3n+2),.cakeCard:nth-child(4n){height:310px;margin-top:10px}.cakeTrack{animation-duration:42s}.carouselFade{width:35px}}
@media(prefers-reduced-motion:reduce){.cakeTrack{animation-play-state:paused}.cakeCard{transition:none}}
/* Premium storefront */
.gallery{background:radial-gradient(circle at 15% 15%,#f7dfe0 0,transparent 26%),radial-gradient(circle at 90% 70%,#edd3b4 0,transparent 25%),linear-gradient(135deg,#fff9f0,#f2dfd4);position:relative}.gallery:before{content:'FATIAS DE AMOR';position:absolute;top:45px;right:-20px;font:700 clamp(55px,10vw,150px)/1 Fraunces;color:#72162809;letter-spacing:-.05em;white-space:nowrap}.cakeCard,.cakeCard:nth-child(3n+2),.cakeCard:nth-child(4n){width:320px;height:390px;margin-top:0;background:#fff;border:8px solid #fff;box-shadow:0 18px 45px #5a2b2430}.cakeCard img{border-radius:15px}.carouselShell{padding:45px 0}.carouselHint{font-weight:700;color:var(--w)}
.breadFeature{display:grid;grid-template-columns:1.12fr .88fr;min-height:680px;background:#301b16;color:#fff}.breadImage{position:relative;overflow:hidden;min-height:650px}.breadImage:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,transparent 60%,#301b16)}.breadImage img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover}.breadCopy{padding:90px 7vw 80px 5vw;display:flex;flex-direction:column;justify-content:center}.breadCopy h2{color:#fff;font-size:clamp(42px,5vw,72px)}.breadCopy>p:not(.eyebrow){font-size:18px;line-height:1.75;color:#eadbd4}.breadCopy .breadNote{font-size:13px!important;color:#eab3bc!important;border-left:2px solid #d9a465;padding-left:15px}.breadCopy .button{align-self:flex-start;margin-top:18px;background:#fff;color:var(--w)}
.menu-section{}.menu{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.menu .productCard{display:block;padding:0;border-radius:22px;overflow:hidden;background:#fff;box-shadow:0 15px 40px #4a251718;border:1px solid #ead9ce}.productCard>img{width:100%;height:230px;display:block;object-fit:cover}.productInfo{padding:21px;display:grid;grid-template-columns:1fr auto;gap:9px 12px;align-items:center}.productInfo small{grid-column:1/-1;font-size:9px;letter-spacing:.16em;color:var(--r);font-weight:700}.productInfo>span{font:600 20px/1.2 Fraunces;color:var(--ink)}.productInfo>b{color:var(--w)}.addButton{grid-column:1/-1;border:1px solid #72162833;background:#fff7f4;color:var(--w);border-radius:99px;padding:11px 14px;font-weight:700;cursor:pointer;transition:.2s}.addButton:hover{background:var(--w);color:#fff}.note{margin-top:38px}
.cartFloat{position:fixed;z-index:25;right:22px;bottom:22px;border:0;border-radius:99px;padding:15px 20px;background:#176b45;color:white;font-weight:700;box-shadow:0 14px 35px #0004;cursor:pointer}.cartFloat span{display:inline-grid;place-items:center;width:23px;height:23px;border-radius:50%;margin-left:7px;background:white;color:#176b45}.cartDrawer{position:fixed;z-index:50;right:0;top:0;width:min(470px,100vw);height:100vh;background:#fffaf2;transform:translateX(105%);transition:.35s cubic-bezier(.2,.8,.2,1);padding:27px;overflow:auto;box-shadow:-30px 0 80px #1c0d0940}.cartDrawer.open{transform:none}.drawerBackdrop{position:fixed;z-index:45;inset:0;background:#1c0c09a8;opacity:0;pointer-events:none;transition:.3s;backdrop-filter:blur(5px)}.drawerBackdrop.show{opacity:1;pointer-events:auto}.noScroll{overflow:hidden}.cartHead{display:flex;justify-content:space-between;align-items:start;border-bottom:1px solid #ead9ce;padding-bottom:20px}.cartHead small{letter-spacing:.15em;color:var(--r);font-weight:700}.cartHead h2{font-size:42px;margin:5px 0}.cartHead button{border:0;background:#f1ded7;border-radius:50%;width:42px;height:42px;color:var(--w);font-size:25px;cursor:pointer}.cartItems{padding:20px 0}.cartItem{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:14px 0;border-bottom:1px solid #eee0d8}.cartItem b,.cartItem small{display:block}.cartItem small{color:var(--muted);margin-top:4px}.qty{display:flex;align-items:center;gap:10px}.qty button{width:30px;height:30px;border-radius:50%;border:1px solid #dbc6bb;background:#fff;cursor:pointer}.emptyCart{color:var(--muted);line-height:1.6}.cartTotal{display:flex;justify-content:space-between;padding:17px 0;border-top:2px solid var(--w);font-size:18px}.cartTotal b{color:var(--w)}#orderForm label{display:block;font-size:12px;font-weight:700;color:var(--w);margin-top:15px}#orderForm input,#orderForm select,#orderForm textarea{width:100%;margin-top:7px;border:1px solid #ddcbc1;border-radius:11px;padding:12px;background:white;font:inherit;color:var(--ink)}.formNotice{font-size:12px;line-height:1.55;color:var(--muted);background:#f5e8db;padding:12px;border-radius:10px}.checkout{width:100%;border:0;cursor:pointer}.footerEnd{text-align:right}.credit{font-size:11px;color:#bda9a0}.credit a{display:inline-block;color:#b8f0cd;font-weight:700;letter-spacing:.03em;text-shadow:0 0 14px #2fff8755;border-bottom:1px solid #58c98166}
@media(max-width:950px){.breadFeature{grid-template-columns:1fr}.breadImage{min-height:520px}.breadImage:after{background:linear-gradient(0deg,#301b16,transparent 45%)}.breadCopy{padding:55px 6vw 75px}.menu{grid-template-columns:repeat(2,1fr)}.footerEnd{text-align:left}}
@media(max-width:620px){.cakeCard,.cakeCard:nth-child(3n+2),.cakeCard:nth-child(4n){width:255px;height:330px}.breadImage{min-height:400px}.breadCopy{padding:45px 20px 65px}.menu{grid-template-columns:1fr}.productCard>img{height:260px}.cartFloat{right:14px;bottom:14px}.cartDrawer{padding:20px}.footerEnd{text-align:left}}
/* Final product clarity and motion */
.cakeTrack{animation-duration:38s}.cakeCard,.cakeCard:nth-child(3n+2),.cakeCard:nth-child(4n){width:360px;height:390px;margin-top:0}.productCard>img{object-position:center!important}.productInfo:after{content:'Imagem ilustrativa';grid-column:1/-1;font-size:9px;color:#927b71}.order ol li{transition:transform .55s cubic-bezier(.2,.8,.2,1),background .55s,border-color .55s,box-shadow .55s}.order ol li.stepActive{transform:translateY(-10px) scale(1.035);background:#ffffff18;border-color:#efaeb7;box-shadow:0 22px 50px #1c08072b}.order ol li:hover{transform:translateY(-10px) scale(1.035);background:#ffffff1d;border-color:#fff}.footerEnd{padding-right:95px;text-align:left}footer{padding-right:170px}.cartFloat{right:24px;bottom:24px}
@media(max-width:620px){.cakeCard,.cakeCard:nth-child(3n+2),.cakeCard:nth-child(4n){width:285px;height:330px}.footerEnd{padding-right:0;text-align:left}footer{padding-right:20px;padding-bottom:110px}.order ol li.stepActive{transform:translateY(-6px) scale(1.02)}}

/* v9: consistent menu presentation, complete about photo and balanced footer */
.productCard>img{display:none}.productMedia{height:250px;padding:16px;display:grid;place-items:center;overflow:hidden;background:radial-gradient(circle at 52% 35%,#fffdf8 0 28%,transparent 60%),linear-gradient(145deg,#f6e5d8,#ead0c1);border-bottom:1px solid #ead9ce}.productMedia img{width:100%;height:100%;display:block;object-fit:contain;object-position:center;border-radius:15px;box-shadow:0 13px 27px #4b251f2a;filter:saturate(.98) contrast(1.02)}
.aboutPhoto{height:620px;border-radius:30px;background:linear-gradient(145deg,#f4dfd1,#fffaf2);padding:14px;border:1px solid #d9bca8;box-shadow:0 28px 65px #4a251724}.aboutPhoto>img{border-radius:18px;object-fit:contain!important;object-position:center!important;background:#f4e6d8}
footer{grid-template-columns:minmax(240px,1fr) minmax(340px,1fr);gap:55px;padding:45px max(6vw,34px) 120px}.footerEnd{padding-right:0;text-align:right;justify-self:end;max-width:560px}.footerEnd p{margin:5px 0}
@media(max-width:620px){.productMedia{height:280px}.aboutPhoto{height:500px}footer{grid-template-columns:1fr;padding:40px 20px 118px;gap:25px}.footerEnd{text-align:left;justify-self:start}}

/* v10: prices confirmed privately because the table changes */
.productInfo>b,.cartTotal{display:none}.productInfo>span{grid-column:1/-1}.productInfo{grid-template-columns:1fr}.note{font-weight:600}
