:root {
  --pink: #ef6f9a;
  --pink-deep: #d95382;
  --pink-soft: #ffd9e4;
  --blue: #9fd4de;
  --blue-deep: #5aaab9;
  --cream: #fff7eb;
  --paper: #fffaf4;
  --yellow: #f6d77a;
  --brown: #4b281f;
  --brown-2: #2e1713;
  --ink: #33231f;
  --muted: #735f58;
  --white: #fff;
  --radius: 28px;
  --header-h: 82px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; max-width: 100%; overflow-x: clip; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; font-size: 17px; line-height: 1.65; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Fraunces", serif; line-height: 1.04; letter-spacing: -.035em; }
h1 { font-size: clamp(3.2rem, 7.2vw, 7.5rem); max-width: 920px; margin-bottom: 26px; }
h2 { font-size: clamp(2.5rem, 5vw, 5.3rem); margin-bottom: 28px; }
h3 { font-size: 1.75rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; background: var(--brown); color: #fff; padding: 12px 18px; z-index: 1000; border-radius: 8px; }
.skip-link:focus { top: 14px; }
.anchor-section { scroll-margin-top: calc(var(--header-h) + 14px); }
.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section-pad { padding: clamp(90px, 10vw, 150px) 0; }
.eyebrow { margin-bottom: 18px; color: var(--pink-deep); font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .18em; }
.eyebrow.light { color: var(--pink-soft); }
.lead { font-size: clamp(1.15rem, 1.8vw, 1.45rem); line-height: 1.55; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: var(--header-h); display: grid; grid-template-columns: 230px 1fr auto; align-items: center; gap: 22px; padding: 0 34px; color: #fff; transition: background .35s, color .35s, box-shadow .35s, backdrop-filter .35s; }
.site-header.is-scrolled { color: var(--ink); background: rgba(255,250,244,.92); backdrop-filter: blur(16px); box-shadow: 0 10px 35px rgba(75,40,31,.09); }
.brand img { width: 210px; height: auto; }
.site-header.is-scrolled .brand img { filter: invert(18%) sepia(18%) saturate(1297%) hue-rotate(335deg) brightness(84%) contrast(93%); }
.main-nav { display: flex; justify-content: center; gap: clamp(18px, 2.4vw, 38px); font-size: .84rem; font-weight: 700; }
.main-nav a { position: relative; padding: 12px 0; }
.main-nav a::after { content: ""; position: absolute; left: 0; bottom: 6px; width: 0; height: 2px; background: var(--pink); transition: width .25s; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { width: 100%; }
.header-cta { background: var(--pink); color: #fff; padding: 12px 20px; border-radius: 999px; font-size: .84rem; font-weight: 700; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.instagram-button { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; flex: none; border-radius: 14px; transition: transform .2s, background .2s, color .2s; }
.instagram-button svg { width: 25px; height: 25px; }
.instagram-button:hover, .instagram-button:focus-visible { transform: translateY(-2px); }
.instagram-header { color: #fff; border: 1.5px solid rgba(255,255,255,.8); background: rgba(75,40,31,.16); }
.instagram-header:hover { background: var(--pink); border-color: var(--pink); }
.site-header.is-scrolled .instagram-header { color: var(--pink-deep); border-color: currentColor; background: transparent; }
.site-header.is-scrolled .instagram-header:hover { color: #fff; background: var(--pink-deep); }
.menu-toggle { display: none; background: transparent; border: 0; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; background: currentColor; margin: 5px 0; }

.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; color: #fff; isolation: isolate; overflow: clip; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center 45%; z-index: -3; }
.hero-shade { z-index: -2; background: linear-gradient(90deg, rgba(43,20,16,.86) 0%, rgba(56,23,21,.61) 43%, rgba(56,23,21,.08) 78%), linear-gradient(0deg, rgba(31,16,13,.48), transparent 45%); }
.hero::after { content: ""; position: absolute; width: 300px; height: 300px; border-radius: 50%; background: var(--pink); filter: blur(110px); opacity: .28; right: -80px; top: 17%; z-index: -1; }
.hero-content { width: min(1280px, calc(100% - 70px)); margin: 0 auto; padding: 170px 0 110px; }
.hero-copy { max-width: 720px; font-size: clamp(1.08rem, 1.7vw, 1.38rem); color: rgba(255,255,255,.9); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button-row.centered { justify-content: center; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 54px; padding: 0 24px; border-radius: 999px; font-size: .92rem; font-weight: 700; transition: transform .22s, background .22s, color .22s, box-shadow .22s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(75,40,31,.18); }
.button-primary { background: var(--pink); color: #fff; }
.button-primary:hover { background: var(--pink-deep); }
.button-ghost { border: 1px solid rgba(255,255,255,.55); color: #fff; backdrop-filter: blur(7px); }
.button-cream { background: var(--cream); color: var(--brown); }
.button-dark { background: var(--brown); color: #fff; }
.button-outline-light { border: 1px solid rgba(255,255,255,.5); color: #fff; }
.button-outline-dark { border: 1px solid rgba(75,40,31,.35); color: var(--brown); }
.scroll-cue { position: absolute; right: 34px; bottom: 30px; display: flex; align-items: center; gap: 14px; font-size: .78rem; text-transform: uppercase; letter-spacing: .13em; }
.scroll-cue b { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; }

.experience { background: var(--cream); overflow: hidden; }
.experience-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(55px, 8vw, 120px); align-items: center; }
.experience-copy { max-width: 520px; }
.experience-copy > p:not(.eyebrow) { color: var(--muted); }
.feature-list { display: grid; grid-template-columns: 1fr 1fr; column-gap: 22px; row-gap: 19px; list-style: none; padding: 0; margin: 30px 0 36px; font-size: .97rem; font-weight: 700; line-height: 1.35; }
.feature-list li { display: flex; align-items: center; gap: 12px; min-width: 0; }
.feature-list svg { width: 30px; height: 30px; flex: none; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; color: var(--pink-deep); }
.feature-list li:nth-child(2n) svg { color: var(--blue-deep); }
.feature-list li:nth-child(3n) svg { color: #b17b29; }
.text-link { display: inline-flex; align-items: center; gap: 11px; color: var(--brown); font-weight: 700; border-bottom: 1px solid rgba(75,40,31,.25); padding-bottom: 5px; }
.text-link span { transition: transform .22s; }
.text-link:hover span { transform: translateX(5px); }
.store-showcase { position: relative; min-height: 750px; }
.slides { position: absolute; inset: 0 40px 56px 0; overflow: hidden; border-radius: 220px 220px 24px 24px; background: var(--pink-soft); }
.slide { position: absolute; inset: 0; margin: 0; opacity: 0; transition: opacity .7s ease; }
.slide.is-active { opacity: 1; z-index: 1; }
.slide img { width: 100%; height: 100%; object-fit: cover; }
.slide-controls { position: absolute; z-index: 4; right: 0; bottom: 13px; display: flex; align-items: center; gap: 14px; background: var(--brown); color: #fff; padding: 10px 12px; border-radius: 999px; }
.slide-controls button { width: 38px; height: 38px; border: 0; border-radius: 50%; background: rgba(255,255,255,.12); color: #fff; cursor: pointer; }
.slide-controls span { min-width: 64px; text-align: center; font-size: .78rem; }
.showcase-note { position: absolute; z-index: 3; left: -42px; bottom: 72px; padding: 16px 22px; transform: rotate(-4deg); background: var(--yellow); border-radius: 5px; font-family: "Fraunces", serif; font-size: 1.15rem; }

.products { background: #fff; padding-block: clamp(82px, 7vw, 112px); overflow: hidden; }
.products .section-heading { margin-bottom: 48px; }
.product-guide { display: none; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; margin-bottom: 64px; }
.section-heading h2 { max-width: 820px; margin-bottom: 0; }
.section-heading > p { color: var(--muted); margin-bottom: 8px; }
.product-showcase { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(52px, 7vw, 100px); align-items: center; }
.product-index { display: grid; gap: 5px; }
.product-tab { display: grid; grid-template-columns: 34px 1fr; gap: 14px; width: 100%; padding: 15px 16px; border: 0; border-left: 3px solid transparent; border-radius: 0 16px 16px 0; background: transparent; color: var(--brown); text-align: left; cursor: pointer; transition: background .25s, border-color .25s, transform .25s; }
.product-tab:hover { background: rgba(239,111,154,.07); }
.product-tab:focus-visible { outline: 3px solid rgba(45,124,142,.35); outline-offset: 3px; }
.product-tab.is-active { border-left-color: var(--pink); background: rgba(239,111,154,.12); transform: translateX(6px); }
.product-tab > span:first-child { padding-top: 4px; color: var(--pink-deep); font-size: .7rem; font-weight: 800; letter-spacing: .12em; }
.product-tab b { display: block; font-family: "Fraunces", serif; font-size: 1.32rem; line-height: 1.2; }
.product-tab small { display: block; max-width: 390px; margin-top: 4px; color: var(--muted); font-size: .82rem; line-height: 1.45; }
.product-stage { position: relative; min-height: 610px; }
.product-panel { position: absolute; inset: 0; opacity: 0; transform: translateY(12px); transition: opacity .42s ease, transform .42s ease; pointer-events: none; }
.product-panel.is-active { opacity: 1; transform: none; pointer-events: auto; }
.product-panel figure { position: absolute; margin: 0; overflow: hidden; border-radius: 22px; box-shadow: 0 24px 55px rgba(75,40,31,.2); }
.product-panel img { width: 100%; height: 100%; object-fit: cover; }
.product-main-shot { top: 0; left: 0; width: 74%; aspect-ratio: 4 / 5; background: var(--pink-soft); }
.product-detail-shot { width: 35%; aspect-ratio: 4 / 5; right: -5%; bottom: 0; border: 6px solid #fff; background: var(--blue); }
.product-panel[data-product-panel="selfservice"] .product-main-shot img { object-position: center 48%; }
.product-panel[data-product-panel="selfservice"] .product-detail-shot img { object-position: center 52%; }
.product-panel[data-product-panel="levar"] .product-main-shot img { object-position: center 48%; }
.product-panel[data-product-panel="levar"] .product-detail-shot img { object-position: center 50%; }
.product-panel[data-product-panel="milkshakes"] .product-main-shot img { object-position: center 61%; }
.product-panel[data-product-panel="milkshakes"] .product-detail-shot img { object-position: center 34%; }
.product-panel[data-product-panel="picoles"] .product-main-shot img { object-position: center 55%; }
.product-panel[data-product-panel="picoles"] .product-detail-shot img { object-position: center 76%; }
.product-panel[data-product-panel="cafes"] .product-main-shot img { object-position: center 63%; }
.product-panel[data-product-panel="cafes"] .product-detail-shot img { object-position: center 68%; }
.product-panel[data-product-panel="sobremesas"] .product-main-shot img { object-position: center 55%; }
.product-panel[data-product-panel="sobremesas"] .product-detail-shot img { object-position: center 56%; }

.cookies { min-height: 690px; display: grid; grid-template-columns: 1fr 1fr; background: var(--brown); color: #fff; overflow: hidden; }
.cookies-images { position: relative; min-height: 690px; overflow: hidden; background: var(--cream); }
.cookies-shot { position: absolute; margin: 0; overflow: hidden; box-shadow: 0 24px 55px rgba(75,40,31,.22); }
.cookies-shot-main { top: 52px; left: 7%; width: 63%; aspect-ratio: 4 / 5; border-radius: 180px 180px 24px 24px; }
.cookies-shot-secondary { z-index: 2; width: 32%; aspect-ratio: 4 / 5; right: 1%; bottom: 52px; border: 6px solid var(--cream); border-radius: 22px; }
.cookies-shot img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.cookies-shot:hover img { transform: scale(1.025); }
.cookies-shot-main img { object-position: center 48%; }
.cookies-shot-secondary img { object-position: center 52%; }
.cookies-copy { position: relative; min-height: 690px; display: flex; align-items: center; padding: clamp(58px, 6vw, 96px); overflow: hidden; isolation: isolate; }
.cookies-copy-bg, .cookies-copy-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.cookies-copy-bg { z-index: -3; object-fit: cover; object-position: center 48%; }
.cookies-copy-shade { z-index: -2; background: linear-gradient(90deg, rgba(46,23,19,.86) 0%, rgba(46,23,19,.74) 52%, rgba(46,23,19,.56) 100%); }
.cookies-copy-inner { position: relative; z-index: 1; max-width: 650px; }
.cookies-copy-inner > p { color: rgba(255,255,255,.8); }
.signature-product { border-left: 2px solid var(--pink); padding-left: 22px; margin: 34px 0; }
.signature-product span { color: var(--pink-soft); font-size: .75rem; text-transform: uppercase; letter-spacing: .15em; }
.signature-product h3 { margin: 5px 0 4px; color: #fff; }
.signature-product p { margin: 0; color: rgba(255,255,255,.68); }

.delivery { position: relative; color: #fff; background: var(--brown-2); overflow: hidden; }
.delivery-intro { position: absolute; z-index: 1; inset: 0 0 auto; padding: 17px 0 92px; background: linear-gradient(180deg, rgba(45,22,18,.97), rgba(45,22,18,.72) 58%, transparent); }
.delivery-intro .section-shell { width: min(1180px, calc(100% - 48px)); display: flex; flex-direction: column; align-items: flex-start; max-width: 1180px; padding-left: min(52%, 610px); }
.delivery-intro .eyebrow { margin-bottom: 12px; }
.delivery-intro h2 { max-width: 560px; margin-bottom: 14px; font-size: clamp(2.7rem, 3.5vw, 4rem); }
.delivery-intro p:last-child { max-width: 500px; margin: 0; color: rgba(255,255,255,.9); }
.delivery-photo { position: relative; width: 100%; aspect-ratio: 1672 / 941; margin-top: 24px; }
.delivery-bg { display: block; width: 100%; height: 100%; object-fit: contain; }
.delivery-choices { position: absolute; z-index: 1; inset: auto 0 0; padding: 78px 0 18px; background: linear-gradient(0deg, rgba(35,16,13,.97), rgba(35,16,13,.86) 53%, transparent); }
.delivery-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin: 0 0 22px; }
.delivery-options article { display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: 18px; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.28); }
.delivery-options span { grid-column: 2; color: var(--pink-soft); text-transform: uppercase; letter-spacing: .12em; font-size: .7rem; font-weight: 700; }
.delivery-options h3 { grid-column: 2; font-size: 1.18rem; margin: 4px 0 0; }
.delivery-options a { grid-column: 1; grid-row: 1 / 3; display: inline-flex; align-items: center; gap: 10px; min-height: 48px; padding: 6px 17px; border-radius: 999px; background: #ea1d2c; color: #fff; font-size: .83rem; font-weight: 700; white-space: nowrap; transition: background .2s, transform .2s; }
.delivery-options a:hover, .delivery-options a:focus-visible { background: #c91423; transform: translateY(-2px); }
.delivery-options a.delivery-whatsapp { background: #1fa855; padding-inline: 18px; }
.delivery-options a.delivery-whatsapp:hover, .delivery-options a.delivery-whatsapp:focus-visible { background: #168c46; }
.delivery-options a img { width: 58px; height: auto; }
.delivery-options a b { font-size: 1.1rem; }
.small-note { font-size: .78rem; color: rgba(255,255,255,.65); margin: 0; }

.events { position: relative; min-height: 790px; display: flex; align-items: center; overflow: hidden; isolation: isolate; color: #fff; }
.events-bg, .events-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.events-bg { z-index: -3; object-fit: cover; object-position: center 52%; }
.events-shade { z-index: -2; background: linear-gradient(90deg, rgba(43,20,16,.97) 0%, rgba(43,20,16,.9) 32%, rgba(43,20,16,.58) 57%, rgba(43,20,16,.1) 100%); }
.event-grid { position: relative; display: grid; grid-template-columns: minmax(0, 610px) minmax(390px, 507px); gap: clamp(36px, 4vw, 62px); align-items: center; }
.event-photo { position: relative; width: 100%; max-width: 507px; justify-self: end; }
.event-photo > img { display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border: 5px solid rgba(255,255,255,.62); border-radius: 190px 190px 24px 24px; box-shadow: 0 28px 70px rgba(35,18,14,.34); }
.event-stamp { position: absolute; left: -44px; bottom: 38px; width: 145px; height: 145px; display: grid; place-content: center; text-align: center; background: var(--yellow); color: var(--brown); border-radius: 50%; transform: rotate(7deg); box-shadow: 0 20px 45px rgba(35,18,14,.3); }
.event-stamp b { font-family: "Fraunces", serif; font-size: 2.4rem; line-height: 1; }
.event-stamp span { font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; }
.event-copy { max-width: 660px; }
.event-copy > p { color: rgba(255,255,255,.8); }
.occasion-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0; }
.occasion-list span, .location-tags span { padding: 8px 13px; border: 1px solid rgba(75,40,31,.18); border-radius: 999px; font-size: .8rem; font-weight: 700; }
.events .occasion-list span { border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.08); backdrop-filter: blur(5px); }
.event-details { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin: 0 0 24px; }
.event-details p { margin: 0; padding: 13px 14px; border: 1px solid rgba(255,255,255,.23); border-radius: 14px; background: rgba(255,255,255,.08); backdrop-filter: blur(5px); }
.event-details b, .event-details span { display: block; }
.event-details b { margin-bottom: 4px; font-size: .78rem; color: var(--pink-soft); text-transform: uppercase; letter-spacing: .07em; }
.event-details span { font-size: .82rem; line-height: 1.4; color: rgba(255,255,255,.85); }
.benefit { border-top: 1px solid rgba(255,255,255,.28); padding-top: 24px; }

.venue { position: relative; overflow: hidden; background: var(--brown-2); color: #fff; }
.venue-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: center; }
.venue-copy > p { color: rgba(255,255,255,.74); }
.venue-features { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 22px; list-style: none; padding: 0; margin: 28px 0 36px; font-size: .9rem; }
.venue-features li::before { content: "•"; color: var(--pink); margin-right: 9px; }
.venue-schedule { margin: -10px 0 30px; padding: 12px 15px; border-left: 2px solid var(--pink); background: rgba(255,255,255,.07); color: rgba(255,255,255,.86) !important; font-size: .88rem; }
.access-note { margin-top: 19px; font-size: .8rem; }
.venue-gallery { position: relative; min-height: 700px; }
.venue-gallery figure { position: absolute; margin: 0; overflow: hidden; border-radius: 22px; box-shadow: 0 24px 55px rgba(0,0,0,.22); }
.venue-gallery img { width: 100%; height: 100%; object-fit: cover; }
.venue-main-shot { left: -13%; top: 0; width: 66%; height: 80%; }
.venue-main-shot img { object-position: 50% 34%; }
.venue-main-shot figcaption { position: absolute; left: 18px; bottom: 104px; max-width: calc(100% - 36px); padding: 10px 15px; background: rgba(46,23,19,.86); backdrop-filter: blur(8px); border-radius: 999px; font-size: .75rem; }
.venue-space-shot { width: 42%; height: auto; aspect-ratio: 4 / 5; right: 0; bottom: 0; border: 5px solid var(--brown-2); }
.venue-space-shot img { object-position: center; }
.venue-detail-shot { width: 38%; height: 43%; right: 0; top: 18px; border: 5px solid var(--brown-2); }
.venue-decor-shot { width: 58.5%; height: auto; aspect-ratio: 3 / 2; left: -8%; bottom: -1%; border: 5px solid var(--brown-2); }

.reviews { background: var(--blue); }
.reviews-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.reviews-heading h2 { margin-bottom: 0; }
.reviews-rating { display: inline-flex; align-items: center; gap: 12px; margin: 24px 0 0; font-weight: 700; color: var(--brown); }
.reviews-rating span { color: var(--pink-deep); letter-spacing: .12em; }
.review-panel { background: rgba(255,255,255,.83); padding: clamp(34px, 5vw, 65px); border-radius: var(--radius); }
.stars { color: var(--pink-deep); letter-spacing: .16em; font-size: 1.2rem; }
.review-slides { min-height: 205px; }
.review-slide { animation: review-in .45s ease both; }
.review-slide blockquote { margin: 22px 0; font-family: "Fraunces", serif; font-size: clamp(1.5rem, 2.7vw, 2.4rem); line-height: 1.25; }
.review-slide p { color: var(--brown); font-weight: 700; font-size: .88rem; }
.review-slide p span { color: var(--muted); font-weight: 500; }
.review-footer { display: flex; gap: 24px; align-items: center; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(75,40,31,.13); }
.review-nav { display: flex; align-items: center; gap: 10px; color: var(--brown); font-size: .78rem; }
.review-nav button { width: 36px; height: 36px; border: 0; border-radius: 50%; background: var(--brown); color: #fff; cursor: pointer; }
.review-nav button:hover, .review-nav button:focus-visible { background: var(--pink-deep); }
@keyframes review-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

.location { display: grid; grid-template-columns: minmax(330px, .82fr) minmax(0, 1.18fr); gap: clamp(55px, 7vw, 110px); align-items: center; min-height: 760px; padding: clamp(64px, 7vw, 110px) max(30px, calc((100% - 1180px)/2)); background: var(--cream); overflow: hidden; }
.location-photo { position: relative; width: min(100%, 520px); aspect-ratio: 4 / 5; justify-self: center; border-radius: 28px; overflow: hidden; box-shadow: 0 28px 65px rgba(75,40,31,.18); }
.location-photo::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.48); border-radius: inherit; pointer-events: none; }
.location-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.location-content { align-self: center; max-width: 610px; padding: 0; }
.location-content > p { color: var(--muted); }
.location-content address { font-style: normal; margin: 28px 0 12px; }
.phone { display: inline-block; margin: 5px 0 24px; font-family: "Fraunces", serif; font-size: 1.55rem; }
.location-tags { display: flex; flex-wrap: wrap; gap: 8px; }

.final-cta { position: relative; overflow: hidden; background: var(--yellow); text-align: center; }
.final-scoop { position: absolute; width: 360px; height: 360px; left: -170px; bottom: -190px; border-radius: 50%; background: var(--pink); box-shadow: 210px -230px 0 var(--blue); opacity: .42; }
.final-content { position: relative; max-width: 890px; }
.final-logo { display: grid; place-items: center; width: min(380px, 46vw); margin: 0 auto 46px; padding: 12.5px 22px; background: var(--brown-2); border-radius: 12px; box-shadow: 0 9px 23px rgba(75,40,31,.18); }
.final-logo img { display: block; width: 100%; filter: brightness(0) invert(1); }
.final-content p { max-width: 700px; margin-inline: auto; }
.signature { margin-top: 42px !important; font-family: "Fraunces", serif; font-size: 1.6rem; }

.site-footer { position: relative; display: grid; grid-template-columns: 1.3fr 1fr .8fr .55fr; gap: 55px; padding: 70px max(30px, calc((100% - 1180px)/2)) 92px; background: var(--brown); color: rgba(255,255,255,.72); font-size: .88rem; }
.site-footer b { display: block; color: #fff; margin-bottom: 13px; }
.site-footer a { display: block; margin: 6px 0; }
.site-footer .instagram-footer { display: inline-flex; margin: 2px 0 9px; color: var(--brown); background: var(--pink-soft); }
.site-footer .instagram-footer:hover { background: var(--pink); color: #fff; }
.footer-brand img { width: 250px; margin-bottom: 12px; }
.footer-brand span { color: var(--pink-soft); text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; }
.copyright { position: absolute; left: max(30px, calc((100% - 1180px)/2)); bottom: 24px; margin: 0; font-size: .72rem; }
.site-credit { position: absolute; right: max(30px, calc((100% - 1180px)/2)); bottom: 24px; margin: 0; font-size: .75rem; color: rgba(255,255,255,.58); }
.mobile-actions { display: none; }
.whatsapp-float { position: fixed; z-index: 110; right: 24px; bottom: 24px; width: 62px; height: 62px; display: grid; place-items: center; border-radius: 50%; background: #25d366; color: #fff; box-shadow: 0 6px 20px rgba(0,0,0,.25); transition: transform .2s, box-shadow .2s; }
.whatsapp-float svg { width: 34px; height: 34px; }
.whatsapp-float:hover, .whatsapp-float:focus-visible { transform: translateY(-3px); box-shadow: 0 9px 25px rgba(0,0,0,.3); }
.whatsapp-float:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1180px) {
  :root { --header-h: 72px; }
  .site-header { grid-template-columns: 1fr auto auto; gap: 12px; padding: 0 22px; }
  .brand img { width: 184px; }
  .header-cta { display: none; }
  .instagram-header { width: 42px; height: 42px; }
  .menu-toggle { display: block; color: inherit; z-index: 3; }
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 22px; background: var(--brown); color: #fff; font-size: 1.2rem; opacity: 0; visibility: hidden; transition: opacity .28s, visibility .28s; }
  .menu-open .main-nav { opacity: 1; visibility: visible; }
  .menu-open .menu-toggle { color: #fff; }
  .experience-grid, .event-grid, .venue-grid, .reviews-grid { grid-template-columns: 1fr; }
  .experience-copy, .event-copy { max-width: none; }
  .event-grid { grid-template-columns: minmax(0, 1fr) minmax(340px, 440px); gap: 36px; }
  .store-showcase { min-height: 770px; max-width: 650px; width: 100%; margin-inline: auto; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .cookies { grid-template-columns: 1fr; }
  .cookies-images { min-height: 640px; order: 2; }
  .cookies-copy { min-height: 620px; order: 1; }
  .events-shade { background: linear-gradient(90deg, rgba(43,20,16,.96) 0%, rgba(43,20,16,.82) 56%, rgba(43,20,16,.28) 100%); }
  .location { grid-template-columns: 1fr; gap: 55px; padding-inline: max(24px, calc((100% - 720px)/2)); }
  .location-photo { width: min(100%, 520px); height: auto; }
  .site-footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 1020px) {
  .delivery { height: auto; }
  .delivery-intro { position: relative; inset: auto; padding: 62px 0 48px; background: var(--brown); }
  .delivery-intro .section-shell { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(270px, .8fr); column-gap: 35px; align-items: end; padding-left: 0; }
  .delivery-intro .eyebrow { grid-column: 1 / -1; margin-bottom: 22px; }
  .delivery-intro h2 { max-width: 780px; margin-bottom: 0; font-size: clamp(2.8rem, 5vw, 5.2rem); }
  .delivery-intro p:last-child { max-width: 400px; margin: 0 0 5px; }
  .delivery-photo { position: relative; inset: auto; aspect-ratio: 1672 / 941; height: auto; margin-top: 0; }
  .delivery-choices { position: relative; inset: auto; padding: 36px 0 40px; background: var(--brown-2); }
  .delivery-options { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .event-details {
    grid-template-columns: 1fr;
  }

  body { font-size: 16px; padding-bottom: 64px; }
  .site-header { padding-inline: 16px; gap: 8px; }
  .brand img { width: min(150px, 43vw); }
  main, main > section, .section-shell, .hero-content { min-width: 0; max-width: 100%; }
  h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  h2 { font-size: clamp(2.45rem, 11vw, 3.5rem); }
  .section-shell { width: min(100% - 32px, 1180px); }
  .section-pad { padding: 86px 0; }
  .hero { min-height: 840px; }
  .hero-image { object-position: 60% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(43,20,16,.91) 0%, rgba(43,20,16,.58) 60%, rgba(43,20,16,.15) 100%); }
  .hero-content { width: calc(100% - 32px); padding: 160px 0 94px; }
  .hero-copy { font-size: 1rem; }
  .button-row { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .scroll-cue { display: none; }
  .feature-list, .venue-features { grid-template-columns: 1fr; }
  .store-showcase { min-height: 640px; }
  .slides { inset: 0 15px 58px 0; border-radius: 160px 160px 20px 20px; }
  .showcase-note { left: -4px; bottom: 74px; }
  .product-showcase { grid-template-columns: 1fr; gap: 30px; }
  .products .section-heading { margin-bottom: 24px; }
  .product-guide { display: block; margin: 0 0 16px; color: var(--pink-deep); font-size: .9rem; font-weight: 700; }
  .product-index { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; padding: 0; margin: 0; overflow: visible; }
  .product-tab { min-width: 0; min-height: 80px; grid-template-columns: 23px 1fr; gap: 7px; padding: 12px 10px; border: 1px solid rgba(75,40,31,.13); border-radius: 14px; background: var(--paper); }
  .product-tab.is-active { border-color: var(--pink); background: var(--pink-soft); transform: none; }
  .product-tab b { font-size: 1rem; }
  .product-tab small { display: none; }
  .product-stage { min-height: 390px; }
  .cookies-images { min-height: 500px; }
  .cookies-shot-main { top: 32px; left: 4%; width: 72%; border-radius: 120px 120px 20px 20px; }
  .cookies-shot-secondary { width: 32%; right: -2%; bottom: 32px; border-width: 4px; border-radius: 18px; }
  .cookies-copy { min-height: 580px; padding: 70px 24px; }
  .cookies-copy-shade { background: linear-gradient(0deg, rgba(46,23,19,.88) 0%, rgba(46,23,19,.76) 62%, rgba(46,23,19,.58) 100%); }
  .delivery-intro { position: absolute; z-index: 1; inset: 0 0 auto; height: min(700px, 175vw); min-height: 590px; padding: 0 0 42px; display: flex; align-items: flex-end; background: linear-gradient(0deg, rgba(36,16,13,.97) 0%, rgba(36,16,13,.77) 25%, rgba(36,16,13,.2) 62%, rgba(36,16,13,.05) 100%); }
  .delivery-intro .section-shell { display: block; width: calc(100% - 32px); }
  .delivery-intro .eyebrow { margin-bottom: 12px; }
  .delivery-intro h2 { font-size: clamp(2.55rem, 10.5vw, 3.7rem); max-width: 370px; margin-bottom: 16px; }
  .delivery-intro p:last-child { max-width: 370px; margin: 0; font-size: .95rem; }
  .delivery-photo { aspect-ratio: auto; height: min(700px, 175vw); min-height: 590px; }
  .delivery-bg { object-fit: cover; object-position: 22% center; }
  .delivery-choices { padding: 34px 0 38px; }
  .delivery-options { grid-template-columns: 1fr; }
  .delivery-options article { grid-template-columns: 1fr; gap: 5px; }
  .delivery-options span, .delivery-options h3 { grid-column: 1; }
  .delivery-options a { grid-column: 1; grid-row: 3; justify-self: start; margin-top: 12px; }
  .events { min-height: 0; align-items: stretch; }
  .events-bg { object-position: center 52%; }
  .events-shade { background: linear-gradient(180deg, rgba(43,20,16,.88), rgba(43,20,16,.95) 70%, rgba(43,20,16,.98)); }
  .event-grid { display: flex; flex-direction: column; gap: 48px; padding-top: 0; }
  .event-photo { position: relative; top: auto; right: auto; width: min(76vw, 299px); align-self: center; margin: 0 auto; }
  .event-photo > img { border-width: 4px; border-radius: 120px 120px 18px 18px; }
  .event-stamp { left: -28px; bottom: 22px; width: 108px; height: 108px; }
  .event-stamp b { font-size: 1.95rem; }
  .venue-grid { gap: 55px; }
  .venue-gallery { min-height: 650px; }
  .venue-main-shot { left: -11%; width: 68%; height: 75%; }
  .venue-main-shot figcaption { bottom: 88px; }
  .venue-space-shot { width: 44%; height: auto; }
  .venue-detail-shot { width: 40%; height: 38%; top: 20px; }
  .venue-decor-shot { width: 62%; height: auto; left: -10%; bottom: 0; }
  .reviews-grid { gap: 45px; }
  .review-panel { padding: 30px 24px; }
  .review-slides { min-height: 190px; }
  .review-footer { align-items: flex-start; flex-direction: column; }
  .location { gap: 42px; padding: 70px 16px 90px; }
  .location-photo { width: 100%; height: auto; border-radius: 22px; }
  .location-content { padding: 0 6px; }
  .final-logo { width: 50%; padding: 9px 12px; border-radius: 9px; }
  .site-footer { grid-template-columns: 1fr; padding-bottom: 105px; }
  .site-credit { left: 30px; right: 30px; bottom: 46px; }
  .mobile-actions { position: fixed; z-index: 90; display: grid; grid-template-columns: repeat(2, 1fr); inset: auto 0 0; background: var(--brown); color: #fff; box-shadow: 0 -10px 30px rgba(43,20,16,.16); }
  .mobile-actions a { text-align: center; padding: 14px 7px; border-right: 1px solid rgba(255,255,255,.12); font-size: .78rem; font-weight: 700; }
  .mobile-actions a:nth-child(2) { background: var(--pink); }
  .whatsapp-float { right: 18px; bottom: calc(76px + env(safe-area-inset-bottom, 0px)); width: 58px; height: 58px; }
}

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