/* 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 {
  max-width: none;
  margin: 0 auto;
  font-size: clamp(42px, 5vw, 76px);
  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 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(34px, 5vh, 58px)); }
}

.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 .btn { width: max-content; min-height: auto; margin-top: 10px; padding: 0 0 6px; border-bottom: 1px solid rgba(41,54,73,.42); border-radius: 0; background: transparent; color: #293649; }
.offer-card .btn:hover, .offer-card .btn:focus-visible { background: transparent; color: #168f9f; }
.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; }
.awards-fan { position: relative; min-height: 420px; }
.awards-fan__card { position: absolute; inset: 0 auto auto 0; display: flex; width: min(360px, 92%); min-height: 330px; flex-direction: column; justify-content: flex-end; padding: 28px; border: 1px solid rgba(41,54,73,.15); border-radius: 18px; background: #fff; 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:nth-child(1) { z-index: 3; transform: rotate(-5deg); }
.awards-fan__card:nth-child(2) { z-index: 2; transform: translate(32px, 12px) rotate(3deg); }
.awards-fan__card:nth-child(3) { z-index: 1; transform: translate(58px, 24px) rotate(9deg); }
.awards-fan:hover .awards-fan__card:nth-child(1) { transform: translateX(-28px) rotate(-9deg); }
.awards-fan:hover .awards-fan__card:nth-child(2) { transform: translate(38px, -8px) rotate(0); }
.awards-fan:hover .awards-fan__card:nth-child(3) { transform: translate(100px, 14px) rotate(10deg); }
.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); }
.awards-fan__card span { position: absolute; top: 24px; right: 24px; color: #168f9f; font-size: 11px; }
.awards-fan__card strong { color: #293649; font: 500 clamp(34px, 4vw, 58px)/1 var(--serif); }
.awards-fan__card p { max-width: 20ch; margin: 12px 0 0; color: #7b848a; font-size: 13px; line-height: 1.5; }

.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; }

/* 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;
}

/* One deliberate discount hierarchy: value, benefit, tariff. */
.final-cta .final-cta__discount { grid-template-columns: auto minmax(280px, 430px); }
.final-cta .final-cta__inner { align-items: flex-start; text-align: left; }
.final-cta .final-cta__discount { justify-content: start; margin-right: 0; margin-left: 0; }
.final-cta .final-cta__discount span,
.final-cta .final-cta__text,
.final-cta .final-cta__trust,
.final-cta .final-cta__secondary { text-align: left; }
.final-cta .final-cta__discount span { display: flex; flex-direction: column; gap: 7px; }
.final-cta .final-cta__discount span b { font: 600 clamp(15px, 1.35vw, 19px)/1.35 var(--sans); letter-spacing: .06em; }
.final-cta .final-cta__discount span small { color: rgba(255,255,255,.72); font: 400 clamp(12px, 1vw, 14px)/1.45 var(--sans); letter-spacing: .04em; text-transform: none; }

@media (max-width: 760px) {
  .final-cta .final-cta__discount { grid-template-columns: 1fr; }
}
.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; }

@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: 360px; }
  .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 { width: calc(100% - 28px); padding-top: 96px; }
  .hero--tz .hero__title--tz { max-width: 100%; font-size: clamp(32px, 9.4vw, 43px) !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: 330px; }
  .awards-fan__card { min-height: 280px; padding: 22px; }
  .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: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) { 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: calc(100% - 24px); }
  .hero--tz .hero__title--tz { font-size: clamp(29px, 9.1vw, 32px) !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;
  }
}
