@font-face {
  font-family: "Fire DM";
  src: url("../assets/fonts/dm-sans-brand.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Fire Stretch";
  src: url("../assets/fonts/stretch-pro-brand.ttf") format("truetype");
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
}

@font-face {
  font-family: "Fire Nourd";
  src: url("../assets/fonts/nourd-brand.ttf") format("truetype");
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
}

:root {
  --ink: #09080d;
  --paper: #f5f2ef;
  --muted: #9b95a2;
  --line: rgba(255, 255, 255, 0.13);
  --yellow: #ffdc18;
  --orange: #ff7317;
  --red: #ff3d3d;
  --pink: #ff2e7d;
  --purple: #773bff;
  --blue: #3188ff;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  margin: 0;
  color: var(--paper);
  background:
    radial-gradient(circle at 73% 12%, rgba(49, 136, 255, 0.13), transparent 30rem),
    radial-gradient(circle at 56% 20%, rgba(255, 115, 23, 0.11), transparent 28rem),
    var(--ink);
  font-family: "Fire DM", Arial, sans-serif;
}

button,
a {
  font: inherit;
}

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

button:focus-visible,
a:focus-visible {
  outline: 2px solid var(--yellow);
  outline-offset: 4px;
}

.noise {
  position: fixed;
  z-index: 20;
  inset: 0;
  opacity: 0.045;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.journey-header,
footer {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 92px;
  padding: 0 clamp(24px, 6vw, 92px);
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Fire Nourd", "Arial Black", sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 0.75;
  letter-spacing: -0.04em;
}

.brand img {
  width: 36px;
  height: 44px;
  object-fit: contain;
}

.journey-header nav {
  display: flex;
  gap: clamp(20px, 4vw, 48px);
  color: #aaa4b0;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.journey-header nav a:hover {
  color: var(--paper);
}

.journey-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(460px, 1.18fr);
  gap: clamp(50px, 7vw, 120px);
  align-items: center;
  min-height: calc(100vh - 92px);
  padding: clamp(76px, 9vw, 138px) clamp(24px, 6vw, 92px);
}

.journey-hero::before {
  position: absolute;
  top: 4%;
  right: 5%;
  width: min(42vw, 600px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  box-shadow:
    0 0 0 70px rgba(255, 255, 255, 0.023),
    0 0 0 140px rgba(255, 255, 255, 0.015);
  content: "";
  pointer-events: none;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 24px;
  color: #b4aeb9;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow span {
  display: inline-block;
  width: 34px;
  height: 2px;
  background: linear-gradient(90deg, var(--yellow), var(--pink));
}

h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}

h1,
h2,
h3,
h4 {
  font-family: "Fire Nourd", "Arial Black", sans-serif;
}

h1 {
  margin-bottom: 30px;
  font-size: clamp(72px, 9vw, 142px);
  line-height: 0.72;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

h1 em,
h2 em {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.78);
  font-style: normal;
}

.hero-intro {
  max-width: 560px;
  margin: 0;
  color: #aaa4b0;
  font-size: 17px;
  line-height: 1.7;
}

.route-picks {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.route-pick {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  min-height: 440px;
  overflow: hidden;
  padding: 28px;
  color: var(--paper);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  text-align: left;
  cursor: pointer;
  transition: border-color 0.25s ease, transform 0.35s var(--ease), background 0.25s ease;
}

.route-pick::before {
  position: absolute;
  inset: 30% -30% -35% 25%;
  border-radius: 50%;
  content: "";
  opacity: 0.46;
  filter: blur(20px);
  transition: opacity 0.25s ease, transform 0.45s var(--ease);
}

.route-pick-lab::before {
  background: radial-gradient(circle, var(--pink), var(--purple) 46%, transparent 70%);
}

.route-pick-culto::before {
  background: radial-gradient(circle, var(--orange), var(--red) 48%, transparent 70%);
}

.route-pick:hover,
.route-pick:focus-visible {
  border-color: rgba(255, 255, 255, 0.44);
  background: rgba(255, 255, 255, 0.055);
  transform: translateY(-8px);
}

.route-pick:hover::before {
  opacity: 0.7;
  transform: scale(1.08);
}

.route-pick > span {
  position: relative;
  z-index: 1;
}

.route-number {
  margin-bottom: auto;
  color: #827c88;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.route-name {
  font-family: "Fire Nourd", "Arial Black", sans-serif;
  font-size: clamp(36px, 4vw, 58px);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.distorted {
  display: inline-block;
  font-family: "Fire Stretch", "Fire Nourd", sans-serif !important;
  letter-spacing: 0.01em !important;
  transform: skewX(-7deg) scaleX(1.06) rotate(-1deg);
  transform-origin: left center;
  filter: drop-shadow(2px 0 0 rgba(255, 46, 125, 0.7)) drop-shadow(-2px 1px 0 rgba(49, 136, 255, 0.6));
}

.route-kind {
  margin-top: 12px;
  color: #c9c3ce;
  font-size: 16px;
}

.route-time {
  margin-top: 38px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.route-countdown {
  margin-top: 7px;
  color: #a29ba8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.route-arrow {
  position: absolute !important;
  top: 24px;
  right: 26px;
  font-size: 24px;
}

.route-shell {
  display: grid;
  grid-template-columns: minmax(260px, 0.68fr) minmax(0, 1.32fr);
  gap: clamp(48px, 8vw, 130px);
  padding: clamp(90px, 10vw, 160px) clamp(24px, 6vw, 92px);
  border-top: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px) 0 0 / 17vw 100%,
    radial-gradient(circle at 86% 12%, rgba(119, 59, 255, 0.13), transparent 28rem),
    #08070b;
}

.route-toolbar {
  align-self: start;
  position: sticky;
  top: 36px;
}

.route-toolbar h2,
.ready-section h2 {
  margin-bottom: 44px;
  font-size: clamp(52px, 6vw, 88px);
  line-height: 0.82;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.route-switcher {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  margin-bottom: 24px;
}

.route-switcher button {
  min-height: 52px;
  padding: 12px;
  color: #8c8593;
  border: 1px solid var(--line);
  background: transparent;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.route-switcher button[aria-selected="true"] {
  color: var(--ink);
  border-color: transparent;
  background: linear-gradient(100deg, var(--yellow), var(--orange), var(--pink));
}

.progress-card {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.025);
}

.progress-ring {
  display: grid;
  flex: 0 0 68px;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: conic-gradient(var(--orange) var(--progress, 0%), rgba(255, 255, 255, 0.09) 0);
}

.progress-ring::before {
  grid-area: 1 / 1;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #0c0a10;
  content: "";
}

.progress-ring span {
  z-index: 1;
  grid-area: 1 / 1;
  font-size: 13px;
  font-weight: 900;
}

.progress-card strong {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}

.progress-card p {
  margin: 0;
  color: #817b87;
  font-size: 12px;
  line-height: 1.45;
}

.route-panel-heading {
  min-height: 228px;
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 84% 55%, rgba(255, 46, 125, 0.34), transparent 15rem),
    radial-gradient(circle at 67% 30%, rgba(49, 136, 255, 0.24), transparent 14rem),
    rgba(255, 255, 255, 0.025);
}

[data-route-panel="culto"] .route-panel-heading {
  background:
    radial-gradient(circle at 84% 55%, rgba(255, 61, 61, 0.34), transparent 15rem),
    radial-gradient(circle at 67% 30%, rgba(255, 220, 24, 0.2), transparent 14rem),
    rgba(255, 255, 255, 0.025);
}

.route-panel-heading p {
  margin-bottom: 26px;
  color: #aca5b1;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.17em;
}

.route-panel-heading h3 {
  margin-bottom: 16px;
  font-size: clamp(54px, 8vw, 110px);
  line-height: 0.7;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.route-panel-heading > span {
  color: #bbb5c0;
  font-size: 17px;
}

.mission-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mission {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
  transition: opacity 0.25s ease, background 0.25s ease;
}

.mission-index {
  color: #6f6975;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.mission-kicker {
  margin-bottom: 8px;
  color: var(--orange);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mission h4 {
  margin-bottom: 10px;
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1;
  letter-spacing: -0.02em;
}

.mission div > p:last-child {
  max-width: 620px;
  margin: 0;
  color: #8f8995;
  font-size: 15px;
  line-height: 1.62;
}

.mission button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 15px;
  color: #cac4cf;
  border: 1px solid var(--line);
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.025);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.mission button:hover {
  color: var(--paper);
  border-color: var(--orange);
}

.mission.is-complete {
  opacity: 0.7;
}

.mission.is-complete h4 {
  text-decoration: line-through;
  text-decoration-color: rgba(255, 115, 23, 0.78);
}

.mission.is-complete button {
  color: var(--ink);
  border-color: transparent;
  background: linear-gradient(100deg, var(--yellow), var(--orange));
}

.route-finish {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 32px;
  padding: 26px;
  color: var(--ink);
  background: linear-gradient(100deg, var(--yellow), var(--orange), var(--pink));
  animation: arrive 0.55s var(--ease) both;
}

.route-finish[hidden] {
  display: none;
}

.route-finish > span {
  font-size: 40px;
}

.route-finish p {
  margin-bottom: 5px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.route-finish h4 {
  margin: 0;
  font-size: clamp(24px, 3vw, 36px);
}

.ready-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  gap: clamp(56px, 10vw, 150px);
  align-items: center;
  padding: clamp(90px, 10vw, 155px) clamp(24px, 6vw, 92px);
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 15% 110%, rgba(255, 46, 125, 0.18), transparent 28rem),
    radial-gradient(circle at 88% 20%, rgba(49, 136, 255, 0.13), transparent 25rem);
}

.ready-section h2 {
  margin-bottom: 0;
}

.ready-actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ready-actions > p {
  margin-bottom: 18px;
  color: #aaa4b0;
  font-size: 16px;
  line-height: 1.65;
}

.primary-link,
.secondary-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 0 22px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 0.25s var(--ease);
}

.primary-link {
  color: var(--ink);
  background: linear-gradient(100deg, var(--yellow), var(--orange), var(--pink));
}

.secondary-link {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.025);
}

.primary-link:hover,
.secondary-link:hover {
  transform: translateY(-3px);
}

footer {
  min-height: 130px;
  border-top: 1px solid var(--line);
  border-bottom: 0;
  color: #77717d;
  font-size: 12px;
}

footer p {
  margin: 0;
}

footer > a:last-child {
  font-weight: 900;
}

@keyframes arrive {
  from { opacity: 0; transform: translateY(12px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 980px) {
  .journey-hero,
  .route-shell,
  .ready-section {
    grid-template-columns: 1fr;
  }

  .journey-hero {
    min-height: auto;
  }

  .route-toolbar {
    position: static;
  }

  .route-toolbar h2 {
    max-width: 620px;
  }

  .route-switcher,
  .progress-card {
    max-width: 620px;
  }
}

@media (max-width: 680px) {
  .journey-header {
    min-height: 74px;
    padding-inline: 20px;
  }

  .journey-header nav a:first-child {
    display: none;
  }

  .journey-header nav {
    font-size: 10px;
  }

  .journey-hero,
  .route-shell,
  .ready-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .journey-hero {
    padding-top: 78px;
    padding-bottom: 90px;
  }

  h1 {
    font-size: clamp(66px, 22vw, 104px);
  }

  .route-picks {
    grid-template-columns: 1fr;
  }

  .route-pick {
    min-height: 330px;
  }

  .mission {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 18px;
  }

  .mission button {
    grid-column: 2;
    justify-content: center;
    width: 100%;
  }

  .route-panel-heading {
    min-height: 200px;
  }

  .route-panel-heading h3 {
    font-size: clamp(52px, 19vw, 82px);
  }

  .ready-section,
  .ready-section .eyebrow {
    text-align: center;
  }

  .ready-section .eyebrow {
    justify-content: center;
  }

  footer {
    align-items: center;
    flex-direction: column;
    gap: 20px;
    padding-block: 34px;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
.route-photo{margin:0 0 1.2rem;position:relative;height:clamp(15rem,28vw,24rem);overflow:hidden;border-radius:1.1rem;border:1px solid rgba(255,255,255,.12);background:#15131b}.route-photo img{width:100%;height:100%;object-fit:cover;filter:saturate(1.08) contrast(1.05) brightness(.82)}.route-photo-lab img{object-position:center 62%}.route-photo-culto img{object-position:center 34%}.route-photo:after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(6,5,9,.82))}.route-photo figcaption{position:absolute;z-index:1;left:1.2rem;right:1.2rem;bottom:1rem;color:#fff;font-size:.72rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}@media(max-width:640px){.route-photo{height:15rem;margin-bottom:.8rem}.route-photo-lab img{object-position:center 58%}.route-photo-culto img{object-position:center 30%}.route-photo figcaption{font-size:.62rem}}
@media (max-width: 680px) {
  html, body { max-width: 100%; overflow-x: clip; }
  .journey-hero, .journey-copy, .route-toolbar, .route-panel-heading,
  .progress-card, .route-finish, .ready-section, .ready-actions { text-align: center; }
  .journey-copy, .journey-hero > *, .route-toolbar, .route-switcher, .progress-card { margin-inline: auto; }
  .journey-hero .eyebrow, .route-toolbar .eyebrow, .ready-section .eyebrow { justify-content: center; }
  .journey-actions, .route-picks, .ready-actions { justify-content: center; }
  .route-pick { justify-items: center; text-align: center; }
  .route-switcher, .progress-card { justify-content: center; }
  .route-panel-heading { display: grid; justify-items: center; }
  .mission { grid-template-columns: 1fr; justify-items: center; gap: 12px; text-align: center; }
  .mission-index, .mission button { grid-column: 1; }
  .mission button { width: min(100%, 300px); }
  .route-finish { justify-content: center; }
  .route-photo figcaption { text-align: center; }
}
