/* AA Landing 9.7.1 — Hero Attention Sequence */

.aail-site .aail-hero-collage [data-aail-hero-card],
.aail-fragment .aail-hero-collage [data-aail-hero-card] {
  --aail-hero-card-lift: 0px;
  --aail-hero-card-scale: 1;
  --aail-hero-card-uncurl: 0deg;
  --aail-hero-overlay-opacity: 0;
  --aail-hero-card-presence: 1;
  cursor: pointer;
  touch-action: manipulation;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  container-type: inline-size;
  transform: translate3d(0, var(--aail-parallax-y, 0px), 0) rotate(var(--aail-rotate, 0deg));
  opacity: var(--aail-hero-card-presence);
  filter: none;
  transition: opacity .28s cubic-bezier(.16, 1, .3, 1);
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* Quiet hierarchy: the existing collage geometry stays untouched, but the
   smaller peripheral cards sit a fraction farther back until selected. */
.aail-site .aail-hero-collage [data-aail-hero-card].p3,
.aail-site .aail-hero-collage [data-aail-hero-card].p4,
.aail-fragment .aail-hero-collage [data-aail-hero-card].p3,
.aail-fragment .aail-hero-collage [data-aail-hero-card].p4 {
  --aail-hero-card-presence: .97;
}

.aail-site .aail-hero-collage [data-aail-hero-card].p6,
.aail-site .aail-hero-collage [data-aail-hero-card].p7,
.aail-site .aail-hero-collage [data-aail-hero-card].p8,
.aail-fragment .aail-hero-collage [data-aail-hero-card].p6,
.aail-fragment .aail-hero-collage [data-aail-hero-card].p7,
.aail-fragment .aail-hero-collage [data-aail-hero-card].p8 {
  --aail-hero-card-presence: .92;
}

/* The outer figure keeps its absolute collage position and parallax. Only the
   physical card surface rises and counter-rotates, preserving the 9.6.16 hop. */
.aail-site .aail-hero-collage [data-aail-hero-card] .aail-polaroid-inner,
.aail-fragment .aail-hero-collage [data-aail-hero-card] .aail-polaroid-inner {
  position: relative;
  overflow: hidden;
  transform-origin: center;
  will-change: auto;
  transform: translate3d(0, var(--aail-hero-card-lift), 0) scale(var(--aail-hero-card-scale)) rotate(var(--aail-hero-card-uncurl));
  border-color: rgba(255,255,255,.96);
  box-shadow: 0 22px 60px rgba(25, 22, 17, .11);
  transition:
    transform .28s cubic-bezier(.18, 1.08, .28, 1),
    box-shadow .22s cubic-bezier(.22, 1, .36, 1),
    border-color .18s ease;
}

/* A single restrained veil supports title legibility. The former shine layer
   and image zoom are intentionally removed. */
.aail-site .aail-hero-collage [data-aail-hero-card] .aail-polaroid-inner::before,
.aail-fragment .aail-hero-collage [data-aail-hero-card] .aail-polaroid-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: var(--aail-hero-overlay-opacity);
  background: linear-gradient(180deg, rgba(10, 10, 10, .40), rgba(10, 10, 10, .50));
  pointer-events: none;
  transition: opacity .16s ease-out;
}

.aail-site .aail-hero-collage [data-aail-hero-card] .aail-polaroid-inner::after,
.aail-fragment .aail-hero-collage [data-aail-hero-card] .aail-polaroid-inner::after {
  content: none !important;
}

.aail-site .aail-hero-collage [data-aail-hero-card] .aail-polaroid-inner > img,
.aail-site .aail-hero-collage [data-aail-hero-card] .aail-polaroid-inner > .aail-placeholder,
.aail-fragment .aail-hero-collage [data-aail-hero-card] .aail-polaroid-inner > img,
.aail-fragment .aail-hero-collage [data-aail-hero-card] .aail-polaroid-inner > .aail-placeholder {
  position: relative;
  z-index: 1;
  transform: translateZ(0);
  transform-origin: center;
  transition: none;
  filter: none;
}

.aail-site .aail-hero-collage [data-aail-hero-card].aail-is-active,
.aail-site .aail-hero-collage [data-aail-hero-card]:focus-visible,
.aail-fragment .aail-hero-collage [data-aail-hero-card].aail-is-active,
.aail-fragment .aail-hero-collage [data-aail-hero-card]:focus-visible,
.aail-site .aail-hero-collage [data-aail-hero-card]:hover,
.aail-fragment .aail-hero-collage [data-aail-hero-card]:hover {
  --aail-hero-card-lift: -16px;
  --aail-hero-card-scale: 1.012;
  --aail-hero-card-uncurl: calc(var(--aail-rotate, 0deg) * -1);
  --aail-hero-overlay-opacity: 1;
  --aail-hero-card-presence: 1;
  z-index: 20;
}

.aail-site .aail-hero-collage [data-aail-hero-card].aail-is-active .aail-polaroid-inner,
.aail-site .aail-hero-collage [data-aail-hero-card]:focus-visible .aail-polaroid-inner,
.aail-fragment .aail-hero-collage [data-aail-hero-card].aail-is-active .aail-polaroid-inner,
.aail-fragment .aail-hero-collage [data-aail-hero-card]:focus-visible .aail-polaroid-inner,
.aail-site .aail-hero-collage [data-aail-hero-card]:hover .aail-polaroid-inner,
.aail-fragment .aail-hero-collage [data-aail-hero-card]:hover .aail-polaroid-inner {
  box-shadow: 0 27px 64px rgba(25, 22, 17, .17);
}

/* Only a small retreat of the surrounding cards: no blur and no dramatic
   dimming. JS adds the class as a :has() fallback and to keep scoping local. */
.aail-site .aail-hero-collage.aail-has-active-card [data-aail-hero-card]:not(.aail-is-active),
.aail-fragment .aail-hero-collage.aail-has-active-card [data-aail-hero-card]:not(.aail-is-active) {
  opacity: .84;
  filter: none;
}

/* v9.8.5: JS already maintains .aail-has-active-card, so the expensive :has()
   fallback is unnecessary. Promote the moving card surface only while the
   parallax/hover animation is actually active instead of pinning all hero
   cards in compositor memory for the entire page lifetime. */
.aail-site .aail-hero-collage [data-aail-hero-card].aail-parallax-active .aail-polaroid-inner,
.aail-site .aail-hero-collage [data-aail-hero-card].aail-is-active .aail-polaroid-inner,
.aail-fragment .aail-hero-collage [data-aail-hero-card].aail-parallax-active .aail-polaroid-inner,
.aail-fragment .aail-hero-collage [data-aail-hero-card].aail-is-active .aail-polaroid-inner {
  will-change: transform;
}

.aail-site .aail-hero-collage [data-aail-hero-card]:focus-visible,
.aail-fragment .aail-hero-collage [data-aail-hero-card]:focus-visible {
  outline: 3px solid rgba(146, 118, 84, .62) !important;
  outline-offset: 5px !important;
}

.aail-site .aail-hero-collage [data-aail-hero-card] .aail-hero-card-label,
.aail-fragment .aail-hero-collage [data-aail-hero-card] .aail-hero-card-label {
  position: absolute;
  z-index: 4;
  inset: 0;
  display: grid;
  place-items: center;
  gap: 0;
  padding: clamp(18px, 4.8vw, 38px);
  opacity: 0;
  pointer-events: none;
  text-align: center;
  transform-origin: center;
  transform: translate3d(0, 7px, 26px) scale(1);
  transition: opacity .14s ease-out, transform .28s cubic-bezier(.18, 1.08, .28, 1);
}

.aail-site .aail-hero-collage [data-aail-hero-card] .aail-hero-card-label > span,
.aail-fragment .aail-hero-collage [data-aail-hero-card] .aail-hero-card-label > span {
  display: none !important;
}

.aail-site .aail-hero-collage [data-aail-hero-card] .aail-hero-card-label strong,
.aail-fragment .aail-hero-collage [data-aail-hero-card] .aail-hero-card-label strong {
  display: block;
  width: min(94%, 100%);
  max-width: 94%;
  margin: 0 auto;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 13cqw, 92px);
  font-weight: 600;
  line-height: .84;
  letter-spacing: -.062em;
  text-wrap: pretty;
  overflow-wrap: normal;
  word-break: keep-all;
  hyphens: none;
  white-space: normal;
  color: rgba(249, 244, 235, .98);
  -webkit-text-fill-color: rgba(249, 244, 235, .98);
  text-transform: none;
  text-shadow: 0 2px 12px rgba(0,0,0,.24);
}

.aail-site .aail-hero-collage [data-aail-hero-card].aail-is-active .aail-hero-card-label,
.aail-site .aail-hero-collage [data-aail-hero-card]:focus-visible .aail-hero-card-label,
.aail-fragment .aail-hero-collage [data-aail-hero-card].aail-is-active .aail-hero-card-label,
.aail-fragment .aail-hero-collage [data-aail-hero-card]:focus-visible .aail-hero-card-label,
.aail-site .aail-hero-collage [data-aail-hero-card]:hover .aail-hero-card-label,
.aail-fragment .aail-hero-collage [data-aail-hero-card]:hover .aail-hero-card-label {
  opacity: 1;
  transform: translate3d(0, var(--aail-hero-card-lift), 26px) scale(var(--aail-hero-card-scale));
}

/* 9.7.1 one-shot attention entrance. Text arrives first; the collage follows
   in a tight sequence and is fully settled in ~1.2 seconds. */
.aail-site.aail-hero-intro-ready .aail-hero-text > *,
.aail-fragment.aail-hero-intro-ready .aail-hero-text > * {
  animation: aailHeroTextIn .58s cubic-bezier(.2, .8, .2, 1) backwards;
}
.aail-site.aail-hero-intro-ready .aail-hero-text > *:nth-child(1),
.aail-fragment.aail-hero-intro-ready .aail-hero-text > *:nth-child(1) { animation-delay: 0s; }
.aail-site.aail-hero-intro-ready .aail-hero-text > *:nth-child(2),
.aail-fragment.aail-hero-intro-ready .aail-hero-text > *:nth-child(2) { animation-delay: .05s; }
.aail-site.aail-hero-intro-ready .aail-hero-text > *:nth-child(3),
.aail-fragment.aail-hero-intro-ready .aail-hero-text > *:nth-child(3) { animation-delay: .10s; }
.aail-site.aail-hero-intro-ready .aail-hero-text > *:nth-child(4),
.aail-fragment.aail-hero-intro-ready .aail-hero-text > *:nth-child(4) { animation-delay: .15s; }

.aail-site.aail-hero-intro-ready .aail-polaroid,
.aail-fragment.aail-hero-intro-ready .aail-polaroid {
  animation: aailHeroCardIn .64s cubic-bezier(.2, .8, .2, 1) backwards;
}
.aail-site.aail-hero-intro-ready .aail-polaroid.p1,
.aail-fragment.aail-hero-intro-ready .aail-polaroid.p1 { animation-delay: .28s; }
.aail-site.aail-hero-intro-ready .aail-polaroid.p2,
.aail-fragment.aail-hero-intro-ready .aail-polaroid.p2 { animation-delay: .32s; }
.aail-site.aail-hero-intro-ready .aail-polaroid.p3,
.aail-fragment.aail-hero-intro-ready .aail-polaroid.p3 { animation-delay: .36s; }
.aail-site.aail-hero-intro-ready .aail-polaroid.p4,
.aail-fragment.aail-hero-intro-ready .aail-polaroid.p4 { animation-delay: .40s; }
.aail-site.aail-hero-intro-ready .aail-polaroid.p5,
.aail-fragment.aail-hero-intro-ready .aail-polaroid.p5 { animation-delay: .44s; }
.aail-site.aail-hero-intro-ready .aail-polaroid.p6,
.aail-fragment.aail-hero-intro-ready .aail-polaroid.p6 { animation-delay: .48s; }
.aail-site.aail-hero-intro-ready .aail-polaroid.p7,
.aail-fragment.aail-hero-intro-ready .aail-polaroid.p7 { animation-delay: .52s; }
.aail-site.aail-hero-intro-ready .aail-polaroid.p8,
.aail-fragment.aail-hero-intro-ready .aail-polaroid.p8 { animation-delay: .56s; }

@keyframes aailHeroTextIn {
  from { opacity: 0; transform: translate3d(0, 14px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes aailHeroCardIn {
  from { opacity: 0; transform: translate3d(0, calc(var(--aail-parallax-y, 0px) + 18px), 0) rotate(var(--aail-rotate, 0deg)) scale(.985); }
  to { opacity: var(--aail-hero-card-presence, 1); transform: translate3d(0, var(--aail-parallax-y, 0px), 0) rotate(var(--aail-rotate, 0deg)) scale(1); }
}

@media (max-width: 1020px), (hover: none) and (pointer: coarse) {
  /* Keep hero copy completely static on touch layouts. Only the photo cards
     get the short one-shot entrance. */
  .aail-site.aail-mobile-static-hero.aail-hero-intro-ready .aail-hero-text > *,
  .aail-fragment.aail-mobile-static-hero.aail-hero-intro-ready .aail-hero-text > * {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .aail-site.aail-mobile-static-hero.aail-hero-intro-ready .aail-polaroid,
  .aail-fragment.aail-mobile-static-hero.aail-hero-intro-ready .aail-polaroid {
    animation-name: aailHeroCardIn !important;
    animation-duration: .50s !important;
    animation-timing-function: cubic-bezier(.2, .8, .2, 1) !important;
    animation-fill-mode: backwards !important;
  }

  .aail-site .aail-hero-collage [data-aail-hero-card].aail-is-active,
  .aail-site .aail-hero-collage [data-aail-hero-card]:focus-visible,
  .aail-fragment .aail-hero-collage [data-aail-hero-card].aail-is-active,
  .aail-fragment .aail-hero-collage [data-aail-hero-card]:focus-visible {
    --aail-hero-card-lift: -11px;
    --aail-hero-card-scale: 1.008;
  }

  .aail-site .aail-hero-collage [data-aail-hero-card].aail-is-active .aail-polaroid-inner,
  .aail-site .aail-hero-collage [data-aail-hero-card]:focus-visible .aail-polaroid-inner,
  .aail-fragment .aail-hero-collage [data-aail-hero-card].aail-is-active .aail-polaroid-inner,
  .aail-fragment .aail-hero-collage [data-aail-hero-card]:focus-visible .aail-polaroid-inner {
    transform: translate3d(0, var(--aail-hero-card-lift), 0) scale(var(--aail-hero-card-scale)) rotate(var(--aail-hero-card-uncurl)) !important;
  }
}

@media (max-width: 680px) {
  .aail-site .aail-hero-collage [data-aail-hero-card] .aail-hero-card-label,
  .aail-fragment .aail-hero-collage [data-aail-hero-card] .aail-hero-card-label {
    padding: 14px;
  }

  .aail-site .aail-hero-collage [data-aail-hero-card] .aail-hero-card-label strong,
  .aail-fragment .aail-hero-collage [data-aail-hero-card] .aail-hero-card-label strong {
    width: min(100%, 92%);
    font-size: clamp(28px, 9.4vw, 50px);
    line-height: .9;
  }
}

@media (prefers-reduced-motion: reduce) {
  .aail-site.aail-hero-intro-ready .aail-hero-text > *,
  .aail-fragment.aail-hero-intro-ready .aail-hero-text > *,
  .aail-site.aail-hero-intro-ready .aail-polaroid,
  .aail-fragment.aail-hero-intro-ready .aail-polaroid {
    animation: none !important;
    opacity: 1 !important;
  }

  .aail-site .aail-hero-collage [data-aail-hero-card],
  .aail-fragment .aail-hero-collage [data-aail-hero-card],
  .aail-site .aail-hero-collage [data-aail-hero-card] .aail-polaroid-inner,
  .aail-fragment .aail-hero-collage [data-aail-hero-card] .aail-polaroid-inner,
  .aail-site .aail-hero-collage [data-aail-hero-card] .aail-hero-card-label,
  .aail-fragment .aail-hero-collage [data-aail-hero-card] .aail-hero-card-label {
    transition-duration: .001ms !important;
  }
}

/* 9.7.1 curved parallax refinement -----------------------------------------
   Keep the outer figure exclusively for scroll parallax. The entrance motion
   lives on the card surface so it can never mask or fight the live transform. */
.aail-site .aail-hero,
.aail-fragment .aail-hero,
.aail-site .aail-hero-collage,
.aail-fragment .aail-hero-collage {
  overflow: visible !important;
}

.aail-site .aail-hero,
.aail-fragment .aail-hero {
  z-index: 3;
}

.aail-site .aail-hero-collage,
.aail-fragment .aail-hero-collage {
  z-index: 6;
}

.aail-site .aail-hero-collage [data-aail-hero-card],
.aail-fragment .aail-hero-collage [data-aail-hero-card] {
  --aail-parallax-x: 0px;
  transform: translate3d(var(--aail-parallax-x, 0px), var(--aail-parallax-y, 0px), 0) rotate(var(--aail-rotate, 0deg)) !important;
  will-change: auto;
}

.aail-site .aail-hero-collage [data-aail-hero-card].aail-parallax-active,
.aail-fragment .aail-hero-collage [data-aail-hero-card].aail-parallax-active {
  will-change: transform;
}

/* The legacy outer-card entrance is deliberately disabled. This avoids a
   second transform owner and keeps Safari's parallax compositing deterministic. */
.aail-site.aail-hero-intro-ready .aail-polaroid,
.aail-fragment.aail-hero-intro-ready .aail-polaroid {
  animation: none !important;
}

.aail-site.aail-hero-intro-ready .aail-polaroid .aail-polaroid-inner,
.aail-fragment.aail-hero-intro-ready .aail-polaroid .aail-polaroid-inner {
  animation: aailHeroCardSurfaceIn .60s cubic-bezier(.2, .8, .2, 1) backwards;
}
.aail-site.aail-hero-intro-ready .aail-polaroid.p1 .aail-polaroid-inner,
.aail-fragment.aail-hero-intro-ready .aail-polaroid.p1 .aail-polaroid-inner { animation-delay: .28s; }
.aail-site.aail-hero-intro-ready .aail-polaroid.p2 .aail-polaroid-inner,
.aail-fragment.aail-hero-intro-ready .aail-polaroid.p2 .aail-polaroid-inner { animation-delay: .32s; }
.aail-site.aail-hero-intro-ready .aail-polaroid.p3 .aail-polaroid-inner,
.aail-fragment.aail-hero-intro-ready .aail-polaroid.p3 .aail-polaroid-inner { animation-delay: .36s; }
.aail-site.aail-hero-intro-ready .aail-polaroid.p4 .aail-polaroid-inner,
.aail-fragment.aail-hero-intro-ready .aail-polaroid.p4 .aail-polaroid-inner { animation-delay: .40s; }
.aail-site.aail-hero-intro-ready .aail-polaroid.p5 .aail-polaroid-inner,
.aail-fragment.aail-hero-intro-ready .aail-polaroid.p5 .aail-polaroid-inner { animation-delay: .44s; }
.aail-site.aail-hero-intro-ready .aail-polaroid.p6 .aail-polaroid-inner,
.aail-fragment.aail-hero-intro-ready .aail-polaroid.p6 .aail-polaroid-inner { animation-delay: .48s; }
.aail-site.aail-hero-intro-ready .aail-polaroid.p7 .aail-polaroid-inner,
.aail-fragment.aail-hero-intro-ready .aail-polaroid.p7 .aail-polaroid-inner { animation-delay: .52s; }
.aail-site.aail-hero-intro-ready .aail-polaroid.p8 .aail-polaroid-inner,
.aail-fragment.aail-hero-intro-ready .aail-polaroid.p8 .aail-polaroid-inner { animation-delay: .56s; }

@keyframes aailHeroCardSurfaceIn {
  from { opacity: 0; transform: translate3d(0, 18px, 0) scale(.985) rotate(0deg); }
  to { opacity: 1; transform: translate3d(0, var(--aail-hero-card-lift, 0px), 0) scale(var(--aail-hero-card-scale, 1)) rotate(var(--aail-hero-card-uncurl, 0deg)); }
}

/* Let a full landing's hero cards visually cross the following sections.
   overflow-x:clip prevents horizontal page scroll without creating the vertical
   clipping container caused by overflow-x:hidden + overflow-y:visible. */
.aail-site {
  overflow-x: clip !important;
  overflow-y: visible !important;
}

@media (max-width: 1020px) {
  .aail-fragment.aail-fragment-hero {
    contain: none !important;
    overflow: visible !important;
  }
}

@media (max-width: 1020px), (hover: none) and (pointer: coarse) {
  .aail-site .aail-hero-collage [data-aail-hero-card],
  .aail-fragment .aail-hero-collage [data-aail-hero-card] {
    transform: translate3d(var(--aail-parallax-x, 0px), var(--aail-parallax-y, 0px), 0) rotate(var(--aail-rotate, 0deg)) !important;
  }

  .aail-site.aail-mobile-static-hero.aail-hero-intro-ready .aail-polaroid,
  .aail-fragment.aail-mobile-static-hero.aail-hero-intro-ready .aail-polaroid {
    animation: none !important;
  }

  .aail-site.aail-mobile-static-hero.aail-hero-intro-ready .aail-polaroid .aail-polaroid-inner,
  .aail-fragment.aail-mobile-static-hero.aail-hero-intro-ready .aail-polaroid .aail-polaroid-inner {
    animation-name: aailHeroCardSurfaceIn !important;
    animation-duration: .48s !important;
    animation-timing-function: cubic-bezier(.2, .8, .2, 1) !important;
    animation-fill-mode: backwards !important;
  }
}

.aail-site[data-hero-parallax-enabled="0"] .aail-hero .aail-polaroid,
.aail-fragment[data-hero-parallax-enabled="0"] .aail-hero .aail-polaroid {
  --aail-parallax-x: 0px !important;
  --aail-parallax-y: 0px !important;
  transform: rotate(var(--aail-rotate, 0deg)) !important;
  will-change: auto !important;
}

@media (prefers-reduced-motion: reduce) {
  .aail-site.aail-hero-intro-ready .aail-polaroid .aail-polaroid-inner,
  .aail-fragment.aail-hero-intro-ready .aail-polaroid .aail-polaroid-inner {
    animation: none !important;
    opacity: 1 !important;
  }

  .aail-site .aail-hero .aail-polaroid,
  .aail-fragment .aail-hero .aail-polaroid {
    --aail-parallax-x: 0px !important;
    --aail-parallax-y: 0px !important;
    transform: rotate(var(--aail-rotate, 0deg)) !important;
    will-change: auto !important;
  }
}

/* === v9.7.1 hero title horizontal safeguard === */
.aail-site .aail-hero-collage [data-aail-hero-card] .aail-hero-card-label,
.aail-fragment .aail-hero-collage [data-aail-hero-card] .aail-hero-card-label {
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
  max-width: min(84%, 18ch);
  font-size: clamp(24px, 11cqw, 76px);
}
.aail-site .aail-hero-collage [data-aail-hero-card] .aail-hero-card-label span,
.aail-fragment .aail-hero-collage [data-aail-hero-card] .aail-hero-card-label span {
  white-space: nowrap !important;
}

/* === v9.7.14 full-card hero veil + premium centred titles ==============
   The dark support now belongs to the whole card surface (the ::before veil
   above), never to a small plate behind the words. Titles stay level and
   centred; short labels are explicitly kept on one line. */
.aail-site .aail-hero-collage [data-aail-hero-card] .aail-hero-card-label,
.aail-fragment .aail-hero-collage [data-aail-hero-card] .aail-hero-card-label {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  padding: clamp(18px, 4.2cqw, 38px) !important;
  place-items: center !important;
  align-content: center !important;
  justify-content: center !important;
  text-align: center !important;
  font-size: inherit !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  transform: translate3d(0, 7px, 26px) rotate(var(--aail-hero-card-uncurl, 0deg)) scale(1) !important;
}

.aail-site .aail-hero-collage [data-aail-hero-card] .aail-hero-card-label strong,
.aail-fragment .aail-hero-collage [data-aail-hero-card] .aail-hero-card-label strong {
  display: block !important;
  width: fit-content !important;
  max-width: 92% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  box-shadow: none !important;
  font-family: "Bodoni 72", Didot, Baskerville, "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif !important;
  font-size: clamp(25px, 9.8cqw, 68px) !important;
  font-weight: 500 !important;
  font-style: normal !important;
  line-height: .94 !important;
  letter-spacing: -.035em !important;
  text-align: center !important;
  text-wrap: pretty !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
  white-space: normal !important;
  color: rgba(255, 252, 246, .99) !important;
  -webkit-text-fill-color: rgba(255, 252, 246, .99) !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .34) !important;
}

/* Short labels such as “O nás”, “Realizace” or “Hlavní služby” must never
   be balanced into two lines when they comfortably fit on the card. */
.aail-site .aail-hero-collage [data-aail-hero-card] .aail-hero-card-label.aail-hero-card-label--short strong,
.aail-fragment .aail-hero-collage [data-aail-hero-card] .aail-hero-card-label.aail-hero-card-label--short strong {
  white-space: nowrap !important;
  max-width: 96% !important;
}

.aail-site .aail-hero-collage [data-aail-hero-card].aail-is-active .aail-hero-card-label,
.aail-site .aail-hero-collage [data-aail-hero-card]:focus-visible .aail-hero-card-label,
.aail-fragment .aail-hero-collage [data-aail-hero-card].aail-is-active .aail-hero-card-label,
.aail-fragment .aail-hero-collage [data-aail-hero-card]:focus-visible .aail-hero-card-label,
.aail-site .aail-hero-collage [data-aail-hero-card]:hover .aail-hero-card-label,
.aail-fragment .aail-hero-collage [data-aail-hero-card]:hover .aail-hero-card-label {
  transform: translate3d(0, var(--aail-hero-card-lift), 26px) rotate(var(--aail-hero-card-uncurl, 0deg)) scale(var(--aail-hero-card-scale)) !important;
}

@media (max-width: 680px) {
  .aail-site .aail-hero-collage [data-aail-hero-card] .aail-hero-card-label,
  .aail-fragment .aail-hero-collage [data-aail-hero-card] .aail-hero-card-label {
    padding: 18px !important;
  }

  .aail-site .aail-hero-collage [data-aail-hero-card] .aail-hero-card-label strong,
  .aail-fragment .aail-hero-collage [data-aail-hero-card] .aail-hero-card-label strong {
    max-width: 94% !important;
    font-size: clamp(24px, 8.4vw, 46px) !important;
    line-height: .96 !important;
  }

  .aail-site .aail-hero-collage [data-aail-hero-card] .aail-hero-card-label.aail-hero-card-label--short strong,
  .aail-fragment .aail-hero-collage [data-aail-hero-card] .aail-hero-card-label.aail-hero-card-label--short strong {
    white-space: nowrap !important;
    max-width: 98% !important;
  }
}

