body.home,
body.home #page,
body.home .site {
  background: #000;
  color: #fff;
}

body.home .site-header {
  background: #000;
}

body.home .emza-footer-area {
  display: none;
}

.emza-landing {
  min-height: calc(100dvh - 100px);
  background: #000;
  color: #fff;
}

.emza-landing__stage {
  width: var(--emza-container-width, 84.6%);
  max-width: var(--emza-container-max, none);
  min-height: 1335px;
  margin: 0 auto;
  padding: clamp(66px, 6.8vw, 130px) 0 clamp(70px, 6vw, 116px);
}

.emza-landing__collection-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(38px, 7vw, 138px);
  align-items: start;
}

.emza-landing__collection-links > a {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  align-items: flex-start;
  color: #fff;
  font-size: clamp(15px, 1.25vw, 24px);
  font-weight: 300;
  line-height: 1.25;
  transition: opacity 180ms ease;
}

.emza-landing__collection-links > a:hover {
  opacity: 0.62;
}

.emza-landing__collection-links > a > i,
.emza-landing__limited span i {
  margin-left: 4px;
  font-size: 1.15em;
  font-style: normal;
  line-height: 0.95;
}

.emza-landing__limited {
  display: grid !important;
}

.emza-landing__limited span {
  display: inline-flex;
  align-items: flex-start;
}

.emza-landing__limited small {
  display: block;
  margin-top: 2px;
  font-size: 0.76em;
  font-weight: 300;
  letter-spacing: 0.02em;
}

.emza-landing__content {
  display: grid;
  margin-top: clamp(70px, 7.5vw, 144px);
  grid-template-columns: minmax(0, 1.05fr) minmax(430px, 0.82fr);
  gap: clamp(70px, 9vw, 174px);
  align-items: start;
}

.emza-landing__intro {
  display: flex;
  min-height: 780px;
  flex-direction: column;
  justify-content: space-between;
}

.emza-landing__identity {
  display: inline-grid;
  width: fit-content;
  color: #fff;
}

.emza-landing__identity-word {
  display: flex;
  align-items: flex-end;
  gap: clamp(11px, 1.35vw, 26px);
  font-size: clamp(72px, 8vw, 154px);
  font-weight: 200;
  letter-spacing: 0.05em;
  line-height: 0.76;
}

.emza-landing__identity-word b {
  font: inherit;
  font-weight: inherit;
}

.emza-landing__identity-e {
  position: relative;
  width: 0.72em;
  color: transparent;
}

.emza-landing__identity-e::before,
.emza-landing__identity-e::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.055em;
  background: #fff;
  content: "";
}

.emza-landing__identity-e::before {
  top: 0.05em;
  box-shadow: 0 0.32em 0 #fff, 0 0.64em 0 #fff;
}

.emza-landing__identity small {
  margin-top: clamp(14px, 1.4vw, 27px);
  font-size: clamp(14px, 1.15vw, 22px);
  font-weight: 300;
  letter-spacing: 0.015em;
}

.emza-landing__new {
  display: flex;
  align-items: flex-end;
  gap: clamp(42px, 5vw, 98px);
}

.emza-landing__new h1 {
  display: grid;
  margin: 0;
  font-size: clamp(54px, 5.5vw, 106px);
  font-weight: 300;
  letter-spacing: -0.045em;
  line-height: 0.92;
}

.emza-landing__new h1 span:last-child {
  font-size: 0.82em;
}

.emza-landing__outline-arrow {
  position: relative;
  display: block;
  width: clamp(150px, 16vw, 302px);
  height: clamp(46px, 4vw, 76px);
  margin-bottom: 10px;
  border: 2px solid #fff;
  transition: background 200ms ease, color 200ms ease;
}

.emza-landing__outline-arrow span::before {
  position: absolute;
  top: 50%;
  right: 18%;
  left: 18%;
  height: 2px;
  background: currentColor;
  content: "";
  transform: translateY(-50%);
}

.emza-landing__outline-arrow span::after {
  position: absolute;
  top: 50%;
  right: 17%;
  width: 20px;
  height: 20px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

.emza-landing__outline-arrow:hover {
  background: #fff;
  color: #000;
}

.emza-landing__visual {
  display: block;
  min-width: 0;
  color: #fff;
}

.emza-landing__image-frame {
  position: relative;
  overflow: visible;
  aspect-ratio: 587.65 / 734.562;
  background: #111;
}

.emza-landing__image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.emza-landing__orb {
  position: absolute;
  top: 43%;
  right: -13%;
  display: block;
  width: clamp(112px, 10.3vw, 197px);
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
}

.emza-landing__orb--light {
  z-index: 1;
  background: radial-gradient(circle at 42% 36%, #fff 0 34%, #e9e9e9 55%, rgb(255 255 255 / 10%) 72%);
  transform: translateY(-49%);
}

.emza-landing__orb--dark {
  z-index: 2;
  top: calc(43% + clamp(42px, 4.2vw, 82px));
  background: radial-gradient(circle at 52% 68%, #4a4a4a 0, #121212 62%, #030303 78%);
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 48%);
  transform: translateY(-49%);
}

.emza-landing__orb--dark i::before {
  position: absolute;
  top: 50%;
  right: 29%;
  left: 29%;
  height: 1px;
  background: #fff;
  content: "";
}

.emza-landing__orb--dark i::after {
  position: absolute;
  top: calc(50% - 5px);
  left: 29%;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  content: "";
  transform: rotate(45deg);
}

.emza-landing__progress {
  display: grid;
  margin-top: clamp(34px, 3vw, 58px);
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.emza-landing__progress i {
  display: block;
  height: 5px;
  background: rgb(255 255 255 / 24%);
}

.emza-landing__progress i:first-child {
  background: #fff;
}

.emza-landing__bottom-nav {
  display: grid;
  min-height: 196px;
  padding: 48px 7.5%;
  background: #1b1b1b;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 84px);
  align-items: center;
}

.emza-landing__bottom-nav a {
  display: grid;
  min-height: 72px;
  padding: 18px 24px;
  place-items: center;
  background: #000;
  color: #fff;
  font-size: clamp(16px, 1.45vw, 28px);
  font-weight: 300;
  text-align: center;
  transition: background 180ms ease, color 180ms ease;
}

.emza-landing__bottom-nav a:hover {
  background: #fff;
  color: #000;
}

@media (max-width: 1100px) {
  .emza-landing {
    min-height: calc(100dvh - 82px);
  }

  .emza-landing__stage {
    width: var(--emza-container-mobile, calc(100% - 56px));
    max-width: none;
    min-height: auto;
  }

  .emza-landing__collection-links {
    gap: 28px;
  }

  .emza-landing__content {
    grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1fr);
    gap: 54px;
  }

  .emza-landing__intro {
    min-height: 650px;
  }

  .emza-landing__new {
    display: grid;
    gap: 32px;
  }
}

@media (max-width: 760px) {
  body.home .header-socials {
    display: none;
  }

  .emza-landing {
    min-height: calc(100dvh - 70px);
  }

  .emza-landing__stage {
    width: var(--emza-container-mobile, calc(100% - 32px));
    max-width: none;
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .emza-landing__collection-links {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .emza-landing__collection-links > a {
    font-size: 14px;
  }

  .emza-landing__limited small {
    display: inline-block;
    margin-right: 7px;
  }

  .emza-landing__content {
    display: flex;
    margin-top: 52px;
    flex-direction: column;
    gap: 56px;
  }

  .emza-landing__intro {
    min-height: 0;
    gap: 76px;
  }

  .emza-landing__identity-word {
    font-size: clamp(62px, 23vw, 104px);
  }

  .emza-landing__new {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px;
  }

  .emza-landing__new h1 {
    font-size: clamp(48px, 15vw, 76px);
  }

  .emza-landing__outline-arrow {
    width: 112px;
    height: 50px;
    margin-bottom: 4px;
  }

  .emza-landing__visual {
    width: calc(100% - 18px);
  }

  .emza-landing__orb {
    right: -8%;
    width: 92px;
  }

  .emza-landing__bottom-nav {
    min-height: 0;
    padding: 28px 16px;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .emza-landing__bottom-nav a {
    min-height: 56px;
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .emza-landing * {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
