/* Colour tokens are taken 1:1 from the official Crodino web implementation
   (crodino.com, Campari "campari-wdf" theme). The 2024 BVI only specifies
   yellow + white, which covers print but leaves functional UI (forms, lists,
   states) undefined; Campari's own site resolves that with black as the ink
   and a neutral grey ramp. Comments map each token to its crodino.com name. */
:root {
  --crodino-yellow: #ffc600;        /* c2  – masterbrand yellow */
  --crodino-yellow-light: #ffd74d;  /* c3  – hover / active */
  --crodino-yellow-deep: #ebb214;   /* c1  – yellow legible on white */
  --crodino-ink: #000000;           /* c10 – solid black (rare; prefer shades) */
  --crodino-black: #0e0f11;         /* --tc-color-black – near-black body shade */
  --crodino-ink-soft: #3d3d3d;      /* c11 – default input / UI text */
  --crodino-ink-muted: #646363;     /* c12 – secondary text */
  --crodino-line: #e3e3e3;          /* c7  – borders, dividers */
  --crodino-surface: #f9fafa;       /* c8  – off-white surface */
  --crodino-white: #ffffff;         /* c9 */
  --crodino-success: #2eb62c;
  --crodino-danger: #b71c1c;
  --crodino-border: var(--crodino-line);
  --crodino-shadow: 0 24px 70px rgba(0, 0, 0, 0.12);
  /* Computed on crodino.com for .sn_btn CTAs (Jetzt kaufen, Entdecke …). */
  --crodino-radius-cta: 36px;
  --crodino-radius-card: 16px;
}

html {
  scroll-behavior: smooth;
}

body.crodino-home,
body.find-a-bar-page {
  font-family: "Barlow", Arial, sans-serif;
  color: var(--crodino-ink);
}

body.crodino-home *,
body.find-a-bar-page * {
  box-sizing: border-box;
}

body.find-a-bar-page .font-rubik {
  font-family: "Roboto", Arial, sans-serif;
}

body.find-a-bar-page .font-roboto-condensed {
  font-family: "Barlow", Arial, sans-serif;
}

/* Landing page */

body.crodino-home {
  margin: 0;
  background: var(--crodino-white);
}

/* Full first viewport — footer sits below the fold and appears on scroll. */
.campaign-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background-color: var(--crodino-yellow);
  background-image: none !important;
  color: var(--crodino-white);
}

.campaign-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 94px;
  padding: 18px clamp(24px, 4vw, 72px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 198, 0, 0.96);
  backdrop-filter: blur(10px);
}

.campaign-brand {
  display: inline-flex;
  align-items: center;
}

.campaign-brand img {
  display: block;
  width: clamp(150px, 16vw, 220px);
  height: auto;
}

.campaign-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 47%) minmax(0, 53%);
  min-height: 100svh;
}

.campaign-hero__copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 144px clamp(34px, 5vw, 96px) 70px;
  background: var(--crodino-yellow);
  /* White on yellow matches crodino.com hero copy. */
  color: var(--crodino-white);
}

.campaign-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  font-size: clamp(0.78rem, 1vw, 0.95rem);
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.campaign-eyebrow::before {
  width: 34px;
  height: 3px;
  background: var(--crodino-white);
  content: "";
}

.campaign-title {
  max-width: 18ch;
  margin: 0;
  color: var(--crodino-white);
  font-family: "Roboto", Arial, sans-serif;
  font-size: clamp(2.5rem, 4.4vw, 4.6rem);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 0.96;
  text-transform: uppercase;
  text-wrap: balance;
}

.campaign-lead {
  max-width: 32rem;
  margin: 30px 0 0;
  font-size: clamp(1.08rem, 1.45vw, 1.35rem);
  font-weight: 500;
  line-height: 1.45;
}

.campaign-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 34px;
}

/* On yellow: white fill + yellow type (crodino.com .sn_btn._primary). */
.campaign-cta {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-width: 260px;
  padding: 15px 20px 15px 28px;
  border: 2px solid var(--crodino-white);
  border-radius: var(--crodino-radius-cta);
  background: var(--crodino-white);
  color: var(--crodino-yellow);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.campaign-cta__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 50%;
  background: var(--crodino-yellow);
  color: var(--crodino-white);
  line-height: 0;
}

.campaign-cta__icon svg {
  display: block;
  width: 16px;
  height: 16px;
}

/* crodino.com primary hover keeps white fill + yellow type (no ink). */
.campaign-cta:hover,
.campaign-cta:focus-visible {
  border-color: var(--crodino-white);
  background: var(--crodino-white);
  color: var(--crodino-yellow);
  outline: none;
  transform: translateY(-2px);
}

.campaign-cta:hover .campaign-cta__icon,
.campaign-cta:focus-visible .campaign-cta__icon {
  background: var(--crodino-yellow);
  color: var(--crodino-white);
}

.campaign-hero__photo {
  position: relative;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  background-color: var(--crodino-yellow);
  background-image: url("../assets/images/1920X1080_Crodino_HG_02.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto 125%;
}

body.crodino-home #footer {
  min-height: 86px;
  height: auto;
  padding: 22px clamp(24px, 4vw, 72px);
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  background: var(--crodino-yellow);
  color: var(--crodino-white);
}

body.crodino-home #footer .logo-container {
  height: 14px;
  padding: 0;
  background: transparent;
}

body.crodino-home #footer a {
  color: var(--crodino-white);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: opacity 160ms ease;
}

body.crodino-home #footer a:hover,
body.crodino-home #footer a:focus-visible {
  color: var(--crodino-white);
  opacity: 0.7;
  outline: none;
}

body.crodino-home #footer li.divider {
  background: rgba(255, 255, 255, 0.45);
}

/* Bar finder */

body.find-a-bar-page {
  margin: 0;
  background: var(--crodino-white);
  color: var(--crodino-ink);
}

body.find-a-bar-page #find-a-bar-section {
  min-height: 100svh;
  padding: 0 !important;
  background: var(--crodino-white) !important;
  color: var(--crodino-ink);
}

.finder-layout {
  display: grid;
  min-height: 100svh;
  grid-template-columns: minmax(400px, 43%) minmax(0, 57%);
}

.finder-sidebar {
  position: relative;
  z-index: 2;
  display: flex;
  min-width: 0;
  height: 100svh;
  flex-direction: column;
  overflow: hidden;
  border-right: 1px solid var(--crodino-border);
  background: var(--crodino-white);
  box-shadow: 18px 0 50px rgba(0, 0, 0, 0.1);
}

body.find-a-bar-page #find-bar-heading {
  display: flex !important;
  width: 100%;
  flex-direction: column;
  flex-shrink: 0;
  align-items: stretch !important;
  gap: 0;
  padding: 26px clamp(24px, 3vw, 46px) 28px !important;
  background: var(--crodino-yellow) !important;
  /* White on yellow matches crodino.com hero/nav treatment. */
  color: var(--crodino-white);
  text-align: left;
}

.finder-heading__topline {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.finder-logo {
  display: block;
  width: clamp(130px, 30%, 200px);
  height: auto;
  flex-shrink: 0;
}

.finder-back-link {
  flex-shrink: 0;
  color: var(--crodino-white);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.finder-back-link:hover,
.finder-back-link:focus-visible {
  color: var(--crodino-yellow-light);
}

.finder-eyebrow {
  margin: 0 0 10px;
  color: var(--crodino-white);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.find-a-bar-page #find-bar-heading h2 {
  margin: 0;
  max-width: 18ch;
  font-family: "Roboto", Arial, sans-serif;
  font-size: clamp(1.7rem, 3.1vw, 2.7rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.02;
  text-transform: uppercase;
  text-wrap: balance;
}

.finder-heading__copy {
  max-width: 28rem;
  margin: 12px 0 20px;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.45;
}

.finder-controls {
  display: grid;
  width: 100%;
  gap: 10px;
  margin-top: auto;
}

body.find-a-bar-page #useMyCurrentLocationButtonDesktop {
  justify-content: center;
  align-self: stretch;
  margin: 0;
  padding: 12px 18px;
  border: 2px solid var(--crodino-white);
  border-radius: var(--crodino-radius-cta);
  background: var(--crodino-white);
  color: var(--crodino-yellow);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

body.find-a-bar-page #useMyCurrentLocationButtonDesktop:hover,
body.find-a-bar-page #useMyCurrentLocationButtonDesktop:focus-visible {
  border-color: var(--crodino-white);
  background: var(--crodino-white);
  color: var(--crodino-yellow);
  outline: none;
  transform: translateY(-1px);
}

.finder-search {
  position: relative;
  width: 100%;
}

/* Search field mirrors crodino.com input tokens: text c11, placeholder yellow. */
body.find-a-bar-page #searchBarDesktop {
  width: 100%;
  min-height: 52px;
  padding: 12px 52px 12px 18px;
  border: 2px solid var(--crodino-white);
  border-radius: var(--crodino-radius-cta);
  background: var(--crodino-white);
  box-shadow: none;
  color: var(--crodino-ink-soft);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
}

body.find-a-bar-page #searchBarDesktop::placeholder {
  color: var(--crodino-ink-muted);
  opacity: 1;
  font-weight: 500;
}

/* Search sits on yellow — white focus ring stays visible against the brand fill. */
body.find-a-bar-page #searchBarDesktop:focus {
  outline: 3px solid var(--crodino-white);
  outline-offset: 2px;
}

.finder-search > img {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 19px;
  transform: translateY(-50%);
  pointer-events: none;
  opacity: 0.85;
}

body.find-a-bar-page #suggestionListDesktop,
body.find-a-bar-page #suggestionList {
  overflow: hidden;
  border: 1px solid var(--crodino-border);
  border-radius: 12px;
  background: var(--crodino-white);
  color: var(--crodino-ink-soft);
  box-shadow: var(--crodino-shadow);
}

body.find-a-bar-page .suggestionItem {
  border-color: var(--crodino-border);
  font-family: "Barlow", Arial, sans-serif;
  font-weight: 500;
}

body.find-a-bar-page .suggestionItem:hover {
  background: var(--crodino-yellow-light);
}

body.find-a-bar-page #bar-list-desktop {
  display: none;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 14px;
  min-height: 240px;
  height: auto;
  padding: 20px clamp(18px, 2.6vw, 34px) 34px;
  overflow-x: hidden;
  overflow-y: auto;
  background: var(--crodino-white);
  scrollbar-color: var(--crodino-yellow) transparent;
  scrollbar-width: thin;
}

@media (min-width: 1024px) {
  body.find-a-bar-page #bar-list-desktop {
    display: flex !important;
  }
}

body.find-a-bar-page #bar-list-desktop .bar-item,
body.find-a-bar-page #bar-list-desktop .skeleton-card {
  margin: 0;
  padding: 12px;
  border: 1px solid var(--crodino-border);
  border-radius: 12px;
  background: var(--crodino-white);
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.07);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body.find-a-bar-page #bar-list-desktop .bar-item:hover {
  border-color: var(--crodino-yellow);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

body.find-a-bar-page .bar-item__info-container,
body.find-a-bar-page #bar-list-mobile .bar-item__info-container {
  font-family: "Barlow", Arial, sans-serif;
}

body.find-a-bar-page .bar-item__title,
body.find-a-bar-page #bar-list-mobile .bar-item__title {
  color: var(--crodino-ink-soft);
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 800;
}

body.find-a-bar-page #bar-list-desktop .bar-item__title {
  font-size: 1.12rem;
  line-height: 1.2;
}

body.find-a-bar-page #bar-list-desktop .bar-item__info-container {
  display: flex;
  width: auto;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  padding: 2px 14px 2px 2px;
  font-size: 0.84rem;
}

/* Status pill and rating are rendered by the same helpers in the bar list and
   the voucher modal, so they are styled page-wide rather than per container.
   Selectors include #bar-list-mobile so they beat the shared campari bar-list.css. */
body.find-a-bar-page .bar-item__status-pill,
body.find-a-bar-page #bar-list-mobile .bar-item__status-pill {
  display: inline-flex;
  padding: 4px 9px;
  border-radius: 999px;
  font-family: "Barlow", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
}

body.find-a-bar-page .bar-item__status-pill--open,
body.find-a-bar-page #bar-list-mobile .bar-item__status-pill--open {
  background: var(--crodino-yellow);
  color: var(--crodino-white);
}

body.find-a-bar-page .bar-item__status-pill--closed,
body.find-a-bar-page #bar-list-mobile .bar-item__status-pill--closed {
  background: rgba(255, 198, 0, 0.16);
  color: var(--crodino-yellow);
}

body.find-a-bar-page .bar-item__status-pill--unknown,
body.find-a-bar-page #bar-list-mobile .bar-item__status-pill--unknown {
  background: rgba(255, 198, 0, 0.1);
  color: var(--crodino-yellow);
  box-shadow: inset 0 0 0 1px var(--crodino-yellow);
}

body.find-a-bar-page .bar-item__meta {
  display: flex;
  align-items: center;
  gap: 10px;
}

body.find-a-bar-page .bar-item__rating,
body.find-a-bar-page #bar-list-mobile .bar-item__rating {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  color: var(--crodino-yellow);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
}

body.find-a-bar-page .bar-item__rating img {
  width: 14px;
  height: 14px;
}

body.find-a-bar-page #bar-list-desktop .bar-item__address-container {
  display: flex;
  max-width: 100%;
  align-items: center;
  color: var(--crodino-ink-muted);
}

body.find-a-bar-page #bar-list-desktop .bar-item__address-container img {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
}

body.find-a-bar-page #bar-list-desktop .bar-item__address-text {
  overflow: hidden;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.find-a-bar-page #bar-list-desktop .bar-item__bar-image-container {
  width: 142px;
  height: 124px;
  flex: 0 0 142px;
  overflow: hidden;
  border-radius: 8px;
}

body.find-a-bar-page #bar-list-desktop .bar-item__photo-fallback {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  background: var(--crodino-yellow);
  color: var(--crodino-white);
  font-family: "Roboto", Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
}

/* On white: yellow fill + white type (crodino.com .sn_btn._primary_variant). */
body.find-a-bar-page .bar-item__claim-voucher-button {
  padding: 9px 14px;
  border: 2px solid var(--crodino-yellow);
  border-radius: var(--crodino-radius-cta);
  background: var(--crodino-yellow);
  color: var(--crodino-white);
  font-family: "Barlow", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

/* crodino.com primary_variant hover keeps yellow fill + white type. */
body.find-a-bar-page .bar-item__claim-voucher-button:hover {
  border-color: var(--crodino-yellow);
  background: var(--crodino-yellow);
  color: var(--crodino-white);
  filter: brightness(1.06);
}

body.find-a-bar-page #map {
  width: 100%;
  height: 100svh;
  background: var(--crodino-surface);
}

body.find-a-bar-page #map .map-unavailable {
  display: flex;
  height: 100%;
  min-height: 240px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 24px;
  color: var(--crodino-ink);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  background: linear-gradient(160deg, var(--crodino-white), var(--crodino-surface));
}

body.find-a-bar-page #map .map-unavailable p {
  margin: 0;
}

/* Google's InfoWindow ships its own chrome; square it off and drop the tail so
   it reads as part of the Crodino UI rather than a Maps default. */
body.find-a-bar-page #map .gm-style-iw.gm-style-iw-c {
  padding: 0;
  border: 2px solid var(--crodino-ink);
  border-radius: 0;
  box-shadow: var(--crodino-shadow);
}

body.find-a-bar-page #map .gm-style-iw-d {
  overflow: hidden !important;
}

body.find-a-bar-page #map .gm-style-iw-tc::after {
  background: var(--crodino-ink);
}

body.find-a-bar-page .info-window-container {
  padding: 14px;
  background: var(--crodino-white);
  color: var(--crodino-ink);
  font-family: "Barlow", Arial, sans-serif;
}

body.find-a-bar-page .info-window-title {
  color: var(--crodino-ink-soft);
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 800;
}

body.find-a-bar-page .info-window-rating {
  color: var(--crodino-yellow);
}

body.find-a-bar-page .info-window-button {
  border: 2px solid var(--crodino-yellow);
  border-radius: var(--crodino-radius-cta);
  background: var(--crodino-yellow);
  color: var(--crodino-white);
  font-family: "Barlow", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

body.find-a-bar-page .info-window-button:hover {
  border-color: var(--crodino-yellow);
  background: var(--crodino-yellow);
  color: var(--crodino-white);
  filter: brightness(1.06);
}

/* Marker for the visitor's own position — a plain yellow dot, so it never
   competes with the outlet pins. */
body.find-a-bar-page .user-location-marker {
  width: 18px;
  height: 18px;
  border: 3px solid var(--crodino-white);
  border-radius: 50%;
  background: var(--crodino-yellow);
  box-shadow: 0 0 0 2px var(--crodino-ink);
}

body.find-a-bar-page #mobile-bottom-sheet .sheet-search {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0 12px;
  padding: 8px 10px;
  border: 2px solid var(--crodino-yellow);
  border-radius: var(--crodino-radius-cta);
  background: var(--crodino-white);
}

body.find-a-bar-page #useMyCurrentLocationButton {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--crodino-yellow);
}

body.find-a-bar-page #searchBar {
  min-width: 0;
  color: var(--crodino-ink-soft);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
}

body.find-a-bar-page #searchBar::placeholder {
  color: var(--crodino-ink-muted);
  opacity: 1;
  font-weight: 500;
}

body.find-a-bar-page #mobile-bottom-sheet .sheet-search__lens {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  opacity: 0.7;
  pointer-events: none;
}

body.find-a-bar-page #mobile-bottom-sheet .sheet-search__suggestions {
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: calc(100% + 6px);
  z-index: 5;
  max-height: 220px;
  overflow-y: auto;
  border: 2px solid var(--crodino-yellow);
  border-radius: 12px;
  background: var(--crodino-white);
  color: var(--crodino-ink-soft);
  box-shadow: 0 -10px 28px rgba(14, 15, 17, 0.14);
}

body.find-a-bar-page #mobile-bottom-sheet .sheet-list-meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

body.find-a-bar-page #mobile-bottom-sheet .sheet-list-meta h3 {
  margin: 0;
}

body.find-a-bar-page #mobile-bottom-sheet .sheet-list-meta #sheet-count,
body.find-a-bar-page #mobile-bottom-sheet [slot="header"] #sheet-count {
  margin: 0;
  color: var(--crodino-yellow);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
}

body.find-a-bar-page #campaign-inactive-overlay {
  background: var(--crodino-yellow) !important;
  color: var(--crodino-white);
}

.campaign-inactive-card {
  position: relative;
  width: min(92vw, 680px);
  padding: clamp(36px, 7vw, 72px);
  border: 2px solid var(--crodino-yellow);
  border-radius: var(--crodino-radius-card);
  background: var(--crodino-white);
  box-shadow: 18px 18px 0 var(--crodino-yellow);
  color: var(--crodino-ink);
}

.campaign-inactive-card img {
  display: block;
  width: clamp(150px, 24vw, 220px);
  margin: 0 auto 32px;
}

.campaign-inactive-card h1 {
  margin: 0 auto 18px;
  max-width: 14ch;
  color: var(--crodino-yellow);
  font-family: "Roboto", Arial, sans-serif;
  font-size: clamp(2rem, 4.4vw, 3.6rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
}

.campaign-inactive-card p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.5;
}

body.find-a-bar-page #mobile-bottom-sheet {
  --sheet-background: var(--crodino-white);
  --sheet-border-radius: 18px 18px 0 0;
  color: var(--crodino-ink);
}

body.find-a-bar-page #mobile-bottom-sheet::part(sheet) {
  border: 1px solid var(--crodino-border);
  box-shadow: 0 -18px 48px rgba(0, 0, 0, 0.17);
}

body.find-a-bar-page #mobile-bottom-sheet::part(handle) {
  width: 52px;
  height: 5px;
  background: var(--crodino-yellow);
}

body.find-a-bar-page #mobile-bottom-sheet [slot="header"] {
  padding: 4px 16px 12px;
}

body.find-a-bar-page #mobile-bottom-sheet [slot="header"] .sheet-campaign-headline {
  color: var(--crodino-yellow);
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-align: center;
  text-wrap: balance;
}

body.find-a-bar-page #mobile-bottom-sheet [slot="header"] .sheet-campaign-sub {
  margin-bottom: 0;
  font-size: 0.86rem;
  line-height: 1.35;
  text-align: center;
}

body.find-a-bar-page #mobile-bottom-sheet [slot="header"] h3 {
  color: var(--crodino-yellow);
  font-family: "Roboto", Arial, sans-serif;
  font-size: 0.95rem;
}

/* Keep search usable when campaign copy collapses on scroll */
body.find-a-bar-page #mobile-bottom-sheet.headline-collapsed .sheet-search,
body.find-a-bar-page #mobile-bottom-sheet.headline-collapsed .sheet-list-meta {
  margin-top: 4px;
}

body.find-a-bar-page #bar-list-mobile .bar-item,
body.find-a-bar-page #bar-list-mobile .skeleton-card {
  border: 1px solid var(--crodino-border);
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.09);
}

body.find-a-bar-page #bar-list-mobile .bar-item__photo-fallback {
  background: var(--crodino-yellow);
  color: var(--crodino-white);
  font-family: "Roboto", Arial, sans-serif;
}

body.find-a-bar-page #bar-list-mobile .bar-item__claim-voucher-button {
  border-radius: var(--crodino-radius-cta);
  border-color: var(--crodino-yellow);
  background: var(--crodino-yellow);
  color: var(--crodino-white);
  font-family: "Barlow", Arial, sans-serif;
}

body.find-a-bar-page #bar-list-mobile .bar-item__claim-voucher-button:hover {
  border-color: var(--crodino-yellow);
  background: var(--crodino-yellow);
  color: var(--crodino-white);
  filter: brightness(1.06);
}

body.find-a-bar-page .bars-not-found__title {
  color: var(--crodino-yellow);
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 900;
}

body.find-a-bar-page .bars-not-found__description {
  color: var(--crodino-ink-muted);
  font-family: "Barlow", Arial, sans-serif;
}

/* Voucher and result modals */

body.find-a-bar-page #voucherModal {
  align-items: center;
  padding: 18px;
  background: rgba(0, 0, 0, 0.72) !important;
  backdrop-filter: blur(12px);
}

body.find-a-bar-page #voucherModal > .modal-body {
  width: min(100%, 820px);
  margin: auto;
}

body.find-a-bar-page #voucherModal > [data-modal-close] {
  z-index: 30;
  display: grid;
  top: 26px;
  right: 26px;
  width: 46px;
  height: 46px;
  padding: 0;
  place-items: center;
  border: 2px solid var(--crodino-white);
  border-radius: 50%;
  background: var(--crodino-yellow);
}

body.find-a-bar-page #voucherModal > [data-modal-close] img {
  width: 18px;
  height: 18px;
}

body.find-a-bar-page #voucher-section {
  position: relative;
  width: 100%;
  min-height: auto;
  padding: clamp(28px, 5vw, 54px);
  overflow: hidden;
  border: 2px solid var(--crodino-yellow);
  border-radius: var(--crodino-radius-card);
  background-color: var(--crodino-white);
  background-image: none;
  color: var(--crodino-ink);
  box-shadow: var(--crodino-shadow);
}

body.find-a-bar-page #voucher-section::before {
  position: absolute;
  inset: 0 0 auto;
  z-index: 0;
  height: 12px;
  background: linear-gradient(90deg, var(--crodino-yellow) 0 62%, var(--crodino-yellow-light) 62%);
  opacity: 1;
  content: "";
}

body.find-a-bar-page .voucher-section__crodino-logo {
  width: clamp(160px, 28vw, 260px);
  margin: 0 auto 18px;
}

body.find-a-bar-page .voucher-section__eyebrow {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  color: var(--crodino-yellow);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-align: center;
  text-transform: uppercase;
}

body.find-a-bar-page .voucher-section__title {
  max-width: 18ch;
  margin: 0 auto 16px;
  padding: 0;
  color: var(--crodino-yellow);
  font-family: "Roboto", Arial, sans-serif;
  font-size: clamp(1.85rem, 4vw, 3.4rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
}

body.find-a-bar-page .voucher-section__drinks {
  display: flex;
  width: 100%;
  max-width: 360px;
  margin: 4px auto 20px;
  align-items: flex-end;
  justify-content: center;
  gap: 32px;
}

body.find-a-bar-page .voucher-section__drink {
  display: flex;
  width: 140px;
  flex: 0 0 140px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: 0;
  text-align: center;
}

body.find-a-bar-page .voucher-section__drink img {
  display: block;
  width: 110px;
  height: 220px;
  object-fit: contain;
  object-position: center bottom;
}

body.find-a-bar-page .voucher-section__drink figcaption {
  color: var(--crodino-ink-soft);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.25;
  text-transform: uppercase;
}

body.find-a-bar-page .voucher-section__info {
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
  padding: 14px 18px;
  border-left: 4px solid var(--crodino-white);
  background: var(--crodino-yellow);
  color: var(--crodino-white);
  font-size: 0.94rem;
  line-height: 1.4;
}

body.find-a-bar-page .voucher-section__info-title {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

body.find-a-bar-page .voucher-section__info-description {
  margin: 4px 0 0;
  padding: 0;
  font-weight: 500;
}

body.find-a-bar-page .voucher-section__bar-item-container {
  max-width: 660px;
  margin: 0 auto;
}

body.find-a-bar-page .voucher-section__bar-item {
  margin: 16px 0;
  padding: 12px;
  border: 1px solid var(--crodino-border);
  border-radius: 10px;
  background: var(--crodino-white);
  color: var(--crodino-ink);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
}

body.find-a-bar-page .voucher-section__bar-item .bar-item__info-container {
  color: var(--crodino-ink);
  font-size: 0.82rem;
}

body.find-a-bar-page .voucher-section__bar-item .bar-item__bar-image-container {
  overflow: hidden;
  border-radius: 7px;
}

body.find-a-bar-page .voucher-section__form-container {
  margin-top: 20px;
  gap: 12px;
}

body.find-a-bar-page .voucher-section__text-input {
  min-height: 54px;
  border: 2px solid var(--crodino-border);
  border-radius: 0;
  background: var(--crodino-white);
  box-shadow: none;
  color: var(--crodino-ink);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

body.find-a-bar-page .voucher-section__text-input:focus {
  border-color: var(--crodino-yellow);
  outline: none;
  box-shadow: 0 0 0 3px var(--crodino-yellow-light);
}

body.find-a-bar-page .voucher-section__form-container > label[for="termsCheckbox"] {
  color: var(--crodino-ink) !important;
  font-family: "Barlow", Arial, sans-serif;
}

body.find-a-bar-page .voucher-terms a {
  color: var(--crodino-yellow);
  font-weight: 700;
  text-underline-offset: 2px;
}

body.find-a-bar-page .checkbox-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
}

body.find-a-bar-page input.custom-checkbox {
  width: 18px;
  height: 18px;
  transform: none;
  accent-color: var(--crodino-yellow);
}

body.find-a-bar-page .voucher-section__submit-button {
  width: 100%;
  margin: 4px 0 0;
  padding: 16px 22px;
  border: 2px solid var(--crodino-yellow);
  border-radius: var(--crodino-radius-cta);
  background: var(--crodino-yellow);
  color: var(--crodino-white);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

body.find-a-bar-page .voucher-section__submit-button:not(:disabled):hover {
  border-color: var(--crodino-yellow);
  background: var(--crodino-yellow);
  color: var(--crodino-white);
  filter: brightness(1.06);
}

body.find-a-bar-page .success-modal:not(.hidden) {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

body.find-a-bar-page .success-modal::before {
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(12px);
}

body.find-a-bar-page .result-modal-container {
  position: relative;
  top: auto;
  width: min(100%, 520px);
  max-height: min(100%, calc(100dvh - 40px));
  min-height: 0;
  padding: 42px clamp(24px, 5vw, 52px);
  overflow-x: hidden;
  overflow-y: auto;
  border: 2px solid var(--crodino-yellow);
  border-radius: var(--crodino-radius-card);
  background: var(--crodino-white);
  color: var(--crodino-ink);
  box-shadow: var(--crodino-shadow);
}

body.find-a-bar-page .result-modal-container::before {
  position: absolute;
  inset: 0 0 auto;
  height: 12px;
  background: linear-gradient(90deg, var(--crodino-yellow) 0 65%, var(--crodino-yellow-light) 65%);
  content: "";
}

body.find-a-bar-page .result-modal-container .voucher-section__drinks {
  margin: 4px auto 18px;
}

body.find-a-bar-page .result-modal-icon {
  display: grid;
  width: 76px;
  height: 76px;
  margin-bottom: 20px;
  place-items: center;
  border: 3px solid var(--crodino-white);
  border-radius: 50%;
  background: var(--crodino-yellow);
}

body.find-a-bar-page .result-modal-icon svg {
  width: 46px;
  height: 46px;
  fill: none;
  stroke: var(--crodino-white);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 6;
}

body.find-a-bar-page .result-modal-icon--error {
  background: var(--crodino-danger);
}

body.find-a-bar-page .result-modal-icon--error svg {
  stroke: var(--crodino-white);
}

body.find-a-bar-page .result-modal-title {
  margin-bottom: 16px;
  color: var(--crodino-yellow);
  font-family: "Roboto", Arial, sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
}

body.find-a-bar-page .result-modal-text {
  font-size: 0.98rem;
  line-height: 1.5;
}

body.find-a-bar-page .result-modal-email,
body.find-a-bar-page .result-modal-place-name {
  color: var(--crodino-yellow);
  font-weight: 700;
}

body.find-a-bar-page .result-modal-button {
  width: auto;
  min-width: 210px;
  padding: 13px 22px;
  border: 2px solid var(--crodino-yellow);
  border-radius: var(--crodino-radius-cta);
  background: var(--crodino-yellow);
  color: var(--crodino-white);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

body.find-a-bar-page .result-modal-button:hover {
  border-color: var(--crodino-yellow);
  background: var(--crodino-yellow);
  color: var(--crodino-white);
  filter: brightness(1.06);
}

body.find-a-bar-page .result-modal-share-feedback {
  margin: 12px 0 0;
  color: var(--crodino-ink-soft);
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
}

/* Age gate — behaviour is the shared implementation from sarti/campari, only
   the presentation below is Crodino-specific. */

.age-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  font-family: "Barlow", Arial, sans-serif;
}

.age-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(12px);
}

.age-modal-body {
  position: relative;
  z-index: 1;
  width: min(100%, 470px);
  max-height: 100%;
  padding: clamp(28px, 5vw, 46px);
  overflow-y: auto;
  border: 2px solid var(--crodino-white);
  border-radius: var(--crodino-radius-card);
  background: var(--crodino-yellow);
  color: var(--crodino-white);
  box-shadow: var(--crodino-shadow);
  text-align: center;
}

.age-modal__logo {
  display: block;
  width: clamp(140px, 48%, 220px);
  margin: 0 auto 26px;
}

.age-modal__title {
  margin: 0 0 6px;
  font-family: "Roboto", Arial, sans-serif;
  font-size: clamp(1.7rem, 5vw, 2.3rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.age-modal__lead {
  margin: 0 0 24px;
  font-size: 0.95rem;
  font-weight: 500;
}

.age-modal__fields {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1.3fr;
  text-align: left;
}

.age-field label {
  display: block;
  margin-bottom: 5px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.age-field input {
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  border: 2px solid var(--crodino-white);
  border-radius: 0;
  background: var(--crodino-white);
  color: var(--crodino-ink);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
}

.age-field input::placeholder {
  color: var(--crodino-ink-muted);
  font-weight: 500;
}

.age-field input:focus {
  outline: 3px solid var(--crodino-white);
  outline-offset: 2px;
}

.age-field.hidden {
  display: none;
}

.age-field input.is-invalid {
  border-color: var(--crodino-danger);
  animation: age-shake 0.3s ease-in-out;
}

@keyframes age-shake {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-4px); }
  75% { transform: translateX(4px); }
}

.age-modal__error {
  min-height: 1.35rem;
  margin: 10px 0 0;
  font-size: 0.85rem;
  font-weight: 700;
}

.age-modal__error [data-error] {
  display: none;
  margin: 0;
}

.age-modal__error[data-show="invalidDate"] [data-error="invalidDate"],
.age-modal__error[data-show="invalidAge"] [data-error="invalidAge"] {
  display: block;
}

.age-modal__remember {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 16px 0 20px;
  font-size: 0.88rem;
  cursor: pointer;
}

.age-modal__remember input {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  accent-color: var(--crodino-yellow);
  cursor: pointer;
}

.age-modal-body button[type="submit"] {
  width: 100%;
  padding: 15px 22px;
  border: 2px solid var(--crodino-white);
  border-radius: var(--crodino-radius-cta);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.age-modal-submit-button-disabled {
  border-color: var(--crodino-white);
  background: transparent;
  color: var(--crodino-white);
  cursor: not-allowed;
  opacity: 0.45;
}

.age-modal-submit-button-enabled {
  border-color: var(--crodino-white);
  background: var(--crodino-white);
  color: var(--crodino-yellow);
  cursor: pointer;
}

.age-modal-submit-button-enabled:hover,
.age-modal-submit-button-enabled:focus-visible {
  border-color: var(--crodino-white);
  background: var(--crodino-white);
  color: var(--crodino-yellow);
}

@media (max-width: 1023px) {
  .campaign-hero {
    min-height: 100svh;
  }

  .campaign-header {
    min-height: 82px;
    padding: 16px 22px;
  }

  .campaign-header__note {
    font-size: 0.7rem;
  }

  .campaign-hero__grid {
    min-height: 100svh;
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(330px, 47svh);
  }

  .campaign-hero__copy {
    min-height: 53svh;
    align-items: center;
    justify-content: flex-start;
    padding: 120px 24px 42px;
    text-align: center;
  }

  .campaign-eyebrow {
    justify-content: center;
  }

  .campaign-title {
    max-width: 16ch;
    font-size: clamp(2.2rem, 8.8vw, 3.5rem);
  }

  .campaign-lead {
    max-width: 38rem;
    margin-top: 22px;
    margin-right: auto;
    margin-left: auto;
  }

  .campaign-actions {
    width: 100%;
    align-items: center;
    flex-direction: column;
    gap: 14px;
    margin-top: 26px;
  }

  .campaign-cta {
    width: min(100%, 340px);
  }

  .campaign-hero__photo {
    min-height: 47svh;
    background-image: url("../assets/images/1080x1920_Crodino_HG_02.jpg");
    background-position: center bottom;
    background-size: cover;
  }

  body.crodino-home #footer {
    min-height: 116px;
  }

  .finder-layout {
    display: block;
    min-height: 100svh;
  }

  .finder-sidebar {
    display: none;
  }

  body.find-a-bar-page #map {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100svh;
  }
}

@media (max-width: 575px) {
  .campaign-header__note {
    max-width: 120px;
    justify-content: flex-end;
    text-align: right;
  }

  .campaign-eyebrow {
    margin-bottom: 16px;
    font-size: 0.7rem;
  }

  .campaign-title {
    font-size: clamp(2.3rem, 10.5vw, 3.4rem);
  }

  .campaign-lead {
    font-size: 1rem;
  }

  body.crodino-home #footer ul {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 14px;
  }

  .campaign-inactive-card {
    box-shadow: 10px 10px 0 var(--crodino-yellow);
  }

  body.find-a-bar-page #voucherModal {
    align-items: flex-start;
    padding: 0;
  }

  body.find-a-bar-page #voucherModal > [data-modal-close] {
    position: fixed;
    top: 14px;
    right: 14px;
    width: 42px;
    height: 42px;
  }

  body.find-a-bar-page #voucher-section {
    min-height: 100svh;
    padding: 36px 18px 30px;
    border: 0;
  }

  body.find-a-bar-page .voucher-section__title {
    max-width: min(18ch, 100%);
    padding: 0;
    font-size: clamp(1.9rem, 8vw, 2.25rem);
    text-align: center;
  }

  body.find-a-bar-page .voucher-section__info {
    text-align: left;
  }

  body.find-a-bar-page .voucher-section__bar-item {
    align-items: stretch;
  }

  body.find-a-bar-page .voucher-section__bar-item .bar-item__bar-image-container {
    width: 112px;
    height: 112px;
    flex: 0 0 112px;
  }

  body.find-a-bar-page .result-modal-container {
    padding: 38px 22px 30px;
  }

  body.find-a-bar-page .result-modal-container .voucher-section__drink img {
    width: 96px;
    height: 192px;
  }
}

@media (max-height: 760px) {
  body.find-a-bar-page .result-modal-container .voucher-section__drinks {
    gap: 24px;
    margin-bottom: 12px;
  }

  body.find-a-bar-page .result-modal-container .voucher-section__drink {
    width: 120px;
    flex-basis: 120px;
  }

  body.find-a-bar-page .result-modal-container .voucher-section__drink img {
    width: 84px;
    height: 168px;
  }
}

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