:root {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #27170f;
  background: #fff7eb;
  color-scheme: light;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  background: #fff7eb;
}

button,
input,
textarea,
select { font: inherit; }

a,
button { -webkit-tap-highlight-color: transparent; }

a:focus-visible,
button:focus-visible,
summary:focus-visible,
iframe:focus-visible {
  outline: 3px solid rgba(107, 50, 29, .35);
  outline-offset: 3px;
}

.landing-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(400px, 1fr);
  align-items: start;
  min-height: 100vh;
}

.venue-pane {
  min-width: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 255, 255, .8), transparent 28rem),
    #fff7eb;
}

.venue-content {
  width: min(1240px, 100%);
  margin: 0 auto;
  padding: 20px clamp(20px, 2.5vw, 38px) 18px;
}

.landing-topbar {
  display: flex;
  gap: 28px;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 12px;
}

.landing-brand-group {
  display: flex;
  flex: 0 0 auto;
  gap: 16px;
  align-items: center;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  width: 90px;
  margin: 0;
  text-decoration: none;
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
}

.landing-brand-claim {
  max-width: 18ch;
  margin: 0;
  color: #6b321d;
  font-size: .86rem;
  font-weight: 850;
  line-height: 1.25;
  letter-spacing: -.01em;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  justify-content: flex-end;
  max-width: calc(100% - 118px);
  margin: 8px 0 0;
  color: #8a776c;
  font-size: .82rem;
  line-height: 1.4;
}

.breadcrumbs a {
  color: #6b321d;
  font-weight: 750;
  text-decoration: none;
}

.breadcrumbs a:hover { text-decoration: underline; }

.landing-close {
  position: fixed;
  z-index: 30;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  padding: 0 0 3px;
  border: 1px solid rgba(90, 47, 28, .24);
  border-radius: 50%;
  background: rgba(255, 250, 243, .9);
  color: #4d2d20;
  font-size: 1.75rem;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(62, 32, 19, .17);
  backdrop-filter: blur(7px);
}

.landing-close:hover { background: #fffaf3; transform: translateY(-1px); }

.card {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: clamp(22px, 2.2vw, 30px);
  border: 1px solid #ead8c9;
  border-radius: 28px;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 24px 65px rgba(82, 44, 24, .1);
}

.card.is-premium {
  border: 2px solid #d5a94e;
  background: linear-gradient(145deg, #fffdf8 0, #fff 48%, #fff8e8 100%);
  box-shadow: 0 24px 68px rgba(112, 69, 30, .17);
}

.card.is-premium::before {
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: linear-gradient(90deg, #6b3f1d, #d5a94e, #fff0b6, #9a651f);
  content: "";
}

.card.is-unavailable,
.card.is-unavailable.is-premium {
  border-color: #c8c8c5;
  background: #f0f0ed;
  box-shadow: 0 16px 42px rgba(52, 52, 49, .08);
}

.card.is-unavailable.is-premium::before { background: #aaa9a5; }
.card.is-unavailable .venue-logo-shell { filter: grayscale(1); opacity: .66; }

.venue-hero {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 26px;
}

.venue-hero-copy { min-width: 0; }

.venue-logo-shell {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: min(190px, 25vw);
  height: 120px;
  padding: 16px;
  border: 1px solid #e4c780;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(87, 52, 23, .12);
}

.venue-logo-shell img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.eyebrow,
.experience-kicker {
  margin: 0 0 9px;
  color: #9a593c;
  font-size: .75rem;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.landing-sponsored-label {
  display: block;
  margin: 0 0 8px;
  color: rgba(90, 56, 28, .62);
  font-size: .7rem;
  font-weight: 750;
}

h1 {
  max-width: 15ch;
  margin: 0;
  font-size: clamp(2.25rem, 3vw, 3.5rem);
  line-height: 1;
  letter-spacing: -.05em;
  overflow-wrap: anywhere;
}

h2 {
  margin: 22px 0 11px;
  font-size: 1.25rem;
}

.address {
  max-width: 62ch;
  margin: 10px 0 0;
  color: #6c5a50;
  font-size: 1.08rem;
  line-height: 1.58;
}

.venue-distance {
  display: inline-flex;
  margin: 8px 0 0;
  color: #315f36;
  font-size: .88rem;
  font-weight: 850;
}

.venue-distance[hidden] { display: none; }

.opening-status {
  display: inline-flex;
  margin: 0;
  padding: 8px 12px;
  border-radius: 999px;
  background: #edf6eb;
  color: #245d2b;
  font-size: .84rem;
  font-weight: 850;
}

.opening-status--closing_soon { background: #fff2cf; color: #754a00; }
.card.is-unavailable .opening-status { background: #dededb; color: #5e5e5b; }

.opening-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 14px;
  align-items: center;
  margin-top: 12px;
}

.opening-today {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  color: #6c5a50;
  font-size: .84rem;
}

.opening-today span { color: #8a776c; }
.opening-today strong { color: #3f2a20; }

.landing-opening-hours { position: relative; }
.landing-opening-hours summary {
  color: #6b321d;
  font-size: .82rem;
  font-weight: 850;
  cursor: pointer;
}

.landing-opening-week {
  position: absolute;
  z-index: 12;
  top: calc(100% + 9px);
  right: 0;
  width: min(330px, 82vw);
  padding: 10px 14px;
  border: 1px solid #dfc8b5;
  border-radius: 16px;
  background: #fffdf9;
  box-shadow: 0 18px 44px rgba(58, 31, 19, .2);
}

.landing-opening-week > div {
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #eee0d5;
  color: #6c5a50;
  font-size: .82rem;
}

.landing-opening-week > div:last-child { border-bottom: 0; }
.landing-opening-week > .is-today { color: #245d2b; }
.landing-opening-week strong { color: inherit; text-align: right; }

.landing-weather {
  margin-top: 13px;
  padding: 10px 14px;
  border: 1px solid #d9e4d7;
  border-radius: 18px;
  background: #f4f8f1;
}

.landing-weather-loading,
.landing-weather-error {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #466148;
}

.landing-weather-loading > span,
.landing-weather-error > span { font-size: 1.6rem; }
.landing-weather-error p { margin: 3px 0 0; color: #7c685c; font-size: .78rem; }

.landing-weather-grid {
  display: grid;
  grid-template-columns: auto minmax(180px, .85fr) minmax(330px, 1.35fr);
  gap: 16px;
  align-items: center;
}

.landing-weather-now {
  display: flex;
  gap: 9px;
  align-items: center;
  min-width: 0;
}

.landing-weather-now > span { font-size: 2rem; }
.landing-weather-now > div { min-width: 0; }
.landing-weather-now strong { display: block; color: #245d2b; font-size: 1.45rem; white-space: nowrap; }
.landing-weather-now small { display: block; margin-top: 1px; color: #748071; font-size: .68rem; overflow-wrap: anywhere; }

.landing-weather-verdict {
  display: flex;
  gap: 9px;
  align-items: center;
  min-height: 48px;
  padding: 8px 10px;
  border-radius: 13px;
  background: #e8f2e4;
}

.landing-weather-verdict.weather-covered { background: #fff2d2; }
.landing-weather-verdict.weather-indoor { background: #f5e5e1; }
.landing-weather-verdict > span { font-size: 1.6rem; }
.landing-weather-verdict strong,
.landing-weather-verdict small { display: block; }
.landing-weather-verdict strong { color: #2f5e34; font-size: .86rem; }
.landing-weather-verdict small { margin-top: 2px; color: #6c5a50; font-size: .69rem; }

.landing-weather-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin: 0;
}

.landing-weather-facts div {
  min-width: 0;
  padding-left: 10px;
  border-left: 1px solid #d6e0d3;
}

.landing-weather-facts dt { color: #748071; font-size: .66rem; }
.landing-weather-facts dd { margin: 3px 0 0; color: #344b35; font-size: .75rem; font-weight: 800; }
.landing-weather-source { color: #507354; font-size: .65rem; text-decoration: none; }

.landing-offerings {
  margin-top: 19px;
  padding: 16px;
  border: 1px solid #d9e4d7;
  border-radius: 20px;
  background: #f5f8f2;
}

.landing-offerings[hidden] { display: none; }

.landing-offerings-heading {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  justify-content: space-between;
}

.landing-offerings-heading h2 { margin: 2px 0 0; color: #274c2c; }
.landing-offerings-heading > strong {
  flex: 0 0 auto;
  padding: 6px 9px;
  border-radius: 999px;
  background: #e5efe1;
  color: #4f674f;
  font-size: .74rem;
  white-space: nowrap;
}

.landing-offerings-kicker {
  margin: 0;
  color: #6f816f;
  font-size: .67rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.landing-offering-list {
  display: grid;
  gap: 13px;
  margin-top: 14px;
}

.landing-offering-list section { display: grid; gap: 6px; min-width: 0; }
.landing-offering-list h3 {
  margin: 0;
  color: #245d2b;
  font-size: .88rem;
  overflow-wrap: anywhere;
}

.landing-offering-row {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
  padding: 9px 11px;
  border: 1px solid rgba(189, 207, 185, .7);
  border-radius: 12px;
  background: rgba(255, 255, 255, .78);
}

.landing-offering-product {
  min-width: 0;
  color: #37483a;
  font-size: .86rem;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.landing-offering-prices {
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  gap: 7px;
  align-items: stretch;
  justify-content: flex-end;
  min-width: 0;
}

.landing-offering-prices > span {
  display: grid;
  gap: 2px;
  min-width: 92px;
  padding: 6px 8px;
  border-radius: 9px;
  background: #edf5ea;
  text-align: right;
}

.landing-offering-prices small { color: #738071; font-size: .64rem; }
.landing-offering-prices strong { color: #245d2b; font-size: .8rem; white-space: nowrap; }
.landing-offering-prices.is-legacy > span { background: #fff5df; }
.landing-offering-prices.is-legacy small { color: #8a6a39; }
.landing-offerings-source {
  display: block;
  margin-top: 12px;
  color: #6d796c;
  font-size: .68rem;
  font-weight: 750;
}

.venue-insights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
  margin-top: 13px;
}

.venue-insights:has(.personal[hidden]) > .score-panel,
.venue-insights:has(.personal[hidden]) > .empty { grid-column: 1 / -1; }

.personal {
  margin-top: 0;
  padding: 14px;
  border: 2px solid #d5a548;
  border-radius: 18px;
  background: #fffaf3;
}

.personal[hidden] { display: none; }
.personal-head { display: flex; gap: 14px; align-items: flex-start; justify-content: space-between; }
.personal h2 { margin: 0; font-size: 1.25rem; }
.personal-kicker { margin: 3px 0 0; color: #7b654f; font-size: .86rem; }
.personal-status { margin: 10px 0 0; color: #8a776c; font-size: .86rem; }
.personal-empty { margin: 16px 0 0; color: #6c5a50; line-height: 1.55; }
.personal-action { display: inline-flex; margin-top: 10px; color: #6b321d; font-weight: 850; text-decoration: none; }
.personal-action[hidden],
#personal-ratings-empty[hidden],
.my-rating-list[hidden] { display: none !important; }

.my-rating-list {
  display: grid;
  gap: 10px;
  margin: 11px 0 0;
  padding: 0;
  list-style: none;
}

.my-rating-item {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  padding: 9px 11px;
  border: 1px solid #ead8c9;
  border-radius: 14px;
  background: #fff;
}

.my-rating-drink { font-weight: 850; }
.my-rating-date { display: block; margin-top: 3px; color: #8a776c; font-size: .8rem; }
.my-rating-stars { color: #9a5d00; font-size: 1.08rem; letter-spacing: .06em; white-space: nowrap; }

.score-panel {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 17px;
  align-items: center;
  margin-top: 0;
  padding: 15px;
  border: 1px solid #f0dfcf;
  border-radius: 20px;
  background: #fff7eb;
}

.score {
  color: #6b321d;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.05em;
}

.score small { color: #8a776c; font-size: 1rem; letter-spacing: 0; }
.stars { color: #a84c22; font-size: 1.22rem; letter-spacing: .08em; }
.rating-count { margin: 5px 0 0; color: #6c5a50; }
.summary { margin: 8px 0 0; color: #6c5a50; line-height: 1.4; }

.empty {
  margin: 0;
  padding: 15px;
  border: 1px solid #f0dfcf;
  border-radius: 16px;
  background: #fff7eb;
}

.empty strong { display: block; margin-bottom: 6px; }
.empty p { margin: 0; color: #6c5a50; line-height: 1.55; }

.drinks {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 12px;
}

.drink { padding: 12px 14px; border: 1px solid #ead8c9; border-radius: 16px; background: #fff; }
.drink-name { font-weight: 850; }
.drink-score { display: flex; gap: 6px; align-items: baseline; margin-top: 5px; }
.drink-score strong { color: #6b321d; font-size: 1.35rem; }
.drink-score span,
.drink-meta { color: #8a776c; }
.drink-meta { margin-top: 4px; font-size: .85rem; }
.drinks-section h2 { margin-top: 17px; }

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 17px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

button.button { cursor: pointer; }
.primary { border: 1px solid #6b321d; background: #6b321d; color: #fff; }
.secondary { border: 1px solid #d8c0ae; background: #fff; color: #6b321d; }
.button:hover { transform: translateY(-1px); box-shadow: 0 8px 20px rgba(82, 44, 24, .1); }
.staff-edit { border-color: #9fbba0; background: #f4faf3; color: #245d2b; }
.staff-edit[hidden] { display: none; }

.share-dialog {
  width: min(440px, calc(100% - 28px));
  padding: 0;
  border: 0;
  border-radius: 22px;
  box-shadow: 0 24px 70px rgba(39, 23, 15, .25);
}

.share-dialog::backdrop { background: rgba(39, 23, 15, .45); }
.share-sheet { padding: 24px; }
.share-head { display: flex; gap: 16px; align-items: center; justify-content: space-between; }
.share-head h2 { margin: 0; }
.share-copy { margin: 10px 0 20px; color: #6c5a50; line-height: 1.5; }
.share-options { display: grid; gap: 10px; }
.share-option {
  display: flex;
  gap: 12px;
  align-items: center;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid #ead8c9;
  border-radius: 14px;
  background: #fff;
  color: #6b321d;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}
.share-option:hover { background: #fff7eb; }
.share-close {
  display: grid;
  flex: 0 0 48px;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 0 0 3px;
  border: 1px solid #ead8c9;
  border-radius: 50%;
  background: #fff;
  color: #6b321d;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}
.share-toast { margin: 14px 0 0; color: #39733b; font-weight: 800; }
.share-toast[hidden] { display: none; }

.landing-operator-teaser {
  margin-top: 19px;
  border: 1px dashed #c8c9bf;
  border-radius: 15px;
  background: #f4f4ef;
}

.landing-operator-teaser summary {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 11px 14px;
  color: #6c6f65;
  cursor: pointer;
  list-style-position: inside;
}

.landing-operator-teaser summary span {
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.landing-operator-teaser summary strong {
  color: #73776d;
  font-size: .74rem;
  font-weight: 850;
  text-align: right;
}

.landing-operator-content {
  display: grid;
  gap: 7px;
  padding: 0 14px 14px;
}

.landing-operator-content button,
.landing-operator-action {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  border: 1px solid #c4c7bd;
  border-radius: 11px;
  background: #e6e7e1;
  color: #73776d;
  font-size: .78rem;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.landing-operator-content button { cursor: not-allowed; }
.landing-operator-content button[hidden],
.landing-operator-action[hidden] { display: none; }
.landing-operator-action { border-color: #9dbd98; background: #edf5ea; color: #245d2b; }
.landing-operator-action:hover { background: #e3f0df; }
.landing-operator-content small { color: #7d8077; font-size: .72rem; line-height: 1.4; }
.error { text-align: center; }

.landing-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  padding: 14px 5px 0;
  color: #7c685c;
  font-size: .82rem;
}

.landing-footer a,
.landing-footer button {
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.landing-footer a:hover,
.landing-footer button:hover { color: #6b321d; text-decoration: underline; }

.experience-pane {
  position: sticky;
  top: 0;
  min-width: 0;
  height: 100vh;
  height: 100svh;
  overflow: auto;
  background:
    radial-gradient(circle at 50% 36%, rgba(255, 247, 235, .35), transparent 18rem),
    linear-gradient(155deg, #d8b493 0%, #c7966c 54%, #b87c52 100%);
  box-shadow: inset 1px 0 rgba(107, 50, 29, .11);
}

.experience-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  padding: clamp(28px, 4vh, 48px) clamp(22px, 3vw, 44px) 30px;
}

.experience-header {
  width: 100%;
  margin: 0 0 18px;
  text-align: center;
}

.experience-kicker { color: rgba(66, 31, 18, .68); }
.experience-header h2 {
  margin: 0;
  color: #321b11;
  font-size: clamp(2rem, 2.8vw, 3.05rem);
  line-height: 1.02;
  letter-spacing: -.045em;
}
.experience-header > p:last-child { margin: 9px 0 0; color: #5c3828; font-size: 1rem; font-weight: 700; }

.phone-stage {
  display: grid;
  flex: 1 0 auto;
  place-items: center;
  width: 100%;
}

.phone-mockup {
  position: relative;
  width: min(370px, calc(100% - 8px));
  height: clamp(520px, 64vh, 760px);
  padding: 14px 10px 12px;
  border: 3px solid #2d1b15;
  border-radius: 42px;
  background: #201713;
  box-shadow:
    0 30px 60px rgba(73, 38, 22, .32),
    inset 0 0 0 1px rgba(255, 255, 255, .16);
}

.phone-speaker {
  position: absolute;
  z-index: 3;
  top: 8px;
  left: 50%;
  width: 30%;
  height: 18px;
  border-radius: 0 0 14px 14px;
  background: #201713;
  transform: translateX(-50%);
  pointer-events: none;
}

.phone-mockup iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 31px;
  background: #fff7eb;
}

.store-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: min(430px, 100%);
  margin-top: 20px;
}

.store-badge {
  position: relative;
  display: flex;
  gap: 9px;
  align-items: center;
  min-width: 0;
  min-height: 58px;
  padding: 8px 11px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 13px;
  background: #494541;
  color: #efebe8;
  filter: grayscale(1);
  box-shadow: 0 8px 18px rgba(75, 41, 24, .12);
}

.store-badge svg { flex: 0 0 29px; width: 29px; height: 29px; opacity: .8; }
.store-badge span { display: flex; min-width: 0; flex-direction: column; line-height: 1.05; }
.store-badge small { font-size: .58rem; }
.store-badge strong { margin-top: 3px; font-size: .91rem; white-space: nowrap; }
.store-badge b {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(224, 215, 207, .43);
  color: #4c4039;
  font-size: .7rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-shadow: 0 1px 4px rgba(255, 255, 255, .85);
}

.desktop-app-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 15px;
  color: #4d2d20;
  font-size: .9rem;
  font-weight: 850;
  text-decoration: none;
}

.desktop-app-link:hover { text-decoration: underline; }

.consent-panel {
  position: fixed;
  z-index: 100;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  width: min(900px, calc(100% - 40px));
  margin: 0 auto;
  padding: 18px 20px;
  border: 1px solid #dcc4b2;
  border-radius: 20px;
  background: rgba(255, 253, 249, .98);
  box-shadow: 0 18px 60px rgba(44, 24, 15, .24);
}

.consent-panel[hidden] { display: none; }
.consent-panel strong { display: block; }
.consent-panel p { margin: 5px 0 0; color: #6c5a50; font-size: .88rem; line-height: 1.45; }
.consent-panel a { color: #6b321d; }
.consent-actions { display: flex; flex: 0 0 auto; gap: 9px; }
.consent-actions button { min-height: 44px; padding: 0 16px; border-radius: 999px; font-weight: 800; cursor: pointer; }
.consent-secondary { border: 1px solid #d8c0ae; background: #fff; color: #6b321d; }
.consent-primary { border: 1px solid #6b321d; background: #6b321d; color: #fff; }

@media (max-width: 1120px) {
  .landing-layout { grid-template-columns: 1fr; }
  .venue-pane { min-height: auto; }
  .card > .experience-pane {
    position: relative;
    height: auto;
    min-height: 0;
    margin: 34px 0 4px;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: none;
  }
  .card > .experience-pane .experience-content { min-height: 0; padding-top: 34px; }
  .card > .experience-pane .phone-mockup { height: min(680px, 68vh); min-height: 540px; }
}

@media (max-width: 1500px) and (min-width: 1121px) {
  .landing-weather-grid { grid-template-columns: auto minmax(180px, 1fr); }
  .landing-weather-facts { grid-column: 1 / -1; }
  .landing-weather-facts div:first-child { border-left: 0; padding-left: 0; }
}

@media (max-width: 680px) {
  .venue-content { padding: 22px 16px 28px; }
  .landing-topbar { gap: 16px; margin-bottom: 13px; }
  .brand { width: 88px; }
  .landing-brand-group { gap: 10px; }
  .landing-brand-claim { display: none; }
  .breadcrumbs { max-width: calc(100% - 104px); margin-top: 4px; font-size: .75rem; }
  .landing-close { top: 10px; right: 10px; width: 42px; height: 42px; }
  .card { padding: 25px 20px; border-radius: 22px; }
  .venue-hero { flex-direction: column; gap: 20px; }
  .venue-logo-shell { order: -1; width: 150px; height: 92px; }
  h1 { font-size: clamp(2.25rem, 12vw, 3.5rem); }
  .score-panel { grid-template-columns: 1fr; gap: 12px; }
  .venue-insights { grid-template-columns: 1fr; }
  .venue-insights > * { grid-column: 1 / -1; }
  .landing-weather-grid { grid-template-columns: 1fr; gap: 11px; }
  .landing-weather-facts { grid-template-columns: 1fr; gap: 0; }
  .landing-weather-facts div { display: flex; justify-content: space-between; padding: 7px 0; border-left: 0; border-bottom: 1px solid #d6e0d3; }
  .landing-weather-facts div:last-child { border-bottom: 0; }
  .landing-offerings { padding: 14px; }
  .landing-offerings-heading { align-items: stretch; flex-direction: column; gap: 8px; }
  .landing-offerings-heading > strong { align-self: flex-start; }
  .landing-offering-row { align-items: stretch; flex-direction: column; gap: 8px; }
  .landing-offering-prices { display: grid; grid-template-columns: repeat(auto-fit, minmax(112px, 1fr)); justify-content: stretch; }
  .landing-offering-prices > span { min-width: 0; text-align: left; }
  .landing-opening-week { right: auto; left: 0; }
  .score { font-size: 2.7rem; }
  .button { width: 100%; }
  .my-rating-item { align-items: flex-start; flex-direction: column; }
  .card > .experience-pane { margin-top: 28px; border-radius: 20px; }
  .card > .experience-pane .experience-content { min-height: 0; padding: 30px 14px 26px; }
  .card > .experience-pane .phone-mockup { width: min(370px, calc(100% - 8px)); height: 560px; min-height: 0; }
  .store-row { width: min(370px, 100%); }
  .consent-panel { right: 12px; bottom: 12px; left: 12px; display: block; width: auto; }
  .consent-actions { margin-top: 14px; }
  .consent-actions button { flex: 1 1 0; }
}

@media (max-width: 390px) {
  .store-row { grid-template-columns: 1fr; }
  .store-badge { min-height: 54px; }
  .card > .experience-pane .phone-mockup { height: 520px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

@media print {
  .landing-layout { display: block; }
  .experience-pane,
  .actions,
  .landing-footer,
  .consent-panel { display: none !important; }
  .venue-content { width: 100%; padding: 0; }
  .card { border: 0; box-shadow: none; }
}

/* v0.11.171 – public coffee-machine SEO context */
.machine-silo-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
  padding: 15px 17px;
  border: 1px solid #c8d9c4;
  border-radius: 18px;
  background: linear-gradient(135deg, #f7fbf4 0%, #eef6eb 100%);
  color: #315537;
}

.machine-silo-link div {
  min-width: 0;
}

.machine-silo-link span,
.machine-silo-link strong {
  display: block;
}

.machine-silo-link div > span {
  margin-bottom: 4px;
  color: #60745f;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.machine-silo-link strong {
  color: #194b22;
  font-size: .92rem;
  line-height: 1.35;
}

.machine-silo-link a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 14px;
  border: 1px solid #8eb18e;
  border-radius: 999px;
  background: #fff;
  color: #194b22;
  font-size: .8rem;
  font-weight: 850;
  text-decoration: none;
}

.machine-silo-link a:hover {
  border-color: #5f905f;
  background: #f9fff7;
}

@media (max-width: 620px) {
  .machine-silo-link {
    display: block;
  }

  .machine-silo-link a {
    margin-top: 12px;
  }
}

/* v0.11.171 – Fotos sind rein ergänzend: dieser Block existiert nur bei freigegebenen Assets. */
.venue-photo-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:14px 0 18px}.venue-photo{margin:0;overflow:hidden;border:1px solid #ead8c7;border-radius:18px;background:#fff}.venue-photo.is-primary{grid-column:span 2;grid-row:span 2}.venue-photo img{display:block;width:100%;height:100%;min-height:150px;object-fit:cover}.venue-photo.is-primary img{min-height:310px}@media(max-width:720px){.venue-photo-gallery{grid-template-columns:1fr 1fr}.venue-photo.is-primary{grid-column:1/-1;grid-row:auto}.venue-photo.is-primary img{min-height:240px}.venue-photo img{min-height:135px}}

.venue-product-photo-section{margin-top:24px;padding:22px;border:1px solid rgba(91,69,51,.14);border-radius:22px;background:rgba(255,253,248,.72)}
.venue-product-photo-heading h2{margin:.2rem 0 1rem}.venue-product-photo-group+.venue-product-photo-group{margin-top:22px}.venue-product-photo-group h3{margin:0 0 10px;color:#2f5f3b}.venue-product-photo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px}.venue-product-photo{margin:0}.venue-product-photo img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:14px}.venue-product-photo figcaption{margin-top:6px;font-size:.78rem;color:#6f6257}
