html,
body {
  width: 100%;
  height: 100%;
}

:root {
  --color-brand-black: #000000;
  --color-brand-white: #ffffff;
  --color-brand-yellow: #ffe306;
  --color-brand-ink: #101010;
  --color-divider: #d9d9d9;
}

@font-face {
  font-family: "Noctura Georgia Clean";
  src: url("./Noctura Georgia Clean.ttf") format("truetype"),
       url("./Noctura Georgia Clean.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100%;
  background: var(--color-brand-black);
  color: var(--color-brand-white);
  font-family: "Afacad Flux", "Afacad", sans-serif;
  overflow-x: hidden;
}

.landing {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  padding: 0;
}

.hero {
  width: 100%;
  height: 100%;
  border: none;
  overflow: hidden;
  position: relative;
  background: var(--color-brand-black);
}

.hero-desktop {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 46.5% 53.5%;
}

.desktop-copy {
  position: relative;
  padding: clamp(2.5rem, 4.6vw, 4rem) clamp(2.4rem, 4.2vw, 4.4rem);
  background: var(--color-brand-black);
}

.desktop-image {
  background-image: url("./bk.jpg");
  background-size: cover;
  background-position: center;
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand img {
  height: clamp(1.2rem, 2vw, 1.6rem);
  width: auto;
  object-fit: contain;
}

.headline {
  margin: clamp(2.2rem, 4vw, 3.6rem) 0 0;
  font-family: "Archivo", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 0.93;
  letter-spacing: -0.03em;
  font-size: clamp(2.6rem, 5.95vw, 6.24rem);
  color: var(--color-brand-white);
  position: relative;
}

.headline span {
  display: block;
}

.headline .headline-last em {
  color: var(--color-brand-yellow);
  font-style: normal;
}

.hero-desktop .headline-last {
  white-space: nowrap;
}


.copy-line {
  height: 1px;
  width: clamp(10rem, 19vw, 16rem);
  margin-top: clamp(1.1rem, 2.4vw, 2.1rem);
}

.copy-line-yellow {
  background: rgba(255, 227, 6, 0.72);
}

.copy-line-muted {
  background: rgba(217, 217, 217, 0.22);
}

.meta {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.29em;
  white-space: nowrap;
}

.meta-muted {
  margin-top: clamp(1rem, 1.7vw, 1.5rem);
  font-size: clamp(0.36rem, 0.62vw, 0.6rem);
  color: rgba(255, 255, 255, 0.48);
}

.meta-strong {
  margin-top: 0.45rem;
  font-size: clamp(0.45rem, 0.68vw, 0.68rem);
  color: rgba(255, 255, 255, 0.86);
  letter-spacing: 0.23em;
}

.hero-mobile {
  display: none;
}

.mobile-date {
  margin: 0;
  position: absolute;
  top: 1.38rem;
  right: 1.45rem;
  font-family: "Afacad", sans-serif;
  font-size: 0.34rem;
  letter-spacing: 0.33em;
  color: rgba(255, 255, 255, 0.66);
}

.mobile-bottom {
  position: absolute;
  inset: auto 0 0 0;
  height: 43%;
  background: var(--color-brand-black);
  z-index: 1;
}

.mobile-bottom .copy-line-muted {
  width: calc(100% - 3rem);
  margin: 0;
  position: absolute;
  left: 1.5rem;
  bottom: 3.45rem;
}

.mobile-bottom-content {
  padding: 1rem 1.45rem 0;
}

.mobile-signature {
  margin: 0;
  position: absolute;
  right: 0.4rem;
  bottom: 1.2rem;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  font-family: "Afacad", sans-serif;
  font-size: 0.55rem;
  letter-spacing: 0.35em;
  color: rgba(255, 255, 255, 0.42);
}

@media (max-width: 900px) {
  .landing {
    height: 100vh;
    padding: 0;
  }

  .hero-desktop {
    display: none;
  }

  .hero-mobile {
    display: block;
    width: 100%;
    min-height: 100vh;
    margin: 0;
    border: none;
    background-image:
      linear-gradient(to bottom, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0.96) 76%),
      linear-gradient(to top, rgba(0, 0, 0, 0.17), rgba(0, 0, 0, 0.17)),
      url("./bk.jpg");
    background-size: 100% 100%, 100% 100%, 100% auto;
    background-position: 0 0, 0 0, center top;
    background-repeat: no-repeat;
    padding: 1.65rem 1.45rem 0;
    position: relative;
  }

  .mobile-top {
    position: relative;
    z-index: 2;
  }

  .hero-mobile .headline {
    margin-top: 6.1rem;
    font-size: clamp(2.5rem, 11.3vw, 3rem);
    line-height: 0.9;
    letter-spacing: -0.032em;
  }

  .hero-mobile .headline-last em {
    display: block;
  }

  .hero-mobile .copy-line-yellow {
    width: calc(100% - 2rem);
    margin-top: 0;
  }

  .hero-mobile .meta-muted {
    margin-top: 0.8rem;
    font-size: clamp(0.58rem, 1.7vw, 0.66rem);
    letter-spacing: 0.13em;
    color: rgba(255, 255, 255, 0.62);
  }

  .hero-mobile .meta-strong {
    margin-top: 0.52rem;
    font-size: clamp(0.83rem, 2.7vw, 0.92rem);
    letter-spacing: 0.24em;
    color: rgba(255, 255, 255, 0.9);
  }

  .hero-mobile .brand-icon {
    width: 1.13rem;
    height: 0.95rem;
  }

  .hero-mobile .brand-label {
    font-size: 0.95rem;
    letter-spacing: 0.17em;
    line-height: 1;
  }
}

@media (max-width: 420px) {
  .hero-mobile .headline {
    font-size: clamp(2.35rem, 10.9vw, 2.75rem);
  }

  .hero-mobile .brand-label {
    font-size: 0.9rem;
  }
}
