/* ============================================
   LARGE TABLET — max-width: 1100px
   ============================================ */
@media (max-width: 1100px) {

  .hero__content {
    flex: 0 0 52%;
  }

  .cant-find__left {
    flex: 0 0 42%;
  }

  .treatment__intro-left {
    flex: 0 0 42%;
  }
}


/* ============================================
   TABLET — max-width: 768px
   ============================================ */
@media (max-width: 768px) {

  .desktop {
    display: none !important;
  }

  .mobile {
    display: inline-block !important;
  }

  .btn {
    font-size: clamp(14px, 2.5vw, 25px);
  }

  /* HEADER */
  .header__hamburger {
    display: flex;
  }

  .header__inner {
    padding: 10px 16px 0;
  }

  .header--scrolled .header__inner {
    padding: 0;
  }

  .header__inner-content {
    height: 56px;
    padding: 0 18px;
  }

  .header--scrolled .header__inner-content {
    height: 52px;
    padding: 0 18px;
    border-radius: 0;
  }

  .header__logo-img {
    width: 170px;
  }

  .header--scrolled .header__logo-img {
    width: 140px;
  }

  .header__nav {
    position: absolute;
    top: calc(68px + 10px);
    left: 16px;
    right: 16px;
    background-color: rgb(var(--clr--gold));
    border-radius: 14px;
    padding: 8px 20px 16px;
    display: none;
    box-shadow: 0 10px 32px rgba(var(--clr--black), 0.18);
    z-index: 9;
  }

  .header--scrolled .header__nav {
    top: 52px;
    left: 0;
    right: 0;
    border-radius: 0;
  }

  .header__nav.is-open {
    display: block;
  }

  ul.header__nav-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .header__nav-item {
    width: 100%;
    border-bottom: 1px solid rgba(var(--clr--navy), 0.12);
  }

  .header__nav-item:last-child {
    border-bottom: none;
  }

  .header__nav-link {
    display: block;
    padding: 13px 0;
    font-size: 15px;
  }

  /* HERO */
  .hero {
    padding-top: calc(56px + 10px);
    flex-direction: column;
    align-items: stretch;
  }

  .hero__body {
    margin-bottom: 10px;
  }

  .hero__container {
    flex-direction: column;
    padding-left: clamp(16px, 5vw, 32px);
    padding-right: clamp(16px, 5vw, 32px);
    padding-top: 0;
  }

  .hero__content {
    flex: unset;
    width: 100%;
    padding-top: 28px;
    padding-bottom: 24px;
    padding-right: 0;
  }

  .hero__image-wrap {
    position: relative;
    width: 100%;
    min-height: 280px;
    justify-content: center;
    margin-right: 0;
    align-items: flex-end;
  }

  .hero__image-frame {
    width: 80vw;
    height: auto;
    border-radius: 50% 50% 0 0;
    border: 2px solid rgb(var(--clr--gold));
    border-bottom: none;
    justify-content: center;
  }

  .hero__image {
    width: 100%;
    max-width: 55vw;
  }

  .hero__badge {
    position: absolute;
    display: flex;
    left: 50%;
    justify-content: center;
    left: 50%;
    bottom: 16px;
    border-radius: 10px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    animation: fadeIn 0.5s ease 0.7s forwards;
    -webkit-animation: fadeIn 0.5s ease 0.7s forwards;
  }

  /* DID YOU KNOW */
  .did-you-know__heading {
    text-align: center;
  }

  .did-you-know__caption {
    font-size: clamp(18px, 0.9vw, 20px);
  }

  .did-you-know__icon--pie {
    width: clamp(185px, 20vw, 280px);
  }

  .did-you-know_icon-text {
    top: 120px;
  }

  .did-you-know__grid {
    flex-wrap: wrap;
    gap: clamp(28px, 5vw, 44px) 0;
  }

  .did-you-know__stat {
    flex: 0 0 calc(50% - 1px);
    min-width: 0;
    padding-inline: 12px;
  }

  .did-you-know__divider {
    display: none;
  }

  .did-you-know__stat:nth-of-type(odd) {
    border-right: 1px solid rgba(var(--clr--navy), 0.13);
  }

  /* CAN'T FIND */
  .cant-find__inner {
    flex-direction: column;
    gap: clamp(20px, 4vw, 36px);
    align-items: flex-start;
  }

  .cant-find__left {
    flex: unset;
    width: 100%;
  }

  /* TREATMENT */
  .treatment__intro {
    flex-direction: column;
    gap: clamp(16px, 3vw, 28px);
  }

  .treatment__intro-left {
    flex: unset;
    width: 100%;
  }

  .treatment__cards {
    flex-direction: column;
  }

  .treatment__card-link {
    font-size: clamp(15px, 1.9vw, 25px);
    font-weight: 400;
  }

  /* FOOTER */
  .footer__inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: clamp(20px, 4vw, 32px);
  }

  .footer__right {
    align-items: center;
  }

  .footer__legal {
    justify-content: center;
  }
}


/* ============================================
   MOBILE — max-width: 480px
   ============================================ */
@media (max-width: 480px) {

  .header__inner {
    padding: 8px 10px 0;
  }

  .header--scrolled .header__inner {
    padding: 0;
  }

  .header__inner-content {
    height: 50px;
    padding: 0 14px;
  }

  .header--scrolled .header__inner-content {
    height: 48px;
  }

  .header__logo-img {
    width: 170px;
  }

  .header--scrolled .header__logo-img {
    width: 170px;
  }

  .header__nav {
    top: calc(58px + 8px);
    left: 10px;
    right: 10px;
  }

  .header--scrolled .header__nav {
    top: 48px;
    left: 0;
    right: 0;
  }

  .hero {
    padding-top: calc(50px + 8px);
  }

  .hero__image-frame {
    width: 88vw;
  }

  .hero__badge {
    padding: 10px 14px;
    gap: 8px;
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    bottom: 10px;
  }

  .hero__badge-name,
  .hero__badge-date {
    font-size: 12px;
  }

  .did-you-know__stat-top {
    min-height: auto;
  }

  .did-you-know__stat {
    flex: 0 0 100%;
    border-right: none !important;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(var(--clr--black), 0.18);
  }
}