/* Client brief 2026-08-11: scoped additions over the existing design system. */
.hero--tz .hero__content--tz {
  max-width: 1180px;
  width: min(1180px, calc(100vw - 96px));
  padding-bottom: clamp(34px, 6vh, 72px);
}

.hero--tz .hero__title--tz {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  font-size: clamp(52px, 5.8vw, 92px);
  line-height: .98;
  letter-spacing: -.015em;
}
.hero--tz .hero__title--tz > span { display: block; white-space: nowrap; }
.hero--tz .hero__metro { margin: 20px 0 0; color: rgba(255,255,255,.84); }

.hero-booking {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) 210px;
  align-items: stretch;
  gap: 0;
  width: min(1120px, 100%);
  margin: clamp(24px, 4vh, 38px) auto 0;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, .36);
  border-radius: 18px;
  background: rgba(18, 35, 51, .62);
  box-shadow: 0 20px 50px rgba(7, 20, 32, .24);
  backdrop-filter: blur(18px);
}
.hero-booking label { display: grid; align-content: center; gap: 8px; min-width: 0; min-height: 68px; padding: 8px 20px; border-right: 1px solid rgba(255,255,255,.18); text-align: left; }
.hero-booking__date, .hero-booking__date input { cursor: pointer; }
.hero-booking label > span { color: rgba(255,255,255,.7); font: 600 10px/1.2 var(--sans); letter-spacing: .12em; text-transform: uppercase; }
.hero-booking input, .hero-booking select { width: 100%; min-width: 0; padding: 0; border: 0; outline: 0; background: transparent; color: #fff; font: 500 14px/1.3 var(--sans); color-scheme: dark; }
.hero-booking input::placeholder { color: rgba(255,255,255,.65); }
.hero-booking__submit { display: inline-flex; min-width: 0; min-height: 68px; margin-left: 8px; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 12px; background: #fff; color: #293649; font: 700 11px/1 var(--sans); letter-spacing: .11em; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.hero-booking__submit:hover { transform: translateY(-1px); background: #e7f5f4; }
.hero-booking :focus-visible { outline: 2px solid #54c7d1; outline-offset: 3px; }

@media (min-width: 981px) {
  /* Keep the headline visually centred while the conversion control sits closer to the fold. */
  .hero--tz .hero-booking { transform: translateY(clamp(72px, 8vh, 92px)); }
}

.events-home { padding: clamp(84px, 10vw, 150px) var(--gutter); background: var(--paper, #f2f2f2); }
.events-home__inner { width: min(1320px, 100%); margin: 0 auto; }
.events-home__head { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px clamp(48px, 6vw, 88px); align-items: end; margin-bottom: 48px; }
.events-home__head .section-kicker { grid-column: 1; }
.events-home__head h2 { grid-column: 1; max-width: none; margin: 0; font-size: clamp(42px, 4.4vw, 58px); text-wrap: balance; }
.events-home__head h2 span { display: block; }
.events-home__head > p:last-child { grid-column: 2; grid-row: 1 / span 2; max-width: 56ch; margin: 0 0 6px; color: #627078; font-size: 17px; line-height: 1.68; text-wrap: pretty; }
.events-home__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; align-items: stretch; }
.event-space { display: flex; min-width: 0; overflow: hidden; flex-direction: column; border: 1px solid rgba(41,54,73,.16); border-radius: 18px; background: #fff; }
.event-space img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.event-space > div { display: flex; min-height: 250px; flex: 1; flex-direction: column; padding: 26px; }
.event-space span { color: #168f9f; font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.event-space h3 { margin: 12px 0 10px; color: #293649; font: 500 clamp(26px, 2.4vw, 38px)/1.06 var(--serif); }
.event-space p { margin: 0; color: #6f797f; font-size: 14px; line-height: 1.65; }
.event-space--accent { background: #fff; color: #293649; }
.event-space--accent h3 { color: #293649; }
.event-space--accent p { color: #6f797f; }
.event-space--accent a { display: inline-flex; align-items: center; align-self: flex-start; gap: 10px; margin-top: auto; padding-top: 28px; padding-bottom: 5px; border-bottom: 1px solid rgba(41,54,73,.32); color: #293649; font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }

/* Editorial offers: one clear hierarchy instead of three identical template cards. */
.offers { background: #fff; }
.offers__head { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 18px; }
.offers__head .section-title { margin: 8px 0 0; }
.offers__all-link { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 5px; border-bottom: 1px solid rgba(41,54,73,.36); color: #293649; font-size: 12px; font-weight: 600; }
.offers__all-link:hover,
.offers__all-link:focus-visible { color: #168f9f; border-color: currentColor; }
.offers__lead { max-width: 58ch; margin: 0 0 40px; text-align: left; }
.offers__grid { grid-template-columns: 1.28fr 1fr 1fr; gap: clamp(18px, 2vw, 30px); }
.offer-card { border: 0; border-top: 1px solid rgba(41,54,73,.24); border-radius: 0; background: transparent; box-shadow: none; }
.offer-card:hover { transform: none; border-color: #168f9f; box-shadow: none; }
.offer-card:focus-within { border-color: #168f9f; box-shadow: none; }
.offer-card picture { overflow: hidden; margin-top: 18px; }
.offer-card img { aspect-ratio: 4/3; transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.offer-card:hover img { transform: scale(1.018); }
.offer-card__body { padding: 24px 0 0; }
.offer-card__badge { width: max-content; margin-bottom: 18px; padding: 0; border-radius: 0; background: transparent; color: #168f9f; }
.offer-card__badge i { display: none; }
.offer-card h3 { font-size: clamp(27px, 2.4vw, 38px); }
.offer-card__link { display: inline-flex; width: max-content; align-items: center; gap: 8px; margin-top: 10px; padding: 8px 0 6px; border-bottom: 1px solid rgba(41,54,73,.42); color: #293649; font-size: 11px; font-weight: 600; letter-spacing: .12em; line-height: 1.25; text-decoration: none; text-transform: uppercase; }
.offer-card__link:hover, .offer-card__link:focus-visible { border-color: #168f9f; color: #168f9f; }
.offer-card__link:focus-visible { outline: 2px solid #168f9f; outline-offset: 4px; }
.offers .offer-card__bonuses,
.offers .offer-card__terms { display: none; }

@media (min-width: 981px) {
  .events-home__head h2 span { white-space: nowrap; }
}

.about__intro-grid { display: grid; grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr); gap: clamp(40px, 7vw, 110px); align-items: start; margin-top: 38px; }
.about__intro-copy .section-title { margin-top: 0; }
.about__award-note { padding: 16px 18px; border-left: 3px solid #168f9f; background: rgba(22,143,159,.07); color: #293649 !important; font-weight: 600 !important; }
.awards-fan { position: relative; min-height: 470px; overflow: clip; }
.awards-fan__card { position: absolute; inset: 0 auto auto 0; display: block; width: min(330px, 86%); aspect-ratio: 4 / 5; overflow: hidden; padding: 10px; border: 1px solid rgba(41,54,73,.15); border-radius: 18px; background: #f4f5f5; box-shadow: 0 16px 42px rgba(41,54,73,.11); color: inherit; text-decoration: none; transform-origin: 50% 100%; transition: transform .35s ease, border-color .2s ease, box-shadow .2s ease; }
.awards-fan__card img { display: block; width: 100%; height: 100%; border-radius: 11px; background: #fff; object-fit: contain; object-position: center; }
.awards-fan__card:nth-child(1) { z-index: 4; transform: rotate(-5deg); }
.awards-fan__card:nth-child(2) { z-index: 3; transform: translate(28px, 10px) rotate(2deg); }
.awards-fan__card:nth-child(3) { z-index: 2; transform: translate(52px, 20px) rotate(7deg); }
.awards-fan__card:nth-child(4) { z-index: 1; transform: translate(74px, 30px) rotate(11deg); }
.awards-fan:hover .awards-fan__card:nth-child(1) { transform: translateX(-72px) rotate(-10deg); }
.awards-fan:hover .awards-fan__card:nth-child(2) { transform: translate(20px, -10px) rotate(-3deg); }
.awards-fan:hover .awards-fan__card:nth-child(3) { transform: translate(112px, -2px) rotate(5deg); }
.awards-fan:hover .awards-fan__card:nth-child(4) { transform: translate(194px, 18px) rotate(11deg); }
.awards-fan__card:focus-visible { outline: 3px solid rgba(22,143,159,.38); outline-offset: 5px; border-color: #168f9f; box-shadow: 0 18px 48px rgba(41,54,73,.18); }

.restaurant-home__phone { white-space: nowrap; }
.rating-wordmark { display: inline-flex; align-items: center; min-height: 26px; font-weight: 700; white-space: nowrap; }
.rating-wordmark--tripadvisor { color: #178b74; }
.ratings-strip__inner { display: grid; gap: 36px; }
.ratings-strip .hero-reputation { width: 100%; }
.ratings-strip .hero-reputation__list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.ratings-strip .hero-rating { width: 100%; min-width: 0; }
.ratings-strip .hero-rating__brand { min-width: 0; }
.ratings-strip .hero-rating__brand img { max-width: 108px; object-fit: contain; }
.ratings-strip .hero-rating--travelline #tl-reputation-widget { display: none !important; }
.ratings-strip .hero-rating--travelline.is-ready .hero-rating__fallback { display: grid; }
.ratings-strip .hero-rating--tripadvisor { --rating-accent: #178b74; }
.guest-review-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; border-block: 1px solid rgba(255,255,255,.24); }
.guest-review { display: grid; min-height: 132px; align-content: space-between; padding: 24px 30px; border-right: 1px solid rgba(255,255,255,.24); }
.guest-review:last-child { border-right: 0; }
.guest-review p { margin: 0 0 18px; color: #fff; font: 500 clamp(19px, 2vw, 27px)/1.35 var(--serif); }
.guest-review span { color: rgba(255,255,255,.68); font-size: 12px; }
.guest-review a { display: inline-flex; width: max-content; max-width: 100%; align-items: center; gap: 8px; padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.45); color: #fff; font-size: 12px; font-weight: 600; }
.guest-review a:hover,
.guest-review a:focus-visible { color: #65d0d8; border-color: currentColor; }
.rooms-home__eyebrow,
.services-grid__eyebrow,
.restaurant-home__eyebrow,
.excursions__eyebrow {
  font-size: 13px;
  letter-spacing: .035em;
  text-transform: none;
}
.social-brand-icon { display: block; width: 18px; height: 18px; flex: 0 0 18px; object-fit: contain; }
.contacts-home__links .btn:has(.social-brand-icon) { gap: 10px; }
.social-glyph {
  display: inline-block;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  background: currentColor;
  -webkit-mask: center / contain no-repeat;
  mask: center / contain no-repeat;
}
.social-glyph--max {
  -webkit-mask-image: url('/assets/social-max.svg');
  mask-image: url('/assets/social-max.svg');
}
.contacts-home__links .btn > i,
.contacts-home__links .btn > .social-glyph {
  width: 17px;
  height: 17px;
  font-size: 17px;
  flex: 0 0 17px;
}

/* The booking action belongs to conversion moments, not every scroll position. */
.sticky-booking { display: none !important; }

/* The hero rotator already provides the page entrance. Repeating fade-up on every section flattened the rhythm. */
.reveal { opacity: 1 !important; transform: none !important; transition: none !important; }

/* Consent is a quiet system bar, not another floating card over the composition. */
.cookie-consent { right: 0; bottom: 0; left: 0; width: 100%; max-width: none; margin: 0; padding: 8px max(18px, var(--gutter, 18px)) calc(8px + env(safe-area-inset-bottom, 0px)); border: 0; border-top: 1px solid var(--line); border-radius: 0; box-shadow: 0 -8px 28px rgba(41,54,73,.12); }
.cookie-consent__inner { width: min(920px, 100%); min-height: 38px; margin: 0 auto; flex-wrap: nowrap; justify-content: center; gap: 18px; }
.cookie-consent__text { flex: 0 1 auto; font-size: 12px; line-height: 1.4; white-space: nowrap; }
.cookie-consent__btn { min-height: 36px; padding-inline: 15px; font-size: 10px; }

/* The service deck is navigated with arrows and swipe; decorative progress lines were visual noise. */
.services-grid__pagination { display: none !important; }

/* Keep every plate in frame instead of forcing landscape food photography into a portrait crop. */
.restaurant-home .restaurant-home__dishes--meals .dish-card img {
  aspect-ratio: 3 / 2;
  object-fit: contain;
  object-position: center;
  background: #f3f3f1;
}

/* Static final conversion block: quiet hierarchy instead of another media hero. */
.final-cta.final-cta--static {
  min-height: 0;
  overflow: visible;
  background: #293649;
  color: #fff;
}
.final-cta--static .final-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  gap: 54px 88px;
  align-items: start;
  width: min(1180px, calc(100% - 48px));
  padding: clamp(72px, 8vw, 108px) 0 clamp(58px, 7vw, 86px);
  text-align: left;
}
.final-cta__eyebrow {
  margin: 0 0 18px;
  color: #53c0cb;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.final-cta__intro h2 {
  max-width: 10ch;
  margin: 0;
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(46px, 5.5vw, 76px);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: .98;
  text-wrap: balance;
}
.final-cta__intro > p:last-child {
  max-width: 560px;
  margin: 26px 0 0;
  color: rgba(255,255,255,.67);
  font-size: 17px;
  line-height: 1.65;
  text-wrap: pretty;
}
.final-cta__offer {
  display: grid;
  gap: 28px;
  padding-left: clamp(32px, 4vw, 64px);
  border-left: 1px solid rgba(255,255,255,.2);
}
.final-cta--static .final-cta__discount {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 24px;
  align-items: end;
  justify-content: start;
  margin: 0;
  color: #fff;
  text-align: left;
}
.final-cta--static .final-cta__discount strong {
  font-family: var(--serif);
  font-size: clamp(76px, 8vw, 118px);
  font-weight: 400;
  letter-spacing: -.06em;
  line-height: .78;
}
.final-cta--static .final-cta__discount span {
  display: grid;
  gap: 7px;
  padding: 0 0 4px;
  border: 0;
  text-align: left;
  text-transform: none;
}
.final-cta--static .final-cta__discount b {
  font: 600 15px/1.35 var(--sans);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.final-cta--static .final-cta__discount small {
  color: rgba(255,255,255,.58);
  font: 400 13px/1.5 var(--sans);
  letter-spacing: 0;
}
.final-cta--static .final-cta__offer .btn {
  width: fit-content;
  min-width: 250px;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 8px;
  background: #fff !important;
  color: #293649 !important;
  box-shadow: none;
}
.final-cta--static .final-cta__offer .btn:hover,
.final-cta--static .final-cta__offer .btn:focus-visible { background: #53c0cb !important; border-color: #53c0cb; color: #182536 !important; }
.final-cta--static .final-cta__trust {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  border-block: 1px solid rgba(255,255,255,.18);
}
.final-cta--static .final-cta__trust li {
  align-items: center;
  min-height: 72px;
  padding: 18px 28px 18px 0;
  color: rgba(255,255,255,.78);
  font-size: 14px;
}
.final-cta--static .final-cta__trust li + li {
  padding-left: 28px;
  border-left: 1px solid rgba(255,255,255,.18);
}
.final-cta--static .final-cta__secondary {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  align-items: center;
  color: rgba(255,255,255,.55);
  font-size: 14px;
}
.final-cta--static .final-cta__secondary a {
  color: #fff;
  text-decoration-color: rgba(255,255,255,.48);
}

@media (max-width: 760px) {
  .restaurant-home__copy,
  .restaurant-home__copy .section-title,
  .restaurant-home__copy > p,
  .restaurant-home__hours { text-align: left !important; }
  .restaurant-home__copy .section-title { margin-right: 0; margin-left: 0; }
  .restaurant-home__hours { width: 100%; }
  .restaurant-home__actions { align-items: stretch; }
  .final-cta--static .final-cta__inner {
    grid-template-columns: 1fr;
    gap: 42px;
    width: min(100% - 36px, 620px);
    min-height: 0;
    padding: 68px 0 58px;
    text-align: left;
  }
  .final-cta__intro h2 { max-width: 9ch; font-size: clamp(42px, 12vw, 58px); }
  .final-cta__intro > p:last-child { margin-top: 22px; font-size: 16px; }
  .final-cta__offer { gap: 26px; padding: 30px 0 0; border-top: 1px solid rgba(255,255,255,.2); border-left: 0; }
  .final-cta--static .final-cta__discount { grid-template-columns: auto minmax(0, 1fr); gap: 18px; justify-items: start; }
  .final-cta--static .final-cta__discount strong { font-size: clamp(72px, 22vw, 96px); }
  .final-cta--static .final-cta__discount span { padding: 0 0 3px; text-align: left; }
  .final-cta--static .final-cta__offer .btn { width: 100%; min-width: 0; }
  .final-cta--static .final-cta__trust { grid-template-columns: 1fr; }
  .final-cta--static .final-cta__trust {
    padding: 0;
    border: 0;
    border-block: 1px solid rgba(255,255,255,.18);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }
  .final-cta--static .final-cta__trust li { min-height: 64px; padding: 16px 0; background: transparent; }
  .final-cta--static .final-cta__trust li + li { padding-left: 0; border-top: 1px solid rgba(255,255,255,.14); border-left: 0; }
  .final-cta--static .final-cta__secondary { display: grid; grid-template-columns: repeat(3, auto); gap: 12px 20px; justify-content: start; }
  .final-cta--static .final-cta__secondary span { grid-column: 1 / -1; }
}
.contact-channels { width: min(1320px, calc(100% - 48px)); margin: 0 auto; padding: 20px 0 clamp(80px, 10vw, 140px); }
.contact-channels__list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 36px; border-block: 1px solid rgba(41,54,73,.2); }
.contact-channels__list a { display: flex; min-height: 88px; align-items: center; justify-content: space-between; padding: 18px 24px; border-right: 1px solid rgba(41,54,73,.2); color: #293649; font-weight: 600; transition: background .2s ease, color .2s ease; }
.contact-channels__list a:last-child { border-right: 0; }
.contact-channels__list a:hover, .contact-channels__list a:focus-visible { background: #293649; color: #fff; }
.contact-channels__list i { font-size: 19px; transition: transform .2s ease; }
.contact-channels__list a:hover i, .contact-channels__list a:focus-visible i { transform: translateX(4px); }

@media (max-width: 980px) {
  .hero-booking { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-booking__submit { min-height: 54px; margin: 6px 0 0; grid-column: 1 / -1; }
  .events-home__head { grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr); gap: 40px; }
  .events-home__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .event-space--accent { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .event-space--accent img { height: 100%; aspect-ratio: auto; }
  .about__intro-grid { grid-template-columns: 1fr; }
  .awards-fan { width: min(480px, 100%); min-height: 440px; }
  .guest-review-list { grid-template-columns: 1fr; }
  .guest-review { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .guest-review:last-child { border-bottom: 0; }
  .ratings-strip .hero-reputation__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-channels__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-channels__list a:nth-child(2) { border-right: 0; }
  .offers__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .offer-card:first-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .page-restaurant .food-hero > h1 { font-size: clamp(36px, 10.2vw, 52px) !important; }
  .hero--tz .hero__content--tz { align-self: stretch; width: auto; max-width: none; margin-inline: 0; padding-top: 96px; }
  .hero--tz .hero__title--tz { max-width: 100%; font-size: clamp(34px, 9.5vw, 44px) !important; line-height: 1.02; text-wrap: balance; }
  .hero--tz .hero__title--tz > span { white-space: nowrap; }
  .hero--tz .hero__metro { max-width: 30ch; margin: 14px auto 0; font-size: 10px; line-height: 1.5; text-wrap: balance; }
  .hero-booking { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 18px; padding: 6px; overflow: hidden; border-radius: 16px; }
  .hero-booking label { min-height: 64px; padding: 10px 12px; }
  .hero-booking label:nth-child(2) { border-right: 0; }
  .hero-booking label:nth-child(3) { grid-column: 1 / -1; min-height: 58px; border-top: 1px solid rgba(255,255,255,.18); border-right: 0; }
  .hero-booking__promo { display: none !important; }
  .hero-booking__submit { min-width: 0; min-height: 50px; margin-top: 6px; font-size: 10px; }
  .events-home { padding: 76px 16px; }
  .events-home__head { display: block; }
  .events-home__head h2 { max-width: 12ch; }
  .events-home__head > p:last-child { margin-top: 22px; font-size: 14px; }
  .events-home__grid { grid-template-columns: 1fr; }
  .event-space--accent { grid-column: auto; display: flex; min-height: 0; }
  .event-space--accent img { height: auto; aspect-ratio: 16/10; }
  .event-space > div { min-height: 0; padding: 22px; }
  .about__intro-grid { margin-top: 26px; }
  .awards-fan { min-height: 390px; }
  .awards-fan__card { width: min(286px, 78%); padding: 7px; }
  .awards-fan__card:nth-child(2) { transform: translate(18px, 10px) rotate(3deg); }
  .awards-fan__card:nth-child(3) { transform: translate(34px, 20px) rotate(7deg); }
  .awards-fan__card:nth-child(4) { transform: translate(50px, 28px) rotate(10deg); }
  .awards-fan:hover .awards-fan__card:nth-child(1), .awards-fan:hover .awards-fan__card:nth-child(2), .awards-fan:hover .awards-fan__card:nth-child(3), .awards-fan:hover .awards-fan__card:nth-child(4) { transform: none; }
  .guest-review { padding: 20px; }
  .offers__head { display: block; }
  .offers__all-link { margin-top: 22px; }
  .offers__lead { margin-bottom: 28px; }
  .offers__grid { grid-template-columns: 1fr; }
  .offer-card:first-child { grid-column: auto; }
  .offer-card h3 { font-size: 29px; }
  .ratings-strip .hero-reputation__list { grid-template-columns: 1fr; padding-inline: 0; }
  .ratings-strip .hero-rating { min-height: 104px; }
  .contact-channels { width: calc(100% - 32px); }
  .contact-channels__list { grid-template-columns: 1fr; }
  .contact-channels__list a { min-height: 64px; border-right: 0; border-bottom: 1px solid rgba(41,54,73,.2); }
  .cookie-consent { padding: 7px 10px calc(7px + env(safe-area-inset-bottom, 0px)); }
  .cookie-consent__inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; min-height: 48px; }
  .cookie-consent__text { font-size: 10px; line-height: 1.35; white-space: normal; }
  .cookie-consent__btn { min-height: 36px; padding-inline: 12px; }
}

@media (max-width: 350px) {
  .hero--tz .hero__content--tz { width: auto; }
  .hero--tz .hero__title--tz { font-size: clamp(28px, 9vw, 31px) !important; }
  .hero-booking label { padding-inline: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .awards-fan__card, .hero-booking__submit { transition: none; }
}

/* Final editorial pass: fewer repeated cards and a shorter homepage narrative. */
.events-home {
  padding-block: clamp(72px, 6vw, 88px);
}
.events-home__head {
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  margin-bottom: 34px;
}
.events-home__head > p:last-child {
  grid-column: 2;
  grid-row: 1;
}
.events-home__grid {
  grid-template-columns: minmax(0, 1.35fr) minmax(360px, .85fr);
  gap: 18px;
}
.events-home__aside {
  display: grid;
  min-width: 0;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.event-space {
  border-radius: 8px;
}
.event-space--large img {
  aspect-ratio: 16 / 9;
}
.event-space--large > div {
  min-height: 0;
  padding: 26px 28px 28px;
}
.event-space--compact {
  display: grid;
  grid-template-columns: minmax(150px, .72fr) minmax(0, 1fr);
}
.event-space--compact img {
  height: 100%;
  aspect-ratio: auto;
}
.event-space--compact > div {
  min-height: 0;
  padding: 20px 22px;
}
.event-space--compact h3 {
  margin-top: 9px;
  font-size: clamp(22px, 2vw, 29px);
}
.event-space--compact p {
  font-size: 13px;
  line-height: 1.5;
}
.event-space--compact a {
  padding-top: 14px;
  font-size: 9px;
}

.offers {
  padding-block: clamp(72px, 6vw, 88px);
}
.offers__head {
  margin-bottom: 32px;
}
.offers__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, .82fr);
  grid-template-rows: repeat(2, minmax(0, auto));
  gap: 0 clamp(36px, 5vw, 72px);
}
.offers .offer-card:first-child {
  grid-row: 1 / 3;
}
.offers .offer-card:first-child picture {
  display: block;
}
.offers .offer-card:first-child img {
  aspect-ratio: 16 / 9;
}
.offers .offer-card:nth-child(n + 2) {
  display: grid;
  align-content: center;
  padding-block: 22px;
}
.offers .offer-card:nth-child(n + 2) picture {
  display: none;
}
.offers .offer-card:nth-child(n + 2) .offer-card__body {
  padding-top: 0;
}
.offers .offer-card:nth-child(n + 2) .offer-card__badge {
  margin-bottom: 10px;
}
.offers .offer-card:nth-child(n + 2) h3 {
  margin-bottom: 8px;
  font-size: clamp(26px, 2.3vw, 34px);
}
.offers .offer-card:nth-child(n + 2) p {
  max-width: 48ch;
  margin-block: 6px;
}

#about,
#benefits,
#restaurant-home,
#guide,
#faq,
#contacts {
  padding-block: clamp(72px, 6vw, 88px);
}
#about .about__intro-grid {
  margin-top: 0;
}
#about .about__columns {
  margin-bottom: 18px;
}
#about .about__film {
  min-height: 430px;
  margin-top: 36px;
}
#restaurant-home .restaurant-home__formats-head {
  margin-top: clamp(42px, 5vw, 64px);
}
#restaurant-home .restaurant-home__dishes--meals {
  gap: clamp(16px, 2vw, 26px);
}
#guide .brand-signature {
  display: none;
}
#guide .excursions__list li:nth-child(n + 5),
#guide .excursions__helper {
  display: none;
}
#guide .excursions__head {
  margin-bottom: 34px;
}
#faq .section-head__icon,
#faq .about__emotion:first-of-type {
  display: none;
}
#faq .section-head {
  margin-bottom: 26px;
}
#faq .about__emotion:last-child {
  margin-top: 28px;
}
.ratings-strip {
  padding-block: clamp(64px, 5vw, 76px);
}
.ratings-strip__inner {
  gap: 28px;
}
.ratings-strip .hero-rating,
.guest-review-list {
  border-radius: 8px;
}

@media (min-width: 981px) {
  .event-space--large img {
    aspect-ratio: 2 / 1;
  }
  .offers .offer-card:first-child img {
    aspect-ratio: 2 / 1;
  }
  #about .about__film {
    height: 500px;
    min-height: 0;
    aspect-ratio: auto;
  }
  #restaurant-home .restaurant-home__scene {
    min-height: 0;
  }
  #restaurant-home .restaurant-home__copy {
    padding: 46px 50px;
  }
  #restaurant-home .restaurant-home__copy > p[data-cms-field="restaurantText2"] {
    display: none;
  }
  #restaurant-home .restaurant-home__feature img {
    min-height: 560px;
  }
}

@media (max-width: 980px) {
  .events-home__grid {
    grid-template-columns: 1fr;
  }
  .events-home__aside {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }
  .event-space--compact {
    display: flex;
  }
  .event-space--compact img {
    height: auto;
    aspect-ratio: 16 / 9;
  }
  .offers__grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }
  .offers .offer-card:first-child {
    grid-row: auto;
  }
  .offers .offer-card:nth-child(n + 2) {
    padding-block: 24px;
  }
}

@media (max-width: 640px) {
  .events-home,
  .offers,
  #about,
  #benefits,
  #restaurant-home,
  #guide,
  #faq,
  #contacts {
    padding-block: 64px;
  }
  .events-home__head {
    margin-bottom: 28px;
  }
  .events-home__head h2 {
    max-width: none;
    font-size: 38px;
  }
  .events-home__aside {
    grid-template-columns: 1fr;
  }
  .event-space--compact {
    display: grid;
    grid-template-columns: 108px minmax(0, 1fr);
  }
  .event-space--compact img {
    height: 100%;
    aspect-ratio: auto;
  }
  .event-space--compact > div {
    padding: 18px;
  }
  .event-space--compact h3 {
    font-size: 22px;
  }
  .event-space--compact p {
    display: none;
  }
  .events-home__head > p:last-child {
    margin-top: 16px;
  }
  .offers__head {
    display: block;
    margin-bottom: 24px;
  }
  .offers__all-link {
    margin-top: 16px;
  }
  .offers .offer-card:first-child img {
    aspect-ratio: 16 / 10;
  }
  .offers .offer-card:first-child .offer-card__body {
    padding-top: 18px;
  }
  .offers .offer-card:nth-child(n + 2) {
    padding-block: 20px;
  }
  .offers .offer-card:nth-child(n + 2) .offer-card__body > p:not(.offer-card__period) {
    display: none;
  }
  #about .about__film {
    min-height: 420px;
    margin-top: 24px;
  }
  #restaurant-home .restaurant-home__dishes--meals {
    display: flex;
    gap: 14px;
    padding-bottom: 12px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  #restaurant-home .restaurant-home__dishes--meals::-webkit-scrollbar {
    display: none;
  }
  #restaurant-home .restaurant-home__dishes--meals .dish-card {
    flex: 0 0 min(82vw, 320px);
    scroll-snap-align: start;
  }
  #guide .excursions__list li:nth-child(n + 4) {
    display: none;
  }
  #guide .excursions__map,
  #guide .excursions__panel {
    min-height: 0;
  }
  #guide .excursions__map {
    height: 390px;
  }
  #guide .excursions__map-frame {
    min-height: 390px;
  }
  #faq .faq-list {
    gap: 0;
  }
  .ratings-strip .hero-reputation__list {
    display: flex;
    gap: 12px;
    padding: 0 16px 10px 0;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .ratings-strip .hero-reputation__list::-webkit-scrollbar {
    display: none;
  }
  .ratings-strip .hero-rating {
    flex: 0 0 calc(100% - 28px);
    scroll-snap-align: start;
  }
  .guest-review-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .guest-review {
    min-height: 0;
    padding: 18px 14px;
  }
  .guest-review:nth-child(2) {
    border-right: 0;
  }
  .guest-review:last-child {
    grid-column: 1 / -1;
  }
  .guest-review p {
    margin-bottom: 9px;
    font-size: 17px;
  }
}

@media (min-width: 641px) and (max-width: 980px) {
  .ratings-strip .hero-reputation--section .hero-reputation__list {
    grid-template-columns: minmax(0, 1fr);
  }
  .ratings-strip .hero-reputation--section .hero-rating {
    grid-column: auto;
    padding-inline: 12px;
  }
  .ratings-strip .hero-rating__score strong {
    font-size: 32px;
  }
  .ratings-strip .hero-rating__brand img {
    max-width: 92px;
  }
}

@media (max-width: 350px) {
  .services-grid__visual {
    overflow: hidden;
  }
}

/* Hero reputation: compact vertical stack, aligned to the right edge. */
.hero--tz .hero-reputation--corner {
  display: block !important;
  position: absolute;
  z-index: 4;
  top: 28%;
  right: clamp(24px, 3vw, 54px);
  width: 220px;
  margin: 0;
  color: #fff;
}

.hero--tz .hero-reputation--corner .hero-reputation__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.hero--tz .hero-reputation--corner .hero-reputation__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
}

.hero--tz .hero-reputation--corner .hero-rating,
.hero--tz .hero-reputation--corner .hero-rating__fallback {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  width: 100%;
  min-width: 0;
  min-height: 40px;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  box-shadow: none;
  backdrop-filter: none;
}

.hero--tz .hero-reputation--corner .hero-rating::before {
  display: none;
}

.hero--tz .hero-reputation--corner a.hero-rating:hover {
  transform: none;
  border-color: transparent;
  box-shadow: none;
}

.hero--tz .hero-reputation--corner a.hero-rating:hover .hero-rating__meta,
.hero--tz .hero-reputation--corner a.hero-rating:focus-visible .hero-rating__meta {
  transform: translateX(4px);
}

.hero--tz .hero-reputation--corner .hero-rating__score {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
  align-self: stretch;
  min-width: 60px;
  padding: 6px 4px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(224, 229, 238, 0.3);
  color: #fff;
}

.hero--tz .hero-reputation--corner .hero-rating__score strong {
  font-family: var(--sans, "Montserrat", sans-serif);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1;
}

.hero--tz .hero-reputation--corner .hero-rating__score small {
  color: inherit;
  font-family: var(--sans, "Montserrat", sans-serif);
  font-size: 10px !important;
  font-weight: 400;
  opacity: 1;
}

.hero--tz .hero-reputation--corner .hero-rating__meta {
  display: grid;
  align-content: center;
  gap: 2px;
  min-width: 0;
  text-align: left;
  transition: transform 0.2s ease;
}

.hero--tz .hero-reputation--corner .hero-rating__brand {
  min-height: 0;
}

.hero--tz .hero-reputation--corner .hero-rating__brand b {
  overflow: visible;
  color: #fff;
  font-family: var(--sans, "Montserrat", sans-serif);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.05;
  text-overflow: clip;
}

.hero--tz .hero-reputation--corner .hero-rating__reviews {
  display: flex;
  align-items: baseline;
  gap: 4px;
  color: #fff;
  font-family: var(--sans, "Montserrat", sans-serif);
}

.hero--tz .hero-reputation--corner .hero-rating__reviews b,
.hero--tz .hero-reputation--corner .hero-rating__reviews span {
  color: inherit;
  font-size: 12px !important;
  font-weight: 400;
  line-height: 1.1;
}

.hero--tz .hero-reputation--corner .hero-rating--travelline,
.hero--tz .hero-reputation--corner .hero-rating--travelline .hero-rating__fallback {
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 0;
  min-height: 48px;
  overflow: hidden;
  border: 1px solid #2459bd;
  border-radius: 9px;
  background: #fff;
}

.hero--tz .hero-reputation--corner .hero-rating--travelline .hero-rating__fallback {
  grid-column: 1 / -1;
  width: 100%;
  border: 0;
}

.hero--tz .hero-reputation--corner .hero-rating--travelline .hero-rating__score {
  min-width: 68px;
  padding-inline: 5px;
  border-radius: 0;
  background: #073fa8;
}

.hero--tz .hero-reputation--corner .hero-rating--travelline .hero-rating__score strong {
  font-size: 22px;
  font-weight: 600;
}

.hero--tz .hero-reputation--corner .hero-rating--travelline .hero-rating__meta {
  gap: 2px;
  padding: 5px 9px;
}

.hero--tz .hero-reputation--corner .hero-rating--travelline .hero-rating__brand b {
  color: #073fa8;
  font-size: 15px;
}

.hero--tz .hero-reputation--corner .hero-rating--travelline .hero-rating__reviews {
  color: #3f3f3f;
}

.hero--tz .hero-reputation--corner .hero-rating--travelline .hero-rating__reviews b,
.hero--tz .hero-reputation--corner .hero-rating--travelline .hero-rating__reviews span {
  font-size: 12px !important;
}

.hero--tz .hero-reputation--corner #tl-reputation-widget {
  display: none !important;
}

@media (max-width: 1180px) {
  .hero--tz {
    padding-bottom: 148px;
  }

  .hero--tz .hero-reputation--corner {
    top: auto;
    right: var(--gutter, 20px);
    bottom: 22px;
    left: var(--gutter, 20px);
    width: auto;
  }

  .hero--tz .hero-reputation--corner .hero-reputation__list {
    display: flex;
    gap: 18px;
    margin: 0;
    padding: 0 12px 3px 0;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .hero--tz .hero-reputation--corner .hero-reputation__list::-webkit-scrollbar {
    display: none;
  }

  .hero--tz .hero-reputation--corner .hero-rating {
    flex: 0 0 176px;
    scroll-snap-align: start;
  }

  .hero--tz .hero-reputation--corner .hero-rating--travelline {
    flex-basis: 226px;
  }
}

@media (max-width: 640px) {
  .hero--tz {
    min-height: max(820px, 100svh);
    padding-bottom: 126px;
  }

  .hero--tz .hero__content--tz {
    transform: translateY(clamp(86px, 11vh, 98px));
  }

  .hero--tz .hero-booking {
    position: relative;
    left: 50%;
    width: calc(100vw - 28px);
    max-width: none;
    margin-right: 0;
    margin-left: 0;
    transform: translateX(-50%);
  }

  .hero--tz .hero-reputation--corner {
    right: max(14px, env(safe-area-inset-right));
    bottom: max(16px, env(safe-area-inset-bottom));
    left: max(14px, env(safe-area-inset-left));
  }

  .hero--tz .hero-reputation--corner .hero-reputation__list {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
    padding: 9px;
    overflow: visible;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    background: rgba(17, 30, 43, 0.42);
    box-shadow: 0 12px 32px rgba(7, 18, 29, 0.18);
    backdrop-filter: blur(10px);
  }

  .hero--tz .hero-reputation--corner .hero-rating {
    grid-column: span 2;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 6px;
    min-height: 44px;
    width: 100%;
    padding: 3px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.09);
  }

  .hero--tz .hero-reputation--corner .hero-rating--travelline {
    grid-column: 1 / span 3;
    width: 100%;
  }

  .hero--tz .hero-reputation--corner .hero-rating--booking {
    grid-column: 4 / span 3;
  }

  .hero--tz .hero-reputation--corner .hero-rating--yandex {
    grid-column: 1 / span 2;
  }

  .hero--tz .hero-reputation--corner .hero-rating--onetwotrip {
    grid-column: 3 / span 2;
  }

  .hero--tz .hero-reputation--corner .hero-rating--ostrovok {
    grid-column: 5 / span 2;
  }

  .hero--tz .hero-reputation--corner .hero-rating--travelline,
  .hero--tz .hero-reputation--corner .hero-rating--travelline .hero-rating__fallback {
    grid-template-columns: 54px minmax(0, 1fr);
    min-height: 46px;
  }

  .hero--tz .hero-reputation--corner .hero-rating--travelline .hero-rating__score {
    min-width: 54px;
  }

  .hero--tz .hero-reputation--corner .hero-rating__score {
    min-width: 44px;
    padding: 5px 2px;
    border: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 0;
    background: transparent;
    white-space: nowrap;
  }

  .hero--tz .hero-reputation--corner .hero-rating__score strong {
    font-size: 17px;
  }

  .hero--tz .hero-reputation--corner .hero-rating__score small {
    font-size: 9px !important;
  }

  .hero--tz .hero-reputation--corner .hero-rating__brand b {
    display: block;
    font-size: 10px;
    line-height: 1.05;
    white-space: nowrap;
  }

  .hero--tz .hero-reputation--corner .hero-rating__reviews {
    gap: 3px;
  }

  .hero--tz .hero-reputation--corner .hero-rating__reviews b,
  .hero--tz .hero-reputation--corner .hero-rating__reviews span {
    font-size: 9px !important;
    white-space: nowrap;
  }

  .hero--tz .hero-reputation--corner .hero-rating--travelline .hero-rating__score strong {
    font-size: 18px;
  }

  .hero--tz .hero-reputation--corner .hero-rating--travelline .hero-rating__brand b {
    font-size: 12px;
  }

  .hero--tz .hero-reputation--corner .hero-rating--travelline .hero-rating__reviews b,
  .hero--tz .hero-reputation--corner .hero-rating--travelline .hero-rating__reviews span {
    font-size: 10px !important;
  }

  .hero--tz .hero-reputation--corner .hero-rating--onetwotrip .hero-rating__brand b,
  .hero--tz .hero-reputation--corner .hero-rating--ostrovok .hero-rating__brand b {
    font-size: 8px;
    white-space: normal;
  }

  .hero--tz .hero-reputation--corner .hero-rating--onetwotrip .hero-rating__reviews b,
  .hero--tz .hero-reputation--corner .hero-rating--onetwotrip .hero-rating__reviews span,
  .hero--tz .hero-reputation--corner .hero-rating--ostrovok .hero-rating__reviews b,
  .hero--tz .hero-reputation--corner .hero-rating--ostrovok .hero-rating__reviews span {
    font-size: 9px !important;
  }
}

@media (max-width: 350px) {
  .hero--tz .hero-booking {
    width: calc(100vw - 16px);
  }

  .hero--tz .hero-reputation--corner {
    right: max(8px, env(safe-area-inset-right));
    left: max(8px, env(safe-area-inset-left));
  }

  .hero--tz .hero-reputation--corner .hero-reputation__list {
    gap: 6px 4px;
    padding: 6px;
  }

  .hero--tz .hero-reputation--corner .hero-rating {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 4px;
  }

  .hero--tz .hero-reputation--corner .hero-rating__score {
    min-width: 40px;
  }

  .hero--tz .hero-reputation--corner .hero-rating__score strong {
    font-size: 15px;
  }

  .hero--tz .hero-reputation--corner .hero-rating__score small,
  .hero--tz .hero-reputation--corner .hero-rating__brand b,
  .hero--tz .hero-reputation--corner .hero-rating__reviews b,
  .hero--tz .hero-reputation--corner .hero-rating__reviews span {
    font-size: 8px !important;
  }

  .hero--tz .hero-reputation--corner .hero-rating--onetwotrip .hero-rating__brand b,
  .hero--tz .hero-reputation--corner .hero-rating--ostrovok .hero-rating__brand b {
    font-size: 7px !important;
    white-space: normal;
  }

  .hero--tz .hero-reputation--corner .hero-rating--onetwotrip .hero-rating__reviews b,
  .hero--tz .hero-reputation--corner .hero-rating--onetwotrip .hero-rating__reviews span,
  .hero--tz .hero-reputation--corner .hero-rating--ostrovok .hero-rating__reviews b,
  .hero--tz .hero-reputation--corner .hero-rating--ostrovok .hero-rating__reviews span {
    font-size: 8px !important;
  }
}

/* Fifth award: preserve the existing fan and reveal focused certificates. */
.awards-fan__card:nth-child(1) { z-index: 5; }
.awards-fan__card:nth-child(2) { z-index: 4; }
.awards-fan__card:nth-child(3) { z-index: 3; }
.awards-fan__card:nth-child(4) { z-index: 2; }
.awards-fan__card:nth-child(5) { z-index: 1; transform: translate(90px, 38px) rotate(14deg); }
.awards-fan:hover .awards-fan__card:nth-child(5) { transform: translate(230px, 28px) rotate(14deg); }
.awards-fan .awards-fan__card:focus-visible { z-index: 6; transform: none; }
@media (max-width: 767px) {
  .awards-fan__card:nth-child(5) { transform: translate(62px, 34px) rotate(12deg); }
  .awards-fan:hover .awards-fan__card:nth-child(5) { transform: none; }
}
