/* FYR Medical polish layer v2.0 - gentle static-site enhancement */
:root {
  --fyr-ink: #123044;
  --fyr-ink-soft: #315269;
  --fyr-muted: #607687;
  --fyr-teal: #16b0c8;
  --fyr-teal-dark: #0b879c;
  --fyr-aqua-soft: #e9f8fb;
  --fyr-gold: #b99545;
  --fyr-surface: #ffffff;
  --fyr-line: rgba(18, 48, 68, 0.12);
  --fyr-line-strong: rgba(22, 176, 200, 0.28);
  --fyr-shadow-sm: 0 8px 24px rgba(18, 48, 68, 0.08);
  --fyr-shadow-md: 0 16px 42px rgba(18, 48, 68, 0.12);
  --fyr-ease: cubic-bezier(0.2, 0.8, 0.2, 1);
}

html {
  scroll-behavior: smooth;
  background: #ffffff !important;
}

body {
  background: #ffffff !important;
  color: var(--fyr-muted) !important;
  padding-top: 82px !important;
  text-rendering: optimizeLegibility;
}

body::before,
body::after {
  display: none !important;
}

* {
  letter-spacing: 0 !important;
}

img,
video,
iframe {
  max-width: 100%;
}

.elementor-widget-image img,
.jet-team-member__img,
.jet-carousel__item-img {
  height: auto !important;
  object-fit: initial !important;
  image-rendering: auto;
}

.elementor-section > .elementor-container,
.e-con.e-con-boxed > .e-con-inner,
.e-con > .e-con-inner {
  width: min(1520px, calc(100% - 36px)) !important;
}

.fyr-hero-panel > .elementor-container,
.elementor-section:first-child > .elementor-container {
  width: min(1600px, calc(100% - 24px)) !important;
}

/* Header */
.fyr-future-progress {
  position: fixed !important;
  z-index: 100000 !important;
  top: 0 !important;
  left: 0 !important;
  height: 3px !important;
  background: linear-gradient(90deg, var(--fyr-teal), #78d7e4) !important;
  box-shadow: none !important;
}

.fyr-future-header {
  height: 82px !important;
  background: rgba(255, 255, 255, 0.9) !important;
  border-bottom: 1px solid rgba(18, 48, 68, 0.1) !important;
  box-shadow: 0 10px 32px rgba(18, 48, 68, 0.08) !important;
  backdrop-filter: blur(18px) saturate(145%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(145%) !important;
  transition: height 220ms var(--fyr-ease), background-color 220ms var(--fyr-ease), box-shadow 220ms var(--fyr-ease) !important;
}

.fyr-future-header::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(22, 176, 200, 0.36), transparent);
  pointer-events: none;
}

.fyr-future-header.is-compact {
  height: 68px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: 0 12px 34px rgba(18, 48, 68, 0.11) !important;
}

.fyr-future-header__bar {
  width: min(1340px, calc(100% - 40px)) !important;
  gap: 18px !important;
}

.fyr-future-brand {
  min-width: max-content;
  padding: 6px 8px 6px 6px !important;
  border-radius: 999px !important;
  transition: background-color 200ms var(--fyr-ease), transform 200ms var(--fyr-ease) !important;
}

.fyr-future-brand:hover {
  background: rgba(22, 176, 200, 0.08) !important;
  transform: translateY(-1px) !important;
}

.fyr-future-brand__mark {
  width: 44px !important;
  height: 44px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(22, 176, 200, 0.3) !important;
  background: radial-gradient(circle at 50% 45%, #ffffff 0 48%, #e8f8fb 49% 100%) !important;
  box-shadow: 0 10px 26px rgba(22, 176, 200, 0.16) !important;
}

.fyr-future-brand__mark::before {
  inset: 12px !important;
  border-color: rgba(22, 176, 200, 0.48) !important;
  border-radius: 999px !important;
  transform: none !important;
}

.fyr-future-brand__mark::after {
  inset: 18px !important;
  border-radius: 999px !important;
  background: var(--fyr-teal) !important;
  box-shadow: none !important;
}

.fyr-future-brand__name {
  color: var(--fyr-ink) !important;
  font-size: 25px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

.fyr-future-brand__sub {
  color: var(--fyr-teal-dark) !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}

.fyr-future-nav {
  gap: 2px !important;
  justify-content: center !important;
}

.fyr-future-nav__link {
  min-height: 38px !important;
  padding: 9px 11px !important;
  border-radius: 999px !important;
  color: var(--fyr-ink-soft) !important;
  font-size: 13px !important;
  font-weight: 750 !important;
  transition: color 180ms var(--fyr-ease), background-color 180ms var(--fyr-ease), transform 180ms var(--fyr-ease) !important;
}

.fyr-future-nav__link::after {
  left: 14px !important;
  right: 14px !important;
  bottom: 6px !important;
  height: 2px !important;
  background: var(--fyr-teal) !important;
  opacity: 0.9 !important;
}

.fyr-future-nav__link:hover,
.fyr-future-nav__link.is-active {
  color: var(--fyr-teal-dark) !important;
  background: rgba(22, 176, 200, 0.09) !important;
  transform: translateY(-1px) !important;
}

.fyr-future-header__cta,
.fyr-header-mobile-cta {
  min-height: 42px !important;
  padding: 11px 18px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, var(--fyr-ink), #1e5267) !important;
  border: 1px solid rgba(18, 48, 68, 0.08) !important;
  box-shadow: 0 12px 28px rgba(18, 48, 68, 0.18) !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  transition: transform 180ms var(--fyr-ease), box-shadow 180ms var(--fyr-ease), background 180ms var(--fyr-ease) !important;
}

.fyr-future-header__cta:hover,
.fyr-header-mobile-cta:hover {
  background: linear-gradient(135deg, var(--fyr-teal-dark), var(--fyr-teal)) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 16px 36px rgba(22, 176, 200, 0.24) !important;
}

/* Elementor content: polish only, do not reshape the WP composition */
.elementor-heading-title {
  text-wrap: balance;
}

.elementor-widget-text-editor p,
.elementor-text-editor p {
  line-height: 1.68 !important;
}

.elementor-button,
.elementor-button-link,
.fyr-service-card__link,
.wpcf7 input[type="submit"],
.wpcf7-submit {
  transition: transform 180ms var(--fyr-ease), box-shadow 180ms var(--fyr-ease), background-color 180ms var(--fyr-ease), color 180ms var(--fyr-ease) !important;
}

.elementor-button:hover,
.elementor-button-link:hover,
.fyr-service-card__link:hover,
.wpcf7 input[type="submit"]:hover,
.wpcf7-submit:hover {
  transform: translateY(-2px) !important;
}

.jet-animated-box,
.jet-team-member,
.fyr-service-card {
  transition: transform 320ms var(--fyr-ease), box-shadow 320ms var(--fyr-ease), border-color 320ms var(--fyr-ease) !important;
}

.jet-animated-box:hover,
.jet-team-member:hover,
.fyr-service-card:hover {
  transform: translateY(-3px) !important;
  box-shadow: var(--fyr-shadow-md) !important;
}

.jet-animated-box__front,
.jet-animated-box__back {
  overflow: hidden !important;
}

/* Videos */
.elementor-widget-video {
  overflow: visible !important;
}

.elementor-widget-video .elementor-wrapper,
.elementor-widget-video .elementor-video,
.fyr-video-frame {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 16 / 9 !important;
  min-height: 220px !important;
  overflow: hidden !important;
  border-radius: 14px !important;
  background: #0e2937 !important;
  box-shadow: 0 18px 46px rgba(18, 48, 68, 0.16) !important;
}

.elementor-widget-video iframe,
.fyr-video-frame iframe {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
}

.fyr-video-panel {
  overflow: hidden !important;
}

/* Carousels */
.fyr-carousel-wrap,
.jet-carousel-wrap,
.elementor-widget-jet-carousel {
  overflow: hidden !important;
}

.fyr-carousel-track,
.jet-carousel .slick-track {
  transition-timing-function: var(--fyr-ease) !important;
  will-change: transform;
}

.fyr-carousel-track-wrap {
  padding: 14px 54px !important;
}

.fyr-carousel-btn,
.jet-carousel .jet-arrow.prev-arrow,
.jet-carousel .jet-arrow.next-arrow {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(18, 48, 68, 0.14) !important;
  background: rgba(255, 255, 255, 0.96) !important;
  color: var(--fyr-ink) !important;
  box-shadow: 0 10px 28px rgba(18, 48, 68, 0.12) !important;
  transition: transform 180ms var(--fyr-ease), background-color 180ms var(--fyr-ease), color 180ms var(--fyr-ease), box-shadow 180ms var(--fyr-ease) !important;
}

.fyr-carousel-btn:hover:not(:disabled),
.jet-carousel .jet-arrow.prev-arrow:hover,
.jet-carousel .jet-arrow.next-arrow:hover {
  background: var(--fyr-teal) !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 14px 34px rgba(22, 176, 200, 0.22) !important;
}

.fyr-dot,
.jet-slick-dots li button {
  width: 9px !important;
  height: 9px !important;
  border-radius: 999px !important;
  background: rgba(18, 48, 68, 0.22) !important;
  transition: width 220ms var(--fyr-ease), background-color 220ms var(--fyr-ease) !important;
}

.fyr-dot.active,
.jet-slick-dots li.slick-active button {
  width: 28px !important;
  background: var(--fyr-teal) !important;
}

/* Forms */
.wpcf7 {
  border-radius: 14px !important;
}

.wpcf7 input:not([type="submit"]),
.wpcf7 textarea,
.wpcf7 select {
  min-height: 48px !important;
  border: 1px solid rgba(18, 48, 68, 0.16) !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  padding: 12px 14px !important;
  color: var(--fyr-ink) !important;
  transition: border-color 180ms var(--fyr-ease), box-shadow 180ms var(--fyr-ease) !important;
}

.wpcf7 textarea {
  min-height: 132px !important;
  resize: vertical;
}

.wpcf7 input:not([type="submit"]):focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
  outline: none !important;
  border-color: var(--fyr-teal) !important;
  box-shadow: 0 0 0 4px rgba(22, 176, 200, 0.12) !important;
}

.wpcf7 input[type="submit"],
.wpcf7-submit {
  min-height: 46px !important;
  border-radius: 999px !important;
  background: var(--fyr-ink) !important;
  color: #ffffff !important;
  padding: 13px 24px !important;
  font-weight: 800 !important;
  border: 0 !important;
  box-shadow: 0 12px 28px rgba(18, 48, 68, 0.16) !important;
}

.wpcf7 input[type="submit"]:hover,
.wpcf7-submit:hover {
  background: var(--fyr-teal-dark) !important;
}

/* Footer */
.fyr-future-footer {
  position: relative !important;
  margin-top: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #0e3140 !important;
  color: rgba(255, 255, 255, 0.78) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.fyr-future-footer::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  background:
    linear-gradient(135deg, rgba(22, 176, 200, 0.16), transparent 38%),
    linear-gradient(315deg, rgba(185, 149, 69, 0.12), transparent 42%) !important;
  pointer-events: none !important;
}

.fyr-footer-cta,
.fyr-footer-main,
.fyr-future-footer__bottom {
  position: relative !important;
  z-index: 1 !important;
}

.fyr-footer-cta {
  width: min(1320px, calc(100% - 40px)) !important;
  margin: 0 auto !important;
  padding: 34px 0 28px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 24px !important;
  align-items: center !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
}

.fyr-footer-kicker {
  margin: 0 0 8px !important;
  color: #7bd8e5 !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  text-transform: uppercase !important;
}

.fyr-footer-cta h2 {
  margin: 0 !important;
  color: #ffffff !important;
  font-size: clamp(26px, 3vw, 42px) !important;
  line-height: 1.08 !important;
}

.fyr-footer-cta p {
  max-width: 680px !important;
  margin: 12px 0 0 !important;
  color: rgba(255, 255, 255, 0.72) !important;
  line-height: 1.65 !important;
}

.fyr-footer-actions {
  display: flex !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
  justify-content: flex-end !important;
}

.fyr-footer-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  padding: 12px 18px !important;
  border-radius: 999px !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  text-decoration: none !important;
  transition: transform 180ms var(--fyr-ease), box-shadow 180ms var(--fyr-ease), background-color 180ms var(--fyr-ease) !important;
}

.fyr-footer-btn--primary {
  background: #25d366 !important;
  color: #072516 !important;
  box-shadow: 0 14px 34px rgba(37, 211, 102, 0.22) !important;
}

.fyr-footer-btn--ghost {
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  background: rgba(255, 255, 255, 0.06) !important;
}

.fyr-footer-btn:hover {
  transform: translateY(-2px) !important;
}

.fyr-footer-main,
.fyr-future-footer__inner {
  width: min(1320px, calc(100% - 40px)) !important;
  margin: 0 auto !important;
  padding: 42px 0 !important;
  display: grid !important;
  grid-template-columns: 1.35fr 0.95fr 0.9fr 0.8fr !important;
  gap: 32px !important;
}

.fyr-future-footer h2,
.fyr-future-footer h3 {
  color: #ffffff !important;
  margin-top: 0 !important;
}

.fyr-future-footer h3 {
  font-size: 15px !important;
  font-weight: 850 !important;
  text-transform: uppercase !important;
}

.fyr-future-footer p,
.fyr-future-footer address {
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 14px !important;
  line-height: 1.72 !important;
}

.fyr-future-footer a {
  color: rgba(255, 255, 255, 0.84) !important;
  text-decoration: none !important;
  transition: color 160ms var(--fyr-ease), transform 160ms var(--fyr-ease) !important;
}

.fyr-future-footer a:hover {
  color: #7bd8e5 !important;
}

.fyr-future-footer__brand {
  align-items: center !important;
}

.fyr-future-footer__brand-mark {
  width: 48px !important;
  height: 48px !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: var(--fyr-teal-dark) !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18) !important;
}

.fyr-footer-social {
  display: flex !important;
  gap: 10px !important;
  margin-top: 18px !important;
}

.fyr-footer-social a {
  display: inline-grid !important;
  place-items: center !important;
  width: 38px !important;
  height: 38px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
}

.fyr-footer-list,
.fyr-future-footer__links {
  display: grid !important;
  gap: 8px !important;
}

.fyr-future-footer__links a,
.fyr-footer-list a,
.fyr-footer-list span {
  display: block !important;
  padding: 7px 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  font-size: 14px !important;
}

.fyr-future-footer__links a::before {
  background: var(--fyr-teal) !important;
}

.fyr-future-footer__bottom {
  margin-top: 0 !important;
  padding: 18px 20px !important;
  background: rgba(0, 0, 0, 0.18) !important;
  color: rgba(255, 255, 255, 0.58) !important;
  font-size: 13px !important;
  text-align: center !important;
}

.fyr-whatsapp-fab {
  width: 58px !important;
  height: 58px !important;
  border-radius: 999px !important;
  box-shadow: 0 14px 34px rgba(37, 211, 102, 0.26) !important;
  transition: transform 220ms var(--fyr-ease), box-shadow 220ms var(--fyr-ease) !important;
}

.fyr-whatsapp-fab:hover {
  transform: translateY(-3px) !important;
}

/* Soft entry effects */
.fyr-enter,
.fyr-reveal,
.fyr-reveal-left,
.fyr-reveal-right,
.fyr-animate {
  opacity: 0 !important;
  transform: translateY(14px) !important;
  transition: opacity 520ms var(--fyr-ease), transform 520ms var(--fyr-ease) !important;
}

.fyr-enter.fyr-inview,
.fyr-reveal.fyr-revealed,
.fyr-reveal-left.fyr-revealed,
.fyr-reveal-right.fyr-revealed,
.fyr-animate.fyr-visible {
  opacity: 1 !important;
  transform: none !important;
}

@media (max-width: 1180px) {
  .fyr-future-header__bar {
    width: min(100% - 30px, 1340px) !important;
  }

  .fyr-future-nav__link {
    padding-left: 8px !important;
    padding-right: 8px !important;
    font-size: 12.5px !important;
  }
}

@media (max-width: 1024px) {
  body {
    padding-top: 70px !important;
  }

  .fyr-future-header,
  .fyr-future-header.is-compact {
    height: 70px !important;
  }

  .fyr-future-toggle {
    display: grid !important;
    border-radius: 999px !important;
  }

  .fyr-future-nav {
    position: fixed !important;
    top: 70px !important;
    left: 16px !important;
    right: 16px !important;
    display: grid !important;
    gap: 6px !important;
    padding: 16px !important;
    border: 1px solid var(--fyr-line) !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, 0.98) !important;
    box-shadow: 0 22px 60px rgba(18, 48, 68, 0.18) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(-8px) !important;
    transition: opacity 220ms var(--fyr-ease), transform 220ms var(--fyr-ease), visibility 220ms var(--fyr-ease) !important;
  }

  body.fyr-menu-open .fyr-future-nav {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  .fyr-future-nav__link {
    min-height: 44px !important;
    justify-content: center !important;
    font-size: 14px !important;
  }

  .fyr-future-header__cta {
    display: none !important;
  }

  .fyr-footer-cta,
  .fyr-footer-main,
  .fyr-future-footer__inner {
    grid-template-columns: 1fr 1fr !important;
  }

  .fyr-footer-cta {
    align-items: start !important;
  }

  .fyr-footer-actions {
    justify-content: flex-start !important;
  }
}

@media (max-width: 767px) {
  body {
    padding-top: 66px !important;
  }

  .fyr-future-header,
  .fyr-future-header.is-compact {
    height: 66px !important;
  }

  .fyr-future-header__bar {
    width: min(100% - 24px, 1340px) !important;
  }

  .fyr-future-brand__mark {
    width: 38px !important;
    height: 38px !important;
  }

  .fyr-future-brand__name {
    font-size: 22px !important;
  }

  .fyr-future-brand__sub {
    font-size: 8.5px !important;
  }

  .fyr-future-nav {
    top: 66px !important;
  }

  .elementor-section > .elementor-container,
  .e-con.e-con-boxed > .e-con-inner,
  .e-con > .e-con-inner,
  .fyr-hero-panel > .elementor-container,
  .elementor-section:first-child > .elementor-container {
    width: min(100% - 24px, 1520px) !important;
  }

  .fyr-carousel-track-wrap {
    padding: 12px 42px !important;
  }

  .elementor-widget-video .elementor-wrapper,
  .elementor-widget-video .elementor-video,
  .fyr-video-frame {
    min-height: 190px !important;
    border-radius: 10px !important;
  }

  .fyr-footer-cta,
  .fyr-footer-main,
  .fyr-future-footer__inner {
    width: min(100% - 28px, 1320px) !important;
    grid-template-columns: 1fr !important;
  }

  .fyr-footer-cta {
    padding-top: 28px !important;
    gap: 18px !important;
  }

  .fyr-footer-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .fyr-footer-btn {
    width: 100% !important;
  }
}

/* Final image correction: keep normal Elementor images natural, while preserving intentional cards/carousels. */
body.fyr-future .elementor-widget-image img:not(.fyr-service-card__img):not(.jet-carousel__item-img):not(.jet-team-member__img),
body.fyr-future .elementor-widget-theme-post-featured-image img {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  box-shadow: none !important;
}

body.fyr-future .elementor-widget-image:hover img:not(.fyr-service-card__img):not(.jet-carousel__item-img):not(.jet-team-member__img) {
  transform: none !important;
  box-shadow: none !important;
}

body.fyr-future .jet-team-member__img,
body.fyr-future .jet-carousel__item-img,
body.fyr-future .fyr-service-card__img {
  object-fit: cover !important;
}

/* Mobile menu CTA only */
body.fyr-future .fyr-header-mobile-cta {
  display: none !important;
}

@media (max-width: 1024px) {
  body.fyr-future .fyr-header-mobile-cta {
    display: inline-flex !important;
  }
}

/* Header reset v3: full-width, responsive, no boxed exported header */
#jet-theme-core-header,
.jet-theme-core-location--header-location,
header#jet-theme-core-header,
.fyr-hamburger,
.fyr-mobile-nav {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

body.fyr-future,
body {
  padding-top: 78px !important;
}

.fyr-future-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 78px !important;
  z-index: 99999 !important;
  display: flex !important;
  align-items: center !important;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.88) !important;
  border-bottom: 1px solid rgba(18, 48, 68, 0.09) !important;
  box-shadow: 0 10px 36px rgba(18, 48, 68, 0.08) !important;
}

.fyr-future-header.is-compact {
  height: 66px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: 0 12px 34px rgba(18, 48, 68, 0.12) !important;
}

.fyr-future-header__bar {
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 clamp(18px, 4vw, 64px) !important;
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto auto !important;
  align-items: center !important;
}

.fyr-future-brand {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.fyr-future-nav {
  min-width: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
}

.fyr-future-toggle {
  display: none !important;
}

.fyr-future-header__cta {
  white-space: nowrap !important;
}

.fyr-future-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(22,176,200,.48), transparent);
  transform: scaleX(.42);
  opacity: .8;
  transition: transform 420ms var(--fyr-ease), opacity 420ms var(--fyr-ease);
  pointer-events: none;
}

.fyr-future-header.is-compact::after,
.fyr-future-header:hover::after {
  transform: scaleX(1);
  opacity: 1;
}

.fyr-future-brand__mark,
.fyr-future-header__cta,
.fyr-future-nav__link {
  will-change: transform;
}

.fyr-future-brand:hover .fyr-future-brand__mark {
  transform: rotate(8deg) scale(1.03) !important;
}

@media (max-width: 1120px) {
  .fyr-future-nav__link {
    font-size: 12px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}

@media (max-width: 1024px) {
  body.fyr-future,
  body {
    padding-top: 68px !important;
  }

  .fyr-future-header,
  .fyr-future-header.is-compact {
    height: 68px !important;
  }

  .fyr-future-header__bar {
    padding: 0 18px !important;
    grid-template-columns: auto 1fr auto !important;
  }

  .fyr-future-toggle {
    display: grid !important;
    grid-column: 3 !important;
  }

  .fyr-future-nav {
    position: fixed !important;
    top: 76px !important;
    left: 14px !important;
    right: 14px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 6px !important;
    padding: 16px !important;
    border-radius: 18px !important;
    background: rgba(255, 255, 255, 0.98) !important;
    border: 1px solid rgba(18, 48, 68, 0.12) !important;
    box-shadow: 0 24px 70px rgba(18, 48, 68, 0.2) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(-10px) scale(.98) !important;
  }

  body.fyr-menu-open .fyr-future-nav {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) scale(1) !important;
  }

  .fyr-future-nav__link {
    min-height: 44px !important;
    font-size: 14px !important;
  }
}

@media (max-width: 640px) {
  body.fyr-future,
  body {
    padding-top: 64px !important;
  }

  .fyr-future-header,
  .fyr-future-header.is-compact {
    height: 64px !important;
  }

  .fyr-future-brand__sub {
    display: none !important;
  }

  .fyr-future-brand__mark {
    width: 36px !important;
    height: 36px !important;
  }

  .fyr-future-brand__name {
    font-size: 21px !important;
  }

  .fyr-future-nav {
    top: 72px !important;
  }
}
