/* Foxico-style home header + hero (Way2Fly) */
/* Montserrat loaded via local-fonts.css */

:root {
  --w2f-fox-blue: #ffd200;
  --w2f-fox-blue-hover: #000000;
  --w2f-fox-white: #ffffff;
  --w2f-fox-muted: rgba(255, 255, 255, 0.82);
  --w2f-logo-font: 'Ethnocentric', sans-serif;
}

body.home-fox-hero {
  font-family: 'Montserrat', sans-serif;
}

body.home-fox-hero h1,
body.home-fox-hero h2,
body.home-fox-hero h3,
body.home-fox-hero h4,
body.home-fox-hero h5,
body.home-fox-hero h6,
body.home-fox-hero .w2f-fox-hero__title,
body.home-fox-hero .w2f-fox-card__title,
body.home-fox-hero .w2f-fox-hero__watermark,
body.home-fox-hero .main-menu ul > li > a {
  font-family: var(--w2f-logo-font);
  letter-spacing: 0.04em;
}

/* ========== Transparent header ========== */
body.home-fox-hero .w2f-site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

body.home-fox-hero .w2f-fox-header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: transparent !important;
  padding: 0;
}

body.home-fox-hero .w2f-fox-header .header-container,
body.home-fox-hero .w2f-fox-header > .container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
}

body.home-fox-hero .w2f-fox-header .mega__menu-wrapper,
body.home-fox-hero .w2f-fox-header .header2__bg {
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.home-fox-hero .w2f-fox-header .header__main,
body.home-fox-hero .w2f-fox-header .header2__main {
  margin-top: 0 !important;
  min-height: 88px;
  padding: 18px 0;
}

body.home-fox-hero .w2f-fox-header .header__left,
body.home-fox-hero .w2f-fox-header .header-6__left,
body.home-fox-hero .w2f-fox-header .header2__left {
  margin-left: 0 !important;
}

body.home-fox-hero .w2f-fox-header .header__right,
body.home-fox-hero .w2f-fox-header .header-3__right,
body.home-fox-hero .w2f-fox-header .header2__right {
  margin-right: 0 !important;
}

body.home-fox-hero .w2f-fox-header .logo img {
  /* filter: brightness(0) invert(1); */
  max-height: 52px;
  width: auto;
}

body.home-fox-hero .w2f-fox-header .main-menu ul > li {
  margin-inline-end: 6px !important;
  margin-right: 6px !important;
}

body.home-fox-hero .w2f-fox-header .main-menu ul > li > a {
  color: var(--w2f-fox-white) !important;
  font-family: var(--w2f-logo-font);
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.08em;
  padding: 10px 6px !important;
  text-transform: uppercase;
}

/* Keep dropdown caret as icon — do not paint a white box behind ::after */
body.home-fox-hero .w2f-fox-header .main-menu ul > li > a::before {
  background: transparent !important;
}

body.home-fox-hero .w2f-fox-header .main-menu ul li.has-dropdown > a {
  padding-right: 16px !important;
}

body.home-fox-hero .w2f-fox-header .main-menu ul li.has-dropdown > a::after {
  background: none !important;
  background-image: none !important;
  color: #fff !important;
  font-family: "Font Awesome 6 Pro";
  font-size: 11px;
  font-weight: 700;
  content: "\f107";
  width: auto !important;
  height: auto !important;
  border: 0 !important;
  box-shadow: none !important;
  top: 50% !important;
  right: 4px !important;
  left: auto !important;
  transform: translateY(-50%);
  margin: 0;
  line-height: 1;
}

/* White icon dropdown panel — left aligned under Services */
body.home-fox-hero .w2f-fox-header .main-menu ul li .submenu.w2f-nav-dropdown,
body.home-fox-hero .w2f-fox-header .main-menu ul li .submenu {
  background: #ffffff !important;
  left: 0 !important;
  right: auto !important;
  transform: translateY(12px) !important;
  min-width: 300px;
  max-width: 340px;
  border: none !important;
  border-radius: 14px !important;
  padding: 14px 12px !important;
  box-shadow: 0 16px 40px rgba(8, 24, 40, 0.18) !important;
  margin-top: 0;
  top: calc(100% + 14px) !important;
  z-index: 1000;
}

body.home-fox-hero .w2f-fox-header .main-menu ul li:hover > .submenu.w2f-nav-dropdown,
body.home-fox-hero .w2f-fox-header .main-menu ul li:hover > .submenu {
  transform: translateY(0) !important;
  visibility: visible;
  opacity: 1;
}

/* Top caret — left side */
body.home-fox-hero .w2f-fox-header .main-menu ul li .submenu.w2f-nav-dropdown::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 28px;
  transform: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #ffffff transparent;
  filter: drop-shadow(0 -2px 2px rgba(8, 24, 40, 0.06));
}

body.home-fox-hero .w2f-fox-header .main-menu ul li .submenu.w2f-nav-dropdown li,
body.home-fox-hero .w2f-fox-header .main-menu ul li .submenu li {
  transform: none !important;
  margin: 0 0 4px !important;
  width: 100%;
}

body.home-fox-hero .w2f-fox-header .main-menu ul li .submenu.w2f-nav-dropdown li:last-child {
  margin-bottom: 0 !important;
}

body.home-fox-hero .w2f-fox-header .main-menu ul li .submenu.w2f-nav-dropdown li a,
body.home-fox-hero .w2f-fox-header .main-menu ul li .submenu li a {
  display: flex !important;
  align-items: center;
  gap: 12px;
  position: relative;
  color: #081828 !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  line-height: 1.35 !important;
  padding: 11px 14px !important;
  white-space: normal;
  border-radius: 10px;
  transition: background 0.25s ease, color 0.25s ease;
}

/* Kill theme green underline/dot markers (not FA icons) */
body.home-fox-hero .w2f-fox-header .main-menu ul li .submenu.w2f-nav-dropdown li a::before,
body.home-fox-hero .w2f-fox-header .main-menu ul li .submenu li a::before {
  display: none !important;
  content: none !important;
}

body.home-fox-hero .w2f-fox-header .main-menu ul li .submenu.w2f-nav-dropdown li a::after {
  display: none !important;
  content: none !important;
}

body.home-fox-hero .w2f-fox-header .main-menu ul li .submenu.w2f-nav-dropdown .w2f-nav-dropdown__icon {
  flex-shrink: 0;
  width: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #081828;
  transition: color 0.25s ease;
}

/* Keep Font Awesome working inside links that force Plus Jakarta */
body.home-fox-hero .w2f-fox-header .main-menu ul li .submenu.w2f-nav-dropdown .w2f-nav-dropdown__icon i,
body.home-fox-hero .w2f-fox-header .main-menu ul li .submenu.w2f-nav-dropdown .w2f-nav-dropdown__icon .fa-solid {
  font-family: "Font Awesome 6 Pro" !important;
  font-weight: 900 !important;
  font-style: normal !important;
  line-height: 1 !important;
  display: inline-block !important;
}

body.home-fox-hero .w2f-fox-header .main-menu ul li .submenu.w2f-nav-dropdown .w2f-nav-dropdown__text {
  flex: 1;
  min-width: 0;
  padding-right: 0;
}

body.home-fox-hero .w2f-fox-header .main-menu ul li .submenu.w2f-nav-dropdown li:hover > a,
body.home-fox-hero .w2f-fox-header .main-menu ul li .submenu.w2f-nav-dropdown li a:hover {
  background: #ffd200 !important;
  color: #000000 !important;
}

body.home-fox-hero .w2f-fox-header .main-menu ul li .submenu.w2f-nav-dropdown li:hover > a .w2f-nav-dropdown__icon,
body.home-fox-hero .w2f-fox-header .main-menu ul li .submenu.w2f-nav-dropdown li a:hover .w2f-nav-dropdown__icon,
body.home-fox-hero .w2f-fox-header .main-menu ul li .submenu.w2f-nav-dropdown li:hover > a .w2f-nav-dropdown__icon i,
body.home-fox-hero .w2f-fox-header .main-menu ul li .submenu.w2f-nav-dropdown li a:hover .w2f-nav-dropdown__icon i,
body.home-fox-hero .w2f-fox-header .main-menu ul li .submenu.w2f-nav-dropdown li:hover > a .w2f-nav-dropdown__text,
body.home-fox-hero .w2f-fox-header .main-menu ul li .submenu.w2f-nav-dropdown li a:hover .w2f-nav-dropdown__text {
  color: #000000 !important;
}

body.home-fox-hero .w2f-fox-header .main-menu ul > li:hover > a,
body.home-fox-hero .w2f-fox-header .main-menu ul > li.active > a {
  color: var(--w2f-fox-white) !important;
  opacity: 0.85;
}

body.home-fox-hero .w2f-fox-header .main-menu ul > li.has-dropdown:hover > a {
  opacity: 1 !important;
  background: transparent !important;
}

body.home-fox-hero .w2f-fox-header .header__btn-wrap {
  display: none !important;
}

body.home-fox-hero .w2f-fox-search {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease, border-color 0.3s ease;
}

body.home-fox-hero .w2f-fox-search:hover {
  background: rgba(255, 255, 255, 0.15);
}

body.home-fox-hero .w2f-fox-search svg path {
  stroke: #fff !important;
}

body.home-fox-hero .w2f-fox-hello {
  color: var(--w2f-fox-white);
  font-size: 15px;
  font-weight: 500;
  margin-left: 18px;
  text-decoration: none;
  white-space: nowrap;
}

body.home-fox-hero .w2f-fox-hello:hover {
  color: var(--w2f-fox-white);
  opacity: 0.85;
}

body.home-fox-hero .w2f-fox-header .bar-icon span {
  background: #fff !important;
}

/* Sticky: compact bar so it does not swallow hero content */
body.home-fox-hero .w2f-fox-header.rs-sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(8, 24, 40, 0.94) !important;
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  padding: 0 !important;
  margin: 0 !important;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  z-index: 999;
}

/* Hide top bar while main nav is sticky */
body.home-fox-hero .w2f-site-header:has(.w2f-fox-header.rs-sticky) .w2f-header-top {
  display: none;
}

/* Search popup must sit above sticky header (z-index 999) */
body.home-fox-hero #popup-search-box {
  z-index: 10050;
}

body.home-fox-hero .w2f-fox-header.rs-sticky .header__main,
body.home-fox-hero .w2f-fox-header.rs-sticky .header2__main {
  margin-top: 0 !important;
  min-height: 64px;
  padding: 8px 0;
}

body.home-fox-hero .w2f-fox-header.rs-sticky .header2__bg {
  background: transparent !important;
  border-radius: 0 !important;
}

body.home-fox-hero .w2f-fox-header.rs-sticky .mega__menu-wrapper {
  background: transparent !important;
}

/* ========== Hero ========== */
.w2f-fox-hero {
  position: relative;
  min-height: 780px;
  height: 85vh;
  max-height: 900px;
  width: 100%;
  overflow: hidden;
  color: var(--w2f-fox-white);
  font-family: 'Montserrat', sans-serif;
}

.w2f-fox-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: opacity 0.7s ease, transform 1.2s ease;
  transform: scale(1.04);
  z-index: 0;
}

.w2f-fox-hero__bg.is-active {
  opacity: 1;
  transform: scale(1);
}

.w2f-fox-hero__bg:not(.is-active) {
  opacity: 0;
}

.w2f-fox-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.72) 0%,
      rgba(0, 0, 0, 0.48) 42%,
      rgba(0, 0, 0, 0.55) 100%
    ),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.28) 0%,
      rgba(0, 0, 0, 0.12) 40%,
      rgba(0, 0, 0, 0.45) 100%
    );
  z-index: 1;
  pointer-events: none;
}

.w2f-fox-hero__inner {
  position: relative;
  z-index: 2;
  min-height: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: minmax(320px, 1.05fr) minmax(400px, 520px);
  gap: 36px;
  align-items: center;
  padding: 100px 48px 90px;
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}

.w2f-fox-hero__left {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  z-index: 3;
  padding-bottom: 40px;
  min-width: 0;
}

.w2f-fox-hero__rail {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  width: 36px;
  position: relative;
  z-index: 6;
  padding-top: 6px;
  align-self: stretch;
  min-height: 320px;
}

.w2f-fox-hero__rail-num {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1.5px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  background: transparent;
  color: #fff;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  line-height: 1;
}

.w2f-fox-hero__rail-track {
  position: relative;
  width: 2px;
  flex: 1 1 auto;
  min-height: 180px;
  margin: 0;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  padding: 28px 0;
}

.w2f-fox-hero__rail-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  /* sit centered on the 2px line */
  box-shadow: none;
}

.w2f-fox-hero__rail-count {
  margin-top: 18px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
  line-height: 1;
  flex-shrink: 0;
}

/* legacy selectors unused */
.w2f-fox-hero__rail-line,
.w2f-fox-hero__vert-count {
  display: none !important;
}

.w2f-fox-hero__copy {
  max-width: 560px;
  position: relative;
  z-index: 2;
  animation: w2fFoxFadeUp 0.9s ease both;
}

.w2f-fox-hero__title {
  font-size: clamp(20px, 2.8vw, 34px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 18px;
  position: relative;
  z-index: 2;
  white-space: normal;
  overflow: visible;
  max-width: 540px;
  font-family: 'Ethnocentric', sans-serif;
}

.w2f-fox-hero__text {
  font-size: 15px;
  line-height: 1.7;
  color: var(--w2f-fox-muted);
  max-width: 420px;
  margin: 0 0 28px;
  font-weight: 400;
}

.w2f-fox-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--w2f-fox-blue);
  color: #000 !important;
  padding: 12px 22px;
  border-radius: 10px;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
  transition: background 0.3s ease, transform 0.3s ease, color 0.3s ease;
  box-shadow: 0 10px 28px rgba(255, 210, 0, 0.35);
}

.w2f-fox-hero__cta:hover {
  background: var(--w2f-fox-blue-hover);
  color: #fff !important;
  transform: translateY(-2px);
}

.w2f-fox-hero__watermark {
  position: absolute;
  left: 56px;
  bottom: 0;
  font-size: clamp(28px, 4.2vw, 48px);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.12);
  line-height: 1;
  pointer-events: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
  z-index: 0;
  max-width: calc(100% - 80px);
  overflow: visible;
  animation: w2fFoxFadeIn 1s ease 0.2s both;
}

/* Cards match ref image 3: title+dots above; active taller & higher; next lower & shorter */
.w2f-fox-hero__right {
  position: relative;
  z-index: 1;
  min-height: 480px;
  display: flex;
  align-items: flex-start;
  min-width: 0;
  overflow: hidden;
  max-width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
}

.w2f-fox-cards {
  width: 100%;
  overflow: hidden;
  padding: 0 0 16px;
}

.w2f-fox-cards .swiper-wrapper {
  align-items: flex-start;
}

.w2f-fox-card {
  position: relative;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  height: auto;
  border-radius: 0;
  overflow: visible;
  display: flex;
  flex-direction: column;
  transition: margin-top 0.45s ease;
  margin-top: 0;
}

/* Active first card sits higher; following cards drop lower */
.w2f-fox-cards .swiper-slide-active .w2f-fox-card {
  margin-top: 0;
  padding-top: 0;
}

.w2f-fox-cards .swiper-slide:not(.swiper-slide-active) .w2f-fox-card {
  margin-top: 52px;
  padding-top: 0;
}

.w2f-fox-card__meta {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 2;
  /* margin: 0 0 14px; */
  padding: 0 4px;
  min-height: 48px;
}

.w2f-fox-card__title {
  margin: 0 0 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.w2f-fox-card__rating {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 0;
}

.w2f-fox-card__rating span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  flex-shrink: 0;
}

.w2f-fox-card__rating span.is-on {
  background: #fff;
}

.w2f-fox-card__rating span.is-on:first-child {
  width: 8px;
  height: 8px;
}

.w2f-fox-card__media {
  position: relative;
  width: 100%;
  height: 250px;
  border-radius: 24px;
  overflow: hidden;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  transition: height 0.45s ease;
}

.w2f-fox-cards .swiper-slide-active .w2f-fox-card__media {
  height: 320px;
}

.w2f-fox-card__media img {
  display: block !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: transparent;
  border-radius: 24px;
}

.w2f-fox-cards .swiper-slide {
  background: transparent !important;
  cursor: pointer;
}

.w2f-fox-card__bookmark {
  display: none !important;
}

.w2f-fox-card__overlay {
  display: none !important;
}

/* Controls */
.w2f-fox-hero__nav {
  position: absolute;
  left: 50%;
  bottom: 42px;
  transform: translateX(-50%);
  display: flex;
  gap: 14px;
  z-index: 4;
}

.w2f-fox-hero__nav-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(6px);
  transition: background 0.3s ease, border-color 0.3s ease;
}

.w2f-fox-hero__nav-btn:hover {
  background: rgba(255, 255, 255, 0.24);
  border-color: #fff;
}

.w2f-fox-hero__progress {
  position: absolute;
  right: 48px;
  bottom: 48px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.9);
}

.w2f-fox-hero__progress-bar {
  width: 56px;
  height: 2px;
  background: rgba(255, 255, 255, 0.35);
  position: relative;
  overflow: hidden;
}

.w2f-fox-hero__progress-bar span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 33%;
  background: #fff;
  transition: width 0.4s ease;
}

@keyframes w2fFoxFadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes w2fFoxFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* ========== Responsive ========== */
@media (max-width: 1199px) {
  body.home-fox-hero .w2f-fox-header > .container {
    padding: 0 24px;
  }

  .w2f-fox-hero {
    height: auto;
    min-height: 720px;
    max-height: none;
  }

  .w2f-fox-hero__inner {
    grid-template-columns: 1fr;
    padding: 100px 24px 100px;
    gap: 28px;
    height: auto;
  }

  .w2f-fox-hero__right {
    min-height: 320px;
    max-width: 100%;
    align-items: flex-start;
  }

  .w2f-fox-cards .swiper-slide-active .w2f-fox-card {
    margin-top: 0;
  }

  .w2f-fox-cards .swiper-slide:not(.swiper-slide-active) .w2f-fox-card {
    margin-top: 28px;
  }

  .w2f-fox-card__media {
    height: 210px;
  }

  .w2f-fox-cards .swiper-slide-active .w2f-fox-card__media {
    height: 280px;
  }

  .w2f-fox-hero__watermark {
    left: 50px;
    bottom: 0;
    font-size: 36px;
  }

  .w2f-fox-hero__progress {
    right: 24px;
    bottom: 28px;
  }

  .w2f-fox-hero__nav {
    bottom: 28px;
  }
}

@media (max-width: 767px) {
  body.home-fox-hero .w2f-fox-hello {
    display: none;
  }

  .w2f-fox-hero__left {
    gap: 16px;
  }

  .w2f-fox-hero__rail {
    min-height: 240px;
  }

  .w2f-fox-hero__rail-track {
    min-height: 120px;
    padding: 18px 0;
  }

  .w2f-fox-hero__title {
    font-size: 22px;
    white-space: normal;
  }

  .w2f-fox-hero__text {
    font-size: 14px;
  }

  .w2f-fox-hero__watermark {
    display: none;
  }

  .w2f-fox-card__media {
    height: 190px;
  }

  .w2f-fox-cards .swiper-slide-active .w2f-fox-card__media {
    height: 240px;
  }

  .w2f-fox-cards .swiper-slide:not(.swiper-slide-active) .w2f-fox-card {
    margin-top: 16px;
  }

  .w2f-fox-hero__nav-btn {
    width: 44px;
    height: 44px;
  }

  .w2f-fox-hero__inner {
    padding-bottom: 140px;
  }

  .w2f-fox-hero__nav {
    bottom: 70px;
  }

  .w2f-fox-hero__progress {
    bottom: 28px;
    right: 16px;
  }
}

/* Keep following sections clear of full-viewport hero */
body.home-fox-hero .feature-6 {
  margin-top: 0;
  position: relative;
  z-index: 2;
}

/* Submenu readability over hero — handled above with alignment */
