/* Korekty układu v13 — pełna szerokość bez poziomego przewijania. */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body > main {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

.site-header,
.hero,
.hero-slides,
.hero-shade,
.hero-grain {
  max-width: 100%;
}

.hero .page-shell {
  width: min(1240px, calc(100% - 64px));
  max-width: calc(100% - 64px);
}

/* Karta Booksy znajduje się nad paskiem cookies. */
.hero-card {
  bottom: 180px;
}

/* Oryginalny biały znak ANN.REAL na firmowej zieleni. */
.brand-kicker {
  background: var(--brand-green);
  border: 1px solid rgba(169, 124, 63, 0.32);
  isolation: isolate;
}

.brand-kicker img {
  mix-blend-mode: screen;
}

.contact .display-heading em {
  display: inline-block;
  max-width: 100%;
  font-size: 0.58em;
  line-height: 1.15;
}

@media (max-width: 980px) {
  .hero .page-shell {
    width: min(760px, calc(100% - 40px));
    max-width: calc(100% - 40px);
  }
}

@media (max-width: 640px) {
  .hero .page-shell {
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
  }

  .contact .display-heading em {
    font-size: 0.48em;
    line-height: 1.25;
  }
}
