:root {
  --black: #050807;
  --green: #005128;
  --green-deep: #00361c;
  --green-bright: #4ade80;
  --white: #ffffff;
  --ink: #0b120e;
  --muted: #5d6b62;
  --scoop: 1.85rem;
  --cut-tr-h: 5.5rem;
  --cut-bl-h: auto;
  --pad: clamp(1.5rem, 4vw, 3.2rem);
  --font: "Manrope", "Segoe UI", sans-serif;
  --display: "Oswald", "Arial Narrow", sans-serif;
}

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

html {
  font-size: clamp(15.5px, 1.12vw, 21px);
}

html,
body {
  height: 100%;
  background: var(--white);
}

body {
  font-family: var(--font);
  color: var(--white);
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

.hero {
  position: relative;
  width: 100%;
  height: 100dvh;
  background: var(--white);
  overflow: hidden;
}

.hero__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  pointer-events: none;
}

.hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 8, 7, 0.7) 0%, rgba(5, 8, 7, 0.22) 48%, rgba(0, 54, 28, 0.28) 100%),
    linear-gradient(180deg, rgba(5, 8, 7, 0.16) 0%, transparent 32%, rgba(5, 8, 7, 0.42) 100%);
}

.nav,
.hero__copy,
.info,
.pager {
  position: absolute;
  z-index: 3;
}

.nav {
  top: var(--pad);
  left: var(--pad);
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.nav__logo {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--white);
}

.nav__logo img {
  display: block;
  width: auto;
  mix-blend-mode: screen;
}

.nav__logo img:first-child {
  height: 3.4rem;
}

.nav__wordmark {
  height: 3.15rem;
}

.hero__copy {
  left: max(var(--pad), 8.5vw);
  top: 50%;
  transform: translateY(-50%);
  width: min(46rem, 56vw);
}

.hero__copy h1 {
  font-family: var(--display);
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 0.92;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  max-width: 11ch;
  text-shadow: 0 10px 36px rgba(0, 0, 0, 0.38);
}

.hero__copy h1 span {
  color: var(--green-bright);
}

.roles {
  display: flex;
  gap: 0.35rem;
  width: fit-content;
  max-width: 100%;
  margin-top: 1.6rem;
  padding: 0.55rem;
  list-style: none;
  border-radius: 1.45rem;
  background: rgba(8, 14, 11, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.roles__btn {
  display: grid;
  justify-items: center;
  gap: 0.45rem;
  min-width: 5.7rem;
  padding: 0.55rem 0.7rem 0.5rem;
  border: 0;
  border-radius: 1.1rem;
  background: transparent;
  color: rgba(255, 255, 255, 0.88);
  font: inherit;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.roles__btn:hover,
.roles__btn.is-active {
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.roles__icon {
  width: 3.05rem;
  height: 3.05rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--white);
  background: rgba(8, 14, 11, 0.55);
  border: 1.5px solid var(--green-bright);
  box-shadow: 0 0 12px rgba(74, 222, 128, 0.35);
}

.roles__btn.is-active .roles__icon {
  background: rgba(0, 81, 40, 0.72);
  border-color: var(--green-bright);
}

.info {
  right: var(--pad);
  bottom: var(--pad);
  width: min(22rem, 28vw);
  padding: 1.4rem 1.45rem 1.45rem;
  border-radius: 1.45rem;
  background: rgba(8, 14, 11, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.info h2 {
  font-family: var(--display);
  font-size: 1.12rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.info p {
  margin: 0.6rem 0 1.05rem;
  font-size: 0.84rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
}

.info__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.3rem;
  padding: 0 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
}

.info__btn:hover {
  background: var(--white);
  color: var(--ink);
}

.pager {
  top: 42%;
  right: 1.35rem;
  height: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  opacity: 0.85;
}

.pager i {
  width: 1px;
  flex: 1;
  margin: 0.5rem 0;
  background: linear-gradient(#fff, rgba(255, 255, 255, 0.15));
}

.cut {
  position: absolute;
  z-index: 4;
  background: var(--white);
  color: var(--ink);
}

.cut--tr {
  top: 0;
  right: 0;
  height: var(--cut-tr-h);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0 1.15rem 0 1.3rem;
  border-bottom-left-radius: var(--scoop);
}

.cut--bl {
  left: 0;
  bottom: 0;
  min-height: 0;
  height: auto;
  display: flex;
  align-items: center;
  gap: 1.1rem;
  padding: 0.72rem 1.25rem 0.72rem 1.1rem;
  border-top-right-radius: var(--scoop);
  background: linear-gradient(90deg, #edf7f1 0%, #ffffff 38%);
}

.countdown__date {
  position: relative;
  display: grid;
  gap: 0.18rem;
  padding: 0.1rem 1.2rem 0.1rem 0.85rem;
  border-right: 1px solid rgba(0, 81, 40, 0.12);
}

.countdown__date::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15rem;
  bottom: 0.15rem;
  width: 3px;
  border-radius: 99px;
  background: linear-gradient(180deg, var(--green-bright), var(--green));
}

.countdown__date em {
  font-style: normal;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--green);
}

.countdown__date strong {
  font-family: var(--display);
  font-size: 1.18rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.05;
  color: var(--green-deep);
  white-space: nowrap;
}

.countdown {
  display: flex;
  align-items: center;
  gap: 0.38rem;
}

.countdown__sep {
  font-style: normal;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--green);
  opacity: 0.38;
  padding-bottom: 0.7rem;
}

.social {
  display: flex;
  gap: 0.45rem;
}

.social a {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  border: 1px solid rgba(11, 18, 14, 0.16);
  display: grid;
  place-items: center;
  color: var(--green);
}

.social a:hover {
  background: var(--green);
  border-color: var(--green);
  color: var(--white);
}

.explore {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  height: 2.45rem;
  padding: 0 0.35rem 0 1rem;
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  font-size: 0.8rem;
  font-weight: 700;
}

.explore span {
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 50%;
  background: var(--green);
  display: grid;
  place-items: center;
}

.explore:hover {
  background: var(--green-deep);
}

.stat {
  display: grid;
  justify-items: center;
  gap: 0.06rem;
  min-width: 3.45rem;
  padding: 0.36rem 0.52rem 0.3rem;
  border-radius: 0.75rem;
  background: var(--green);
  box-shadow: 0 8px 18px rgba(0, 81, 40, 0.18);
}

.stat strong {
  font-size: 1.22rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--green-bright);
  font-variant-numeric: tabular-nums;
}

.stat span {
  font-size: 0.54rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 900px) {
  body {
    overflow: auto;
  }

  .hero {
    min-height: 100dvh;
    height: auto;
  }

  .hero__media {
    position: absolute;
    min-height: 100%;
  }

  .hero__copy {
    top: auto;
    bottom: 8.5rem;
    transform: none;
    width: calc(100% - 2.8rem);
  }

  .roles {
    flex-wrap: wrap;
  }

  .info {
    width: min(280px, 42vw);
  }

  .pager {
    display: none;
  }

  .cut--tr {
    max-width: calc(100% - 7.5rem);
  }

  .cut--bl {
    max-width: calc(100% - 2rem);
    gap: 0.85rem;
  }

  .countdown__date {
    padding-right: 0.85rem;
  }

  .stat {
    min-width: 0;
  }
}

@media (max-width: 640px) {
  :root {
    --scoop: 1.15rem;
    --cut-tr-h: auto;
    --cut-bl-h: auto;
    --pad: 0.9rem;
  }

  html {
    font-size: 16px;
  }

  html,
  body {
    height: 100%;
    overflow: hidden;
  }

  body {
    overflow: hidden;
  }

  .hero {
    height: 100dvh;
    min-height: 100dvh;
    overflow: hidden;
  }

  .hero__photo {
    object-position: center 42%;
    transform: scale(1.22);
    transform-origin: center 46%;
  }

  .hero__shade {
    background:
      linear-gradient(180deg, rgba(5, 8, 7, 0.32) 0%, rgba(5, 8, 7, 0.06) 16%, transparent 28%, transparent 68%, rgba(5, 8, 7, 0.22) 86%, rgba(5, 8, 7, 0.42) 100%);
  }

  .nav {
    top: max(0.65rem, env(safe-area-inset-top, 0px));
    left: 0.75rem;
    max-width: calc(100% - 8.75rem);
    gap: 0.45rem;
  }

  .nav__logo {
    gap: 0.45rem;
  }

  .nav__logo img:first-child {
    height: 2.15rem;
  }

  .nav__wordmark {
    height: 1.65rem;
  }

  .cut--tr {
    flex-wrap: nowrap;
    align-items: center;
    height: auto;
    padding: 0.5rem 0.55rem 0.5rem 0.65rem;
    max-width: none;
    gap: 0.35rem;
  }

  .social {
    gap: 0.3rem;
  }

  .social a {
    width: 1.9rem;
    height: 1.9rem;
  }

  .explore {
    width: 2.35rem;
    height: 2.35rem;
    padding: 0;
    gap: 0;
    justify-content: center;
    font-size: 0;
    line-height: 0;
  }

  .explore span {
    display: grid;
    width: 2.35rem;
    height: 2.35rem;
  }

  .hero__copy {
    top: calc(3.85rem + env(safe-area-inset-top, 0px));
    bottom: auto;
    left: 1rem;
    right: 1rem;
    width: auto;
    transform: none;
  }

  .hero__copy h1 {
    font-size: clamp(1.72rem, 8.2vw, 2.05rem);
    line-height: 0.94;
    max-width: 9ch;
    text-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
  }

  .roles {
    width: fit-content;
    max-width: 100%;
    margin-top: 0.7rem;
    padding: 0.28rem;
    gap: 0.12rem;
    flex-wrap: nowrap;
    justify-content: flex-start;
    border-radius: 1.1rem;
    background: rgba(8, 14, 11, 0.34);
  }

  .roles__btn {
    flex: 0 0 auto;
    min-width: 3.85rem;
    gap: 0.22rem;
    padding: 0.28rem 0.32rem 0.24rem;
    font-size: 0.52rem;
    letter-spacing: 0.04em;
    border-radius: 0.85rem;
    -webkit-tap-highlight-color: transparent;
  }

  .roles__icon {
    width: 2.05rem;
    height: 2.05rem;
  }

  .roles__icon svg {
    width: 1.05rem;
    height: 1.05rem;
  }

  .info {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "title action"
      "body body";
    align-items: center;
    column-gap: 0.7rem;
    row-gap: 0.22rem;
    left: 1rem;
    right: 1rem;
    bottom: calc(6.15rem + env(safe-area-inset-bottom, 0px));
    width: auto;
    padding: 0.7rem 0.8rem 0.72rem;
    border-radius: 1.05rem;
    background: rgba(8, 14, 11, 0.32);
  }

  .info h2 {
    grid-area: title;
    font-size: 0.82rem;
  }

  .info p {
    grid-area: body;
    margin: 0;
    font-size: 0.74rem;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .info__btn {
    grid-area: action;
    min-height: 1.9rem;
    padding: 0 0.85rem;
    font-size: 0.72rem;
    background: var(--green);
    border-color: var(--green);
    color: var(--white);
  }

  .info__btn:hover,
  .info__btn:active {
    background: var(--green-deep);
    color: var(--white);
  }

  .cut--bl {
    width: calc(100% - 0.85rem);
    max-width: none;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 0.48rem;
    padding: 0.65rem 0.75rem calc(0.7rem + env(safe-area-inset-bottom, 0px)) 0.85rem;
  }

  .countdown__date {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    width: 100%;
    border-right: 0;
    padding: 0 0 0 0.75rem;
  }

  .countdown__date em {
    font-size: 0.58rem;
  }

  .countdown__date strong {
    font-size: 1.02rem;
  }

  .countdown {
    width: 100%;
    justify-content: space-between;
    gap: 0.22rem;
  }

  .countdown__sep {
    padding-bottom: 0.48rem;
    font-size: 0.95rem;
  }

  .stat {
    flex: 1;
    min-width: 0;
    padding: 0.3rem 0.15rem 0.26rem;
    border-radius: 0.7rem;
  }

  .stat strong {
    font-size: 1.05rem;
  }

  .stat span {
    font-size: 0.5rem;
  }
}

@media (max-width: 640px) and (max-height: 700px) {
  .hero__copy h1 {
    font-size: clamp(1.55rem, 7.6vw, 1.85rem);
  }

  .roles {
    margin-top: 0.5rem;
  }

  .info {
    bottom: calc(5.65rem + env(safe-area-inset-bottom, 0px));
    padding: 0.58rem 0.75rem 0.6rem;
  }

  .cut--bl {
    gap: 0.32rem;
    padding: 0.45rem 0.65rem calc(0.5rem + env(safe-area-inset-bottom, 0px)) 0.7rem;
  }
}
