:root {
  --bg: #212121;
  --ink: #f4f3ef;
  --muted: rgba(244, 243, 239, 0.64);
  --line: rgba(244, 243, 239, 0.18);
  --line-strong: rgba(244, 243, 239, 0.42);
  --green: #78a48a;
  --green-dark: #607f6c;
  --panel: #e8e9e6;
  --panel-ink: #202020;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  background: var(--bg);
}

body {
  overflow-x: hidden;
  color: var(--ink);
  font-family: "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
}

body.is-menu-open {
  overflow: hidden;
}

button,
a {
  color: inherit;
  font: inherit;
}

button {
  border: 0;
}

a {
  text-decoration: none;
}

.site {
  position: relative;
  min-height: 100svh;
  isolation: isolate;
  background:
    linear-gradient(90deg, transparent calc(11.11% - 0.5px), rgba(244, 243, 239, 0.13) calc(11.11% - 0.5px), rgba(244, 243, 239, 0.13) calc(11.11% + 0.5px), transparent calc(11.11% + 0.5px)) 0 0 / 11.11% 100%,
    var(--bg);
}

.site::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: 0.58;
  background:
    radial-gradient(ellipse at 42% 25%, rgba(120, 164, 138, 0.18), transparent 30%),
    repeating-radial-gradient(ellipse at 50% 40%, rgba(244, 243, 239, 0.13) 0 1px, transparent 1px 14px);
  filter: blur(0.2px);
  transform: rotate(-6deg) scale(1.16);
}

.site::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.16;
  mix-blend-mode: soft-light;
  background-image:
    radial-gradient(circle at 12% 18%, rgba(255,255,255,0.7) 0 1px, transparent 1px),
    radial-gradient(circle at 70% 58%, rgba(255,255,255,0.45) 0 1px, transparent 1px);
  background-size: 94px 94px, 137px 137px;
  animation: noiseStep 260ms steps(1, end) infinite;
}

.nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: clamp(18px, 3vw, 34px) clamp(18px, 4vw, 56px);
  pointer-events: none;
}

.brand {
  justify-self: start;
  pointer-events: auto;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(28px, 3vw, 52px);
  line-height: 0.82;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand span {
  color: var(--ink);
}

.nav__meta {
  justify-self: center;
  overflow: hidden;
  color: var(--muted);
  font-size: clamp(10px, 1vw, 12px);
  font-weight: 760;
  text-transform: uppercase;
}

.menu-button {
  justify-self: end;
  pointer-events: auto;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 112px;
  min-height: 50px;
  padding: 0 18px 0 24px;
  border-radius: 999px;
  color: #111;
  background: var(--panel);
  text-transform: uppercase;
}

.menu-button__label {
  height: 1em;
  overflow: hidden;
  font-size: 13px;
  font-weight: 850;
  line-height: 1;
}

.menu-button__label span {
  display: block;
  transition: transform 0.62s var(--ease);
}

.menu-button__label span + span {
  transform: translateY(100%);
}

.menu-button:hover .menu-button__label span:first-child,
body.is-menu-open .menu-button__label span:first-child {
  transform: translateY(-100%);
}

.menu-button:hover .menu-button__label span + span,
body.is-menu-open .menu-button__label span + span {
  transform: translateY(-100%);
}

.menu-button__dot {
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--green);
}

.hero {
  min-height: 100svh;
  display: grid;
  align-content: end;
  gap: clamp(42px, 8vh, 78px);
  padding: clamp(120px, 18vh, 190px) clamp(18px, 1.3vw, 24px) 0;
}

.stats {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  font-size: clamp(10px, 0.78vw, 12px);
  font-weight: 680;
}

.stats span {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 18px;
  white-space: nowrap;
}

.stats span::after {
  content: "";
  height: 1px;
  background: var(--line-strong);
}

.stats span:last-child::after {
  content: none;
}

.hero__title {
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(70px, 10.2vw, 164px);
  font-weight: 900;
  line-height: 0.74;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero__title-line {
  display: block;
  white-space: nowrap;
}

.hero__title-line--right {
  margin-top: 0.22em;
  padding-left: clamp(0px, 42vw, 600px);
}

.hero__accent {
  color: var(--green);
}

.hero__intro {
  display: grid;
  grid-template-columns: minmax(110px, 0.36fr) minmax(260px, 440px) 1fr;
  gap: clamp(18px, 4vw, 70px);
  align-items: end;
  padding-bottom: 42px;
  color: var(--muted);
}

.hero__intro-label {
  font-size: 13px;
}

.hero__copy {
  margin: 0;
  max-width: 440px;
  font-size: clamp(13px, 1.08vw, 16px);
  line-height: 1.04;
  text-align: center;
}

.text-link {
  display: inline-flex;
  gap: 6px;
  margin-top: 16px;
  font-size: 13px;
}

.strategy {
  position: relative;
  padding: 0 clamp(18px, 1.3vw, 24px) 10svh;
}

.strategy__head {
  min-height: 38svh;
  display: grid;
  grid-template-columns: minmax(160px, 0.26fr) minmax(320px, 0.74fr);
  align-items: end;
  gap: 28px;
  padding-bottom: 46px;
}

.section-label {
  color: var(--muted);
  font-size: 13px;
}

.strategy__title {
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(42px, 5.8vw, 92px);
  line-height: 0.84;
  text-transform: uppercase;
}

.orb {
  position: absolute;
  right: clamp(18px, 3vw, 50px);
  top: 18svh;
  width: clamp(132px, 14vw, 220px);
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: rgba(244, 243, 239, 0.1);
}

.orb::before {
  content: "";
  width: 58%;
  aspect-ratio: 1;
  border: 1px solid rgba(244, 243, 239, 0.62);
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent 48%, rgba(244,243,239,0.5) 49% 51%, transparent 52%),
    linear-gradient(0deg, transparent 48%, rgba(244,243,239,0.5) 49% 51%, transparent 52%);
}

.cards {
  display: grid;
  gap: clamp(26px, 5.6vh, 50px);
}

.card {
  position: relative;
  min-height: clamp(220px, 32vh, 300px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 36vw) minmax(160px, 0.3fr);
  align-items: center;
  gap: 24px;
  padding: clamp(18px, 2.2vw, 32px);
  overflow: hidden;
  color: var(--panel-ink);
  background: var(--panel);
}

.card--green {
  background: var(--green);
}

.card__title {
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(42px, 5.2vw, 86px);
  line-height: 0.86;
  text-transform: uppercase;
}

.card__copy {
  margin: 0;
  max-width: 560px;
  font-size: clamp(14px, 1.12vw, 17px);
  line-height: 0.98;
  text-align: center;
}

.card__number {
  justify-self: end;
  color: rgba(32, 32, 32, 0.12);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(130px, 20vw, 280px);
  line-height: 0.72;
}

.clarity {
  min-height: 150svh;
  display: grid;
  align-content: center;
  overflow: hidden;
  color: var(--ink);
  background:
    linear-gradient(90deg, transparent calc(11.11% - 0.5px), rgba(244, 243, 239, 0.14) calc(11.11% - 0.5px), rgba(244, 243, 239, 0.14) calc(11.11% + 0.5px), transparent calc(11.11% + 0.5px)) 0 0 / 11.11% 100%,
    var(--bg);
}

.clarity__line {
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(74px, 10.8vw, 174px);
  line-height: 0.78;
  text-transform: uppercase;
  white-space: nowrap;
  transform: translateX(var(--clarity-x, -10vw));
}

.clarity__line span {
  color: var(--green);
}

.menu {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  pointer-events: none;
  visibility: hidden;
  transition: visibility 0s linear 0.8s;
}

.menu.is-open {
  pointer-events: auto;
  visibility: visible;
  transition-delay: 0s;
}

.menu__panel {
  min-height: 100svh;
  color: var(--panel-ink);
  background: var(--panel);
  transform: translateX(-100%);
  transition: transform 0.9s var(--ease);
}

.menu__panel--right {
  color: var(--ink);
  background: var(--green);
  transform: translateX(100%);
}

.menu.is-open .menu__panel {
  transform: translateX(0);
}

.menu__nav {
  height: 100%;
  padding-top: clamp(82px, 14vh, 140px);
  display: flex;
  flex-direction: column;
}

.menu__link {
  min-height: 13.6%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(46px, 5vw, 62px);
  align-items: center;
  gap: 22px;
  padding: 0 clamp(18px, 3.2vw, 48px);
  border-bottom: 1px solid rgba(32, 32, 32, 0.18);
  overflow: hidden;
}

.menu__text {
  position: relative;
  height: 0.9em;
  overflow: hidden;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(34px, 4.55vw, 70px);
  line-height: 0.88;
  text-transform: uppercase;
}

.menu__text > span,
.menu__tag-inner > span {
  position: absolute;
  inset: 0;
  display: grid;
  align-items: center;
  transition: transform 0.62s var(--ease);
}

.menu__text > span + span,
.menu__tag-inner > span + span {
  transform: translateY(112%);
}

.menu__link:hover .menu__text > span:first-child,
.menu__link:hover .menu__tag-inner > span:first-child {
  transform: translateY(-112%);
}

.menu__link:hover .menu__text > span + span,
.menu__link:hover .menu__tag-inner > span + span {
  transform: translateY(0);
}

.menu__tag {
  position: relative;
  justify-self: end;
  width: clamp(46px, 5vw, 62px);
  height: clamp(46px, 5vw, 62px);
  border: 1px solid rgba(32, 32, 32, 0.42);
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
  font-size: clamp(18px, 1.55vw, 22px);
  font-weight: 850;
  line-height: 1;
  text-align: center;
}

.menu__tag-inner {
  position: relative;
  width: 100%;
  height: 1em;
  overflow: hidden;
}

.menu__tag-inner span {
  width: 100%;
  height: 1em;
  display: grid;
  place-items: center;
}

.menu__right {
  height: 100%;
  display: grid;
  grid-template-rows: 1fr auto;
  padding: clamp(82px, 13vh, 132px) clamp(20px, 4.6vw, 70px) clamp(22px, 4vw, 54px);
}

.menu__seal {
  place-self: center;
  width: clamp(168px, 25vw, 320px);
  aspect-ratio: 1;
  border: 1px solid rgba(244, 243, 239, 0.66);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(90px, 16vw, 210px);
  line-height: 0.8;
}

.menu__bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 24px;
}

.menu__credit {
  display: grid;
  gap: 10px;
  font-size: 12px;
  font-weight: 760;
  line-height: 1.08;
  text-transform: uppercase;
}

.menu__close {
  cursor: pointer;
  min-width: 88px;
  min-height: 38px;
  padding: 8px 16px;
  border: 1px solid rgba(244, 243, 239, 0.72);
  border-radius: 999px;
  color: var(--ink);
  background: transparent;
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

@keyframes noiseStep {
  0% { background-position: 0 0, 0 0; }
  50% { background-position: 31px -18px, -24px 37px; }
  100% { background-position: -14px 22px, 18px -12px; }
}

@media (max-width: 760px) {
  .site,
  .clarity {
    background-size: 25% 100%;
  }

  .nav {
    grid-template-columns: 1fr auto;
  }

  .nav__meta {
    display: none;
  }

  .brand {
    font-size: 34px;
  }

  .menu-button {
    min-width: 102px;
  }

  .hero {
    min-height: 100svh;
    padding-top: 112px;
  }

  .stats {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .stats span::after {
    opacity: 0.6;
  }

  .hero__title {
    font-size: clamp(58px, 18.6vw, 100px);
    line-height: 0.94;
  }

  .hero__title-line,
  .clarity__line {
    white-space: normal;
  }

  .hero__title-line--right {
    padding-left: 0;
  }

  .hero__intro {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .hero__copy {
    text-align: left;
  }

  .strategy__head {
    min-height: 42svh;
    grid-template-columns: 1fr;
  }

  .orb {
    opacity: 0.38;
  }

  .card {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .card__copy {
    text-align: left;
  }

  .card__number {
    position: absolute;
    right: 14px;
    bottom: -8px;
  }

  .clarity__line {
    font-size: clamp(64px, 19vw, 110px);
  }

  .menu {
    grid-template-columns: 1fr;
    overflow-y: auto;
  }

  .menu__panel {
    min-height: 50svh;
  }

  .menu__nav {
    min-height: 58svh;
    padding-top: 72px;
  }

  .menu__link {
    min-height: 78px;
    grid-template-columns: minmax(0, 1fr) 46px;
    padding: 0 18px;
  }

  .menu__text {
    font-size: clamp(34px, 12vw, 58px);
  }

  .menu__tag {
    width: 46px;
    height: 46px;
    font-size: 18px;
  }
}
