/* iPhone SE-focused overrides (375x667 logical viewport) */
@media screen and (max-width: 430px) {
  .container {
    width: min(100%, 94%);
  }

  .top-contact-inner {
    padding: 0.3rem 0;
  }

  .top-contact-tools {
    gap: 0.45rem;
  }

  .top-contact-icon,
  .top-menu-trigger {
    width: 1.9rem;
    height: 1.9rem;
  }

  .top-language-button {
    padding: 0.28rem 0.48rem;
    font-size: 0.65rem;
    gap: 0.26rem;
  }

  .top-language-flag {
    font-size: 0.9rem;
  }

  .site-header {
    padding: 0.45rem 0 0.85rem;
  }

  .brand-row {
    display: flex;
    width: 100%;
    gap: 0.5rem;
    align-items: center;
  }

  .brand-block {
    width: 100%;
  }

  .brand-link {
    flex: 0 0 auto;
  }

  .brand-logo {
    height: 108px;
    max-width: 45vw;
  }

  .brand-title {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 0.02rem;
    line-height: 1;
    max-width: none;
  }

  .brand-title-line {
    display: block;
    width: 100%;
    white-space: nowrap;
  }

  .brand-title-line + .brand-title-line::before {
    content: '';
  }

  .brand-title-line-primary {
    font-size: clamp(1.22rem, 6.25vw, 1.56rem);
    letter-spacing: 0.008em;
    font-weight: 700;
  }

  .brand-title-line-secondary {
    font-size: clamp(0.93rem, 4.65vw, 1.16rem);
    letter-spacing: 0.004em;
    font-weight: 600;
  }

  .tagline {
    margin-top: 0.15rem;
    font-size: 0.92rem;
  }

  .hero {
    padding-top: 1.1rem;
  }

  .hero h1 {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .hero p {
    font-size: 0.98rem;
    line-height: 1.5;
  }

  .hero-contact {
    margin-top: 1rem;
    gap: 0.55rem;
  }

  .hero-contact a {
    padding: 0.5rem 0.8rem;
    font-size: 0.9rem;
  }

  .section {
    padding: 2rem 0;
  }

  .service-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .service-grid li {
    min-height: 190px;
  }

  .service-title {
    font-size: 1rem;
  }

  .service-description {
    font-size: 0.88rem;
  }

  .testimonials-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .contact-panel,
  .contact-form,
  .testimonial-card,
  .service-content-card,
  .legal-content {
    padding: 1rem;
    border-radius: 12px;
  }

  .contact-form input,
  .contact-form select,
  .contact-form textarea,
  .contact-form button {
    font-size: 16px;
  }

  .site-footer {
    padding: 1.8rem 0 1.2rem;
  }

  .footer-bottom {
    margin-top: 1rem;
    gap: 0.65rem;
  }

  .site-credit-logo {
    height: 86px;
  }
}

@media screen and (min-width: 360px) and (max-width: 390px) {
  .brand-title-line-primary {
    font-size: 1.4rem;
  }

  .brand-title-line-secondary {
    font-size: 1.04rem;
  }
}

@media screen and (max-width: 430px) and (max-height: 700px) {
  .brand-logo {
    height: 96px;
  }

  .hero {
    padding-top: 0.85rem;
  }

  .section {
    padding: 1.6rem 0;
  }
}