:root {
  --pink: #f787a5;
  --pink-deep: #ef5f87;
  --pink-soft: #ffd0d9;
  --peach: #ffdcbf;
  --vanilla: #fff9e9;
  --cream: #fffdf5;
  --green: #dff18c;
  --green-soft: #edf4d0;
  --yellow: #ffe79e;
  --brown: #5b351c;
  --brown-soft: #815538;
  --line: rgba(91, 53, 28, .16);
  --display: "Lobster Two", Georgia, cursive;
  --sans: "Nunito", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--pink); color: var(--brown); font-family: var(--sans); overflow-x: hidden; }
body.drawer-open { overflow: hidden; }
img { width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }

.page-shell { width: min(1480px, calc(100% - 72px)); margin: 36px auto; background: var(--vanilla); border-radius: 44px; overflow: hidden; box-shadow: 0 25px 70px rgba(111, 37, 58, .16); }
.announcement { min-height: 32px; display: flex; justify-content: center; align-items: center; gap: 13px; padding: 7px 20px; background: var(--brown); color: var(--vanilla); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.announcement-dot { width: 4px; height: 4px; background: var(--pink); border-radius: 50%; }

.site-header { height: 88px; padding: 0 5%; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; position: relative; z-index: 40; background: var(--peach); }
.brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; }
.brand-mark { width: 43px; height: 43px; display: grid; place-items: center; border: 2px solid var(--brown); border-radius: 44% 56% 53% 47% / 48% 45% 55% 52%; font-family: var(--display); font-weight: 700; transform: rotate(-4deg); background: var(--vanilla); }
.brand-copy { font-family: var(--display); font-size: 24px; font-weight: 700; line-height: 1; }.brand-copy em { color: var(--pink-deep); font-weight: 400; }
.main-nav { display: flex; gap: 9px; align-items: center; }.main-nav a { padding: 8px 14px; border-radius: 999px; background: rgba(255,255,255,.5); font-size: 10px; font-weight: 800; transition: .25s; }.main-nav a:hover { transform: translateY(-2px) rotate(-1deg); background: var(--vanilla); }
.bag-button { justify-self: end; display: flex; align-items: center; gap: 9px; padding: 6px 7px 6px 15px; background: var(--vanilla); border: 1px solid var(--brown); border-radius: 999px; font-size: 10px; font-weight: 800; cursor: pointer; }.bag-count { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: var(--vanilla); background: var(--pink-deep); }
.menu-toggle { display: none; border: 0; background: none; }

.hero { min-height: 720px; padding: 58px 7% 145px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 5%; position: relative; overflow: hidden; background: radial-gradient(circle at 80% 20%, rgba(255,255,255,.37), transparent 22%), linear-gradient(145deg, var(--peach), #ffd1bc); }
.hero::before { content: ""; position: absolute; width: 280px; height: 280px; left: -150px; top: 80px; border: 2px dashed rgba(239,95,135,.25); border-radius: 50%; }
.hero-copy { text-align: center; position: relative; z-index: 3; }.eyebrow { margin: 0 0 14px; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }.hero h1 { margin: 0; font-family: var(--display); font-size: clamp(72px,8vw,125px); line-height: .78; letter-spacing: -.04em; }.hero h1 em { display: inline-block; color: var(--pink-deep); font-weight: 400; transform: rotate(-3deg); }.hero-tagline { margin: 30px auto 0; font-size: 13px; line-height: 1.6; font-weight: 600; }.hero-actions { display: flex; justify-content: center; align-items: center; gap: 12px; margin-top: 24px; }
.button { min-height: 49px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; border: 0; border-radius: 14px; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; cursor: pointer; box-shadow: 0 7px 0 rgba(91,53,28,.11); transition: transform .2s, box-shadow .2s; }.button:hover { transform: translateY(-3px); box-shadow: 0 10px 0 rgba(91,53,28,.1); }.button-pink { color: white; background: var(--pink-deep); }.button-brown { color: var(--vanilla); background: var(--brown); }
.round-link { width: 47px; height: 47px; display: grid; place-items: center; border: 1px solid var(--brown); border-radius: 50%; font-family: var(--display); font-size: 16px; background: var(--vanilla); transition: .25s; }.round-link:hover { transform: rotate(8deg); color: var(--pink-deep); }
.hero-visual { position: relative; height: 490px; z-index: 2; }.hero-photo { position: absolute; inset: 7% 8% 2% 4%; padding: 11px; border-radius: 50% 50% 23px 23px; background: rgba(255,253,245,.8); box-shadow: 0 25px 50px rgba(117,68,35,.16); transform: rotate(2deg); }.hero-photo img { height: 100%; object-fit: cover; border-radius: inherit; }.hero-badge { position: absolute; right: 0; top: 6%; width: 118px; height: 118px; border-radius: 48% 52% 45% 55% / 55% 45% 55% 45%; background: var(--pink-deep); color: white; display: flex; flex-direction: column; align-items: center; justify-content: center; transform: rotate(8deg); box-shadow: 0 12px 30px rgba(92,38,47,.16); }.hero-badge span,.hero-badge small { font-size: 8px; text-transform: uppercase; letter-spacing: .12em; }.hero-badge strong { font-family: var(--display); font-size: 32px; line-height: .9; }.photo-note { position: absolute; left: -5px; bottom: 5%; padding: 14px 19px; border: 1px solid var(--brown); border-radius: 52% 48% 45% 55% / 50% 40% 60% 50%; background: var(--green); font-family: var(--display); font-size: 17px; line-height: 1; text-align: center; transform: rotate(-8deg); }
.doodle-card { position: absolute; z-index: 1; width: 88px; height: 88px; padding: 16px; display: grid; place-items: center; background: rgba(255,253,245,.78); border-radius: 44% 56% 57% 43% / 48% 44% 56% 52%; }.doodle-card svg { width: 100%; fill: none; stroke: var(--brown); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }.doodle-cupcake { left: 4%; top: 10%; transform: rotate(-10deg); }.doodle-cookie { left: 7%; bottom: 19%; transform: rotate(7deg); }.doodle-cake { right: 2.5%; bottom: 26%; transform: rotate(-6deg); }.tiny-star { position: absolute; z-index: 1; color: var(--pink-deep); font-size: 22px; }.star-a { top: 17%; left: 43%; }.star-b { right: 4%; top: 18%; color: white; }.star-c { left: 3%; top: 49%; font-size: 15px; }
.clouds { position: absolute; left: -3%; right: -3%; bottom: -38px; height: 115px; z-index: 4; background: var(--vanilla); }.clouds span { position: absolute; bottom: 45px; width: 180px; height: 110px; border-radius: 50%; background: var(--vanilla); }.clouds span:nth-child(1){left:0}.clouds span:nth-child(2){left:21%;width:240px;height:130px}.clouds span:nth-child(3){left:43%;width:210px}.clouds span:nth-child(4){left:63%;width:260px;height:145px}.clouds span:nth-child(5){right:0;width:210px}

.section-pad { padding: 105px 5.5%; }.menu-section { background: var(--vanilla); }.section-heading { max-width: 680px; margin: 0 auto 40px; text-align: center; }.section-heading h2,.craft-copy h2,.moments-title h2,.visit-card h2,footer h2 { margin: 0; font-family: var(--display); font-weight: 700; line-height: .95; }.section-heading h2 { font-size: clamp(52px,6vw,82px); }.section-heading h2 em,.craft-copy h2 em,.moments-title h2 em,.visit-card h2 em,footer h2 em { color: var(--pink-deep); font-weight: 400; }.section-heading > p:last-child { max-width: 530px; margin: 18px auto 0; font-size: 12px; line-height: 1.6; }
.filters { display: flex; justify-content: center; gap: 8px; margin-bottom: 28px; }.filter { padding: 9px 15px; border: 1px solid var(--line); border-radius: 999px; background: var(--cream); font-size: 9px; font-weight: 800; cursor: pointer; }.filter.active,.filter:hover { color: white; background: var(--brown); border-color: var(--brown); }
.product-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px 15px; }.product-card { padding: 9px 9px 13px; border-radius: 22px; background: white; border: 1px solid rgba(91,53,28,.08); box-shadow: 0 8px 18px rgba(106,65,37,.07); transition: transform .3s; }.product-card:hover { transform: translateY(-6px) rotate(-.5deg); }.product-card.hidden { display: none; }.product-image { height: 235px; overflow: hidden; border-radius: 16px; position: relative; background: var(--pink-soft); }.product-image img { height: 100%; object-fit: cover; transition: .6s; }.product-card:hover img { transform: scale(1.045); }.product-image.cake-focus img { object-position: 52% 60%; }.product-tag { position: absolute; left: 10px; top: 10px; padding: 6px 10px; border-radius: 999px; background: var(--pink-soft); font-size: 7px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }.product-tag.green { background: var(--green); }.product-tag.yellow { background: var(--yellow); }.product-info { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 11px 4px 0; }.product-info h3 { margin: 0 0 2px; font-family: var(--display); font-size: 20px; }.product-info p { margin: 0; font-size: 8px; opacity: .66; }.quick-add { flex: 0 0 auto; width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--vanilla); font-size: 20px; cursor: pointer; transition: .2s; }.quick-add:hover,.quick-add.added { color: white; background: var(--pink-deep); border-color: var(--pink-deep); transform: rotate(90deg); }.menu-cta { display: flex; justify-content: center; margin-top: 40px; }
.sprinkle-line { height: 62px; padding: 0 8%; display: flex; align-items: center; gap: 24px; color: var(--pink-deep); background: var(--vanilla); }.sprinkle-line i { flex: 1; height: 1px; border-top: 2px dashed var(--line); }.sprinkle-line span { font-style: normal; }

.craft-section { min-height: 680px; padding: 55px 7%; display: grid; grid-template-columns: 1fr .9fr; gap: 7%; align-items: center; background: var(--green-soft); position: relative; overflow: hidden; }.craft-section::after { content: "cookie cookie cookie"; position: absolute; right: -50px; bottom: -18px; font-family: var(--display); font-size: 80px; color: rgba(91,53,28,.04); white-space: nowrap; transform: rotate(-5deg); }.craft-photo { height: 535px; padding: 12px; border-radius: 48% 48% 25px 25px; background: var(--vanilla); position: relative; transform: rotate(-2deg); box-shadow: 0 20px 40px rgba(95,102,52,.12); }.craft-photo img { width: 100%; height: 100%; object-fit: cover; border-radius: inherit; }.photo-label { position: absolute; left: -18px; top: 35px; padding: 12px 18px; border-radius: 999px; background: var(--pink-deep); color: white; font-family: var(--display); font-size: 18px; transform: rotate(-7deg); }.photo-sparkle { position: absolute; right: -20px; bottom: 15%; font-size: 42px; color: var(--pink-deep); }.craft-copy { position: relative; z-index: 2; }.craft-copy h2 { font-size: clamp(48px,5.5vw,78px); }.craft-copy > p:not(.eyebrow) { margin: 28px 0; font-size: 12px; line-height: 1.8; max-width: 500px; }.craft-points { display: grid; grid-template-columns: repeat(3,1fr); gap: 11px; margin: 30px 0; }.craft-points div { min-height: 98px; padding: 16px 12px; background: var(--vanilla); border: 1px solid var(--line); border-radius: 20px; }.craft-points strong { display: block; color: var(--pink-deep); font-size: 9px; margin-bottom: 8px; }.craft-points span { font-family: var(--display); font-size: 17px; line-height: 1; }.text-link { display: inline-block; padding: 0 0 4px; border: 0; border-bottom: 1px solid currentColor; background: none; font-size: 10px; font-weight: 800; cursor: pointer; }

.moments-section { background: var(--vanilla); }.moments-title { text-align: center; margin-bottom: 50px; }.moments-title h2 { font-size: clamp(58px,8vw,105px); }.moment-grid { display: grid; grid-template-columns: 1.15fr .75fr .8fr; grid-template-rows: 250px 290px; gap: 14px; max-width: 1230px; margin: 0 auto; }.moment { margin: 0; position: relative; overflow: hidden; border-radius: 25px; border: 7px solid white; box-shadow: 0 8px 22px rgba(91,53,28,.08); }.moment img { height: 100%; object-fit: cover; transition: .5s; }.moment:hover img { transform: scale(1.04); }.moment figcaption { position: absolute; left: 12px; bottom: 12px; padding: 8px 13px; border-radius: 999px; background: var(--vanilla); font-family: var(--display); font-size: 16px; }.moment-a { grid-row: 1/3; }.moment-b { grid-column: 2; grid-row: 1; }.moment-c { grid-column: 3; grid-row: 1/3; }.moment-quote { grid-column: 2; grid-row: 2; padding: 28px; display: flex; flex-direction: column; justify-content: center; text-align: center; border-radius: 25px; background: var(--pink-soft); }.moment-quote > span { font-size: 23px; }.moment-quote p { margin: 10px 0; font-family: var(--display); font-size: 25px; line-height: 1.05; }.moment-quote i { font-size: 8px; text-transform: uppercase; letter-spacing: .12em; }

.visit-section { min-height: 590px; padding: 65px 7%; display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 6%; background: var(--peach); position: relative; overflow: hidden; }.visit-section::before { content: ""; position: absolute; width: 380px; height: 380px; right: -100px; top: -90px; border-radius: 50%; background: rgba(247,135,165,.35); }.visit-card { position: relative; z-index: 2; }.visit-card h2 { font-size: clamp(52px,6vw,83px); }.visit-details { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin: 35px 0 28px; }.visit-details div { padding: 15px; border-radius: 16px; background: rgba(255,253,245,.65); }.visit-details span { font-size: 7px; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }.visit-details p { margin: 7px 0 0; font-family: var(--display); font-size: 16px; line-height: 1.15; }
.visit-illustration { min-height: 390px; position: relative; z-index: 2; }.shop-sign { position: absolute; right: 5%; top: 3%; width: 240px; height: 285px; padding: 55px 20px 20px; display: flex; flex-direction: column; align-items: center; border: 7px solid var(--vanilla); border-radius: 120px 120px 18px 18px; background: var(--pink); color: white; font-family: var(--display); font-size: 32px; line-height: .8; box-shadow: 0 20px 40px rgba(106,65,37,.13); transform: rotate(3deg); }.shop-sign strong { font-size: 55px; }.shop-sign small { margin-top: 24px; font-family: var(--sans); font-size: 7px; text-transform: uppercase; letter-spacing: .18em; }.cookie-mascot { position: absolute; z-index: 3; left: 4%; bottom: 0; width: 220px; height: 220px; border: 5px solid var(--brown); border-radius: 50%; background: #d99a58; box-shadow: inset -18px -18px rgba(120,66,32,.12), 0 18px 0 rgba(91,53,28,.1); transform: rotate(-8deg); }.chip { position: absolute; width: 18px; height: 14px; border-radius: 50%; background: var(--brown); }.c1 { left: 44px; top: 49px }.c2 { right: 39px; top: 40px }.c3 { left: 54px; bottom: 39px }.eye { position: absolute; top: 97px; width: 8px; height: 14px; border-radius: 50%; background: var(--brown); }.e1 { left: 73px }.e2 { right: 73px }.smile { position: absolute; left: 95px; top: 112px; width: 30px; height: 18px; border-bottom: 4px solid var(--brown); border-radius: 50%; }.arm { position: absolute; width: 65px; height: 4px; background: var(--brown); top: 140px; }.a1 { left: -44px; transform: rotate(-30deg) }.a2 { right: -44px; transform: rotate(30deg) }.mascot-note { position: absolute; left: 20%; top: 5%; padding: 10px 14px; border-radius: 999px; background: var(--green); font-family: var(--display); font-size: 17px; transform: rotate(-5deg); }

footer { padding: 70px 6% 24px; color: var(--vanilla); background: var(--brown); }.footer-brand { display: flex; gap: 26px; align-items: center; }.footer-brand .brand-mark { color: var(--brown); border-color: var(--vanilla); background: var(--pink); }.footer-brand h2 { font-size: clamp(43px,5vw,70px); }.footer-brand h2 em { color: var(--pink); }.footer-links { display: flex; justify-content: flex-end; gap: 80px; margin: 55px 0 40px; }.footer-links div { min-width: 130px; display: flex; flex-direction: column; gap: 9px; }.footer-links span { margin-bottom: 5px; color: var(--pink); font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .15em; }.footer-links a { font-family: var(--display); font-size: 17px; }.footer-links a:hover { color: var(--pink); }.footer-bottom { padding-top: 17px; border-top: 1px solid rgba(255,255,255,.15); display: flex; justify-content: space-between; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; opacity: .72; }

.drawer-backdrop { position: fixed; inset: 0; z-index: 80; background: rgba(91,53,28,.38); backdrop-filter: blur(4px); opacity: 0; transition: opacity .35s; }.drawer-backdrop.visible { opacity: 1; }.order-drawer { position: fixed; z-index: 90; right: 0; top: 0; bottom: 0; width: min(440px,100%); padding: 32px; display: flex; flex-direction: column; background: var(--vanilla); border-radius: 35px 0 0 35px; transform: translateX(105%); transition: transform .4s cubic-bezier(.2,.8,.2,1); box-shadow: -15px 0 45px rgba(91,53,28,.15); }.order-drawer.open { transform: translateX(0); }.drawer-head { display: flex; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--line); }.drawer-head .eyebrow { margin-bottom: 5px; }.drawer-head h2 { margin: 0; font-family: var(--display); font-size: 38px; }.drawer-head h2 span { width: 25px; height: 25px; display: inline-grid; place-items: center; border-radius: 50%; color: white; background: var(--pink-deep); font-family: var(--sans); font-size: 10px; vertical-align: middle; }.drawer-close { border: 0; background: none; font-size: 33px; cursor: pointer; }.drawer-items { overflow-y: auto; }.drawer-item { padding: 16px 0; display: flex; justify-content: space-between; align-items: center; gap: 15px; border-bottom: 1px solid var(--line); }.drawer-item h3 { margin: 0 0 3px; font-family: var(--display); font-size: 20px; }.drawer-item small { font-size: 7px; text-transform: uppercase; letter-spacing: .1em; }.quantity { display: flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; }.quantity button { width: 29px; height: 29px; border: 0; background: none; cursor: pointer; }.quantity span { width: 18px; text-align: center; font-size: 10px; }.drawer-empty { margin: auto; display: none; text-align: center; }.drawer-empty.visible { display: block; }.empty-cookie { width: 70px; height: 70px; margin: 0 auto 18px; display: block; border-radius: 50%; background: #d99a58; border: 3px solid var(--brown); position: relative; }.empty-cookie::before { content: ""; position: absolute; inset: 10px; background: radial-gradient(circle at 20% 20%, var(--brown) 0 3px, transparent 4px),radial-gradient(circle at 80% 34%, var(--brown) 0 3px, transparent 4px),radial-gradient(circle at 42% 75%, var(--brown) 0 3px, transparent 4px); }.drawer-empty h3 { margin: 0 0 6px; font-family: var(--display); font-size: 24px; }.drawer-empty p { margin: 0 0 17px; font-size: 10px; }.drawer-footer { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); }.drawer-footer p { font-size: 8px; line-height: 1.5; opacity: .65; }.drawer-footer .button { width: 100%; margin-top: 7px; }.drawer-footer.hidden { display: none; }.toast { position: fixed; z-index: 100; left: 50%; bottom: 24px; padding: 12px 18px; border-radius: 999px; color: white; background: var(--brown); font-size: 10px; opacity: 0; transform: translate(-50%,30px); transition: .3s; pointer-events: none; }.toast.show { opacity: 1; transform: translate(-50%,0); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s, transform .7s; }.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .page-shell { width: calc(100% - 30px); margin: 15px auto; border-radius: 30px; }.site-header { grid-template-columns: 1fr auto; }.main-nav { position: absolute; left: 0; right: 0; top: 88px; padding: 25px 5%; flex-direction: column; align-items: flex-start; background: var(--peach); border-top: 1px solid var(--line); opacity: 0; transform: translateY(-145%); transition: .3s; z-index: -1; }.main-nav.open { opacity: 1; transform: translateY(0); }.main-nav a { width: 100%; font-family: var(--display); font-size: 22px; background: none; }.menu-toggle { display: flex; flex-direction: column; gap: 6px; padding: 10px; cursor: pointer; }.menu-toggle span { width: 24px; height: 2px; background: var(--brown); }.bag-button { position: fixed; right: 20px; bottom: 20px; z-index: 50; box-shadow: 0 8px 25px rgba(91,53,28,.2); }.hero { padding-left: 4%; padding-right: 4%; grid-template-columns: 1fr 1fr; }.hero h1 { font-size: 76px; }.doodle-cupcake,.doodle-cookie { display: none; }.product-grid { grid-template-columns: repeat(2,1fr); }.product-image { height: 34vw; min-height: 260px; }.craft-section { padding: 55px 5%; gap: 5%; }.visit-details { grid-template-columns: 1fr 1fr; }.visit-details div:last-child { grid-column: 1/3; }
}

@media (max-width: 720px) {
  .page-shell { width: 100%; margin: 0; border-radius: 0; }.announcement { font-size: 7px; }.site-header { height: 72px; padding: 0 20px; }.main-nav { top: 72px; }.brand-copy { font-size: 20px; }.brand-mark { width: 38px; height: 38px; }.hero { min-height: 890px; padding: 65px 20px 130px; display: block; }.hero h1 { font-size: 76px; }.hero-tagline { font-size: 11px; }.hero-visual { height: 435px; margin-top: 35px; }.hero-photo { inset: 5% 4% 1% 4%; }.hero-badge { right: -5px; width: 96px; height: 96px; }.doodle-cake { top: 44%; right: -16px; width: 73px; height: 73px; }.tiny-star.star-a { left: 9%; top: 39%; }.clouds { height: 90px; }.section-pad { padding: 80px 18px; }.section-heading h2 { font-size: 52px; }.filters { justify-content: flex-start; overflow-x: auto; padding-bottom: 4px; }.product-grid { grid-template-columns: 1fr; gap: 18px; }.product-image { height: 76vw; max-height: 420px; }.sprinkle-line { gap: 10px; padding: 0 18px; }.craft-section { display: block; padding: 35px 18px 75px; }.craft-photo { height: 450px; }.craft-copy { padding-top: 65px; }.craft-copy h2 { font-size: 50px; }.craft-points { gap: 6px; }.craft-points div { min-height: 93px; padding: 12px 9px; }.craft-points span { font-size: 14px; }.moments-title h2 { font-size: 56px; }.moment-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 330px 210px 280px; }.moment-a { grid-column: 1/3; grid-row: 1; }.moment-b { grid-column: 1; grid-row: 2; }.moment-c { grid-column: 1/3; grid-row: 3; }.moment-quote { grid-column: 2; grid-row: 2; padding: 14px; }.moment-quote p { font-size: 17px; }.visit-section { display: block; padding: 75px 18px 35px; }.visit-card h2 { font-size: 53px; }.visit-details { grid-template-columns: 1fr 1fr; }.visit-illustration { margin-top: 60px; min-height: 350px; }.shop-sign { right: 2%; width: 200px; height: 250px; }.shop-sign strong { font-size: 45px; }.cookie-mascot { left: 0; width: 185px; height: 185px; }.eye { top: 80px }.e1 { left: 59px }.e2 { right: 59px }.smile { left: 78px; top: 94px }.c1 { left: 38px; top: 40px }.c2 { right: 33px; top: 34px }.c3 { left: 46px; bottom: 31px }.footer-brand { align-items: flex-start; }.footer-brand h2 { font-size: 39px; }.footer-links { justify-content: flex-start; gap: 40px; }.footer-bottom { flex-direction: column; gap: 7px; }.order-drawer { padding: 25px 20px; border-radius: 0; }
}

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