/* Capa final de dirección de arte — Café Del Mar, Benalmádena. */
:root {
  --ink-soft: #48606d;
  --paper: #fffdf8;
  --sea-shadow: 0 1.4rem 3.4rem rgba(2, 28, 55, 0.12);
}

::selection { background: #f6ba21; color: #062e58; }

.header {
  min-height: 5.55rem;
  padding-inline: clamp(1.15rem, 5.5vw, 6.5rem);
  background: linear-gradient(180deg, rgba(1, 22, 43, 0.72), rgba(1, 22, 43, 0));
}
.header.is-scrolled {
  min-height: 4.8rem;
  background: rgba(2, 28, 55, 0.94);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.brand__mark {
  width: 6.15rem;
  height: 4rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.nav {
  gap: clamp(1rem, 2.1vw, 2.3rem);
  font-size: 0.67rem;
}
.nav a { position: relative; opacity: 0.9; }
.nav a::after {
  position: absolute;
  right: 0;
  bottom: -0.55rem;
  left: 0;
  height: 1px;
  background: var(--sun);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}
.nav a:hover::after, .nav a:focus-visible::after { transform: scaleX(1); }
.header__reserve {
  box-shadow: 0 0.55rem 1.2rem rgba(0, 0, 0, 0.16);
}

.hero { min-height: max(45rem, 100svh); }
.hero::after {
  position: absolute;
  z-index: 0;
  right: clamp(1.2rem, 5vw, 6rem);
  bottom: 2.6rem;
  width: min(31vw, 29rem);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.72), transparent);
  content: "";
}
.hero__veil {
  display: block !important;
  background:
    linear-gradient(90deg, rgba(2, 22, 43, .88) 0%, rgba(2, 27, 51, .54) 49%, rgba(2, 18, 36, .08) 76%),
    linear-gradient(0deg, rgba(2, 18, 36, .57), transparent 48%);
}
.hero__content {
  max-width: 45rem;
  padding: clamp(9.25rem, 18vh, 12.5rem) clamp(1.25rem, 7vw, 8rem) 7.5rem;
}
.hero h1 {
  max-width: 11ch;
  font-size: clamp(3.35rem, 5.4vw, 6.6rem);
  line-height: .98;
  text-wrap: pretty;
}
.hero__copy {
  max-width: 39rem;
  margin: 1.35rem 0 0;
  color: rgba(255,255,255,.92);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  font-weight: 500;
  line-height: 1.62;
  text-shadow: 0 .15rem 1rem rgba(0,0,0,.48);
}
.hero__actions { display: flex; flex-wrap: wrap; gap: .72rem; margin-top: 1.65rem; }
.button--hero-reserve {
  min-height: 3.65rem;
  padding-inline: 1.45rem;
  border: 1px solid rgba(255,255,255,.42);
  box-shadow: 0 .85rem 1.9rem rgba(0,0,0,.22), inset 0 1px rgba(255,255,255,.45);
}
.hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: .52rem 1.05rem;
  margin: 1rem 0 0;
  padding: 0;
  color: rgba(255,255,255,.82);
  font-size: .67rem;
  font-weight: 700;
  letter-spacing: .025em;
  list-style: none;
}
.hero__trust li { display: flex; align-items: center; gap: .36rem; }
.hero__trust li::before {
  display: grid;
  place-items: center;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: rgba(246,186,33,.95);
  color: #062e58;
  content: "✓";
  font-size: .62rem;
  line-height: 1;
}
.hero__rating {
  right: clamp(1.2rem, 5vw, 6.5rem);
  bottom: 4.2rem;
  border: 1px solid rgba(255,255,255,.64);
  border-radius: 0.8rem;
  box-shadow: 0 1rem 2.8rem rgba(0,0,0,.18);
}
.hero__location { bottom: 2.8rem; }

.section-heading h2, .booking__heading h2, .visit h2 { text-wrap: pretty; }
.menu { background: var(--paper); }
.menu-category {
  border-radius: 1.35rem;
  box-shadow: 0 .35rem 1rem rgba(8, 40, 60, .035);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
@media (hover: hover) {
  .menu-category:hover {
    border-color: rgba(19,174,185,.45);
    box-shadow: 0 1.1rem 2.3rem rgba(2, 44, 67, .09);
    transform: translateY(-.28rem);
  }
}
.menu-category__name { font-size: 2.2rem; }
.menu-item { padding-block: .9rem; }
.menu-item b { color: #bf493a; }

.booking {
  position: relative;
  overflow: hidden;
  background: linear-gradient(122deg, #e7f4f4 0%, #fffaf0 56%, #f6dfb3 100%);
}
.booking::before {
  position: absolute;
  top: -13rem;
  right: -11rem;
  width: 32rem;
  height: 32rem;
  border: 1px solid rgba(19,174,185,.17);
  border-radius: 50%;
  box-shadow: 0 0 0 3.6rem rgba(19,174,185,.035), 0 0 0 7.3rem rgba(19,174,185,.025);
  content: "";
  pointer-events: none;
}
.booking__visual, .booking__content { position: relative; z-index: 1; }
.booking__content { box-shadow: var(--sea-shadow); }
.booking-smart-dates {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: .55rem;
  margin-bottom: .85rem;
}
.booking-smart-dates button {
  min-width: 0;
  min-height: 4.25rem;
  padding: .65rem .7rem;
  border: 1px solid rgba(6,46,88,.14);
  border-radius: .9rem;
  background: #fff;
  color: #062e58;
  text-align: left;
  box-shadow: 0 .35rem .85rem rgba(6,46,88,.05);
  cursor: pointer;
  transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.booking-smart-dates button:hover:not(:disabled) { border-color: #13aeb9; transform: translateY(-2px); box-shadow: 0 .65rem 1.2rem rgba(6,46,88,.09); }
.booking-smart-dates button.is-selected { border-color: #f6ba21; background: linear-gradient(145deg,#062e58,#08718a); color: #fff; box-shadow: 0 0 0 2px rgba(246,186,33,.36); }
.booking-smart-dates button:disabled { opacity: .42; cursor: not-allowed; }
.booking-smart-dates small, .booking-smart-dates strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.booking-smart-dates small { color: #54707d; font-size: .58rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.booking-smart-dates strong { margin-top: .22rem; font-size: .76rem; }
.booking-smart-dates .is-selected small { color: rgba(255,255,255,.72); }
.booking-step__intro { margin: -.25rem 0 .8rem; color: #5a6d77; font-size: .72rem; line-height: 1.55; }
.booking-earliest {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  width: 100%;
  min-height: 3.2rem;
  margin: -.15rem 0 .8rem;
  padding: .66rem .8rem;
  border: 1px solid rgba(19,174,185,.35);
  border-radius: .9rem;
  background: #eef9f8;
  color: #07566a;
  font: 700 .7rem/1.35 var(--sans);
  cursor: pointer;
}
.booking-earliest strong { flex: 0 0 auto; padding: .28rem .52rem; border-radius: 99px; background: #062e58; color: #fff; font-size: .72rem; }
.booking-earliest:disabled { opacity: .48; cursor: not-allowed; }
.booking-times button.is-earliest:not(.is-selected)::before { position: absolute; top: -.38rem; left: 50%; padding: .12rem .35rem; border-radius: 99px; background: #f6ba21; color: #062e58; content: "★"; font-size: .48rem; transform: translateX(-50%); }

/* Estados inequívocos: el toque nunca debe borrar la selección. */
.booking-calendar .booking-calendar__day.is-selected,
.booking-calendar .booking-calendar__day.is-selected:hover:not(:disabled),
.booking-calendar .booking-calendar__day.is-selected:active:not(:disabled),
.booking-calendar .booking-calendar__day.is-selected:focus-visible {
  border-color: #f6ba21;
  background: linear-gradient(145deg, #062e58, #08718a);
  color: #fff;
  box-shadow:
    0 0 0 2px rgba(246, 186, 33, .52),
    0 .7rem 1.25rem rgba(6, 46, 88, .26),
    inset 0 1px rgba(255,255,255,.2);
  transform: translateY(-1px);
}
.booking-calendar .booking-calendar__day.is-selected::after {
  position: absolute;
  top: .2rem;
  right: .25rem;
  width: .34rem;
  height: .58rem;
  border-radius: 50%;
  border-right: 2px solid #f6ba21;
  border-bottom: 2px solid #f6ba21;
  content: "";
  transform: rotate(45deg);
}
.booking-covers button,
.booking-times button,
.booking-options button { position: relative; }
.booking-covers button.is-selected,
.booking-times button.is-selected,
.booking-options button.is-selected,
.booking-covers button.is-selected:hover:not(:disabled),
.booking-times button.is-selected:hover:not(:disabled),
.booking-options button.is-selected:hover:not(:disabled),
.booking-covers button.is-selected:active:not(:disabled),
.booking-times button.is-selected:active:not(:disabled),
.booking-options button.is-selected:active:not(:disabled),
.booking-covers button.is-selected:focus-visible,
.booking-times button.is-selected:focus-visible,
.booking-options button.is-selected:focus-visible {
  border-color: #f6ba21;
  background: linear-gradient(145deg, #062e58, #08718a);
  color: #fff;
  box-shadow:
    0 0 0 2px rgba(246, 186, 33, .42),
    0 .55rem 1rem rgba(6, 46, 88, .22),
    inset 0 1px rgba(255,255,255,.18);
}
.booking-covers button.is-selected::after,
.booking-times button.is-selected::after,
.booking-options button.is-selected::after {
  position: absolute;
  top: .22rem;
  right: .28rem;
  width: .3rem;
  height: .5rem;
  border-right: 2px solid #f6ba21;
  border-bottom: 2px solid #f6ba21;
  content: "";
  transform: rotate(45deg);
}
.booking-date-status.is-confirmed,
.booking-time-status.is-confirmed {
  display: flex;
  align-items: center;
  gap: .48rem;
  min-height: 2.45rem;
  padding: .55rem .7rem;
  border: 1px solid rgba(30, 131, 90, .25);
  border-radius: .8rem;
  background: #eef9f3;
  color: #155f43;
}
.booking-date-status.is-confirmed::before,
.booking-time-status.is-confirmed::before {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='m5.2 10.2 3.1 3.1 6.5-7' fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.2'/%3E%3C/svg%3E") center / .8rem .8rem no-repeat,
    #20875e;
  content: "";
}

.experience { background: linear-gradient(142deg, #021c37, #07355b); }
.experience-card, .gallery-item { border-radius: 1.35rem; }
.experience-gallery {
  grid-auto-flow: dense;
  gap: clamp(.45rem, .75vw, .75rem);
}
.experience-gallery .gallery-item {
  min-width: 0;
  min-height: 0;
  isolation: isolate;
}
.gallery-item picture,
.visit__image picture { display: block; width: 100%; height: 100%; }
.gallery-item picture img,
.visit__image picture img { width: 100%; height: 100%; object-fit: cover; }
.experience-gallery .gallery-item:nth-child(2) img { object-position: center 66%; }
.experience-gallery .gallery-item:nth-child(3) img { object-position: center 58%; }
.experience-gallery .gallery-item:nth-child(4) img { object-position: center 58%; }
.experience-gallery .gallery-item:nth-child(5) img { object-position: center 57%; }
.experience-gallery .gallery-item:nth-child(6) img { object-position: center 59%; }
.experience-gallery .gallery-item:nth-child(7) img { object-position: center 55%; }
.experience-gallery .gallery-item:nth-child(8) img { object-position: center 56%; }
.experience-gallery .gallery-item:nth-child(9) img { object-position: center 56%; }
.experience-gallery .gallery-item:nth-child(10) img { object-position: center 57%; }
.experience-gallery .gallery-item:nth-child(11) img { object-position: center 61%; }
.experience-gallery .gallery-item:nth-child(12) img { object-position: center 58%; }
.experience-gallery .gallery-item:nth-child(13) img { object-position: center 57%; }
.experience-gallery .gallery-item:nth-child(14) img { object-position: center 60%; }
.language-pro__flag,
.language-pro__flag-icon {
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: .38rem;
  background: #fff;
  box-shadow: 0 .18rem .45rem rgba(0,0,0,.2);
}
.language-pro__flag img,
.language-pro__flag-icon img { display: block; width: 100%; height: 100%; object-fit: cover; }
.language-pro__copy { min-width: 3.8rem; }
.language-pro__copy strong { font-size: .66rem; }
.language-pro__menu { width: min(15rem, calc(100vw - 1.5rem)); }
.language-pro__menu button { grid-template-columns: 2.05rem minmax(0,1fr) 1rem; }
.language-pro__menu button > strong { font-size: .78rem; text-align: start; }
.language-pro .language-pro__menu button > span.language-pro__flag-icon {
  width: 1.85rem !important;
  height: 1.3rem !important;
  border-color: rgba(7,43,84,.18);
  border-radius: .3rem !important;
}
.mobile-menu__whatsapp {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  gap: .7rem;
  min-height: 3.35rem;
  padding: .55rem .7rem;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: .85rem;
  background: rgba(255,255,255,.08);
  color: #fff;
}
.mobile-menu__whatsapp-icon {
  display: grid;
  flex: 0 0 2.15rem;
  place-items: center;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 50%;
  background: #073f68;
}
.mobile-menu__whatsapp-icon img { width: 1.25rem; height: 1.25rem; }
.mobile-menu__whatsapp strong,
.mobile-menu__whatsapp small { display: block; }
.mobile-menu__whatsapp strong { font-size: .68rem; }
.mobile-menu__whatsapp small { margin-top: .12rem; color: rgba(255,255,255,.68); font-size: .6rem; }
.footer__credit { margin-inline-start: .22rem; color: rgba(255,255,255,.43); font-size: .58rem; }
.footer__credit a { color: rgba(255,224,161,.76); }
.footer__credit a:hover { color: #ffe0a1; }
[dir="rtl"] body { text-align: right; }
[dir="rtl"] .header,
[dir="rtl"] .footer,
[dir="rtl"] .booking__content { direction: rtl; }
[dir="rtl"] .language-pro__menu { right: auto; left: 0; transform-origin: top left; }
[dir="rtl"] .language-pro__menu i { justify-self: end; }
[dir="rtl"] .menu-item,
[dir="rtl"] .booking-summary dl { direction: rtl; }
[dir="rtl"] .menu-item b { justify-self: end; }
[dir="rtl"] .booking-calendar,
[dir="rtl"] .booking-calendar__weekdays,
[dir="rtl"] input[type="date"],
[dir="rtl"] .booking-times { direction: ltr; }
[dir="rtl"] .mobile-menu__close { right: auto; left: .75rem; }
[dir="rtl"] .quick-actions { right: auto; left: max(.55rem,env(safe-area-inset-left)); }
.reviews { overflow: hidden; background: linear-gradient(135deg, #f8e8c4, #f1d8a3); color: #102038; }
.reviews .section-heading h2 { color: #062e58; }
.reviews .section-heading h2 em { color: #b94739; }
.reviews .section-heading { position: relative; }
.reviews-motion-toggle {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  min-height: 2.55rem;
  margin-top: .7rem;
  padding: .5rem .72rem;
  border: 1px solid rgba(6,46,88,.16);
  border-radius: 99px;
  background: rgba(255,255,255,.58);
  color: #062e58;
  font: 700 .62rem/1 var(--sans);
  cursor: pointer;
}
.reviews-motion-toggle > span { display: grid; place-items: center; width: 1.35rem; height: 1.35rem; border-radius: 50%; background: #062e58; color: #fff; font-size: .58rem; }
.reviews-viewport { width: calc(100% + clamp(2rem,8vw,9rem)); margin-inline: calc(clamp(1rem,4vw,4.5rem) * -1); overflow: hidden; padding: 2.5rem clamp(1rem,4vw,4.5rem) 1.2rem; }
.reviews-track { display: flex; width: max-content; margin: 0; padding: 0; overflow: visible; scroll-snap-type: none; will-change: transform; }
.reviews-set { display: flex; flex: 0 0 auto; gap: 1rem; padding-right: 1rem; }
.review { flex: 0 0 min(25rem,82vw); border: 1px solid rgba(255,255,255,.75); border-radius: 1.2rem; background: #fffdf8; box-shadow: 0 1rem 2.5rem rgba(34,43,50,.12); }
[dir="rtl"] .reviews-viewport, [dir="rtl"] .reviews-track, [dir="rtl"] .reviews-set { direction: ltr; }

.local-guide { background: #fffdf8; }
.local-guide .section-heading { max-width: 62rem; }
.local-guide .section-heading > p:last-child { max-width: 48rem; color: #4b616d; font-size: clamp(.95rem,1.5vw,1.1rem); line-height: 1.68; }
.local-guide__cards { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: clamp(.75rem,1.5vw,1.2rem); margin-top: 2.4rem; }
.local-guide__cards article { display: flex; min-height: 16rem; flex-direction: column; padding: clamp(1.15rem,2vw,1.7rem); border: 1px solid rgba(6,46,88,.11); border-radius: 1.2rem; background: linear-gradient(145deg,#fff,#f8f5ed); box-shadow: 0 .7rem 2rem rgba(6,46,88,.06); }
.local-guide__cards strong { color: #062e58; font-family: var(--serif); font-size: clamp(1.45rem,2.4vw,2rem); font-weight: 400; line-height: 1.1; }
.local-guide__cards p { color: #516974; font-size: .82rem; line-height: 1.65; }
.local-guide__cards a { width: fit-content; margin-top: auto; color: #a83e33; font-size: .68rem; font-weight: 800; text-decoration: underline; text-underline-offset: .28rem; }

.visit { background: var(--paper); }
.visit__image { border-radius: 1.55rem; box-shadow: var(--sea-shadow); }
.visit-maps article { border-radius: 1.15rem; box-shadow: 0 .65rem 1.8rem rgba(2, 28, 55, .06); }
.footer { border-top: 1px solid rgba(246,186,33,.35); }

.quick-actions { gap: .52rem; }
.quick-actions a {
  position: relative;
  width: 3.15rem;
  height: 3.15rem;
  border: 1px solid rgba(255,255,255,.42) !important;
  background: linear-gradient(145deg,#0a4d78,#062e58) !important;
  box-shadow: 0 .75rem 1.8rem rgba(2,23,44,.24), inset 0 1px rgba(255,255,255,.16);
}
.quick-actions a img { width: 1.45rem; height: 1.45rem; object-fit: contain; }
.quick-actions a > span {
  position: absolute;
  right: calc(100% + .55rem);
  padding: .42rem .6rem;
  border-radius: .48rem;
  background: #062e58;
  color: #fff;
  font-size: .61rem;
  font-weight: 700;
  opacity: 0;
  pointer-events: none;
  transform: translateX(.4rem);
  transition: opacity .18s ease, transform .18s ease;
  white-space: nowrap;
}
.quick-actions a:hover > span, .quick-actions a:focus-visible > span { opacity: 1; transform: none; }
.quick-actions a:active {
  background: linear-gradient(145deg,#0a4d78,#062e58) !important;
  box-shadow: 0 .35rem .9rem rgba(2,23,44,.24), inset 0 1px rgba(255,255,255,.12);
}

a:focus-visible, button:focus-visible, input:focus-visible {
  outline: 3px solid #f6ba21;
  outline-offset: 3px;
}
@media (max-width: 900px) {
  .header { min-height: 5rem; }
  .header.is-scrolled { min-height: 4.6rem; }
  .brand__mark { width: 4.1rem; height: 2.8rem; }
  .hero::after { display: none; }
}
@media (max-width: 620px) {
  .header { background: linear-gradient(180deg, rgba(1,22,43,.82), rgba(1,22,43,.08)); }
  .header__whatsapp { display: none; }
  .language-pro__toggle { width: 2.8rem; min-height: 2.8rem; padding: 0; justify-content: center; }
  .language-pro__copy, .language-pro__toggle svg { display: none; }
  .language-pro__flag { width: 1.55rem !important; height: 1.05rem !important; border-radius: .24rem; }
  .language-pro__toggle { min-width: 3rem !important; }
  .language-pro__copy { display: none !important; }
  .language-pro__menu { max-height: calc(100dvh - 6.6rem); overflow-y: auto; }
  .header__reserve { min-height: 2.8rem; padding-inline: .78rem; }
  .hero { min-height: 46rem; }
  .hero__content { padding-top: 8.4rem; padding-bottom: 9.6rem; }
  .hero h1 { max-width: 10.8ch; font-size: clamp(3rem, 12vw, 4.2rem); line-height: 1.01; }
  .hero__rating { right: auto; bottom: 2.25rem; left: 1.25rem; }
  .hero__actions { margin-top: 1.65rem; }
  .hero__copy { margin-top: 1rem; font-size: .93rem; line-height: 1.52; }
  .hero__trust { display: grid; gap: .38rem; font-size: .6rem; }
  .button--hero-reserve { min-height: 3.45rem; }
  .menu-category:hover { transform: none; }

  .booking.section { padding-inline: .35rem; }
  .booking__visual { margin-inline: -.35rem; }
  .booking__content {
    width: 100%;
    padding: .82rem;
    border-radius: 1.15rem;
  }
  .booking__heading h2 { font-size: clamp(2.35rem, 11vw, 3.1rem); }
  .booking-flow { gap: .85rem; }
  .booking-live-status { border-radius: 1rem; }
  .booking-progress { gap: .22rem; padding: .26rem; }
  .booking-progress li {
    min-height: 3.2rem;
    flex-direction: column;
    gap: .15rem;
    padding: .22rem .08rem;
  }
  .booking-progress li b {
    display: block;
    max-width: 100%;
    overflow: hidden;
    font-size: .48rem;
    letter-spacing: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .booking-progress li.is-current {
    background: #062e58;
    color: #fff;
    box-shadow: 0 .45rem 1rem rgba(6,46,88,.2);
  }
  .booking-progress li.is-current span {
    background: #f6ba21;
    color: #062e58;
  }
  .booking-progress li.is-complete { color: #155f43; }
  .booking-progress li.is-complete { cursor: pointer; }
  .booking-calendar-shell { padding: .58rem; }
  .booking-smart-dates { gap: .35rem; }
  .booking-smart-dates button { min-height: 4rem; padding: .5rem .42rem; }
  .booking-smart-dates small { font-size: .48rem; letter-spacing: .025em; }
  .booking-smart-dates strong { font-size: .64rem; }
  .booking-calendar__weekdays,
  .booking-calendar { gap: .2rem; }
  .booking-calendar .booking-calendar__day,
  .booking-calendar__blank { min-height: 2.85rem; }
  .booking-date-picker { padding: .62rem; }
  .booking-covers button,
  .booking-times button { min-height: 3.25rem; }
  .booking-options button { min-height: 3.4rem; padding-right: 2rem; }
  .booking-actions {
    right: .35rem;
    bottom: max(.45rem, env(safe-area-inset-bottom));
    left: .35rem;
    padding: .42rem;
    border-radius: 1rem;
  }
  .booking-actions .button { min-height: 3.5rem; font-size: .78rem; }
  body.is-booking-visible .quick-actions {
    opacity: 0;
    pointer-events: none;
    transform: translateX(calc(100% + 1rem));
  }
  .quick-actions { gap: .35rem; transition: opacity .2s ease, transform .2s ease; }
  .quick-actions a { width: 2.72rem; height: 2.72rem; }
  .quick-actions a img { width: 1.25rem; height: 1.25rem; }
  .quick-actions a > span { display: none; }
  .local-guide__cards { grid-template-columns: 1fr; }
  .local-guide__cards article { min-height: 13.5rem; }
  .footer__credit { display: block; margin: .35rem 0 0; }
}
@media (prefers-reduced-motion: reduce) {
  .menu-category, .nav a::after { transition: none; }
}
