.page-home {
  --home-gold-grad: linear-gradient(135deg, #C48B2F 0%, #E8A33D 100%);
  --home-red-grad: linear-gradient(135deg, #D62B2B 0%, #8F1E1E 100%);
  --home-bg-deep: #10141F;
  --home-bg-panel: #1D2735;
  --home-cream: #F5EFE3;
  --home-gray: #A8A29E;
  --home-moss: #5C6B52;
  --home-terra: #B5633B;
  --home-gold-line: #C48B2F;
  --home-red: #D62B2B;
  --home-gold: #E8A33D;
  min-width: 0;
  overflow-x: hidden;
  background: var(--home-bg-deep);
  color: var(--home-cream);
}

.page-home a {
  color: inherit;
  text-decoration: none;
}

.page-home a:focus-visible {
  outline: 2px solid var(--home-gold);
  outline-offset: 3px;
}

.page-home__breadcrumb {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  font-size: 12px;
  letter-spacing: 0.12em;
  color: var(--home-gray);
  border-bottom: 1px solid rgba(196, 139, 47, 0.3);
  background: rgba(16, 20, 31, 0.9);
}

.page-home__breadcrumb-sep {
  color: var(--home-gold-line);
}

/* ===== 首屏 ===== */
.page-home__hero {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  min-height: auto;
  background: var(--home-bg-deep);
}

.page-home__hero-copy {
  padding: 8vw 6vw 40px;
  position: relative;
  z-index: 2;
}

.page-home__hero-eyebrow {
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.28em;
  color: var(--home-gold);
  margin-bottom: 16px;
  text-transform: uppercase;
}

.page-home__hero-copy h1 {
  font-family: var(--font-head);
  font-size: clamp(30px, 6vw, 52px);
  font-weight: 900;
  line-height: 1.18;
  margin: 0 0 20px;
  letter-spacing: 0.02em;
  text-shadow: 4px 4px 0 rgba(214, 43, 43, 0.18);
}

.page-home__hero-desc {
  font-size: 15px;
  line-height: 1.75;
  color: var(--home-gray);
  max-width: 560px;
  margin: 0 0 28px;
}

.page-home__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

.page-home__hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: var(--home-gray);
}

.page-home__hero-facts li {
  position: relative;
  padding-left: 16px;
}

.page-home__hero-facts li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: var(--home-red);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.page-home__hero-visual {
  position: relative;
  min-height: 320px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.page-home__hero-figure {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 320px;
  margin: 0;
  overflow: hidden;
  background: var(--home-bg-panel);
}

.page-home__hero-img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
  opacity: 0.75;
}

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

.page-home__hero-tag {
  position: absolute;
  bottom: 22px;
  right: 22px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.3em;
  color: var(--home-gold);
  border: 1px solid rgba(232, 163, 61, 0.6);
  padding: 6px 14px;
  background: rgba(16, 20, 31, 0.72);
}

.page-home__hero-band {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: var(--home-red-grad);
  z-index: 3;
}

/* ===== 章节通用 ===== */
.page-home .section {
  padding: 64px 20px 72px;
  max-width: var(--container-w);
  margin: 0 auto;
}

.page-home__section-head {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 36px;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(196, 139, 47, 0.3);
}

.page-home__section-head--red {
  border-bottom-color: rgba(214, 43, 43, 0.45);
}

.page-home__section-num {
  font-family: var(--font-head);
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  background: var(--home-gold-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.page-home__section-head .section-title {
  font-family: var(--font-head);
  font-size: clamp(22px, 4vw, 32px);
  font-weight: 900;
  line-height: 1.25;
  margin: 0;
  letter-spacing: 0.02em;
}

.page-home__section-head .section-note {
  font-size: 13px;
  color: var(--home-gray);
  border-left: 3px solid var(--home-gold-line);
  padding-left: 12px;
  margin: 0;
}

/* ===== 赛事内容中心索引 ===== */
.page-home__index {
  background: var(--home-bg-deep);
}

.page-home__filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.page-home__filter .filter-btn {
  background: transparent;
  border: 1px solid var(--home-gold-line);
  color: var(--home-cream);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  padding: 10px 18px;
  cursor: pointer;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 0 100%);
  transition: background 0.25s var(--ease), color 0.25s var(--ease);
  line-height: 1.4;
}

.page-home__filter .filter-btn:hover {
  background: rgba(232, 163, 61, 0.12);
}

.page-home__filter .filter-btn.is-active {
  background: var(--home-red);
  border-color: var(--home-red);
  color: #fff;
}

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

.page-home__league-card {
  background: var(--home-bg-panel);
  border: 1px solid rgba(196, 139, 47, 0.22);
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
  display: flex;
  flex-direction: column;
  transform: skewY(-0.8deg);
  transition: transform 0.35s var(--ease), border-color 0.35s var(--ease), box-shadow 0.35s var(--ease);
}

.page-home__league-card:hover {
  transform: skewY(-0.8deg) translateY(-6px);
  border-color: rgba(232, 163, 61, 0.6);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

.page-home__league-card .img-frame {
  border-radius: 0;
}

.page-home__league-body {
  padding: 18px 20px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.page-home__league-kicker {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--home-gold);
  margin: 0 0 6px;
}

.page-home__league-title {
  font-family: var(--font-head);
  font-size: 20px;
  font-weight: 900;
  margin: 0 0 8px;
}

.page-home__league-desc {
  font-size: 13px;
  color: var(--home-gray);
  line-height: 1.6;
  margin: 0 0 14px;
  flex: 1;
}

.page-home__league-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: var(--home-gray);
  gap: 10px;
}

.page-home__link-arrow {
  font-size: 13px;
  color: var(--home-gold);
  font-weight: 700;
  white-space: nowrap;
  transition: color 0.25s var(--ease);
}

.page-home__link-arrow:hover {
  color: var(--home-cream);
}

.page-home__index-cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  margin-top: 36px;
  padding: 20px 0 10px;
  border-top: 1px solid rgba(196, 139, 47, 0.25);
  font-size: 14px;
  color: var(--home-gray);
}

/* ===== 数据面板区 ===== */
.page-home__data-section {
  background: var(--home-bg-panel);
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
}

.page-home__data-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  max-width: var(--container-w);
  margin: 0 auto;
}

.page-home__data-intro {
  font-size: 14px;
  line-height: 1.7;
  color: var(--home-gray);
  margin: 0 0 22px;
}

.page-home__data-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.page-home__data-tab {
  background: transparent;
  border: 1px solid rgba(196, 139, 47, 0.4);
  color: var(--home-gray);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  padding: 9px 16px;
  cursor: pointer;
  transition: background 0.25s var(--ease), color 0.25s var(--ease), border-color 0.25s var(--ease);
}

.page-home__data-tab:hover {
  border-color: var(--home-gold);
  color: var(--home-cream);
}

.page-home__data-tab.is-active {
  background: var(--home-red);
  border-color: var(--home-red);
  color: #fff;
}

.page-home__data-table-wrap {
  overflow: hidden;
  border: 1px solid rgba(232, 163, 61, 0.25);
}

.page-home__data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.page-home__data-table th,
.page-home__data-table td {
  padding: 12px 14px;
  text-align: left;
  border-bottom: 1px solid rgba(196, 139, 47, 0.15);
}

.page-home__data-table thead th {
  background: rgba(214, 43, 43, 0.22);
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--home-gold);
}

.page-home__data-table tbody th {
  font-weight: 700;
  color: var(--home-cream);
}

.page-home__data-table tbody td {
  font-family: var(--font-mono);
  color: var(--home-gray);
}

.page-home__data-table tbody tr:hover {
  background: rgba(232, 163, 61, 0.08);
}

.page-home__bar-chart {
  padding: 8px 0;
  font-size: 13px;
}

.page-home__bar-row {
  display: grid;
  grid-template-columns: 76px 1fr 36px;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.page-home__bar-label {
  font-weight: 700;
  font-size: 12px;
  color: var(--home-cream);
}

.page-home__bar-track {
  display: flex;
  height: 26px;
  border: 1px solid rgba(196, 139, 47, 0.3);
  overflow: hidden;
}

.page-home__bar {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mono);
  font-size: 12px;
  color: #fff;
  transition: width 0.4s var(--ease);
}

.page-home__bar--goal {
  background: linear-gradient(90deg, var(--home-red), #B03A3A);
}

.page-home__bar--miss {
  background: linear-gradient(90deg, var(--home-moss), #3F4A38);
}

.page-home__bar-sum {
  text-align: right;
  font-family: var(--font-mono);
  color: var(--home-gold);
}

.page-home__bar-legend {
  display: flex;
  gap: 22px;
  margin-top: 12px;
  font-size: 12px;
  color: var(--home-gray);
}

.page-home__legend-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
}

.page-home__legend-dot--goal {
  background: var(--home-red);
}

.page-home__legend-dot--miss {
  background: var(--home-moss);
}

.page-home__rank-list {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: rank;
}

.page-home__rank-list li {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 13px 8px;
  border-bottom: 1px solid rgba(196, 139, 47, 0.18);
  transition: background 0.25s var(--ease);
}

.page-home__rank-list li:hover {
  background: rgba(232, 163, 61, 0.08);
}

.page-home__rank-pos {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 18px;
  color: var(--home-gold);
  min-width: 32px;
}

.page-home__rank-list li:first-child .page-home__rank-pos {
  color: var(--home-red);
  font-size: 22px;
}

.page-home__rank-team {
  flex: 1;
  font-weight: 700;
  font-size: 14px;
}

.page-home__rank-stat {
  font-family: var(--font-mono);
  color: var(--home-gray);
}

.page-home__data-note {
  margin-top: 16px;
  font-size: 12px;
  color: var(--home-gray);
  line-height: 1.6;
}

.page-home__data-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 28px;
}

.page-home__data-stats .data-panel {
  background: rgba(16, 20, 31, 0.7);
  border: 1px solid rgba(196, 139, 47, 0.25);
  padding: 16px 12px;
  text-align: center;
}

.page-home__data-stats .data-number {
  font-family: var(--font-mono);
  font-size: 28px;
  font-weight: 700;
  background: var(--home-gold-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: block;
}

.page-home__data-stats .data-label {
  font-size: 11px;
  color: var(--home-gray);
  display: block;
  margin-top: 4px;
  letter-spacing: 0.08em;
}

.page-home__data-aside {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border: 1px solid rgba(232, 163, 61, 0.25);
  background: rgba(16, 20, 31, 0.6);
}

.page-home__data-figure {
  margin: 0;
}

.page-home__data-figure img {
  width: 100%;
  height: auto;
  max-height: 320px;
  object-fit: cover;
  display: block;
}

.page-home__data-aside-body {
  padding: 22px;
}

.page-home__data-aside-title {
  font-family: var(--font-head);
  font-size: 20px;
  font-weight: 900;
  margin: 0 0 10px;
}

.page-home__data-aside-body p {
  font-size: 13px;
  line-height: 1.7;
  color: var(--home-gray);
  margin: 0 0 16px;
}

/* ===== 专题观察 ===== */
.page-home__insights {
  background: var(--home-bg-deep);
}

.page-home__insights-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 32px;
}

.page-home__insights-head .section-title {
  font-family: var(--font-head);
  font-size: clamp(22px, 4vw, 32px);
  font-weight: 900;
  margin: 6px 0 0;
}

.page-home__insights-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}

.page-home__insight-card {
  background: var(--home-bg-panel);
  border: 1px solid rgba(196, 139, 47, 0.2);
  display: flex;
  flex-direction: column;
}

.page-home__insight-card--feature .img-frame {
  border-bottom: 1px solid rgba(232, 163, 61, 0.3);
}

.page-home__insight-card--feature .page-home__insight-body {
  padding: 22px;
}

.page-home__insight-body {
  padding: 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.page-home__insight-tag {
  align-self: flex-start;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--home-gold);
  border: 1px solid rgba(196, 139, 47, 0.5);
  padding: 4px 10px;
  margin: 0 0 12px;
}

.page-home__insight-title {
  font-family: var(--font-head);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.4;
  margin: 0 0 10px;
}

.page-home__insight-excerpt {
  font-size: 13px;
  color: var(--home-gray);
  line-height: 1.65;
  margin: 0 0 16px;
  flex: 1;
}

/* ===== 联系与信任 ===== */
.page-home__trust {
  background: var(--home-bg-panel);
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
}

.page-home__trust-inner {
  max-width: var(--container-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
}

.page-home__trust-kicker {
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.24em;
  color: var(--home-gold);
  margin: 0 0 12px;
}

.page-home__trust-title {
  font-family: var(--font-head);
  font-size: clamp(24px, 4vw, 34px);
  font-weight: 900;
  line-height: 1.3;
  margin: 0 0 18px;
}

.page-home__trust-copy p {
  font-size: 14px;
  line-height: 1.75;
  color: var(--home-gray);
  margin: 0 0 18px;
}

.page-home__trust-list {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.page-home__trust-list li {
  position: relative;
  padding-left: 28px;
  font-size: 14px;
  line-height: 1.6;
}

.page-home__trust-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 14px;
  height: 10px;
  background: var(--home-red);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.page-home__trust-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

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

.page-home__trust-card {
  background: rgba(16, 20, 31, 0.7);
  border: 1px solid rgba(232, 163, 61, 0.28);
  padding: 24px;
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 0 100%);
}

.page-home__trust-card-title {
  font-family: var(--font-head);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin: 0 0 12px;
  text-transform: uppercase;
  color: var(--home-gold);
}

.page-home__trust-email {
  font-family: var(--font-mono);
  font-size: 16px;
  color: var(--home-cream);
  word-break: break-all;
  display: inline-block;
  border-bottom: 1px solid transparent;
  transition: border-color 0.25s var(--ease), color 0.25s var(--ease);
}

.page-home__trust-email:hover {
  color: var(--home-gold);
  border-bottom-color: var(--home-gold-line);
}

.page-home__trust-icp {
  font-family: var(--font-mono);
  font-size: 15px;
  color: var(--home-cream);
  margin: 0 0 6px;
}

.page-home__trust-note {
  font-size: 13px;
  color: var(--home-gray);
  line-height: 1.6;
  margin: 10px 0 0;
}

/* ===== 通用按钮补色 ===== */
.page-home .btn-primary {
  background: var(--home-red);
  color: #fff;
  border: 1px solid var(--home-red);
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%);
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 12px 24px;
  display: inline-block;
  transition: background 0.25s var(--ease), transform 0.2s var(--ease);
}

.page-home .btn-primary:hover {
  background: #b82424;
  transform: translateX(3px);
}

.page-home .btn-outline {
  background: transparent;
  color: var(--home-gold);
  border: 1px solid var(--home-gold-line);
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 12px 24px;
  display: inline-block;
  transition: background 0.25s var(--ease), color 0.25s var(--ease);
}

.page-home .btn-outline:hover {
  background: rgba(232, 163, 61, 0.12);
  color: var(--home-cream);
}

/* ===== 动效显现 ===== */
.page-home .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s var(--ease), transform 0.6s var(--ease);
}

.page-home .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .page-home .reveal {
    opacity: 1;
    transform: none;
  }
}

/* ===== 桌面端媒体查询 ===== */
@media (min-width: 768px) {
  .page-home__breadcrumb {
    padding-left: 40px;
    padding-right: 40px;
  }

  .page-home__hero {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    min-height: 640px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
  }

  .page-home__hero-copy {
    padding: 80px 56px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .page-home__hero-copy h1 {
    font-size: clamp(40px, 4.4vw, 58px);
    max-width: 640px;
  }

  .page-home__hero-desc {
    font-size: 16px;
    max-width: 560px;
  }

  .page-home__hero-visual {
    min-height: auto;
    clip-path: polygon(7% 0, 100% 0, 100% 100%, 0 100%);
    margin-left: -6%;
    border-left: 3px solid var(--home-gold-line);
  }

  .page-home__hero-figure {
    min-height: 640px;
  }

  .page-home__hero-img {
    min-height: 640px;
  }

  .page-home__section-head {
    flex-direction: row;
    align-items: flex-end;
    gap: 28px;
  }

  .page-home__section-num {
    font-size: 64px;
    line-height: 0.9;
  }

  .page-home__section-head .section-note {
    margin-left: auto;
    max-width: 320px;
    text-align: right;
    border-left: none;
    border-right: 3px solid var(--home-gold-line);
    padding-left: 0;
    padding-right: 14px;
  }

  .page-home__section-head--red .section-note {
    border-right-color: var(--home-red);
  }

  .page-home__league-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }

  .page-home__league-card--wide {
    grid-column: 1 / -1;
    flex-direction: row;
    clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 0 100%);
  }

  .page-home__league-card--wide .img-frame {
    flex: 0 0 46%;
    min-height: 240px;
  }

  .page-home__league-card--wide .img-frame img {
    height: 100%;
  }

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

  .page-home .section {
    padding: 100px 40px 110px;
  }

  .page-home__data-layout {
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
    gap: 44px;
  }

  .page-home__data-aside {
    grid-template-columns: 1fr;
    align-self: start;
  }

  .page-home__data-figure img {
    max-height: none;
    height: 240px;
  }

  .page-home__data-stats {
    gap: 14px;
  }

  .page-home__data-stats .data-panel {
    padding: 22px 16px;
  }

  .page-home__data-stats .data-number {
    font-size: 34px;
  }

  .page-home__insights-grid {
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 22px;
  }

  .page-home__insight-card--feature {
    grid-row: span 2;
  }

  .page-home__trust-inner {
    grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
    gap: 60px;
  }

  .page-home__trust-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1080px) {
  .page-home__league-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-home__league-card--wide {
    grid-column: auto;
    grid-row: span 2;
    flex-direction: column;
  }

  .page-home__league-card--wide .img-frame {
    flex: none;
    min-height: 240px;
  }

  .page-home__league-card--wide .img-frame img {
    height: 100%;
  }
}

@media (min-width: 1280px) {
  .page-home .section {
    padding-left: 0;
    padding-right: 0;
  }

  .page-home__data-section,
  .page-home__trust {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* ===== 暗色下的通用维护 ===== */
.page-home ::selection {
  background: rgba(214, 43, 43, 0.6);
  color: #fff;
}

.page-home .img-frame {
  overflow: hidden;
  font-size: 0;
}

.page-home .img-frame img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s var(--ease);
}

.page-home .img-frame:hover img {
  transform: scale(1.03);
}
