/* Focused refinements for small mobile screens only. */
@media (max-width: 560px) {
  .header-container {
    z-index: 11;
  }

  .site-header.is-menu-open::after {
    position: fixed;
    z-index: 9;
    inset: 86px 0 0;
    background: rgba(2, 13, 25, 0.76);
    backdrop-filter: blur(2px);
    content: "";
    pointer-events: none;
  }

  .main-nav {
    z-index: 12;
    padding: 10px 18px;
  }

  .nav-link {
    padding-block: 8px;
  }

  .hero-title {
    font-size: clamp(34px, 10.8vw, 44px);
    line-height: 0.94;
  }

  .hero-title span {
    margin-top: 6px;
  }

  .hero-description {
    margin-top: 18px;
    padding-top: 13px;
  }

  .hero-highlights {
    margin-top: 20px;
    gap: 14px;
  }

  .hero-services {
    margin-top: 30px;
  }

  .hero-trust-bar {
    margin-top: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    gap: 18px;
  }

  .contact-email {
    grid-template-columns: 40px max-content 20px;
    gap: 5px;
    padding-bottom: 7px;
  }

  .contact-email-icon {
    width: 40px;
    height: 40px;
  }

  .contact-email-address {
    width: max-content;
    max-width: 100%;
    justify-self: start;
    min-width: 0;
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: normal;
    font-size: clamp(14.05px, 3.9vw, 16.3px);
  }

  .contact-email-arrow {
    width: 20px;
    height: 20px;
  }

  .contact-values {
    margin-top: 30px;
  }

  .contact-value {
    grid-template-columns: 30.2px minmax(0, 1fr);
    gap: 10px;
    padding-block: 10.8px;
    font-size: 7.9px;
  }

  .contact-value-icon {
    width: 30.2px;
    height: 30.2px;
  }

  .contact-panel {
    min-height: 430px;
    padding: 25.5px 20.4px 92px;
    background-position: center, center bottom 8px;
    background-size: cover, 100% auto;
    background-repeat: no-repeat;
  }

  .insight-featured {
    grid-template-rows: 300px auto;
  }

  .insight-featured .insight-image-featured {
    min-height: 0;
    height: 300px;
  }

  .insight-featured-content {
    position: relative;
    z-index: 1;
    padding-top: 28px;
    transform: none;
  }

  .process-intro h2 {
    font-size: clamp(35px, 6.7vw, 48px);
    line-height: 0.93;
  }

  .growth-title {
    font-size: clamp(34px, 10vw, 44px);
    line-height: 0.98;
  }

  .contact-panel-title::before,
  .contact-panel-title::after {
    margin-block: 14px;
  }

  .contact-details {
    gap: 14px;
    padding-block: 20px;
  }

  .contact-registration {
    padding-bottom: 7px;
  }

  .back-to-top {
    right: max(20px, env(safe-area-inset-right));
    bottom: calc(26px + env(safe-area-inset-bottom));
    z-index: 1000;
  }

  .contact-services {
    display: block;
    width: max-content;
    max-width: 100%;
    margin: 6px 0 0;
    justify-self: center;
    text-align: left;
  }

  .contact-services-row {
    width: 100%;
    min-width: 0;
  }

  .contact-services-row-1 {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    align-items: start;
    column-gap: 14px;
    justify-content: center;
  }

  .contact-services-row-2 {
    display: grid;
    margin-top: 18px;
    grid-template-columns: repeat(2, max-content);
    align-items: start;
    column-gap: 24px;
    justify-content: center;
  }

  .contact-signature {
    padding: 12px 0 48px;
    justify-items: start;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    column-gap: 32px;
    row-gap: 0;
  }

  .contact-signature-brand {
    margin-left: 0;
    justify-self: center;
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .contact-services {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .contact-legal-links {
    position: relative;
    margin-top: 26px;
    padding-right: 10px;
    padding-left: 10px;
    align-items: flex-start;
    justify-self: start;
    min-width: 0;
    grid-column: 1;
    grid-row: 3;
    gap: 2.7px;
    border-right: 0;
    border-left: 0;
    text-align: left;
  }

  .contact-legal-links::before,
  .contact-legal-links::after {
    position: absolute;
    top: 9%;
    bottom: 9%;
    width: 1px;
    background: rgba(217, 154, 92, 0.42);
    content: "";
    pointer-events: none;
  }

  .contact-legal-links::before {
    left: 0;
  }

  .contact-legal-links::after {
    right: 0;
  }

  .contact-copyright {
    margin-top: 26px;
    justify-self: start;
    min-width: 0;
    grid-column: 2;
    grid-row: 3;
    font-size: 9px;
    line-height: 1.35;
    letter-spacing: 0.02em;
    text-align: left;
    white-space: nowrap;
  }

  .contact-service-item {
    display: flex;
    width: 100%;
    min-height: 15.5px;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 8.8px;
    line-height: 1.35;
    letter-spacing: 0.01em;
    text-align: left;
    white-space: nowrap;
  }

  .contact-legal-links button {
    font-size: 9px;
    line-height: 1.35;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }

  .contact-service-divider {
    display: none;
  }

  .legal-preview-meta {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 8px 10px;
    align-items: center;
  }

  .legal-preview-meta .insight-preview-reading-time {
    white-space: nowrap;
    font-size: 9px;
    letter-spacing: 0.1em;
  }

  .legal-preview-meta .insight-preview-reading-time::before {
    width: 14px;
    margin-right: 8px;
  }

  .legal-preview-content h2 {
    font-size: clamp(42px, 11.5vw, 46px);
    line-height: 1;
  }

  .legal-preview-section h3 {
    font-size: clamp(28px, 7.8vw, 32px);
    line-height: 1.08;
  }

  .legal-preview-description,
  .legal-preview-section p,
  .legal-preview-section li {
    font-size: clamp(17px, 4.6vw, 19px);
    line-height: 1.55;
  }

  .legal-preview-section {
    padding-block: 25px;
  }
}
