.page-home {
  --home-accent-wash: rgba(255, 107, 53, 0.14);
  --home-neon-wash: rgba(57, 255, 20, 0.1);
  --home-panel: rgba(10, 31, 68, 0.78);
  --home-card-line: rgba(192, 192, 192, 0.28);
  background: var(--gradient-page);
  color: var(--color-white);
  overflow-x: clip;
}

.page-home h2 {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: var(--size-h2);
  line-height: 1.06;
  margin: 0 0 16px;
  color: var(--color-white);
}

.page-home h3 {
  font-family: var(--font-heading);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.page-home .home-section-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  font-family: var(--font-data);
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-neon);
}

.page-home .home-section-tag::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 4px;
  background: var(--color-accent);
}

.page-home .home-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100svh;
  padding-top: calc(var(--header-h) + 1.5rem);
  isolation: isolate;
}

.page-home .home-hero__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}

.page-home .home-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
  opacity: 0.4;
}

.page-home .home-hero__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(10, 31, 68, 0.96) 0%, rgba(10, 31, 68, 0.78) 48%, rgba(19, 19, 19, 0.58) 100%);
}

.page-home .home-hero__pitch {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.page-home .home-hero__inner {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 2rem;
}

.page-home .home-hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: 640px;
  margin: 0 0 18px;
  font-family: var(--font-data);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-neon);
}

.page-home .home-hero__kicker::before {
  content: "";
  width: 30px;
  height: 4px;
  background: var(--color-accent);
}

.page-home .home-hero__title {
  max-width: 15em;
  margin: 0 0 18px;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 7.5vw, 6rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--color-white);
}

.page-home .home-hero__title-main {
  display: block;
}

.page-home .home-hero__title-slogan {
  display: inline;
  color: var(--color-white);
  background: var(--color-accent);
  padding: 0.04em 0.22em 0.08em;
  box-shadow: 0.06em 0.06em 0 var(--color-neon);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.page-home .home-hero__lead {
  max-width: 640px;
  margin: 0 0 12px;
  font-family: var(--font-heading);
  font-size: clamp(1.3rem, 3.2vw, 2.3rem);
  font-weight: 600;
  line-height: 1.2;
  color: var(--color-white);
}

.page-home .home-hero__desc {
  max-width: 58ch;
  margin: 0 0 28px;
  color: var(--color-mist);
  font-size: 1.02rem;
  line-height: 1.75;
}

.page-home .home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  max-width: 640px;
}

.page-home .home-hero__float {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 36px 20px 24px;
  padding: 18px 20px;
  display: grid;
  gap: 8px;
  background: var(--home-panel);
  border: 2px solid var(--color-silver);
  box-shadow: var(--shadow-hard);
}

.page-home .home-hero__float::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 46px;
  height: 5px;
  background: var(--color-neon);
}

.page-home .home-hero__float p {
  margin: 0;
}

.page-home .home-hero__float-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--color-neon);
  box-shadow: 0 0 0 4px rgba(57, 255, 20, 0.22);
  animation: homePulse 1.8s ease-in-out infinite;
}

.page-home .home-hero__float-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-data);
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-mist);
}

.page-home .home-hero__float-value {
  font-family: var(--font-data);
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  line-height: 1;
  color: var(--color-white);
}

.page-home .home-hero__float-unit {
  margin-left: 4px;
  color: var(--color-neon);
  font-size: 0.5em;
}

.page-home .home-hero__float-compare {
  font-size: 0.94rem;
  font-weight: 600;
  color: var(--color-accent);
}

.page-home .home-hero__float-sub {
  font-size: 0.78rem;
  color: var(--color-mist);
}

.page-home .home-hero__strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 30px;
  padding: 15px 20px 13px;
  background: linear-gradient(90deg, var(--color-accent) 0%, #a83c12 130%);
  clip-path: polygon(0 34%, 100% 0, 100% 100%, 0 70%);
}

.page-home .home-hero__strip-item {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--font-data);
  font-size: 0.74rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
  color: var(--color-white);
}

.page-home .home-hero__strip-item i {
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-white);
}

.page-home .home-replay {
  position: relative;
  background: var(--color-primary);
}

.page-home .home-replay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, var(--color-accent) 0%, var(--color-neon) 55%, var(--color-silver) 100%);
}

.page-home .home-replay__grid {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

.page-home .home-replay__media-block {
  position: relative;
}

.page-home .home-replay__media {
  position: relative;
  background: var(--color-charcoal);
  border: 4px solid var(--color-accent);
  box-shadow: var(--shadow-hard);
}

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

.page-home .home-replay__play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: var(--color-accent);
  box-shadow: 0 0 0 9px rgba(255, 107, 53, 0.32);
}

.page-home .home-replay__play::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 56%;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  border-left: 20px solid var(--color-white);
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.page-home .home-replay__timeline {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  background: rgba(19, 19, 19, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.page-home .home-replay__tl-track {
  flex: 1;
  height: 4px;
  background: rgba(255, 255, 255, 0.28);
}

.page-home .home-replay__tl-progress {
  display: block;
  width: 38%;
  height: 100%;
  background: var(--color-neon);
}

.page-home .home-replay__tl-time {
  font-family: var(--font-data);
  font-size: 0.7rem;
  color: var(--color-mist);
}

.page-home .home-replay__caption {
  margin-top: 14px;
  padding-left: 12px;
  border-left: 3px solid var(--color-neon);
  color: var(--color-mist);
  font-size: 0.9rem;
  line-height: 1.6;
}

.page-home .home-replay__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-home .home-replay__title {
  margin-bottom: 18px;
}

.page-home .home-replay__lead-text {
  margin: 0 0 20px;
  color: var(--color-white);
  font-size: 1.06rem;
  line-height: 1.7;
}

.page-home .home-replay__list {
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
  display: grid;
  gap: 12px;
}

.page-home .home-replay__list li {
  position: relative;
  padding-left: 26px;
  color: var(--color-mist);
  line-height: 1.65;
}

.page-home .home-replay__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 12px;
  height: 12px;
  background: var(--color-accent);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.page-home .home-replay__list strong {
  color: var(--color-white);
  font-weight: 600;
}

.page-home .home-replay__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 26px;
}

.page-home .home-replay__stat {
  flex: 1 1 140px;
  padding: 16px;
  background: var(--home-panel);
  border: 1px solid var(--home-card-line);
  box-shadow: var(--shadow-card);
}

.page-home .home-replay__stat-num {
  display: block;
  font-family: var(--font-data);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  line-height: 1;
  color: var(--color-neon);
}

.page-home .home-replay__stat-label {
  display: block;
  margin-top: 8px;
  color: var(--color-mist);
  font-size: 0.82rem;
}

.page-home .home-query {
  position: relative;
  background:
    linear-gradient(rgba(168, 181, 208, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(168, 181, 208, 0.07) 1px, transparent 1px),
    var(--gradient-page);
  background-size: 40px 40px, 40px 40px, auto;
}

.page-home .home-query::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 6px;
  background: linear-gradient(90deg, var(--color-accent) 0 20%, var(--color-neon) 20% 40%, var(--color-silver) 40% 60%, var(--color-accent) 60% 80%, var(--color-neon) 80% 100%);
  opacity: 0.75;
}

.page-home .home-query__head {
  max-width: 760px;
  margin: 0 0 2.5rem;
}

.page-home .home-query__head-lead {
  margin: 0;
  color: var(--color-mist);
  font-size: 1.02rem;
  line-height: 1.75;
}

.page-home .home-query__layout {
  display: grid;
  gap: 2rem;
  align-items: start;
}

.page-home .home-query__panel-wrap {
  padding: 18px 16px 20px;
  background: var(--home-panel);
  border: 1px solid rgba(192, 192, 192, 0.22);
  box-shadow: var(--shadow-hard);
}

.page-home .home-query__tabs {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, auto);
  border-bottom: 2px solid var(--color-accent);
}

.page-home .home-query__input {
  position: absolute;
  margin: 0;
  opacity: 0;
  pointer-events: none;
}

.page-home .home-query__tab {
  display: inline-block;
  padding: 12px 22px;
  margin-bottom: -2px;
  border: 2px solid transparent;
  border-bottom: none;
  cursor: pointer;
  color: var(--color-mist);
  font-weight: 600;
  font-size: 0.95rem;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.page-home .home-query__input:focus-visible + .home-query__tab {
  outline: 3px solid var(--color-accent);
  outline-offset: 2px;
}

.page-home .home-query__input:checked + .home-query__tab {
  background: var(--color-accent);
  border-color: var(--color-accent);
  color: var(--color-white);
}

.page-home .home-query__panel {
  display: none;
  grid-column: 1 / -1;
  padding-top: 18px;
}

.page-home #query-view-list:checked ~ .home-query__panel--list,
.page-home #query-view-calendar:checked ~ .home-query__panel--calendar {
  display: block;
}

.page-home .home-query__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-bottom: 10px;
  padding: 16px 14px;
  background: rgba(19, 19, 19, 0.35);
  border: 1px solid var(--home-card-line);
  border-left: 4px solid var(--color-neon);
  box-shadow: var(--shadow-card);
}

.page-home .home-query__row:last-child {
  margin-bottom: 0;
}

.page-home .home-query__row--highlight {
  border-left-color: var(--color-accent);
  background: var(--home-accent-wash);
}

.page-home .home-query__row-round {
  font-family: var(--font-data);
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-neon);
}

.page-home .home-query__row-pair {
  color: var(--color-white);
  font-family: var(--font-heading);
  font-size: 1.12rem;
  font-weight: 600;
  line-height: 1.3;
}

.page-home .home-query__row-pair b {
  padding: 0 4px;
  font-family: var(--font-data);
  color: var(--color-accent);
  font-weight: 700;
}

.page-home .home-query__row-possession {
  color: var(--color-mist);
  font-size: 0.85rem;
}

.page-home .home-query__row-lineup {
  justify-self: start;
  padding: 2px 9px;
  background: var(--home-neon-wash);
  border: 1px solid rgba(57, 255, 20, 0.45);
  color: var(--color-neon);
  font-family: var(--font-data);
  font-size: 0.72rem;
  letter-spacing: 0.04em;
}

.page-home .home-query__calendar {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.page-home .home-query__cal-cell {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 118px;
  padding: 12px 8px;
  text-align: center;
  background: rgba(19, 19, 19, 0.3);
  border: 1px solid var(--home-card-line);
}

.page-home .home-query__cal-cell--hot {
  border-color: var(--color-accent);
  background: var(--home-accent-wash);
}

.page-home .home-query__cal-day {
  font-family: var(--font-data);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-neon);
}

.page-home .home-query__cal-pair {
  color: var(--color-white);
  font-size: 0.82rem;
  line-height: 1.45;
}

.page-home .home-query__cal-data {
  margin-top: auto;
  font-family: var(--font-data);
  font-size: 0.68rem;
  color: var(--color-mist);
}

.page-home .home-query__side {
  position: relative;
}

.page-home .home-query__tablet {
  display: block;
  width: 100%;
  height: auto;
  border: 4px solid var(--color-silver);
  box-shadow: var(--shadow-hard);
  object-fit: cover;
}

.page-home .home-query__note {
  position: relative;
  margin-top: 16px;
  margin-left: 18px;
  padding: 18px 20px;
  background: var(--color-accent);
  clip-path: polygon(0 0, 100% 7%, 100% 100%, 0 100%);
  box-shadow: var(--shadow-card);
}

.page-home .home-query__note::after {
  content: "";
  display: block;
  width: 42px;
  height: 4px;
  margin-top: 12px;
  background: var(--color-neon);
}

.page-home .home-query__note-title {
  display: block;
  margin-bottom: 4px;
  color: var(--color-charcoal);
  font-family: var(--font-heading);
  font-size: 1.16rem;
  font-weight: 700;
}

.page-home .home-query__note-text {
  margin: 0;
  color: var(--color-charcoal);
  font-size: 0.9rem;
  line-height: 1.65;
}

.page-home .home-collect {
  position: relative;
  overflow: hidden;
  background: var(--color-primary);
}

.page-home .home-collect::before {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -90px;
  width: 300px;
  height: 300px;
  border: 38px solid rgba(57, 255, 20, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.page-home .home-collect__grid {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

.page-home .home-collect__media {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
}

.page-home .home-collect__frame {
  padding: 10px;
  background: var(--color-charcoal);
  border: 4px solid var(--color-neon);
  border-radius: 26px;
  box-shadow: var(--shadow-hard);
}

.page-home .home-collect__phone {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  object-fit: cover;
}

.page-home .home-collect__caption {
  margin-top: 12px;
  font-family: var(--font-data);
  font-size: 0.8rem;
  text-align: center;
  color: var(--color-mist);
}

.page-home .home-collect__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-home .home-collect__lead {
  margin: 0 0 22px;
  color: var(--color-white);
  font-size: 1.06rem;
  line-height: 1.7;
}

.page-home .home-collect__list {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: grid;
  gap: 12px;
}

.page-home .home-collect__list li {
  position: relative;
  padding: 14px 16px 14px 48px;
  background: rgba(19, 19, 19, 0.3);
  border: 1px solid var(--home-card-line);
  color: var(--color-mist);
  line-height: 1.6;
}

.page-home .home-collect__list li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 17px;
  width: 22px;
  height: 22px;
  background: var(--color-neon);
  clip-path: polygon(0 0, 70% 0, 100% 100%, 0 100%);
}

.page-home .home-collect__list strong {
  color: var(--color-white);
  font-weight: 600;
}

.page-home .home-data {
  background:
    linear-gradient(rgba(168, 181, 208, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(168, 181, 208, 0.06) 1px, transparent 1px),
    var(--gradient-page);
  background-size: 44px 44px, 44px 44px, auto;
}

.page-home .home-data__head {
  max-width: 740px;
  margin-bottom: 2.5rem;
}

.page-home .home-data__lead {
  margin: 0;
  color: var(--color-mist);
  line-height: 1.75;
}

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

.page-home .home-data__stat {
  padding: 22px 20px;
  background: var(--home-panel);
  border: 1px solid var(--home-card-line);
  border-top: 4px solid var(--color-accent);
  box-shadow: var(--shadow-card);
}

.page-home .home-data__num {
  display: block;
  font-family: var(--font-data);
  font-size: var(--size-data);
  line-height: 1;
  color: var(--color-neon);
}

.page-home .home-data__label {
  display: block;
  margin-top: 10px;
  color: var(--color-mist);
  font-size: 0.92rem;
}

.page-home .home-data__bottom {
  display: grid;
  gap: 14px;
  margin-top: 2rem;
}

.page-home .home-data__source {
  padding: 18px;
  background: rgba(19, 19, 19, 0.25);
  border: 1px solid var(--home-card-line);
  border-left: 4px solid var(--color-silver);
}

.page-home .home-data__source h3 {
  margin: 0 0 8px;
  color: var(--color-accent);
  font-size: 1.24rem;
}

.page-home .home-data__source p {
  margin: 0;
  color: var(--color-mist);
  font-size: 0.95rem;
  line-height: 1.65;
}

.page-home .home-data__trust {
  margin-top: 2rem;
  padding: 18px 20px;
  background: var(--home-accent-wash);
  border: 1px solid rgba(255, 107, 53, 0.5);
  color: var(--color-white);
  font-size: 0.95rem;
  line-height: 1.65;
}

.page-home .home-data__trust a {
  color: var(--color-ice);
  font-weight: 600;
  text-decoration: none;
}

.page-home .home-data__trust a:hover {
  color: var(--color-accent);
}

.page-home .home-next {
  position: relative;
  background: var(--color-primary);
}

.page-home .home-next__head {
  max-width: 740px;
  margin-bottom: 2.5rem;
}

.page-home .home-next__lead {
  margin: 0;
  color: var(--color-mist);
  line-height: 1.75;
}

.page-home .home-next__cards {
  display: grid;
  gap: 16px;
}

.page-home .home-next__card {
  position: relative;
  display: block;
  padding: 24px 22px;
  background: var(--home-panel);
  border: 2px solid var(--color-silver);
  box-shadow: var(--shadow-hard);
  color: var(--color-white);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.page-home .home-next__card:hover,
.page-home .home-next__card:focus-visible {
  transform: translate(-3px, -3px);
  border-color: var(--color-accent);
  box-shadow: 9px 9px 0 rgba(0, 0, 0, 0.35);
  outline: none;
}

.page-home .home-next__card--accent {
  border-color: var(--color-accent);
}

.page-home .home-next__card--accent::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 5px;
  background: var(--color-neon);
}

.page-home .home-next__card-num {
  font-family: var(--font-data);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  color: var(--color-accent);
}

.page-home .home-next__card h3 {
  margin: 10px 0 8px;
  font-size: 1.55rem;
}

.page-home .home-next__card p {
  margin: 0 0 16px;
  color: var(--color-mist);
  font-size: 0.95rem;
  line-height: 1.6;
}

.page-home .home-next__card-cta {
  font-family: var(--font-data);
  font-size: 0.8rem;
  color: var(--color-neon);
}

.page-home .home-next__articles {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 2px solid var(--color-accent);
}

.page-home .home-next__articles-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.page-home .home-next__articles-head h3 {
  margin: 0;
  font-size: 1.4rem;
}

.page-home .home-next__articles-more {
  color: var(--color-ice);
  font-size: 0.9rem;
  white-space: nowrap;
  text-decoration: none;
}

.page-home .home-next__articles-more:hover {
  color: var(--color-accent);
}

.page-home .home-next__articles-list {
  list-style: none;
  margin: 0;
  padding: 0;
  background: rgba(19, 19, 19, 0.25);
  border: 1px solid var(--home-card-line);
}

.page-home .home-next__articles-list li {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 16px 18px;
  border-bottom: 1px solid var(--home-card-line);
}

.page-home .home-next__articles-list li:last-child {
  border-bottom: 0;
}

.page-home .home-next__article-tag {
  align-self: flex-start;
  padding: 2px 9px;
  background: var(--home-neon-wash);
  border: 1px solid rgba(57, 255, 20, 0.4);
  color: var(--color-neon);
  font-family: var(--font-data);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
}

.page-home .home-next__article-title {
  color: var(--color-white);
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.page-home .home-next__article-title:hover {
  color: var(--color-accent);
}

@media (min-width: 720px) {
  .page-home .home-query__calendar {
    grid-template-columns: repeat(7, 1fr);
  }

  .page-home .home-query__cal-cell {
    min-height: 150px;
  }
}

@media (min-width: 900px) {
  .page-home .home-replay__grid {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 3rem;
  }

  .page-home .home-query__row {
    grid-template-columns: 90px 1.3fr 1fr auto;
    align-items: center;
    gap: 14px;
  }

  .page-home .home-collect__grid {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 3rem;
  }

  .page-home .home-collect__frame {
    transform: rotate(-2deg);
  }

  .page-home .home-data__grid {
    grid-template-columns: repeat(4, 1fr);
  }

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

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

@media (min-width: 960px) {
  .page-home .home-hero__float {
    position: absolute;
    right: clamp(24px, 6vw, 110px);
    bottom: 24vh;
    width: 300px;
    max-width: none;
    margin: 0;
  }
}

@media (min-width: 980px) {
  .page-home .home-query__layout {
    grid-template-columns: 1.5fr 1fr;
    gap: 2.5rem;
  }

  .page-home .home-query__note {
    width: calc(100% - 48px);
    margin-top: -56px;
    margin-left: 32px;
  }
}

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

  .page-home .home-next__card,
  .page-home .home-next__card:hover,
  .page-home .home-next__card:focus-visible {
    transform: none;
    transition: none;
  }
}

@keyframes homePulse {
  0%, 100% {
    box-shadow: 0 0 0 4px rgba(57, 255, 20, 0.22);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(57, 255, 20, 0.08);
  }
}
