.page-home {
  --home-accent-line: rgba(57, 255, 20, 0.3);
  --home-accent-solid: #39FF14;
  --home-orange: #FF6B1A;
  --home-navy-deep: #071426;
  --home-navy: #0A1F44;
  --home-mist: #F5F7FA;
  --home-slate: #2E3B4E;
  --home-white: #FFFFFF;
  --home-glass: rgba(255, 255, 255, 0.08);
  --home-serif: "Noto Serif SC", "Source Han Serif SC", "SimSun", serif;
  --home-sans: "Noto Sans SC", "Source Han Sans SC", "Microsoft YaHei", sans-serif;
  --home-mono: "Roboto Mono", "JetBrains Mono", "Courier New", monospace;
  background-color: var(--home-navy);
  color: var(--home-white);
  overflow-x: hidden;
  font-family: var(--home-serif);
}

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

.page-home .eyebrow {
  font-family: var(--home-mono);
  font-size: 0.8125rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--home-white);
  margin-bottom: 12px;
  display: block;
}

.page-home .page-title,
.page-home .panel-title {
  font-family: var(--home-sans);
  font-weight: 900;
  line-height: 1.15;
  margin: 0 0 16px;
}

.page-home .page-title {
  font-size: 2.25rem;
  letter-spacing: -0.01em;
}

.page-home .panel-title {
  font-size: 1.65rem;
}

.page-home .lead {
  font-size: 1.0625rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 24px;
}

.page-home .section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 28px;
  gap: 16px;
  flex-wrap: wrap;
}

.page-home .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--home-sans);
  font-weight: 700;
  font-size: 0.9375rem;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.page-home .btn:hover,
.page-home .btn:focus-visible {
  transform: translateY(-2px);
}

.page-home .btn-green {
  background-color: var(--home-accent-solid);
  color: #001400;
}

.page-home .btn-green:hover,
.page-home .btn-green:focus-visible {
  background-color: #5cff3d;
}

.page-home .btn-ghost {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.4);
  color: var(--home-white);
}

.page-home .btn-ghost:hover,
.page-home .btn-ghost:focus-visible {
  border-color: var(--home-accent-solid);
  color: var(--home-accent-solid);
}

.page-home .btn-primary {
  background-color: var(--home-orange);
  color: #140600;
}

.page-home .btn-primary:hover,
.page-home .btn-primary:focus-visible {
  background-color: #ff8a4d;
}

.page-home .btn-small {
  padding: 8px 16px;
  font-size: 0.8125rem;
}

.page-home .tag {
  font-family: var(--home-mono);
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  padding: 4px 10px;
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--home-white);
  border-radius: 100px;
  white-space: nowrap;
}

.page-home .tag-green {
  background-color: rgba(57, 255, 20, 0.15);
  color: var(--home-accent-solid);
}

.page-home .tag-orange {
  background-color: rgba(255, 107, 26, 0.16);
  color: #ff9b66;
}

.page-home .glass-card {
  background: var(--home-glass);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 4px;
}

.page-home .home-hero {
  padding: 56px 0 72px;
  position: relative;
}

.page-home .home-hero::before {
  content: "HTH";
  position: absolute;
  right: -4%;
  top: 18px;
  font-family: var(--home-mono);
  font-size: 22vw;
  line-height: 1;
  color: rgba(255, 255, 255, 0.035);
  pointer-events: none;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.page-home .home-hero-inner {
  display: grid;
  gap: 48px;
  position: relative;
  z-index: 1;
}

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

.page-home .home-hero-title {
  margin-bottom: 24px;
}

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

.page-home .home-hero-note {
  font-size: 0.875rem;
  color: var(--home-white);
  border-left: 3px solid var(--home-accent-solid);
  padding-left: 14px;
  line-height: 1.6;
  margin: 0;
  font-family: var(--home-sans);
}

.page-home .home-hero-visual {
  position: relative;
  min-height: 260px;
}

.page-home .hero-svg-wrap {
  position: relative;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}

.page-home .hero-pitch-svg {
  width: 100%;
  height: auto;
  display: block;
}

.page-home .hero-pitch-svg .pitch-outline,
.page-home .hero-pitch-svg .pitch-middle,
.page-home .hero-pitch-svg .pitch-circle,
.page-home .hero-pitch-svg .pitch-box {
  fill: none;
  stroke: rgba(255, 255, 255, 0.6);
  stroke-width: 2;
}

.page-home .hero-pitch-svg .pitch-middle {
  stroke-dasharray: 6 6;
}

.page-home .hero-pitch-svg .pitch-box {
  stroke: rgba(255, 255, 255, 0.3);
}

.page-home .hero-pitch-svg .pitch-dot {
  fill: var(--home-accent-solid);
  opacity: 0.9;
}

.page-home .hero-pitch-svg .data-arc {
  fill: none;
  stroke-width: 2;
}

.page-home .hero-pitch-svg .arc-a {
  stroke: var(--home-accent-solid);
  stroke-dasharray: 8 4;
  opacity: 0.8;
}

.page-home .hero-pitch-svg .arc-b {
  stroke: var(--home-orange);
  stroke-dasharray: 4 4;
  opacity: 0.7;
}

.page-home .hero-pitch-svg .arc-c {
  stroke: #62c7ff;
  stroke-dasharray: 2 4;
  opacity: 0.6;
}

.page-home .hero-pitch-svg .arc-d {
  stroke: var(--home-accent-solid);
  stroke-dasharray: 1 3;
  opacity: 0.5;
}

.page-home .hero-pitch-svg .data-point {
  fill: var(--home-accent-solid);
  opacity: 0.9;
  animation: hth-pulse 2.4s ease-in-out infinite;
}

.page-home .hero-pitch-svg .data-point:nth-of-type(even) {
  animation-delay: 0.3s;
}

.page-home .hero-pitch-svg .tick-label {
  font-family: var(--home-mono);
  font-size: 14px;
  fill: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.04em;
}

.page-home .hero-glass-card {
  position: absolute;
  right: 0;
  bottom: 8%;
  padding: 16px 20px;
  max-width: 240px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.page-home .hero-glass-label {
  font-family: var(--home-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--home-white);
  opacity: 0.8;
}

.page-home .hero-glass-value {
  font-family: var(--home-sans);
  font-weight: 700;
  font-size: 0.9375rem;
  color: var(--home-accent-solid);
  white-space: nowrap;
}

@keyframes hth-pulse {
  0% {
    r: 5;
    opacity: 0.6;
  }
  50% {
    r: 9;
    opacity: 1;
  }
  100% {
    r: 5;
    opacity: 0.6;
  }
}

.page-home .home-focus {
  background-color: var(--home-mist);
  color: var(--home-slate);
  padding: 64px 0;
  border-radius: 0;
}

.page-home .home-focus .eyebrow {
  color: var(--home-navy);
}

.page-home .home-focus .panel-title {
  color: var(--home-navy);
}

.page-home .home-focus .btn-ghost {
  border-color: rgba(10, 31, 68, 0.3);
  color: var(--home-navy);
}

.page-home .home-focus .btn-ghost:hover {
  border-color: var(--home-accent-solid);
  color: #008000;
}

.page-home .home-focus-head {
  margin-bottom: 32px;
}

.page-home .focus-grid {
  display: grid;
  gap: 24px;
}

.page-home .focus-card {
  background-color: var(--home-white);
  color: var(--home-slate);
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(7, 20, 38, 0.1);
  position: relative;
  overflow: hidden;
  transition: transform 0.2s ease;
}

.page-home .focus-card:hover {
  transform: translateY(-4px);
}

.page-home .focus-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.page-home .focus-card-round {
  font-family: var(--home-mono);
  font-size: 0.8125rem;
  color: var(--home-slate);
  opacity: 0.6;
}

.page-home .focus-teams {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 24px;
}

.page-home .focus-team {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex: 1;
}

.page-home .focus-team-name {
  font-family: var(--home-sans);
  font-weight: 700;
  font-size: 1.125rem;
  color: var(--home-navy);
  text-align: center;
}

.page-home .focus-team-score {
  font-family: var(--home-mono);
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
  color: var(--home-navy);
}

.page-home .focus-vs {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 0 8px;
}

.page-home .vs-rule {
  width: 1px;
  height: 24px;
  background-color: rgba(10, 31, 68, 0.2);
}

.page-home .vs-text {
  font-family: var(--home-mono);
  font-size: 0.75rem;
  color: var(--home-slate);
  background: var(--home-mist);
  padding: 4px 8px;
  border-radius: 100px;
}

.page-home .focus-card-stats {
  background-color: var(--home-mist);
  border-radius: 6px;
  padding: 16px;
  margin-bottom: 20px;
}

.page-home .focus-card-stats dl {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  text-align: center;
}

.page-home .focus-card-stats dt {
  font-family: var(--home-mono);
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--home-slate);
  opacity: 0.7;
  margin-bottom: 6px;
}

.page-home .focus-card-stats dd {
  margin: 0;
  font-family: var(--home-sans);
  font-weight: 700;
  font-size: 0.9375rem;
  color: var(--home-navy);
}

.page-home .focus-card-foot {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.page-home .focus-history {
  font-size: 0.8125rem;
  color: var(--home-slate);
  opacity: 0.7;
  font-family: var(--home-sans);
}

.page-home .focus-img-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 38%;
  height: auto;
  opacity: 0.25;
  pointer-events: none;
  z-index: 0;
}

.page-home .focus-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 6px 0 0 0;
}

.page-home .focus-card .focus-card-top,
.page-home .focus-card .focus-teams,
.page-home .focus-card .focus-card-stats,
.page-home .focus-card .focus-card-foot {
  position: relative;
  z-index: 1;
}

.page-home .focus-side {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.page-home .focus-sub-card {
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(10, 31, 68, 0.08);
  border-radius: 8px;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0 2px 10px rgba(7, 20, 38, 0.04);
}

.page-home .focus-sub-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-home .focus-sub-round {
  font-family: var(--home-mono);
  font-size: 0.75rem;
  color: var(--home-slate);
  opacity: 0.5;
}

.page-home .focus-sub-teams {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  font-family: var(--home-sans);
  font-size: 0.9375rem;
  color: var(--home-navy);
  font-weight: 600;
}

.page-home .focus-sub-teams strong {
  font-family: var(--home-mono);
  font-weight: 700;
  white-space: nowrap;
}

.page-home .focus-sub-foot {
  display: flex;
  justify-content: space-between;
  font-family: var(--home-mono);
  font-size: 0.75rem;
  color: var(--home-slate);
  opacity: 0.7;
}

.page-home .home-rounds {
  background-color: var(--home-navy);
  color: var(--home-white);
  padding: 64px 0 0;
  position: relative;
}

.page-home .home-rounds-inner {
  display: grid;
  gap: 40px;
}

.page-home .home-rounds .eyebrow {
  color: var(--home-accent-solid);
}

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

.page-home .home-rounds-lead {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.75);
  margin: 0 0 12px;
  font-family: var(--home-sans);
}

.page-home .home-rounds-text {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.55);
  margin: 0 0 20px;
  font-family: var(--home-serif);
}

.page-home .home-rounds-intro .btn {
  margin-top: 8px;
}

.page-home .home-rounds-track-wrap {
  position: relative;
}

.page-home .home-rounds-legend {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 24px;
  font-family: var(--home-mono);
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
}

.page-home .home-rounds-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.page-home .legend-dot {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  display: inline-block;
}

.page-home .legend-dot-done {
  background-color: var(--home-accent-solid);
}

.page-home .legend-dot-current {
  background-color: var(--home-orange);
}

.page-home .legend-dot-todo {
  background-color: rgba(255, 255, 255, 0.2);
}

.page-home .home-rounds-track {
  padding: 20px 0 80px;
  position: relative;
}

.page-home .rounds-track-bg {
  position: relative;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  margin-top: 28px;
}

.page-home .rounds-track-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: var(--home-accent-solid);
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(57, 255, 20, 0.4);
}

.page-home .rounds-track-milestones {
  position: relative;
  height: 0;
}

.page-home .rounds-milestone {
  position: absolute;
  top: -44px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  gap: 8px;
}

.page-home .milestone-num {
  font-family: var(--home-mono);
  font-weight: 700;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.5);
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.2s ease;
}

.page-home .rounds-milestone.is-passed .milestone-num {
  background-color: var(--home-accent-solid);
  color: #001400;
  border-color: var(--home-accent-solid);
}

.page-home .rounds-milestone.is-current .milestone-num {
  background-color: var(--home-orange);
  color: #140600;
  border-color: var(--home-orange);
  box-shadow: 0 0 0 4px rgba(255, 107, 26, 0.2);
  animation: hth-breathe 2s ease-in-out infinite;
}

.page-home .rounds-milestone:hover .milestone-num,
.page-home .rounds-milestone:focus-visible .milestone-num {
  transform: scale(1.15);
  box-shadow: 0 0 12px rgba(57, 255, 20, 0.4);
}

@keyframes hth-breathe {
  0%,
  100% {
    box-shadow: 0 0 0 4px rgba(255, 107, 26, 0.2);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(255, 107, 26, 0.08);
  }
}

.page-home .home-rounds-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 28px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-home .rounds-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: left;
}

.page-home .rounds-stat-num {
  font-family: var(--home-mono);
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  color: var(--home-accent-solid);
}

.page-home .rounds-stat-label {
  font-family: var(--home-sans);
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.7);
}

.page-home .home-rounds-bgimg {
  position: relative;
  width: 100%;
  height: 160px;
  overflow: hidden;
  margin-top: 0;
}

.page-home .rounds-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.4;
  filter: grayscale(0.6) contrast(1.2);
}

.page-home .home-faq {
  background-color: var(--home-navy-deep);
  color: var(--home-white);
  padding: 64px 0;
}

.page-home .home-faq-inner {
  display: grid;
  gap: 32px;
}

.page-home .home-faq .eyebrow {
  color: var(--home-accent-solid);
}

.page-home .home-faq-copy p:not(.eyebrow),
.page-home .home-faq-lead {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.6);
  font-family: var(--home-serif);
  margin: 0 0 20px;
}

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

.page-home .faq-item {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 3px solid var(--home-accent-solid);
  border-radius: 4px;
  padding: 20px;
}

.page-home .faq-item:hover {
  border-left-color: var(--home-orange);
}

.page-home .faq-q {
  font-family: var(--home-sans);
  font-weight: 700;
  font-size: 1rem;
  color: var(--home-white);
  margin: 0 0 10px;
}

.page-home .faq-a {
  font-size: 0.875rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  font-family: var(--home-serif);
}

.page-home .home-faq-imgwrap {
  position: relative;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}

.page-home .faq-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  opacity: 0.45;
}

.page-home .home-archive {
  background-color: var(--home-mist);
  color: var(--home-slate);
  padding: 64px 0;
}

.page-home .home-archive .eyebrow {
  color: var(--home-navy);
}

.page-home .home-archive .panel-title {
  color: var(--home-navy);
}

.page-home .home-archive .btn-ghost {
  border-color: rgba(10, 31, 68, 0.3);
  color: var(--home-navy);
}

.page-home .home-archive .btn-ghost:hover {
  border-color: var(--home-orange);
  color: var(--home-orange);
}

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

.page-home .archive-card {
  background-color: var(--home-white);
  border-radius: 8px;
  padding: 28px 24px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 4px 20px rgba(7, 20, 38, 0.07);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page-home .archive-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(7, 20, 38, 0.12);
}

.page-home .archive-card-index {
  font-family: var(--home-mono);
  font-weight: 700;
  font-size: 0.875rem;
  color: var(--home-orange);
  letter-spacing: 0.1em;
}

.page-home .archive-card-title {
  font-family: var(--home-sans);
  font-weight: 700;
  font-size: 1.125rem;
  color: var(--home-navy);
  margin: 0;
  line-height: 1.4;
}

.page-home .archive-card-text {
  font-size: 0.875rem;
  line-height: 1.7;
  color: var(--home-slate);
  margin: 0;
  opacity: 0.8;
}

.page-home .archive-card-link {
  font-family: var(--home-sans);
  font-weight: 700;
  font-size: 0.875rem;
  color: var(--home-navy);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid rgba(10, 31, 68, 0.08);
}

.page-home .archive-card-link:hover,
.page-home .archive-card-link:focus-visible {
  color: var(--home-orange);
}

.page-home .archive-card-decor {
  position: absolute;
  right: -10px;
  bottom: -18px;
  font-family: var(--home-mono);
  font-weight: 700;
  font-size: 5rem;
  line-height: 1;
  color: rgba(10, 31, 68, 0.03);
  letter-spacing: -0.04em;
  pointer-events: none;
}

.page-home .home-cta {
  background-color: var(--home-navy);
  color: var(--home-white);
  padding: 72px 0;
  position: relative;
  overflow: hidden;
}

.page-home .home-cta::before {
  content: "ARCHIVE";
  position: absolute;
  right: -2%;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--home-mono);
  font-size: 10vw;
  line-height: 1;
  color: rgba(255, 255, 255, 0.03);
  font-weight: 700;
  letter-spacing: -0.05em;
  white-space: nowrap;
}

.page-home .home-cta-inner {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.page-home .home-cta .eyebrow {
  color: var(--home-accent-solid);
}

.page-home .home-cta-lead {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--home-serif);
  margin: 0 0 28px;
}

.page-home .home-cta-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .page-home .container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .page-home .home-hero {
    padding: 72px 0 96px;
  }

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

  .page-home .page-title {
    font-size: 2.75rem;
  }

  .page-home .panel-title {
    font-size: 1.875rem;
  }

  .page-home .home-hero-visual {
    min-height: 0;
  }

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

  .page-home .focus-card {
    padding: 32px;
  }

  .page-home .focus-side {
    gap: 20px;
  }

  .page-home .home-focus .focus-sub-card {
    flex: 1;
  }

  .page-home .home-rounds-inner {
    gap: 48px;
  }

  .page-home .home-rounds-track-wrap {
    padding-bottom: 0;
  }

  .page-home .home-rounds-stats {
    grid-template-columns: repeat(3, 180px);
    gap: 32px;
    padding: 32px 0;
  }

  .page-home .rounds-stat-num {
    font-size: 2.5rem;
  }

  .page-home .home-rounds-bgimg {
    height: 200px;
  }

  .page-home .home-faq-inner {
    grid-template-columns: 1fr 1.4fr;
    gap: 48px;
    align-items: start;
  }

  .page-home .home-faq-imgwrap {
    grid-column: 1 / -1;
    max-width: 160px;
  }

  .page-home .home-archive-cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .page-home .archive-card:nth-child(2) {
    transform: translateY(20px);
  }

  .page-home .archive-card:nth-child(2):hover {
    transform: translateY(14px);
  }

  .page-home .home-cta {
    padding: 88px 0;
  }
}

@media (min-width: 1024px) {
  .page-home .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .page-home .page-title {
    font-size: 3rem;
    max-width: 560px;
  }

  .page-home .home-hero-inner {
    gap: 64px;
  }

  .page-home .home-hero-lead {
    max-width: 540px;
  }

  .page-home .hero-glass-card {
    bottom: 12%;
    right: -12px;
  }

  .page-home .home-faq-imgwrap {
    position: absolute;
    right: 4%;
    top: 30%;
    max-width: 200px;
    opacity: 0.7;
  }

  .page-home .home-faq-inner {
    position: relative;
  }

  .page-home .home-rounds-bgimg {
    height: 300px;
  }
}
