:root{--cream:#fff9ee;--paper:#fffdf8;--ink:#34251f;--pink:#f49aa7;--red:#bd3f4d;--green:#416c55;--yellow:#f3c85b;--line:#e9ddd0;--shadow:0 20px 50px rgba(72,48,35,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:'DM Sans',sans-serif}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}.announcement{background:var(--green);color:#fff;text-align:center;padding:9px;font-size:13px;letter-spacing:.04em}header{height:84px;display:flex;align-items:center;justify-content:space-between;padding:0 max(5vw,24px);border-bottom:1px solid var(--line);background:rgba(255,249,238,.9);position:sticky;top:0;z-index:10;backdrop-filter:blur(12px)}.brand{font:700 25px 'Fraunces',serif;text-decoration:none;color:var(--ink)}.brand span{display:block;color:var(--red);font:700 11px 'DM Sans';text-transform:uppercase;letter-spacing:.25em;text-align:center}nav{display:flex;align-items:center;gap:28px}nav a,.cart-link{color:var(--ink);text-decoration:none;font-weight:600;font-size:14px}.cart-link{border:1px solid var(--ink);border-radius:100px;background:transparent;padding:10px 14px}.cart-link b{background:var(--red);color:#fff;display:inline-grid;place-items:center;border-radius:50%;min-width:20px;height:20px;margin-left:5px}.hero{min-height:670px;display:grid;grid-template-columns:1.05fr .95fr;overflow:hidden}.hero-copy{padding:100px max(6vw,30px);display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.eyebrow{color:var(--red);font-weight:700;text-transform:uppercase;font-size:12px;letter-spacing:.2em;margin:0 0 15px}.hero h1{font:700 clamp(55px,7vw,100px)/.93 'Fraunces',serif;letter-spacing:-.05em;max-width:760px;margin:0 0 28px}.hero h1 em{display:block;color:var(--red);font-weight:600}.hero-copy>p:not(.eyebrow){font-size:18px;line-height:1.7;max-width:580px;margin:0 0 32px}.hero-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-items:start;max-width:520px;margin-top:32px}.contact-page .hero{min-height:620px;align-items:center;gap:42px}.contact-page .hero-copy{padding:90px max(6vw,30px)}.contact-page .hero-copy h1{max-width:720px}.contact-page .hero-actions{max-width:520px}.contact-page .hero-actions .button{width:100%}.contact-page .hero-actions .button.light{background:#fff;color:var(--ink);box-shadow:0 7px 0 #b89a8b;border:1px solid rgba(52,37,31,.12)}.contact-page .hero-actions .button.light:hover{background:#fbf2e9;box-shadow:0 9px 0 #b89a8b}.contact-page .events{background:#f7efe4;padding:95px max(7vw,28px) 60px}.contact-page .event-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.contact-page .event-list span{background:#fff8ef;border-color:#e7d6c4}.contact-page .hero-actions{grid-template-columns:1fr}.contact-page .event-list{grid-template-columns:1fr}.contact-page .events{padding:80px max(7vw,28px) 50px}@media(max-width:900px){.contact-page .hero{grid-template-columns:1fr}.contact-page .hero-actions{grid-template-columns:1fr}.contact-page .event-list{grid-template-columns:1fr}}.button{border:0;border-radius:100px;background:var(--red);color:#fff;text-decoration:none;padding:15px 23px;font-weight:700;box-shadow:0 7px 0 #85303a;transition:.2s}.button:hover{transform:translateY(-2px);box-shadow:0 9px 0 #85303a}.button:active{transform:translateY(5px);box-shadow:0 2px 0 #85303a}.button:disabled{opacity:.6}.hero-art{background:var(--pink);position:relative;display:grid;place-items:center;align-content:center;min-height:500px}.hero-art:after{content:"";position:absolute;inset:25px;border:1px solid rgba(255,255,255,.5);border-radius:48% 48% 44% 44%}.hero-art>p{text-align:center;font-size:14px;line-height:1.6;z-index:2;margin-top:25px}.cake{width:310px;height:260px;position:relative;z-index:2}.layer{position:absolute;width:300px;height:155px;bottom:27px;background:#f8d8ae;border-radius:18px 18px 25px 25px;box-shadow:inset 0 -25px #e8b478}.icing{position:absolute;z-index:2;top:35px;left:5px;width:300px;height:78px;background:#fff7ec;border-radius:50% 50% 35% 40%;box-shadow:0 12px 0 #f5eadb}.berry{position:absolute;z-index:3;width:100%;text-align:center;top:7px;color:var(--red);font-size:38px;letter-spacing:-16px}.plate{position:absolute;bottom:5px;left:-25px;width:360px;height:35px;background:#fff5db;border-radius:50%;box-shadow:0 8px 0 rgba(80,50,35,.2)}.spark{position:absolute;color:#fff9d4;font-size:55px;z-index:3}.spark.one{top:18%;left:13%}.spark.two{bottom:20%;right:12%;font-size:35px}.menu{padding:110px max(5vw,24px)}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:45px;gap:40px}.section-heading h2,.story h2,.cta h2,.checkout h2{font:700 clamp(38px,5vw,64px)/1 'Fraunces';margin:0}.section-heading>p{max-width:480px;line-height:1.7;color:#6f5c53}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-card{background:var(--paper);border:1px solid var(--line);border-radius:22px;overflow:hidden;transition:.25s}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.product-visual{height:245px;display:grid;place-items:center}.product-visual span{font-size:105px;filter:drop-shadow(0 15px 10px rgba(55,32,20,.14));transition:.2s}.product-card:hover .product-visual span{transform:scale(1.07) rotate(-3deg)}.color-cupcake-box{background:#f6c8cf}.color-cookie-box{background:#d8dfbd}.color-berry-cake{background:#f6d5b9}.color-chocolate-cake{background:#caa791}.color-brownie-pan{background:#dfcfaa}.color-custom-cake{background:#c9dcd3}.product-info{padding:24px}.product-info h3{font:700 25px 'Fraunces';margin:0 0 10px}.product-info>p{color:#725f55;line-height:1.55;min-height:73px}.product-info>div{display:flex;justify-content:space-between;align-items:center;gap:10px;font-size:12px}.product-info strong{font-size:17px}.add-button{border:1px solid var(--ink);background:transparent;border-radius:100px;padding:9px 15px;font-weight:700}.add-button:hover{background:var(--ink);color:#fff}.story{background:#f1e5d2;padding:100px max(7vw,30px);display:grid;grid-template-columns:1fr 1fr;gap:10%;align-items:center}.story>p{font-size:19px;line-height:1.8}.cta{padding:95px 24px;text-align:center;background:var(--red);color:#fff}.cta>span{font-size:35px}.cta h2{margin:10px 0 15px}.cta p{margin-bottom:32px}.button.light{background:#fff4df;color:var(--red);box-shadow:0 7px 0 #8e303b}footer{padding:60px max(5vw,24px);display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;gap:20px}footer>a:not(.brand){color:var(--ink);text-align:right}footer small{grid-column:1/-1;border-top:1px solid var(--line);padding-top:25px;color:#8a766d}
.overlay{position:fixed;inset:0;background:rgba(44,31,25,.55);opacity:0;visibility:hidden;z-index:19;transition:.25s}.overlay.show{opacity:1;visibility:visible}.no-scroll{overflow:hidden}.cart{position:fixed;z-index:20;right:0;top:0;height:100%;width:min(480px,100%);background:var(--paper);padding:30px;transform:translateX(100%);transition:.35s cubic-bezier(.7,0,.2,1);display:flex;flex-direction:column;box-shadow:-20px 0 50px rgba(0,0,0,.15)}.cart.open{transform:none}.cart-head{display:flex;align-items:flex-start;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:20px}.cart-head h2{font:700 38px 'Fraunces';margin:0}.close{border:0;background:#eee4d9;border-radius:50%;font-size:28px;width:43px;height:43px;line-height:1}.cart-items{overflow:auto;flex:1}.cart-item{display:grid;grid-template-columns:70px 1fr auto;gap:15px;padding:22px 0;border-bottom:1px solid var(--line);align-items:center}.mini-product{width:70px;height:70px;border-radius:15px;background:#f3e5d8;display:grid;place-items:center;font-size:35px}.cart-item h3{font:700 18px 'Fraunces';margin:0}.cart-item p{margin:4px 0;color:#766157}.quantity{display:flex;align-items:center;gap:12px}.quantity button{border:1px solid var(--line);background:#fff;border-radius:50%;width:26px;height:26px}.remove{border:0;background:none;text-decoration:underline;font-size:12px;color:#826b60}.empty{text-align:center;margin:auto}.empty span{font-size:65px}.empty h3{font:700 25px 'Fraunces';margin:15px 0 5px}.cart-footer{border-top:1px solid var(--line);padding-top:20px}.total-row,.checkout-total{display:flex;justify-content:space-between;font-size:18px;margin-bottom:20px}.wide{width:100%;display:block}.checkout{border:0;border-radius:25px;width:min(720px,calc(100% - 30px));max-height:92vh;padding:42px;background:var(--paper);box-shadow:var(--shadow)}.checkout::backdrop{background:rgba(44,31,25,.65)}.modal-close{position:absolute;right:22px;top:22px}.checkout-copy{text-align:center;margin-bottom:30px}.checkout-copy>p:last-child{color:#765f55}.checkout h2{font-size:48px}.checkout form{display:grid;gap:18px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}label{display:grid;gap:7px;font-weight:700;font-size:13px}input,select,textarea{width:100%;border:1px solid #d9cabc;background:#fff;padding:13px;border-radius:9px;outline:none}input:focus,select:focus,textarea:focus{border-color:var(--red);box-shadow:0 0 0 3px rgba(189,63,77,.1)}textarea{resize:vertical}.checkout-total{background:#f3e9dc;padding:17px;border-radius:10px;margin:0}.form-error{color:var(--red);margin:0;text-align:center}.success{text-align:center;padding:50px 10px}.success>span{display:inline-grid;place-items:center;width:70px;height:70px;background:var(--green);color:#fff;border-radius:50%;font-size:35px}.success p{line-height:1.7;margin-bottom:30px}
.admin-body{background:#f2eadd}.login-card{width:min(420px,calc(100% - 30px));margin:13vh auto;background:#fff;padding:40px;border-radius:20px;box-shadow:var(--shadow);display:grid;gap:20px}.login-card h1,.admin h1{font:700 45px 'Fraunces';margin:0}.admin{width:min(1100px,calc(100% - 30px));margin:50px auto}.admin>header{position:static;padding:0;background:none;border:0;height:auto}.text-button{border:0;background:none;text-decoration:underline}.order-list{display:grid;gap:18px;margin-top:35px}.order-card{background:#fff;border-radius:17px;padding:25px;box-shadow:0 5px 20px rgba(70,50,35,.06)}.order-top{display:flex;justify-content:space-between;align-items:start}.order-top h2{font:700 25px 'Fraunces';margin:8px 0 4px}.order-top p{margin:0;color:#836f65;font-size:13px}.order-top>strong{font-size:22px}.status{display:inline-block;border-radius:100px;padding:5px 10px;background:#eee;text-transform:uppercase;font-size:10px;font-weight:700;letter-spacing:.08em}.status-new{background:#f8d59d}.status-confirmed,.status-ready{background:#bde0c6}.status-baking{background:#efb8c1}.status-completed{background:#d1d1d1}.status-cancelled{background:#f3b0aa}.order-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;border-top:1px solid var(--line);margin-top:20px;padding-top:20px}.order-grid h3{font-size:12px;text-transform:uppercase;letter-spacing:.1em}.order-grid p{line-height:1.6}.order-grid a{color:var(--red)}.notes{padding:15px;background:#fff5df;border-radius:9px}.status-form{display:flex;justify-content:flex-end;gap:8px;margin-top:18px}.status-form select{width:auto}.status-form button{border:0;background:var(--ink);color:#fff;border-radius:8px;padding:0 15px}.admin-empty{margin:100px auto}
@media(max-width:900px){.hero{grid-template-columns:1fr}.hero-copy{padding:75px 30px}.hero-art{min-height:500px}.product-grid{grid-template-columns:repeat(2,1fr)}.story{grid-template-columns:1fr;gap:30px}.order-grid{grid-template-columns:1fr 1fr}.section-heading{align-items:start;flex-direction:column}.section-heading>p{margin:0}}@media(max-width:600px){header{height:70px}nav>a{display:none}nav{gap:10px}.hero h1{font-size:54px}.hero-copy{padding:60px 22px}.cake{transform:scale(.83)}.product-grid{grid-template-columns:1fr}.menu{padding:75px 16px}.product-visual{height:210px}.story{padding:70px 24px}.story h2{font-size:42px}footer{grid-template-columns:1fr;text-align:center}footer>a:not(.brand){text-align:center}footer small{grid-column:auto}.cart{padding:22px}.checkout{padding:38px 20px 25px}.field-row{grid-template-columns:1fr}.checkout h2{font-size:38px}.order-grid{grid-template-columns:1fr}.status-form{justify-content:stretch}.status-form select{flex:1}.admin{margin-top:25px}}
.product-visual{background:#f1d9c7}.product-visual img{width:100%;height:100%;object-fit:cover}.delivery-note{margin:8px 0 0;color:#80695f;font-size:12px}.admin-section{margin-top:55px}.admin-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.admin-heading h2{font:700 38px 'Fraunces';margin:0}.admin-heading details{position:relative}.admin-heading summary{list-style:none}.admin-heading details[open] summary{margin-bottom:15px}.product-form{background:#fff;padding:22px;border-radius:15px;display:grid;gap:14px;width:min(520px,90vw);box-shadow:var(--shadow)}.add-product{position:absolute;right:0;z-index:5}.admin-products{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-editor{background:#fff;padding:18px;border-radius:15px;display:grid;gap:12px}.product-editor>img,.admin-product-emoji{width:100%;height:150px;object-fit:cover;border-radius:11px;background:#f3e6d8}.admin-product-emoji{display:grid;place-items:center;font-size:65px}.product-editor button{border:0;background:var(--ink);color:#fff;border-radius:8px;padding:11px}.check{display:flex;grid-template-columns:auto 1fr;align-items:center}.check input{width:auto}.admin-notice{background:#d8eadc;color:#28553b;padding:12px 16px;border-radius:9px}.admin>header h1{font:700 45px 'Fraunces';margin:0}@media(max-width:900px){.admin-products{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.admin-products{grid-template-columns:1fr}.admin-heading{align-items:flex-start}.add-product{position:fixed;inset:20px;overflow:auto;width:auto;z-index:30}.admin>header h1{font-size:35px}}
.hero-photo{display:block;overflow:hidden;min-height:570px}.hero-photo>img{width:100%;height:100%;object-fit:cover;display:block}.hero-photo:after{z-index:2;pointer-events:none}.sale-badge{position:absolute;z-index:3;left:42px;bottom:42px;background:#fff9ee;color:var(--red);border-radius:50%;width:145px;height:145px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;transform:rotate(-7deg);box-shadow:var(--shadow)}.sale-badge strong{font:700 27px 'Fraunces'}.sale-badge span{font-size:12px;font-weight:700;margin-top:5px}.product-visual{position:relative}.sale-pill{position:absolute;top:14px;left:14px;background:var(--red);color:#fff;border-radius:100px;padding:7px 11px;font-size:11px;text-transform:uppercase;letter-spacing:.08em}.product-info del{color:#9d8980;margin-right:4px}@media(max-width:600px){.hero-photo{min-height:430px}.sale-badge{width:120px;height:120px;left:25px;bottom:25px}.sale-badge strong{font-size:23px}}
.about-section{padding:100px max(8vw,30px);max-width:1100px;margin:auto}.about-section h2{font:700 clamp(38px,5vw,62px)/1.08 'Fraunces';margin:0 0 35px;max-width:950px}.about-section>p:not(.eyebrow){font-size:17px;line-height:1.8;color:#66534b;max-width:850px}.events{background:#e8dfcb;padding:95px max(7vw,28px);display:grid;grid-template-columns:1fr 1fr;gap:10%;align-items:center}.events h2{font:700 clamp(40px,5vw,64px)/1.05 'Fraunces';margin:0 0 22px}.events>div>p:not(.eyebrow){line-height:1.7;margin-bottom:30px}.event-list{display:grid;grid-template-columns:1fr 1fr;gap:14px}.event-list span{background:#fff9ee;border:1px solid #ddcfbf;border-radius:14px;padding:21px;font:700 19px 'Fraunces';text-align:center}.footer-contact{display:grid;gap:7px}.footer-contact a{color:var(--ink);text-decoration:none}.footer-contact address{font-style:normal;line-height:1.5}.social-links{display:flex;justify-content:flex-end;gap:18px}.social-links a{color:var(--red);font-weight:700}footer#contact>a:not(.brand){text-align:left}@media(max-width:900px){.events{grid-template-columns:1fr;gap:45px}}@media(max-width:600px){.about-section{padding:70px 24px}.events{padding:70px 24px}.event-list{grid-template-columns:1fr}.social-links{justify-content:center}}
.announcement{display:flex;align-items:center;justify-content:center;gap:9px}.announcement img{width:30px;height:20px;object-fit:cover;border:1px solid rgba(255,255,255,.65);border-radius:4px;box-shadow:0 2px 5px rgba(0,0,0,.18);flex:0 0 auto}@media(max-width:600px){.announcement{font-size:11px;padding-inline:12px}.announcement img{width:27px;height:18px}}
.site-footer{background:#30231e;color:#fff8ec;padding:75px max(5vw,24px) 28px;display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:55px;align-items:start}.site-footer .brand{color:#fff8ec;display:inline-block}.site-footer .brand span{color:#f5a8b2}.footer-brand p{max-width:330px;line-height:1.7;color:#d8c8bd}.footer-column{display:grid;gap:11px}.footer-column h3{font:700 19px 'Fraunces';color:#f4c9a8;margin:0 0 8px}.footer-column a,.footer-column button{color:#fff8ec;text-decoration:none;background:none;border:0;padding:0;text-align:left;font-size:14px}.footer-column a:hover,.footer-column button:hover{color:#f5a8b2}.footer-column address,.footer-note{font-style:normal;color:#d8c8bd;font-size:14px;line-height:1.6;margin:0}.footer-bottom{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.16);padding-top:24px;margin-top:10px;display:flex;justify-content:space-between;color:#bdaaa0;font-size:12px}.site-footer small{border:0;padding:0}.site-footer>a:not(.brand){text-align:left}@media(max-width:900px){.site-footer{grid-template-columns:1fr 1fr}.footer-bottom{grid-column:1/-1}}@media(max-width:600px){.site-footer{grid-template-columns:1fr;text-align:left;gap:38px}.footer-bottom{grid-column:auto;flex-direction:column;gap:9px}.site-footer .brand{text-align:left}.site-footer .brand span{text-align:center}}
.about-section{position:relative;background:#f1e5d2;border:1px solid #e3d3bd;border-radius:30px;margin:35px auto 95px;padding:85px max(6vw,40px);box-shadow:0 18px 45px rgba(72,48,35,.08)}.about-section:before{content:"Our story";position:absolute;top:-17px;left:40px;background:var(--green);color:#fff;border-radius:100px;padding:9px 18px;font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.about-section .eyebrow{margin-top:8px}.menu+.about-section{margin-top:15px}@media(max-width:600px){.about-section{border-radius:0;margin:25px 0 70px;padding:70px 24px}.about-section:before{left:24px}}
.cake-pop-rotator{position:absolute;inset:0}.cake-pop-rotator img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;animation:cakePopCrossfade 8s ease-in-out infinite}.cake-pop-rotator img:nth-child(2){opacity:0;animation-delay:4s}@keyframes cakePopCrossfade{0%,42%{opacity:1}50%,92%{opacity:0}100%{opacity:1}}@media(prefers-reduced-motion:reduce){.cake-pop-rotator img{animation:none}.cake-pop-rotator img:nth-child(2){display:none}}
.site-header{height:88px;background:rgba(48,35,30,.97);border-color:rgba(255,255,255,.12);color:#fff8ec}.header-brand{display:flex;align-items:center;gap:12px;color:#fff8ec;text-decoration:none;font:700 20px 'Fraunces'}.header-brand img{width:62px;height:62px;object-fit:cover;border-radius:50%;border:2px solid #c98d84}.site-header nav a,.site-header .cart-link{color:#fff8ec}.site-header .cart-link{border-color:#fff8ec}.site-header .cart-link:hover{background:#fff8ec;color:#30231e}.military-option{display:grid;grid-template-columns:auto 1fr;align-items:start;background:#e8f0ea;border:1px solid #b8cdbd;border-radius:12px;padding:15px;cursor:pointer}.military-option input{width:20px;height:20px;margin:2px 0 0}.military-option span{display:grid;gap:4px}.military-option small{font-weight:400;color:#53695a;line-height:1.4}.discount-preview{display:flex;justify-content:space-between;color:var(--green);font-weight:700;padding:0 16px}.next-step{background:#f2e6d6;border-radius:15px;padding:22px;margin:22px 0 28px}.next-step>strong{font:700 23px 'Fraunces'}.next-step p{margin:7px 0 20px}.next-step>div{display:flex;justify-content:center;align-items:center;gap:18px;flex-wrap:wrap}.call-link{color:var(--red);font-weight:700}.success>.text-button{color:#705c52}.legal-page{background:#f4ecdf;min-height:100vh}.legal-header{position:static}.legal-main{width:min(900px,calc(100% - 34px));margin:70px auto 100px}.legal-main>p{font-size:18px;line-height:1.7;color:#6c5950}.legal-main h1{font:700 clamp(48px,8vw,82px)/1 'Fraunces';margin:0 0 25px}.legal-grid{display:grid;gap:18px;margin-top:42px}.policy-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:28px}.policy-card h2{font:700 27px 'Fraunces';margin:0 0 12px}.policy-card p,.policy-card li{line-height:1.7;color:#69564d}.legal-back{color:#fff8ec;text-decoration:none;font-weight:700}@media(max-width:700px){.site-header{height:74px;padding-inline:16px}.header-brand img{width:50px;height:50px}.header-brand span{display:none}.site-header nav{gap:10px}.site-header nav a{display:none}.next-step{padding:18px}}
