.page-home .home-hero {
  position: relative;
  padding: 116px 0 56px;
  color: #fff;
  background-color: var(--night);
  background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.03) 0 2px, transparent 2px 12px);
  overflow: hidden;
}

.page-home .home-hero__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: center;
}

.page-home .home-hero__content {
  position: relative;
  z-index: 1;
}

.page-home .home-hero__badge {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}

.page-home .home-hero__badge-note {
  font-size: 0.84rem;
  color: var(--cyan);
  letter-spacing: 0.1em;
}

.page-home .home-hero__title {
  margin: 0;
}

.page-home .home-hero__title-brand {
  display: block;
  font-family: var(--font-body);
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.32em;
  color: var(--cyan);
}

.page-home .home-hero__title-sep {
  display: block;
  width: 56px;
  height: 4px;
  margin: 18px 0 22px;
  background: var(--orange);
}

.page-home .home-hero__title-slogan {
  display: block;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(2.4rem, 6vw, 4.6rem);
  line-height: 1.04;
  color: #fff;
}

.page-home .home-hero__lead {
  margin: 22px 0 26px;
  max-width: 600px;
  font-size: 1rem;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.82);
}

.page-home .home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.page-home .home-hero .btn--ghost {
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff;
  background: transparent;
}

.page-home .home-hero .btn--ghost:hover,
.page-home .home-hero .btn--ghost:focus-visible {
  border-color: var(--orange);
  color: #fff;
}

.page-home .home-hero__btn-arrow {
  margin-left: 8px;
  font-family: var(--font-num);
  font-size: 1.1rem;
  line-height: 1;
}

.page-home .home-hero__meta {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.page-home .home-hero__meta li {
  position: relative;
  padding-left: 18px;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.78);
}

.page-home .home-hero__meta li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 8px;
  height: 8px;
  background: var(--orange);
  transform: rotate(45deg);
}

.page-home .home-hero__visual {
  min-width: 0;
}

.page-home .home-hero__visual-frame {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--night-deep);
}

.page-home .home-hero__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-home .home-hero__svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.page-home .home-hero__track-line {
  fill: none;
  stroke: var(--orange);
  stroke-width: 2;
  opacity: 0.65;
}

.page-home .home-hero__track-line--alt {
  stroke: var(--violet);
  stroke-width: 3;
  opacity: 0.5;
}

.page-home .home-hero__track-line--dim {
  stroke: var(--cyan);
  stroke-width: 1.5;
  stroke-dasharray: 8 14;
  opacity: 0.7;
}

.page-home .home-hero__track-line--curve {
  stroke: var(--violet);
  stroke-width: 4;
  opacity: 0.28;
}

.page-home .home-hero__orb {
  fill: var(--orange);
}

.page-home .home-hero__orb--alt {
  fill: var(--cyan);
}

.page-home .home-hero__corner {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 32px;
  height: 32px;
  border-top: 2px solid var(--orange);
  border-left: 2px solid var(--orange);
  opacity: 0.9;
  pointer-events: none;
}

.page-home .home-hero__corner--vt {
  top: auto;
  left: auto;
  right: 16px;
  bottom: 16px;
  border-top: 0;
  border-left: 0;
  border-right: 2px solid var(--violet);
  border-bottom: 2px solid var(--violet);
}

.page-home .home-hero__scale-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 14px 0 0;
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.72);
}

.page-home .section-head {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px 24px;
  margin-bottom: 30px;
  padding-right: 30px;
}

.page-home .section-head .section-eyebrow {
  flex-basis: 100%;
  font-family: var(--font-num);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--violet);
}

.page-home .section-head .section-title {
  margin: 6px 0 0;
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3.6vw, 2.7rem);
  line-height: 1.12;
  color: var(--night);
}

.page-home .section-head .section-head__caption {
  flex-basis: 100%;
  max-width: 620px;
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.75;
  color: var(--muted);
}

.page-home .section-head .orient-note {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 0.74rem;
  letter-spacing: 0.28em;
  line-height: 1.5;
  color: var(--muted);
  text-transform: uppercase;
}

.page-home .bento {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

.page-home .bento__cell,
.page-home .bento__cell--two {
  grid-column: span 12;
}

.page-home .home-focus {
  padding: 76px 0 44px;
}

.page-home .home-focus__match {
  padding: 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  border-radius: var(--radius);
}

.page-home .home-focus__match-media {
  min-height: 180px;
  background: var(--night-deep);
}

.page-home .home-focus__match-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-home .home-focus__match-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 22px;
}

.page-home .home-focus__match-body h3 {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: 1.6rem;
  line-height: 1.2;
  color: var(--night);
}

.page-home .home-focus__match-body p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.7;
  color: var(--muted);
}

.page-home .home-focus__marquee {
  margin-top: 20px;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.page-home .home-focus__marquee-track {
  display: flex;
  width: max-content;
  animation: home-marquee 22s linear infinite;
}

.page-home .home-focus__marquee-track span {
  padding: 9px 18px;
  font-family: var(--font-num);
  font-size: 0.86rem;
  color: var(--ink);
  white-space: nowrap;
}

.page-home .home-focus__side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 26px 24px;
  border-radius: var(--radius);
  background: var(--night);
  color: #fff;
}

.page-home .home-focus__side-label {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--cyan);
}

.page-home .home-focus__side-value {
  margin: 12px 0 4px;
  font-family: var(--font-num);
  font-size: 4rem;
  font-weight: 700;
  line-height: 0.95;
  color: var(--orange);
}

.page-home .home-focus__side-desc {
  margin: 0 0 22px;
  font-size: 0.9rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.75);
}

.page-home .home-focus__tag {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 20px 18px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.page-home .home-focus__tag-icon {
  flex: none;
  font-family: var(--font-num);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--orange);
  line-height: 1.6;
}

.page-home .home-focus__tag h3 {
  margin: 0 0 4px;
  font-size: 1rem;
  color: var(--night);
}

.page-home .home-focus__tag p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.6;
  color: var(--muted);
}

.page-home .home-update {
  padding: 56px 0 66px;
}

.page-home .home-update__panel {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  padding: 42px 26px;
  background: var(--night);
  color: #fff;
  border-radius: var(--radius);
  overflow: hidden;
}

.page-home .home-update__panel::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 42%;
  height: 100%;
  background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.045) 0 2px, transparent 2px 12px);
  pointer-events: none;
}

.page-home .home-update__timer-block,
.page-home .home-update__content {
  position: relative;
  z-index: 1;
}

.page-home .home-update__timer {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin: 0;
}

.page-home .home-update__timer-num {
  font-family: var(--font-num);
  font-size: 6.5rem;
  font-weight: 700;
  line-height: 0.82;
  color: var(--orange);
}

.page-home .home-update__timer-unit {
  font-size: 1rem;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 8px;
}

.page-home .home-update__pulse {
  position: relative;
  flex: none;
  width: 14px;
  height: 14px;
  margin-bottom: 12px;
  margin-left: 10px;
  background: var(--orange);
  border-radius: 50%;
}

.page-home .home-update__pulse::after {
  content: "";
  position: absolute;
  inset: -6px;
  border: 2px solid var(--orange);
  border-radius: 50%;
  animation: home-pulse 1.8s ease-out infinite;
}

.page-home .home-update__content h2 {
  margin: 8px 0 12px;
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  color: #fff;
}

.page-home .home-update__content p {
  max-width: 660px;
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
}

.page-home .home-update .tick-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.page-home .home-update .tick-list__item {
  position: relative;
  padding-left: 22px;
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.86);
}

.page-home .home-update .tick-list__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 8px;
  height: 8px;
  background: var(--cyan);
  transform: rotate(45deg);
}

.page-home .home-path {
  padding: 60px 0 64px;
}

.page-home .home-path__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.page-home .home-path__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 26px 22px;
  min-height: 260px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.page-home .home-path__card::after {
  content: "→";
  margin-top: auto;
  padding-top: 18px;
  font-family: var(--font-num);
  font-size: 1.2rem;
  color: var(--orange);
}

.page-home .home-path__card:hover,
.page-home .home-path__card:focus-visible {
  transform: translateY(-4px);
  border-color: var(--orange);
  box-shadow: var(--shadow-md);
}

.page-home .home-path__card--narrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 4px;
  background: var(--violet);
}

.page-home .home-path__card--narrow:nth-child(2)::before {
  background: var(--cyan);
}

.page-home .home-path__num {
  font-family: var(--font-num);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--orange);
  text-transform: uppercase;
}

.page-home .home-path__num--light {
  color: var(--cyan);
}

.page-home .home-path__card h3 {
  margin: 14px 0 8px;
  font-family: var(--font-display);
  font-size: 1.5rem;
  line-height: 1.2;
  color: var(--night);
}

.page-home .home-path__card p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--muted);
}

.page-home .home-path__card--wide {
  overflow: hidden;
}

.page-home .home-path__card--night {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background: var(--night);
  border-color: var(--night);
}

.page-home .home-path__card--night::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--orange), var(--violet));
}

.page-home .home-path__card--night::after {
  content: none;
}

.page-home .home-path__card--night h3 {
  color: #fff;
}

.page-home .home-path__card--night p {
  color: rgba(255, 255, 255, 0.76);
}

.page-home .home-path__mobile-copy {
  position: relative;
}

.page-home .home-path__mobile-img {
  display: block;
  width: 100%;
  max-height: 420px;
  margin-top: 26px;
  border-radius: 12px;
  box-shadow: 0 18px 44px rgba(5, 15, 34, 0.42);
  object-fit: cover;
  object-position: top;
}

.page-home .home-data {
  padding: 56px 0 44px;
}

.page-home .home-data__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.page-home .home-data__visual {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--night-deep);
}

.page-home .home-data__visual img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 220px;
  object-fit: cover;
}

.page-home .home-data__visual figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 18px 18px 14px;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.9);
  background: linear-gradient(transparent, rgba(5, 15, 34, 0.88));
}

.page-home .home-data__stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.page-home .home-data .display-stat {
  position: relative;
  padding: 20px 18px 18px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.page-home .home-data .display-stat::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--violet);
}

.page-home .home-data .display-stat:nth-child(2)::before {
  background: var(--cyan);
}

.page-home .home-data .display-stat:nth-child(3)::before {
  background: var(--orange);
}

.page-home .home-data .display-stat:nth-child(4)::before {
  background: var(--success);
}

.page-home .home-data .display-stat__value {
  display: block;
  margin: 6px 0 2px;
  font-family: var(--font-num);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: var(--night);
}

.page-home .home-data .display-stat:nth-child(2) .display-stat__value {
  color: var(--cyan);
}

.page-home .home-data .display-stat:nth-child(3) .display-stat__value {
  color: var(--orange);
}

.page-home .home-data .display-stat:nth-child(4) .display-stat__value {
  color: var(--success);
}

.page-home .home-data .display-stat__label {
  display: block;
  margin-top: 8px;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--ink);
}

.page-home .home-data .display-stat__desc {
  margin: 8px 0 0;
  font-size: 0.82rem;
  line-height: 1.55;
  color: var(--muted);
}

.page-home .home-data__footnote {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.page-home .home-data__footnote span {
  padding-left: 14px;
  border-left: 3px solid var(--violet);
  font-family: var(--font-num);
  font-size: 0.94rem;
  font-weight: 600;
  color: var(--ink);
}

.page-home .home-support {
  padding: 30px 0 72px;
}

.page-home .home-support__panel {
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 30px 24px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.page-home .home-support__copy h2 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: 1.6rem;
  color: var(--night);
}

.page-home .home-support__copy p {
  max-width: 580px;
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.7;
  color: var(--muted);
}

.page-home .home-support__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@keyframes home-pulse {
  0% {
    transform: scale(0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1.9);
    opacity: 0;
  }
}

@keyframes home-marquee {
  to {
    transform: translateX(-50%);
  }
}

@media (min-width: 640px) {
  .page-home .home-data__stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-home .home-focus__match {
    grid-template-columns: 1fr 1fr;
  }

  .page-home .home-focus__match-media {
    min-height: 240px;
  }
}

@media (min-width: 720px) {
  .page-home .bento__cell {
    grid-column: span 4;
  }

  .page-home .bento__cell--two {
    grid-column: span 8;
  }
}

@media (min-width: 820px) {
  .page-home .home-path__grid {
    grid-template-columns: repeat(12, 1fr);
  }

  .page-home .home-path__card--narrow {
    grid-column: span 3;
  }

  .page-home .home-path__card--wide {
    grid-column: span 6;
  }

  .page-home .home-path__card--night {
    flex-direction: row;
    align-items: center;
    gap: 24px;
  }

  .page-home .home-path__mobile-copy {
    flex: 1 1 52%;
  }

  .page-home .home-path__mobile-img {
    flex: 0 0 38%;
    width: 38%;
    margin-top: 0;
  }
}

@media (min-width: 860px) {
  .page-home .home-hero__inner {
    grid-template-columns: 1fr 0.95fr;
    gap: 52px;
  }

  .page-home .home-hero {
    padding-top: 132px;
    padding-bottom: 64px;
  }

  .page-home .home-hero__visual-frame {
    border-radius: 0;
    clip-path: polygon(5% 0, 100% 0, 100% 86%, 95% 100%, 0 100%, 0 10%);
    min-height: 520px;
  }

  .page-home .home-hero__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .page-home .home-update__panel {
    grid-template-columns: 0.7fr 1.3fr;
    padding: 54px 56px;
    border-radius: 0;
    clip-path: polygon(2% 0, 100% 0, 100% 96%, 98% 100%, 0 100%, 0 4%);
  }

  .page-home .home-data__layout {
    grid-template-columns: 0.85fr 1.15fr;
    align-items: stretch;
  }

  .page-home .home-data__visual img {
    height: 100%;
  }

  .page-home .home-data__visual {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 94% 100%, 0 100%);
    border-radius: 0;
  }

  .page-home .home-support__panel {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .home-focus__marquee-track {
    animation: none;
  }

  .page-home .home-update__pulse::after {
    animation: none;
  }

  .page-home .home-hero__orb {
    display: none;
  }
}
