/* MHERO II model page — prevent horizontal scroll from sliders / wide layers */
.mhero2-page {
  overflow-x: hidden;
}

.mhero-framed-carousel {
  overflow: hidden;
  max-width: 100%;
}

.mhero-framed-carousel__slider.framed-slider.w-slider {
  overflow: hidden;
}

/* MHERO II model hero — Figma Mhero-II-UI-page (570:857 / 570:866 / 570:1268) */

.mhero2-hero.home-title-section {
  padding: 80px max(24px, 5vw) max(32px, 5vw);
  overflow: hidden;
}

.mhero2-hero.home-title-section::after {
  content: '';
  position: absolute;
  left: calc(0 * max(24px, 5vw));
  bottom: calc(0 * max(33px, 6vw));
  z-index: 2;
  width: min(3820px, calc(57vw + max(23px, 4vw)));
  height: min(1480px, calc(58vh + max(32px, 20vw)));
  pointer-events: none;
  background: radial-gradient(
    ellipse 100% 100% at 0% 100%,
    rgba(23, 30, 33, 0.92) 0%,
    rgba(23, 30, 33, 0.58) 46%,
    rgba(23, 30, 33, 0) 78%
  );
}

.mhero2-hero__bg {
  background-color: #171e21;
  position: absolute;
  inset: 0;
  z-index: 1;
}

.mhero2-hero__stage {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.mhero2-hero__stage--mobile {
  display: none;
}

.mhero2-hero__layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.mhero2-hero__layer img {
  position: absolute;
  max-width: none;
  object-fit: cover;
}

.mhero2-hero__layer--desk-b img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.mhero2-hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  max-width: 560px;
  width: 100%;
  margin-top: auto;
  position: relative;
  z-index: 3;
}

.mhero2-hero__title {
  margin: 0;
  font-family: Figtree, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  color: var(--white);
}

.mhero2-hero__title-prefix,
.mhero2-hero__title-tagline {
  display: inline;
  vertical-align: baseline;
}

.mhero2-hero__body {
  margin: 0;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  color: var(--white);
}

.mhero2-hero__cta {
  box-sizing: border-box;
  min-height: 45px;
  height: auto;
  padding: 13px 16px 12px;
  width: 184px;
  max-width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
}

@media screen and (max-width: 991px) {
  .mhero2-hero.home-title-section {
    aspect-ratio: auto;
    padding-right: max(24px, 5vw);
    margin-top: -99px;
    padding-top: 85px;
  }
}

@media screen and (max-width: 767px) {
  .mhero2-hero__stage--desktop {
    display: none;
  }

  .mhero2-hero__stage--mobile {
    display: block;
  }

  .mhero2-hero__layer--mob-a img {
    width: 273.43%;
    height: 118.8%;
    left: -78.82%;
    top: -18.82%;
  }

  .mhero2-hero__layer--mob-b img {
    width: 210.7%;
    height: 99.96%;
    left: -55.35%;
    top: 0.02%;
  }

  .mhero2-hero.home-title-section {
    margin-top: -84px;
    padding-top: 84px;
    padding-left: 19px;
    padding-right: 19px;
    padding-bottom: max(28px, 5vw);
    min-height: 100vh;
    height: auto;
    flex-flow: column nowrap;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: stretch;
    aspect-ratio: auto;
  }

  .mhero2-hero .home-title-wrap {
    padding: 0;
  }

  .mhero2-hero__content {
    gap: 24px;
    max-width: none;
    align-items: stretch;
  }

  .mhero2-hero__title {
    font-size: 32px;
    line-height: 38.4px;
  }

  .mhero2-hero__title-tagline {
    text-transform: uppercase;
  }

  .mhero2-hero__cta {
    width: 100%;
    min-height: 44px;
  }
}

@media screen and (min-width: 1920px) {
  .mhero2-hero.home-title-section {
    padding-left: max(24px, 5vw);
    padding-right: max(24px, 5vw);
  }
}

/* Experience lead — Figma 570:871 desktop, 570:1306 mobile */

.mhero2-shades-section {
  background-color: #161e21;
  color: var(--white);
  padding: clamp(48px, 7vw, 96px) max(24px, 5vw);
}

.mhero2-shades-section__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  max-width: 1008px;
  margin: 0 auto;
  text-align: center;
}

.mhero2-shades-section__cluster {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
}

.mhero2-shades-section__title {
  margin: 0;
  max-width: min(971px, 100%);
  font-family: Figtree, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
  color: var(--white);
}

.mhero2-shades-carousel {
  width: min(1008px, 100%);
}

/* Shades carousel image crops — Figma 462:435 slide 2 + existing shades stack */
.mhero-framed-carousel--shades__stack-clip {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.mhero-framed-carousel--shades__img--slide1b {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.mhero-framed-carousel--shades__img--slide2c {
  position: absolute;
  width: 156.3%;
  height: 172.31%;
  left: -32.03%;
  top: -42.32%;
  max-width: none;
  object-fit: cover;
}

.mhero2-shades-section__body {
  margin: 0;
  max-width: min(936px, 100%);
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  color: var(--white);
  text-align: center;
}

@media screen and (max-width: 767px) {
  .mhero2-shades-section {
    padding-top: 40px;
    padding-bottom: 48px;
  }

  .mhero2-shades-section__inner {
    align-items: flex-start;
    gap: 21px;
    text-align: start;
  }

  .mhero2-shades-section__cluster {
    align-items: flex-start;
    gap: 22px;
  }

  .mhero2-shades-section__title {
    max-width: min(299px, 100%);
    font-size: 32px;
    line-height: 38.4px;
    text-align: start;
  }

  .mhero2-shades-section__body {
    max-width: none;
    text-align: start;
  }
}

/* Power banner + spec strip — Figma 570:877, 570:881 desktop; 512:146, 512:150 mobile */

.mhero2-power-section {
  color: var(--white);
}

.mhero2-power-section__banner {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: min(92vh, 960px);
  min-height: 280px;
  overflow: hidden;
  background-color: #0a0c0d;
}

.mhero2-power-section__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.mhero2-power-section__layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.mhero2-power-section__layer img {
  position: absolute;
  max-width: none;
  object-fit: cover;
}

.mhero2-power-section__layer--a img {
  width: 114.68%;
  height: 114.82%;
  left: -7.37%;
  top: -3.33%;
}

.mhero2-power-section__layer--b img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.mhero2-power-section__gradient {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(180.39deg, #000 5.44%, rgba(0, 0, 0, 0) 37.81%);
}

.mhero2-power-section__intro {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: clamp(48px, 11vw, 103px);
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: min(723px, calc(100% - 48px));
  text-align: center;
}

.mhero2-power-section__title {
  margin: 0;
  font-family: Figtree, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
  color: var(--white);
}

.mhero2-power-section__subtitle {
  margin: 0;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  color: var(--white);
}

.mhero2-power-section__stats {
  background-color: #161e21;
  padding: 30px max(24px, 5vw) clamp(40px, 5vw, 72px);
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 28px 20px;
  max-width: 1440px;
  margin: 0 auto;
}

.mhero2-power-section__stat {
  border-top: 1px solid #376e74;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  text-align: start;
  min-width: 0;
}

.mhero2-power-section__stat-value {
  font-family: Figtree, sans-serif;
  font-size: clamp(28px, 4vw, 39px);
  font-weight: 300;
  line-height: 46.8px;
  color: var(--white);
  white-space: nowrap;
}

.mhero2-power-section__stat-label {
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  color: var(--white);
}

@media screen and (max-width: 1100px) {
  .mhero2-power-section__stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (max-width: 767px) {
  .mhero2-power-section__banner {
    aspect-ratio: 390 / 585;
    max-height: none;
    min-height: 0;
  }

  .mhero2-power-section__layer--a img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
  }

  .mhero2-power-section__layer--b {
    display: none;
  }

  .mhero2-power-section__gradient {
    background: linear-gradient(181.48deg, #000 12.652%, rgba(0, 0, 0, 0) 41.969%);
  }

  .mhero2-power-section__intro {
    top: 19px;
    gap: 21px;
    width: min(312px, calc(100% - 78px));
  }

  .mhero2-power-section__title {
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
  }

  .mhero2-power-section__subtitle {
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
  }

  .mhero2-power-section__stats {
    grid-template-columns: 1fr;
    padding: 20px 19.5px 40px;
    gap: 19px;
    max-width: none;
  }

  .mhero2-power-section__stat {
    min-height: 78.91px;
    padding-top: 20px;
    gap: 1px;
    box-sizing: border-box;
  }

  .mhero2-power-section__stat-value {
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    white-space: nowrap;
  }

  .mhero2-power-section__stat-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
  }
}

/* City + carousel — Figma 112:1998, 112:2081 / 18:776, mobile 512:171 */

.mhero2-city-section {
  background-color: #161e21;
  color: var(--white);
  padding: clamp(48px, 7vw, 90px) max(24px, 5vw) clamp(56px, 8vw, 100px);
}

.mhero2-city-section__shell {
  max-width: 1296px;
  margin: 0 auto;
}

.mhero2-city-section__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-bottom: clamp(40px, 5vw, 62px);
  text-align: center;
}

.mhero2-city-section__title {
  margin: 0;
  font-family: Figtree, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
  color: var(--white);
}

.mhero2-city-section__lede {
  margin: 0;
  max-width: 100%;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  color: var(--white);
}

/* City carousel image crops — component: components/framed-carousel.php */
.mhero-framed-carousel--city__img--slide1 {
  position: absolute;
  width: 120.41%;
  height: 119.48%;
  left: -0.01%;
  top: -9.74%;
  max-width: none;
  object-fit: cover;
}

.mhero-framed-carousel--city__stack-clip {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.mhero-framed-carousel--city__img--slide2a {
  position: absolute;
  width: 128.15%;
  height: 128.15%;
  left: -14.05%;
  top: -13.95%;
  max-width: none;
  object-fit: cover;
}

.mhero-framed-carousel--city__img--slide2b {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.mhero-framed-carousel--city__img--slide3 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .mhero2-city-section__intro {
    align-items: flex-start;
    gap: 22px;
    margin-bottom: 22px;
    text-align: start;
  }

  .mhero2-city-section__title {
    font-size: 32px;
    line-height: 38.4px;
    max-width: min(299px, 100%);
  }

}

/* Noticed — Figma 112:2001 hero + intro; mobile hero 512:219 */

.mhero2-noticed-section {
  background-color: #eaeaeb;
}

.mhero2-noticed-section__hero {
  width: 100%;
  background-color: #eaeaeb;
}

.mhero2-noticed-section__hero-stage {
  position: relative;
  width: 100%;
  aspect-ratio: 1440 / 810;
  max-height: min(90vh, 810px);
  overflow: hidden;
  margin: 0 auto;
}

.mhero2-noticed-section__hero-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.mhero2-noticed-section__hero-layer img {
  position: absolute;
  max-width: none;
  object-fit: cover;
}

/* Composite — matches exported layer transforms (112:2001) */
.mhero2-noticed-section__hero-layer--a img {
  width: 131.41%;
  height: 130.94%;
  left: -22.71%;
  top: -30.98%;
}

.mhero2-noticed-section__hero-layer--b img {
  width: 100%;
  height: 100%;
}

.mhero2-noticed-section__intro {
  background-color: #eaeaeb;
  color: #171e21;
  padding: clamp(48px, 7vw, 90px) max(24px, 5vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  text-align: center;
}

.mhero2-noticed-section__title {
  margin: 0;
  max-width: min(936px, 100%);
  font-family: Figtree, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
  color: #171e21;
}

.mhero2-noticed-section__lede {
  margin: 0;
  max-width: min(936px, 100%);
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  color: #171e21;
}

@media screen and (max-width: 767px) {
  .mhero2-noticed-section__hero-stage {
    aspect-ratio: 390 / 585;
    max-height: none;
  }

  .mhero2-noticed-section__hero-layer--a img {
    width: 242.02%;
    height: 108.7%;
    left: -76%;
    top: -8.73%;
  }

  .mhero2-noticed-section__hero-layer--b img {
    width: 100%;
    height: 100%;
  }

  .mhero2-noticed-section__intro {
    align-items: flex-start;
    gap: 22px;
    padding: 21px 19.5px 0;
    text-align: start;
  }

  .mhero2-noticed-section__title {
    font-size: 32px;
    line-height: 38.4px;
    max-width: min(298.64px, 100%);
    text-transform: capitalize;
  }

  .mhero2-noticed-section__lede {
    max-width: min(351px, 100%);
  }
}

/* MHERO II interior — mobile dropdown + panel (Figma 512:203) */
.mhero2-interior__mobile-tab-toggle,
.mhero2-interior__mobile-tab-menu {
  display: none;
}

.mhero2-interior__tabs.standard-brand-tabs {
  position: relative;
}

/* MHERO II interior — desktop/tablet centering (from mhero.ae Figma 112:2083) */
#interior.tabs-section.light.mhero2-interior {
  background-color: #eaeaeb;
}

.mhero2-interior .text-intro {
  align-items: center;
  text-align: center;
  max-width: 61.75rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  width: 100%;
}

.mhero2-interior .text-intro .h3 {
  margin-bottom: 0;
  color: #171e21;
  line-height: 1.2;
}

.mhero2-interior .text-intro .p-16 {
  margin-top: 30px;
  margin-bottom: 0;
  color: #171e21;
  font-weight: 500;
}

.mhero2-interior .mhero2-interior__tabs-wrap {
  margin-top: 4.625rem;
  width: 100%;
  max-width: 63rem;
  margin-left: auto;
  margin-right: auto;
}

.mhero2-interior .standard-brand-tabs.w-tabs {
  width: 100%;
}

.mhero2-interior .standard-tabs-menu.light.w-tab-menu {
  justify-content: center;
  align-items: stretch;
  column-gap: 1.875rem;
  row-gap: 0.5rem;
  flex-wrap: wrap;
  overflow: visible;
  border: none;
  background: transparent;
  box-shadow: none;
  width: 100%;
}

.mhero2-interior .standard-tab-link1.light {
  flex: 0 1 auto;
  width: auto;
  min-width: 10rem;
  max-width: 17rem;
  min-height: 2.75rem;
  padding: 9px 14px 12px;
  margin: 0;
  box-sizing: border-box;
  border: none;
  border-bottom: 2px solid #174d56;
  border-radius: 0;
  background: transparent;
  opacity: 0.5;
  color: #1b1e20;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  justify-content: center;
  text-align: center;
}

.mhero2-interior .standard-tab-link1.light:hover {
  opacity: 0.75;
}

.mhero2-interior .standard-tab-link1.light.w--current {
  background-color: #d9d9d9;
  opacity: 1;
  color: #1b1e20;
}

.mhero2-interior .standard-tab-link1.light.w--current .p-16 {
  color: inherit;
}

.mhero2-interior .stamdard-tabs-content.margin-40-top {
  margin-top: 2.5rem;
}

.mhero2-interior .standard-tab-pane1 .mhero2-interior__hero-img {
  aspect-ratio: 1008 / 567;
  width: 100%;
  height: auto;
  object-fit: cover;
  max-width: none;
  display: block;
  background-color: #e0e0e0;
}

.mhero2-interior .standard-tab-pane1 .tab-text-wrap {
  margin-top: 1.5rem;
  max-width: 100%;
}

.mhero2-interior .standard-tab-pane1 .tab-text-wrap .h5 {
  color: #171e21;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}

.mhero2-interior .standard-tab-pane1 .tab-text-wrap .p-16 {
  color: #171e21;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  max-width: 62.8rem;
}

.mhero2-interior .standard-tab-pane1 .tab-text-wrap .p-16:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .mhero2-interior .text-intro .p-16 {
    margin-top: 1.25rem;
  }

  .mhero2-interior .mhero2-interior__tabs-wrap {
    margin-top: 2.5rem;
  }

  .mhero2-interior .standard-tabs-menu.light.w-tab-menu {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    flex-flow: row nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    column-gap: 12px;
    row-gap: 0;
    width: 100%;
    padding-bottom: 8px;
    scroll-snap-type: x proximity;
  }

  .mhero2-interior .standard-tab-link1.light {
    width: auto;
    min-width: 8.5rem;
    flex-shrink: 0;
    scroll-snap-align: start;
  }

  .mhero2-interior .standard-tab-link1.light.w--current {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .mhero2-interior.tabs-section.light {
    padding-left: 19.5px;
    padding-right: 19.5px;
  }

  .mhero2-interior .text-intro {
    align-items: flex-start;
    text-align: left;
    max-width: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    gap: 21px;
    display: flex;
    flex-direction: column;
  }

  .mhero2-interior .text-intro .h3 {
    font-size: 32px;
    line-height: 38.4px;
    font-weight: 700;
    width: 100%;
  }

  .mhero2-interior .text-intro .p-16 {
    margin-top: 0;
    font-size: 16px;
    line-height: 22.4px;
    font-weight: 500;
    width: 100%;
  }

  .mhero2-interior .mhero2-interior__tabs-wrap {
    margin-top: 21px;
    max-width: none;
  }

  .mhero2-interior .mhero2-interior__tab-menu.standard-tabs-menu {
    display: none !important;
  }

  .mhero2-interior__mobile-tab-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 44px;
    margin: 0;
    padding: 0 20px;
    border: 1px solid #174d56;
    border-radius: 0;
    background: #fff;
    color: #171e21;
    font-family: Figtree, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22.4px;
    text-align: left;
    cursor: pointer;
  }

  .mhero2-interior__mobile-tab-icon {
    width: 16px;
    height: auto;
    flex: 0 0 auto;
    transition: transform 160ms ease;
  }

  .mhero2-interior--tabs-open .mhero2-interior__mobile-tab-icon {
    transform: rotate(180deg);
  }

  .mhero2-interior__mobile-tab-menu {
    display: none;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid #174d56;
    border-top: 0;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.24);
    position: absolute;
    z-index: 4;
    top: 44px;
    left: 0;
    right: 0;
    overflow: hidden;
  }

  .mhero2-interior--tabs-open .mhero2-interior__mobile-tab-menu {
    display: flex;
  }

  .mhero2-interior__mobile-tab-option {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: 44px;
    padding: 10px 20px;
    border: 0;
    border-bottom: 1px solid rgba(23, 78, 86, 0.25);
    border-radius: 0;
    background: #fff;
    color: #171e21;
    font-family: Figtree, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22.4px;
    text-align: left;
    cursor: pointer;
  }

  .mhero2-interior__mobile-tab-option:last-child {
    border-bottom: 0;
  }

  .mhero2-interior__mobile-tab-option.is-active {
    background: #f0f3f3;
  }

  .mhero2-interior .mhero2-interior__tab-content,
  .mhero2-interior .stamdard-tabs-content.margin-40-top {
    margin-top: 21px;
  }

  .mhero2-interior .standard-tab-pane1 .mhero2-interior__hero-img {
    aspect-ratio: 351 / 197.44;
  }

  .mhero2-interior .standard-tab-pane1 .tab-text-wrap {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 11px;
  }

  .mhero2-interior .standard-tab-pane1 .tab-text-wrap .h5 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0;
  }

  .mhero2-interior .standard-tab-pane1 .tab-text-wrap .p-16 {
    font-size: 16px;
    line-height: 22.4px;
    font-weight: 500;
  }
}

/* Dual carousel — Figma 460:333 desktop; mobile 512:182 */

.mhero2-dual-carousel.gallery-slider-section {
  background-color: #eaeaeb;
  color: #171e21;
  padding: 0 max(24px, 5vw) clamp(56px, 8vw, 100px);
  box-sizing: border-box;
  overflow: hidden;
}

.mhero2-dual-carousel .double-gallery-slider {
  max-width: 1296px;
  width: 100%;
  height: auto !important;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.mhero2-dual-carousel .gallery-slider-mask {
  height: auto !important;
  min-height: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: visible !important;
}

.mhero2-dual-carousel .double-gallery-slide {
  width: 90% !important;
  margin-right: 0;
  height: auto !important;
  vertical-align: top;
}

.mhero2-dual-carousel .double-gallery-slide-image-wrap {
  aspect-ratio: 1296 / 486;
  width: 100%;
  margin-right: 0 !important;
  overflow: hidden;
  background-color: #d8d9db;
}

.mhero2-dual-carousel .double-gallery-slide-image {
  aspect-ratio: auto;
  width: 50%;
  max-width: none;
  height: 100%;
  padding-left: 0;
  object-fit: cover;
}

.mhero2-dual-carousel .gallery-text-wrap {
  width: 100%;
  max-width: 640px;
  padding-left: 10px;
  padding-right: 10px;
}

.mhero2-dual-carousel .gallery-text-wrap .h5 {
  margin: 0 0 15px;
  color: #171e21;
}

.mhero2-dual-carousel .gallery-text-wrap .p-16 {
  margin: 0;
  color: #171e21;
}

/* Figma dots — dark squares, below track, right-aligned (not w-slider-nav-invert) */
.mhero2-dual-carousel .mhero2-dual-carousel__nav.gallery-slider-nav {
  position: static !important;
  display: flex !important;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  width: auto;
  max-width: 100%;
  height: auto !important;
  margin: 26px 0 0 auto;
  padding: 0;
  inset: auto;
  bottom: auto;
}

.mhero2-dual-carousel .double-gallery-slider .w-slider-dot {
  width: 16px !important;
  height: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none;
  border-radius: 0;
  flex: 0 0 16px;
  background-color: rgba(34, 34, 34, 0.4) !important;
}

.mhero2-dual-carousel .double-gallery-slider .w-slider-dot.w-active {
  background-color: #222 !important;
}

.mhero2-dual-carousel__mobile-dots {
  display: none;
}

.mhero2-dual-carousel__mobile-dot {
  width: 16px;
  height: 16px;
  padding: 0;
  border: none;
  flex: 0 0 16px;
  background-color: rgba(34, 34, 34, 0.4);
  cursor: pointer;
}

.mhero2-dual-carousel__mobile-dot.is-active {
  background-color: #222;
}

@media screen and (max-width: 767px) {
  .mhero2-dual-carousel.gallery-slider-section {
    padding: 0 0 40px;
  }

  /* mhero.css hides .double-gallery-slider on mobile — restore for MHERO II */
  .mhero2-dual-carousel .double-gallery-slider {
    display: block !important;
    margin-bottom: 0;
  }

  .mhero2-dual-carousel .gallery-slider-mask {
    display: flex !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory;
    gap: 10px;
    padding-left: 19.5px;
    padding-right: 19.5px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .mhero2-dual-carousel .gallery-slider-mask::-webkit-scrollbar {
    display: none;
  }

  .mhero2-dual-carousel .double-gallery-slide,
  .mhero2-dual-carousel .double-gallery-slide-content {
    display: contents !important;
    width: auto !important;
    height: auto !important;
    aspect-ratio: auto !important;
  }

  .mhero2-dual-carousel .double-gallery-slide-image-wrap {
    display: contents;
    aspect-ratio: auto;
    flex-flow: row;
  }

  .mhero2-dual-carousel .double-gallery-slide-image {
    flex: 0 0 min(351px, calc(100vw - 39px));
    width: min(351px, calc(100vw - 39px));
    height: min(351px, calc(100vw - 39px));
    max-width: none;
    aspect-ratio: 1;
    scroll-snap-align: start;
    object-fit: cover;
    padding-left: 0;
  }

  .mhero2-dual-carousel .gallery-text-wrap {
    display: none;
  }

  .mhero2-dual-carousel .slider-arrow-left,
  .mhero2-dual-carousel .slider-arrow-right {
    display: none;
  }

  .mhero2-dual-carousel .mhero2-dual-carousel__nav.gallery-slider-nav {
    display: none !important;
  }

  .mhero2-dual-carousel__mobile-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    width: auto;
    max-width: calc(100% - 39px);
    margin: 16px auto 0;
    padding: 0;
  }
}

/* MHERO II — City Agility capability section (Figma 460:367 / 512:220) ---- */

.mh2-city-agility {
  background-color: #171e21;
  color: #fff;
  padding: 72px 0;
}

.mh2-city-agility__shell {
  max-width: 1296px;
  margin: 0 auto;
  padding: 0 max(24px, 5vw);
  box-sizing: border-box;
}

.mh2-city-agility__intro {
  max-width: 987px;
  margin: 0 0 clamp(48px, 6vw, 96px);
}

.mh2-city-agility__title {
  font-family: 'Figtree', sans-serif;
  font-weight: 300;
  font-size: clamp(36px, 4.5vw, 56px);
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin: 0 0 30px;
  color: #fff;
}

.mh2-city-agility__lede {
  font-family: 'Figtree', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  color: #fff;
}

.mh2-city-agility__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: clamp(32px, 5vw, 96px);
  row-gap: clamp(48px, 6vw, 96px);
  align-items: start;
}

.mh2-city-agility__card {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 0;
}

.mh2-city-agility__media {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  background: #0c1115;
}

.mh2-city-agility__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mh2-city-agility__copy {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mh2-city-agility__heading {
  font-family: 'Figtree', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
}

.mh2-city-agility__body {
  font-family: 'Figtree', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  color: #fff;
}

/* Aspect ratios per card — mirror Figma cell sizes */
.mh2-city-agility__card--1 .mh2-city-agility__media { aspect-ratio: 496 / 338; }
.mh2-city-agility__card--2 .mh2-city-agility__media { aspect-ratio: 1 / 1; }
.mh2-city-agility__card--3 .mh2-city-agility__media { aspect-ratio: 504 / 435; }
.mh2-city-agility__card--4 .mh2-city-agility__media { aspect-ratio: 496 / 338; }

/* Desktop placement — staggered 2-col masonry */
.mh2-city-agility__card--1 { grid-column: 1; grid-row: 1; }
.mh2-city-agility__card--2 { grid-column: 2; grid-row: 1; flex-direction: column-reverse; }
.mh2-city-agility__accent--portrait { grid-column: 1; grid-row: 2; }
.mh2-city-agility__card--3 { grid-column: 2; grid-row: 2; }
.mh2-city-agility__card--4 { grid-column: 1; grid-row: 3; }
.mh2-city-agility__accent--night { grid-column: 2; grid-row: 3; align-self: end; }

.mh2-city-agility__accent {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  background: #0c1115;
}

.mh2-city-agility__accent img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mh2-city-agility__accent--portrait { aspect-ratio: 504 / 756; }
.mh2-city-agility__accent--night    { aspect-ratio: 504 / 336; }

/* Mobile — single column, 4 cards only */
@media (max-width: 767px) {
  .mh2-city-agility {
    padding: 72px 0;
  }

  .mh2-city-agility__intro {
    margin-bottom: 32px;
  }

  .mh2-city-agility__title {
    font-size: clamp(28px, 8vw, 40px);
    margin-bottom: 24px;
  }

  .mh2-city-agility__grid {
    grid-template-columns: 1fr;
    row-gap: 48px;
  }

  .mh2-city-agility__card,
  .mh2-city-agility__accent {
    grid-column: 1;
    grid-row: auto;
  }

  .mh2-city-agility__card--2 {
    flex-direction: column;
  }

  .mh2-city-agility__card--2 .mh2-city-agility__media,
  .mh2-city-agility__card--3 .mh2-city-agility__media,
  .mh2-city-agility__card--4 .mh2-city-agility__media {
    aspect-ratio: 1 / 1;
  }

  .mh2-city-agility__accent {
    display: none;
  }

  .mh2-city-agility__heading {
    font-size: 20px;
  }
}

/* MHERO II — Intelligence that moves with you (Figma 683:78) -------------
   Three stacked blocks on a dark bg:
   1) Hero — 16:9 landscape image.
   2) Intro — title + lede centered below the image.
   3) Tabs row + tab content — centered on dark bg below the intro.
   The whole thing lives inside w-tabs so the Webflow tab JS just works.
*/

.mh2-intelligence {
  background-color: #161e21;
  color: #fff;
  padding: 0;
}

.mh2-intelligence__tabs.standard-brand-tabs {
  position: relative;
  margin: 0;
  padding-bottom: 100px;
  background: transparent;
  overflow: hidden;
}

.mh2-intelligence__backdrop {
  position: absolute;
  z-index: 0;
  top: -13%;
  left: -5.35%;
  width: -webkit-fill-available;
  height: auto;
  max-width: none;
  object-fit: fill;
  pointer-events: none;
}

/* 1. Hero ----------------------------------------------------------------- */
.mh2-intelligence__hero {
  position: relative;
  z-index: 1;
  width: 100%;
  height: clamp(620px, 61.25vw, 882px);
  overflow: hidden;
}

.mh2-intelligence__intro {
  position: relative;
  z-index: 2;
  width: min(720px, calc(100% - 2 * max(24px, 5vw)));
  margin: clamp(40px, 5vw, 72px) auto clamp(48px, 5vw, 80px);
  text-align: center;
}

.mh2-intelligence__title {
  font-family: 'Figtree', sans-serif;
  font-weight: 700;
  width: 15ch;
  max-width: 100%;
  margin: 0 auto 20px;
  font-size: clamp(34px, 4.5vw, 56px);
  line-height: 1.2;
  letter-spacing: 0;
  color: #fff;
}

.mh2-intelligence__lede {
  font-family: 'Figtree', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  color: #fff;
}

.mh2-intelligence__mobile-tab-toggle {
  position: relative;
  z-index: 3;
  display: none;
}

.mh2-intelligence__tab-controls {
  position: relative;
  z-index: 2;
}

/* 2. Tabs row ------------------------------------------------------------- */
.mh2-intelligence__tab-menu.standard-tabs-menu {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 33px;
  max-width: 1008px;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  box-sizing: border-box;
}

.mh2-intelligence__tab-menu .standard-tab-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  padding: 9px 14px 12px;
  margin: 0;
  background: transparent;
  border: none;
  border-bottom: 2px solid rgba(55, 110, 116, 0.8);
  border-radius: 0;
  color: #fff;
  font-family: 'Figtree', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

.mh2-intelligence__tab-menu .standard-tab-link .p-16 {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.mh2-intelligence__tab-menu .standard-tab-link:hover {
  border-bottom-color: #fff;
}

.mh2-intelligence__tab-menu .standard-tab-link.w--current {
  background: #d9d9d9;
  color: #000;
  border-bottom-color: #174d56;
}

/* 3. Tab content panel ---------------------------------------------------- */
.mh2-intelligence__tab-content {
  position: relative;
  z-index: 1;
  max-width: 1008px;
  margin: 40px auto 0;
  padding: 0;
  background: transparent;
  box-sizing: border-box;
}

.mh2-intelligence__pane {
  background: transparent;
}

.mh2-intelligence__pane-media {
  width: 100%;
  aspect-ratio: 1008 / 567;
  overflow: hidden;
  background: #0c1115;
  margin-bottom: 30px;
}

.mh2-intelligence__pane-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mh2-intelligence__pane-copy {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.mh2-intelligence__pane-heading {
  font-family: 'Figtree', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  margin: 0;
  color: #fff;
}

.mh2-intelligence__pane-body {
  font-family: 'Figtree', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  color: #fff;
  max-width: 936px;
}

@media (max-width: 1100px) and (min-width: 768px) {
  .mh2-intelligence__tab-menu.standard-tabs-menu,
  .mh2-intelligence__tab-content {
    width: calc(100% - 80px);
  }

  .mh2-intelligence__tab-menu.standard-tabs-menu {
    gap: 24px;
  }

  .mh2-intelligence__tab-menu .standard-tab-link {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
  }
}

/* Mobile — match Figma 512:247 with stacked copy, image, dropdown, panel. */
@media (max-width: 767px) {
  .mh2-intelligence {
    padding: 30px 0 21px;
  }

  .mh2-intelligence__tabs.standard-brand-tabs {
    padding-bottom: 30px;
  }

  .mh2-intelligence__backdrop {
    top: 0;
    left: -40.95%;
    width: 169.81%;
    height: 100%;
    object-fit: fill;
  }

  .mh2-intelligence__hero {
    display: block;
    height: 466px;
    aspect-ratio: auto;
    max-height: none;
    overflow: hidden;
    padding-top: 0;
  }

  .mh2-intelligence__intro {
    position: relative;
    width: auto;
    max-width: 350px;
    margin: 32px auto 0;
    padding: 0 20px;
  }

  .mh2-intelligence__title {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 32px;
  }

  .mh2-intelligence__lede {
    font-size: 16px;
    line-height: 1.4;
  }

  .mh2-intelligence__tab-controls {
    width: calc(100% - 40px);
    max-width: 351px;
    margin: 21px auto 0;
  }

  .mh2-intelligence__mobile-tab-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: none;
    height: 44px;
    margin: 0;
    padding: 0 20px;
    border: 1px solid #174d56;
    border-radius: 0;
    background: #fff;
    color: #171e21;
    font-family: 'Figtree', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
  }

  .mh2-intelligence__mobile-tab-icon {
    width: 16px;
    height: auto;
    flex: 0 0 auto;
    transition: transform 160ms ease;
  }

  .mh2-intelligence--tabs-open .mh2-intelligence__mobile-tab-icon {
    transform: rotate(180deg);
  }

  .mh2-intelligence__tab-menu.standard-tabs-menu {
    display: none;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    border: 1px solid #174d56;
    border-top: 0;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.24);
    position: absolute;
    z-index: 4;
    top: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
  }

  .mh2-intelligence--tabs-open .mh2-intelligence__tab-menu.standard-tabs-menu {
    display: flex;
  }

  .mh2-intelligence__tab-menu .standard-tab-link {
    justify-content: flex-start;
    width: 100%;
    min-height: 44px;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(23, 78, 86, 0.25);
    background: #fff;
    color: #171e21;
    font-size: 16px;
    white-space: normal;
  }

  .mh2-intelligence__tab-menu .standard-tab-link:last-child {
    border-bottom: 0;
  }

  .mh2-intelligence__tab-menu .standard-tab-link.w--current {
    background: #f0f3f3;
    color: #171e21;
    border-bottom-color: rgba(23, 78, 86, 0.25);
  }

  .mh2-intelligence__tab-content {
    width: calc(100% - 40px);
    max-width: 351px;
    margin: 21px auto 0;
    padding: 0;
  }

  .mh2-intelligence__pane-media {
    aspect-ratio: 351 / 197;
    margin-bottom: 10px;
  }

  .mh2-intelligence__pane-copy {
    gap: 11px;
  }

  .mh2-intelligence__pane-heading {
    font-size: 20px;
    line-height: 1.2;
  }

  .mh2-intelligence__pane-body {
    max-width: none;
    font-size: 16px;
    line-height: 1.4;
  }
}

/* MHERO II — Ready when the road changes (Figma 460:406 / 512:263) ---------
   Two-column editorial collage. The left and right columns each flow their
   own item sequence; vertical gaps between items are derived from the Figma
   absolute positions (ml/mt values, reference width 1152px) and scaled
   proportionally on smaller viewports. Mobile collapses to a single flow
   that hides the two purely-decorative images. */

.mh2-ready {
  background-color: #161e21;
  color: #fff;
  padding: 72px 0;
}

.mh2-ready__shell {
  max-width: 1296px;
  margin: 0 auto;
  padding: 0 max(24px, 5vw);
  box-sizing: border-box;
}

.mh2-ready__intro {
  max-width: 988px;
  margin: 0 0 clamp(40px, 5vw, 72px);
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.mh2-ready__title {
  font-family: 'Figtree', sans-serif;
  font-weight: 300;
  font-size: clamp(32px, 4.5vw, 56px);
  line-height: 1.2;
  margin: 0;
  color: #fff;
}

.mh2-ready__lede {
  font-family: 'Figtree', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  color: #fff;
}

/* Two columns, each one a flex stack. Figma reference: 504px image col,
   144px gutter, 504px image col → 1152px container. */
.mh2-ready__grid {
  display: grid;
  grid-template-columns: 504fr 504fr;
  column-gap: clamp(40px, 12.5vw, 144px);
}

.mh2-ready__col {
  display: flex;
  flex-direction: column;
}

/* Right column starts 141px lower so its first item (Suspension text)
   sits just below the first left-column image — exact Figma offset. */
.mh2-ready__col--right {
  margin-top: clamp(56px, 9.8vw, 141px);
}

/* All media tiles take their column width; aspect ratios match Figma sizes. */
.mh2-ready__media {
  margin: 0;
  width: 100%;
  overflow: hidden;
  background: #0c1115;
}

.mh2-ready__media img,
.mh2-ready__media video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Per-tile aspect ratios from Figma item dimensions. */
.mh2-ready__media--terrain    { aspect-ratio: 497 / 338; }   /* video2 */
.mh2-ready__media--tall       { aspect-ratio: 504 / 756; }   /* tall portrait */
.mh2-ready__media--video      { aspect-ratio: 497 / 338; }   /* video3 */
.mh2-ready__media--suspension { aspect-ratio: 504 / 504; }   /* granite square */
.mh2-ready__media--traction   { aspect-ratio: 504 / 435; }   /* rear-wheel */
.mh2-ready__media--clearance  { aspect-ratio: 504 / 336; }   /* climbing */

.mh2-ready__copy {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mh2-ready__heading {
  font-family: 'Figtree', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.mh2-ready__body {
  font-family: 'Figtree', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  color: #fff;
}

/* Inter-item vertical gaps — Figma-derived (all relative to 1152px base
   width, so they scale via vw inside the clamp ceiling). */

/* LEFT col: image -> text (~30px) */
.mh2-ready__col--left .mh2-ready__media--terrain     { margin-bottom: 30px; }
/* text -> tall image (~105px in Figma, mt 553 - text bottom ~448 = 105) */
.mh2-ready__col--left .mh2-ready__copy--terrain      { margin-bottom: clamp(48px, 9vw, 105px); }
/* tall image -> video image (~81px) */
.mh2-ready__col--left .mh2-ready__media--tall        { margin-bottom: clamp(40px, 7vw, 81px); }
/* video image -> text (~30px) */
.mh2-ready__col--left .mh2-ready__media--video       { margin-bottom: 30px; }

/* RIGHT col: text -> image (~62px = mt 323 - text bottom ~261) */
.mh2-ready__col--right .mh2-ready__copy--suspension  { margin-bottom: clamp(32px, 5.5vw, 62px); }
/* suspension image -> traction image (~144px) */
.mh2-ready__col--right .mh2-ready__media--suspension { margin-bottom: clamp(56px, 12.5vw, 144px); }
/* traction image -> text (~30px) */
.mh2-ready__col--right .mh2-ready__media--traction   { margin-bottom: 30px; }
/* text -> clearance image (~179px = mt 1736 - text bottom ~1557) */
.mh2-ready__col--right .mh2-ready__copy--traction    { margin-bottom: clamp(56px, 15.5vw, 179px); }

/* Mobile — single column, drop the two decorative images. Order the items
   so each text follows its matching image. */
@media (max-width: 767px) {
  .mh2-ready {
    padding: 72px 0;
  }

  .mh2-ready__intro {
    gap: 16px;
    margin-bottom: 32px;
  }

  .mh2-ready__title {
    font-size: 34px;
  }

  .mh2-ready__grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .mh2-ready__col {
    display: contents;
  }

  .mh2-ready__col--right {
    margin-top: 0;
  }

  .mh2-ready__media,
  .mh2-ready__copy {
    margin-bottom: 0 !important;
  }

  .mh2-ready__media--tall,
  .mh2-ready__media--video {
    display: none;
  }

  /* Reorder so the flow is: terrain img + text, suspension img + text,
     traction img + text, clearance img + text — matches mobile Figma. */
  .mh2-ready__media--terrain    { order: 1; }
  .mh2-ready__copy--terrain     { order: 2; }
  .mh2-ready__media--suspension { order: 3; }
  .mh2-ready__copy--suspension  { order: 4; }
  .mh2-ready__media--traction   { order: 5; }
  .mh2-ready__copy--traction    { order: 6; }
  .mh2-ready__media--clearance  { order: 7; }
  .mh2-ready__copy--clearance   { order: 8; }

  .mh2-ready__heading {
    font-size: 20px;
  }
}

/* MHERO II — Uncontained, by every measure (Figma 112:2088 / 694:82) -------- */

.mh2-measure {
  background: #eaeaeb;
  color: #171e21;
}

.mh2-measure__media {
  width: 100%;
  height: 810px;
  overflow: hidden;
  background: #d7d2c6;
}

.mh2-measure__media picture,
.mh2-measure__media img {
  display: block;
}

.mh2-measure__media picture {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mh2-measure__media img {
  position: absolute;
  top: 0.02%;
  left: -3.33%;
  width: 106.67%;
  height: 99.96%;
  max-width: none;
  object-fit: cover;
}

.mh2-measure__body {
  background: #eaeaeb;
}

.mh2-measure__intro-band {
  padding: 72px max(24px, calc((100vw - 1296px) / 2));
}

.mh2-measure__intro {
  max-width: 1001px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 0;
}

.mh2-measure__title {
  font-family: 'Figtree', sans-serif;
  font-weight: 500;
  font-size: 56px;
  line-height: 67.2px;
  letter-spacing: 0;
  margin: 0;
  color: #171e21;
}

.mh2-measure__lede {
  font-family: 'Figtree', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22.4px;
  margin: 0;
  color: #171e21;
}

.mh2-measure__specs-band {
  padding: 0 max(24px, calc((100vw - 1296px) / 2)) 63px;
}

.mh2-measure__grid {
  max-width: 1296px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.mh2-measure__row {
  display: grid;
  gap: 32px;
}

.mh2-measure__row--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mh2-measure__row--2 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mh2-measure__row--2 .mh2-measure__item:nth-child(1) {
  grid-column: 1;
}

.mh2-measure__row--2 .mh2-measure__item:nth-child(2) {
  grid-column: 2;
}

.mh2-measure__item {
  border-top: 1px solid #376e74;
  padding: 21px 0 13px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mh2-measure__item-title {
  font-family: 'Figtree', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 28.8px;
  margin: 0;
  color: #171e21;
}

.mh2-measure__item-body {
  font-family: 'Figtree', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22.4px;
  margin: 0;
  color: #171e21;
}

@media (max-width: 767px) {
  .mh2-measure__media {
    height: 390px;
    min-height: 0;
  }

  .mh2-measure__media img {
    top: 0.01%;
    left: -6.15%;
    width: 112.31%;
    height: 99.97%;
  }

  .mh2-measure__intro-band {
    padding: 21px 21px;
  }

  .mh2-measure__intro {
    gap: 21px;
  }

  .mh2-measure__title {
    font-size: 34px;
    line-height: 40.8px;
  }

  .mh2-measure__specs-band {
    padding: 0 21px 40px;
  }

  .mh2-measure__grid {
    gap: 32px;
  }

  .mh2-measure__row--3,
  .mh2-measure__row--2 {
    grid-template-columns: 1fr;
  }

  .mh2-measure__row--2 .mh2-measure__item:nth-child(1),
  .mh2-measure__row--2 .mh2-measure__item:nth-child(2) {
    grid-column: auto;
  }

  .mh2-measure__item-title {
    font-size: 20px;
    line-height: 28.8px;
    white-space: normal;
  }
}

/* MHERO II — Accessories (Figma 698:100 / 698:116) ----------------------- */

.mh2-accessories {
  background: #eaeaeb;
  color: #171e21;
}

.mh2-accessories__hero {
  width: 100%;
  aspect-ratio: 1440 / 809;
  overflow: hidden;
  background: #d7d2c6;
}

.mh2-accessories__hero picture,
.mh2-accessories__hero img {
  display: block;
  width: 100%;
  height: 100%;
}

.mh2-accessories__hero img {
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.mh2-accessories__content {
  background: #eaeaeb;
  padding: 72px max(24px, calc((100vw - 1296px) / 2)) 80px;
}

.mh2-accessories__title {
  font-family: 'Figtree', sans-serif;
  font-weight: 500;
  font-size: 56px;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0 0 66px;
  color: #171e21;
}

.mh2-accessories__mobile-tab {
  display: none;
}

.mh2-accessories__tabs {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}

.mh2-accessories__tab {
  min-width: 184px;
  padding: 9px 14px 12px;
  border: 0;
  border-bottom: 2px solid #174d56;
  border-radius: 0;
  background: transparent;
  color: #1b1e20;
  opacity: 0.5;
  font-family: 'Figtree', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  cursor: pointer;
}

.mh2-accessories__tab.is-active {
  background: #d9d9d9;
  opacity: 1;
}

.mh2-accessories__grid {
  display: none;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 21px 10px;
}

.mh2-accessories__grid.is-active {
  display: grid;
}

.mh2-accessories__product {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}

.mh2-accessories__product-media {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #d8d9d6;
}

.mh2-accessories__product-media img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.mh2-accessories__product-media--tow img {
  width: 115.55%;
  height: 62.56%;
  margin-left: -8.21%;
  margin-top: 21.32%;
  object-fit: fill;
}

.mh2-accessories__product-media--platform img {
  width: 137.95%;
  height: 99.96%;
  margin-left: -12.95%;
  margin-top: 0.04%;
  object-fit: fill;
}

.mh2-accessories__product-media--net img {
  width: 568.77%;
  height: 426.58%;
  margin-left: -409.71%;
  margin-top: -163.11%;
  object-fit: fill;
}

.mh2-accessories__product-media--factory-wide img {
  width: 162.65%;
  height: 100%;
  margin-left: -31.33%;
  margin-top: 0;
  object-fit: fill;
}

.mh2-accessories__product-media--factory-tall img {
  width: 100%;
  height: 134.93%;
  margin-left: 0;
  margin-top: -17.46%;
  object-fit: fill;
}

.mh2-accessories__product-title {
  font-family: 'Figtree', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.3px;
  margin: 0;
  color: #171e21;
}

@media (max-width: 767px) {
  .mh2-accessories__hero {
    aspect-ratio: 1 / 1;
  }

  .mh2-accessories__hero img {
    width: 133.85%;
    height: 100%;
    margin-left: -15.09%;
    object-fit: fill;
  }

  .mh2-accessories__content {
    padding: 20px 19px;
  }

  .mh2-accessories__title {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 22px;
  }

  .mh2-accessories__mobile-tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 44px;
    margin-bottom: 20px;
    padding: 0 20px;
    border: 1px solid #174d56;
    border-radius: 0;
    background: #fff;
    color: #171e21;
    font-family: 'Figtree', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
  }

  .mh2-accessories__mobile-tab-icon {
    width: 16px;
    height: auto;
    transition: transform 160ms ease;
  }

  .mh2-accessories--tabs-open .mh2-accessories__mobile-tab-icon {
    transform: rotate(180deg);
  }

  .mh2-accessories__tabs {
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    position: absolute;
    z-index: 3;
    left: 19px;
    right: 19px;
    margin-top: -20px;
    border: 1px solid #174d56;
    border-top: 0;
    background: #fff;
  }

  .mh2-accessories--tabs-open .mh2-accessories__tabs {
    display: flex;
  }

  .mh2-accessories__tab {
    width: 100%;
    min-width: 0;
    min-height: 44px;
    padding: 10px 20px;
    text-align: left;
    border-bottom: 1px solid rgba(23, 78, 86, 0.25);
    background: #fff;
    opacity: 1;
  }

  .mh2-accessories__tab.is-active {
    background: #f0f3f3;
  }

  .mh2-accessories__grid {
    display: none;
    flex-direction: column;
    gap: 10px;
  }

  .mh2-accessories__grid.is-active {
    display: flex;
  }

  .mh2-accessories__product {
    gap: 20px;
  }

  .mh2-accessories__product-media {
    width: 100%;
    aspect-ratio: 1 / 1;
  }

  .mh2-accessories__product-title {
    font-size: 18px;
  }
}

/* MHERO II — Charging / Ownership support (Figma 512:119 / 48:525) ------ */

.mh2-support {
  background: #eaeaeb;
  color: #171e21;
}

.mh2-charge {
  position: relative;
  min-height: 873px;
  padding: 72px max(69px, calc((100vw - 1546px) / 2)) 72px;
  background: #eaeaeb;
}

.mh2-charge__media {
  position: relative;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 1296 / 729;
  overflow: hidden;
}

.mh2-charge__media picture {
  display: block;
  position: absolute;
  inset: 0;
}

.mh2-charge__layer {
  position: absolute;
  display: block;
  max-width: none;
  pointer-events: none;
}

.mh2-charge__layer--a {
  top: -24.3%;
  left: -36.54%;
  width: 138.23%;
  height: 137.16%;
}

.mh2-charge__layer--b {
  top: -20.25%;
  left: -1.91%;
  width: 113.63%;
  height: 140.51%;
}

.mh2-charge__copy {
  position: absolute;
  right: 5%;
  bottom: 203px;
  width: 34.72%;
  min-height: 263px;
  padding: 37px 41px 34px;
  background: rgba(23, 30, 33, 0.8);
  color: #fff;
}

.mh2-charge__title {
  font-family: 'Figtree', sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0 0 28px;
}

.mh2-charge__body {
  max-width: 416px;
  font-family: 'Figtree', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
  margin: 0;
}

.mh2-ownership {
  background: #eaeaeb;
  padding: 0 max(24px, calc((100vw - 1008px) / 2)) 96px;
}

.mh2-ownership__inner {
  width: 100%;
  max-width: 1008px;
  margin: 0 auto;
}

.mh2-ownership__mobile-tab {
  display: none;
}

.mh2-ownership__tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 40px;
}

.mh2-ownership__tab {
  min-width: 184px;
  padding: 9px 14px 12px;
  border: 0;
  border-bottom: 2px solid #174d56;
  border-radius: 0;
  background: transparent;
  color: #1b1e20;
  opacity: 0.5;
  font-family: 'Figtree', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  white-space: nowrap;
  cursor: pointer;
}

.mh2-ownership__tab.is-active {
  background: #d9d9d9;
  opacity: 1;
}

.mh2-ownership__panel {
  display: none;
}

.mh2-ownership__panel.is-active {
  display: block;
}

.mh2-ownership__media {
  position: relative;
  width: 100%;
  aspect-ratio: 1008 / 567;
  margin-bottom: 20px;
  overflow: hidden;
  background: #d8d9d6;
}

.mh2-ownership__layer {
  position: absolute;
  display: block;
  max-width: none;
  pointer-events: none;
}

.mh2-ownership__layer--cover {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mh2-ownership__layer--after-a {
  top: -151.1%;
  left: -186.39%;
  width: 337.92%;
  height: 336.71%;
}

.mh2-ownership__layer--maintenance-a {
  top: -40.3%;
  left: -28.87%;
  width: 141.64%;
  height: 188.85%;
}

.mh2-ownership__panel-title {
  font-family: 'Figtree', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #171e21;
  margin: 0 0 22px;
}

.mh2-ownership__panel-body {
  width: 853px;
  max-width: 100%;
  font-family: 'Figtree', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
  color: #171e21;
  margin: 0;
}

@media (max-width: 1200px) and (min-width: 768px) {
  .mh2-charge__copy {
    right: max(24px, 5vw);
    width: min(500px, 42vw);
  }

  .mh2-ownership__tabs {
    gap: 14px;
  }

  .mh2-ownership__tab {
    min-width: 0;
  }
}

@media (max-width: 767px) {
  .mh2-charge {
    min-height: 0;
    padding: 20px 19px;
    background: #eaeaeb;
  }

  .mh2-charge__media {
    width: 100%;
    aspect-ratio: 1 / 1;
  }

  .mh2-charge__layer--a {
    top: 0;
    left: -25.03%;
    width: 150.06%;
    height: 100%;
  }

  .mh2-charge__layer--b {
    top: -11.86%;
    left: -2.36%;
    width: 177.86%;
    height: 123.71%;
  }

  .mh2-charge__copy {
    position: static;
    width: 100%;
    max-width: 351px;
    min-height: 0;
    margin: 40px auto 0;
    padding: 21px 18px 23px;
    background: #fff;
    color: #171e21;
  }

  .mh2-charge__title {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 21px;
  }

  .mh2-charge__body {
    max-width: none;
    font-size: 16px;
  }

  .mh2-ownership {
    padding: 21px 19px 20px;
  }

  .mh2-ownership__inner {
    max-width: 351px;
  }

  .mh2-ownership__mobile-tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 44px;
    margin-bottom: 21px;
    padding: 0 20px;
    border: 1px solid #174d56;
    border-radius: 0;
    background: #fff;
    color: #171e21;
    font-family: 'Figtree', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
  }

  .mh2-ownership__mobile-tab-icon {
    width: 16px;
    height: auto;
    transition: transform 160ms ease;
  }

  .mh2-ownership--tabs-open .mh2-ownership__mobile-tab-icon {
    transform: rotate(180deg);
  }

  .mh2-ownership__tabs {
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    position: absolute;
    z-index: 3;
    left: 19px;
    right: 19px;
    max-width: 351px;
    margin: -21px auto 0;
    border: 1px solid #174d56;
    border-top: 0;
    background: #fff;
  }

  .mh2-ownership--tabs-open .mh2-ownership__tabs {
    display: flex;
  }

  .mh2-ownership__tab {
    width: 100%;
    min-width: 0;
    min-height: 44px;
    padding: 10px 20px;
    text-align: left;
    border-bottom: 1px solid rgba(23, 78, 86, 0.25);
    background: #fff;
    opacity: 1;
  }

  .mh2-ownership__tab.is-active {
    background: #f0f3f3;
  }

  .mh2-ownership__media {
    aspect-ratio: 351 / 197.44;
    margin-bottom: 10px;
  }

  .mh2-ownership__layer--after-a {
    top: -141.86%;
    left: -176.83%;
    width: 324.18%;
    height: 323.02%;
  }

  .mh2-ownership__panel-title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 11px;
  }

  .mh2-ownership__panel-body {
    width: 100%;
    font-size: 16px;
  }
}

/* MHERO II — test drive (Figma 706:147) */
.mh2-test-drive.test-drive-section {
  margin-top: 0;
  min-height: 810px;
  align-items: stretch;
}

.mh2-test-drive__media {
  position: relative;
  width: 50%;
  min-height: 810px;
  overflow: hidden;
}

.mh2-test-drive__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mh2-test-drive__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(22, 30, 33, 0.88) 5.32%,
    rgba(22, 30, 33, 0.542) 21.07%,
    rgba(22, 30, 33, 0.275) 31.86%,
    rgba(22, 30, 33, 0) 38.01%
  );
  pointer-events: none;
}

.mh2-test-drive__intro {
  position: absolute;
  top: 72px;
  left: max(69px, calc((100vw - 1546px) / 2));
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: min(473px, calc(50vw - 120px));
  max-width: 473px;
}

.mh2-test-drive__title {
  margin: 0;
  font-family: Figtree, sans-serif;
  font-size: 56px;
  font-weight: 300;
  line-height: 67.2px;
  color: #fff;
}

.mh2-test-drive__lead {
  margin: 0;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  color: #fff;
}

.mh2-test-drive .test-drive-form-wrap {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 72px max(69px, calc((100vw - 1546px) / 2)) 72px;
  background-color: transparent;
}

.mh2-test-drive .form-block.test-drive,
.mh2-test-drive .form {
  background-color: transparent;
}

.mh2-test-drive .form-block.test-drive {
  padding: 0;
}

.mh2-test-drive .required-fields {
  margin-top: 0;
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .mh2-test-drive.test-drive-section {
    flex-direction: column;
    min-height: 0;
  }

  .mh2-test-drive__media {
    width: 100%;
    min-height: 0;
    aspect-ratio: 680 / 420;
  }

  .mh2-test-drive__intro {
    top: 40px;
    left: 24px;
    right: 24px;
    width: auto;
    max-width: none;
  }

  .mh2-test-drive__title {
    font-size: 40px;
    line-height: 48px;
  }

  .mh2-test-drive .test-drive-form-wrap {
    width: 100%;
    padding: 40px 24px 48px;
  }
}

@media (max-width: 767px) {
  .mh2-test-drive.test-drive-section {
    background-color: #171e21;
    margin-top: 0;
    padding-top: 0;
  }

  .mh2-test-drive__media {
    aspect-ratio: auto;
    min-height: 0;
    width: 100%;
  }

  .mh2-test-drive__image,
  .mh2-test-drive__scrim {
    display: none;
  }

  .mh2-test-drive__intro {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    max-width: none;
    padding: 30px 19px 0;
    gap: 21px;
  }

  .mh2-test-drive__title {
    font-size: 32px;
    line-height: 38.4px;
    color: #fff;
  }

  .mh2-test-drive__lead {
    font-size: 16px;
    line-height: 22.4px;
    color: #fff;
  }

  .mh2-test-drive .test-drive-form-wrap {
    padding: 21px 19px 40px;
  }
}

/* Sticky subnav — anchor offset (Figma Nav - Header End) */
#experience,
#capability,
#interior,
#utility,
#accessories,
#specifications,
#test-drive {
  scroll-margin-top: 56px;
}
