/* Mut Design Onepage Homepage frontend styles — Platin Digital */
:root {
  --mut-oh-vh: 1vh;
}

html.mut-oh-page {
  scroll-behavior: auto;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden !important;
}

body.mut-oh-active {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden !important;
  overscroll-behavior-y: none;
}

@supports (overflow: clip) {
  html.mut-oh-page,
  body.mut-oh-active {
    overflow-x: clip !important;
  }
}

.mut-oh-transition-veil {
  position: fixed;
  z-index: 9850;
  inset: 0;
  background: #000;
  opacity: 0;
  pointer-events: none;
  will-change: opacity;
}

.mut-oh-root,
.mut-oh-root * {
  box-sizing: border-box;
}

.mut-oh-root {
  position: relative;
  width: 100vw;
  max-width: none !important;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: clip;
  background: #111;
}

.mut-oh-panel {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-height: 560px;
  overflow: hidden;
  isolation: isolate;
}

.mut-oh-video-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #111 var(--mut-oh-poster, none) center / cover no-repeat;
}

.mut-oh-video {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: max(100vw, 177.7778vh);
  height: max(56.25vw, 100vh);
  border: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.mut-oh-hero-overlay {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: rgba(0, 0, 0, var(--mut-oh-hero-overlay, .24));
  pointer-events: none;
}

.mut-oh-mobile-welcome {
  display: none;
}

.mut-oh-backgrounds,
.mut-oh-bg-slide,
.mut-oh-gradient {
  position: absolute;
  inset: 0;
}

.mut-oh-backgrounds {
  z-index: -2;
  background: #242424;
}

.mut-oh-bg-slide {
  opacity: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1);
  transition: opacity 1.9s cubic-bezier(.4, 0, .2, 1), transform 9s cubic-bezier(.2, .55, .25, 1);
  will-change: opacity, transform;
}

.mut-oh-bg-slide.is-active {
  opacity: 1;
}

.mut-oh-showcase.is-settled .mut-oh-bg-slide.is-active {
  transform: scale(1.035);
}

.mut-oh-gradient {
  z-index: -1;
  background: linear-gradient(180deg, rgba(0,0,0,var(--mut-oh-overlay-top,.18)) 0%, rgba(0,0,0,.18) 45%, rgba(0,0,0,var(--mut-oh-overlay-bottom,.55)) 100%);
  pointer-events: none;
}

.mut-oh-content {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: clamp(58px, 10vh, 120px);
  width: min(92%, 1100px);
  color: #fff;
  text-align: center;
  opacity: 0;
  transform: translate(-50%, 22px);
  transition: opacity .9s cubic-bezier(.2, .65, .3, 1), transform 1.05s cubic-bezier(.2, .65, .3, 1);
  will-change: opacity, transform;
}

.mut-oh-showcase.is-settled .mut-oh-content {
  opacity: 1;
  transform: translate(-50%, 0);
}

.mut-oh-content h2 {
  margin: 0 0 10px;
  color: inherit;
  font-family: 'Raleway', Arial, sans-serif;
  font-size: clamp(44px, 3.9vw, 60px);
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  letter-spacing: .03em;
  text-wrap: balance;
  text-shadow: 0 4px 28px rgba(0,0,0,.18);
}

.mut-oh-explore {
  display: inline-block;
  padding: 8px 2px;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.64);
  color: #fff !important;
  font-size: clamp(17px, 1.35vw, 24px);
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none !important;
  transition: border-color .35s ease, opacity .35s ease, transform .35s ease;
}

.mut-oh-explore:hover,
.mut-oh-explore:focus-visible {
  border-color: #fff;
  opacity: .82;
  transform: translateY(-2px);
}

.mut-oh-overlay-header {
  position: fixed !important;
  z-index: 9990 !important;
  top: var(--wp-admin--admin-bar--height, 0px);
  left: 0;
  right: 0;
  width: 100%;
  background: transparent !important;
}

@media (max-width: 767px) {
  .mut-oh-panel {
    min-height: 0;
  }

  .mut-oh-hero-panel {
    display: flex;
    flex-direction: column;
  }

  .mut-oh-video-wrap {
    flex: 0 0 60%;
    height: 60%;
  }

  .mut-oh-video {
    width: max(100vw, 106.6667vh);
    height: max(56.25vw, 60vh);
  }

  .mut-oh-mobile-welcome {
    display: flex;
    flex: 0 0 40%;
    align-items: center;
    justify-content: center;
    height: 40%;
    padding: 38px 28px;
    background: var(--mut-oh-welcome-bg, #f4f0e8);
    color: var(--mut-oh-welcome-color, #191919);
    text-align: center;
  }

  .mut-oh-mobile-welcome h1 {
    max-width: 590px;
    margin: 0;
    color: inherit;
    font: inherit;
    font-size: clamp(30px, 9vw, 54px);
    font-weight: 500;
    line-height: 1.07;
    letter-spacing: -.035em;
    text-wrap: balance;
  }

  .mut-oh-content {
    bottom: max(54px, 8vh);
    width: 88%;
  }

  .mut-oh-content h2 {
    margin-bottom: 14px;
    font-size: clamp(34px, 10vw, 48px);
    line-height: 1.05;
    letter-spacing: .02em;
  }

  .mut-oh-explore {
    font-size: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.mut-oh-page,
  html.mut-oh-page body {
    scroll-behavior: auto;
  }

  .mut-oh-bg-slide,
  .mut-oh-content,
  .mut-oh-explore {
    transition-duration: .01ms !important;
  }

  .mut-oh-showcase.is-settled .mut-oh-bg-slide.is-active {
    transform: none;
  }

  .mut-oh-transition-veil {
    display: none;
  }
}
