/* =========================================================
   MODELS CYPRUS — CUSTOM FLOATING HEADER (DRAFT)
   Adapted from Create's header system for the Models Cyprus brand.
   ========================================================= */

:root {
  --mc-header-bg: #0B0B0B;
  --mc-header-surface: #151515;
  --mc-header-white: #FFFFFF;
  --mc-header-muted: #A8A8A8;
  --mc-header-border: rgba(255, 255, 255, 0.15);
  --mc-header-hover: rgba(255, 255, 255, 0.08);
}

#masthead {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.admin-bar #masthead {
  top: 32px;
}

#masthead,
#masthead *,
#ast-mobile-popup,
#ast-mobile-popup * {
  box-sizing: border-box;
}

#masthead a,
#masthead button,
#ast-mobile-popup a,
#ast-mobile-popup button {
  font-family: "Quicksand", sans-serif !important;
  letter-spacing: 0 !important;
}

#ast-desktop-header,
#ast-mobile-header,
#masthead .ast-main-header-wrap,
#masthead .main-header-bar-wrap {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#masthead .site-logo-img img {
  display: block;
  width: 54px;
  max-width: 54px;
  height: 54px;
  object-fit: contain;
}

/* Keep existing page spacing on interior pages while the homepage hero
   intentionally sits behind the floating header. */
body:not(.home) #content {
  padding-top: 92px;
}

/* =========================================================
   DESKTOP — EXACT 1,200PX SITE GRID
   ========================================================= */

@media (min-width: 922px) {
  #masthead {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  #ast-desktop-header .ast-primary-header-bar {
    width: min(1200px, calc(100% - 48px)) !important;
    max-width: 1200px !important;
    min-height: 74px;
    margin: 14px auto 0 !important;
    overflow: visible !important;
    background: var(--mc-header-bg) !important;
    border: 2px solid var(--mc-header-border) !important;
    border-radius: 8px !important;
    box-shadow: 0 14px 38px rgba(0, 0, 0, 0.34) !important;
  }

  #ast-desktop-header .site-primary-header-wrap.ast-container {
    width: 100%;
    max-width: none;
    min-height: 70px;
    padding: 0 24px;
  }

  #ast-desktop-header .ast-builder-grid-row {
    position: relative;
    grid-template-columns: minmax(122px, 1fr) auto minmax(138px, 1fr);
    min-height: 70px;
  }

  #ast-desktop-header .site-header-primary-section-left {
    justify-content: flex-start;
  }

  #ast-desktop-header .site-header-primary-section-center {
    justify-content: center;
  }

  #ast-desktop-header .site-header-primary-section-right {
    justify-content: flex-end;
    gap: 16px !important;
  }

  #ast-desktop-header .ast-header-button-1 {
    margin: 0 !important;
    padding: 0 !important;
  }

  #primary-site-navigation-desktop .main-header-menu > .menu-item > .menu-link {
    min-height: 70px;
    padding: 0 10px;
    color: var(--mc-header-white) !important;
    background: transparent !important;
    font-family: "Quicksand", sans-serif !important;
    font-size: 13.5px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0 !important;
    white-space: nowrap;
  }

  #primary-site-navigation-desktop .main-header-menu > .menu-item > .menu-link:hover,
  #primary-site-navigation-desktop .main-header-menu > .menu-item > .menu-link:focus-visible,
  #primary-site-navigation-desktop .main-header-menu > .current-menu-item > .menu-link,
  #primary-site-navigation-desktop .main-header-menu > .current-menu-ancestor > .menu-link,
  #primary-site-navigation-desktop .main-header-menu > .current_page_item > .menu-link {
    color: #D6D6D6 !important;
  }

  #primary-site-navigation-desktop .ast-header-navigation-arrow {
    margin-left: 5px;
  }

  #primary-site-navigation-desktop .ast-header-navigation-arrow svg {
    width: 10px;
    height: 7px;
    margin: 0;
  }

  #ast-desktop-header .ast-header-button-1 .ast-custom-button-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 17px;
    color: #050505 !important;
    background: var(--mc-header-white) !important;
    border: 2px solid var(--mc-header-white) !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0 !important;
    text-transform: uppercase;
    white-space: nowrap;
    transition: color 0.2s ease, background-color 0.2s ease;
  }

  #ast-desktop-header .ast-header-button-1 .ast-custom-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    color: inherit !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    font: inherit !important;
    line-height: 1 !important;
    transform: translateY(1px);
  }

  #ast-desktop-header .ast-header-button-1 .ast-custom-button-link:hover,
  #ast-desktop-header .ast-header-button-1 .ast-custom-button-link:focus-visible {
    color: var(--mc-header-white) !important;
    background: transparent !important;
  }

  #ast-desktop-header .ast-header-button-1 .ast-builder-button-wrap > .menu-link {
    display: none !important;
  }

  /* Custom two-column dropdown cards for Browse Models and Services. */
  #primary-site-navigation-desktop #menu-item-15492,
  #primary-site-navigation-desktop #menu-item-2954 {
    position: static !important;
  }

  #primary-site-navigation-desktop #menu-item-15492 > .sub-menu,
  #primary-site-navigation-desktop #menu-item-2954 > .sub-menu {
    top: calc(100% + 12px) !important;
    right: auto !important;
    left: 50% !important;
    z-index: 9999;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
    margin-top: 0 !important;
    padding: 10px !important;
    overflow: visible !important;
    background: var(--mc-header-bg) !important;
    border: 2px solid var(--mc-header-border) !important;
    border-radius: 8px !important;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.48);
    font-family: "Quicksand", sans-serif !important;
  }

  #primary-site-navigation-desktop #menu-item-15492 > .sub-menu {
    width: 420px !important;
    min-width: 420px !important;
    margin-left: -210px !important;
  }

  #primary-site-navigation-desktop #menu-item-2954 > .sub-menu {
    width: 500px !important;
    min-width: 500px !important;
    margin-left: -250px !important;
  }

  #primary-site-navigation-desktop #menu-item-15492 > .sub-menu::before,
  #primary-site-navigation-desktop #menu-item-2954 > .sub-menu::before {
    content: "";
    position: absolute;
    top: -14px;
    right: 0;
    left: 0;
    height: 14px;
    background: transparent;
  }

  #primary-site-navigation-desktop #menu-item-15492 > .sub-menu > li,
  #primary-site-navigation-desktop #menu-item-2954 > .sub-menu > li {
    width: auto !important;
    margin: 0;
    background: transparent !important;
    border: 0 !important;
  }

  #primary-site-navigation-desktop #menu-item-15492 > .sub-menu > li > .menu-link,
  #primary-site-navigation-desktop #menu-item-2954 > .sub-menu > li > .menu-link {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 10px 12px !important;
    color: var(--mc-header-white) !important;
    background: transparent !important;
    border: 1px solid transparent !important;
    border-radius: 7px;
    font-family: "Quicksand", sans-serif !important;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    white-space: normal;
    transition: color 0.2s ease, background-color 0.2s ease,
      border-color 0.2s ease, transform 0.2s ease;
  }

  #primary-site-navigation-desktop #menu-item-15492 > .sub-menu > li > .menu-link:hover,
  #primary-site-navigation-desktop #menu-item-15492 > .sub-menu > li > .menu-link:focus-visible,
  #primary-site-navigation-desktop #menu-item-2954 > .sub-menu > li > .menu-link:hover,
  #primary-site-navigation-desktop #menu-item-2954 > .sub-menu > li > .menu-link:focus-visible,
  #primary-site-navigation-desktop .sub-menu > li.current-menu-item > .menu-link,
  #primary-site-navigation-desktop .sub-menu > li.current_page_item > .menu-link {
    color: var(--mc-header-white) !important;
    background: var(--mc-header-hover) !important;
    border-color: rgba(255, 255, 255, 0.22) !important;
    transform: translateY(-1px);
  }
}

/* Protect the composition on compact desktop/tablet-landscape widths. */
@media (min-width: 922px) and (max-width: 1120px) {
  #ast-desktop-header .ast-primary-header-bar {
    width: calc(100% - 32px) !important;
  }

  #ast-desktop-header .site-primary-header-wrap.ast-container {
    padding-right: 14px;
    padding-left: 14px;
  }

  #ast-desktop-header .ast-builder-grid-row {
    grid-template-columns: minmax(96px, 1fr) auto minmax(124px, 1fr);
  }

  #masthead .site-logo-img img {
    width: 50px;
    max-width: 50px;
    height: 50px;
  }

  #primary-site-navigation-desktop .main-header-menu > .menu-item > .menu-link {
    padding-right: 7px;
    padding-left: 7px;
    font-size: 12.25px;
  }

  #ast-desktop-header .ast-header-button-1 .ast-custom-button-link {
    min-height: 40px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 11.5px;
  }
}

/* =========================================================
   MOBILE HEADER + CUSTOM FULL-SCREEN BURGER MENU
   ========================================================= */

@media (max-width: 921px) {
  body:not(.home) #content {
    padding-top: 80px;
  }

  #ast-mobile-header .ast-primary-header-bar {
    width: calc(100% - 32px) !important;
    min-height: 66px;
    margin: 10px auto 0 !important;
    padding: 0 10px 0 12px;
    overflow: visible !important;
    background: var(--mc-header-bg) !important;
    border: 2px solid var(--mc-header-border) !important;
    border-radius: 8px !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.34) !important;
  }

  #ast-mobile-header .site-primary-header-wrap.ast-container {
    width: 100%;
    max-width: none;
    padding: 0;
  }

  #ast-mobile-header .ast-builder-grid-row {
    min-height: 62px;
  }

  #masthead .site-logo-img img,
  #masthead .custom-mobile-logo-link img {
    width: 48px;
    max-width: 48px;
    height: 48px;
    object-fit: contain;
  }

  #ast-mobile-header .main-header-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
    padding: 0 !important;
    color: #050505 !important;
    background: var(--mc-header-white) !important;
    border: 2px solid var(--mc-header-white) !important;
    border-radius: 50% !important;
    box-shadow: none !important;
  }

  #ast-mobile-header .main-header-menu-toggle:hover,
  #ast-mobile-header .main-header-menu-toggle:focus-visible {
    color: var(--mc-header-white) !important;
    background: transparent !important;
  }

  #ast-mobile-header .main-header-menu-toggle svg {
    width: 21px;
    height: 21px;
    fill: currentColor !important;
  }

  #ast-mobile-popup .menu-toggle-close svg,
  #ast-mobile-popup .main-header-menu .ast-menu-toggle svg {
    fill: currentColor !important;
  }

  #ast-mobile-popup {
    position: fixed;
    inset: 0;
    z-index: 10000;
  }

  #ast-mobile-popup .ast-mobile-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.82) !important;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  #ast-mobile-popup .ast-mobile-popup-inner {
    position: absolute !important;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100vw !important;
    max-width: none !important;
    height: 100vh;
    height: 100dvh;
    min-height: 0;
    margin-left: auto;
    overflow: hidden !important;
    background:
      radial-gradient(circle at 92% 4%, rgba(255, 255, 255, 0.10), transparent 28%),
      linear-gradient(145deg, #050505 0%, #0B0B0B 55%, #151515 100%) !important;
    border: 0;
    box-shadow: none;
  }

  #ast-mobile-popup .ast-mobile-popup-header {
    position: absolute;
    top: calc(18px + env(safe-area-inset-top, 0px));
    right: calc(20px + env(safe-area-inset-right, 0px));
    z-index: 3;
  }

  #ast-mobile-popup .menu-toggle-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
    padding: 0 !important;
    color: var(--mc-header-white) !important;
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid rgba(255, 255, 255, 0.22) !important;
    border-radius: 50% !important;
    box-shadow: none !important;
  }

  #ast-mobile-popup .menu-toggle-close:hover,
  #ast-mobile-popup .menu-toggle-close:focus-visible {
    color: #050505 !important;
    background: var(--mc-header-white) !important;
    border-color: var(--mc-header-white) !important;
  }

  #ast-mobile-popup .ast-mobile-popup-content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    min-height: 0;
    padding:
      calc(18px + env(safe-area-inset-top, 0px))
      calc(22px + env(safe-area-inset-right, 0px))
      calc(24px + env(safe-area-inset-bottom, 0px))
      calc(22px + env(safe-area-inset-left, 0px));
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    color: var(--mc-header-white);
    text-align: left;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.45) transparent;
  }

  #ast-mobile-popup .ast-mobile-popup-content::-webkit-scrollbar {
    width: 5px;
  }

  #ast-mobile-popup .ast-mobile-popup-content::-webkit-scrollbar-track {
    background: transparent;
  }

  #ast-mobile-popup .ast-mobile-popup-content::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.45);
    border-radius: 999px;
  }

  #ast-mobile-popup .ast-mobile-popup-content > * {
    width: 100%;
    max-width: none;
  }

  /* Models Cyprus crest at the top of the open menu. */
  #ast-mobile-popup .header-widget-area {
    width: 100%;
    margin: 0 0 18px !important;
    padding: 0 !important;
    text-align: center !important;
  }

  #ast-mobile-popup .header-widget-area .widget,
  #ast-mobile-popup .header-widget-area figure {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
  }

  #ast-mobile-popup .header-widget-area img {
    display: block;
    width: 104px !important;
    max-width: 104px !important;
    height: 104px !important;
    margin: 0 auto !important;
    object-fit: contain;
  }

  /* Numbered, editorial navigation borrowed from Create's interaction model. */
  #ast-mobile-popup .ast-builder-menu-1 {
    width: 100%;
    margin: 0 !important;
  }

  #ast-mobile-popup .main-navigation,
  #ast-mobile-popup .main-navigation .main-header-menu {
    width: 100%;
    background: transparent !important;
  }

  #ast-mobile-popup .main-navigation .main-header-menu {
    counter-reset: mc-mobile-menu;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

  #ast-mobile-popup .main-header-menu > .menu-item {
    position: relative;
    width: 100%;
    margin: 0;
    counter-increment: mc-mobile-menu;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  #ast-mobile-popup .main-header-menu > .menu-item:last-child {
    border-bottom: 0;
  }

  #ast-mobile-popup .main-header-menu > .menu-item > .menu-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: 52px;
    padding: 10px 50px 10px 42px !important;
    color: var(--mc-header-white) !important;
    background: transparent !important;
    border: 0 !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    text-align: left;
    transition: color 0.2s ease, padding-left 0.2s ease;
  }

  #ast-mobile-popup .main-header-menu > .menu-item > .menu-link::before {
    content: counter(mc-mobile-menu, decimal-leading-zero);
    position: absolute;
    left: 0;
    display: block;
    color: rgba(255, 255, 255, 0.55);
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.12em !important;
  }

  #ast-mobile-popup .main-header-menu > .menu-item > .menu-link:hover,
  #ast-mobile-popup .main-header-menu > .menu-item > .menu-link:focus-visible,
  #ast-mobile-popup .main-header-menu > .current-menu-item > .menu-link,
  #ast-mobile-popup .main-header-menu > .current-menu-ancestor > .menu-link,
  #ast-mobile-popup .main-header-menu > .current_page_item > .menu-link {
    color: #D6D6D6 !important;
    padding-left: 47px !important;
  }

  #ast-mobile-popup .main-header-menu .menu-item-has-children {
    position: relative;
  }

  #ast-mobile-popup .main-header-menu .ast-menu-toggle {
    position: absolute;
    top: 5px;
    right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
    margin: 0;
    padding: 0 !important;
    color: var(--mc-header-white) !important;
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid rgba(255, 255, 255, 0.20) !important;
    border-radius: 999px !important;
    clip-path: circle(50% at 50% 50%);
    box-shadow: none !important;
  }

  #ast-mobile-popup .main-header-menu .ast-menu-toggle:hover,
  #ast-mobile-popup .main-header-menu .ast-menu-toggle:focus-visible,
  #ast-mobile-popup .main-header-menu .ast-menu-toggle[aria-expanded="true"] {
    color: #050505 !important;
    background: var(--mc-header-white) !important;
    border-color: var(--mc-header-white) !important;
  }

  #ast-mobile-popup .main-header-menu .ast-menu-toggle svg {
    width: 13px;
    height: 13px;
    margin: 0;
    transition: transform 0.2s ease;
  }

  #ast-mobile-popup .main-header-menu .ast-menu-toggle[aria-expanded="true"] svg {
    transform: rotate(180deg);
  }

  #ast-mobile-popup .main-header-menu .sub-menu {
    width: 100%;
    margin: 0 0 12px !important;
    padding: 2px 0 6px 42px !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  #ast-mobile-popup .main-header-menu .sub-menu > li {
    position: relative;
    margin: 0 !important;
    background: transparent !important;
    border: 0 !important;
  }

  #ast-mobile-popup .main-header-menu .sub-menu > li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 1px;
    background: rgba(255, 255, 255, 0.45);
  }

  #ast-mobile-popup .main-header-menu .sub-menu .menu-link {
    display: block;
    min-height: 40px;
    padding: 11px 12px 11px 24px !important;
    color: rgba(255, 255, 255, 0.70) !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 6px;
    font-size: 12.5px;
    font-weight: 500;
    line-height: 1.4;
    text-align: left;
    transition: color 0.2s ease, background-color 0.2s ease;
  }

  #ast-mobile-popup .main-header-menu .sub-menu .menu-link:hover,
  #ast-mobile-popup .main-header-menu .sub-menu .menu-link:focus-visible,
  #ast-mobile-popup .main-header-menu .sub-menu .current-menu-item > .menu-link {
    color: var(--mc-header-white) !important;
    background: var(--mc-header-hover) !important;
  }

  #ast-mobile-popup .ast-header-button-1 {
    width: 100%;
    margin: 22px 0 0 !important;
    padding: 0 !important;
  }

  #ast-mobile-popup .ast-header-button-1 .ast-builder-button-wrap {
    display: flex;
    width: 100%;
    justify-content: center;
  }

  #ast-mobile-popup .ast-header-button-1 .ast-custom-button-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    max-width: none !important;
    height: 46px !important;
    min-height: 46px !important;
    padding: 0 20px;
    color: #050505 !important;
    background: var(--mc-header-white) !important;
    border: 2px solid var(--mc-header-white) !important;
    border-radius: 4px !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28) !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
  }

  #ast-mobile-popup .ast-header-button-1 .ast-custom-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    color: inherit !important;
    background: transparent !important;
    border: 0 !important;
    font: inherit !important;
    line-height: 1 !important;
  }

  #ast-mobile-popup .ast-header-button-1 .ast-custom-button-link:hover,
  #ast-mobile-popup .ast-header-button-1 .ast-custom-button-link:focus-visible {
    color: var(--mc-header-white) !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  #ast-mobile-popup .ast-header-button-1 .ast-builder-button-wrap > .menu-link {
    display: none !important;
  }

  /* Keep the existing Models Cyprus channels, but make them monochrome. */
  #ast-mobile-popup .ast-header-social-wrap {
    display: flex !important;
    justify-content: center;
    margin-top: 18px;
  }

  #ast-mobile-popup .header-social-inner-wrap {
    display: flex;
    justify-content: center;
    gap: 9px;
  }

  #ast-mobile-popup .ast-builder-social-element {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    color: var(--mc-header-white) !important;
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
  }

  #ast-mobile-popup .ast-builder-social-element:hover,
  #ast-mobile-popup .ast-builder-social-element:focus-visible {
    color: #050505 !important;
    background: var(--mc-header-white) !important;
    border-color: var(--mc-header-white);
  }

  #ast-mobile-popup .ast-builder-social-element svg {
    width: 15px;
    height: 15px;
    fill: currentColor !important;
  }
}

@media (max-width: 480px) {
  #ast-mobile-header .ast-primary-header-bar {
    width: calc(100% - 24px) !important;
  }

  #ast-mobile-popup .ast-mobile-popup-content {
    padding-right: calc(18px + env(safe-area-inset-right, 0px));
    padding-left: calc(18px + env(safe-area-inset-left, 0px));
  }

  #ast-mobile-popup .header-widget-area img {
    width: 92px !important;
    max-width: 92px !important;
    height: 92px !important;
  }
}

@media (max-width: 782px) {
  body.admin-bar #masthead {
    top: 46px;
  }
}

/* Final normalization against the current Astra customizer values. */
#primary-site-navigation-desktop .main-header-menu {
  background: transparent !important;
}

@media (min-width: 922px) {
  #ast-desktop-header .ast-site-identity,
  #ast-desktop-header .site-branding {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
}

@media (max-width: 921px) {
  #ast-mobile-header .ast-site-identity,
  #ast-mobile-header .site-branding {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  #masthead *,
  #ast-mobile-popup * {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
