@font-face {
  font-family: "Fredoka Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 300 700;
  src: url("/eko/assets/fonts/fredoka-latin-ext-wght-normal.woff2") format("woff2-variations");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Fredoka Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 300 700;
  src: url("/eko/assets/fonts/fredoka-latin-wght-normal.woff2") format("woff2-variations");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Nunito Sans Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 200 1000;
  src: url("/eko/assets/fonts/nunito-sans-latin-ext-wght-normal.woff2") format("woff2-variations");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Nunito Sans Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 200 1000;
  src: url("/eko/assets/fonts/nunito-sans-latin-wght-normal.woff2") format("woff2-variations");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --mission-deep: #021f15;
  --mission-forest: #063b29;
  --mission-forest-2: #0b5037;
  --mission-lime: #b8ee29;
  --mission-lime-soft: #dfff72;
  --mission-aqua: #59d6d4;
  --mission-coral: #ff785a;
  --mission-paper: #edf4e7;
  --mission-cream: #f7f5ea;
  --mission-ink: #073b2a;
  --mission-muted: #557064;
  --mission-line: rgba(7, 59, 42, 0.14);
  --mission-display: "Fredoka Variable", "Arial Rounded MT Bold", Arial, sans-serif;
  --mission-body: "Nunito Sans Variable", Inter, Arial, sans-serif;
  --mission-shadow: 0 24px 70px rgba(1, 34, 22, 0.16);
}

.eko-mission-page {
  background: var(--mission-paper);
  color: var(--mission-ink);
  font-family: var(--mission-body);
  font-variation-settings: "wdth" 100;
}

.eko-mission-page h1,
.eko-mission-page h2,
.eko-mission-page h3,
.eko-mission-page .mission-episode__copy strong {
  font-family: var(--mission-display);
}

.eko-mission-page .status-bar,
.eko-mission-page .cluster-badge {
  display: none;
}

.eko-mission-page .site-header {
  top: 0;
  min-height: 68px;
  background: rgba(1, 31, 21, 0.97);
  border-bottom-color: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
}

.eko-mission-page .site-header.is-stuck {
  background: rgba(1, 31, 21, 0.97);
}

.eko-mission-page .header-inner {
  min-height: 68px;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  gap: clamp(12px, 1.7vw, 25px);
}

.eko-mission-page .brand {
  min-width: 174px;
}

.eko-mission-page .brand__word {
  font-size: 30px;
}

.eko-mission-page .brand__tagline {
  display: none;
}

.eko-mission-page .primary-nav {
  justify-self: center;
  gap: clamp(0px, 0.35vw, 4px);
}

.eko-mission-page .primary-nav a {
  min-height: 40px;
  padding-inline: clamp(6px, 0.72vw, 11px);
  font-size: clamp(11px, 0.79vw, 12.5px);
  font-weight: 800;
}

.eko-mission-page .header-cta {
  min-height: 44px;
  padding-inline: 24px;
  border-radius: 13px;
  border: 1px solid var(--mission-lime);
  background: var(--mission-lime);
  color: #153217;
  font-weight: 950;
  box-shadow: 0 8px 24px rgba(184, 238, 41, 0.14);
}

.eko-mission-page .search-button,
.eko-mission-page .menu-button {
  min-width: 44px;
  min-height: 44px;
}

.mission-shell {
  min-width: 0;
  overflow: clip;
}

.mission-hero {
  position: relative;
  z-index: 2;
  min-height: 540px;
  padding-top: 68px;
  overflow: visible;
  color: #fff;
  background-color: var(--mission-deep);
  background-image: url("/eko/assets/images/eko/eko-mission-landscape-v1.webp");
  background-position: center center;
  background-size: cover;
  isolation: isolate;
}

.mission-hero::before,
.mission-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.mission-hero::before {
  background:
    linear-gradient(90deg, rgba(0, 25, 16, 0.25) 0%, rgba(0, 25, 16, 0.08) 45%, transparent 68%),
    linear-gradient(180deg, rgba(0, 17, 12, 0.04) 45%, rgba(0, 24, 16, 0.58) 100%);
}

.mission-hero::after {
  inset: auto 0 0;
  height: 1px;
  background: rgba(184, 238, 41, 0.5);
}

.mission-hero__inner {
  min-height: 472px;
  display: grid;
  grid-template-columns: minmax(0, 52%) minmax(0, 48%);
  align-items: center;
}

.mission-hero__copy {
  position: relative;
  z-index: 3;
  max-width: 665px;
  padding: 28px 0 68px;
}

.mission-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 15px;
  color: var(--mission-lime-soft);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.105em;
  line-height: 1.25;
  text-transform: uppercase;
}

.mission-eyebrow::before {
  content: "";
  width: 24px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
}

.mission-eyebrow--dark {
  color: #247347;
}

.mission-hero h1 {
  max-width: 650px;
  margin: 0;
  color: #fffdf4;
  font-size: clamp(62px, 5.9vw, 91px);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.91;
  text-wrap: balance;
  text-shadow: 0 8px 34px rgba(0, 20, 12, 0.3);
}

.mission-hero h1 span {
  display: block;
}

.mission-hero__copy > p {
  max-width: 580px;
  margin: 21px 0 0;
  color: rgba(255, 255, 255, 0.91);
  font-size: clamp(18px, 1.55vw, 23px);
  font-weight: 650;
  line-height: 1.38;
  text-wrap: balance;
}

.mission-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 25px;
}

.mission-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 24px;
  border: 2px solid transparent;
  border-radius: 13px;
  color: inherit;
  font-family: var(--mission-body);
  font-size: 14px;
  font-weight: 950;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.mission-button:hover,
.mission-button:focus-visible {
  transform: translateY(-2px);
}

.mission-button--lime {
  background: linear-gradient(135deg, #c2f438, #a9df1c);
  color: #12341d;
  box-shadow: 0 13px 34px rgba(172, 227, 31, 0.22);
}

.mission-button--lime:hover,
.mission-button--lime:focus-visible {
  box-shadow: 0 16px 42px rgba(172, 227, 31, 0.32);
}

.mission-button--ghost {
  border-color: rgba(210, 255, 79, 0.9);
  background: rgba(1, 31, 21, 0.32);
  color: #fff;
  backdrop-filter: blur(8px);
}

.mission-button--ghost:hover,
.mission-button--ghost:focus-visible {
  background: rgba(255, 255, 255, 0.1);
}

.mission-button--compact {
  min-height: 46px;
  padding-inline: 23px;
  font-size: 13px;
}

.mission-button--outline {
  border-color: var(--mission-ink);
  color: var(--mission-ink);
  white-space: nowrap;
}

.mission-hero__stage {
  position: relative;
  z-index: 2;
  align-self: stretch;
  min-height: 470px;
}

.mission-hero__stage img {
  position: absolute;
  z-index: 2;
  left: clamp(-118px, -6.7vw, -72px);
  bottom: -5px;
  width: auto;
  height: min(445px, 42vw);
  max-width: none;
  object-fit: contain;
  filter: drop-shadow(0 25px 24px rgba(0, 22, 14, 0.28));
  transform-origin: 50% 100%;
  animation: mission-character-in 560ms cubic-bezier(0.2, 0.78, 0.2, 1) both;
}

.mission-hero__stage::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: clamp(-86px, -4.8vw, -48px);
  bottom: -2px;
  width: 270px;
  height: 32px;
  border-radius: 50%;
  background: rgba(0, 20, 13, 0.35);
  filter: blur(10px);
}

.mission-hero__bubble {
  position: absolute;
  z-index: 3;
  left: 145px;
  top: 52px;
  max-width: 190px;
  padding: 15px 18px;
  border: 2px solid rgba(7, 59, 42, 0.1);
  border-radius: 52% 48% 48% 52% / 55% 54% 46% 45%;
  background: rgba(255, 255, 255, 0.95);
  color: var(--mission-ink);
  font-family: var(--mission-display);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.25;
  text-align: center;
  box-shadow: 0 15px 32px rgba(0, 25, 16, 0.16);
  transform: rotate(2deg);
}

.mission-hero__bubble::after {
  content: "";
  position: absolute;
  left: 23px;
  bottom: -11px;
  width: 22px;
  height: 20px;
  background: inherit;
  clip-path: polygon(0 0, 100% 0, 20% 100%);
  transform: rotate(10deg);
}

.mission-route-wrap {
  position: absolute;
  z-index: 10;
  left: 50%;
  bottom: -54px;
  transform: translateX(-50%);
}

.mission-route {
  --mission-angle: -20deg;
  position: relative;
  min-height: 108px;
  display: grid;
  grid-template-columns: 1fr 1fr 116px 1fr 1fr;
  align-items: center;
  padding: 4px 32px 0;
  overflow: visible;
  border-top: 2px solid rgba(244, 211, 118, 0.75);
  border-radius: 48% 48% 24px 24px / 37% 37% 24px 24px;
  background: linear-gradient(180deg, rgba(2, 57, 40, 0.98), rgba(1, 43, 30, 0.99));
  box-shadow: 0 22px 55px rgba(0, 27, 17, 0.24);
}

.mission-route > a {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border-radius: 16px;
  color: var(--mission-lime);
  font-family: var(--mission-display);
  font-size: clamp(18px, 1.65vw, 25px);
  font-weight: 650;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition: background 180ms ease, transform 180ms ease;
}

.mission-route > a:nth-of-type(2),
.mission-route > a:nth-of-type(3) {
  color: var(--mission-aqua);
}

.mission-route > a:nth-of-type(4) {
  color: var(--mission-coral);
}

.mission-route > a:hover,
.mission-route > a:focus-visible {
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-2px);
}

.mission-route svg {
  width: 34px;
  height: 34px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mission-compass {
  position: relative;
  z-index: 2;
  width: 112px;
  height: 112px;
  display: grid;
  place-items: center;
  justify-self: center;
  border: 4px solid #0f5c3d;
  border-radius: 50%;
  background:
    radial-gradient(circle, #0b4934 0 48%, transparent 49%),
    conic-gradient(from 45deg, #1e7651, #063b29, #1e7651, #063b29, #1e7651);
  box-shadow: 0 13px 30px rgba(0, 20, 13, 0.34), inset 0 0 0 2px rgba(201, 240, 70, 0.45);
}

.mission-compass::before,
.mission-compass::after {
  content: "";
  position: absolute;
  background: rgba(210, 240, 96, 0.45);
}

.mission-compass::before {
  width: 1px;
  height: 84%;
}

.mission-compass::after {
  width: 84%;
  height: 1px;
}

.mission-compass i {
  position: relative;
  z-index: 2;
  width: 28px;
  height: 76px;
  display: block;
  background: linear-gradient(180deg, var(--mission-lime) 0 50%, #fff6cc 50% 100%);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  filter: drop-shadow(0 3px 5px rgba(0, 20, 13, 0.35));
  transform: rotate(var(--mission-angle));
  transition: transform 380ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.mission-compass b {
  position: absolute;
  z-index: 3;
  width: 13px;
  height: 13px;
  border: 3px solid #0b4934;
  border-radius: 50%;
  background: #f8f3cf;
}

.mission-world {
  position: relative;
  z-index: 1;
  padding: 100px 0 55px;
  background:
    radial-gradient(circle at 7% 10%, rgba(184, 238, 41, 0.14), transparent 24rem),
    radial-gradient(circle at 91% 36%, rgba(89, 214, 212, 0.11), transparent 25rem),
    linear-gradient(180deg, #f1f6ec, var(--mission-paper));
}

.mission-world::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.22;
  background-image: radial-gradient(rgba(7, 59, 42, 0.16) 0.6px, transparent 0.6px);
  background-size: 10px 10px;
  mask-image: linear-gradient(180deg, black, transparent 45%);
}

.mission-world > .site-width {
  position: relative;
}

.mission-section-head,
.mission-comics__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin: 0 0 20px;
}

.mission-section-head h2,
.mission-comics__head h2 {
  margin: 0;
  color: var(--mission-ink);
  font-size: clamp(34px, 3.2vw, 49px);
  font-weight: 650;
  letter-spacing: -0.035em;
  line-height: 1;
}

.mission-section-head p,
.mission-comics__head p {
  max-width: 510px;
  margin: 0 0 2px;
  color: var(--mission-muted);
  font-size: 16px;
  font-weight: 620;
  line-height: 1.45;
}

.mission-dashboard {
  display: grid;
  grid-template-columns: minmax(0, 2.25fr) minmax(300px, 0.92fr);
  gap: 22px;
}

.mission-game,
.mission-trace,
.mission-episode,
.mission-action,
.mission-adults {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
}

.mission-game {
  min-height: 380px;
  color: #fff;
  background: #173a24;
  box-shadow: var(--mission-shadow);
}

.mission-game > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
  transition: transform 600ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.mission-game:hover > img {
  transform: scale(1.035);
}

.mission-game__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(1, 28, 18, 0.91) 0%, rgba(1, 30, 19, 0.7) 38%, rgba(1, 30, 19, 0.06) 78%),
    linear-gradient(180deg, transparent 55%, rgba(0, 23, 15, 0.48) 100%);
}

.mission-game__copy {
  position: relative;
  z-index: 2;
  width: min(58%, 560px);
  min-height: 380px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(26px, 3.5vw, 46px);
}

.mission-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 11px;
  border: 1px solid rgba(197, 244, 64, 0.38);
  border-radius: 999px;
  background: rgba(12, 86, 47, 0.84);
  color: var(--mission-lime-soft);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.mission-chip i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--mission-lime);
  box-shadow: 0 0 0 4px rgba(184, 238, 41, 0.14);
}

.mission-game h3 {
  margin: 15px 0 0;
  font-size: clamp(44px, 4.4vw, 67px);
  font-weight: 650;
  letter-spacing: -0.04em;
  line-height: 0.88;
  text-shadow: 0 8px 24px rgba(0, 20, 13, 0.25);
}

.mission-game p {
  max-width: 440px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.42;
}

.mission-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 14px;
}

.mission-meta span {
  padding: 5px 9px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(0, 27, 18, 0.46);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  backdrop-filter: blur(6px);
}

.mission-game .mission-button {
  margin-top: 20px;
}

.mission-trace {
  min-height: 380px;
  padding: 29px 27px 24px;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0, rgba(89, 214, 212, 0.17), transparent 18rem),
    linear-gradient(145deg, #0b533a, #063326);
  box-shadow: 0 22px 54px rgba(3, 48, 32, 0.19);
}

.mission-trace::after {
  content: "";
  position: absolute;
  right: -45px;
  bottom: -65px;
  width: 185px;
  height: 185px;
  border: 1px solid rgba(184, 238, 41, 0.18);
  border-radius: 52% 48% 44% 56%;
  transform: rotate(25deg);
}

.mission-trace__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mission-trace__head strong {
  color: var(--mission-lime-soft);
  font-size: 13px;
}

.mission-trace h3 {
  margin: 7px 0 18px;
  color: var(--mission-lime);
  font-size: clamp(34px, 3.2vw, 48px);
  font-weight: 650;
  letter-spacing: -0.045em;
  line-height: 1;
}

.mission-trace__steps {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mission-trace__steps li {
  display: grid;
  justify-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
}

.mission-trace__steps li > span {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  transition: background 240ms ease, border-color 240ms ease, transform 240ms ease;
}

.mission-trace__steps li.is-complete {
  color: #fff;
}

.mission-trace__steps li.is-complete > span {
  border-color: var(--mission-lime);
  background: var(--mission-lime);
  color: var(--mission-ink);
  box-shadow: 0 0 0 5px rgba(184, 238, 41, 0.12);
  transform: translateY(-2px);
}

.mission-trace__steps svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mission-trace__steps b {
  font-weight: 800;
}

.mission-trace__meter {
  position: relative;
  height: 5px;
  margin: 13px 8px 20px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.13);
}

.mission-trace__meter i {
  width: 0;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--mission-lime), var(--mission-aqua));
  transition: width 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.mission-trace__today {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.mission-trace__leaf {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--mission-lime);
  color: var(--mission-ink);
  font-size: 27px;
  font-weight: 900;
  transform: rotate(-28deg);
}

.mission-trace__today small,
.mission-trace__today strong {
  display: block;
}

.mission-trace__today small {
  color: var(--mission-lime-soft);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mission-trace__today strong {
  margin-top: 2px;
  font-size: 13px;
  line-height: 1.3;
}

.mission-trace > a {
  position: relative;
  z-index: 2;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  color: var(--mission-lime-soft);
  font-size: 12px;
  font-weight: 900;
}

.mission-trace > p {
  position: relative;
  z-index: 2;
  margin: 2px 0 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 10px;
}

.mission-comics {
  padding-top: 38px;
  scroll-margin-top: 90px;
}

.mission-comics__reel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.mission-comics__swipe-hint {
  display: none;
}

.mission-episode--first {
  box-shadow: 0 20px 54px rgba(9, 53, 35, 0.18), 0 0 0 2px rgba(187, 238, 84, 0.34);
}

.mission-episode {
  min-height: 260px;
  display: block;
  color: #fff;
  background: #173a24;
  box-shadow: 0 18px 48px rgba(9, 53, 35, 0.12);
  isolation: isolate;
}

.mission-episode img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.mission-episode:hover img,
.mission-episode:focus-visible img {
  transform: scale(1.04);
}

.mission-episode__shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(1, 31, 20, 0.92) 0%, rgba(1, 31, 20, 0.72) 38%, rgba(1, 31, 20, 0.05) 78%),
    linear-gradient(180deg, transparent 45%, rgba(1, 31, 20, 0.56) 100%);
}

.mission-episode__copy {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: end;
  padding: 28px;
}

.mission-episode__copy small {
  color: var(--mission-lime-soft);
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mission-episode__copy strong {
  margin-top: 6px;
  font-size: clamp(37px, 3.7vw, 56px);
  font-weight: 650;
  letter-spacing: -0.045em;
  line-height: 0.9;
  text-shadow: 0 7px 25px rgba(0, 22, 14, 0.3);
}

.mission-episode__copy em {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 9px;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.mission-episode__copy em b {
  color: var(--mission-lime);
  font-size: 18px;
}

.mission-action {
  display: grid;
  grid-template-columns: minmax(270px, 0.8fr) minmax(0, 1.45fr);
  gap: clamp(28px, 5vw, 78px);
  align-items: center;
  margin-top: 38px;
  padding: clamp(30px, 4vw, 52px);
  color: #fff;
  background:
    radial-gradient(circle at 100% 0, rgba(89, 214, 212, 0.17), transparent 28rem),
    linear-gradient(145deg, #0b5138, #052f22);
  box-shadow: 0 24px 64px rgba(4, 50, 33, 0.16);
  scroll-margin-top: 88px;
}

.mission-action::before {
  content: "";
  position: absolute;
  left: -70px;
  bottom: -100px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(184, 238, 41, 0.18);
  border-radius: 48% 52% 60% 40%;
  transform: rotate(30deg);
}

.mission-action__intro,
.mission-habits {
  position: relative;
  z-index: 2;
}

.mission-action h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(36px, 3.6vw, 54px);
  font-weight: 650;
  letter-spacing: -0.04em;
  line-height: 0.96;
}

.mission-action__intro > p {
  margin: 15px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.48;
}

.mission-action__privacy {
  color: rgba(255, 255, 255, 0.58) !important;
  font-size: 11px !important;
}

.mission-habits {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.mission-habit {
  appearance: none;
  min-width: 0;
  min-height: 126px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 9px;
  border: 2px solid transparent;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--mission-ink);
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.mission-habit:hover,
.mission-habit:focus-visible {
  transform: translateY(-3px);
  border-color: var(--mission-lime);
}

.mission-habit[aria-pressed="true"] {
  border-color: var(--mission-lime);
  background: var(--mission-lime);
  box-shadow: 0 10px 24px rgba(184, 238, 41, 0.18);
}

.mission-habit > span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e8f4e3;
}

.mission-habit[aria-pressed="true"] > span {
  background: rgba(255, 255, 255, 0.72);
}

.mission-habit svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mission-habit b {
  max-width: 94px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
}

.mission-habits__status {
  grid-column: 1 / -1;
  min-height: 20px;
  margin: 2px 0 -4px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.mission-adults {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
  padding: 25px 30px;
  border: 1px solid var(--mission-line);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 14px 38px rgba(8, 54, 36, 0.06);
}

.mission-adults__icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 19px;
  background: #dff0d5;
  color: #14663d;
}

.mission-adults__icon svg {
  width: 33px;
  height: 33px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mission-adults .mission-eyebrow {
  margin-bottom: 4px;
}

.mission-adults h2 {
  margin: 0;
  font-size: clamp(27px, 2.6vw, 38px);
  font-weight: 650;
  letter-spacing: -0.035em;
  line-height: 1;
}

.mission-adults p {
  max-width: 760px;
  margin: 7px 0 0;
  color: var(--mission-muted);
  font-size: 14px;
  font-weight: 600;
}

.mission-safety {
  border-top: 1px solid var(--mission-line);
  background: #e2eddb;
}

.mission-safety > div {
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 20px;
  color: #486356;
  font-size: 12px;
  text-align: center;
}

.mission-safety strong {
  color: var(--mission-ink);
}

.mission-enhanced [data-mission-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms cubic-bezier(0.2, 0.78, 0.2, 1);
}

.mission-enhanced [data-mission-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@keyframes mission-character-in {
  from { opacity: 0; transform: translateY(16px) scale(0.985); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 1180px) {
  .eko-mission-page .primary-nav a:nth-child(3),
  .eko-mission-page .primary-nav a:nth-child(6) {
    display: none;
  }

  .mission-hero__stage img {
    left: -80px;
    height: min(420px, 42vw);
  }

  .mission-hero__bubble {
    left: 125px;
  }

  .mission-route {
    padding-inline: 18px;
  }

  .mission-route > a {
    gap: 9px;
    font-size: 19px;
  }

  .mission-route svg {
    width: 29px;
    height: 29px;
  }

  .mission-game__copy {
    width: 66%;
  }

  .mission-habits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mission-habit:nth-of-type(4),
  .mission-habit:nth-of-type(5) {
    grid-column: span 1;
  }
}

@media (max-width: 960px) {
  .eko-mission-page .primary-nav,
  .eko-mission-page .header-cta,
  .eko-mission-page .search-button {
    display: none;
  }

  .eko-mission-page .header-inner {
    grid-template-columns: auto 1fr auto;
  }

  .eko-mission-page .menu-button {
    display: block;
    justify-self: end;
  }

  .mission-hero {
    min-height: 650px;
    background-position: 58% center;
  }

  .mission-hero::before {
    background:
      linear-gradient(90deg, rgba(0, 25, 16, 0.58) 0%, rgba(0, 25, 16, 0.24) 55%, rgba(0, 25, 16, 0.02) 100%),
      linear-gradient(180deg, rgba(0, 17, 12, 0.04) 45%, rgba(0, 24, 16, 0.66) 100%);
  }

  .mission-hero__inner {
    min-height: 582px;
    grid-template-columns: minmax(0, 57%) minmax(0, 43%);
  }

  .mission-hero__copy {
    align-self: start;
    padding-top: 64px;
  }

  .mission-hero h1 {
    font-size: clamp(57px, 8.2vw, 76px);
  }

  .mission-hero__stage {
    min-height: 580px;
  }

  .mission-hero__stage img {
    left: -100px;
    bottom: 0;
    height: 430px;
  }

  .mission-hero__bubble {
    left: 85px;
    top: 96px;
    max-width: 165px;
    font-size: 13px;
  }

  .mission-route {
    min-height: 96px;
    grid-template-columns: repeat(4, 1fr);
    padding: 7px 12px 0;
  }

  .mission-route > a {
    min-height: 72px;
    flex-direction: column;
    gap: 3px;
    font-size: 14px;
  }

  .mission-route svg {
    width: 28px;
    height: 28px;
  }

  .mission-compass {
    position: absolute;
    left: 50%;
    top: -23px;
    width: 58px;
    height: 58px;
    transform: translateX(-50%);
  }

  .mission-compass i {
    width: 14px;
    height: 38px;
  }

  .mission-compass b {
    width: 8px;
    height: 8px;
    border-width: 2px;
  }

  .mission-route > a:nth-of-type(2) {
    padding-right: 28px;
  }

  .mission-route > a:nth-of-type(3) {
    padding-left: 28px;
  }

  .mission-dashboard {
    grid-template-columns: 1fr;
  }

  .mission-game,
  .mission-game__copy {
    min-height: 420px;
  }

  .mission-trace {
    min-height: 0;
  }

  .mission-trace__steps li > span {
    width: 64px;
    height: 64px;
  }

  .mission-action {
    grid-template-columns: 1fr;
  }

  .mission-habits {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

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

  .mission-adults .mission-button {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 700px) {
  html {
    scroll-padding-top: 74px;
  }

  .eko-mission-page .site-header,
  .eko-mission-page .header-inner {
    min-height: 60px;
  }

  .eko-mission-page .brand__word {
    font-size: 27px;
  }

  .mission-hero {
    min-height: 690px;
    padding-top: 60px;
    background-position: 58% center;
  }

  .mission-hero::before {
    background:
      linear-gradient(180deg, rgba(0, 25, 16, 0.22) 0%, rgba(0, 25, 16, 0.52) 45%, rgba(0, 25, 16, 0.72) 100%),
      linear-gradient(90deg, rgba(0, 25, 16, 0.26), transparent 90%);
  }

  .mission-hero__inner {
    min-height: 630px;
    display: block;
  }

  .mission-hero__copy {
    max-width: 540px;
    padding: 46px 0 0;
  }

  .mission-eyebrow {
    margin-bottom: 12px;
    font-size: 11px;
  }

  .mission-hero h1 {
    max-width: 500px;
    font-size: clamp(50px, 12.4vw, 66px);
    line-height: 0.92;
  }

  .mission-hero__copy > p {
    max-width: 465px;
    margin-top: 15px;
    font-size: 17px;
  }

  .mission-hero__actions {
    gap: 9px;
    margin-top: 18px;
  }

  .mission-button {
    min-height: 48px;
    padding-inline: 18px;
    font-size: 12px;
  }

  .mission-hero__stage {
    position: absolute;
    inset: auto 0 0;
    min-height: 345px;
    pointer-events: none;
  }

  .mission-hero__stage img {
    left: auto;
    right: 2%;
    bottom: -1px;
    height: 340px;
  }

  .mission-hero__stage::after {
    left: auto;
    right: 4%;
    width: 190px;
  }

  .mission-hero__bubble {
    left: auto;
    right: 210px;
    top: 55px;
    max-width: 145px;
    padding: 11px 13px;
    font-size: 12px;
  }

  .mission-route-wrap {
    bottom: -45px;
  }

  .mission-route {
    min-height: 90px;
    padding-inline: 2px;
    border-radius: 35% 35% 20px 20px / 25% 25% 20px 20px;
  }

  .mission-route > a {
    min-width: 0;
    min-height: 68px;
    padding-inline: 4px;
    font-size: 11px;
  }

  .mission-route > a:nth-of-type(2) {
    padding-right: 16px;
  }

  .mission-route > a:nth-of-type(3) {
    padding-left: 16px;
  }

  .mission-route svg {
    width: 26px;
    height: 26px;
  }

  .mission-world {
    padding-top: 83px;
  }

  .mission-section-head,
  .mission-comics__head {
    display: block;
  }

  .mission-section-head h2,
  .mission-comics__head h2 {
    font-size: 37px;
  }

  .mission-section-head p,
  .mission-comics__head p {
    margin-top: 10px;
    font-size: 14px;
  }

  .mission-game,
  .mission-game__copy {
    min-height: 460px;
  }

  .mission-game__copy {
    width: 86%;
    justify-content: end;
    padding: 28px 24px;
  }

  .mission-game__veil {
    background: linear-gradient(180deg, rgba(1, 30, 19, 0.08) 20%, rgba(1, 30, 19, 0.93) 88%);
  }

  .mission-game h3 {
    font-size: 49px;
  }

  .mission-game p {
    font-size: 14px;
  }

  .mission-comics__reel {
    width: calc(100vw - var(--gutter));
    display: flex;
    gap: 14px;
    margin-right: calc(var(--gutter) * -1);
    padding: 0 var(--gutter) 14px 0;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .mission-comics__swipe-hint {
    display: block;
    margin: -2px 0 12px;
    color: #567365;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-align: right;
    text-transform: uppercase;
  }

  .mission-comics__reel::-webkit-scrollbar {
    display: none;
  }

  .mission-episode {
    min-width: 86vw;
    min-height: 265px;
    flex: 0 0 86vw;
    scroll-snap-align: start;
  }

  .mission-episode__copy {
    min-height: 265px;
    padding: 24px;
  }

  .mission-episode__copy strong {
    font-size: 43px;
  }

  .mission-action {
    margin-top: 28px;
    padding: 28px 20px;
  }

  .mission-action h2 {
    font-size: 42px;
  }

  .mission-habits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mission-habit {
    min-height: 116px;
  }

  .mission-habit:nth-of-type(5) {
    grid-column: 1 / -1;
  }

  .mission-adults {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 24px;
  }

  .mission-adults__icon {
    width: 54px;
    height: 54px;
  }

  .mission-adults .mission-button {
    grid-column: auto;
  }

  .mission-safety > div {
    min-height: 68px;
    flex-direction: column;
    gap: 2px;
    padding-block: 10px;
  }

  .mission-enhanced [data-mission-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 430px) {
  .mission-hero {
    min-height: 720px;
    background-position: 57.5% center;
  }

  .mission-hero__inner {
    min-height: 660px;
  }

  .mission-hero__copy {
    padding-top: 34px;
  }

  .mission-hero h1 {
    font-size: clamp(47px, 14vw, 58px);
  }

  .mission-hero__copy > p {
    max-width: 330px;
    font-size: 16px;
  }

  .mission-hero__actions {
    max-width: 230px;
    flex-direction: column;
  }

  .mission-hero__actions .mission-button {
    width: 100%;
  }

  .mission-hero__stage img {
    right: -3%;
    height: 330px;
  }

  .mission-hero__bubble {
    right: 176px;
    top: 52px;
    max-width: 132px;
  }

  .mission-route > a {
    font-size: 10px;
  }

  .mission-compass {
    width: 54px;
    height: 54px;
  }

  .mission-game,
  .mission-game__copy {
    min-height: 440px;
  }

  .mission-game__copy {
    width: 94%;
    padding: 23px 18px;
  }

  .mission-game h3 {
    font-size: 45px;
  }

  .mission-meta span {
    font-size: 10px;
  }

  .mission-trace {
    padding-inline: 20px;
  }

  .mission-episode {
    min-width: 88vw;
    flex-basis: 88vw;
  }
}

@media (max-width: 350px) {
  .mission-hero h1 {
    font-size: 45px;
  }

  .mission-hero__stage img {
    right: -12%;
    height: 315px;
  }

  .mission-hero__bubble {
    display: none;
  }

  .mission-route > a span {
    font-size: 9px;
  }

  .mission-route svg {
    width: 24px;
    height: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mission-hero__stage img,
  .mission-game > img,
  .mission-episode img,
  .mission-compass i,
  .mission-trace__meter i,
  .mission-enhanced [data-mission-reveal] {
    animation: none !important;
    transition: none !important;
  }

  .mission-enhanced [data-mission-reveal] {
    opacity: 1;
    transform: none;
  }
}
