@media (max-width: 1199.98px) {
  .navbar-dark .navbar-nav .nav-link {
    padding-right: 0.48rem;
    padding-left: 0.48rem;
    font-size: 0.8rem;
  }

  .brand-signature {
    width: 148px;
  }

  .hero-section .col-lg-6:first-child {
    width: 52%;
  }

  .hero-section h1 {
    font-size: 3.65rem;
  }

  .stat-item {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 991.98px) {
  html {
    scroll-padding-top: 76px;
  }

  .navbar {
    min-height: 74px;
  }

  .navbar-collapse {
    margin-top: 12px;
    padding: 18px 0 24px;
    border-top: 1px solid rgba(201, 168, 76, 0.18);
  }

  .navbar-nav {
    align-items: flex-start !important;
  }

  .navbar-dark .navbar-nav .nav-link {
    padding: 0.62rem 0;
    font-size: 0.92rem;
  }

  .hero-section {
    min-height: auto;
    padding: 158px 0 112px;
    background:
      radial-gradient(ellipse at 48% 50%, rgba(250, 247, 240, 0.74) 0%, rgba(250, 247, 240, 0.42) 28%, rgba(250, 247, 240, 0) 58%),
      linear-gradient(90deg, rgba(250, 247, 240, 1) 0%, rgba(250, 247, 240, 0.98) 64%, rgba(250, 247, 240, 0.66) 100%),
      url('../img/hero-img.png') right 22% center / auto 100% no-repeat;
  }

  .hero-section .row {
    min-height: 600px;
  }

  .hero-section .col-lg-6:first-child {
    width: 64%;
  }

  .section {
    padding: 88px 0;
  }

  .section-heading {
    margin-bottom: 42px;
  }

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

  .pillar-item:nth-child(2) {
    border-right: 0;
  }

  .pillar-item:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(26, 26, 26, 0.08);
  }

  .featured-offer,
  .featured-offer:hover {
    transform: none;
  }

  .offer-card {
    display: flex;
    flex-direction: column;
    min-height: auto;
    padding: 30px 34px 24px;
  }

  .offer-description,
  .offer-positioning,
  .offer-price,
  .offer-list {
    min-height: auto;
  }

  .offer-note {
    flex-direction: column;
    gap: 14px;
  }

  .about-section .row,
  .about-image-panel,
  .about-content-panel {
    min-height: auto;
  }

  .about-image-panel {
    height: 420px;
  }

  .about-content-panel {
    max-width: none;
    padding: 56px 42px;
  }

  .testimonial-slide {
    flex-basis: calc((100% - 24px) / 2);
  }

  .calendly-card {
    margin-left: 0;
  }
}

@media (max-width: 767.98px) {
  body {
    font-size: 15px;
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.35rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  .brand-signature,
  .footer-brand {
    font-size: 1.5rem;
  }

  .section {
    padding: 72px 0;
  }

  .hero-section {
    padding: 112px 0 68px;
    background: var(--color-ivory);
  }

  .hero-subtitle {
    font-size: 1.02rem;
  }

  .hero-actions,
  .hero-actions .btn {
    width: 100%;
  }

  .hero-section .row {
    min-height: auto;
  }

  .hero-section .col-lg-6:first-child {
    width: 100%;
  }

  .hero-section .col-lg-6:last-child {
    display: block;
  }

  .hero-image-frame {
    width: 100vw;
    margin-top: 28px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    aspect-ratio: auto;
  }

  .hero-image-frame img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .stats-band {
    padding: 24px 0;
  }

  .stat-item {
    justify-content: flex-start;
    padding: 22px 28px;
  }

  .stats-band [class*='col-']:nth-child(2) .stat-item {
    border-right: 0;
  }

  .stats-band [class*='col-']:nth-child(-n + 2) .stat-item {
    border-bottom: 1px solid rgba(250, 247, 240, 0.12);
  }

  .premium-card {
    padding: 28px;
  }

  .offer-price {
    font-size: 1.75rem;
  }

  .offer-card .btn {
    margin-top: auto;
  }

  .about-image-panel {
    height: 360px;
  }

  .about-image-panel img {
    height: 90%;
  }

  .about-content-panel {
    padding: 48px 28px;
  }

  .testimonial-carousel {
    padding: 0 42px;
  }

  .testimonial-track {
    gap: 16px;
  }

  .testimonial-slide {
    flex-basis: 100%;
  }

  .carousel-arrow {
    width: 34px;
    height: 34px;
  }

  .contact-list li {
    align-items: flex-start;
  }

  .calendly-card {
    height: 640px;
    min-height: 560px;
  }

  .site-footer {
    padding-top: 56px;
  }
}

@media (max-width: 575.98px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  h1 {
    font-size: 2.52rem;
  }

  h2 {
    font-size: 2rem;
  }

  .section-eyebrow {
    font-size: 0.68rem;
  }

  .section-eyebrow::before {
    width: 22px;
  }

  .brand-signature {
    width: 132px;
  }

  .hero-section {
    padding-top: 126px;
    padding-bottom: 0;
    background: var(--color-ivory);
  }

  .hero-section .row {
    min-height: auto;
    align-items: flex-start !important;
  }

  .hero-section .col-lg-6:first-child {
    width: 100%;
  }

  .hero-section h1 {
    font-size: 2.35rem;
  }

  .hero-section .section-eyebrow {
    font-size: 0.72rem;
  }

  .pillars-grid {
    grid-template-columns: 1fr;
  }

  .pillar-item,
  .pillar-item:nth-child(2) {
    border-right: 0;
  }

  .pillar-item:not(:last-child) {
    border-bottom: 1px solid rgba(26, 26, 26, 0.08);
  }

  .stat-item {
    min-height: 122px;
    padding: 18px 16px;
  }

  .stat-item strong {
    font-size: 2rem;
  }

  .stat-item i {
    font-size: 2.35rem;
  }

  .testimonial-author img,
  .avatar-fallback {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
  }

  .calendar-grid span {
    font-size: 0.68rem;
  }

  .calendar-grid button {
    min-height: 32px;
    padding: 0;
  }
}
