:root {
  --zyd-bg: #050505;
  --zyd-text: #f5f1eb;
  --zyd-accent: #eb5f17;
  --zyd-radius: 2rem;
  --zyd-z-bg: 0;
  --zyd-z-content: 2;
  --zyd-z-card: 3;
  --zyd-z-header: 10;
  --zyd-z-overlay: 20;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #000;
}

body {
  margin: 0;
  min-width: 320px;
  background: #000;
  color: var(--zyd-text);
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.zyd-skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 999;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: var(--zyd-accent);
  color: #fff;
}

.zyd-skip-link:focus {
  top: 1rem;
}

.zyd-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.zyd-page {
  width: 100%;
}

.zyd-slice {
  position: relative;
  width: min(100vw, 1920px);
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  isolation: isolate;
}

.zyd-slice::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: var(--zyd-z-bg);
  pointer-events: none;
}

.zyd-slice--hero::before {
  inset: 0 0 auto;
  height: 16%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.62) 42%, rgba(0, 0, 0, 0) 100%);
}

.zyd-slice--hero::after {
  display: none;
}

.zyd-slice--hero {
  background-image: url("images/pdf-v2/hero-desktop-v4.png");
  aspect-ratio: 1920 / 1185;
}

.zyd-slice--metrics {
  background-image: url("images/pdf-v2/metrics-desktop.png");
  aspect-ratio: 1920 / 620;
}

.zyd-slice--repertoire {
  background-image: url("images/pdf-v2/repertoire-desktop.png");
  aspect-ratio: 1920 / 900;
}

.zyd-slice--products {
  background-image: url("images/pdf-v2/products-desktop.png");
  aspect-ratio: 1920 / 950;
}

.zyd-slice--band {
  background-image: url("images/pdf-v2/band-desktop.png");
  aspect-ratio: 1920 / 2040;
}

.zyd-slice--closing {
  background-image: url("images/pdf-v2/closing-desktop.png");
  aspect-ratio: 1920 / 1764;
}

.zyd-desktop-hotspots,
.zyd-header {
  position: relative;
  z-index: var(--zyd-z-overlay);
}

.zyd-hotspot {
  position: absolute;
  z-index: var(--zyd-z-overlay);
  display: block;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.001);
}

.zyd-hotspot:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.95);
  outline-offset: 3px;
  background: rgba(255, 255, 255, 0.1);
}

.zyd-hero-cleanup,
.zyd-hero-copy {
  position: absolute;
  z-index: var(--zyd-z-overlay);
}

.zyd-hero-cleanup {
  display: none;
  pointer-events: none;
}

.zyd-hero-copy {
  left: 50%;
  bottom: 15.1%;
  width: min(24rem, 24%);
  display: block;
  transform: translateX(-50%);
}

.zyd-hero-copy p {
  display: none;
}

.zyd-hero-release {
  width: 100%;
  min-width: 0;
  padding: 0.7rem 1rem 0.72rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #f26512;
  color: #fff7ef;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  text-align: center;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
}

.zyd-hero-release:hover,
.zyd-hero-release:focus-visible {
  background: #ff741e;
  outline: 2px solid rgba(255, 255, 255, 0.92);
  outline-offset: 3px;
}

.zyd-hotspot--setlist {
  left: 6.6%;
  top: 76.8%;
  width: 21.5%;
  height: 5.7%;
}

.zyd-hotspot--products-cta {
  left: 26%;
  top: 77.2%;
  width: 48%;
  height: 7.2%;
}

.zyd-hotspot--about-band {
  left: 31%;
  top: 45%;
  width: 38%;
  height: 43%;
}

.zyd-hotspot--mail {
  left: 0;
  right: 0;
  bottom: 0;
  height: 36%;
  border-radius: 0;
}

.zyd-header {
  position: fixed;
  top: 0;
  left: 50%;
  width: min(100%, 1920px);
  transform: translateX(-50%);
  z-index: calc(var(--zyd-z-header) + 5);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: start;
  gap: clamp(1rem, 2.4vw, 3rem);
  min-height: clamp(10.5rem, 14vw, 16.9rem);
  padding: clamp(0.75rem, 1.8vw, 2.2rem) clamp(2rem, 10.7vw, 12.8rem) 0.7rem;
  background: transparent;
  transition: min-height 260ms ease, padding 260ms ease, background-color 260ms ease, backdrop-filter 260ms ease;
}

.zyd-header.is-scrolled {
  align-items: center;
  min-height: 5.2rem;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(8px);
}

.zyd-header__brand {
  display: inline-flex;
  align-items: center;
  justify-self: center;
  transform: translateY(-1.05rem);
  transition: transform 260ms ease;
}

.zyd-header.is-scrolled .zyd-header__brand {
  transform: none;
}

.zyd-header__logo-wrap {
  position: relative;
  width: clamp(124px, 12vw, 190px);
  height: clamp(94px, 9.1vw, 144px);
  display: inline-block;
  transition: width 260ms ease, height 260ms ease;
}

.zyd-header.is-scrolled .zyd-header__logo-wrap {
  width: 64px;
  height: 48px;
}

.zyd-header__logo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.zyd-header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.95rem;
  color: rgba(255, 255, 255, 0.8);
  padding-top: clamp(2.1rem, 3vw, 3.6rem);
  font-size: clamp(0.78rem, 1.1vw, 1.18rem);
  letter-spacing: 0.38em;
  text-transform: uppercase;
  transition: padding 260ms ease, font-size 260ms ease;
}

.zyd-header.is-scrolled .zyd-header__nav {
  padding-top: 0;
  align-self: center;
  font-size: 0.78rem;
}

.zyd-header__nav--left {
  justify-self: end;
  margin-right: clamp(1rem, 2.6vw, 3.2rem);
}

.zyd-header__nav--right {
  justify-self: start;
  margin-left: clamp(1rem, 2.6vw, 3.2rem);
}

.zyd-header__nav span {
  color: rgba(255, 255, 255, 0.42);
}

.zyd-header__socials {
  display: none;
  align-items: center;
  gap: 1.15rem;
}

.zyd-header__socials a {
  width: 1.12rem;
  height: 1.12rem;
  color: var(--zyd-accent);
}

.zyd-header__socials svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.zyd-header__toggle {
  display: inline-grid;
  gap: 0.28rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  display: none;
}

.zyd-header__toggle span:not(.zyd-sr-only) {
  width: 1.6rem;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.zyd-header__mobile-menu {
  display: none;
}

.zyd-mobile-panel {
  display: none;
}

.zyd-mobile-hero-title {
  display: none;
}

.zyd-mobile-readout {
  display: none;
}

.zyd-footer {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  padding: 1.15rem 1.25rem 1.4rem;
  background: #eb5f17;
}

.zyd-footer__link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: #0d0d0d;
  font-size: 0.98rem;
  font-weight: 600;
}

.zyd-footer__link svg {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

.zyd-footer-desktop-contacts {
  position: absolute;
  right: 11.5%;
  bottom: 7.9%;
  z-index: var(--zyd-z-overlay);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.55rem 1.05rem;
  color: #111;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.zyd-footer-desktop-contacts a {
  display: inline-flex;
  align-items: center;
  gap: 0.32rem;
  white-space: nowrap;
}

.zyd-footer-desktop-contacts svg {
  width: 0.78rem;
  height: 0.78rem;
  flex: 0 0 auto;
  fill: currentColor;
}

.zyd-footer-social-hotspots {
  position: absolute;
  inset: 0;
  z-index: calc(var(--zyd-z-overlay) + 1);
  pointer-events: none;
}

.zyd-footer-social-hotspot {
  position: absolute;
  top: 96.97%;
  width: 3.9%;
  height: 3.3%;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.001);
  pointer-events: auto;
}

.zyd-footer-social-hotspot:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.95);
  outline-offset: 4px;
  background: rgba(255, 255, 255, 0.08);
}

.zyd-footer-social-hotspot--facebook {
  left: 10.57%;
}

.zyd-footer-social-hotspot--instagram {
  left: 15.68%;
}

.zyd-footer-social-hotspot--whatsapp {
  left: 20.83%;
}

.zyd-footer-social-hotspot--youtube {
  left: 25.94%;
  width: 4.5%;
}

.zyd-whatsapp-float {
  position: fixed;
  right: 1.35rem;
  bottom: 1.35rem;
  z-index: 80;
  min-height: 3.25rem;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.82rem 1.1rem;
  border-radius: 999px;
  background: #25d366;
  color: #06140a;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.36);
}

.zyd-whatsapp-float svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: currentColor;
}

.zyd-whatsapp-float:hover,
.zyd-whatsapp-float:focus-visible {
  transform: translateY(-2px);
  outline: 2px solid rgba(255, 255, 255, 0.9);
  outline-offset: 3px;
}

@media (max-width: 900px) {
  .zyd-desktop-hotspots {
    display: none;
  }

  .zyd-slice--repertoire,
  .zyd-slice--metrics,
  .zyd-slice--products,
  .zyd-slice--band,
  .zyd-slice--closing {
    display: none;
  }

  .zyd-slice--hero::before {
    inset: 0;
    height: auto;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.76) 13%, rgba(0, 0, 0, 0.12) 30%, rgba(0, 0, 0, 0.72) 46%, #000 58%, #000 100%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.28));
  }

  .zyd-slice--hero::after {
    display: none;
  }

  .zyd-slice--hero {
    aspect-ratio: auto;
    min-height: 680px;
    height: clamp(680px, 86svh, 720px);
    max-height: 720px;
    background-color: #000;
    background-image: url("images/hero-mobile.png");
    background-size: 100% auto;
    background-position: center 4.35rem;
    background-repeat: no-repeat;
  }

  .zyd-header {
    top: 0;
    left: 0;
    width: 100%;
    transform: none;
    grid-template-columns: auto auto;
    justify-content: space-between;
    gap: 1rem;
    min-height: 0;
    padding: 0.75rem 1rem 0.6rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.44), rgba(0, 0, 0, 0));
    backdrop-filter: none;
  }

  .zyd-header.is-scrolled {
    min-height: 0;
    padding: 0.75rem 1rem 0.6rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.44), rgba(0, 0, 0, 0));
    backdrop-filter: none;
  }

  .zyd-header__nav,
  .zyd-header__socials {
    display: none;
  }

  .zyd-header__brand {
    transform: none;
  }

  .zyd-header__logo-wrap {
    width: 56px;
    height: 42px;
  }

  .zyd-header.is-scrolled .zyd-header__logo-wrap {
    width: 56px;
    height: 42px;
  }

  .zyd-header__logo-wrap img {
    height: 100%;
  }

  .zyd-header__toggle {
    display: inline-grid;
  }

  .zyd-header__mobile-menu {
    grid-column: 1 / -1;
    display: none;
    gap: 0.8rem;
    padding-top: 0.4rem;
  }

  .zyd-header.is-open .zyd-header__mobile-menu {
    display: grid;
  }

  .zyd-header__mobile-menu a {
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.82rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  .zyd-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.95rem;
    padding: 1rem 1rem 1.2rem;
  }

  .zyd-footer__link {
    font-size: 0.92rem;
  }

  .zyd-footer-desktop-contacts {
    display: none;
  }

  .zyd-whatsapp-float {
    right: 1rem;
    bottom: 1rem;
    width: 3.15rem;
    min-height: 3.15rem;
    justify-content: center;
    padding: 0;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.42);
  }

  .zyd-whatsapp-float span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .zyd-whatsapp-float svg {
    width: 1.35rem;
    height: 1.35rem;
  }

  .zyd-mobile-panel {
    position: absolute;
    z-index: calc(var(--zyd-z-overlay) - 1);
    display: block;
  }

  .zyd-hero-cleanup {
    display: block;
    left: 0;
    right: 0;
    top: 330px;
    bottom: 0;
    width: auto;
    height: auto;
    border-radius: 0;
    filter: none;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0), #000 17%, #000 100%),
      #000;
    box-shadow: none;
  }

  .zyd-hero-copy {
    left: 2rem;
    right: 2rem;
    top: 380px;
    bottom: auto;
    width: auto;
    display: grid;
    gap: 1rem;
    transform: none;
  }

  .zyd-mobile-hero-title {
    display: grid;
    gap: 0.35rem;
  }

  .zyd-mobile-hero-title img {
    width: 74px;
    height: auto;
  }

  .zyd-mobile-hero-title span {
    color: #fff;
    font-size: 1.02rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
  }

  .zyd-hero-copy p {
    display: block;
    margin: 0;
    color: rgba(255, 255, 255, 0.96);
    font-size: 1.04rem;
    line-height: 1.28;
  }

  .zyd-hero-release {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    padding: 0.95rem 1rem;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.32);
  }

  .zyd-mobile-panel--metrics {
    left: 6%;
    right: 6%;
    top: 14%;
    padding: 1rem;
    border-radius: 1.35rem;
    background: rgba(8, 8, 8, 0.64);
    backdrop-filter: blur(5px);
  }

  .zyd-mobile-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.85rem;
  }

  .zyd-mobile-stats article {
    padding: 0.9rem 0.8rem;
    border-radius: 1.1rem;
    background: rgba(17, 17, 17, 0.74);
    backdrop-filter: blur(4px);
  }

  .zyd-mobile-stats strong {
    display: block;
    color: var(--zyd-accent);
    font-size: 2rem;
    line-height: 1;
  }

  .zyd-mobile-stats span {
    display: block;
    margin-top: 0.4rem;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.78rem;
    line-height: 1.18;
  }

  .zyd-mobile-stats__festival {
    margin: 0.95rem 0 0;
    padding: 0.75rem 0.85rem 0.8rem;
    border-radius: 1rem;
    background: rgba(12, 12, 12, 0.84);
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.82);
  }

  .zyd-mobile-stats__festival span {
    display: block;
    margin-top: 0.2rem;
    color: var(--zyd-accent);
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
  }

  .zyd-mobile-panel--repertoire {
    display: none;
  }

  .zyd-mobile-panel--repertoire h2,
  .zyd-mobile-panel--products h2,
  .zyd-mobile-panel--band h2 {
    margin: 0 0 0.9rem;
    color: #fff;
    font-size: 1.12rem;
    line-height: 1.16;
  }

  .zyd-mobile-repertoire-grid,
  .zyd-mobile-product-list,
  .zyd-mobile-band-members {
    display: grid;
    gap: 0.85rem;
  }

  .zyd-mobile-repertoire-grid article,
  .zyd-mobile-band-members article {
    padding: 0.9rem 0.85rem;
    border-radius: 1rem;
    background: rgba(12, 12, 12, 0.74);
    backdrop-filter: blur(4px);
  }

  .zyd-mobile-repertoire-grid h3 {
    margin: 0 0 0.4rem;
    color: var(--zyd-accent);
    font-size: 0.86rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }

  .zyd-mobile-repertoire-grid p,
  .zyd-mobile-band-members span {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.8rem;
    line-height: 1.22;
  }

  .zyd-mobile-panel--products {
    display: none;
  }

  .zyd-mobile-product-card {
    padding: 1rem 1rem 1.05rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.96);
    color: #222;
  }

  .zyd-mobile-product-card h3 {
    margin: 0 0 0.45rem;
    color: var(--zyd-accent);
    font-size: 1.08rem;
    line-height: 1.05;
    text-transform: uppercase;
  }

  .zyd-mobile-product-card p {
    margin: 0;
    color: #444;
    font-size: 0.82rem;
    line-height: 1.2;
  }

  .zyd-mobile-panel--band {
    display: none;
  }

  .zyd-mobile-band-members article {
    padding: 0.7rem 0.8rem;
  }

  .zyd-mobile-band-members strong {
    display: block;
    color: var(--zyd-accent);
    font-size: 0.84rem;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .zyd-footer {
    display: flex;
  }

  .zyd-mobile-readout {
    display: grid;
    gap: 1.05rem;
    padding: 1.15rem 1rem 0.6rem;
    background: #050505;
  }

  .zyd-mobile-readout__block {
    padding: 1.2rem 1rem;
    border-radius: 1rem;
    background: linear-gradient(180deg, rgba(20, 20, 20, 0.98), rgba(8, 8, 8, 0.98));
    box-shadow: 0 18px 32px rgba(0, 0, 0, 0.24);
  }

  .zyd-mobile-readout__block--stats {
    padding: 1rem;
  }

  .zyd-mobile-readout__stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem;
    margin-bottom: 0.9rem;
  }

  .zyd-mobile-readout__stats article {
    min-height: 112px;
    padding: 0.95rem;
    border-radius: 0.9rem;
    background: rgba(255, 255, 255, 0.045);
    display: grid;
    align-content: center;
  }

  .zyd-mobile-readout__stats strong {
    color: var(--zyd-accent);
    font-size: 2.55rem;
    line-height: 1;
  }

  .zyd-mobile-readout__stats span {
    margin-top: 0.55rem;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.95rem;
    line-height: 1.2;
  }

  .zyd-mobile-readout__block--stats > p {
    margin: 0;
    padding: 0.95rem;
    border-radius: 0.9rem;
    background: rgba(235, 95, 23, 0.12);
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.98rem;
  }

  .zyd-mobile-readout__block--stats > p span {
    display: block;
    margin-top: 0.15rem;
    color: var(--zyd-accent);
    font-size: 1.45rem;
    font-weight: 800;
    line-height: 1.05;
    text-transform: uppercase;
  }

  .zyd-mobile-readout__block h2 {
    margin: 0 0 0.95rem;
    color: #fff;
    font-size: 1.28rem;
    line-height: 1.15;
  }

  .zyd-mobile-readout__cards,
  .zyd-mobile-readout__products,
  .zyd-mobile-readout__members {
    display: grid;
    gap: 0.85rem;
  }

  .zyd-mobile-readout__cards article,
  .zyd-mobile-readout__members article {
    padding: 1rem;
    border-radius: 0.9rem;
    background: rgba(255, 255, 255, 0.04);
  }

  .zyd-mobile-readout__members article {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
  }

  .zyd-mobile-readout__cards h3,
  .zyd-mobile-readout__products h3,
  .zyd-mobile-readout__members strong {
    margin: 0 0 0.35rem;
    color: var(--zyd-accent);
    font-size: 1.02rem;
    line-height: 1.08;
    text-transform: uppercase;
  }

  .zyd-mobile-readout__cards p,
  .zyd-mobile-readout__products p,
  .zyd-mobile-readout__members span {
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 1rem;
    line-height: 1.32;
  }

  .zyd-mobile-readout__members span {
    text-align: right;
  }

  .zyd-mobile-readout__products article {
    padding: 1.05rem;
    border-radius: 0.9rem;
    background: rgba(255, 255, 255, 0.97);
  }

  .zyd-mobile-readout__products p {
    color: #393939;
  }

  .zyd-mobile-readout__block--closing {
    background:
      linear-gradient(145deg, rgba(235, 95, 23, 0.18), rgba(6, 6, 6, 0.98) 44%),
      #090909;
  }

  .zyd-mobile-readout__block--closing p {
    margin: 0 0 1rem;
    color: var(--zyd-accent);
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .zyd-mobile-readout__actions {
    display: grid;
    gap: 0.75rem;
  }

  .zyd-mobile-readout__button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 1rem;
    border-radius: 999px;
    background: var(--zyd-accent);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-align: center;
    text-transform: uppercase;
  }

  .zyd-mobile-readout__button--ghost {
    background: rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
  }
}

@media (min-width: 901px) {
  .zyd-footer {
    display: none;
  }

  .zyd-hero-release {
    font-weight: 500;
    letter-spacing: 0.26em;
  }
}

@media (min-width: 901px) and (max-height: 820px) {
  .zyd-whatsapp-float {
    right: 1rem;
    bottom: 1rem;
    width: 3.15rem;
    min-height: 3.15rem;
    justify-content: center;
    padding: 0;
  }

  .zyd-whatsapp-float span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
