@media (min-width: 720px) {
  h1 {
    font-size: 4.6rem;
  }

  h2 {
    font-size: 3.2rem;
  }

  h3 {
    font-size: 1.9rem;
  }

  .lead {
    font-size: 1.12rem;
  }

  .policy-block h2 {
    font-size: 2rem;
  }
}

@media (min-width: 1120px) {
  h1 {
    font-size: 6.6rem;
  }

  h2 {
    font-size: 4.35rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  .lead {
    font-size: 1.2rem;
  }

  .policy-block h2 {
    font-size: 2.35rem;
  }
}

@media (min-width: 1480px) {
  :root {
    --container: 1280px;
  }

  h1 {
    font-size: 7.2rem;
  }

  h2 {
    font-size: 4.8rem;
  }
}

@media (max-width: 1180px) {
  .navbar {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .nav-links {
    align-content: start;
    align-items: stretch;
    background:
      radial-gradient(circle at 20% 8%, rgba(201, 169, 110, 0.14), transparent 36%),
      #080706;
    border-left: 1px solid rgba(201, 169, 110, 0.26);
    box-shadow: -22px 0 60px rgba(0, 0, 0, 0.36);
    display: grid;
    gap: 4px;
    grid-auto-rows: min-content;
    height: 100svh;
    justify-content: stretch;
    max-width: 390px;
    padding: 92px 24px 30px;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(105%);
    transition: transform 0.3s var(--ease);
    width: min(88vw, 390px);
    z-index: 1100;
  }

  .nav-links.is-open {
    transform: translateX(0);
  }

  .nav-links a {
    border-radius: var(--radius-sm);
    font-size: 1rem;
    padding: 13px 14px;
  }

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

  .hero-content,
  .section-header,
  .split,
  .split.reverse,
  .cta-inner,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-note {
    max-width: 520px;
  }

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

@media (max-width: 920px) {
  .grid-3,
  .grid-2,
  .instagram-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-items {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-item:nth-child(odd) {
    border-left: 0;
  }

  .service-row {
    grid-template-columns: 1fr 1fr;
  }

  .masonry {
    column-count: 2;
  }

  .sticky-cta {
    bottom: 82px;
  }
}

@media (max-width: 680px) {
  .container {
    padding: 0 18px;
  }

  .announcement-bar {
    font-size: 0.78rem;
  }

  .navbar {
    min-height: 78px;
  }

  .brand-mark {
    height: 40px;
    width: 40px;
  }

  .brand-logo {
    height: 58px;
    max-width: 76px;
  }

  .footer-brand .brand-logo {
    height: 88px;
    max-width: 112px;
  }

  .brand-name {
    font-size: 1rem;
  }

  .brand-meta {
    display: none;
  }

  .hero,
  .hero-content {
    min-height: 720px;
  }

  .hero-content {
    align-items: end;
    padding: 78px 0 44px;
  }

  .hero-actions,
  .footer-bottom,
  .cta-inner {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .btn,
  .cta-inner .btn,
  .form-grid,
  .grid-4,
  .grid-3,
  .grid-2,
  .stat-list,
  .trust-items,
  .instagram-strip {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .hero-actions .btn,
  .cta-inner .btn {
    display: flex;
  }

  .hero-note {
    padding: 18px;
  }

  .service-row {
    grid-template-columns: 1fr;
  }

  .service-row .btn {
    width: 100%;
  }

  .masonry {
    column-count: 1;
  }

  .map-frame {
    height: 340px;
  }

  .floating-actions {
    bottom: 14px;
    grid-auto-flow: column;
    left: 14px;
    right: 14px;
  }

  .floating-actions a {
    justify-content: center;
    min-width: 0;
    padding: 12px;
  }

  .social-links {
    justify-content: center;
    width: 100%;
  }

  .social-link {
    flex: 0 0 42px;
  }

  .sticky-cta {
    display: none;
  }
}

@media (max-width: 420px) {
  h1 {
    font-size: 2.6rem;
  }

  h2 {
    font-size: 2rem;
  }

  .nav-links {
    max-width: none;
    width: 100vw;
  }

  .price-card,
  .offer-card,
  .review-card,
  .lux-card,
  .form-panel,
  .policy-block {
    padding: 20px;
  }
}
