/* Mobile composition pass — 2026-07-22
   Keeps the selected Living Seam direction while improving handheld balance. */

@media (max-width: 600px) {
  .concept-b .scene--brand.hero-refinement-c {
    --hero-c-edge-top: 49.5%;
    --hero-c-edge-bottom: 51.5%;
  }

  .hero-c-orbit {
    top: 24.5%;
  }

  .concept-b .scene--brand.hero-refinement-c .logo-assembly {
    top: 6svh !important;
  }

  .hero-c-micro {
    top: 43.2svh;
  }

  .recruit-float {
    top: clamp(226px, 39svh, 340px) !important;
  }

  .concept-b .scene--brand.hero-refinement-c .wordmark-build {
    top: 65.5svh !important;
  }

  .service--web .contact-row > div,
  .service--web .contact-actions {
    display: grid;
    gap: 10px;
    width: 100%;
  }

  .service--web .contact-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 58px;
    margin: 0 !important;
    padding: 15px 17px;
    border: 1px solid rgba(255, 255, 255, .72);
    background: rgba(255, 255, 255, .08);
    color: #fff;
    font-size: 14px;
    line-height: 1.25;
    text-decoration: none;
  }

  .service--web .contact-link--estimate {
    border-color: #fff;
    background: #fff;
    color: #075cff;
  }

  .service--web .contact-link--consult {
    border-color: #16213a;
    background: #16213a;
  }

  .service--web .contact-link b {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    border: 1px solid currentColor;
    font-size: 15px;
    font-weight: 500;
  }
}

@media (max-width: 380px), (max-width: 800px) and (max-height: 700px) {
  .concept-b .scene--brand.hero-refinement-c {
    --hero-c-edge-top: 48.5%;
    --hero-c-edge-bottom: 50.5%;
  }

  .hero-c-orbit {
    top: 23.5%;
  }

  .concept-b .scene--brand.hero-refinement-c .logo-assembly {
    top: 4.8svh !important;
  }

  .recruit-float {
    top: clamp(194px, 38.5svh, 260px) !important;
  }

  .concept-b .scene--brand.hero-refinement-c .wordmark-build {
    top: 62.5svh !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .service--web .contact-link {
    transition: none !important;
  }
}
