@media (max-width: 900px) {
  .top-note { justify-content: flex-start; white-space: nowrap; overflow: hidden; }
  .top-note span + span { display: none; }
  .site-header { min-height: 68px; padding: 0 18px; }
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { display: block; }
  .mobile-menu summary { width: 44px; height: 44px; display: grid; align-content: center; gap: 5px; padding: 10px; list-style: none; cursor: pointer; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { height: 2px; background: var(--forest); }
  .mobile-menu nav { position: absolute; right: 0; top: 54px; width: min(78vw, 290px); display: flex; flex-direction: column; padding: 12px; border: 1px solid var(--line); background: var(--cream-light); box-shadow: 0 18px 45px rgba(23,63,53,.16); }
  .mobile-menu nav a { min-height: 48px; display: flex; align-items: center; padding: 0 13px; border-bottom: 1px solid var(--line); color: var(--forest); font-weight: 700; }
  .mobile-menu nav a:last-child { border: 0; }
  .hero { display: flex; flex-direction: column; min-height: 0; }
  .hero-copy { padding: 38px 20px 26px; }
  .eyebrow { margin-bottom: 17px; font-size: 10px; }
  .hero h1 { font-size: clamp(42px, 13vw, 58px); line-height: .98; }
  .hero-lead { margin-top: 21px; font-size: 15px; line-height: 1.6; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 9px; margin-top: 25px; }
  .button { width: 100%; min-height: 56px; }
  .text-link { text-align: center; border: 0; }
  .hero-proof { gap: 7px; margin-top: 24px; padding-top: 18px; }
  .hero-proof div { flex-direction: column; gap: 4px; }
  .hero-proof span { font-size: 10px; }
  .hero-visual { min-height: 390px; aspect-ratio: 4 / 3; }
  .stitch-card { width: 82px; height: 82px; right: 14px; top: 14px; }
  .stitch-card strong { font-size: 14px; }
  .hero-badge { left: 14px; right: 14px; bottom: 14px; max-width: none; padding: 14px 16px; }
  .hero-badge strong { font-size: 15px; }
  .category-strip { grid-template-columns: 1fr; }
  .category-strip a { min-height: 86px; grid-template-columns: 48px 1fr; padding: 14px 22px; }
  .category-icon { font-size: 38px; }
  .category-strip strong { font-size: 18px; }
  .intro-section { padding: 76px 20px; }
  .intro-heading { grid-template-columns: 1fr; gap: 22px; }
  .intro-heading h2 { font-size: 39px; }
  .intro-heading h2 br { display: none; }
  .intro-heading > p { font-size: 14px; }
  .capability-grid { grid-template-columns: 1fr 1fr; margin-top: 42px; }
  .capability-grid article { min-height: 210px; padding: 20px 16px 22px 0; }
  .capability-grid article + article { padding-left: 16px; }
  .capability-grid article:nth-child(3) { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .capability-grid article:nth-child(4) { border-top: 1px solid var(--line); }
  .capability-grid h3 { margin-top: 25px; font-size: 19px; }
  .capability-grid p { font-size: 11px; }
  .products-section { padding: 76px 20px 80px; }
  .products-title { grid-template-columns: 1fr; gap: 20px; }
  .products-title h2 { font-size: 42px; }
  .product-grid { grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 40px; }
  .product-card-large .product-image, .product-image { aspect-ratio: 4 / 5; }
  .product-copy { min-height: 102px; grid-template-columns: auto 1fr; gap: 10px; padding: 15px 12px; }
  .product-copy b { display: none; }
  .product-copy h3 { font-size: 19px; }
  .product-copy p { font-size: 9px; line-height: 1.4; }
  .product-text-card { grid-column: 1 / -1; min-height: 330px; padding: 24px; }
  .product-text-card h3 { font-size: 38px; }
  .process-section { grid-template-columns: 1fr; gap: 45px; padding: 76px 20px; }
  .process-heading h2 { font-size: 40px; }
  .process-list li { grid-template-columns: 44px 1fr; padding: 22px 0; }
  .partner-section { grid-template-columns: 1fr; }
  .partner-image { min-height: 390px; aspect-ratio: 4 / 3; }
  .partner-copy { padding: 64px 20px 70px; }
  .partner-copy h2 { font-size: 40px; }
  .contact-section { padding: 76px 20px 94px; }
  .contact-section h2 { font-size: 42px; }
  .contact-section h2 br { display: none; }
  .contact-actions { flex-direction: column; }
  .contact-actions .button { width: 100%; }
  .contact-details { grid-template-columns: 1fr; margin-top: 50px; }
  .contact-details div + div { border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
  footer { grid-template-columns: 1fr; padding: 34px 20px 100px; text-align: left; }
  .footer-brand, footer > a:last-child { justify-self: start; }
  footer p { text-align: left; }
  .mobile-contact-bar { position: fixed; z-index: 50; left: 12px; right: 12px; bottom: 12px; min-height: 56px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; background: var(--amber); color: #fff; box-shadow: 0 10px 32px rgba(23,63,53,.28); font-size: 13px; font-weight: 800; }
}

@media (max-width: 380px) {
  .hero h1 { font-size: 41px; }
  .hero-proof span { font-size: 9px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-text-card { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
