:root {
  --cream: #fff8f3;
  --paper: #fffdfb;
  --ink: #211512;
  --muted: #6f625d;
  --berry: #e8415f;
  --berry-dark: #c92749;
  --coral: #ff7d72;
  --chocolate: #2b1712;
  --caramel: #d9873c;
  --blue: #54bce8;
  --line: rgba(43, 23, 18, .12);
  --shadow: 0 24px 70px rgba(92, 43, 27, .14);
  --radius: 28px;
  --shell: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.6; overflow-x: hidden; }
body.locked { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { background: #ffd1d9; color: var(--chocolate); }
.shell { width: min(var(--shell), calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 9999; left: 16px; top: -80px; padding: 10px 16px; background: var(--chocolate); color: #fff; border-radius: 10px; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }

.topbar { height: 34px; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 0 16px; background: var(--chocolate); color: #fff6ed; font-size: 12px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.topbar-dot { width: 7px; height: 7px; border-radius: 50%; background: #70d37d; box-shadow: 0 0 0 4px rgba(112, 211, 125, .15); }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255, 248, 243, .88); border-bottom: 1px solid rgba(43, 23, 18, .08); backdrop-filter: blur(16px); }
.nav-wrap { height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 8px; font-family: Georgia, serif; font-size: 22px; font-weight: 700; line-height: 1; }
.brand img { width: 54px; height: 54px; object-fit: contain; }
.brand-wordmark, .brand-name, .brand-point { display: block; }
.brand-wordmark { color: var(--ink); }
.brand-point { margin-top: 3px; color: var(--ink); font-family: "Segoe UI", sans-serif; font-size: 10px; letter-spacing: .28em; text-transform: uppercase; }
.brand-pink { color: var(--berry); }
.brand-blue { color: var(--blue); }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 700; }
.main-nav a { position: relative; transition: color .2s ease; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--berry); transition: right .25s ease; }
.main-nav a:hover { color: var(--berry); }
.main-nav a:hover::after { right: 0; }
.nav-cta { padding: 11px 18px; border-radius: 999px; background: var(--berry); color: #fff; box-shadow: 0 9px 24px rgba(232, 65, 95, .22); }
.nav-cta:hover { background: var(--berry-dark); color: #fff !important; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; cursor: pointer; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px 0; border-radius: 2px; background: var(--ink); transition: .25s ease; }

.hero { position: relative; isolation: isolate; padding: 68px 0 0; overflow: hidden; }
.hero::before { content: ""; position: absolute; z-index: -2; inset: 0; background: radial-gradient(circle at 78% 25%, #ffebda 0, transparent 34%), radial-gradient(circle at 14% 60%, #ffe0e5 0, transparent 29%); }
.hero-grid { min-height: 670px; display: grid; grid-template-columns: .93fr 1.07fr; align-items: center; gap: 70px; padding-bottom: 88px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 20px; color: var(--berry-dark); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { display: inline-grid; place-items: center; min-width: 29px; height: 29px; padding: 0 7px; border-radius: 9px; background: #ffe1e6; color: var(--berry); font-size: 12px; letter-spacing: 0; }
.eyebrow.light { color: #ffdce3; }
.eyebrow.light span { color: #fff; background: rgba(255,255,255,.14); }
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 700; line-height: .98; letter-spacing: -.045em; }
h1 { max-width: 680px; font-size: clamp(58px, 6.4vw, 92px); }
h1 em, h2 em { position: relative; color: var(--berry); font-weight: 400; }
h1 em::after { content: ""; position: absolute; left: 1%; right: -1%; bottom: -5px; height: 12px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='12' viewBox='0 0 240 12'%3E%3Cpath d='M2 8c55-7 147-7 236 0' stroke='%23e8415f' fill='none' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat; }
.hero-copy > p { max-width: 555px; margin: 30px 0; color: var(--muted); font-size: 19px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 13px 22px; border: 1px solid transparent; border-radius: 15px; cursor: pointer; font-size: 14px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--berry); color: #fff; box-shadow: 0 12px 30px rgba(232, 65, 95, .23); }
.button-primary:hover { background: var(--berry-dark); box-shadow: 0 15px 36px rgba(201, 39, 73, .28); }
.button-primary span { font-size: 18px; }
.button-ghost { border-color: var(--line); background: rgba(255,255,255,.6); }
.button-ghost:hover { background: #fff; box-shadow: 0 10px 24px rgba(43,23,18,.08); }
.button.full { width: 100%; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 28px; color: #594a44; font-size: 13px; font-weight: 700; }
.hero-notes span { display: flex; align-items: center; gap: 7px; }
.hero-notes i { width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: var(--berry); font-style: normal; box-shadow: 0 5px 14px rgba(43,23,18,.08); }

.hero-visual { position: relative; min-height: 570px; display: grid; place-items: center; }
.hero-image-wrap { position: relative; width: min(100%, 570px); aspect-ratio: 1 / .91; border: 12px solid rgba(255,255,255,.72); border-radius: 48% 52% 47% 53% / 56% 44% 56% 44%; overflow: hidden; box-shadow: var(--shadow); transform: rotate(2deg); background: #fff; }
.hero-image-wrap::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(43,23,18,.08); border-radius: inherit; pointer-events: none; }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.hero-stamp { position: absolute; z-index: 3; right: 1%; top: 4%; width: 150px; min-height: 126px; padding: 13px 16px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 3px solid #fff; border-radius: 38px; background: var(--berry); color: #fff; box-shadow: 0 14px 30px rgba(232,65,95,.25); transform: rotate(4deg); line-height: 1.05; text-align: center; }
.hero-stamp span, .hero-stamp small { font-size: 10px; font-weight: 800; text-transform: uppercase; }
.hero-stamp b { margin: 0; font-size: 18px; }
.hero-dual-price { flex-direction: column; align-items: center; gap: 1px; margin: 4px 0; }
.hero-dual-price > b + b::before { display: none; }
.hero-stamp small { max-width: 118px; line-height: 1.25; }
.hero-card { position: absolute; z-index: 3; min-width: 178px; display: grid; grid-template-columns: 38px 1fr; column-gap: 9px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.8); border-radius: 18px; background: rgba(255,255,255,.9); box-shadow: 0 14px 40px rgba(43,23,18,.14); backdrop-filter: blur(10px); }
.hero-card > span { grid-row: span 2; align-self: center; font-size: 28px; }
.hero-card b { font-size: 13px; line-height: 1.3; }
.hero-card small { color: var(--muted); font-size: 10px; }
.hero-card-left { left: -1%; bottom: 14%; transform: rotate(-4deg); }
.hero-card-right { right: -2%; bottom: 1%; transform: rotate(4deg); }
.hero-orb { position: absolute; z-index: -1; border-radius: 50%; filter: blur(1px); }
.hero-orb-one { width: 250px; height: 250px; right: -80px; top: 60px; background: rgba(84,188,232,.12); }
.hero-orb-two { width: 170px; height: 170px; left: -90px; bottom: 100px; background: rgba(232,65,95,.12); }
.marquee { height: 52px; display: flex; align-items: center; overflow: hidden; background: var(--berry); color: #fff; transform: rotate(-1deg) scale(1.02); }
.marquee div { min-width: max-content; font-size: 13px; font-weight: 900; letter-spacing: .14em; animation: marquee 24s linear infinite; }
.marquee span { margin: 0 22px; color: #ffceb3; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding: 120px 0; }
.menu-section { background: var(--paper); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; margin-bottom: 45px; }
.section-heading h2, .builder-intro h2, .booking-copy h2, .visit-details h2 { font-size: clamp(46px, 5.2vw, 72px); }
.section-heading > p { max-width: 390px; margin: 0 0 5px; color: var(--muted); font-size: 16px; }
.menu-tabs { display: flex; gap: 8px; margin-bottom: 28px; overflow-x: auto; scrollbar-width: none; }
.menu-tabs::-webkit-scrollbar { display: none; }
.menu-tab { flex: 0 0 auto; padding: 11px 17px; border: 1px solid var(--line); border-radius: 999px; background: transparent; cursor: pointer; font-size: 13px; font-weight: 800; transition: .2s ease; }
.menu-tab:hover { border-color: var(--berry); color: var(--berry); }
.menu-tab.active { border-color: var(--chocolate); background: var(--chocolate); color: #fff; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-card { position: relative; display: flex; flex-direction: column; min-height: 345px; border: 1px solid var(--line); border-radius: 24px; overflow: hidden; background: #fff; box-shadow: 0 7px 24px rgba(54,31,22,.05); animation: cardIn .4s ease both; transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-6px); box-shadow: 0 18px 44px rgba(54,31,22,.12); }
@keyframes cardIn { from { opacity: 0; transform: translateY(10px); } }
.product-art { position: relative; height: 174px; overflow: hidden; background: #ffe9e0; }
.product-art img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.product-card:hover .product-art img { transform: scale(1.055); }
.product-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(43,23,18,.13), transparent 50%); }
.product-emoji { position: absolute; z-index: 2; right: 13px; top: 13px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: rgba(255,255,255,.9); font-size: 22px; box-shadow: 0 8px 22px rgba(43,23,18,.12); }
.product-body { flex: 1; display: flex; flex-direction: column; padding: 18px; }
.product-kicker { margin-bottom: 4px; color: var(--berry); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.product-body h3 { margin: 0; font-family: Georgia, serif; font-size: 20px; line-height: 1.18; }
.product-body p { min-height: 38px; margin: 8px 0 15px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.product-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; }
.product-card.customizable .product-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
.product-price { font-size: 15px; font-weight: 900; }
.dual-price { display: inline-flex; align-items: baseline; gap: .34em; flex-wrap: wrap; color: inherit; font: inherit; line-height: 1.15; }
.dual-price > span, .dual-price > b { color: inherit; font: inherit; white-space: nowrap; }
.dual-price > span + span::before, .dual-price > b + b::before { content: "·"; margin-right: .34em; opacity: .5; }
.product-add { width: 36px; height: 36px; display: grid; place-items: center; border: 0; border-radius: 11px; background: #ffe5ea; color: var(--berry); cursor: pointer; font-size: 20px; font-weight: 700; transition: .2s ease; }
.product-add:hover { background: var(--berry); color: #fff; transform: rotate(90deg); }
.menu-note { margin: 22px 0 0; color: #887873; font-size: 11px; text-align: right; }

.builder-section { position: relative; overflow: hidden; background: var(--chocolate); color: #fff; }
.builder-section::before { content: ""; position: absolute; width: 600px; height: 600px; left: -330px; bottom: -300px; border: 100px solid rgba(232,65,95,.08); border-radius: 50%; }
.builder-shell { position: relative; display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: start; }
.builder-intro { position: sticky; top: 125px; }
.builder-intro h2 em, .booking-copy h2 em { color: #ff8096; }
.builder-intro > p, .booking-copy > p { max-width: 450px; margin: 27px 0; color: rgba(255,255,255,.68); font-size: 16px; }
.builder-total-card { display: grid; max-width: 390px; grid-template-columns: 1fr auto; gap: 4px 14px; margin-top: 34px; padding: 22px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: rgba(255,255,255,.07); }
.builder-total-card span { color: rgba(255,255,255,.66); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.builder-total-card strong { grid-row: span 2; color: #fff; font-size: 32px; line-height: 1.1; }
.builder-total-card small { max-width: 240px; color: #fff; font-size: 12px; }
.builder-card { padding: 34px; border-radius: 30px; background: #fffaf6; color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,.25); }
.builder-card fieldset { margin: 0 0 28px; padding: 0; border: 0; }
.builder-card legend { width: 100%; display: flex; align-items: center; gap: 10px; margin-bottom: 15px; font-family: Georgia, serif; font-size: 19px; font-weight: 700; }
.builder-card legend > span { width: 30px; height: 30px; display: inline-grid; place-items: center; border-radius: 9px; background: var(--berry); color: #fff; font: 800 13px "Segoe UI", sans-serif; }
.builder-card legend small { margin-left: auto; color: var(--muted); font: 500 11px "Segoe UI", sans-serif; }
.choice-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 9px; }
.choice-card { position: relative; display: flex; flex-direction: column; gap: 2px; padding: 15px 12px; border: 1px solid var(--line); border-radius: 15px; background: #fff; cursor: pointer; transition: .2s ease; }
.choice-card:hover, .choice-card.active { border-color: var(--berry); background: #fff0f3; }
.choice-card b { font-size: 13px; }
.choice-card small { color: var(--muted); font-size: 10px; }
.choice-card input, .choice-chip input { position: absolute; opacity: 0; pointer-events: none; }
.chip-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.choice-chip { position: relative; padding: 9px 12px; border: 1px solid var(--line); border-radius: 12px; background: #fff; cursor: pointer; font-size: 12px; font-weight: 700; transition: .2s ease; }
.choice-chip:hover, .choice-chip.active { border-color: var(--berry); background: #ffe8ed; color: #b92443; }

.promise-strip { padding: 27px 0; border-bottom: 1px solid var(--line); background: #fff2e8; }
.promise-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.promise-grid > div { display: grid; grid-template-columns: 48px 1fr; align-items: center; padding: 4px 32px; border-right: 1px solid var(--line); }
.promise-grid > div:last-child { border-right: 0; }
.promise-grid span { grid-row: span 2; font-size: 29px; }
.promise-grid b { font-size: 13px; }
.promise-grid small { color: var(--muted); font-size: 11px; }

.gallery-section { background: var(--cream); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 245px; gap: 14px; }
.gallery-item { position: relative; padding: 0; border: 0; border-radius: 24px; overflow: hidden; background: #eee; cursor: zoom-in; }
.gallery-tall { grid-row: span 2; grid-column: span 2; }
.gallery-wide { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(25,10,7,.64), transparent 52%); transition: background .3s ease; }
.gallery-item:hover img { transform: scale(1.045); }
.gallery-item span { position: absolute; z-index: 2; left: 20px; right: 20px; bottom: 17px; display: flex; align-items: center; justify-content: space-between; color: #fff; font-size: 14px; font-weight: 800; text-align: left; }
.gallery-item i { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.22); font-style: normal; backdrop-filter: blur(8px); }
.poster-links { display: flex; justify-content: center; gap: 10px; margin-top: 28px; }
.poster-links button { padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px; background: #fff; cursor: pointer; color: var(--berry-dark); font-size: 12px; font-weight: 800; }
.poster-links button:hover { border-color: var(--berry); background: #fff0f3; }

.booking-section { position: relative; overflow: hidden; background: var(--berry-dark); color: #fff; }
.booking-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.booking-copy h2 em { color: #ffd0b2; }
.booking-facts { display: flex; gap: 25px; margin-top: 38px; }
.booking-facts > div { display: flex; align-items: center; gap: 12px; }
.booking-facts b { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 13px; background: rgba(255,255,255,.12); }
.booking-facts span { font-size: 13px; font-weight: 700; line-height: 1.3; }
.booking-facts small { color: rgba(255,255,255,.62); font-weight: 400; }
.booking-form { padding: 32px; border-radius: 28px; background: #fffaf7; color: var(--ink); box-shadow: 0 30px 80px rgba(75,5,20,.25); }
.booking-form > label, .field-row label { display: flex; flex-direction: column; gap: 6px; color: #5d4e48; font-size: 11px; font-weight: 800; }
.booking-form input, .booking-form select, .booking-form textarea { width: 100%; border: 1px solid rgba(43,23,18,.13); border-radius: 12px; outline: none; background: #fff; color: var(--ink); padding: 11px 12px; font-size: 13px; transition: border-color .2s, box-shadow .2s; }
.booking-form textarea { resize: vertical; }
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { border-color: var(--berry); box-shadow: 0 0 0 3px rgba(232,65,95,.12); }
.field-row { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin-bottom: 12px; }
.field-row.three { grid-template-columns: 1.25fr 1fr .75fr; }
.booking-form > label { margin-bottom: 12px; }
.form-note { margin: 10px 0 0; color: #8a7872; font-size: 10px; text-align: center; }
.form-success { display: none; margin-top: 12px; padding: 12px; border-radius: 11px; background: #e9f7eb; color: #21743a; font-size: 12px; font-weight: 700; text-align: center; }
.form-success.show { display: block; }
.booking-berry { position: absolute; border-radius: 50%; border: 50px solid rgba(255,255,255,.06); }
.berry-one { width: 360px; height: 360px; left: -210px; top: -100px; }
.berry-two { width: 220px; height: 220px; right: -100px; bottom: -90px; }

.visit-section { background: var(--paper); }
.visit-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.contact-list { margin: 35px 0; }
.contact-list > div { display: grid; grid-template-columns: 46px 1fr; gap: 14px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.contact-list > div:first-child { border-top: 1px solid var(--line); }
.contact-list i { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: #ffe9ed; color: var(--berry); font-style: normal; font-weight: 800; }
.contact-list span { display: flex; flex-direction: column; line-height: 1.4; }
.contact-list small { color: var(--berry); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.contact-list b { margin: 2px 0; font-size: 14px; }
.contact-list p { margin: 0; color: var(--muted); font-size: 12px; }
.map-card { position: relative; height: 550px; border: 12px solid #fff; border-radius: 32px; overflow: hidden; background: #f2d9c3; box-shadow: var(--shadow); }
.map-card::before { content: ""; position: absolute; inset: 0; opacity: .55; background-image: linear-gradient(31deg, transparent 45%, rgba(255,255,255,.8) 46%, rgba(255,255,255,.8) 51%, transparent 52%), linear-gradient(121deg, transparent 35%, rgba(205,166,133,.45) 36%, rgba(205,166,133,.45) 38%, transparent 39%); background-size: 150px 150px, 90px 90px; }
.map-road { position: absolute; height: 52px; background: #fffaf6; border: 1px solid #dac3ae; box-shadow: 0 0 0 5px rgba(255,255,255,.3); }
.road-one { width: 150%; left: -20%; top: 43%; transform: rotate(-13deg); }
.road-two { width: 110%; left: -5%; top: 69%; transform: rotate(29deg); }
.road-three { width: 80%; left: 31%; top: 15%; transform: rotate(72deg); }
.map-label { position: absolute; z-index: 2; padding: 4px 8px; border-radius: 6px; background: rgba(255,255,255,.74); color: #776252; font-size: 10px; font-weight: 700; }
.label-one { left: 8%; top: 44%; transform: rotate(-13deg); }
.label-two { right: 8%; top: 9%; }
.label-three { right: 15%; bottom: 13%; }
.map-pin { position: absolute; z-index: 4; left: 55%; top: 43%; width: 92px; height: 92px; display: grid; place-items: center; border: 5px solid #fff; border-radius: 50% 50% 50% 8px; background: var(--berry); box-shadow: 0 16px 35px rgba(115,28,47,.35); transform: rotate(-45deg); }
.map-pin img { width: 74px; height: 74px; object-fit: contain; transform: rotate(45deg); }
.map-pin i { position: absolute; width: 18px; height: 18px; left: 9px; bottom: 9px; border-radius: 50%; background: var(--berry); }
.map-badge { position: absolute; z-index: 5; left: calc(55% - 27px); top: calc(43% + 102px); display: flex; flex-direction: column; padding: 10px 16px; border-radius: 13px; background: #fff; box-shadow: 0 10px 30px rgba(43,23,18,.16); line-height: 1.3; }
.map-badge b { color: var(--berry); font-family: Georgia, serif; font-size: 16px; }
.map-badge span { color: var(--muted); font-size: 10px; }

.site-footer { padding: 70px 0 18px; background: var(--chocolate); color: #fff; }
.footer-main { display: grid; grid-template-columns: 1.3fr .7fr .7fr 1.1fr; gap: 50px; padding-bottom: 45px; }
.footer-brand img { width: 120px; height: 120px; object-fit: contain; margin-bottom: 12px; }
.footer-brand p, .footer-news p { max-width: 255px; margin: 0; color: rgba(255,255,255,.55); font-size: 12px; }
.footer-links { display: flex; flex-direction: column; gap: 9px; }
.footer-links b, .footer-news b { margin-bottom: 8px; color: #ffbbc7; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.footer-links a { width: fit-content; color: rgba(255,255,255,.65); font-size: 12px; }
.footer-links a:hover { color: #fff; }
.footer-news > .footer-love { display: inline-block; margin-top: 20px; padding: 7px 10px; border-radius: 9px; background: rgba(255,255,255,.07); color: #ffd2da; font-size: 10px; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.35); font-size: 10px; }

.lightbox { position: fixed; z-index: 1000; inset: 0; display: none; place-items: center; padding: 30px; background: rgba(22,10,8,.91); backdrop-filter: blur(10px); }
.lightbox.open { display: grid; }
.lightbox img { max-width: min(1100px, 93vw); max-height: 90vh; border-radius: 16px; box-shadow: 0 25px 80px rgba(0,0,0,.45); object-fit: contain; }
.lightbox-close { position: absolute; z-index: 2; right: 24px; top: 20px; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(255,255,255,.1); color: #fff; cursor: pointer; font-size: 28px; }
.toast { position: fixed; z-index: 1100; right: 22px; bottom: 22px; max-width: 330px; padding: 13px 17px; border-radius: 14px; background: var(--chocolate); color: #fff; box-shadow: 0 16px 40px rgba(43,23,18,.25); opacity: 0; transform: translateY(15px); pointer-events: none; font-size: 12px; font-weight: 700; transition: .25s ease; }
.toast.show { opacity: 1; transform: translateY(0); }
.mobile-actions { display: none; }

.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.75,.25,1); }
.js .reveal.reveal-delay { transition-delay: .12s; }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .main-nav { gap: 20px; }
  .hero-grid { gap: 25px; }
  .product-grid { grid-template-columns: repeat(3,1fr); }
  .builder-shell, .booking-grid, .visit-grid { gap: 45px; }
  .choice-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 860px) {
  .shell { width: min(100% - 34px, var(--shell)); }
  .menu-toggle { display: block; position: relative; z-index: 102; }
  .main-nav { position: fixed; z-index: 101; inset: 34px 0 auto 0; display: flex; flex-direction: column; align-items: stretch; gap: 4px; padding: 85px 22px 30px; background: rgba(255,248,243,.98); border-bottom: 1px solid var(--line); box-shadow: 0 24px 60px rgba(43,23,18,.14); transform: translateY(-120%); opacity: 0; pointer-events: none; transition: .3s ease; }
  .main-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .main-nav a { padding: 12px; border-bottom: 1px solid var(--line); font-size: 16px; }
  .main-nav a::after { display: none; }
  .main-nav .nav-cta { margin-top: 10px; border: 0; text-align: center; }
  .menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity: 0; }
  .menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; padding: 30px 0 85px; }
  .hero-copy { text-align: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-actions, .hero-notes { justify-content: center; }
  .hero-visual { min-height: 540px; }
  .hero-image-wrap { width: min(90%, 550px); }
  .section { padding: 90px 0; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 18px; }
  .section-heading > p { max-width: 580px; }
  .builder-shell, .booking-grid, .visit-grid { grid-template-columns: 1fr; }
  .builder-intro { position: static; }
  .builder-intro > p, .booking-copy > p { max-width: 600px; }
  .builder-total-card { max-width: 100%; }
  .booking-grid { gap: 35px; }
  .visit-details { max-width: 640px; }
  .map-card { height: 480px; }
  .footer-main { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-news { grid-column: 1 / -1; }
}
@media (max-width: 680px) {
  html { scroll-padding-top: 76px; }
  body { padding-bottom: 65px; }
  .topbar { height: 30px; font-size: 9px; letter-spacing: .08em; }
  .nav-wrap { height: 68px; }
  .brand img { width: 46px; height: 46px; }
  .brand { font-size: 19px; }
  .main-nav { inset-block-start: 30px; }
  .hero { padding-top: 35px; }
  .hero-grid { gap: 20px; padding-bottom: 60px; }
  h1 { font-size: clamp(48px, 14vw, 68px); }
  .hero-copy > p { margin: 24px auto; font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-notes { gap: 10px 17px; font-size: 11px; }
  .hero-visual { min-height: 390px; }
  .hero-image-wrap { width: 90%; border-width: 8px; border-radius: 38px; }
  .hero-stamp { width: 122px; min-height: 106px; padding: 10px 12px; right: -2px; top: -2px; border-radius: 30px; }
  .hero-stamp b { font-size: 14px; }
  .hero-stamp small { max-width: 98px; font-size: 7.5px; line-height: 1.2; }
  .hero-card { min-width: 145px; grid-template-columns: 31px 1fr; padding: 10px 12px; }
  .hero-card > span { font-size: 22px; }
  .hero-card b { font-size: 11px; }
  .hero-card small { font-size: 8px; }
  .hero-card-left { left: 0; bottom: 7%; }
  .hero-card-right { right: 0; bottom: -4%; }
  .marquee { height: 43px; }
  .section { padding: 74px 0; }
  .section-heading { margin-bottom: 30px; }
  .section-heading h2, .builder-intro h2, .booking-copy h2, .visit-details h2 { font-size: 45px; }
  .section-heading > p { font-size: 14px; }
  .menu-tabs { margin-right: -17px; padding-right: 17px; }
  .product-grid { grid-template-columns: repeat(2,1fr); gap: 11px; }
  .product-card { min-height: 290px; border-radius: 18px; }
  .product-art { height: 125px; }
  .product-body { padding: 13px; }
  .product-body h3 { font-size: 16px; }
  .product-body p { min-height: 34px; margin: 5px 0 12px; font-size: 10px; }
  .product-price { font-size: 13px; }
  .product-kicker { font-size: 8px; }
  .product-emoji { width: 34px; height: 34px; border-radius: 10px; font-size: 18px; }
  .menu-note { text-align: left; }
  .builder-shell { gap: 32px; }
  .builder-card { padding: 22px 15px; border-radius: 23px; }
  .builder-card legend { font-size: 17px; }
  .builder-card legend small { font-size: 9px; }
  .choice-grid { grid-template-columns: repeat(2,1fr); }
  .choice-chip { padding: 8px 10px; font-size: 11px; }
  .promise-grid { grid-template-columns: 1fr; }
  .promise-grid > div { border-right: 0; border-bottom: 1px solid var(--line); padding: 13px 10px; }
  .promise-grid > div:last-child { border-bottom: 0; }
  .gallery-grid { grid-template-columns: repeat(2,1fr); grid-auto-rows: 180px; gap: 9px; }
  .gallery-tall { grid-column: span 2; grid-row: span 2; }
  .gallery-wide { grid-column: span 2; }
  .poster-links { align-items: stretch; flex-direction: column; }
  .booking-section { padding-bottom: 84px; }
  .booking-facts { flex-direction: column; gap: 14px; }
  .booking-form { padding: 21px 15px; border-radius: 22px; }
  .field-row, .field-row.three { grid-template-columns: 1fr; gap: 10px; }
  .map-card { height: 390px; border-width: 7px; }
  .map-pin { left: 48%; top: 40%; }
  .map-badge { left: calc(48% - 27px); top: calc(40% + 102px); }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 30px 20px; }
  .footer-brand, .footer-news { grid-column: 1 / -1; }
  .footer-brand img { width: 100px; height: 100px; }
  .footer-bottom { gap: 12px; }
  .mobile-actions { position: fixed; z-index: 90; left: 0; right: 0; bottom: 0; height: 66px; display: grid; grid-template-columns: repeat(3,1fr); padding-bottom: env(safe-area-inset-bottom); border-top: 1px solid var(--line); background: rgba(255,253,251,.95); box-shadow: 0 -10px 30px rgba(43,23,18,.08); backdrop-filter: blur(14px); }
  .mobile-actions a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1px; color: #5b4b46; font-size: 9px; font-weight: 800; }
  .mobile-actions span { color: var(--berry); font-size: 19px; line-height: 1.1; }
  .toast { left: 15px; right: 15px; bottom: 80px; max-width: none; text-align: center; }
  .lightbox { padding: 12px; }
  .lightbox-close { right: 10px; top: 10px; }
}
@media (max-width: 390px) {
  .shell { width: min(100% - 24px, var(--shell)); }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 320px; }
  .product-art { height: 160px; }
  .gallery-grid { grid-auto-rows: 150px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}

/* Generated product imagery */
.product-art { height: 200px; background: #fff8f3; }
.product-art img { object-fit: contain; padding: 5px; }
.gallery-item { background: #fff8f3; }
.gallery-item img { object-fit: contain; }
.ingredient-choices .choice-chip {
  flex: 1 1 150px;
  min-height: 55px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 6px 10px 6px 6px;
}
.choice-chip img {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 3px 10px rgba(43,23,18,.09);
}
.choice-chip span {
  display: flex;
  flex-direction: column;
  line-height: 1.22;
}
.choice-chip span small { margin-top: 2px; color: var(--muted); font-size: 9px; }
.menu-addons {
  margin-top: 26px;
  padding: 23px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff8f3;
}
.menu-addons[hidden] { display: none; }
.menu-addons-head { display: flex; align-items: baseline; justify-content: space-between; gap: 15px; margin-bottom: 15px; }
.menu-addons-head span { font-family: Georgia, serif; font-size: 21px; font-weight: 700; }
.menu-addons-head small { color: var(--muted); font-size: 11px; }
.addon-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 10px; }
.addon-card { display: flex; align-items: center; gap: 10px; padding: 8px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.addon-card img { width: 54px; height: 54px; flex: 0 0 54px; border-radius: 11px; object-fit: cover; }
.addon-card div { min-width: 0; display: flex; flex-direction: column; line-height: 1.25; }
.addon-card b { font-size: 11px; }
.addon-price { margin-top: 4px; color: var(--berry); font-size: 9px; font-weight: 900; }

@media (max-width: 1050px) {
  .addon-grid { grid-template-columns: repeat(3,1fr); }
}
@media (max-width: 680px) {
  .product-art { height: 155px; }
  .ingredient-choices .choice-chip { flex-basis: calc(50% - 5px); min-width: 0; }
  .choice-chip img { width: 36px; height: 36px; flex-basis: 36px; }
  .menu-addons-head { align-items: flex-start; flex-direction: column; gap: 2px; }
  .addon-grid { grid-template-columns: repeat(2,1fr); }
  .addon-card img { width: 45px; height: 45px; flex-basis: 45px; }
}
@media (max-width: 390px) {
  .addon-grid { grid-template-columns: 1fr; }
}


/* Focused page views */
[data-page][hidden] { display: none !important; }
.home-view .site-footer { display: none; }
.home-view .hero {
  min-height: calc(100svh - 112px);
  display: flex;
  align-items: center;
  padding-top: 36px;
}
.home-view .hero-grid {
  min-height: calc(100svh - 148px);
  padding-bottom: 42px;
}
.menu-view .menu-section,
.visit-view .visit-section { min-height: calc(100svh - 112px); }

@media (max-width: 680px) {
  .home-view .mobile-actions { grid-template-columns: repeat(2, 1fr); }
  .home-view .mobile-actions a[href="#booking"] { display: none; }
  .home-view .hero {
    min-height: auto;
    display: block;
    padding-top: 35px;
  }
  .home-view .hero-grid {
    min-height: auto;
    padding-bottom: 55px;
  }
}


/* Ordering experience */
.nav-wrap { gap: 22px; }
.cart-button {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 12px 9px 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 7px 20px rgba(43,23,18,.07);
}
.cart-button:hover { border-color: var(--berry); color: var(--berry); }
.cart-count {
  min-width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--berry);
  color: #fff;
  font-size: 10px;
  line-height: 1;
}
.home-view .cart-button { display: none; }

.menu-order-guide {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 25px;
  padding: 15px 18px;
  border: 1px solid #ffd4dc;
  border-radius: 18px;
  background: #fff3f5;
}
.menu-order-guide > span { font-size: 28px; }
.menu-order-guide div { display: flex; flex-direction: column; }
.menu-order-guide b { font-size: 13px; }
.menu-order-guide small { color: var(--muted); font-size: 11px; }

.product-card.customizable { cursor: pointer; }
.product-card.customizable:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
.product-configure {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--berry);
  font-size: 11px;
  font-weight: 900;
}
.product-configure i { font-style: normal; font-size: 16px; transition: transform .2s; }
.product-card.customizable:hover .product-configure i { transform: translateX(3px); }

.order-info-section {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
  background: var(--chocolate);
  color: #fff;
}
.order-info-section::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  right: -150px;
  bottom: -180px;
  border: 70px solid rgba(232,65,95,.12);
  border-radius: 50%;
}
.order-info-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  align-items: center;
  gap: 70px;
}
.order-info-grid h2 { font-size: clamp(44px,5vw,70px); }
.order-info-grid h2 em { color: #ff8197; }
.order-info-grid p { max-width: 640px; margin: 24px 0 0; color: rgba(255,255,255,.66); }
.order-info-actions { display: flex; flex-direction: column; gap: 18px; align-items: flex-start; }
.button-light { border: 0; background: #fff; color: var(--chocolate); box-shadow: 0 15px 36px rgba(0,0,0,.2); }
.button-light:hover { background: #fff4ed; }
.direct-contact { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; color: rgba(255,255,255,.56); font-size: 11px; }
.direct-contact a { padding: 7px 11px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #fff; font-weight: 800; }
.direct-contact a:hover { border-color: #fff; }

.hours-contact p { margin-top: 3px; }
.hours-contact p strong { color: var(--ink); font-weight: 800; }
.hours-contact .closed-day { margin-top: 6px; color: var(--berry-dark); font-weight: 800; }
.contact-phone { color: var(--ink); font-size: 17px; font-weight: 900; }
.contact-phone:hover { color: var(--berry); }
.visit-actions { display: flex; flex-wrap: wrap; gap: 9px; }
.contact-viber { background: #7360f2; color: #fff; }
.contact-whatsapp { background: #20b95a; color: #fff; }
.social-facebook { background: #1877f2; color: #fff; }
.social-instagram { background: linear-gradient(120deg, #7b2ff7, #e1306c 58%, #f77737); color: #fff; }
.social-tiktok { background: #141414; color: #fff; }
.contact-google { border: 1px solid var(--line); background: #fff; color: #3c4043; }
.contact-viber:hover, .contact-whatsapp:hover, .social-facebook:hover, .social-instagram:hover, .social-tiktok:hover { color: #fff; filter: brightness(.94); }
.contact-google:hover { border-color: #4285f4; background: #f5f8ff; color: #174ea6; }

.footer-links button {
  width: fit-content;
  padding: 0;
  border: 0;
  background: none;
  color: rgba(255,255,255,.65);
  cursor: pointer;
  font-size: 12px;
}
.footer-links button:hover { color: #fff; }

.customizer-layer,
.cart-layer {
  position: fixed;
  z-index: 1250;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity .24s ease, visibility .24s ease;
}
.customizer-layer.open,
.cart-layer.open { visibility: visible; opacity: 1; pointer-events: auto; }
.customizer-backdrop,
.cart-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(27,12,9,.72);
  backdrop-filter: blur(7px);
}
.customizer-dialog {
  position: relative;
  width: min(900px, calc(100% - 34px));
  max-height: min(90vh, 850px);
  margin: 5vh auto;
  overflow: auto;
  border-radius: 30px;
  background: #fffaf6;
  box-shadow: 0 35px 100px rgba(0,0,0,.34);
  transform: translateY(20px) scale(.98);
  transition: transform .25s ease;
}
.customizer-layer.open .customizer-dialog { transform: none; }
.panel-close {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}
.customizer-dialog > .panel-close { position: absolute; z-index: 3; right: 18px; top: 18px; }
.customizer-head {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 25px;
  align-items: center;
  padding: 28px 75px 22px 28px;
  border-bottom: 1px solid var(--line);
  background: #fff1e9;
}
.customizer-head img { width: 170px; height: 135px; border-radius: 20px; object-fit: contain; background: #fff; }
.customizer-head span { color: var(--berry); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.customizer-head h2 { margin-top: 4px; font-size: clamp(32px,4vw,50px); }
.customizer-head p { margin: 8px 0 0; color: var(--muted); font-size: 13px; }
.customizer-dialog form { padding: 25px 28px 28px; }
.customizer-dialog form fieldset { margin: 0 0 25px; padding: 0; border: 0; }
.customizer-dialog form legend { width: 100%; margin-bottom: 13px; font-family: Georgia,serif; font-size: 18px; font-weight: 700; }
.customizer-dialog form legend small { float: right; color: var(--muted); font: 500 10px "Segoe UI",sans-serif; }
.customizer-options { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; }
.sandwich-sauce-options { grid-template-columns: repeat(2,minmax(0,1fr)); }
.coffee-addon-options { grid-template-columns: repeat(3,minmax(0,1fr)); }
.sandwich-dialog { max-width: 760px; }
.coffee-dialog { max-width: 840px; }
.sauce-validation { margin: 10px 0 0; color: #b4233d; font-size: 11px; font-weight: 800; }
.custom-option {
  position: relative;
  min-height: 64px;
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 10px;
  padding: 7px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #fff;
  cursor: pointer;
  transition: .2s ease;
}
.custom-option:hover,
.custom-option.active { border-color: var(--berry); background: #fff0f3; }
.custom-option:focus-within { outline: 3px solid var(--blue); outline-offset: 2px; }
.custom-option input { position: absolute; opacity: 0; }
.custom-option img { width: 48px; height: 48px; border-radius: 11px; object-fit: cover; }
.custom-option span { display: flex; flex-direction: column; font-size: 11px; font-weight: 800; line-height: 1.2; }
.custom-option small { margin-top: 3px; color: var(--berry); font-size: 9px; }
.customizer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.customizer-bottom > div { display: flex; flex-direction: column; }
.customizer-bottom > div > span { color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.customizer-bottom strong { font-size: 30px; line-height: 1.1; }

.cart-layer { z-index: 1300; }
.cart-drawer {
  position: absolute;
  top: 0;
  right: 0;
  width: min(520px, 100%);
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fffaf6;
  box-shadow: -25px 0 80px rgba(0,0,0,.24);
  transform: translateX(102%);
  transition: transform .3s cubic-bezier(.2,.75,.25,1);
}
.cart-layer.open .cart-drawer { transform: none; }
.cart-head {
  flex: 0 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 22px 18px;
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.cart-head span { color: var(--berry); font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.cart-head h2 { margin-top: 3px; font-size: 40px; }
.cart-scroll { flex: 1 1 auto; overflow: auto; padding: 18px 20px; }
.cart-empty { min-height: 270px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.cart-empty[hidden] { display: none; }
.cart-empty span { margin-bottom: 12px; font-size: 44px; }
.cart-empty b { font-family: Georgia,serif; font-size: 24px; }
.cart-empty p { margin: 4px 0 0; color: var(--muted); font-size: 12px; }
.cart-items { display: flex; flex-direction: column; gap: 10px; }
.cart-item {
  position: relative;
  display: grid;
  grid-template-columns: 82px 1fr 30px;
  gap: 12px;
  padding: 11px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #fff;
}
.cart-item > img { width: 82px; height: 82px; border-radius: 13px; object-fit: contain; background: #fff6f0; }
.cart-item-main { min-width: 0; }
.cart-item-main > b { font-size: 13px; }
.cart-item-main > p { margin: 4px 0 8px; color: var(--muted); font-size: 9px; line-height: 1.35; }
.cart-item-bottom { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.cart-item-bottom strong { color: var(--berry-dark); font-size: 14px; }
.quantity-control { display: inline-grid; grid-template-columns: 27px 28px 27px; align-items: center; border: 1px solid var(--line); border-radius: 9px; overflow: hidden; }
.quantity-control button { height: 27px; padding: 0; border: 0; background: #fff3f5; cursor: pointer; font-weight: 900; }
.quantity-control span { text-align: center; font-size: 11px; font-weight: 800; }
.cart-remove { width: 28px; height: 28px; padding: 0; border: 0; border-radius: 50%; background: #f4ece8; color: #8c7770; cursor: pointer; font-size: 17px; }
.cart-remove:hover { background: #ffe1e6; color: var(--berry); }
.cart-footer {
  flex: 0 0 auto;
  padding: 16px 20px calc(16px + env(safe-area-inset-bottom));
  border-top: 1px solid var(--line);
  background: #fff;
}
.cart-total-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 11px; }
.cart-total-row > span { color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.cart-total-row strong { font-size: 27px; }
.cart-footer > p { margin: 9px 0 0; color: var(--muted); font-size: 9px; text-align: center; }
.cart-footer > p a { color: var(--berry-dark); font-weight: 800; }
.checkout-panel { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); }
.checkout-panel[hidden] { display: none; }
.checkout-panel h3 { margin: 0; font-family: Georgia,serif; font-size: 24px; }
.pickup-note { margin: 5px 0 16px; padding: 10px 12px; border-radius: 11px; background: #fff0e8; color: #725d53; font-size: 10px; }
#checkoutForm > label,
#checkoutForm .field-row label { display: flex; flex-direction: column; gap: 5px; color: #5d4e48; font-size: 10px; font-weight: 800; }
#checkoutForm input,
#checkoutForm select,
#checkoutForm textarea { width: 100%; padding: 10px 11px; border: 1px solid var(--line); border-radius: 11px; outline: none; background: #fff; color: var(--ink); font-size: 12px; }
#checkoutForm input:focus,
#checkoutForm select:focus,
#checkoutForm textarea:focus { border-color: var(--berry); box-shadow: 0 0 0 3px rgba(232,65,95,.1); }
#checkoutForm > label { margin-bottom: 11px; }
.privacy-check { flex-direction: row !important; align-items: flex-start; margin: 12px 0 14px !important; font-weight: 500 !important; line-height: 1.4; }
.privacy-check input { width: 16px !important; flex: 0 0 16px; margin-top: 2px; }
.order-status { min-height: 18px; margin-top: 10px; font-size: 10px; font-weight: 700; text-align: center; }
.order-status.success { padding: 10px; border-radius: 10px; background: #e7f6ea; color: #26753c; }
.order-status.error { padding: 10px; border-radius: 10px; background: #ffe8eb; color: #a6203d; }

@media (max-width: 1050px) {
  .main-nav { gap: 15px; }
  .order-info-grid { gap: 35px; }
}
@media (max-width: 860px) {
  .cart-button { margin-left: auto; }
  .order-info-grid { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .nav-wrap { gap: 7px; }
  .cart-button {
    width: 43px;
    height: 43px;
    justify-content: center;
    margin-left: auto;
    padding: 0;
    font-size: 0;
  }
  .cart-button::before { content: "🛒"; font-size: 17px; }
  .cart-button .cart-count { position: absolute; margin: -30px 0 0 30px; min-width: 18px; height: 18px; font-size: 8px; }
  .menu-toggle { margin-left: 2px; }
  .menu-order-guide { align-items: flex-start; padding: 12px; }
  .menu-order-guide > span { font-size: 24px; }
  .order-info-section { padding: 62px 0 82px; }
  .order-info-grid { gap: 28px; }
  .order-info-grid h2 { font-size: 44px; }
  .order-info-actions, .order-info-actions .button { width: 100%; }
  .direct-contact { justify-content: center; width: 100%; }
  .visit-actions .button { flex: 1 1 130px; }
  .customizer-dialog {
    width: 100%;
    max-height: 94vh;
    margin: 6vh 0 0;
    border-radius: 25px 25px 0 0;
  }
  .customizer-head { grid-template-columns: 100px 1fr; gap: 14px; padding: 22px 58px 18px 15px; }
  .customizer-head img { width: 100px; height: 92px; border-radius: 15px; }
  .customizer-head h2 { font-size: 30px; }
  .customizer-dialog form { padding: 18px 13px 25px; }
  .customizer-dialog form legend { font-size: 16px; }
  .customizer-dialog form legend small { float: none; display: block; margin-top: 2px; }
  .customizer-options { grid-template-columns: repeat(2,1fr); gap: 7px; }
  .coffee-addon-options { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .custom-option { min-height: 57px; grid-template-columns: 40px 1fr; gap: 7px; padding: 6px; }
  .custom-option img { width: 40px; height: 40px; }
  .custom-option span { font-size: 10px; }
  .customizer-bottom { align-items: stretch; flex-direction: column; }
  .customizer-bottom > div { flex-direction: row; align-items: center; justify-content: space-between; }
  .customizer-bottom .button { width: 100%; }
  .cart-drawer { width: 100%; }
  .cart-scroll { padding: 14px 12px; }
  .cart-footer { padding-inline: 12px; padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
  .mobile-actions button {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #5b4b46;
    font-size: 9px;
    font-weight: 800;
  }
  .mobile-actions button > span { color: var(--berry); font-size: 18px; }
  .mobile-actions button .cart-count { position: absolute; top: 5px; right: calc(50% - 25px); min-width: 17px; height: 17px; color: #fff; font-size: 8px; }
  .home-view .mobile-actions [data-open-cart] { display: none; }
}
@media (max-width: 390px) {
  .customizer-options { grid-template-columns: 1fr; }
  .sandwich-sauce-options, .coffee-addon-options { grid-template-columns: 1fr; }
  .cart-item { grid-template-columns: 68px 1fr 27px; }
  .cart-item > img { width: 68px; height: 68px; }
}


/* Panel containment fix */
.customizer-layer,
.cart-layer {
  contain: layout paint;
  overflow: hidden;
}


/* Closed panel layout isolation */
.customizer-layer:not(.open),
.cart-layer:not(.open) {
  display: none;
}
