.page-home {
  --home-glow: rgba(255, 107, 53, 0.22);
  --home-teal-line: rgba(0, 201, 167, 0.18);
  --home-panel-line: rgba(106, 76, 158, 0.4);
  background:
    radial-gradient(1100px 420px at 100% -8%, rgba(255, 107, 53, 0.14), transparent 60%),
    linear-gradient(180deg, var(--c-deep) 0%, #241243 52%, var(--c-deep) 100%);
  overflow-x: hidden;
}

.page-home * {
  box-sizing: border-box;
}

.page-home h2 {
  font-family: var(--font-head);
  font-size: clamp(1.6rem, 2.8vw, 2.4rem);
  line-height: 1.15;
  margin: 10px 0 16px;
  color: var(--c-text);
}

.page-home .c-kicker {
  margin-bottom: 8px;
}

.page-home .c-lead {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(242, 237, 247, 0.78);
}

.page-home .home-hero {
  position: relative;
  padding: 42px 0 30px;
  isolation: isolate;
}

.page-home .home-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 58%;
  height: 72%;
  background: linear-gradient(155deg, rgba(255, 107, 53, 0.2), rgba(0, 201, 167, 0.06) 65%, transparent);
  clip-path: polygon(100% 0, 100% 100%, 18% 100%, 0 0);
  pointer-events: none;
}

.page-home .home-hero__grid {
  display: grid;
  gap: 26px;
  align-items: center;
}

.page-home .home-hero__title {
  font-family: var(--font-head);
  font-size: clamp(2rem, 4.6vw, 3.5rem);
  line-height: 1.06;
  margin: 14px 0 18px;
  color: var(--c-text);
  letter-spacing: 0.01em;
}

.page-home .home-hero__lead {
  max-width: 58ch;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(242, 237, 247, 0.82);
  margin-bottom: 24px;
}

.page-home .home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-home .home-hero__visual {
  margin: 0;
  position: relative;
}

.page-home .home-hero__visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%);
}

.page-home .home-hero__status {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 16px;
  margin-top: 32px;
  padding-top: 22px;
  border-top: 1px dashed var(--home-panel-line);
}

.page-home .home-hero__status-item {
  min-width: 0;
}

.page-home .home-hero__status-item .c-metric {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.page-home .home-hero__status .c-metric__value {
  display: block;
  font-family: var(--font-mono);
  font-size: 1.9rem;
  line-height: 1.1;
  color: var(--c-accent);
}

.page-home .home-hero__status .c-metric__value small {
  font-size: 0.72rem;
  color: var(--c-text);
  opacity: 0.7;
  margin-left: 2px;
}

.page-home .home-hero__status .c-metric__label {
  font-size: 13px;
  color: rgba(242, 237, 247, 0.6);
}

.page-home .home-schedule {
  position: relative;
  padding: 58px 0 50px;
}

.page-home .home-schedule::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 107, 53, 0.6) 28%, rgba(0, 201, 167, 0.4) 72%, transparent);
}

.page-home .home-schedule__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.page-home .home-schedule__headline .c-kicker {
  margin-bottom: 4px;
}

.page-home .home-schedule__head .c-status--live {
  flex: 0 0 auto;
  margin-top: 6px;
}

.page-home .home-schedule .c-lead {
  margin-top: 12px;
  max-width: 68ch;
}

.page-home .home-schedule__body {
  display: grid;
  gap: 22px;
  margin-top: 26px;
}

.page-home .home-schedule__regions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-home .home-schedule__region {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  padding: 6px 12px;
  border: 1px solid var(--home-panel-line);
  border-radius: 2px;
  color: rgba(242, 237, 247, 0.58);
}

.page-home .home-schedule__region.is-active {
  background: var(--c-accent);
  border-color: var(--c-accent);
  color: var(--c-deep);
  font-weight: 700;
}

.page-home .home-schedule__board {
  padding: 24px 20px;
  background: linear-gradient(135deg, rgba(58, 33, 104, 0.85), rgba(11, 5, 18, 0.48));
  clip-path: polygon(0 0, calc(100% - 26px) 0, 100% 26px, 100% 100%, 0 100%);
}

.page-home .home-schedule__meta {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 18px;
}

.page-home .home-schedule__round-label {
  font-size: 13px;
  letter-spacing: 0.14em;
  color: var(--c-teal);
}

.page-home .home-schedule__round-value {
  font-family: var(--font-mono);
  font-size: 3.2rem;
  line-height: 1;
  color: var(--c-accent);
}

.page-home .home-schedule__round-unit {
  font-size: 13px;
  color: rgba(242, 237, 247, 0.68);
}

.page-home .home-schedule__facts {
  display: grid;
  gap: 10px;
  padding-left: 4px;
}

.page-home .home-schedule__facts p {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

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

.page-home .home-schedule__figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  clip-path: polygon(2% 0, 100% 0, 98% 100%, 0 100%);
  background: var(--c-panel);
}

.page-home .home-navterm {
  position: relative;
  padding: 58px 0 50px;
}

.page-home .home-navterm::after {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  width: 2px;
  height: 62%;
  background: linear-gradient(180deg, var(--c-accent), transparent);
  opacity: 0.5;
  transform: rotate(20deg);
  transform-origin: top left;
  pointer-events: none;
}

.page-home .home-navterm__inner {
  display: grid;
  gap: 30px;
}

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

.page-home .home-navterm__preview {
  margin: 26px 0 22px;
  padding: 20px 16px 16px;
  border: 1px dashed var(--home-panel-line);
  background: linear-gradient(120deg, rgba(0, 201, 167, 0.08), rgba(255, 107, 53, 0.05));
  transition: border-color var(--ease), background-color var(--ease);
}

.page-home .home-navterm__preview:hover {
  border-color: var(--c-teal-dim);
  background: linear-gradient(120deg, rgba(0, 201, 167, 0.14), rgba(255, 107, 53, 0.08));
}

.page-home .home-navterm__radar {
  display: block;
  width: 112px;
  height: 112px;
  margin: 0 auto 14px;
}

.page-home .home-navterm__preview-nums {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.page-home .home-navterm__preview-nums .c-metric {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.page-home .home-navterm__preview-nums .c-metric__value {
  display: block;
  font-family: var(--font-mono);
  font-size: 1.6rem;
  line-height: 1.1;
  color: var(--c-text);
}

.page-home .home-navterm__preview-nums .c-metric__value small {
  font-size: 0.74rem;
  color: var(--c-teal);
  margin-left: 1px;
}

.page-home .home-navterm__preview-nums .c-metric__label {
  font-size: 12px;
  color: rgba(242, 237, 247, 0.56);
}

.page-home .home-navterm__hover-note {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px dashed var(--home-panel-line);
  font-size: 13px;
  line-height: 1.6;
  color: rgba(242, 237, 247, 0.62);
  text-align: center;
}

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

.page-home .home-navterm__figure img {
  display: block;
  width: 100%;
  max-width: 640px;
  height: auto;
  object-fit: cover;
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 30px 100%, 0 calc(100% - 30px));
  background: var(--c-panel);
}

.page-home .home-pulse {
  padding: 48px 0 50px;
  background: linear-gradient(125deg, rgba(58, 33, 104, 0.44), transparent 62%);
}

.page-home .home-pulse__grid {
  display: grid;
  gap: 20px;
}

.page-home .home-pulse__col {
  padding: 26px 22px;
  background: linear-gradient(145deg, rgba(58, 33, 104, 0.78), rgba(11, 5, 18, 0.5));
  border: 1px solid var(--home-panel-line);
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 0 100%);
}

.page-home .home-pulse__col .c-kicker {
  margin-bottom: 4px;
}

.page-home .home-pulse__col h2 {
  font-size: clamp(1.3rem, 2.2vw, 1.7rem);
  margin-bottom: 12px;
}

.page-home .home-pulse__col p {
  font-size: 14px;
  line-height: 1.75;
  color: rgba(242, 237, 247, 0.76);
}

.page-home .home-pulse__col .c-btn {
  margin-top: 18px;
}

.page-home .home-pulse__detail {
  margin-top: 16px;
  border-top: 1px dashed var(--home-panel-line);
}

.page-home .home-pulse__detail summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 14px 0 8px;
  font-size: 14px;
  font-weight: 700;
  color: var(--c-text);
}

.page-home .home-pulse__detail summary::-webkit-details-marker {
  display: none;
}

.page-home .home-pulse__detail summary::after {
  content: "+";
  font-family: var(--font-mono);
  font-size: 1.2rem;
  line-height: 1;
  color: var(--c-accent);
}

.page-home .home-pulse__detail[open] summary::after {
  content: "–";
}

.page-home .home-pulse__detail p {
  margin: 0;
  padding: 0 0 12px 10px;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(242, 237, 247, 0.66);
}

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

.page-home .home-tools__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.page-home .home-tools__head .c-kicker {
  margin-bottom: 4px;
}

.page-home .home-tools__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--home-panel-line);
  display: grid;
  grid-template-columns: 1fr;
}

.page-home .home-tools__list li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 6px;
  border-bottom: 1px solid rgba(106, 76, 158, 0.28);
  font-size: 15px;
  transition: padding-left var(--ease), color var(--ease), background-color var(--ease);
}

.page-home .home-tools__list li:hover {
  padding-left: 16px;
  color: var(--c-accent);
  background: linear-gradient(90deg, rgba(255, 107, 53, 0.09), transparent 80%);
}

.page-home .home-tools__num {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--c-teal-dim);
}

.page-home .home-tools__hint {
  margin-top: 18px;
  font-size: 13px;
  color: rgba(242, 237, 247, 0.58);
}

.page-home .home-version {
  padding: 58px 0 50px;
  background: radial-gradient(900px 320px at 0% 0%, rgba(255, 107, 53, 0.12), transparent 60%);
}

.page-home .home-version__grid {
  display: grid;
  gap: 34px;
}

.page-home .home-version__intro .c-kicker {
  margin-bottom: 4px;
}

.page-home .home-version__intro .c-lead {
  margin-bottom: 18px;
}

.page-home .home-version__timeline {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}

.page-home .home-version__item {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(106, 76, 158, 0.3);
}

.page-home .home-version__item:last-child {
  border-bottom: none;
}

.page-home .home-version__year {
  font-family: var(--font-mono);
  font-size: 1.35rem;
  line-height: 1.2;
  font-weight: 700;
  color: var(--c-accent);
}

.page-home .home-version__body strong {
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
  color: var(--c-text);
}

.page-home .home-version__body p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(242, 237, 247, 0.7);
}

.page-home .home-mobile {
  padding: 50px 0 60px;
  border-top: 1px dashed var(--home-panel-line);
}

.page-home .home-mobile__inner {
  display: grid;
  gap: 26px;
  align-items: center;
}

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

.page-home .home-mobile__figure img {
  display: block;
  width: 100%;
  max-width: 480px;
  height: auto;
  margin: 0 auto;
  object-fit: cover;
  clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%);
  background: var(--c-panel);
}

.page-home .home-mobile__content .c-kicker {
  margin-bottom: 4px;
}

.page-home .home-mobile__content h2 {
  margin-bottom: 12px;
}

.page-home .home-mobile__content p {
  max-width: 48ch;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(242, 237, 247, 0.76);
}

.page-home .home-mobile__content .c-btn {
  margin-top: 18px;
}

@media (min-width: 720px) {
  .page-home .home-hero {
    padding-top: 60px;
  }

  .page-home .home-hero__grid {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 40px;
  }

  .page-home .home-hero__status {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 40px;
  }

  .page-home .home-schedule__body {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: start;
  }

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

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

  .page-home .home-navterm__inner {
    grid-template-columns: 1fr 0.9fr;
    gap: 40px;
    align-items: center;
  }

  .page-home .home-pulse__grid {
    grid-template-columns: 1fr 1fr;
    gap: 26px;
  }

  .page-home .home-tools__list {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 36px;
  }

  .page-home .home-tools__list li:nth-child(odd) {
    border-right: 1px solid rgba(106, 76, 158, 0.28);
    padding-right: 18px;
  }

  .page-home .home-version__grid {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 44px;
  }

  .page-home .home-mobile__inner {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 40px;
  }
}

@media (min-width: 1024px) {
  .page-home .home-schedule__body {
    grid-template-columns: 0.66fr 1.14fr 1.2fr;
    align-items: stretch;
  }

  .page-home .home-schedule__regions {
    grid-column: auto;
    flex-direction: column;
    justify-content: flex-start;
    padding: 8px 0;
  }

  .page-home .home-schedule__figure {
    grid-column: auto;
  }

  .page-home .home-tools__list {
    grid-template-columns: repeat(5, 1fr);
    column-gap: 22px;
  }

  .page-home .home-tools__list li {
    border-right: none;
    padding-right: 0;
  }
}
