:root {
  --bg: oklch(0.985 0 0);
  --ink: oklch(0.24 0.035 40);
  --orange: oklch(0.66 0.18 45);
  --orange-deep: oklch(0.49 0.16 42);
  --green: oklch(0.47 0.095 125);
  --muted: oklch(0.39 0.03 45);
  --white: oklch(1 0 0);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--bg); font: 16px/1.55 var(--sans); }
img { display: block; width: 100%; }
picture { display: block; }
a { color: inherit; }
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }
:focus-visible { outline: 3px solid var(--orange-deep); outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 20; top: 10px; left: 10px; padding: 10px 14px; color: var(--ink); background: var(--white); transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 10; top: 0; left: 0; width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 14px clamp(16px, 4vw, 54px); color: var(--white); transition: background .25s ease, color .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { color: var(--ink); background: color-mix(in oklch, var(--bg) 94%, transparent); box-shadow: 0 1px 0 color-mix(in oklch, var(--ink) 16%, transparent); backdrop-filter: blur(12px); }
.site-header:not(.is-scrolled) :focus-visible { outline-color: var(--white); }
.brand { display: inline-flex; align-items: center; gap: 9px; line-height: 1; text-decoration: none; }
.brand img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; background: var(--white); }
.brand span { display: grid; gap: 4px; letter-spacing: .07em; }
.brand b { font-size: 13px; }
.brand small { font-size: 10px; letter-spacing: .2em; text-transform: uppercase; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.language-toggle, .menu-toggle { min-height: 44px; padding: 0 10px; border: 1px solid currentColor; border-radius: 0; color: inherit; background: transparent; font: 700 12px var(--sans); letter-spacing: .08em; cursor: pointer; }
.language-toggle { display: inline-flex; align-items: center; justify-content: space-between; gap: 16px; min-width: 80px; }
.language-chevron { width: 9px; height: 9px; margin-top: -4px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; flex: 0 0 auto; transform: rotate(45deg); }
.menu-toggle { padding-inline: 15px; }

dialog { width: min(100%, 560px); height: 100%; max-height: none; margin: 0 0 0 auto; padding: 32px; border: 0; color: var(--white); background: var(--orange-deep); }
dialog::backdrop { background: oklch(0.12 0 0 / .65); }
.close-menu, .close-language { float: right; width: 44px; height: 44px; border: 1px solid var(--white); color: var(--white); background: transparent; font-size: 30px; cursor: pointer; }
dialog nav { clear: both; display: grid; gap: clamp(18px, 4vw, 38px); padding-top: 90px; }
dialog nav a { color: var(--white); font: clamp(30px, 6vw, 60px)/.95 var(--serif); text-decoration: none; }
.language-dialog-label { clear: both; margin: 88px 0 18px; color: color-mix(in oklch, var(--white) 74%, transparent); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.language-list { display: grid; border-top: 1px solid color-mix(in oklch, var(--white) 42%, transparent); }
.language-list button { display: flex; align-items: center; justify-content: space-between; min-height: 62px; padding: 10px 0; border: 0; border-bottom: 1px solid color-mix(in oklch, var(--white) 42%, transparent); color: var(--white); background: transparent; font: clamp(26px, 5vw, 40px)/1 var(--serif); text-align: left; cursor: pointer; }
.language-list button small { color: color-mix(in oklch, var(--white) 68%, transparent); font: 700 11px var(--sans); letter-spacing: .12em; }
.language-list button[aria-pressed="true"] { color: var(--ink); background: var(--white); padding-inline: 14px; }
.language-list button[aria-pressed="true"] small { color: var(--orange-deep); }

.hero { position: relative; min-height: 780px; min-height: 100svh; overflow: clip; color: var(--white); }
.hero-picture, .hero-media, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, oklch(0.1 0 0 / .66), oklch(0.1 0 0 / .16) 72%), linear-gradient(0deg, oklch(0.1 0 0 / .3), transparent 45%); }
.hero-content { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: end; min-height: inherit; max-width: 860px; padding: 130px clamp(22px, 7vw, 110px) clamp(48px, 8vw, 96px); }
.hero-kicker, .section-mark { margin: 0 0 15px; font-size: 11px; font-weight: 700; letter-spacing: .17em; }
h1 { max-width: 11.5ch; margin: 0; font: clamp(60px, 8vw, 96px)/.9 var(--serif); letter-spacing: -.03em; }
.hero-copy { max-width: 42ch; margin: 24px 0 28px; font-size: clamp(17px, 2vw, 21px); line-height: 1.45; }
.hero-actions, .visit-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 11px 18px; border: 1px solid transparent; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-align: center; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.button-primary { color: var(--white); background: var(--orange-deep); }
.button-quiet { border-color: var(--white); color: var(--white); }
.button-dark { color: var(--white); background: var(--ink); }
.button-outline { border-color: var(--ink); color: var(--ink); }
.hero-scroll { position: absolute; z-index: 2; right: 22px; bottom: 22px; color: var(--white); font-size: 28px; text-decoration: none; animation: bob 2.2s ease-in-out infinite; }

.section { padding: clamp(72px, 10vw, 150px) clamp(22px, 8vw, 128px); }
.story { display: grid; grid-template-columns: minmax(0, .85fr) minmax(300px, 1.05fr); align-items: center; gap: clamp(35px, 8vw, 140px); }
.story-copy h2, .section-heading h2, .visit h2, .review-callout h2 { max-width: 15ch; margin: 0; font: clamp(42px, 6vw, 78px)/.98 var(--serif); letter-spacing: -.03em; }
.story-copy > p:not(.section-mark) { max-width: 43ch; margin: 25px 0; color: var(--muted); font-size: 18px; }
.text-link { display: inline-flex; align-items: center; min-height: 44px; font-size: 13px; font-weight: 700; letter-spacing: .04em; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.story-image { margin: 0; }
.story-image picture, .story-image img { height: 100%; }
.story-image img { max-height: 720px; object-fit: cover; }

.drinks { color: var(--white); background: var(--green); }
.section-heading { margin-bottom: clamp(36px, 5vw, 70px); }
.drink-layout { display: grid; grid-template-columns: minmax(250px, .9fr) minmax(300px, 1.1fr); align-items: end; gap: clamp(28px, 6vw, 90px); }
.drink-feature { margin: 0; }
.drink-feature picture, .drink-feature img { height: 100%; }
.drink-feature img { aspect-ratio: 4 / 5; object-fit: cover; }
.drink-list article { display: flex; justify-content: space-between; gap: 18px; padding: 20px 0; border-top: 1px solid color-mix(in oklch, var(--white) 45%, transparent); }
.drink-list article:last-child { border-bottom: 1px solid color-mix(in oklch, var(--white) 45%, transparent); }
.drink-list h3 { margin: 0 0 3px; font: 25px/1 var(--serif); }
.drink-list p { max-width: 38ch; margin: 0; color: color-mix(in oklch, var(--white) 77%, transparent); font-size: 14px; }
.drink-list strong { white-space: nowrap; }
.price-note { max-width: 62ch; margin: 25px 0; color: color-mix(in oklch, var(--white) 76%, transparent); font-size: 12px; }

.gallery { padding: clamp(72px, 10vw, 150px) clamp(22px, 8vw, 128px); background: var(--orange); }
.gallery-heading { margin-bottom: 36px; }
.gallery-heading h2 { max-width: 11ch; margin: 0; font: clamp(42px, 7vw, 86px)/.9 var(--serif); letter-spacing: -.03em; }
.gallery-grid { display: grid; grid-template-columns: 1.35fr .8fr .8fr; gap: 12px; }
.gallery-grid figure { min-height: 280px; margin: 0; overflow: hidden; }
.gallery-grid picture, .gallery-grid img { height: 100%; }
.gallery-grid img { object-fit: cover; transition: transform .7s cubic-bezier(.16, 1, .3, 1); }

.reviews { color: var(--white); background: var(--ink); }
.review-callout { max-width: 760px; }
.review-callout h2 { max-width: 13ch; }
.review-callout p { max-width: 55ch; margin: 24px 0 30px; color: color-mix(in oklch, var(--white) 74%, transparent); font-size: 17px; }

.visit { display: grid; grid-template-columns: minmax(320px, .9fr) 1.1fr; min-height: 650px; color: var(--ink); background: var(--white); }
.visit-copy { padding: clamp(60px, 8vw, 120px) clamp(22px, 8vw, 120px); }
.visit address { margin: 35px 0 10px; font: clamp(27px, 3.5vw, 46px)/1.06 var(--serif); font-style: normal; }
.visit-copy > p { margin: 0 0 27px; color: var(--muted); }
.visit iframe { width: 100%; min-height: 430px; border: 0; filter: saturate(.75) contrast(1.08); }

footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 28px clamp(22px, 7vw, 110px); color: var(--white); background: var(--orange-deep); }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 4px 12px; font-size: 12px; }
.footer-links a { display: inline-flex; align-items: center; min-height: 44px; }
footer > p { margin: 0; font-size: 12px; }

@media (hover: hover) {
  .button:hover { transform: translateY(-2px); }
  .gallery-grid figure:hover img { transform: scale(1.035); }
}

@keyframes bob { 50% { transform: translateY(7px); } }

@media (max-width: 780px) {
  .hero-shade { background: linear-gradient(0deg, oklch(0.1 0 0 / .82) 0%, oklch(0.1 0 0 / .54) 31%, oklch(0.1 0 0 / .12) 56%, transparent 72%); }
  .story, .drink-layout, .visit { grid-template-columns: 1fr; }
  .story-copy h2, .section-heading h2, .visit h2, .review-callout h2 { max-width: 13ch; }
  .story-image img { max-height: 570px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid .gallery-large { grid-column: 1 / -1; min-height: 420px; }
  .visit iframe { order: -1; min-height: 390px; }
  .hero-scroll { display: none; }
  footer { align-items: flex-start; flex-direction: column; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 420px) {
  .hero { min-height: 720px; min-height: 100svh; }
  h1 { font-size: clamp(54px, 15vw, 64px); }
  .hero-content { padding-bottom: 42px; }
  .hero-actions .button { width: 100%; }
  .gallery-grid figure { min-height: 190px; }
}

@media (max-width: 360px) {
  h1 { font-size: 50px; line-height: .92; }
  .hero-copy { margin: 18px 0 22px; }
}

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