@media (max-width: 720px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  *,
  *::before,
  *::after {
    min-width: 0;
  }

  body {
    position: relative;
  }

  img,
  video,
  iframe,
  canvas,
  svg {
    max-width: 100%;
    height: auto;
  }

  .site-header,
  .hero,
  .section,
  .site-footer {
    max-width: 100vw;
  }

  .site-header {
    gap: 12px;
    padding: 12px 16px;
  }

  .brand,
  .brand img,
  .custom-logo {
    max-width: 100%;
  }

  .brand img,
  .custom-logo {
    width: clamp(154px, 48vw, 210px);
  }

  .primary-nav {
    width: 100%;
  }

  .menu {
    width: 100%;
    gap: 0;
    font-size: 0.76rem;
    letter-spacing: 0.04em;
  }

  .menu a {
    max-width: 100%;
    overflow-wrap: anywhere;
    white-space: normal;
  }

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

  .hero {
    min-height: min(720px, 100vh);
    min-height: min(720px, 100svh);
    padding: 112px 16px 56px;
    align-items: end;
  }

  .hero-media {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 46%, rgba(255, 255, 255, 0.78) 100%),
      url("../img/hero-studio.webp") 64% center / cover no-repeat;
  }

  .hero-content,
  .hero h1,
  .hero p {
    width: 100%;
    max-width: 100%;
  }

  .hero-logo {
    width: min(230px, 68vw);
    margin-bottom: 22px;
  }

  .hero h1 {
    font-size: clamp(2.25rem, 10vw, 3rem);
    line-height: 1.08;
    overflow-wrap: anywhere;
    text-wrap: balance;
  }

  .hero p {
    margin-top: 18px;
    font-size: 1rem;
    line-height: 1.55;
    overflow-wrap: anywhere;
  }

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

  .button {
    width: 100%;
    max-width: 100%;
    min-height: 48px;
    height: auto;
    padding: 13px 16px;
    font-size: 0.78rem;
    line-height: 1.2;
    letter-spacing: 0.035em;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .button-small {
    min-height: 44px;
  }

  .section {
    padding: 58px 0;
  }

  .intro-strip {
    padding: 20px 0;
  }

  .intro-grid {
    gap: 12px;
  }

  .intro-grid p,
  .eyeline,
  .service-body a,
  .contact-details strong,
  .contact-form label,
  .site-footer h2 {
    letter-spacing: 0.045em;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .section-heading {
    max-width: 100%;
    margin-bottom: 34px;
  }

  .section-heading h2,
  .about-copy h2,
  .reviews-grid h2,
  .gift-box h2,
  .contact-grid h2,
  .page-section h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(1.75rem, 7.2vw, 2.25rem);
    line-height: 1.14;
    overflow-wrap: anywhere;
    word-break: normal;
    text-wrap: balance;
  }

  .section-heading > p:not(.eyeline),
  .about-copy > p,
  .gift-box p,
  .contact-grid > div > p,
  .trust-list p,
  .service-body p,
  blockquote p,
  .site-footer p {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .services-grid,
  .trust-grid,
  .about-grid,
  .contact-grid,
  .reviews-grid,
  .gallery-grid,
  .site-footer {
    width: 100%;
    max-width: 100%;
  }

  .service-card,
  .trust-list article,
  .contact-form,
  blockquote,
  .gift-box {
    max-width: 100%;
  }

  .service-body {
    padding: 20px;
  }

  .service-body h3,
  .trust-list h3 {
    overflow-wrap: anywhere;
    line-height: 1.18;
  }

  .trust-list article {
    gap: 10px;
    padding: 22px;
  }

  .about-copy {
    max-width: 100%;
  }

  .about-copy .button,
  .gift-box .button,
  .contact-form .button {
    width: 100%;
  }

  .about-image {
    min-height: clamp(300px, 78vw, 380px);
  }

  .gallery-grid {
    grid-template-rows: repeat(3, minmax(220px, 62vw));
    gap: 14px;
  }

  .reviews-grid {
    gap: 24px;
  }

  blockquote {
    padding: 24px;
  }

  blockquote p {
    font-size: clamp(1.15rem, 5vw, 1.45rem);
  }

  .gift-section {
    padding-block: 44px;
  }

  .gift-box {
    width: 100%;
    padding: 24px;
  }

  .contact-details {
    gap: 10px;
  }

  .contact-details p {
    overflow-wrap: anywhere;
  }

  .contact-form {
    padding: 22px;
  }

  input,
  select,
  textarea {
    min-width: 0;
    max-width: 100%;
    font-size: 16px;
  }

  .site-footer {
    gap: 24px;
    padding: 42px 16px 24px;
  }

  .footer-logo {
    width: min(240px, 100%);
  }
}
