/* Universal Awning phone links in the global header and footer. */
.ua-header-cta-group {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex: 0 0 auto;
}

.ua-header-cta-group .header-button {
  width: 156px;
  height: 54px;
  min-height: 54px;
  padding-right: 12px;
  padding-left: 12px;
  box-sizing: border-box;
  margin-left: 0 !important;
  text-align: center;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
}

.ua-header-cta-group .ua-header-phone {
  width: 156px;
  height: 54px;
  min-height: 54px;
}

.ua-header-phone {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 12px 17px;
  border: 1px solid #df1f2d;
  background: #df1f2d;
  color: #ffffff !important;
  box-sizing: border-box;
  font-family: Poppins, Arial, sans-serif;
  line-height: 1;
  text-decoration: none !important;
  white-space: nowrap;
  transition: opacity 180ms ease;
}

.ua-header-phone__label {
  display: none;
}

.ua-header-phone strong {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.025em;
}

.ua-header-phone:hover,
.ua-header-phone:focus-visible {
  border-color: #b71925;
  background: #b71925;
  color: #ffffff !important;
}

.ua-header-phone:focus-visible {
  outline: 2px solid #df1f2d;
  outline-offset: 5px;
}

/* The Webflow navigation script changes this link from white to navy as the
   transparent header becomes solid, because it also carries the nav text class. */
.navigation-menu-home-6 .ua-header-phone {
  color: #ffffff !important;
}

/* Webflow swaps to the dark logo once the header becomes solid. Keep that
   scrolled logo the same visual size as the 50px white logo shown at the top. */
@media screen and (min-width: 992px) {
  .navigation-menu-home-6 .brand-logo .image-ruc {
    height: 50px;
  }

  .navigation-menu-home-6 .nav-link-wrap {
    align-items: center;
    justify-content: flex-start;
    gap: 22px;
    height: auto;
  }

  .navigation-menu-home-6 .nav-link-wrap > .nav-item-title-white {
    min-height: 0;
    margin: 0;
    font-family: Muli, sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    white-space: nowrap;
  }

}

.ua-footer-phone {
  display: inline-flex;
  margin-top: 9px;
  color: #ffffff !important;
  font: 600 16px/1.4 Poppins, Arial, sans-serif;
  letter-spacing: 0.01em;
  text-decoration: none !important;
}

.ua-footer-phone:hover,
.ua-footer-phone:focus-visible {
  color: #ef3340 !important;
  text-decoration: underline !important;
  text-underline-offset: 4px;
}

.ua-city-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  flex: 0 0 auto;
}

.ua-city-header__actions .ua-header-phone {
  align-items: flex-end;
  color: #ffffff;
  min-height: 44px;
  padding: 10px 14px;
}

/* Keep the blog's vertical eyebrow clear of its headline. */
.section.banner-our-blog .main-title-wrapper.leadership {
  padding-left: 76px;
}

.section.banner-our-blog .vertical-inscription.h6-leadership {
  left: -18px;
  width: 132px;
}

.section.banner-our-blog .white-description-leadership.our-blog {
  width: calc(100% - 76px);
  margin-left: 76px;
}

@media screen and (max-width: 1399px) and (min-width: 992px) {
  .navigation-menu-home-6 .ua-header-cta-group {
    flex-direction: row;
    gap: 8px;
  }

  .navigation-menu-home-6 .ua-header-phone {
    width: 142px;
    height: 52px;
    min-height: 52px;
    padding: 11px 13px;
  }

  .navigation-menu-home-6 .ua-header-phone__label {
    display: none;
  }

  .navigation-menu-home-6 .ua-header-phone strong {
    font-size: 12px;
  }

  .navigation-menu-home-6 .header-button {
    width: 142px;
    height: 52px;
    min-height: 52px;
    padding: 14px 18px;
    font-size: 13px;
  }

  .navigation-menu-home-6 .nav-link-wrap {
    gap: 10px;
  }

  .navigation-menu-home-6 .nav-link-wrap .nav-item-title-white {
    font-size: 12px;
  }
}

@media screen and (max-width: 1180px) and (min-width: 992px) {
  .navigation-menu-home-6 .ua-header-phone {
    display: inline-flex;
  }

  .navigation-menu-home-6 .header-button {
    display: none;
  }

  .navigation-menu-home-6 .nav-link-wrap {
    gap: 10px;
  }
}

@media screen and (max-width: 1100px) {
  .ua-city-header__actions .ua-header-phone {
    display: inline-flex;
  }
}

@media screen and (max-width: 1100px) and (min-width: 992px) {
  .ua-city-header__actions > :not(.ua-header-phone) {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .navigation-menu-home-6 .ua-header-cta-group {
    display: contents;
  }

  .navigation-menu-home-6 .ua-header-phone {
    display: inline-flex;
    width: 142px;
    height: 48px;
    min-height: 48px;
    padding: 10px 12px;
  }

  .ua-city-header__actions .ua-header-phone {
    display: inline-flex;
  }

  .section.banner-our-blog .main-title-wrapper.leadership {
    padding-left: 64px;
  }

  .section.banner-our-blog .vertical-inscription.h6-leadership {
    left: -24px;
  }

  .section.banner-our-blog .white-description-leadership.our-blog {
    width: calc(100% - 64px);
    margin-left: 64px;
  }
}

@media screen and (max-width: 640px) {
  .navigation-menu-home-6 .header-button,
  .ua-city-header__actions > :not(.ua-header-phone) {
    display: none !important;
  }

  .ua-city-header__actions {
    display: flex !important;
    margin-left: auto;
  }
}

@media screen and (max-width: 430px) {
  .ua-city-header__inner {
    gap: 12px;
  }

  .ua-city-logo {
    width: 136px;
  }

  .ua-city-header__actions .ua-header-phone {
    min-height: 42px;
    padding: 9px 10px;
  }
}

@media screen and (max-width: 479px) {
  .section.banner-our-blog .main-title-wrapper.leadership {
    display: block;
    padding-left: 0;
  }

  .section.banner-our-blog .vertical-inscription.h6-leadership {
    width: auto;
    margin-bottom: 14px;
    position: static;
    transform: none;
  }

  .section.banner-our-blog .white-description-leadership.our-blog {
    width: 100%;
    margin-left: 0;
  }

  .ua-footer-phone {
    font-size: 15px;
  }
}

/* Local homepage product mock. Keep unpublished until approved. */
.ua-product-showcase {
  position: relative;
  overflow: hidden;
  padding: clamp(76px, 8vw, 124px) 24px;
  background: linear-gradient(135deg, rgba(176, 23, 31, 0.035), transparent 36%), #f4f3f0;
  color: #151515;
}

.ua-product-showcase::before {
  position: absolute;
  top: 0;
  left: max(24px, calc((100vw - 1240px) / 2));
  width: 72px;
  height: 4px;
  background: #b0171f;
  content: "";
}

.ua-products-shell {
  width: min(1240px, 100%);
  margin: 0 auto;
}

.ua-products-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: clamp(42px, 7vw, 96px);
  align-items: end;
  margin-bottom: clamp(42px, 5vw, 68px);
}

.ua-products-eyebrow {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 0 0 18px;
  color: #a9161e;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.ua-products-eyebrow::before {
  width: 30px;
  height: 1px;
  background: currentColor;
  content: "";
}

.ua-products-heading h2 {
  max-width: 720px;
  margin: 0;
  scroll-margin-top: 132px;
  color: #171717;
  font-size: clamp(40px, 5vw, 66px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.ua-products-intro {
  margin: 0 0 28px;
  color: #4e4e4e;
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.62;
}

.ua-products-all-link {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid #171717;
  color: #171717;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.ua-products-all-link::after {
  font-size: 17px;
  line-height: 1;
  content: "\2192";
}

.ua-products-all-link:hover,
.ua-products-all-link:focus-visible {
  border-color: #b0171f;
  background: #b0171f;
  color: #fff;
}

.ua-product-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
}

.ua-product-tile {
  position: relative;
  grid-column: span 4;
  min-height: clamp(315px, 31vw, 430px);
  overflow: hidden;
  background: #242424;
  color: #fff;
  text-decoration: none;
  isolation: isolate;
}

.ua-product-tile--wide {
  grid-column: span 5;
}

.ua-product-tile--narrow {
  grid-column: span 3;
}

.ua-product-tile img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 650ms cubic-bezier(0.22, 1, 0.36, 1), filter 350ms ease;
}

.ua-product-tile::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.03) 25%, rgba(0, 0, 0, 0.78) 100%);
  content: "";
  transition: background 250ms ease;
}

.ua-product-tile__content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: clamp(26px, 3vw, 38px);
}

.ua-product-tile__index {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ua-product-tile h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(24px, 2.25vw, 34px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.025em;
}

.ua-product-tile p {
  max-width: 480px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 1.5;
}

.ua-product-tile__arrow {
  position: absolute;
  top: 24px;
  right: 24px;
  display: grid;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 50%;
  place-items: center;
  color: #fff;
  font-size: 20px;
  transition: color 200ms ease, background-color 200ms ease, transform 200ms ease;
}

.ua-product-tile:hover img,
.ua-product-tile:focus-visible img {
  filter: saturate(1.06) contrast(1.02);
  transform: scale(1.045);
}

.ua-product-tile:hover::after,
.ua-product-tile:focus-visible::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.06) 18%, rgba(0, 0, 0, 0.84) 100%);
}

.ua-product-tile:hover .ua-product-tile__arrow,
.ua-product-tile:focus-visible .ua-product-tile__arrow {
  border-color: #b0171f;
  background: #b0171f;
  transform: translate(2px, -2px);
}

.ua-product-tile:focus-visible,
.ua-products-all-link:focus-visible {
  outline: 3px solid rgba(176, 23, 31, 0.38);
  outline-offset: 3px;
}

.ua-product-tile.ua-reveal-ready {
  opacity: 0;
  transform: translateY(22px);
}

.ua-product-tile.ua-reveal-ready.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 650ms ease var(--ua-delay, 0ms), transform 650ms cubic-bezier(0.22, 1, 0.36, 1) var(--ua-delay, 0ms);
}

@media (max-width: 1050px) {
  .ua-product-tile,
  .ua-product-tile--wide,
  .ua-product-tile--narrow {
    grid-column: span 6;
  }
}

@media (max-width: 767px) {
  .ua-product-showcase {
    padding: 72px 18px;
  }

  .ua-products-heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ua-products-heading h2 {
    font-size: clamp(38px, 12vw, 52px);
    line-height: 1;
  }

  .ua-products-all-link {
    width: 100%;
    justify-content: space-between;
  }

  .ua-product-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ua-product-tile,
  .ua-product-tile--wide,
  .ua-product-tile--narrow {
    grid-column: auto;
    min-height: 365px;
  }

  .ua-product-tile__content {
    padding: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ua-product-tile,
  .ua-product-tile img,
  .ua-product-tile__arrow {
    transition: none !important;
  }
}

.ua-home-products-viewall {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 42px;
}

.ua-home-products-viewall .primary-red-button_ce {
  min-width: 190px;
  text-align: center;
}
