:root {
  --ink: #123f35;
  --ink-deep: #092c25;
  --ink-soft: #2e5b51;
  --cream: #f4efe5;
  --paper: #fffdf8;
  --sand: #e4d5bd;
  --gold: #b78a45;
  --coral: #ef725d;
  --line: rgba(18, 63, 53, 0.17);
  --shadow: 0 24px 70px rgba(9, 44, 37, 0.14);
  --radius: 24px;
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "DM Sans", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; overflow-x: clip; background: var(--paper); color: var(--ink); font-family: var(--font-body); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.nav-open, body.dialog-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button { color: inherit; }
p, h1, h2, h3, blockquote, figure { margin: 0; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 124px 0; }
.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; top: 12px; left: 12px; z-index: 1000; transform: translateY(-150%); background: white; padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }

.promo-bar { min-height: 38px; padding: 8px 24px; background: var(--coral); color: #fff; display: flex; align-items: center; justify-content: center; gap: 18px; font-size: 13px; letter-spacing: .02em; text-align: center; }
.promo-bar p { line-height: 1.25; }
.promo-bar a { font-weight: 700; text-underline-offset: 3px; white-space: nowrap; }

.site-header { position: sticky; top: 0; z-index: 50; height: 82px; background: rgba(255, 253, 248, .9); border-bottom: 1px solid transparent; backdrop-filter: blur(18px); transition: height .25s ease, border-color .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { height: 72px; border-color: var(--line); box-shadow: 0 8px 32px rgba(9, 44, 37, .05); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; line-height: 1.05; flex-shrink: 0; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: 50%; background: var(--cream); }
.brand-mark img { display: block; width: 100%; height: 100%; aspect-ratio: 1; object-fit: cover; object-position: center; }
.brand strong { display: block; font-family: var(--font-display); font-size: 19px; font-weight: 600; }
.brand small { display: block; margin-top: 4px; font-size: 9px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-soft); }
.primary-nav { display: flex; align-items: center; justify-content: center; gap: 34px; margin-left: auto; }
.primary-nav a { position: relative; text-decoration: none; font-size: 14px; font-weight: 600; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: var(--ink); transition: right .2s ease; }
.primary-nav a:hover::after { right: 0; }
.menu-toggle { display: none; }

.button, .outline-button { min-height: 52px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; padding: 0 25px; border: 1px solid var(--ink); background: var(--ink); color: #fff; text-decoration: none; font-size: 14px; font-weight: 700; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--ink-deep); box-shadow: 0 12px 24px rgba(9, 44, 37, .18); }
.button-small { min-height: 43px; padding: 0 20px; font-size: 13px; }
.outline-button { background: transparent; color: var(--ink); }
.outline-button:hover { transform: translateY(-2px); background: var(--ink); color: #fff; }
.text-link, .light-link { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 700; text-underline-offset: 5px; }

.eyebrow { display: flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 1px; background: currentColor; }
.hero { overflow: hidden; background: var(--cream); }
.hero-grid { min-height: 700px; display: grid; grid-template-columns: minmax(0, .92fr) minmax(460px, 1.08fr); align-items: center; gap: 72px; padding-top: 70px; padding-bottom: 82px; }
.hero-copy h1, .section-heading h2, .offer-intro h2, .story-copy h2, .review-heading h2, .partner-inner h2, .visit-copy h2 { margin-top: 23px; font-family: var(--font-display); font-size: clamp(54px, 6.15vw, 86px); font-weight: 500; line-height: .98; letter-spacing: -.045em; }
h1 em, h2 em { color: var(--gold); font-weight: 500; }
.hero-lead { max-width: 565px; margin-top: 27px; color: var(--ink-soft); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 27px; margin-top: 36px; }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 575px; margin-top: 54px; padding-top: 24px; border-top: 1px solid var(--line); }
.trust-row > div { display: flex; flex-direction: column; gap: 4px; }
.trust-row strong { font-size: 14px; }
.trust-row span { font-size: 11px; color: var(--ink-soft); }
.stars { margin-right: 5px; color: var(--gold) !important; letter-spacing: .04em; }

.hero-gallery { position: relative; height: 590px; }
.hero-image { position: absolute; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.hero-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.hero-image:hover img { transform: scale(1.025); }
.hero-image-main { inset: 0 19% 0 0; }
.hero-image-side { width: 43%; height: 38%; right: 0; bottom: 7%; border: 10px solid var(--cream); }
.hero-image figcaption { position: absolute; left: 20px; right: 20px; bottom: 18px; display: flex; align-items: center; gap: 9px; padding: 11px 14px; border-radius: 999px; background: rgba(255, 253, 248, .93); color: var(--ink); font-size: 12px; font-weight: 700; backdrop-filter: blur(8px); }
.hero-image figcaption span { color: var(--coral); }
.hero-note { position: absolute; top: 5%; right: 0; width: 170px; height: 170px; padding: 24px; border-radius: 50%; background: var(--coral); color: #fff; display: flex; flex-direction: column; justify-content: center; transform: rotate(7deg); box-shadow: 0 16px 40px rgba(239, 114, 93, .28); }
.hero-note span { font-family: var(--font-display); font-size: 16px; }
.hero-note strong { font-family: var(--font-display); font-size: 28px; font-weight: 500; line-height: 1; }
.hero-marquee { padding: 17px 0; overflow: hidden; white-space: nowrap; background: var(--ink); color: var(--cream); font-size: 11px; font-weight: 700; letter-spacing: .18em; }
.hero-marquee div { width: max-content; animation: marquee 28s linear infinite; }
.hero-marquee i { padding: 0 22px; color: var(--coral); font-style: normal; }
@keyframes marquee { to { transform: translateX(-45%); } }

.quick-promise { padding: 46px 0; border-bottom: 1px solid var(--line); background: var(--paper); }
.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.promise-grid > div { position: relative; padding: 0 45px; border-right: 1px solid var(--line); }
.promise-grid > div:first-child { padding-left: 0; }
.promise-grid > div:last-child { border-right: 0; }
.promise-grid span { display: block; margin-bottom: 12px; color: var(--coral); font-size: 10px; font-weight: 700; }
.promise-grid h2 { margin-bottom: 5px; font-family: var(--font-display); font-size: 21px; font-weight: 600; }
.promise-grid p { color: var(--ink-soft); font-size: 13px; }

.summer-offer { padding: 96px 0 110px; background: var(--paper); }
.summer-offer-shell { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); min-height: 590px; overflow: hidden; border-radius: 30px; background: linear-gradient(145deg, #ef725d, #f5ae51); color: #171310; box-shadow: 0 28px 80px rgba(69, 29, 18, .2); }
.summer-offer-media { position: relative; min-height: 590px; overflow: hidden; isolation: isolate; background: #f08a5f; }
.summer-offer-media::before { position: absolute; inset: -18px; z-index: 0; background-color: #f08a5f; background-image: url("images/summer-drinks-campaign.webp"); background-position: center; background-size: cover; filter: blur(16px); opacity: .52; content: ""; pointer-events: none; }
.summer-offer-media::after { position: absolute; inset: 0; z-index: 2; background: linear-gradient(90deg, transparent 68%, rgba(239,114,93,.8)); content: ""; pointer-events: none; }
.summer-offer-media img { position: absolute; top: 50%; left: 0; z-index: 1; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: contain; object-position: center; transform: translateY(-50%); -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 9%, #000 91%, transparent 100%); mask-image: linear-gradient(to bottom, transparent 0, #000 9%, #000 91%, transparent 100%); }
.summer-offer-copy { position: relative; display: flex; flex-direction: column; padding: 50px 46px 40px 26px; }
.summer-offer-copy::after { position: absolute; top: -8px; right: -18px; color: rgba(255,255,255,.11); font-size: 110px; font-weight: 700; line-height: 1; content: "12%"; transform: rotate(7deg); pointer-events: none; }
.summer-offer-topline { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 14px; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.summer-offer-topline span { padding: 7px 11px; border: 1px solid rgba(23,19,16,.5); border-radius: 999px; }
.summer-offer-copy h2 { position: relative; z-index: 1; margin-top: 60px; font-family: var(--font-display); font-size: clamp(48px, 5.2vw, 68px); font-weight: 600; line-height: .92; letter-spacing: -.045em; }
.summer-offer-copy h2 em { color: #3a211b; }
.summer-offer-lead { position: relative; z-index: 1; margin-top: 15px; font-size: 17px; font-weight: 600; }
.summer-price-list { position: relative; z-index: 1; display: grid; gap: 1px; margin-top: auto; overflow: hidden; border-radius: 16px; background: rgba(23,19,16,.17); }
.summer-price-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 12px; padding: 13px 15px; background: rgba(255,255,255,.68); backdrop-filter: blur(8px); }
.summer-price-row > span:first-child { font-size: 13px; font-weight: 700; }
.summer-price-row > span:last-child { display: flex; align-items: baseline; gap: 8px; white-space: nowrap; }
.summer-price-row del { color: #4a342d; font-size: 11px; }
.summer-price-row strong { font-size: 20px; font-weight: 700; }
.summer-code { position: relative; z-index: 1; margin-top: 16px; font-size: 14px; }
.summer-code strong { display: inline-block; margin-inline: 4px; padding: 3px 8px; border: 1px dashed currentColor; border-radius: 6px; font-size: 17px; letter-spacing: .08em; }
.summer-offer-actions { position: relative; z-index: 1; display: flex; align-items: center; gap: 16px; margin-top: 16px; }
.summer-offer-button { background: #171310; color: #fff; }
.summer-offer-actions > p { opacity: .72; font-size: 11px; line-height: 1.4; }

.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 80px; margin-bottom: 62px; }
.section-heading h2 { font-size: clamp(48px, 6vw, 76px); }
.section-heading > p { max-width: 415px; padding-bottom: 8px; color: var(--ink-soft); line-height: 1.7; }
.product-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px; align-items: start; }
.product-card { grid-column: span 4; }
.product-card-tall { grid-column: span 4; grid-row: span 2; }
.product-card-wide { grid-column: span 8; }
.product-image { position: relative; height: 300px; overflow: hidden; border-radius: 20px; background: var(--cream); }
.product-card-tall .product-image { height: 585px; }
.product-card-wide .product-image { height: 335px; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.product-card:hover img { transform: scale(1.035); }
.product-badge { position: absolute; top: 16px; left: 16px; padding: 8px 12px; border-radius: 99px; background: var(--coral); color: white; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.product-info { display: flex; align-items: start; justify-content: space-between; gap: 20px; padding: 17px 3px 28px; border-bottom: 1px solid var(--line); }
.product-info p { margin-bottom: 4px; color: var(--coral); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.product-info h3 { font-family: var(--font-display); font-size: 20px; font-weight: 600; line-height: 1.2; }
.product-info > strong { margin-top: 2px; font-size: 12px; white-space: nowrap; }
.menu-actions { margin-top: 52px; padding: 32px 36px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--cream); display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.menu-actions h3 { margin-top: 8px; font-family: var(--font-display); font-size: 25px; font-weight: 600; }
.menu-button-row { display: flex; flex-wrap: wrap; justify-content: end; gap: 10px; }
.menu-button-row .outline-button { min-height: 45px; padding: 0 17px; font-size: 12px; }

.local-offer { padding: 36px 0 124px; background: var(--paper); }
.offer-shell { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; gap: 75px; padding: 72px; border-radius: 34px; overflow: hidden; background: var(--ink); color: white; }
.offer-shell::before { content: ""; position: absolute; width: 430px; height: 430px; left: -180px; bottom: -290px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.025), 0 0 0 90px rgba(255,255,255,.025); }
.eyebrow-light { color: var(--sand); }
.offer-intro { position: relative; z-index: 1; }
.offer-intro h2 { margin-top: 22px; font-size: clamp(45px, 5vw, 64px); }
.offer-intro > p:not(.eyebrow) { margin: 28px 0 32px; color: rgba(255,255,255,.72); line-height: 1.75; }
.button-cream { background: var(--cream); border-color: var(--cream); color: var(--ink); }
.button-cream:hover { background: white; color: var(--ink); }
.offer-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.offer-cards article { min-height: 215px; padding: 28px; border: 1px solid rgba(255,255,255,.16); border-radius: 20px; background: rgba(255,255,255,.06); }
.offer-number { display: block; color: var(--sand); font-family: var(--font-display); font-size: 78px; line-height: .9; letter-spacing: -.05em; }
.offer-number sup { font-size: 31px; vertical-align: top; }
.offer-cards h3 { margin-top: 15px; font-family: var(--font-display); font-size: 24px; font-weight: 600; }
.offer-cards p { margin-top: 7px; color: rgba(255,255,255,.6); font-size: 12px; }
.offer-card-wide { grid-column: 1 / -1; min-height: auto !important; display: flex; align-items: center; gap: 26px; background: var(--coral) !important; border-color: var(--coral) !important; }
.offer-card-wide h3 { margin-top: 0; }
.offer-card-wide p { color: rgba(255,255,255,.8); }
.offer-free { font-family: var(--font-display); font-size: 38px; }
.offer-terms { position: relative; z-index: 1; grid-column: 1 / -1; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.47); font-size: 10px; letter-spacing: .025em; }

.story { background: var(--cream); }
.story-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 110px; align-items: center; }
.story-visual { position: relative; min-height: 620px; }
.story-visual img { position: absolute; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.story-photo-one { top: 0; left: 0; width: 67%; height: 530px; }
.story-photo-two { right: 0; bottom: 0; width: 52%; height: 270px; border: 10px solid var(--cream); }
.roundel { position: absolute; top: 55px; right: -5px; width: 132px; height: 132px; display: grid; place-items: center; padding: 24px; border-radius: 50%; background: var(--gold); color: white; font-size: 9px; font-weight: 700; text-align: center; letter-spacing: .1em; transform: rotate(10deg); }
.story-copy h2 { font-size: clamp(47px, 5vw, 67px); }
.story-copy > p:not(.eyebrow) { margin-top: 25px; color: var(--ink-soft); line-height: 1.8; }
.story-copy blockquote { margin-top: 38px; padding-left: 24px; border-left: 2px solid var(--coral); font-family: var(--font-display); font-size: 24px; font-style: italic; }

.reviews { background: var(--ink-deep); color: white; }
.review-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 55px; }
.review-heading h2 { margin-top: 22px; font-size: clamp(48px, 6vw, 72px); }
.rating { display: flex; align-items: end; gap: 15px; }
.rating > strong { font-family: var(--font-display); font-size: 70px; font-weight: 500; line-height: 1; color: var(--sand); }
.rating > span { display: flex; flex-direction: column; padding-bottom: 5px; color: rgba(255,255,255,.55); font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }
.rating b { color: var(--gold); letter-spacing: .1em; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.review-card { min-height: 310px; padding: 34px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: rgba(255,255,255,.045); display: flex; flex-direction: column; justify-content: space-between; }
.review-card blockquote { font-family: var(--font-display); font-size: 23px; line-height: 1.5; }
.review-card figcaption { display: flex; align-items: center; gap: 12px; }
.review-card figcaption > span { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: var(--coral); font-weight: 700; }
.review-card figcaption strong, .review-card figcaption small { display: block; }
.review-card figcaption strong { font-size: 13px; }
.review-card figcaption small { color: rgba(255,255,255,.5); font-size: 10px; }
.light-link { margin-top: 32px; color: var(--sand); }

.partner-strip { padding: 80px 0; background: var(--sand); }
.partner-inner { display: grid; grid-template-columns: 1.3fr .65fr auto; align-items: center; gap: 60px; }
.partner-inner h2 { margin-top: 14px; font-size: 40px; line-height: 1.05; }
.partner-inner > p { color: var(--ink-soft); font-size: 14px; }

.visit { background: var(--paper); }
.visit-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 90px; align-items: stretch; }
.visit-copy h2 { font-size: clamp(52px, 5.6vw, 74px); }
.visit-lead { max-width: 520px; margin-top: 27px; color: var(--ink-soft); font-size: 17px; }
.visit-details { display: grid; grid-template-columns: 1.1fr 1fr .9fr; gap: 22px; margin: 42px 0 38px; padding: 28px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.visit-details div { padding-right: 14px; border-right: 1px solid var(--line); }
.visit-details div:last-child { border-right: 0; }
.visit-details dt { margin-bottom: 8px; color: var(--coral); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.visit-details dd { margin: 0; font-size: 13px; line-height: 1.65; }
.visit-details a { text-underline-offset: 3px; }
.visit-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 25px; }
.map-card { position: relative; min-height: 560px; overflow: hidden; border-radius: 28px; background-color: #e7dfd0; background-image: linear-gradient(rgba(18,63,53,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(18,63,53,.045) 1px, transparent 1px); background-size: 34px 34px; box-shadow: var(--shadow); text-decoration: none; }
.map-card::before, .map-card::after { content: ""; position: absolute; border-radius: 50%; border: 2px solid rgba(18,63,53,.09); }
.map-card::before { width: 290px; height: 290px; right: -95px; top: -85px; }
.map-card::after { width: 180px; height: 180px; left: -60px; bottom: -60px; }
.map-road { position: absolute; display: block; height: 22px; background: rgba(255,255,255,.72); border: 1px solid rgba(18,63,53,.09); }
.road-one { width: 130%; left: -10%; top: 45%; transform: rotate(-18deg); }
.road-two { width: 105%; left: 8%; top: 68%; transform: rotate(54deg); }
.road-three { width: 65%; right: -4%; top: 18%; transform: rotate(-65deg); }
.map-label { position: absolute; z-index: 2; padding: 3px 7px; background: #e7dfd0; font-size: 9px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.map-label-one { left: 19%; top: 38%; transform: rotate(-18deg); }
.map-label-two { right: 7%; bottom: 28%; transform: rotate(54deg); }
.map-pin { position: absolute; z-index: 5; left: 50%; top: 47%; transform: translate(-50%, -50%); display: flex; flex-direction: column; align-items: center; padding: 16px 20px 14px; border-radius: 16px; background: var(--ink); color: white; box-shadow: 0 16px 38px rgba(9,44,37,.25); }
.map-pin::after { content: ""; position: absolute; left: 50%; bottom: -9px; width: 18px; height: 18px; transform: translateX(-50%) rotate(45deg); background: var(--ink); }
.map-pin img { width: 58px; height: 58px; margin-bottom: 8px; border-radius: 50%; object-fit: cover; object-position: center 42%; background: var(--cream); }
.map-pin b { font-family: var(--font-display); font-size: 18px; font-weight: 600; white-space: nowrap; }
.map-pin small { color: var(--sand); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.map-arrow { position: absolute; right: 22px; bottom: 22px; z-index: 4; padding: 12px 16px; border-radius: 999px; background: var(--paper); font-size: 12px; font-weight: 700; transition: transform .2s ease; }
.map-card:hover .map-arrow { transform: translateY(-3px); }

.footer { padding: 70px 0 30px; background: var(--ink-deep); color: white; }
.footer-top { display: flex; justify-content: space-between; gap: 50px; align-items: start; padding-bottom: 52px; }
.footer-brand .brand-mark { background: var(--cream); }
.footer-brand small { color: rgba(255,255,255,.5); letter-spacing: 0; text-transform: none; font-size: 11px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: end; gap: 25px; max-width: 590px; }
.footer-links a { color: rgba(255,255,255,.72); font-size: 13px; text-decoration: none; }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.4); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.mobile-actions { display: none; }

.menu-dialog { width: min(760px, calc(100% - 28px)); max-height: 90vh; padding: 0; border: 0; border-radius: 26px; background: var(--paper); color: var(--ink); box-shadow: 0 30px 90px rgba(9,44,37,.3); }
.menu-dialog::backdrop { background: rgba(9,44,37,.78); backdrop-filter: blur(6px); }
.menu-dialog.is-fallback-open { position: fixed; z-index: 101; inset: 50% auto auto 50%; margin: 0; transform: translate(-50%, -50%); }
.dialog-backdrop { position: fixed; z-index: 100; inset: 0; background: rgba(9,44,37,.78); backdrop-filter: blur(6px); }
.dialog-header { padding: 27px 30px 20px; display: flex; justify-content: space-between; align-items: start; gap: 30px; border-bottom: 1px solid var(--line); }
.dialog-header h2 { margin-top: 7px; font-family: var(--font-display); font-size: 31px; font-weight: 600; }
.dialog-close { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: transparent; font-size: 26px; line-height: 1; cursor: pointer; }
.dialog-close:hover { background: var(--ink); color: white; }
.dialog-tabs { padding: 14px 30px; display: flex; gap: 8px; overflow-x: auto; }
.dialog-tabs button { padding: 9px 15px; border: 1px solid var(--line); border-radius: 999px; background: transparent; font-size: 12px; font-weight: 700; cursor: pointer; white-space: nowrap; }
.dialog-tabs button[aria-selected="true"] { background: var(--ink); color: white; }
.dialog-image-wrap { max-height: 62vh; overflow: auto; padding: 0 30px 30px; }
.dialog-image-wrap img { width: 100%; border-radius: 14px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay, .reveal-delay-1 { transition-delay: .12s; }
.reveal-delay-2 { transition-delay: .22s; }

@media (max-width: 1050px) {
  .header-cta { display: none; }
  .hero-grid { grid-template-columns: .9fr 1.1fr; gap: 45px; }
  .hero-gallery { height: 530px; }
  .trust-row { grid-template-columns: 1fr 1fr; }
  .trust-row > div:last-child { display: none; }
  .offer-shell { padding: 55px; gap: 50px; }
  .story-grid { gap: 70px; }
  .partner-inner { grid-template-columns: 1.2fr .8fr; }
  .partner-inner .outline-button { grid-column: 1 / -1; justify-self: start; }
  .visit-grid { gap: 55px; }
  .visit-details { grid-template-columns: 1fr 1fr; }
  .visit-details div:last-child { grid-column: 1 / -1; border-right: 0; }
}

@media (max-width: 960px) {
  .summer-offer-shell { grid-template-columns: 1fr; }
  .summer-offer-media { min-height: 390px; }
  .summer-offer-media img { position: relative; top: auto; left: auto; height: 100%; aspect-ratio: auto; object-fit: cover; object-position: left center; transform: none; -webkit-mask-image: none; mask-image: none; }
  .summer-offer-media::after { background: linear-gradient(0deg, rgba(239,114,93,.82), transparent 42%); }
  .summer-offer-copy { margin-top: -30px; padding: 34px 34px 38px; }
  .summer-offer-copy h2 { margin-top: 34px; }
  .summer-price-list { margin-top: 30px; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 36px, 680px); }
  .section { padding: 88px 0; }
  .site-header { height: 72px; background: var(--paper); backdrop-filter: none; }
  .menu-toggle { position: relative; z-index: 61; width: 44px; height: 44px; margin-left: auto; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: transparent; display: grid; place-items: center; cursor: pointer; }
  .menu-toggle-lines, .menu-toggle-lines::before { content: ""; display: block; width: 18px; height: 1px; background: var(--ink); transition: transform .25s ease; }
  .menu-toggle-lines::before { transform: translateY(5px); }
  .menu-toggle[aria-expanded="true"] .menu-toggle-lines { transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-toggle-lines::before { transform: rotate(-90deg); }
  .primary-nav { position: fixed; z-index: 60; top: 72px; right: 0; bottom: 0; left: 0; height: calc(100dvh - 72px); padding: 44px 28px 40px; overflow-y: auto; background: var(--cream); display: flex; flex-direction: column; justify-content: flex-start; align-items: stretch; gap: 0; transform: translateX(100%); transition: transform .3s ease; }
  .primary-nav.is-open { transform: translateX(0); }
  .primary-nav a { padding: 18px 0; border-bottom: 1px solid var(--line); font-family: var(--font-display); font-size: 34px; font-weight: 500; }
  .primary-nav a::after { display: none; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 48px; padding-top: 65px; padding-bottom: 70px; }
  .hero-copy h1 { font-size: clamp(54px, 12vw, 75px); }
  .hero-gallery { width: min(100%, 570px); height: 600px; justify-self: center; }
  .quick-promise { padding: 35px 0; }
  .promise-grid { grid-template-columns: 1fr; }
  .promise-grid > div { padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .promise-grid > div:first-child { padding-top: 0; }
  .promise-grid > div:last-child { padding-bottom: 0; border-bottom: 0; }
  .section-heading { display: block; margin-bottom: 45px; }
  .section-heading > p { margin-top: 24px; }
  .product-card, .product-card-tall, .product-card-wide { grid-column: span 6; }
  .product-card-tall .product-image, .product-image, .product-card-wide .product-image { height: 410px; }
  .menu-actions { display: block; padding: 28px; }
  .menu-button-row { justify-content: start; margin-top: 23px; }
  .local-offer { padding-bottom: 88px; }
  .offer-shell { grid-template-columns: 1fr; padding: 48px; }
  .story-grid { grid-template-columns: 1fr; gap: 55px; }
  .story-visual { min-height: 590px; }
  .story-copy { max-width: 570px; }
  .review-heading { display: block; }
  .rating { margin-top: 32px; }
  .review-grid { grid-template-columns: 1fr; }
  .review-card { min-height: 250px; }
  .partner-inner { grid-template-columns: 1fr; gap: 25px; }
  .partner-inner .outline-button { grid-column: auto; }
  .visit-grid { grid-template-columns: 1fr; }
  .map-card { min-height: 450px; }
}

@media (max-width: 560px) {
  html { scroll-padding-top: 82px; }
  body { padding-bottom: 68px; }
  .container { width: calc(100% - 32px); }
  .summer-offer { padding: 50px 0 74px; }
  .summer-offer .container { width: 100%; }
  .summer-offer-shell { border-radius: 0; }
  .summer-offer-media { min-height: 300px; }
  .summer-offer-copy { padding: 30px 20px 32px; }
  .summer-offer-copy h2 { font-size: 47px; }
  .summer-offer-topline { align-items: flex-start; }
  .summer-price-row { padding: 12px; }
  .summer-price-row > span:first-child { max-width: 155px; }
  .summer-offer-actions { align-items: flex-start; flex-direction: column; }
  .promo-bar { min-height: 42px; padding-inline: 12px; gap: 8px; font-size: 10px; }
  .promo-bar p { max-width: 225px; }
  .brand strong { font-size: 17px; }
  .brand small { font-size: 8px; }
  .hero-grid { padding-top: 50px; }
  .hero-copy h1 { margin-top: 18px; font-size: clamp(48px, 15vw, 66px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .trust-row { margin-top: 40px; }
  .hero-gallery { height: 470px; }
  .hero-image-main { right: 11%; }
  .hero-image-side { width: 46%; height: 33%; border-width: 7px; }
  .hero-note { width: 122px; height: 122px; padding: 17px; }
  .hero-note span { font-size: 12px; }
  .hero-note strong { font-size: 21px; }
  .hero-image figcaption { left: 12px; right: 12px; bottom: 12px; }
  .section { padding: 74px 0; }
  .section-heading h2, .offer-intro h2, .story-copy h2, .review-heading h2, .visit-copy h2 { font-size: 44px; }
  .product-grid { display: block; }
  .product-card { margin-bottom: 38px; }
  .product-card-tall .product-image, .product-image, .product-card-wide .product-image { height: 430px; }
  .product-card-wide .product-image { height: 300px; }
  .menu-actions { margin-top: 15px; padding: 24px; }
  .menu-button-row { display: grid; }
  .menu-button-row .outline-button { justify-content: space-between; }
  .local-offer { padding: 5px 0 74px; }
  .offer-shell { width: 100%; padding: 42px 20px; border-radius: 0; gap: 42px; }
  .offer-cards { grid-template-columns: 1fr; }
  .offer-card-wide { grid-column: auto; align-items: flex-start; flex-direction: column; }
  .story-visual { min-height: 470px; }
  .story-photo-one { width: 82%; height: 420px; }
  .story-photo-two { width: 53%; height: 190px; }
  .roundel { width: 95px; height: 95px; top: 30px; right: -5px; padding: 15px; font-size: 7px; }
  .review-heading { margin-bottom: 38px; }
  .rating > strong { font-size: 58px; }
  .review-card { min-height: 290px; padding: 28px; }
  .review-card blockquote { font-size: 21px; }
  .partner-strip { padding: 65px 0; }
  .partner-inner h2 { font-size: 37px; }
  .visit-details { grid-template-columns: 1fr; }
  .visit-details div, .visit-details div:last-child { grid-column: auto; padding: 0 0 18px; border-right: 0; border-bottom: 1px solid var(--line); }
  .visit-details div:last-child { padding-bottom: 0; border-bottom: 0; }
  .visit-actions { align-items: flex-start; flex-direction: column; }
  .map-card { min-height: 390px; }
  .footer { padding-top: 55px; padding-bottom: 88px; }
  .footer-top, .footer-bottom { flex-direction: column; }
  .footer-links { justify-content: start; }
  .footer-bottom { gap: 8px; }
  .mobile-actions { position: fixed; z-index: 49; left: 0; right: 0; bottom: 0; height: 68px; padding: 8px; display: grid; grid-template-columns: 1.3fr .8fr 1fr; gap: 8px; background: rgba(255,253,248,.95); border-top: 1px solid var(--line); backdrop-filter: blur(15px); }
  .mobile-actions a, .mobile-actions button { display: grid; place-items: center; min-height: 0; padding: 0; border: 1px solid var(--ink); border-radius: 999px; background: transparent; color: var(--ink); font-family: inherit; text-decoration: none; font-size: 11px; font-weight: 700; cursor: pointer; }
  .mobile-actions > :first-child { background: var(--ink); color: white; }
  .dialog-header { padding: 22px 20px 17px; }
  .dialog-tabs { padding-inline: 20px; }
  .dialog-image-wrap { padding: 0 14px 20px; }
  .menu-dialog.is-fallback-open { width: calc(100% - 20px); }
}

@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; }
}

.consent-banner {
  position: fixed;
  z-index: 1200;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 920px;
  margin: 0 auto;
  padding: 18px 20px;
  color: #fff8ea;
  background: #123f35;
  border: 1px solid rgba(255, 248, 234, 0.24);
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(10, 32, 27, 0.24);
}

.consent-banner[hidden] { display: none; }
.consent-banner p { margin: 4px 0 0; max-width: 62ch; }
.consent-actions { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.consent-reject,
.footer-privacy {
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
.footer-privacy { color: currentColor; font: inherit; }

@media (max-width: 760px) {
  .consent-banner {
    right: 12px;
    bottom: calc(78px + env(safe-area-inset-bottom));
    left: 12px;
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
    padding: 16px;
  }
  .consent-actions { justify-content: space-between; }
}
