.page-home {
  --home-green: #00A651;
  --home-blue: #00BFFF;
  --home-gold: #FFD700;
  --home-terracotta: #C67B5C;
  --home-bg: #0A0F0D;
  --home-panel: #111B16;
  --home-grid: #2E4A3E;
  --home-text: #E5EEE9;
  --home-dim: #8B9B95;
  --home-font-head: 'Arial Black', 'Noto Sans SC Black', 'Source Han Sans CN Heavy', sans-serif;
  --home-font-body: 'Roboto Condensed', 'Noto Sans SC', 'PingFang SC', sans-serif;
  --home-font-data: 'JetBrains Mono', 'Roboto Mono', 'SFMono-Regular', monospace;
  background:
    linear-gradient(rgba(46, 74, 62, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(46, 74, 62, 0.18) 1px, transparent 1px);
  background-size: 48px 48px;
  background-position: -1px -1px;
  min-height: 100vh;
  overflow-x: hidden;
}

.page-home .container {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.page-home .section {
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
}

.page-home .section__header {
  margin-bottom: 40px;
  border-left: 3px solid var(--home-green);
  padding-left: 16px;
}

.page-home .section__index {
  font-family: var(--home-font-data);
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  color: var(--home-blue);
  text-transform: uppercase;
  margin: 0 0 8px;
}

.page-home .section__title {
  font-family: var(--home-font-head);
  font-size: 2rem;
  line-height: 1.1;
  color: var(--home-text);
  margin: 0;
}

.page-home .section__desc {
  color: var(--home-dim);
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 12px 0 0;
  max-width: 640px;
}

/* ===== HERO ===== */
.page-home .hero {
  position: relative;
  min-height: 720px;
  background: linear-gradient(135deg, #0A0F0D 0%, #0D1A14 55%, #0E1E2C 100%);
  overflow: hidden;
  border-bottom: 1px solid var(--home-grid);
  display: flex;
  align-items: center;
  padding-top: 0;
}

.page-home .hero__grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.page-home .hero__grid-line {
  position: absolute;
  background: rgba(46, 74, 62, 0.35);
}

.page-home .hero__grid-line--v1 { left: 16.66%; top: 0; bottom: 0; width: 1px; }
.page-home .hero__grid-line--v2 { left: 50%; top: 0; bottom: 0; width: 1px; background: rgba(0, 182, 255, 0.2); }
.page-home .hero__grid-line--v3 { left: 83.33%; top: 0; bottom: 0; width: 1px; }
.page-home .hero__grid-line--h1 { top: 33.33%; left: 0; right: 0; height: 1px; }
.page-home .hero__grid-line--h2 { top: 66.66%; left: 0; right: 0; height: 1px; }

.page-home .hero__coord {
  position: absolute;
  font-family: var(--home-font-data);
  font-size: 0.65rem;
  color: rgba(139, 155, 149, 0.5);
  letter-spacing: 0.12em;
}

.page-home .hero__coord--tl { top: 24px; left: 24px; }
.page-home .hero__coord--br { bottom: 24px; right: 24px; }

.page-home .hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  padding-top: 48px;
  padding-bottom: 48px;
  align-items: center;
}

.page-home .hero__content {
  max-width: 720px;
}

.page-home .hero__index {
  font-family: var(--home-font-data);
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  color: var(--home-gold);
  text-transform: uppercase;
  margin: 0 0 16px;
  border-bottom: 1px solid rgba(255, 215, 0, 0.25);
  display: inline-block;
  padding-bottom: 4px;
}

.page-home .hero__title {
  font-family: var(--home-font-head);
  font-size: clamp(2.2rem, 6vw, 4.6rem);
  line-height: 1.05;
  color: var(--home-text);
  margin: 0 0 24px;
  letter-spacing: -0.02em;
  text-shadow: 0 0 40px rgba(0, 182, 255, 0.1);
}

.page-home .hero__desc {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--home-dim);
  margin: 0 0 32px;
  max-width: 56ch;
  border-left: 2px solid rgba(0, 166, 81, 0.5);
  padding-left: 16px;
}

.page-home .hero__search {
  margin-bottom: 32px;
  max-width: 540px;
  position: relative;
}

.page-home .hero__search-box {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(17, 27, 22, 0.92);
  border: 1px solid rgba(0, 182, 255, 0.5);
  border-left: 4px solid var(--home-blue);
  padding: 12px 16px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.page-home .hero__search-box:focus-within {
  border-color: var(--home-blue);
  box-shadow: 0 0 0 3px rgba(0, 182, 255, 0.18), 0 0 32px rgba(0, 182, 255, 0.08);
}

.page-home .hero__search-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.page-home .hero__search-input {
  background: transparent;
  border: none;
  outline: none;
  color: var(--home-text);
  font-family: var(--home-font-body);
  font-size: 1rem;
  width: 100%;
}

.page-home .hero__search-input::placeholder {
  color: rgba(139, 155, 149, 0.6);
}

.page-home .hero__search-hint {
  font-family: var(--home-font-data);
  font-size: 0.7rem;
  color: var(--home-dim);
  margin: 8px 0 0;
  letter-spacing: 0.08em;
}

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

.page-home .hero__keywords-label {
  font-family: var(--home-font-data);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--home-dim);
  margin-right: 4px;
}

.page-home .hero__keywords-link {
  font-size: 0.82rem;
  color: var(--home-text);
  text-decoration: none;
  border: 1px solid var(--home-grid);
  padding: 4px 12px;
  background: rgba(17, 27, 22, 0.6);
  transition: background 0.2s ease, border-color 0.2s ease;
}

.page-home .hero__keywords-link:hover,
.page-home .hero__keywords-link:focus-visible {
  border-color: var(--home-blue);
  background: rgba(0, 182, 255, 0.08);
  color: var(--home-blue);
  outline: none;
}

.page-home .hero__visual {
  position: relative;
  display: none;
}

.page-home .hero__diag {
  position: absolute;
  top: -10%;
  right: -5%;
  width: 65%;
  height: 130%;
  background: linear-gradient(135deg, transparent 48%, rgba(0, 182, 255, 0.06) 49%, rgba(0, 182, 255, 0.06) 51%, transparent 52%);
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
  z-index: 0;
}

.page-home .hero__media {
  margin: 0;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(46, 74, 62, 0.6);
  transform: skewY(-2deg);
  box-shadow: -12px 12px 0 rgba(0, 166, 81, 0.08);
}

.page-home .hero__media img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  opacity: 0.82;
}

.page-home .hero__caption {
  font-family: var(--home-font-data);
  font-size: 0.68rem;
  color: var(--home-dim);
  padding: 8px 12px;
  background: rgba(10, 15, 13, 0.85);
  border-top: 1px solid var(--home-grid);
  letter-spacing: 0.08em;
}

.page-home .hero__pulse {
  position: absolute;
  z-index: 2;
  bottom: 24px;
  left: -24px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(10, 15, 13, 0.88);
  border: 1px solid rgba(0, 182, 255, 0.3);
  padding: 12px 16px;
  backdrop-filter: blur(4px);
}

.page-home .hero__pulse-dot {
  width: 8px;
  height: 8px;
  background: var(--home-blue);
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(0, 182, 255, 0.8);
}

.page-home .hero__pulse-coord,
.page-home .hero__pulse-value {
  font-family: var(--home-font-data);
  font-size: 0.68rem;
  color: var(--home-dim);
  letter-spacing: 0.1em;
}

.page-home .hero__pulse-value {
  color: var(--home-green);
  font-weight: bold;
}

.page-home .hero__scrollbar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: rgba(46, 74, 62, 0.3);
  z-index: 3;
}

.page-home .hero__scrollbar-thumb {
  display: block;
  width: 30%;
  height: 100%;
  background: linear-gradient(90deg, var(--home-green), var(--home-blue));
}

/* ===== METRICS ===== */
.page-home .metrics {
  background: rgba(10, 15, 13, 0.9);
}

.page-home .metrics__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  border-top: 2px solid var(--home-grid);
  border-bottom: 1px solid var(--home-grid);
}

.page-home .metrics__item {
  padding: 20px 16px;
  background: var(--home-panel);
  border-left: 3px solid var(--home-green);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.page-home .metrics__item::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 12px solid var(--home-green);
  border-left: 12px solid transparent;
}

.page-home .metrics__item:hover {
  transform: translateX(4px);
  border-color: var(--home-blue);
}

.page-home .metric__label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--home-dim);
}

.page-home .metric__value {
  font-size: 2.4rem;
  line-height: 1.1;
  color: var(--home-text);
}

.page-home .metric__trend {
  font-family: var(--home-font-data);
  font-size: 0.7rem;
  color: var(--home-gold);
  letter-spacing: 0.06em;
}

/* ===== MODULES ===== */
.page-home .modules {
  background: #0D1512;
  padding-top: 48px;
}

.page-home .modules__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  flex-wrap: wrap;
}

.page-home .modules__tip {
  font-size: 0.75rem;
  color: var(--home-dim);
  margin: 0;
}

.page-home .modules__tip-key {
  border: 1px solid var(--home-grid);
  padding: 2px 8px;
  font-family: var(--home-font-data);
  font-size: 0.65rem;
  margin-left: 4px;
  color: var(--home-blue);
}

.page-home .modules__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.page-home .modules__item {
  background: var(--home-panel);
  border: 1px solid var(--home-grid);
  position: relative;
  transition: border-color 0.25s ease, transform 0.25s ease;
  overflow: hidden;
}

.page-home .modules__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--module-color);
}

.page-home .modules__item:hover,
.page-home .modules__item:focus-within {
  border-color: var(--module-color);
  transform: translateY(-4px);
}

.page-home .modules__item--green { --module-color: var(--home-green); }
.page-home .modules__item--blue { --module-color: var(--home-blue); }
.page-home .modules__item--gold { --module-color: var(--home-gold); }
.page-home .modules__item--terracotta { --module-color: var(--home-terracotta); }

.page-home .modules__item-inner {
  padding: 24px 20px 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  position: relative;
}

.page-home .modules__num {
  position: absolute;
  top: 8px;
  right: 16px;
  font-family: var(--home-font-data);
  font-size: 2.8rem;
  color: transparent;
  -webkit-text-stroke: 1px rgba(46, 74, 62, 0.4);
  line-height: 1;
  z-index: 0;
}

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

.page-home .modules__type {
  font-family: var(--home-font-data);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  color: var(--module-color);
  text-transform: uppercase;
  margin: 0 0 8px;
}

.page-home .modules__title {
  font-family: var(--home-font-head);
  font-size: 1.35rem;
  line-height: 1.2;
  color: var(--home-text);
  margin: 0 0 12px;
}

.page-home .modules__desc {
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--home-dim);
  margin: 0 0 16px;
}

.page-home .modules__link {
  display: inline-block;
  font-size: 0.82rem;
  color: var(--module-color);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}

.page-home .modules__link:hover,
.page-home .modules__link:focus-visible {
  border-bottom-color: var(--module-color);
  outline: none;
}

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

.page-home .modules__media img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  border: 1px solid var(--home-grid);
  transform: skewX(-1deg);
}

.page-home .modules__media figcaption {
  font-family: var(--home-font-data);
  font-size: 0.65rem;
  color: var(--home-dim);
  padding: 6px 0;
  letter-spacing: 0.1em;
}

.page-home .modules__data {
  background: rgba(10, 15, 13, 0.6);
  border: 1px solid var(--home-grid);
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.page-home .modules__data--full {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px;
}

.page-home .modules__data-label {
  font-size: 0.72rem;
  color: var(--home-dim);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.page-home .modules__data-value {
  font-size: 1.05rem;
  color: var(--home-text);
}

.page-home .modules__item--gold .modules__data-value {
  color: var(--home-gold);
}

/* ===== UPDATES ===== */
.page-home .updates {
  background: linear-gradient(180deg, #0D1512 0%, #0A0F0D 100%);
  border-top: 1px solid var(--home-grid);
}

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

.page-home .updates__main {
  max-width: 100%;
}

.page-home .updates__entry {
  padding: 20px 0;
  border-bottom: 1px solid var(--home-grid);
  position: relative;
}

.page-home .updates__entry::before {
  content: '';
  position: absolute;
  left: -18px;
  top: 24px;
  width: 6px;
  height: 6px;
  background: var(--home-green);
  border-radius: 50%;
}

.page-home .updates__meta {
  font-size: 0.7rem;
  color: var(--home-dim);
  margin-bottom: 8px;
  letter-spacing: 0.04em;
}

.page-home .text-green {
  color: var(--home-green);
}

.page-home .updates__entry-title {
  font-size: 1.15rem;
  color: var(--home-text);
  margin: 0 0 8px;
  font-family: var(--home-font-head);
  font-weight: normal;
  line-height: 1.3;
}

.page-home .updates__entry-desc {
  font-size: 0.88rem;
  line-height: 1.6;
  color: var(--home-dim);
  margin: 0;
  max-width: 72ch;
}

.page-home .updates__more {
  display: inline-block;
  margin-top: 20px;
  font-size: 0.85rem;
  color: var(--home-blue);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}

.page-home .updates__more:hover {
  border-bottom-color: var(--home-blue);
}

.page-home .updates__aside {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.page-home .updates__version-card {
  background: var(--home-panel);
  border: 1px solid var(--home-grid);
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.page-home .updates__version-card::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border-top: 32px solid var(--home-green);
  border-left: 32px solid transparent;
}

.page-home .updates__version-label {
  display: block;
  font-size: 0.75rem;
  color: var(--home-dim);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.page-home .updates__version-num {
  display: block;
  font-size: 2.4rem;
  color: var(--home-green);
  line-height: 1.1;
  margin-bottom: 8px;
}

.page-home .updates__version-cycle {
  font-size: 0.7rem;
  color: var(--home-dim);
}

.page-home .updates__release {
  background: rgba(17, 27, 22, 0.5);
  border-left: 3px solid var(--home-blue);
  padding: 16px;
}

.page-home .updates__release-title {
  font-size: 1rem;
  color: var(--home-text);
  margin: 0 0 8px;
  font-family: var(--home-font-head);
}

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

/* ===== ARCHIVE ===== */
.page-home .archive {
  background: #0A0F0D;
  border-top: 1px solid var(--home-grid);
}

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

.page-home .archive__desc {
  font-size: 0.92rem;
  line-height: 1.7;
  color: var(--home-dim);
  margin: 12px 0 28px;
  max-width: 60ch;
}

.page-home .archive__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.page-home .archive__list-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.page-home .archive__item-index {
  font-size: 0.7rem;
  color: var(--home-gold);
  white-space: nowrap;
  min-width: 68px;
  padding-top: 2px;
}

.page-home .archive__list-item strong {
  display: block;
  font-size: 0.9rem;
  color: var(--home-text);
  margin-bottom: 4px;
}

.page-home .archive__list-item p {
  font-size: 0.82rem;
  color: var(--home-dim);
  line-height: 1.5;
  margin: 0;
}

.page-home .archive__visual {
  position: relative;
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(0, 166, 81, 0.05), rgba(0, 182, 255, 0.03));
  border: 1px solid var(--home-grid);
  overflow: hidden;
}

.page-home .archive__slope {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(-45deg, transparent 0 12px, rgba(46, 74, 62, 0.25) 12px 13px);
  clip-path: polygon(0 30%, 100% 0, 100% 70%, 0 100%);
}

.page-home .archive__stack {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 62%;
  transform: rotate(-3deg);
}

.page-home .archive__stack-item {
  font-family: var(--home-font-data);
  font-size: 0.78rem;
  color: var(--home-text);
  background: rgba(17, 27, 22, 0.9);
  border-left: 3px solid var(--home-green);
  padding: 10px 16px;
  letter-spacing: 0.06em;
}

.page-home .archive__stack-item:nth-child(2) { margin-left: 8%; border-color: var(--home-blue); }
.page-home .archive__stack-item:nth-child(3) { margin-left: 16%; }
.page-home .archive__stack-item:nth-child(4) { margin-left: 24%; border-color: var(--home-gold); }
.page-home .archive__stack-item:nth-child(5) { margin-left: 32%; }
.page-home .archive__stack-item:nth-child(6) { margin-left: 40%; border-color: var(--home-terracotta); }

/* ===== GET STARTED ===== */
.page-home .getstarted {
  background: linear-gradient(160deg, #0A0F0D 0%, #101C16 60%, #0E1E2C 100%);
  border-top: 1px solid var(--home-grid);
}

.page-home .getstarted__panel {
  background: rgba(17, 27, 22, 0.7);
  border: 1px solid var(--home-grid);
  border-top: 4px solid var(--home-gold);
  padding: 32px 24px;
  position: relative;
  overflow: hidden;
}

.page-home .getstarted__panel::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background: linear-gradient(135deg, transparent 40%, rgba(0, 182, 255, 0.04) 50%, transparent 60%);
  pointer-events: none;
}

.page-home .getstarted__desc {
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--home-dim);
  max-width: 56ch;
  margin: 16px 0 32px;
}

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

.page-home .btn {
  display: inline-block;
  padding: 10px 24px;
  font-size: 0.85rem;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}

.page-home .getstarted__btn {
  color: var(--home-text);
  border-color: var(--home-green);
  background: rgba(0, 166, 81, 0.15);
}

.page-home .getstarted__btn:hover,
.page-home .getstarted__btn:focus-visible {
  background: rgba(0, 166, 81, 0.3);
  box-shadow: inset 0 0 12px rgba(0, 166, 81, 0.15);
  outline: none;
}

.page-home .btn--ghost {
  background: transparent;
  border-color: var(--home-grid);
  color: var(--home-text);
}

.page-home .btn--ghost:hover,
.page-home .btn--ghost:focus-visible {
  border-color: var(--home-blue);
  color: var(--home-blue);
  box-shadow: inset 0 0 12px rgba(0, 182, 255, 0.05);
  outline: none;
}

.page-home .getstarted__steps {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-top: 1px solid var(--home-grid);
  padding-top: 24px;
}

.page-home .getstarted__step {
  display: flex;
  gap: 16px;
  align-items: baseline;
}

.page-home .getstarted__step-num {
  font-size: 0.72rem;
  color: var(--home-blue);
  white-space: nowrap;
}

.page-home .getstarted__step p {
  font-size: 0.85rem;
  color: var(--home-text);
  margin: 0;
  line-height: 1.5;
}

/* ===== FOOTPRINT ===== */
.page-home .footprint {
  background: #0A0F0D;
  padding-top: 48px;
  padding-bottom: 48px;
}

.page-home .footprint__inner {
  border-bottom: 1px solid var(--home-grid);
  border-top: 1px solid var(--home-grid);
  padding: 32px 0 40px;
}

.page-home .footprint__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.page-home .footprint__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--home-green);
  box-shadow: 0 0 16px rgba(0, 166, 81, 0.7);
}

.page-home .footprint__label {
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  color: var(--home-dim);
}

.page-home .footprint__title {
  font-family: var(--home-font-head);
  font-size: 1.2rem;
  color: var(--home-text);
  margin: 0 0 20px;
  line-height: 1.4;
}

.page-home .footprint__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.page-home .footprint__badge {
  font-family: var(--home-font-data);
  font-size: 0.74rem;
  color: var(--home-gold);
  border: 1px solid rgba(255, 215, 0, 0.3);
  background: rgba(255, 215, 0, 0.03);
  padding: 4px 12px;
}

.page-home .footprint__note {
  font-size: 0.85rem;
  line-height: 1.6;
  color: var(--home-dim);
  margin: 0;
  max-width: 64ch;
}

/* ===== MEDIA QUERIES ===== */
@media (min-width: 640px) {
  .page-home .metrics__grid {
    grid-template-columns: 1fr 1fr;
  }

  .page-home .getstarted__panel {
    padding: 40px 32px;
  }

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

@media (min-width: 960px) {
  .page-home .hero__inner {
    grid-template-columns: 7fr 5fr;
    gap: 64px;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .page-home .hero__visual {
    display: block;
  }

  .page-home .hero__title {
    font-size: clamp(2.6rem, 5vw, 4.4rem);
  }

  .page-home .hero__desc {
    font-size: 1.08rem;
  }

  .page-home .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .page-home .section__title {
    font-size: 2.4rem;
  }

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

  .page-home .modules__list {
    gap: 16px;
  }

  .page-home .modules__item:nth-child(odd) .modules__item-inner {
    grid-template-columns: 5fr 5fr 3fr;
    grid-template-areas: "num .page-home media" "num .page-home data";
  }

  .page-home .modules__item:nth-child(even) .modules__item-inner {
    grid-template-columns: 3fr 5fr 5fr;
    grid-template-areas: "num media body" "num data body";
  }

  .page-home .modules__item--gold .modules__item-inner {
    grid-template-columns: 3fr 9fr;
    grid-template-areas: "num body" "num data";
  }

  .page-home .modules__num {
    grid-area: num;
    position: static;
    top: auto;
    right: auto;
    font-size: 3.4rem;
    padding-top: 4px;
  }

  .page-home .modules__body { grid-area: body; }
  .page-home .modules__media { grid-area: media; }
  .page-home .modules__data { grid-area: data; }

  .page-home .updates__grid {
    grid-template-columns: 2fr 1fr;
    gap: 64px;
  }

  .page-home .archive__inner {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
  }
}

@media (min-width: 1200px) {
  .page-home .hero__content {
    padding-left: 24px;
  }

  .page-home .hero__coord--tl { top: 32px; left: 32px; }
  .page-home .hero__coord--br { bottom: 32px; right: 32px; }

  .page-home .getstarted__panel {
    padding: 48px 40px;
  }

  .page-home .getstarted__desc {
    font-size: 1rem;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .page-home .hero__pulse-dot {
    animation: pulse-dot 3s ease-in-out infinite;
  }

  @keyframes pulse-dot {
    0%, 100% { opacity: 1; box-shadow: 0 0 12px rgba(0, 182, 255, 0.8); }
    50% { opacity: 0.6; box-shadow: 0 0 4px rgba(0, 182, 255, 0.4); }
  }
}
