body.page--akce {
  --akce-dark: #0a1b12;
  --akce-deep: #05120b;
  --akce-panel: #0c2518;
  --akce-cream: #f5ecde;
  --akce-paper: #faf5ea;
  --akce-gold: #ebb667;
  --akce-copy: #575e57;
  --akce-muted: #bdc4b8;
  background: var(--akce-dark);
  color: var(--akce-cream);
  overflow-x: hidden;
}

body.page--akce .header__nav-link[aria-current="page"],
body.page--akce .footer__nav-link[aria-current="page"] {
  color: var(--akce-gold);
}

.akce-page {
  background: var(--akce-dark);
}

.akce-page__content {
  overflow: hidden;
}

.akce-page__content h1,
.akce-page__content h2,
.akce-page__content h3 {
  font-family: var(--font-title);
  font-weight: 500;
}

.akce-kicker,
.akce-eyebrow {
  color: var(--akce-gold);
  font-family: var(--font-text);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.akce-eyebrow {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 17px;
}

.akce-eyebrow > span {
  display: block;
  width: 92px;
  height: 1px;
  background: var(--akce-gold);
}

/* Hero */
.akce-hero {
  position: relative;
  min-height: 920px;
  padding-top: 192px;
  overflow: hidden;
  background: var(--akce-dark);
}

.akce-hero__word {
  position: absolute;
  top: 185px;
  left: max(30px, calc((100vw - 1740px) / 2 - 90px));
  color: rgba(255, 255, 255, .045);
  font-family: var(--font-decor);
  font-size: clamp(160px, 13vw, 252px);
  line-height: .9;
  pointer-events: none;
}

.akce-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(560px, .95fr);
  align-items: center;
  min-height: 728px;
}

.akce-hero__content {
  position: relative;
  z-index: 2;
  padding-left: 100px;
}

.akce-hero h1 {
  margin-top: 30px;
  color: var(--akce-cream);
  font-size: clamp(64px, 5vw, 84px);
  line-height: 1.05;
}

.akce-hero__lead {
  max-width: 700px;
  margin-top: 40px;
  color: #d1d1c7;
  font-family: var(--font-text);
  font-size: 24px;
  line-height: 1.58;
}

.akce-hero__actions {
  display: grid;
  grid-template-columns: minmax(0, max-content);
  justify-items: start;
  gap: 16px;
  margin-top: 58px;
}

.akce-hero__actions .link-arrow {
  flex-shrink: 0;
  white-space: nowrap;
}

.akce-hero__actions .link-arrow svg {
  flex-shrink: 0;
}

.akce-hero__meta {
  margin-top: 78px;
  color: var(--akce-gold);
  font-family: var(--font-text);
  font-size: 15px;
  font-weight: 300;
  opacity: .8;
}

.akce-hero__visual {
  position: relative;
  height: 700px;
}

.akce-orbit {
  position: absolute;
  border: 1px solid rgba(235, 182, 103, .42);
  border-radius: 50%;
}

.akce-orbit--outer {
  top: 10px;
  right: -35px;
  width: 690px;
  height: 690px;
}

.akce-orbit--inner {
  top: 90px;
  right: 45px;
  width: 530px;
  height: 530px;
  border-color: rgba(235, 182, 103, .22);
}

.akce-hero__main-photo {
  position: absolute;
  top: 45px;
  right: 15px;
  width: 520px;
  height: 520px;
  overflow: hidden;
  border: 2px solid #a37a42;
  border-radius: 50%;
}

.akce-hero__main-photo img,
.akce-hero__food-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.akce-hero__food-photo {
  position: absolute;
  bottom: 40px;
  left: -55px;
  width: 350px;
  height: 235px;
  overflow: hidden;
  border: 1px solid var(--akce-gold);
  border-radius: 18px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, .28);
}

.akce-hero__food-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, .45));
}

.akce-hero__visual > p {
  position: absolute;
  right: -12px;
  bottom: 55px;
  width: 310px;
  color: var(--akce-cream);
  font-family: var(--font-title);
  font-size: 28px;
  line-height: 1.3;
  text-align: center;
}

/* Featured offer */
.akce-featured {
  padding: var(--section-padding-y) 0;
  background: var(--akce-deep);
}

.akce-featured__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding-inline: 100px;
}

.akce-featured__heading {
  flex-shrink: 0;
  text-align: left;
}

.akce-featured__header h2 {
  margin-top: 16px;
  color: var(--akce-cream);
  font-size: clamp(52px, 4.2vw, 64px);
  line-height: 1.12;
}

.akce-featured__signature {
  flex-shrink: 0;
  align-self: center;
  width: clamp(320px, 43vw, 680px);
  aspect-ratio: 1400 / 414;
  margin-left: auto;
  /* Transparent brush lettering follows the site's original signature artwork. */
  background: url("../../images/a10/akce-na-zdravi-calligraphy-20260916.webp") center / contain no-repeat;
  opacity: .3;
  font-size: 0;
  line-height: 0;
  pointer-events: none;
  user-select: none;
}

.akce-featured__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(480px, 1fr);
  gap: 30px;
  align-items: stretch;
  margin-top: 60px;
}

.akce-featured__image {
  height: 720px;
}

.akce-featured__image {
  position: relative;
  overflow: hidden;
  border: 1px solid #8a6636;
  border-radius: 24px;
}

.akce-featured__image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, .46));
}

.akce-featured__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% 20%;
}

.akce-featured__image figcaption {
  position: absolute;
  bottom: 38px;
  left: 55px;
  z-index: 1;
  color: var(--akce-gold);
  font-family: var(--font-text);
  font-size: 13px;
  font-weight: 500;
}

.akce-featured__card {
  display: flex;
  flex-direction: column;
  align-self: center;
  height: auto;
  min-height: 0;
  padding: 56px 60px;
  border: 1px solid rgba(235, 182, 103, .34);
  border-radius: 18px;
  background: var(--akce-panel);
  box-shadow: 0 18px 36px rgba(0, 0, 0, .24);
}

.akce-featured__card h3 {
  margin-top: 18px;
  color: var(--akce-cream);
  font-size: 56px;
  line-height: 1.14;
}

.akce-featured__description {
  margin-top: 28px;
  color: #dee3d9;
  font-family: var(--font-text);
  font-size: 22px;
  line-height: 1.6;
}

.akce-featured__card .button--reservation {
  align-self: flex-start;
  min-width: 270px;
  margin-top: 28px;
}

body.page--akce.lang-ru .akce-featured__card {
  min-width: 0;
}

body.page--akce.lang-ru .akce-featured__card .button--reservation {
  width: fit-content;
  min-width: 0;
  max-width: 100%;
  padding-inline: 18px;
}

/* Offer grid */
.akce-offers {
  padding: var(--section-padding-y) 0;
  background: var(--akce-cream);
  color: var(--akce-dark);
}

.akce-offers__header,
.akce-week__header {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 80px;
  align-items: end;
  padding-inline: 100px;
}

.akce-offers__header h2,
.akce-week__header h2,
.akce-loyalty h2 {
  margin-top: 16px;
  font-size: clamp(52px, 4vw, 58px);
  line-height: 1.14;
}

.akce-offers__grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  grid-template-rows: minmax(290px, auto) minmax(300px, auto) minmax(340px, auto);
  margin-top: 36px;
  gap: 30px;
}

.akce-offer {
  position: relative;
  overflow: visible;
  border-radius: 18px;
  transition: opacity .25s ease, transform .25s ease;
}

.akce-offer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.akce-offer__shade {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .78));
}

.akce-offer__content {
  position: relative;
  min-width: 0;
  z-index: 1;
  padding: 42px 44px;
}

.akce-offer h3 {
  margin-top: 18px;
  font-size: 40px;
  line-height: 1.15;
}

.akce-offer p:not(.akce-kicker) {
  margin-top: 18px;
  font-family: var(--font-text);
  font-size: 16px;
  line-height: 1.55;
}

.akce-offer__bottom {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  margin-top: 28px;
}

.akce-offer__link {
  flex-shrink: 0;
  padding-inline: 0;
  color: var(--akce-gold);
  border-color: rgba(235, 182, 103, .7);
  white-space: nowrap;
}

.akce-offer__link svg {
  flex-shrink: 0;
}

.akce-offer--large {
  display: grid;
  grid-row: 1 / 3;
  color: var(--akce-cream);
  background: var(--akce-deep);
}

.akce-offer--large > img,
.akce-offer--large > video,
.akce-offer--wide > img {
  position: absolute;
  inset: 0;
  border-radius: inherit;
}

.akce-offer--large .akce-offer__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.akce-offer--large .akce-offer__shade {
  background: linear-gradient(180deg, rgba(0, 0, 0, .06) 15%, rgba(0, 0, 0, .32) 45%, rgba(0, 0, 0, .9) 100%);
}

.akce-offer--light {
  display: grid;
  grid-template-columns: minmax(0, 41fr) minmax(0, 59fr);
  border: 1px solid #c7ad85;
  background: var(--akce-paper);
}

.akce-offer--light > img {
  position: absolute;
  inset: 0 auto 0 0;
  width: 41%;
  border-radius: 17px 0 0 17px;
}

.akce-offer--light .akce-offer__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  grid-column: 2;
  padding: 34px 35px;
}

.akce-offer--light h3 {
  color: var(--akce-dark);
  font-size: 34px;
}

.akce-offer--light p:not(.akce-kicker) {
  color: var(--akce-copy);
  font-size: 16px;
}

.akce-offer--light .akce-offer__link {
  color: var(--akce-dark);
  border-color: rgba(5, 18, 11, .55);
}

.akce-offer--dark {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  border: 1px solid #5e4729;
  background: var(--akce-deep);
  color: var(--akce-cream);
}

.akce-offer--dark .akce-offer__content {
  position: relative;
  padding: 36px;
}

.akce-offer--dark > img {
  position: absolute;
  inset: 0 0 0 auto;
  width: 280px;
  border-radius: 0 17px 17px 0;
  object-position: 55% 50%;
}

.akce-offer--dark h3 {
  font-size: 34px;
}

.akce-offer--dark p:not(.akce-kicker) {
  color: #bfc7ba;
  font-size: 16px;
}

.akce-offer--dark .akce-offer__content > .button--reservation {
  align-self: flex-start;
  margin-top: 28px;
}

.akce-offer--wide {
  grid-column: 1 / 3;
  color: var(--akce-cream);
  background: var(--akce-deep);
}

.akce-offer--wide .akce-offer__shade {
  background: linear-gradient(90deg, rgba(0, 0, 0, .88) 0%, rgba(0, 0, 0, .48) 55%, rgba(0, 0, 0, .16));
}

.akce-offer--wide .akce-offer__content {
  width: 100%;
  padding: 44px;
}

.akce-offer--wide h3 {
  font-size: 44px;
}

.akce-offer--wide p:not(.akce-kicker) {
  max-width: 600px;
  color: var(--akce-cream);
  font-size: 17px;
  opacity: .9;
}

.akce-offer--wide .akce-offer__bottom {
  gap: 28px;
  margin-top: 28px;
}

.akce-offer--wide small {
  color: var(--akce-gold);
  font-family: var(--font-text);
  font-size: 14px;
}

.akce-offer--wide .button {
  flex-shrink: 0;
}

/* Weekly offers */
.akce-week {
  padding: var(--section-padding-y) 0;
  background: var(--akce-dark);
}

.akce-week__header h2 {
  color: var(--akce-cream);
}

.akce-week__card {
  display: grid;
  grid-template-columns: .9fr 1fr;
  min-height: 690px;
  overflow: visible;
  border: 1px solid #6b4f2b;
  border-radius: 18px;
  background: var(--akce-deep);
}

.akce-week__content {
  position: relative;
  min-width: 0;
  padding: 80px 70px 35px;
}

.akce-week__content h3 {
  position: relative;
  margin-top: 26px;
  color: var(--akce-cream);
  font-size: 50px;
}

.akce-week__content > p:not(.akce-kicker) {
  position: relative;
  max-width: 530px;
  margin-top: 28px;
  color: #bac2b5;
  font-family: var(--font-text);
  font-size: 18px;
  line-height: 1.65;
}

.akce-week__divider {
  width: min(460px, 100%);
  height: 1px;
  margin: 40px 0 26px;
  background: #735730;
}

.akce-week ol {
  display: grid;
  gap: 16px;
}

.akce-week li {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--akce-cream);
  font-family: var(--font-title);
  font-size: 16px;
}

.akce-week li span {
  color: var(--akce-gold);
  font-family: var(--font-decor);
  font-size: 28px;
}

.akce-week__content .button--reservation {
  align-self: flex-start;
  margin-top: 30px;
}

.akce-week__card figure {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  border-radius: 0 17px 17px 0;
}

.akce-week__card figure::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(5, 18, 11, .78), transparent 48%);
}

.akce-week__card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.akce-week__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 58%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.akce-week__video.is-ready {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .akce-week__video {
    transition: none;
  }
}

/* Loyalty */
.akce-loyalty {
  padding: var(--section-padding-y) 0;
  background: var(--akce-cream);
  color: var(--akce-dark);
}

.akce-loyalty__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 850px;
}

.akce-loyalty__content {
  padding-left: 70px;
}

.akce-loyalty__content > p:not(.akce-kicker) {
  max-width: 670px;
  margin-top: 35px;
  color: var(--akce-copy);
  font-family: var(--font-text);
  font-size: 19px;
  line-height: 1.65;
}

.akce-loyalty ol {
  max-width: 610px;
  margin-top: 52px;
}

.akce-loyalty li {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid #d1bfa1;
}

.akce-loyalty li > span {
  color: var(--akce-gold);
  font-family: var(--font-decor);
  font-size: 38px;
  line-height: 1;
}

.akce-loyalty li div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.akce-loyalty li strong {
  font-family: var(--font-title);
  font-size: 22px;
  font-weight: 500;
}

.akce-loyalty li small {
  color: var(--akce-copy);
  font-family: var(--font-text);
  font-size: 14px;
}

.akce-loyalty .button {
  margin-top: 42px;
}

.akce-loyalty .button svg {
  width: 24px;
  height: 24px;
}

.akce-loyalty__visual {
  position: relative;
  min-height: 800px;
}

.akce-loyalty__orbit {
  position: absolute;
  top: 0;
  right: 0;
  width: 650px;
  height: 650px;
  border: 1px solid rgba(235, 182, 103, .48);
  border-radius: 50%;
}

.akce-loyalty__orbit--inner {
  top: 80px;
  right: 80px;
  width: 490px;
  height: 490px;
  border-color: rgba(235, 182, 103, .24);
}

.akce-loyalty__phone {
  position: absolute;
  top: 80px;
  right: 140px;
  width: 313px;
  height: 640px;
  object-fit: contain;
  filter: drop-shadow(0 22px 34px rgba(0, 0, 0, .25));
}

.akce-loyalty__card {
  position: absolute;
  bottom: 70px;
  left: 25px;
  width: 430px;
  min-height: 220px;
  padding: 28px 30px;
  border: 1px solid var(--akce-gold);
  border-radius: 18px;
  background: var(--akce-deep);
  color: var(--akce-cream);
  box-shadow: 0 20px 35px rgba(0, 0, 0, .22);
}

.akce-loyalty__card p {
  color: var(--akce-gold);
  font-family: var(--font-text);
  font-size: 14px;
  font-weight: 500;
}

.akce-loyalty__card strong {
  display: block;
  margin-top: 14px;
  font-family: var(--font-title);
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2;
}

.akce-loyalty__card small {
  display: block;
  margin-top: 18px;
  color: #bdc4b8;
  font-family: var(--font-text);
  font-size: 14px;
}

/* Atmosphere statement */
.akce-statement {
  position: relative;
  min-height: 880px;
  overflow: hidden;
  background: var(--akce-deep);
}

.akce-statement > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 45%;
}

.akce-statement__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(5, 20, 13, .5), rgba(0, 0, 0, .62));
}

.akce-statement__content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 880px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.akce-statement .akce-eyebrow {
  align-self: flex-start;
  margin-left: 100px;
}

.akce-statement h2 {
  max-width: 1420px;
  margin-top: 70px;
  color: var(--akce-cream);
  font-size: 62px;
  line-height: 1.15;
}

.akce-statement__content > p:not(.akce-eyebrow) {
  max-width: 970px;
  margin-top: 68px;
  color: var(--akce-cream);
  font-family: var(--font-text);
  font-size: 20px;
  line-height: 1.6;
  opacity: .9;
}

.akce-statement strong {
  display: block;
  min-width: 400px;
  margin-top: 105px;
  padding-top: 22px;
  border-top: 1px solid var(--akce-gold);
  color: var(--akce-gold);
  font-family: var(--font-title);
  font-size: 26px;
  font-weight: 500;
}

/* Reveal */
.akce-page__content [data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .65s ease, transform .65s ease;
}

.akce-page__content [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .akce-page__content [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 1727px) {
  .akce-loyalty .button svg {
    width: 22px;
    height: 22px;
  }

  .akce-hero__content,
  .akce-featured__header,
  .akce-offers__header,
  .akce-week__header {
    padding-inline: 30px;
  }

.akce-featured__layout {
    grid-template-columns: 1.25fr .95fr;
  }

  .akce-featured__image {
    height: 620px;
  }

  .akce-featured__card {
    padding: 44px 42px;
  }

  .akce-featured__card h3 {
    font-size: 46px;
  }

  .akce-featured__description {
    font-size: 18px;
    line-height: 1.55;
  }

  .akce-offers__grid {
    grid-template-rows: minmax(280px, auto) minmax(290px, auto) minmax(340px, auto);
  }
}

@media (max-width: 1439px) {
  .akce-loyalty .button svg {
    width: 18px;
    height: 18px;
  }

  .akce-hero {
    min-height: 820px;
  }

  .akce-hero__inner {
    grid-template-columns: 1fr 520px;
    min-height: 628px;
  }

  .akce-hero__content {
    padding-left: 0;
  }

  .akce-hero h1 {
    font-size: 66px;
  }

  .akce-hero__lead {
    font-size: 20px;
  }

  .akce-hero__visual {
    height: 560px;
  }

  .akce-orbit--outer {
    width: 540px;
    height: 540px;
  }

  .akce-orbit--inner {
    width: 410px;
    height: 410px;
  }

  .akce-hero__main-photo {
    width: 410px;
    height: 410px;
  }

  .akce-hero__food-photo {
    width: 270px;
    height: 180px;
  }

  .akce-featured__header h2 {
    font-size: 52px;
  }

  .akce-featured__layout {
    grid-template-columns: 1.15fr .85fr;
    gap: 22px;
  }

  .akce-featured__image {
    height: 560px;
  }

  .akce-featured__card h3 {
    font-size: 40px;
    line-height: 1.1;
  }

  .akce-featured__description {
    margin-top: 20px;
    font-size: 16px;
  }

  .akce-featured__card .button--reservation {
    margin-top: 24px;
  }

  .akce-offers__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(270px, auto) minmax(280px, auto) minmax(320px, auto);
    gap: 20px;
  }

  .akce-offer__content {
    padding: 32px;
  }

  .akce-offer h3 {
    font-size: 34px;
  }

  .akce-offer--dark {
    grid-template-columns: minmax(0, 1fr) 220px;
  }

  .akce-offer--dark > img {
    width: 220px;
  }

.akce-week__card {
    grid-template-columns: 1fr 1fr;
  }

  .akce-week__content {
    padding: 70px 50px 30px;
  }

  .akce-loyalty__content {
    padding-left: 0;
  }

  .akce-loyalty__phone {
    right: 65px;
  }

  .akce-loyalty__card {
    left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .akce-featured__signature {
    width: clamp(210px, 25.5vw, 290px);
  }
}

@media (max-width: 1199px) {
  .akce-loyalty .button svg {
    width: 22px;
    height: 22px;
  }

  .akce-hero {
    min-height: auto;
    padding: 160px 0 80px;
  }

  .akce-hero__inner {
    display: flex;
    min-height: auto;
    flex-direction: column;
    gap: 55px;
  }

  .akce-hero__content {
    width: 100%;
  }

  .akce-hero__visual {
    width: min(650px, 100%);
    height: 580px;
  }

  .akce-hero__main-photo {
    right: 50px;
  }

  .akce-hero__food-photo {
    left: 10px;
  }

  .akce-featured,
  .akce-offers,
  .akce-week,
  .akce-loyalty {
    padding-block: 80px;
  }

  .akce-featured__layout {
    grid-template-columns: 1fr;
  }

  .akce-featured__image {
    height: auto;
    min-height: 560px;
  }

  .akce-offers__header,
  .akce-week__header {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .akce-offers__grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .akce-offer,
  .akce-offer--large,
  .akce-offer--wide {
    grid-column: auto;
    grid-row: auto;
    min-height: 420px;
  }

  .akce-offer--light,
  .akce-offer--dark {
    min-height: 320px;
  }

.akce-week__card {
    grid-template-columns: 1fr;
  }

  .akce-week__card figure {
    min-height: 420px;
    order: -1;
    border-radius: 17px 17px 0 0;
  }

  .akce-week__card figure::before {
    background: linear-gradient(180deg, transparent 55%, var(--akce-deep));
  }

  .akce-loyalty__inner {
    grid-template-columns: 1fr;
  }

  .akce-loyalty__visual {
    width: min(700px, 100%);
    margin-inline: auto;
  }

  .akce-statement h2 {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .akce-loyalty .button svg {
    width: 18px;
    height: 18px;
  }

  body.page--akce .header__nav-list {
    gap: 23px;
  }

  .akce-eyebrow {
    gap: 14px;
    font-size: 14px;
  }

  .akce-eyebrow > span {
    width: 48px;
  }

  .akce-hero {
    padding: 125px 0 55px;
  }

  .akce-hero__word {
    top: 125px;
    left: 5px;
    font-size: 120px;
  }

  .akce-hero h1 {
    margin-top: 22px;
    font-size: 50px;
  }

  .akce-hero__lead {
    margin-top: 24px;
    font-size: 17px;
    line-height: 1.55;
  }

  .akce-hero__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    margin-top: 32px;
  }

  .akce-hero__actions > .button--reservation {
    align-self: flex-start;
  }

  .akce-hero__meta {
    margin-top: 28px;
  }

  .akce-hero__visual {
    height: 390px;
  }

  .akce-orbit--outer {
    right: -15px;
    width: 360px;
    height: 360px;
  }

  .akce-orbit--inner {
    top: 50px;
    right: 25px;
    width: 280px;
    height: 280px;
  }

  .akce-hero__main-photo {
    top: 30px;
    right: 15px;
    width: 285px;
    height: 285px;
  }

  .akce-hero__food-photo {
    bottom: 15px;
    left: 0;
    width: 190px;
    height: 130px;
  }

  .akce-hero__visual > p {
    right: 0;
    bottom: 0;
    width: 190px;
    font-size: 18px;
  }

  .akce-featured,
  .akce-offers,
  .akce-week,
  .akce-loyalty {
    padding-block: 64px;
  }

  .akce-featured__header,
  .akce-offers__header,
  .akce-week__header {
    padding-inline: 0;
  }

  .akce-featured__header h2,
  .akce-offers__header h2,
  .akce-week__header h2,
  .akce-loyalty h2 {
    font-size: 42px;
  }

  .akce-featured__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .akce-featured__signature {
    order: -1;
    align-self: flex-end;
    width: clamp(230px, 75vw, 340px);
    opacity: .26;
  }

  .akce-featured__layout {
    margin-top: 34px;
  }

  .akce-featured__image {
    min-height: 380px;
  }

  .akce-featured__image figcaption {
    bottom: 22px;
    left: 22px;
    font-size: 12px;
  }

  .akce-featured__card {
    padding: 28px 24px;
  }

  .akce-featured__card h3 {
    font-size: 38px;
  }

  .akce-featured__description {
    font-size: 17px;
  }

  .akce-featured__card .button--reservation {
    width: auto;
    min-width: 0;
  }

  .akce-offer,
  .akce-offer--large,
  .akce-offer--wide {
    min-height: 440px;
  }

  .akce-offer--light {
    display: flex;
    min-height: auto;
    flex-direction: column;
  }

  .akce-offer--light > img {
    position: static;
    width: 100%;
    height: 250px;
    border-radius: 17px 17px 0 0;
  }

  .akce-offer--light .akce-offer__content {
    position: relative;
    left: auto;
    min-height: 0;
  }

  .akce-offer--dark {
    display: flex;
    min-height: auto;
    flex-direction: column-reverse;
  }

  .akce-offer--dark > img {
    position: static;
    width: 100%;
    height: 250px;
    border-radius: 17px 17px 0 0;
  }

  .akce-offer--dark .akce-offer__content {
    min-height: 310px;
  }

  .akce-offer--wide .akce-offer__content {
    padding: 36px 26px;
  }

  .akce-offer--wide h3 {
    font-size: 36px;
  }

  .akce-offer--wide .akce-offer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .akce-offer--wide .button {
    align-self: flex-start;
  }

.akce-week__content {
    padding: 65px 24px 30px;
  }

  .akce-week__content h3 {
    font-size: 40px;
  }

  .akce-week__divider {
    width: 100%;
  }

  .akce-loyalty__content {
    padding: 0;
  }

  .akce-loyalty__visual {
    min-height: 640px;
  }

  .akce-loyalty__orbit {
    right: -80px;
    width: 440px;
    height: 440px;
  }

  .akce-loyalty__orbit--inner {
    top: 55px;
    right: -25px;
    width: 330px;
    height: 330px;
  }

  .akce-loyalty__phone {
    top: 50px;
    right: 15px;
    width: 230px;
    height: 470px;
  }

  .akce-loyalty__card {
    bottom: 20px;
    left: 0;
    width: min(330px, 88vw);
    min-height: 180px;
  }

  .akce-loyalty__card strong {
    font-size: 28px;
  }

  .akce-statement,
  .akce-statement__content {
    min-height: 680px;
  }

  .akce-statement .akce-eyebrow {
    align-self: center;
    margin-left: 0;
  }

  .akce-statement h2 {
    margin-top: 45px;
    font-size: 38px;
  }

  .akce-statement__content > p:not(.akce-eyebrow) {
    margin-top: 42px;
    font-size: 17px;
  }

  .akce-statement strong {
    width: 100%;
    min-width: 0;
    margin-top: 70px;
    font-size: 22px;
  }
}

@media (max-width: 479px) {
  .akce-hero__visual {
    height: 330px;
  }

  .akce-orbit--outer {
    width: 310px;
    height: 310px;
  }

  .akce-orbit--inner {
    width: 240px;
    height: 240px;
  }

  .akce-hero__main-photo {
    width: 245px;
    height: 245px;
  }

  .akce-hero__food-photo {
    width: 165px;
    height: 110px;
  }

  .akce-featured__card h3 {
    font-size: 34px;
  }

  .akce-offer__content {
    padding: 28px 22px;
  }

  .akce-offer h3 {
    font-size: 32px;
  }

  .akce-week__card figure {
    min-height: 310px;
  }

  .akce-loyalty__visual {
    min-height: 560px;
  }

  .akce-loyalty__phone {
    width: 200px;
    height: 410px;
  }
}

/* Keep the existing cards readable between the phone and full desktop layouts. */
@media (min-width: 768px) and (max-width: 1439px) {
  .akce-offers > .container,
  .akce-week > .container {
    max-width: 1440px;
  }

  .akce-offer--light {
    grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  }

  .akce-offer--light > img {
    width: 40%;
  }

  .akce-offer--dark {
    grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  }

  .akce-offer--dark > img {
    width: 40%;
  }

  .akce-offer--light .akce-offer__content,
  .akce-offer--dark .akce-offer__content {
    padding: clamp(20px, calc(20px + (100vw - 1024px) * .03), 32px);
  }

  .akce-offer__bottom {
    flex-wrap: wrap;
  }

  .akce-week__header {
    gap: 32px;
  }

  .akce-week__card {
    /* Ease the wider tablet copy column into the existing desktop .9:1 ratio. */
    grid-template-columns: minmax(0, calc(47.37% + clamp(0px, calc((1440px - 100vw) * .23), 10.13%))) minmax(0, 1fr);
  }

  .akce-week__content {
    padding: 70px clamp(28px, 3vw, 44px) 32px;
  }

  .akce-week__card figure {
    order: 0;
    min-width: 0;
    min-height: 0;
    border-radius: 0 17px 17px 0;
  }

  .akce-week__card figure::before {
    background: linear-gradient(90deg, rgba(5, 18, 11, .78), transparent 48%);
  }

  .akce-week__card figure img {
    position: absolute;
    inset: 0;
  }
}



@media (min-width: 912px) and (max-width: 1439px) {
  .akce-week__header {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  body.page--akce .header__logo {
    width: 200px;
    height: auto;
  }

  body.page--akce .header__nav-list {
    gap: 16px;
  }

  body.page--akce .header__nav-link {
    font-size: 15px;
  }

  body.page--akce .header__actions {
    padding-left: 18px;
  }

  body.page--akce .header__actions .button {
    padding-inline: 16px;
    font-size: 15px;
  }
}

/* Calligraphy and inline video belong only to the current offers section. */
.akce-offers__header {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 48px;
  padding-inline: 0;
}

.akce-offers__calligraphy {
  width: min(100%, 660px);
  aspect-ratio: 2 / 1;
  justify-self: end;
  overflow: hidden;
  mix-blend-mode: multiply;
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent), linear-gradient(transparent, #000 6%, #000 94%, transparent);
  mask-composite: intersect;
}

.akce-offers__calligraphy img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  filter: brightness(1.14);
}

.akce-offer__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 58%;
  opacity: 0;
  transition: opacity 180ms ease;
}

.akce-offer--large .akce-offer__poster {
  object-position: 50% 58%;
}

.akce-offer__video.is-ready {
  opacity: 1;
}

.akce-offer--light .akce-offer__bottom {
  margin-top: 24px;
}

@media (max-width: 1023px) {
  .akce-offers__header {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .akce-offers__calligraphy {
    width: min(100%, 520px);
    justify-self: center;
  }

  .akce-offer--large {
    min-height: 520px;
  }

  .akce-offer--wide {
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .akce-offers__header {
    gap: 20px;
  }

  .akce-offers__grid {
    margin-top: 28px;
  }

  .akce-offer--light .akce-offer__content {
    padding: 28px 26px;
  }

  .akce-offer--wide .akce-offer__bottom {
    gap: 18px;
    margin-top: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .akce-offer__video {
    transition: none;
  }
}

/* Offers: quieter copy, a less cropped portrait film and a shared-table photograph. */
.akce-offer--large,
.akce-offer--wide {
  overflow: hidden;
}

.akce-offer--large > .akce-offer__video,
.akce-offer--large > .akce-offer__poster {
  inset: 0 0 auto auto;
  width: auto;
  min-width: 58%;
  max-width: 100%;
  height: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 0;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 18%);
  mask-image: linear-gradient(90deg, transparent, #000 18%);
}

.akce-offer--large .akce-offer__shade {
  background:
    linear-gradient(90deg, #05120b 0%, rgba(5, 18, 11, .96) 30%, rgba(5, 18, 11, .6) 48%, rgba(5, 18, 11, .08) 76%, transparent),
    linear-gradient(180deg, rgba(5, 18, 11, .05) 20%, rgba(5, 18, 11, .15) 55%, rgba(5, 18, 11, .88) 100%);
}

.akce-offer--large .akce-offer__content > p:not(.akce-kicker) {
  margin-top: 24px;
}

.akce-offer--large .akce-offer__bottom {
  margin-top: 32px;
}

.akce-offer--dark .akce-offer__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 0;
}

.akce-offer--dark h3 {
  margin-top: 16px;
}

.akce-offer--dark .akce-offer__content > .button--reservation {
  margin-top: 24px;
}

.akce-offer--wide > img {
  inset: 0 0 0 auto;
  width: min(56%, 740px);
  height: 100%;
  object-fit: cover;
  object-position: 50% 68%;
  border-radius: 0;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 18%);
  mask-image: linear-gradient(90deg, transparent, #000 18%);
}

.akce-offer--wide .akce-offer__shade {
  background: linear-gradient(90deg, #05120b 0%, #05120b 40%, rgba(5, 18, 11, .94) 45%, rgba(5, 18, 11, .55) 53%, rgba(5, 18, 11, .12) 65%, transparent 80%);
}

.akce-offer--wide .akce-offer__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 55%;
  max-width: 690px;
  height: 100%;
  padding: 38px 44px;
}

.akce-offer--wide h3 {
  margin-top: 16px;
}

.akce-offer--wide .akce-offer__bottom {
  justify-content: flex-start;
  margin-top: 24px;
  gap: 0;
}

@media (min-width: 768px) and (max-width: 1439px) {
  .akce-offer--wide .akce-offer__content {
    padding: 32px;
  }
}

@media (max-width: 767px) {
  .akce-offer--large > .akce-offer__video,
  .akce-offer--large > .akce-offer__poster {
    min-width: 0;
    height: 78%;
  }

  .akce-offer--large .akce-offer__shade {
    background:
      linear-gradient(90deg, #05120b, rgba(5, 18, 11, .65) 35%, transparent 76%),
      linear-gradient(180deg, transparent 32%, rgba(5, 18, 11, .16) 44%, rgba(5, 18, 11, .85) 65%, #05120b 78%);
  }

  .akce-offer--large .akce-offer__content > p:not(.akce-kicker) {
    margin-top: 22px;
  }

  .akce-offer--large .akce-offer__bottom {
    margin-top: 28px;
  }

  .akce-offer--wide > img {
    width: 100%;
    height: auto;
    aspect-ratio: 1600 / 1066;
    object-position: center;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .akce-offer--wide .akce-offer__shade {
    background: linear-gradient(180deg, transparent 0%, transparent calc((100vw - 30px) * .66625 - 100px), #05120b calc((100vw - 30px) * .66625));
  }

  .akce-offer--wide .akce-offer__content {
    width: 100%;
    max-width: none;
    height: auto;
    padding: calc((100vw - 30px) * .66625 - 12px) 26px 32px;
  }
}

/* One lunch offer for the working week; no day tabs or decorative numbering. */
.akce-week__header {
  display: block;
  padding-inline: 0;
  margin-bottom: 36px;
}

.akce-week__card {
  min-height: 600px;
  overflow: hidden;
}

.akce-week__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px clamp(28px, 3.5vw, 66px);
}

.akce-week__content h3 {
  margin-top: 18px;
}

.akce-week__content > p:not(.akce-kicker) {
  margin-top: 20px;
}

.akce-week__divider {
  margin: 26px 0 22px;
}

.akce-week ol {
  gap: 12px;
}

.akce-week__content .button--reservation {
  margin-top: 28px;
}

.akce-week__card figure {
  min-height: 0;
}

.akce-week__card figure img,
.akce-week__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 68%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .akce-week__content {
    padding: 36px 28px;
  }

  .akce-week__content h3 {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .akce-week__header {
    margin-bottom: 28px;
  }

  .akce-week__card {
    min-height: 0;
  }

  .akce-week__content {
    padding: 24px 24px 32px;
  }

  .akce-week__card figure {
    height: clamp(340px, 100vw, 460px);
  }

  .akce-week__card figure img,
  .akce-week__video {
    object-position: 50% 67%;
  }
}
