.page-home {
  background: var(--color-deep-blue);
  overflow-x: clip;
}

.page-home img {
  display: block;
  max-width: 100%;
  height: auto;
}

.page-home .home-hero {
  position: relative;
  background: var(--gradient-main);
  overflow: hidden;
}

.page-home .home-hero__inner {
  padding-top: 20px;
  padding-bottom: 56px;
}

.page-home .breadcrumb__list {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.page-home .breadcrumb__item {
  display: inline;
  color: rgba(242, 242, 247, 0.72);
  font-size: 0.85rem;
}

.page-home .breadcrumb__item[aria-current="page"] {
  color: var(--color-neon-orange);
}

.page-home .hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 36px;
  align-items: center;
}

.page-home .hero-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--color-neon-orange);
  font-family: var(--font-data);
  font-size: 0.95rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.page-home .hero-kicker__line {
  width: 42px;
  height: 3px;
  background: var(--color-neon-orange);
  display: inline-block;
  transform: skewX(-24deg);
}

.page-home .hero-title {
  margin: 0 0 20px;
  font-family: var(--font-title);
  font-size: clamp(2.1rem, 6vw, 3.9rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--color-white);
}

.page-home .hero-lead {
  margin: 0 0 28px;
  max-width: 720px;
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(242, 242, 247, 0.78);
}

.page-home .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}

.page-home .hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 22px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.page-home .hero-fact__label {
  margin-bottom: 6px;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  color: rgba(242, 242, 247, 0.62);
}

.page-home .hero-fact__value {
  margin: 0;
  font-family: var(--font-data);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  line-height: 1;
  color: var(--color-white);
}

.page-home .hero-fact__value span {
  margin-left: 4px;
  font-family: var(--font-body);
  font-size: 0.82rem;
  line-height: 1.4;
  color: var(--color-neon-orange);
  vertical-align: middle;
}

.page-home .hero-visual {
  position: relative;
  padding: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  transform: rotate(1.5deg);
}

.page-home .hero-visual::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 14px;
  width: 100%;
  height: 100%;
  background: var(--color-neon-orange);
  opacity: 0.5;
  z-index: 0;
}

.page-home .hero-visual__img {
  position: relative;
  z-index: 1;
  width: 100%;
  object-fit: cover;
}

.page-home .hero-visual__line {
  position: absolute;
  z-index: 2;
  top: 18%;
  left: -12%;
  width: 140%;
  height: 150%;
  pointer-events: none;
}

.page-home .chapter-index {
  background: var(--color-white);
}

.page-home .chapter-index__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.page-home .chapter-index__item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  background: var(--color-light-gray);
  color: var(--color-deep-blue);
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  border-left: 3px solid transparent;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.page-home .chapter-index__item:hover,
.page-home .chapter-index__item:focus-visible {
  background: var(--color-deep-blue);
  color: var(--color-white);
  border-left-color: var(--color-neon-orange);
}

.page-home .chapter-index__no {
  font-family: var(--font-data);
  color: var(--color-neon-orange);
}

.page-home .section-heading {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  margin-bottom: 36px;
}

.page-home .section-heading__text {
  flex: 1 1 auto;
  min-width: 0;
}

.page-home .section-heading__text .section-title {
  margin: 0 0 10px;
}

.page-home .section-heading__text .section-lead {
  margin: 0;
  max-width: 760px;
}

.page-home .section-heading__link {
  flex-shrink: 0;
  align-self: flex-start;
  color: var(--color-neon-orange);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.92rem;
  border-bottom: 1px solid rgba(255, 107, 53, 0.4);
  padding-bottom: 3px;
  transition: border-color 0.2s ease;
}

.page-home .section-heading__link:hover,
.page-home .section-heading__link:focus-visible {
  border-bottom-color: var(--color-neon-orange);
}

.page-home .home-calendar {
  position: relative;
  padding: 64px 0 72px;
  background:
    radial-gradient(circle at 85% 18%, rgba(74, 59, 143, 0.6) 0%, transparent 44%),
    var(--color-blue-purple);
  border-top: 4px solid rgba(255, 107, 53, 0.7);
}

.page-home .calendar-stage__hint {
  margin: 0 0 12px;
  font-size: 0.84rem;
  color: rgba(242, 242, 247, 0.6);
}

.page-home .round-track {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 6px 4px 20px;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
}

.page-home .round-card {
  flex: 0 0 164px;
  scroll-snap-align: start;
  background: rgba(10, 14, 39, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-left: 3px solid var(--color-neon-orange);
  border-radius: 4px;
}

.page-home .round-card__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  cursor: pointer;
  list-style: none;
  transition: background 0.2s ease;
}

.page-home .round-card__head::-webkit-details-marker {
  display: none;
}

.page-home .round-card__head:hover,
.page-home .round-card[open] .round-card__head {
  background: rgba(255, 107, 53, 0.14);
}

.page-home .round-card__no {
  font-family: var(--font-title);
  color: var(--color-white);
  font-size: 1.02rem;
  white-space: nowrap;
}

.page-home .round-card__meta {
  font-family: var(--font-data);
  font-size: 0.78rem;
  color: var(--color-neon-orange);
  white-space: nowrap;
}

.page-home .round-card__body {
  margin: 0;
  padding: 4px 14px 14px;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.page-home .round-card__body li {
  padding: 7px 0 0;
  font-size: 0.82rem;
  line-height: 1.45;
  color: rgba(242, 242, 247, 0.82);
}

.page-home .round-card__body strong {
  font-family: var(--font-data);
  color: var(--color-neon-orange);
  font-weight: 700;
}

.page-home .round-card__injury {
  color: var(--color-bright-red);
}

.page-home .round-card__injury strong {
  color: var(--color-bright-red);
}

.page-home .round-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

.page-home .calendar-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

.page-home .calendar-aside .image-frame {
  margin-bottom: 16px;
}

.page-home .calendar-note {
  padding: 20px 22px;
  background: rgba(10, 14, 39, 0.5);
  border-left: 4px solid var(--color-neon-orange);
}

.page-home .calendar-note h3 {
  margin: 0 0 10px;
  font-family: var(--font-title);
  color: var(--color-white);
  font-size: 1.18rem;
  line-height: 1.3;
}

.page-home .calendar-note p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.75;
  color: rgba(242, 242, 247, 0.8);
}

.page-home .home-reports {
  position: relative;
  padding: 72px 0;
  background:
    repeating-linear-gradient(115deg, transparent 0, transparent 26px, rgba(255, 255, 255, 0.025) 26px, rgba(255, 255, 255, 0.025) 27px),
    var(--color-deep-blue);
  border-top: 4px solid rgba(74, 59, 143, 0.8);
}

.page-home .reports-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

.page-home .reports-list {
  display: grid;
  gap: 14px;
}

.page-home .report-card {
  position: relative;
  padding: 18px 18px 16px;
  background: rgba(255, 255, 255, 0.045);
  border-left: 4px solid var(--color-bright-red);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.page-home .report-card:hover,
.page-home .report-card:focus-within {
  transform: translateX(6px);
  border-left-color: var(--color-neon-orange);
  background: rgba(255, 255, 255, 0.08);
}

.page-home .report-card__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.page-home .report-card__time {
  font-size: 0.78rem;
  color: rgba(242, 242, 247, 0.6);
}

.page-home .report-card__score {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 12px;
}

.page-home .report-card__result {
  font-family: var(--font-data);
  font-size: 2.2rem;
  line-height: 1;
  color: var(--color-white);
}

.page-home .report-card__status {
  font-size: 0.9rem;
  color: var(--color-neon-orange);
}

.page-home .report-card__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 12px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.page-home .report-card__stats div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.page-home .report-card__stats dt {
  font-size: 0.72rem;
  color: rgba(242, 242, 247, 0.56);
}

.page-home .report-card__stats dd {
  margin: 0;
  font-family: var(--font-data);
  font-size: 1.14rem;
  color: var(--color-light-gray);
}

.page-home .report-card__injury {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 12px 0 0;
  font-size: 0.84rem;
  color: rgba(242, 242, 247, 0.74);
}

.page-home .report-injury__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-bright-red);
  box-shadow: 0 0 0 3px rgba(255, 46, 77, 0.18);
}

.page-home .reports-aside .image-frame {
  margin-bottom: 18px;
}

.page-home .injury-board {
  padding: 18px 20px;
  background: rgba(255, 46, 77, 0.08);
  border: 1px solid rgba(255, 46, 77, 0.25);
}

.page-home .injury-board__title {
  margin: 0 0 12px;
  font-family: var(--font-title);
  color: var(--color-white);
  font-size: 1.1rem;
}

.page-home .injury-board__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-home .injury-board__list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 46, 77, 0.12);
  font-size: 0.9rem;
  color: rgba(242, 242, 247, 0.82);
}

.page-home .injury-board__list li:last-child {
  border-bottom: 0;
}

.page-home .injury-board__list span {
  font-family: var(--font-data);
  color: var(--color-bright-red);
  font-weight: 700;
}

.page-home .home-adaptation {
  padding: 72px 0;
  background: var(--color-light-gray);
  border-top: 4px solid var(--color-neon-orange);
}

.page-home .section-heading--dark .section-title {
  color: var(--color-deep-blue);
}

.page-home .section-heading--dark .section-lead {
  color: rgba(28, 28, 30, 0.74);
}

.page-home .section-heading--dark .section-number {
  color: var(--color-neon-orange);
}

.page-home .section-heading--dark .section-heading__link {
  color: var(--color-deep-blue);
  border-bottom-color: rgba(10, 14, 39, 0.3);
}

.page-home .adaptation-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

.page-home .adaptation-chart {
  background: var(--color-white);
  padding: 8px 28px 28px;
  box-shadow: 0 12px 36px rgba(10, 14, 39, 0.08);
}

.page-home .adapt-item {
  padding: 22px 0;
  border-bottom: 1px solid rgba(10, 14, 39, 0.1);
}

.page-home .adapt-item:last-child {
  border-bottom: 0;
}

.page-home .adapt-item__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.page-home .adapt-item__head h3 {
  margin: 0;
  font-family: var(--font-title);
  font-size: 1.04rem;
  color: var(--color-deep-blue);
}

.page-home .adapt-item__bar {
  height: 8px;
  margin: 16px 0 12px;
  background: rgba(10, 14, 39, 0.1);
  border-radius: 4px;
  overflow: hidden;
}

.page-home .adapt-bar__fill {
  display: block;
  height: 100%;
  width: var(--bar-width, 50%);
  background: linear-gradient(90deg, var(--color-blue-purple), var(--color-neon-orange));
  border-radius: 4px;
  animation: home-adapt-fill 1.2s ease-out both;
}

@keyframes home-adapt-fill {
  from {
    width: 0;
  }
  to {
    width: var(--bar-width, 50%);
  }
}

.page-home .adapt-item__note {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.65;
  color: rgba(28, 28, 30, 0.72);
}

.page-home .adaptation-visual .image-frame {
  margin-bottom: 18px;
}

.page-home .adaptation-badge {
  padding: 18px 20px;
  background: var(--color-white);
  border-left: 4px solid var(--color-neon-orange);
  box-shadow: 0 10px 30px rgba(10, 14, 39, 0.08);
}

.page-home .adaptation-badge__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  margin-right: 6px;
  background: var(--color-neon-orange);
  border-radius: 50%;
  color: var(--color-white);
  font-weight: 700;
  font-size: 0.9rem;
  vertical-align: middle;
}

.page-home .adaptation-badge p {
  display: inline;
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.7;
  color: rgba(28, 28, 30, 0.8);
}

.page-home .home-local {
  position: relative;
  padding: 80px 0;
  background: var(--gradient-main);
  overflow: hidden;
  border-top: 4px solid var(--color-bright-red);
}

.page-home .home-local::before {
  content: "";
  position: absolute;
  right: -10%;
  top: -22%;
  width: 60%;
  height: 150%;
  background: linear-gradient(180deg, rgba(255, 107, 53, 0.28), transparent 72%);
  transform: rotate(-18deg);
  pointer-events: none;
}

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

.page-home .local-brand {
  max-width: 740px;
  margin-bottom: 36px;
}

.page-home .section-number--ghost {
  display: inline-block;
  font-family: var(--font-data);
  font-size: 2.8rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.16);
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.4);
}

.page-home .local-title {
  margin: 10px 0 14px;
  font-family: var(--font-title);
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--color-white);
}

.page-home .local-lead {
  margin: 0;
  max-width: 680px;
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(242, 242, 247, 0.78);
}

.page-home .local-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
}

.page-home .local-team,
.page-home .local-capability,
.page-home .local-service {
  padding: 24px 22px;
  background: rgba(10, 14, 39, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.page-home .local-team h3,
.page-home .local-capability h3,
.page-home .local-service h3 {
  margin: 0 0 16px;
  font-family: var(--font-title);
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  color: var(--color-neon-orange);
}

.page-home .local-team__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-home .local-team__list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.14);
  font-size: 0.92rem;
  color: rgba(242, 242, 247, 0.84);
}

.page-home .local-team__list li:last-child {
  border-bottom: 0;
}

.page-home .local-capability p,
.page-home .local-service p {
  margin: 0 0 14px;
  font-size: 0.92rem;
  line-height: 1.75;
  color: rgba(242, 242, 247, 0.8);
}

.page-home .local-capability p:last-child,
.page-home .local-service p:last-child {
  margin-bottom: 0;
}

.page-home .local-service .btn {
  margin-top: 16px;
}

.page-home .home-trust {
  padding: 40px 0;
  background: var(--color-dark-gray);
}

.page-home .home-trust__text {
  margin: 0 auto;
  max-width: 960px;
  text-align: center;
  font-size: 0.92rem;
  line-height: 1.8;
  color: rgba(242, 242, 247, 0.72);
}

.page-home .home-trust__actions {
  margin-top: 18px;
  text-align: center;
}

.page-home .home-backtop {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--color-neon-orange);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.88rem;
  border-bottom: 1px solid rgba(255, 107, 53, 0.4);
  padding-bottom: 3px;
  transition: border-color 0.2s ease;
}

.page-home .home-backtop:hover,
.page-home .home-backtop:focus-visible {
  border-bottom-color: var(--color-neon-orange);
}

@media (min-width: 640px) {
  .page-home .hero-grid {
    gap: 44px;
  }

  .page-home .local-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-home .local-service {
    grid-column: 1 / -1;
  }
}

@media (min-width: 900px) {
  .page-home .hero-grid {
    grid-template-columns: minmax(0, 55%) minmax(0, 45%);
    gap: 56px;
  }

  .page-home .section-heading {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: space-between;
  }

  .page-home .section-heading__text {
    flex: 1 1 480px;
  }

  .page-home .calendar-layout {
    grid-template-columns: minmax(0, 1fr) 320px;
  }

  .page-home .reports-layout {
    grid-template-columns: minmax(0, 1fr) 320px;
  }

  .page-home .adaptation-grid {
    grid-template-columns: minmax(0, 1fr) 320px;
  }

  .page-home .local-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-home .local-service {
    grid-column: auto;
  }
}

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

.page-home {
  --bar-width: var(--rail-width);
}
