/* CMS integration adapter: the approved design CSS remains the visual source of truth. */
.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 9999;
  transform: translateY(-180%);
  padding: 0.75rem 1rem;
  color: #000;
  background: #9fff01;
  font-weight: 700;
  text-decoration: none;
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

main > section.design_template.html,
main > section.design_template.html > div {
  display: contents;
}

.nav__link.is-active {
  color: var(--accent-teal, #25dbde);
}

/* Client-wide casing policy: every rendered UI label is lowercase.
   The two logo assets contain their own approved lettering and stay untouched. */
body,
body * {
  text-transform: lowercase !important;
}

input::placeholder,
textarea::placeholder {
  text-transform: lowercase !important;
}

.site-header__logo,
.site-footer__logo {
  text-transform: none !important;
}

/* Client-approved legibility policy for compact text across every active page.
   Large display H1 typography keeps its own weight and tracking contract. */
main,
.site-footer {
  will-change: auto;
}

body :where(
  p,
  li,
  a,
  button,
  label,
  input,
  textarea,
  select,
  option,
  time,
  small,
  figcaption,
  h2,
  h3,
  h4,
  h5,
  h6
),
body :where(
  .cats__title,
  .section-title,
  .ask__btn-text,
  .audience__text,
  .booking__text,
  .ccard__btn-arrow,
  .ccard__btn-text,
  .cform__agree-text,
  .cinfo__code,
  .cinfo__value,
  .eyebrow,
  .hero__title.visually-hidden,
  .landscape__num,
  .mark__label,
  .needs__title,
  .needs__title-lg,
  .needs__title-md,
  .needs__title-sm,
  .note__label,
  .pcard__text,
  .pcard__title,
  .post__tag,
  .project__caption,
  .signup__btn-text,
  .steps__num,
  .steps__text,
  .about__claim,
  .edu__claim,
  .irr__claim,
  .phero__claim,
  .pro__claim,
  .shop__claim,
  .article-content,
  .article-header__meta,
  .article-gallery__caption
) {
  letter-spacing: .025em !important;
}

body :where(
  .about__claim,
  .about__lead,
  .ask__note,
  .author__bio,
  .author__eyebrow,
  .author__name,
  .bcard__text,
  .bcard__title,
  .bcol__title,
  .bitem__lead,
  .bitem__text,
  .build__lead,
  .build__title,
  .care__lead,
  .care__title,
  .cats__lead,
  .cats__title,
  .ccard__btn-text,
  .ccard__title,
  .cform__agree-text,
  .cform__title,
  .cinfo__label,
  .cinfo__link,
  .cinfo__value,
  .cmap__meta,
  .cmap__placeholder-title,
  .cmap__title,
  .cont__lead,
  .ctag__link,
  .ctag--empty,
  .duitem__text,
  .duitem__title,
  .edu__claim,
  .edu__lead,
  .evo__text,
  .incl__lead,
  .incl__title,
  .irr__claim,
  .irr__lead,
  .mng__lead,
  .ncell__text,
  .ncell__title,
  .needs__lead,
  .needs__title-lg,
  .needs__title-md,
  .needs__title-sm,
  .ocard__title,
  .oitem__lead,
  .oitem__text,
  .par__lead,
  .pcard__text,
  .pcell__text,
  .pcell__title,
  .pf__lead,
  .phero__claim,
  .phero__lead,
  .pblock__title,
  .pitem__lead,
  .pitem__text,
  .post__date,
  .post__tag,
  .post__title,
  .pro__lead,
  .rule__text,
  .rule__title,
  .sbitem__lead,
  .sbitem__text,
  .sblk__title,
  .sblock__title,
  .sel__lead,
  .sel__title,
  .services__lead,
  .share__lead,
  .share__title,
  .shop__claim,
  .shop__lead,
  .sitem__lead,
  .sitem__text,
  .sol__lead,
  .sol__title,
  .story__name,
  .story__text,
  .stru__lead,
  .stru__title,
  .vcard__text,
  .vcard__title,
  .view__lead,
  .view__title
) {
  font-weight: 300 !important;
}

body .plist--bright :where(.pitem__lead, .pitem__text) {
  font-weight: 320 !important;
}

.site-footer__contacts {
  display: grid;
  gap: 0.35rem;
}

.site-footer__contacts a {
  color: inherit;
  text-decoration: none;
}

.site-footer__contacts a:hover,
.site-footer__contacts a:focus-visible {
  color: #9fff01;
}

.cookie_banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 999;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
}

.cookie_banner > a {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
}



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