:root {
  --green-950: #071b17;
  --green-900: #0c2721;
  --green-800: #123b31;
  --green-700: #1b4b3e;
  --amber: #d39a48;
  --amber-light: #efc987;
  --cream: #f4ead8;
  --paper: #eadcc5;
  --ink: #171511;
  --muted: #786f63;
  --white: #fffdf8;
  --line: rgba(23, 21, 17, .16);
  --radius: 26px;
  --container: min(1240px, calc(100% - 48px));
  --shadow: 0 30px 70px rgba(0, 0, 0, .2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
body.no-scroll { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
::selection { background: var(--amber); color: var(--green-950); }

.container { width: var(--container); margin-inline: auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; left: 20px; top: -70px; z-index: 9999;
  padding: 10px 16px; background: var(--amber); color: var(--green-950);
  transition: top .2s ease;
}
.skip-link:focus { top: 20px; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 1000;
  padding: 18px 0;
  color: var(--white);
  transition: padding .25s ease, background .25s ease, box-shadow .25s ease;
}
.site-header.is-scrolled {
  padding: 10px 0;
  background: rgba(7, 27, 23, .93);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 40px rgba(0,0,0,.16);
}
.header-shell {
  width: min(1380px, calc(100% - 40px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark { width: 42px; height: 42px; color: var(--amber-light); }
.brand-mark svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 2.5; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-family: Georgia, "Times New Roman", serif; font-size: 17px; letter-spacing: .08em; }
.brand-copy small { margin-top: 7px; font-size: 8px; font-weight: 800; letter-spacing: .28em; opacity: .72; }
.primary-nav { justify-self: center; display: flex; align-items: center; gap: clamp(18px, 2.25vw, 36px); }
.primary-nav a {
  position: relative; color: rgba(255,255,255,.82); font-size: 12px;
  font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
  transition: color .2s ease;
}
.primary-nav a:not(.nav-cta)::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px;
  background: var(--amber-light); transition: right .25s ease;
}
.primary-nav a:hover { color: var(--white); }
.primary-nav a:hover::after { right: 0; }
.primary-nav .nav-cta {
  padding: 10px 17px; border: 1px solid rgba(239, 201, 135, .65);
  border-radius: 100px; color: var(--amber-light);
}
.primary-nav .nav-cta:hover { background: var(--amber); border-color: var(--amber); color: var(--green-950); }
.lang-switch { justify-self: end; display: flex; align-items: center; gap: 6px; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.lang-switch button { border: 0; padding: 5px 2px; background: transparent; color: rgba(255,255,255,.5); cursor: pointer; }
.lang-switch button.is-active { color: var(--amber-light); }
.lang-switch span { opacity: .3; }
.menu-toggle { display: none; }

.hero {
  position: relative; min-height: 100svh; display: flex; align-items: center;
  color: var(--white); background: var(--green-950); overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(90deg, rgba(5,23,19,.96) 0%, rgba(5,23,19,.70) 48%, rgba(5,23,19,.2) 100%),
    linear-gradient(0deg, rgba(5,23,19,.70) 0%, rgba(5,23,19,.08) 50%),
    url("https://www.cuttysarkpub.si/wp-content/themes/cutty/images/slikce/home.jpg");
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
}
.hero-grain, .hero-grain::after {
  position: absolute; inset: 0; content: ""; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.88' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E");
  opacity: .08; mix-blend-mode: soft-light;
}
.hero-content { position: relative; z-index: 2; padding: 160px 0 150px; }
.eyebrow {
  margin: 0 0 22px; color: var(--amber); font-size: 11px; font-weight: 900;
  letter-spacing: .22em; text-transform: uppercase;
}
.hero h1, .section h2 {
  margin: 0; font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 8.2vw, 126px); font-weight: 400; line-height: .88;
  letter-spacing: -.055em;
}
.hero h1 { max-width: 920px; text-shadow: 0 12px 40px rgba(0,0,0,.3); }
.hero h1 em, .section h2 em { color: var(--amber-light); font-weight: 400; }
.hero-lead { max-width: 610px; margin: 34px 0 0; color: rgba(255,255,255,.77); font-size: clamp(17px, 1.5vw, 22px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; min-height: 52px;
  padding: 0 23px; border: 1px solid transparent; border-radius: 100px;
  font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--amber); color: var(--green-950); }
.btn-primary:hover { background: var(--amber-light); }
.btn-ghost { border-color: rgba(255,255,255,.4); color: var(--white); }
.btn-ghost:hover { border-color: var(--white); background: rgba(255,255,255,.1); }
.btn-dark { background: var(--green-900); color: var(--white); }
.btn-dark:hover { background: var(--green-800); }
.btn-outline-light { border-color: rgba(255,255,255,.35); color: var(--white); }
.btn-outline-light:hover { border-color: var(--white); background: rgba(255,255,255,.08); }
.hero-meta {
  position: absolute; z-index: 3; left: 50%; bottom: 0; width: min(1380px, calc(100% - 40px));
  transform: translateX(-50%); display: grid; grid-template-columns: 260px 260px 1fr;
  border-top: 1px solid rgba(255,255,255,.18);
}
.hero-meta > div { padding: 22px 26px 25px 0; }
.hero-meta > div + div { padding-left: 26px; border-left: 1px solid rgba(255,255,255,.18); }
.hero-meta span { display: block; margin-bottom: 3px; color: rgba(255,255,255,.48); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero-meta strong { font-size: 14px; font-weight: 650; }
.scroll-cue { justify-self: end; align-self: stretch; display: flex; align-items: center; gap: 16px; color: rgba(255,255,255,.54); font-size: 9px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.scroll-cue i { position: relative; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; }
.scroll-cue i::after { content: "↓"; position: absolute; inset: 0; display: grid; place-items: center; font-style: normal; color: var(--amber-light); }

.ticker { overflow: hidden; background: var(--amber); border-block: 1px solid rgba(0,0,0,.12); }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 32px; padding: 13px 0; animation: ticker 28s linear infinite; }
.ticker-track span { font-family: Georgia, "Times New Roman", serif; font-size: 14px; font-weight: 700; letter-spacing: .08em; }
.ticker-track b { font-weight: 400; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { position: relative; padding: 140px 0; }
.section-head { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; margin-bottom: 66px; }
.section h2 { font-size: clamp(48px, 6vw, 88px); }
.section-head > p { max-width: 500px; margin: 0 0 6px; color: var(--muted); font-size: 17px; }

.program-section { background: var(--cream); }
.program-grid { display: grid; grid-template-columns: 1.15fr .925fr .925fr; gap: 14px; }
.program-card {
  position: relative; min-height: 420px; display: flex; flex-direction: column; justify-content: space-between;
  padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.22);
  overflow: hidden; transition: transform .3s ease, background .3s ease, box-shadow .3s ease;
}
.program-card:hover { transform: translateY(-8px); background: rgba(255,255,255,.55); box-shadow: 0 22px 45px rgba(74,57,33,.12); }
.program-card-featured { background: var(--green-900); color: var(--white); border-color: transparent; }
.program-card-featured:hover { background: var(--green-800); }
.program-number { font-size: 10px; font-weight: 900; letter-spacing: .18em; opacity: .52; }
.program-icon { position: absolute; right: 25px; top: 18px; color: var(--amber); font-family: Georgia, serif; font-size: 76px; line-height: 1; opacity: .74; }
.program-copy { margin-top: auto; }
.program-kicker { margin: 0 0 12px; color: var(--amber); font-size: 10px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.program-card h3 { margin: 0; max-width: 300px; font-family: Georgia, serif; font-size: clamp(27px, 2.5vw, 38px); font-weight: 400; line-height: 1.02; }
.program-card p:last-child { margin: 18px 0 0; max-width: 350px; color: var(--muted); font-size: 14px; }
.program-card-featured p:last-child { color: rgba(255,255,255,.64); }
.program-footer { display: flex; justify-content: space-between; gap: 24px; margin-top: 26px; padding-top: 26px; border-top: 1px solid var(--line); }
.program-footer p { margin: 0; color: var(--muted); }
.text-link { color: var(--green-800); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.text-link:hover { color: var(--amber); }

.drinks-section { background: var(--paper); overflow: hidden; }
.drinks-section::before {
  content: "CUTTY"; position: absolute; left: -35px; bottom: -95px;
  color: rgba(12,39,33,.05); font-family: Georgia, serif; font-size: 280px; line-height: 1; letter-spacing: -.08em;
}
.drinks-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: center; }
.drinks-copy { position: sticky; top: 140px; align-self: start; }
.drinks-copy > p:not(.eyebrow) { max-width: 460px; margin: 30px 0 32px; color: var(--muted); font-size: 17px; }
.drink-showcase { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 390px 300px; gap: 14px; }
.drink-panel { position: relative; border-radius: var(--radius); overflow: hidden; background: var(--green-900); min-height: 0; }
.drink-panel-large { grid-row: span 2; }
.drink-panel img { height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.drink-panel:hover img { transform: scale(1.055); }
.drink-panel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,18,15,.88), transparent 62%); }
.drink-overlay { position: absolute; z-index: 2; inset: auto 0 0; padding: 28px; color: var(--white); }
.drink-overlay > span { display: block; margin-bottom: 12px; color: var(--amber-light); font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.drink-overlay h3 { margin: 0; font-family: Georgia, serif; font-size: 32px; font-weight: 400; line-height: 1.05; }
.drink-overlay p { margin: 12px 0 0; color: rgba(255,255,255,.66); font-size: 14px; }
.drink-panel-text { display: flex; align-items: center; justify-content: space-between; padding: 30px; background: var(--amber); color: var(--green-950); }
.drink-panel-text::after { display: none; }
.drink-panel-text > div { max-width: 280px; }
.drink-panel-text .mini-label { font-size: 9px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.drink-panel-text h3 { margin: 12px 0; font-family: Georgia, serif; font-size: 28px; font-weight: 400; line-height: 1.05; }
.drink-panel-text p { margin: 0; font-size: 13px; opacity: .7; }
.drink-panel-text svg { width: 92px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 2; opacity: .55; }

.story-section { background: var(--cream); }
.story-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 90px; align-items: center; }
.story-image { position: relative; }
.story-image img { aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.story-stamp {
  position: absolute; right: -42px; bottom: 50px; width: 150px; height: 150px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  border-radius: 50%; background: var(--amber); color: var(--green-950); box-shadow: 0 15px 45px rgba(76,48,16,.26);
  transform: rotate(-8deg);
}
.story-stamp::before { content: ""; position: absolute; inset: 9px; border: 1px solid rgba(7,27,23,.38); border-radius: 50%; }
.story-stamp span, .story-stamp small { position: relative; font-size: 8px; font-weight: 900; letter-spacing: .2em; }
.story-stamp strong { position: relative; margin: 4px 0; font-family: Georgia, serif; font-size: 24px; }
.story-copy .story-lead { margin: 34px 0 22px; color: var(--green-800); font-family: Georgia, serif; font-size: 24px; line-height: 1.35; }
.story-copy > p:not(.eyebrow):not(.story-lead) { color: var(--muted); }
.story-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 38px; padding-top: 26px; border-top: 1px solid var(--line); }
.story-facts div { display: flex; flex-direction: column; }
.story-facts strong { font-family: Georgia, serif; font-size: 20px; font-weight: 400; }
.story-facts span { margin-top: 4px; color: var(--muted); font-size: 12px; }

.gallery-section { padding-bottom: 0; background: var(--green-950); color: var(--white); }
.section-head-light > p { color: rgba(255,255,255,.58); }
.gallery-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-auto-rows: 310px; gap: 2px; }
.gallery-item { position: relative; padding: 0; border: 0; background: var(--green-900); overflow: hidden; cursor: zoom-in; }
.gallery-item::after { content: "+"; position: absolute; right: 22px; top: 18px; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: rgba(7,27,23,.65); color: var(--amber-light); font-size: 22px; opacity: 0; transform: translateY(-8px); transition: opacity .25s ease, transform .25s ease; }
.gallery-item:hover::after { opacity: 1; transform: translateY(0); }
.gallery-item img { height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.04); transition: transform .65s ease, filter .4s ease; }
.gallery-item:hover img { transform: scale(1.045); filter: saturate(1) contrast(1.02); }
.gallery-wide { grid-row: span 2; }
.gallery-tall { grid-column: span 2; }

.visit-section { background: var(--green-950); color: var(--white); }
.visit-card { display: grid; grid-template-columns: 1fr 1fr; min-height: 720px; border: 1px solid rgba(255,255,255,.14); border-radius: 32px; overflow: hidden; background: var(--green-900); box-shadow: 0 35px 90px rgba(0,0,0,.28); }
.visit-info { padding: clamp(40px, 5vw, 76px); }
.visit-info h2 { font-size: clamp(46px, 5vw, 78px); }
.contact-lines { margin-top: 42px; border-top: 1px solid rgba(255,255,255,.16); }
.contact-lines a { display: grid; grid-template-columns: 140px 1fr; gap: 20px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.contact-lines span { color: rgba(255,255,255,.45); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.contact-lines strong { font-size: 14px; font-weight: 600; }
.contact-lines a:hover strong { color: var(--amber-light); }
.opening-hours { margin-top: 36px; }
.opening-hours h3 { margin: 0 0 16px; color: var(--amber-light); font-family: Georgia, serif; font-size: 22px; font-weight: 400; }
.opening-hours div { display: flex; justify-content: space-between; gap: 24px; padding: 8px 0; color: rgba(255,255,255,.63); font-size: 13px; }
.opening-hours strong { color: var(--white); font-weight: 600; }
.visit-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 36px; }
.visit-map { position: relative; min-height: 620px; background: #d9d1c1; }
.visit-map iframe { width: 100%; height: 100%; border: 0; filter: grayscale(1) sepia(.18) contrast(.9); }
.map-label { position: absolute; left: 18px; right: 18px; bottom: 18px; display: flex; justify-content: space-between; padding: 11px 14px; border-radius: 12px; background: rgba(7,27,23,.88); color: rgba(255,255,255,.62); font-size: 9px; font-weight: 800; letter-spacing: .13em; }

.site-footer { padding: 70px 0 25px; background: #04120f; color: var(--white); }
.footer-top { display: grid; grid-template-columns: 1fr 1fr auto; gap: 50px; align-items: center; padding-bottom: 48px; }
.brand-footer .brand-mark { width: 50px; height: 50px; }
.footer-top > p { max-width: 330px; margin: 0; color: rgba(255,255,255,.48); font-family: Georgia, serif; font-size: 20px; }
.social-links { display: flex; flex-direction: column; align-items: flex-end; gap: 6px; }
.social-links a { color: var(--amber-light); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.35); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.footer-bottom button { padding: 0; border: 0; background: transparent; color: inherit; cursor: pointer; text-transform: inherit; letter-spacing: inherit; }
.footer-bottom button:hover { color: var(--amber-light); }

.lightbox { position: fixed; inset: 0; z-index: 3000; display: grid; place-items: center; padding: 5vw; background: rgba(2,12,10,.94); }
.lightbox[hidden] { display: none; }
.lightbox img { max-width: min(1200px, 100%); max-height: 84vh; width: auto; object-fit: contain; border-radius: 16px; box-shadow: 0 30px 90px rgba(0,0,0,.55); }
.lightbox-close { position: absolute; right: 26px; top: 20px; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: transparent; color: var(--white); font-size: 28px; cursor: pointer; }
.cookie-banner { position: fixed; z-index: 2500; left: 20px; right: 20px; bottom: 20px; max-width: 760px; margin-left: auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 20px 22px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: rgba(7,27,23,.97); color: var(--white); box-shadow: var(--shadow); }
.cookie-banner[hidden] { display: none; }
.cookie-banner strong { font-family: Georgia, serif; font-size: 18px; font-weight: 400; }
.cookie-banner p { margin: 4px 0 0; color: rgba(255,255,255,.56); font-size: 12px; }
.cookie-banner .btn { flex: 0 0 auto; }

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

@media (max-width: 1100px) {
  :root { --container: min(1000px, calc(100% - 40px)); }
  .header-shell { grid-template-columns: auto auto 1fr; }
  .menu-toggle {
    justify-self: end; display: flex; flex-direction: column; gap: 5px; width: 44px; height: 44px;
    align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(7,27,23,.28); cursor: pointer;
  }
  .menu-toggle span:not(.sr-only) { width: 18px; height: 1px; background: currentColor; transition: transform .25s ease, opacity .25s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .primary-nav {
    position: fixed; inset: 78px 20px auto; display: flex; flex-direction: column; align-items: stretch; gap: 0;
    padding: 14px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: rgba(7,27,23,.98); box-shadow: var(--shadow);
    opacity: 0; pointer-events: none; transform: translateY(-10px); transition: opacity .25s ease, transform .25s ease;
  }
  .primary-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .primary-nav a { padding: 14px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .primary-nav a::after { display: none; }
  .primary-nav .nav-cta { margin-top: 8px; text-align: center; }
  .lang-switch { grid-column: 3; grid-row: 1; justify-self: start; }
  .menu-toggle { grid-column: 2; grid-row: 1; }
  .section { padding: 110px 0; }
  .program-grid { grid-template-columns: 1fr 1fr; }
  .program-card-featured { grid-column: span 2; min-height: 360px; }
  .drinks-layout { grid-template-columns: 1fr; gap: 55px; }
  .drinks-copy { position: static; }
  .story-grid { gap: 60px; }
  .gallery-grid { grid-auto-rows: 250px; }
  .visit-card { grid-template-columns: 1fr; }
  .visit-map { min-height: 520px; }
}

@media (max-width: 760px) {
  :root { --container: min(680px, calc(100% - 28px)); --radius: 20px; }
  .site-header { padding: 12px 0; }
  .header-shell { width: calc(100% - 24px); gap: 10px; }
  .brand-mark { width: 36px; height: 36px; }
  .brand-copy strong { font-size: 14px; }
  .brand-copy small { font-size: 6.5px; }
  .header-shell { grid-template-columns: auto 1fr auto; }
  .lang-switch { display: flex; grid-column: 2; grid-row: 1; justify-self: end; margin-right: 4px; }
  .menu-toggle { grid-column: 3; }
  .primary-nav { inset: 66px 12px auto; }
  .hero { min-height: 830px; }
  .hero-bg { background-position: 58% center; }
  .hero-content { padding: 145px 0 180px; }
  .hero h1 { font-size: clamp(52px, 16.5vw, 82px); }
  .hero-lead { font-size: 16px; }
  .hero-meta { width: calc(100% - 28px); grid-template-columns: 1fr 1fr; }
  .hero-meta > div { padding: 17px 10px 19px 0; }
  .hero-meta > div + div { padding-left: 14px; }
  .hero-meta strong { font-size: 11px; }
  .scroll-cue { display: none; }
  .section { padding: 88px 0; }
  .section-head { grid-template-columns: 1fr; gap: 25px; margin-bottom: 42px; }
  .section h2 { font-size: clamp(46px, 14vw, 68px); }
  .section-head > p { font-size: 15px; }
  .program-grid { grid-template-columns: 1fr; }
  .program-card-featured { grid-column: auto; }
  .program-card { min-height: 330px; }
  .program-footer { flex-direction: column; }
  .drink-showcase { grid-template-columns: 1fr; grid-template-rows: 500px 330px auto; }
  .drink-panel-large { grid-row: auto; }
  .drink-panel-text { min-height: 260px; }
  .story-grid { grid-template-columns: 1fr; gap: 65px; }
  .story-image img { aspect-ratio: 4 / 4.7; }
  .story-stamp { right: 12px; bottom: -44px; width: 130px; height: 130px; }
  .story-copy .story-lead { font-size: 21px; }
  .story-facts { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 220px; }
  .gallery-wide { grid-column: span 2; grid-row: span 2; }
  .gallery-tall { grid-column: span 2; }
  .visit-section { padding-top: 50px; }
  .visit-card { border-radius: 22px; }
  .visit-info { padding: 36px 24px; }
  .contact-lines a { grid-template-columns: 1fr; gap: 3px; }
  .opening-hours div { align-items: flex-start; flex-direction: column; gap: 0; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .visit-actions .btn { width: 100%; }
  .visit-map { min-height: 430px; }
  .footer-top { grid-template-columns: 1fr; gap: 28px; }
  .social-links { align-items: flex-start; }
  .footer-bottom { flex-direction: column; }
  .cookie-banner { left: 12px; right: 12px; bottom: 12px; align-items: stretch; flex-direction: column; gap: 15px; }
  .cookie-banner .btn { width: 100%; }
}

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