@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Fraunces:ital,wght,SOFT,WONK@0,600,50,1;0,700,50,1;1,600,50,1&display=swap');
:root{--cream:#fffdf0;--brown:#8b481e;--ink:#442713;--pink:#df60bc;--soft:#f4dbe8;--line:#e7dacb;--canvas:#f5f1e8;--radius:28px;--gap:18px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:var(--canvas);color:var(--ink);font:16px/1.6 'DM Sans',sans-serif}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid #ac257f;outline-offset:5px}img{max-width:100%;display:block}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:'Fraunces',Georgia,serif}h1,h2{font-weight:600;line-height:1.04;letter-spacing:-.045em;color:var(--brown)}h1{font-size:clamp(3.3rem,5.1vw,5.3rem)}h2{font-size:clamp(2.5rem,3.8vw,4rem)}em{font-weight:600;color:#b5338d}header,main,footer{max-width:1440px;margin:auto}.announcement{font-size:.8125rem;text-align:center;padding:8px 15px;background:var(--brown);color:var(--cream);letter-spacing:.025em}header{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:16px 36px}.logo{position:relative;width:140px;height:65px;overflow:hidden;flex-shrink:0;border-radius:10px}.logo img{position:absolute;max-width:none;width:180px;height:180px;left:-21px;top:-57px}nav{display:flex;gap:32px;font-size:.9rem}nav a:hover,.text-link:hover{text-decoration:underline;text-underline-offset:5px}.button{display:inline-flex;align-items:center;justify-content:center;gap:20px;background:var(--brown);color:var(--cream);padding:15px 22px;border-radius:99px;font-size:.9375rem;font-weight:600;transition:background .2s,transform .2s}.button:hover{background:#653215;transform:translateY(-2px)}.button.small{padding:11px 22px}.button span{font-size:1.15rem}main{padding:0 36px}.eyebrow,.tile-label{font-size:.75rem;letter-spacing:.12em;font-weight:700}.hero{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-template-rows:repeat(2,minmax(235px,auto));gap:var(--gap)}.hero-copy{grid-column:span 6;grid-row:span 2;background:var(--cream);border-radius:var(--radius);padding:46px 38px;display:flex;flex-direction:column;justify-content:center}.hero .eyebrow{margin-bottom:30px}.intro{font-size:1rem;color:#785a44;margin-top:23px;max-width:440px}.desktop{display:none}.hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:20px;margin-top:28px}.text-link{font-size:.9rem;font-weight:600;text-decoration:underline;text-underline-offset:5px}.hero-note{font-size:.8125rem;color:#80644e;margin-top:24px}.hero-visual{position:relative;grid-column:span 4;grid-row:span 2;overflow:hidden;border-radius:var(--radius);background:#e8ddd4;min-height:488px}.oval{width:100%;height:100%;position:absolute;inset:0}.oval img{width:100%;height:100%;object-fit:cover;transform:scale(1.32)}.photo-caption{position:absolute;bottom:18px;left:18px;right:18px;padding:10px 12px;text-align:center;background:var(--cream);border-radius:99px;font-size:.75rem}.sweet-tile,.occasion-tile{grid-column:span 2;border-radius:var(--radius);padding:24px;display:flex;flex-direction:column;justify-content:space-between;gap:15px}.sweet-tile{background:var(--pink)}.sweet-tile p,.occasion-tile p{font:600 clamp(1.55rem,2.1vw,2.15rem)/1.12 'Fraunces',Georgia,serif;letter-spacing:-.035em}.sweet-tile em{color:var(--ink)}.sweet-tile>span:last-child{font-size:.875rem;line-height:1.5}.tile-label{font-size:.6875rem;letter-spacing:.08em}.occasion-tile{background:var(--brown);color:var(--cream);transition:background .2s}.occasion-tile:hover{background:#6d3718}.occasion-tile em{color:#f394d6}.circle-arrow{display:flex;width:40px;height:40px;border:1px solid #fff6;border-radius:50%;align-items:center;justify-content:center;font-size:1.35rem;align-self:flex-end}.ribbon{border-radius:20px;background:#eadbd0;margin-top:var(--gap);padding:18px 25px;display:flex;align-items:center;justify-content:space-around;gap:16px;font:600 1.35rem 'Fraunces',Georgia,serif;color:var(--brown)}.ribbon b{font-size:1.2rem;color:#b5338d;font-weight:400}.section{margin-top:65px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:25px;padding-inline:4px}.section-heading .eyebrow{margin-bottom:17px}.section-heading>p{font-size:.9375rem;color:#785a44}.product-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:var(--gap)}.product-card{border-radius:var(--radius);overflow:hidden;background:var(--cream);min-width:0;grid-column:6/13;display:grid;grid-template-columns:.95fr 1fr}.product-card:first-child{grid-column:1/6;grid-row:span 2;display:flex;flex-direction:column}.product-photo{position:relative;min-height:300px;background:#ebd8c9;overflow:hidden}.product-photo img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;transition:transform .35s}.product-card:first-child .product-photo{aspect-ratio:1.18;min-height:0}.product-card:hover .product-photo img{transform:scale(1.025)}.product-occasion{position:absolute;left:14px;top:14px;max-width:calc(100% - 28px);padding:6px 12px;border-radius:99px;background:var(--cream);font-size:.75rem;color:var(--brown)}.product-body{padding:25px;display:flex;flex-direction:column;min-width:0}.product-body h3{font-size:1.65rem;font-weight:600;color:var(--brown);line-height:1.14;letter-spacing:-.025em}.product-body>p{margin-top:13px;font-size:.9375rem;color:#785a44}.product-body .product-details{font-size:.8125rem;color:#80644e}.product-pricing{margin-top:auto;padding-top:16px;font-size:.8125rem;display:flex;gap:7px;flex-wrap:wrap;justify-content:space-between}.product-pricing>span{color:#80644e}.product-pricing strong{font-weight:600}.product-enquire{margin-top:14px;font-size:.8125rem;padding:11px 14px;gap:10px;align-self:stretch}.product-reference{margin-top:12px;font-size:.75rem;text-decoration:underline;text-underline-offset:4px}.product-note{font-size:.8125rem;text-align:center;color:#80644e;max-width:800px;margin:20px auto}.more-cakes{background:var(--soft);border-radius:20px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 28px;font-size:.9375rem}.more-cakes .text-link{flex-shrink:0}.story{display:grid;grid-template-columns:5fr 7fr;gap:var(--gap)}.story-art{border-radius:var(--radius);background:var(--cream);overflow:hidden;display:flex;align-items:center}.story-art img{width:100%;height:auto}.story-copy{background:#e9dac8;border-radius:var(--radius);padding:40px}.story-copy .eyebrow{margin-bottom:22px}.story-copy>p:not(.eyebrow){color:#71533c;margin-top:20px;max-width:570px}.story-copy .text-link{display:inline-block;margin-top:23px}.order{display:grid;grid-template-columns:4fr 8fr;gap:var(--gap);margin-bottom:28px}.order-heading{background:var(--brown);color:var(--cream);border-radius:var(--radius);padding:34px;grid-row:span 2;display:flex;flex-direction:column;justify-content:center;gap:24px}.order-heading h2{color:var(--cream);font-size:3rem}.order-heading em{color:#f394d6}.steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--gap)}.steps>div{background:var(--cream);border-radius:var(--radius);padding:25px}.steps span{font:600 2rem 'Fraunces',Georgia,serif;color:#b5338d}.steps h3{font-size:1.35rem;color:var(--brown);line-height:1.2;margin-top:25px}.steps p{font-size:.9rem;margin-top:13px;color:#80644e}.order-cta{border-radius:var(--radius);background:var(--pink);padding:24px 28px;display:flex;align-items:center;gap:20px;justify-content:space-between}.order-note{font-size:.8125rem;max-width:260px}.order-cta .button{font-size:.875rem;flex-shrink:0}footer{display:flex;align-items:center;flex-wrap:wrap;gap:25px;padding:20px 40px 30px}.footer-brand{font:700 3rem 'Fraunces',Georgia,serif;color:var(--brown);letter-spacing:-.06em}.footer-brand span{color:var(--pink)}footer p,footer>a:not(.footer-brand){font-size:.875rem}footer>a:not(.footer-brand){margin-left:auto}footer small{border-top:1px solid var(--line);padding-top:15px;font-size:.75rem;flex-basis:100%;color:#80644e}.skip{position:fixed;top:-100px;left:10px;background:white;padding:10px;z-index:9}.skip:focus{top:10px}@media(min-width:1440px){.hero-copy{padding:48px}.hero{grid-template-rows:repeat(2,minmax(250px,auto))}}@media(max-width:1100px){main{padding-inline:24px}header{padding-inline:24px}.hero{grid-template-columns:repeat(12,minmax(0,1fr));grid-template-rows:auto auto}.hero-copy{grid-column:span 7;grid-row:span 1;padding:35px}.hero-visual{grid-column:span 5;grid-row:span 1;min-height:460px}.sweet-tile,.occasion-tile{grid-column:span 6;display:grid;grid-template-columns:1fr 1fr;align-items:center;min-height:160px}.sweet-tile .tile-label,.occasion-tile .tile-label{grid-column:span 2}.sweet-tile p,.occasion-tile p{font-size:2rem}.sweet-tile>span:last-child{max-width:180px;justify-self:end}.circle-arrow{justify-self:end}.product-card,.product-card:first-child{display:flex;flex-direction:column;grid-column:auto;grid-row:auto}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-photo,.product-card:first-child .product-photo{aspect-ratio:1;min-height:0}.product-body{padding:20px;flex:1}.product-body h3{font-size:1.4rem}.product-body>p{font-size:.875rem}.product-pricing{flex-direction:column}.story-copy{padding:30px}.order{grid-template-columns:1fr}.order-heading{grid-row:auto}.order-heading h2{max-width:650px}.order-cta{justify-content:center}.section-heading>p{max-width:350px}.more-cakes{flex-direction:column;align-items:flex-start}.steps h3{margin-top:15px}}@media(max-width:700px){:root{--radius:22px;--gap:12px}main{padding-inline:14px}header{padding:10px 16px 20px;flex-wrap:wrap;gap:8px}nav{order:3;justify-content:center;width:100%;font-size:.875rem;gap:28px}.button.small{font-size:.8125rem;padding:10px 15px}.hero{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-copy{grid-column:span 2;padding:30px 25px}.hero h1{font-size:clamp(3.5rem,12vw,5rem)}.hero .eyebrow{margin-bottom:22px}.intro{margin-top:20px}.hero-actions{gap:18px}.hero-note{margin-top:22px}.hero-visual{grid-column:span 2;min-height:360px}.oval img{object-position:center 48%;transform:scale(1.8)}.sweet-tile,.occasion-tile{grid-column:span 1;display:flex;align-items:flex-start;padding:22px;min-height:235px}.sweet-tile p,.occasion-tile p{font-size:1.75rem}.sweet-tile>span:last-child{font-size:.8125rem}.ribbon{padding:16px;flex-wrap:wrap;gap:8px 16px;font-size:1.1rem}.ribbon b:last-child{display:none}.section{margin-top:42px}.section-heading{display:block;padding:0 4px}.section-heading>p{margin-top:18px}.product-grid{grid-template-columns:1fr}.product-photo,.product-card:first-child .product-photo{aspect-ratio:1.1}.product-body{padding:24px}.product-body h3{font-size:1.75rem}.product-body>p{font-size:1rem}.product-body .product-details{font-size:.875rem}.product-enquire{font-size:.9375rem;padding:14px}.product-pricing{flex-direction:row;font-size:.875rem}.product-reference{font-size:.8125rem}.product-note{padding:0 8px}.more-cakes{padding:24px}.story{grid-template-columns:1fr}.story-copy{padding:30px 25px}.story-art{min-height:220px}.order-heading{padding:30px 25px}.order-heading h2{font-size:2.8rem}.steps{grid-template-columns:1fr}.steps>div{display:grid;grid-template-columns:45px 1fr;gap:8px 15px;padding:24px}.steps h3{margin:0;align-self:center}.steps p{grid-column:2;margin:0}.order-cta{flex-direction:column;align-items:flex-start;padding:25px}.order-note{max-width:none}footer{padding:15px 20px 28px;gap:16px}footer p{flex-basis:65%}footer>a:not(.footer-brand){margin-left:0}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
.oval img{transform:none;object-position:center}.tile-label{font-size:.75rem}
