/* =========================================================
   PRIVACY TEMPLATE
   Late mobile hero overrides
   ========================================================= */

@media (max-width: 820px) {
  body.privacy-template-active .dev-page {
    padding-top: calc(var(--header-h, 96px) + 28px);
  }

  body.privacy-template-active .privacy-hero {
    padding-bottom: 24px;
  }

  body.privacy-template-active .privacy-hero__container {
    flex-direction: column-reverse;
    align-items: stretch;
    justify-content: flex-start;
    min-height: auto;
    gap: 18px;
    width: min(100%, calc(100vw - 28px));
    padding-bottom: 0;
  }

  body.privacy-template-active .privacy-hero__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 90%;
    max-width: 90%;
    margin: 0;
    text-align: left;
  }

  body.privacy-template-active .privacy-hero__title {
    width: 100%;
    max-width: none;
    margin-bottom: 18px;
    font-size: clamp(42px, 10.8vw, 64px);
    line-height: 0.94;
  }

  body.privacy-template-active .privacy-hero__subtitle {
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.35;
  }

  body.privacy-template-active .privacy-hero__image-wrap {
    justify-content: center;
    width: 100%;
  }

  body.privacy-template-active .privacy-hero__image {
    display: block;
    width: min(100%, 420px);
    max-width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  body.privacy-template-active .dev-page {
    padding-top: calc(var(--header-h, 96px) + 20px);
  }

  body.privacy-template-active .privacy-hero__container {
    gap: 14px;
    width: min(100%, calc(100vw - 20px));
  }

  body.privacy-template-active .privacy-hero__content {
    width: 92%;
    max-width: 92%;
  }

  body.privacy-template-active .privacy-hero__title {
    font-size: clamp(34px, 10.4vw, 46px);
    margin-bottom: 14px;
  }

  body.privacy-template-active .privacy-hero__subtitle {
    font-size: 16px;
  }

  body.privacy-template-active .privacy-hero__image {
    width: min(100%, 360px);
  }
}
