@media (max-width: 1100px) {
  h1,
  .hero-home h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 38px;
  }

  .grid-4,
  .partners-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid,
  .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  :root {
    --section-pad: 80px;
  }

  .split,
  .research-feature,
  .contact-layout,
  .news-featured {
    grid-template-columns: 1fr;
  }

  .nav-links,
  .nav-actions .btn-primary {
    display: none;
  }

  .nav-toggle {
    display: inline-block;
  }

  .topbar {
    display: none;
  }

  .site-header {
    top: 0;
  }

  .news-small {
    grid-template-columns: 1fr;
  }

  .news-small img,
  .news-card img {
    height: 220px;
  }

  .timeline::before {
    left: 35px;
  }

  .timeline-item {
    grid-template-columns: 70px 1fr;
  }

  .timeline-content {
    padding-left: 20px;
  }
}

@media (max-width: 768px) {
  h1,
  .hero-home h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 24px;
  }

  .container {
    width: min(calc(100% - 32px), var(--container));
  }

  .section {
    padding: 52px 0;
  }

  .grid-3,
  .grid-4,
  .stat-grid,
  .footer-grid,
  .news-grid,
  .form-grid,
  .partners-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .card,
  .value-card,
  .pub-entry,
  .news-card,
  .news-small,
  .news-large {
    border-radius: 12px;
  }

  .domain-card-body,
  .news-card-body,
  .news-large-body,
  .news-small-body,
  .pub-entry,
  .value-card {
    padding: 16px;
  }

  .quick-access .card h4 {
    margin-bottom: 6px;
  }

  .news-large img,
  .domain-card img,
  .news-card img,
  .news-small img {
    height: 180px;
  }

  .ticker {
    grid-template-columns: 120px 1fr;
  }

  .contact-band-form {
    flex-direction: column;
  }

  .page-hero {
    padding: 48px 0 32px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 480px) {
  h1,
  .hero-home h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 28px;
  }

  .hero-home {
    min-height: auto;
    padding: 46px 0 30px;
  }

  .hero-badge,
  .eyebrow {
    letter-spacing: 1.6px;
  }

  .brand {
    gap: 10px;
  }

  .brand-logo,
  .brand-symbol {
    height: 40px;
    width: auto;
  }

  .ticker {
    grid-template-columns: 94px 1fr;
  }

  .ticker-label {
    padding: 0 10px;
    font-size: 12px;
  }

  .mobile-nav-panel a {
    font-size: 22px;
  }
}

@media (max-width: 430px) {
  .hero-content {
    max-width: 100%;
  }

  .hero-home p,
  .lead {
    font-size: 16px;
    line-height: 1.65;
  }

  .hero-actions {
    width: 100%;
    gap: 10px;
  }

  .hero-actions .btn {
    width: 100%;
    text-align: center;
  }

  .quick-access .card p {
    line-height: 1.55;
  }
}

@media (max-width: 390px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .hero-home h1 {
    font-size: 32px;
    line-height: 1.15;
  }

  .hero-badge {
    font-size: 10px;
    letter-spacing: 1.6px;
  }

  .news-tag,
  .pub-tag,
  .category-pill {
    font-size: 11px;
  }

  .ticker-item {
    font-size: 14px;
  }
}

@media (max-width: 360px) {
  .container {
    width: min(calc(100% - 24px), var(--container));
  }

  h1,
  .hero-home h1 {
    font-size: 30px;
    line-height: 1.15;
  }

  h2 {
    font-size: 24px;
  }

  .section {
    padding: 44px 0;
  }

  .hero-home {
    padding: 42px 0 26px;
  }

  .brand-logo,
  .brand-symbol {
    height: 34px;
  }

  .domain-card img,
  .news-large img,
  .news-card img,
  .news-small img {
    height: 156px;
  }

  .mobile-nav-panel {
    padding: 84px 20px 26px;
  }

  .mobile-nav-panel a {
    font-size: 20px;
  }
}
