/* Mobile-first refinements kept separate so they can be iterated quickly. */
@media (max-width: 600px) {
  :root { --space-section: 68px; }
  .site-header { height: 64px; }
  .menu-button { width: 44px; height: 44px; align-items: center; justify-content: center; }
  .wordmark { font-size: 17px; }
  .menu-open .site-header nav { top: 64px; height: calc(100svh - 64px); }
  .hero { height: 100svh; min-height: 720px !important; }
  .hero-content { padding-top: 94px; }
  .hero .eyebrow { max-width: 265px; margin-bottom: 21px; line-height: 1.4; }
  .hero h1 { max-width: 355px; font-size: clamp(49px, 14vw, 58px); line-height: .88; }
  .hero-visual { width: 385px; height: 385px; right: -178px; top: 27%; }
  .hero-lower { width: 100%; gap: 20px; padding: 24px 0 28px; }
  .hero-deck { max-width: 310px; font-size: 13px; line-height: 1.45; }
  .actions { width: 100%; gap: 15px; }
  .actions .button { width: 100%; min-height: 54px; }
  .actions .text-link { min-height: 44px; }
  .section-head { gap: 22px; }
  .section-head h2 { margin-bottom: 0; }
  .section-head > p { margin: 0; font-size: 14px; }
  .service-list { margin-top: 40px; }
  .service-list article { grid-template-columns: 38px 1fr; gap: 12px; padding: 21px 0; }
  .service-list article:hover { padding-left: 0; }
  .service-icon { width: 36px; height: 36px; }
  .service-list h3 { font-size: 27px; }
  .service-list div > p:last-child { margin-top: 5px; font-size: 12px; line-height: 1.4; }
  .service-list article > span { margin-top: -2px; font-size: 8px; }
  .manifesto { min-height: 500px; padding: 70px 0; }
  .manifesto h2 { font-size: 58px; margin: 24px auto 0; }
  .audit-grid { gap: 32px; }
  .audit-copy > p:not(.eyebrow) { margin-bottom: 24px; font-size: 14px; }
  .audit-copy small { margin-top: 15px; }
  .audit-card { padding: 18px; }
  .audit-row { padding: 13px 0; }
  .process h2 { font-size: 48px; }
  .steps { margin-top: 25px; }
  .steps article, .steps article:not(:first-child) { padding: 19px 0; }
  .steps h3 { margin: 12px 0 3px; font-size: 30px; }
  .steps p { margin-bottom: 0; font-size: 13px; }
  .offer-grid { gap: 28px; }
  .price-card { padding-top: 34px; }
  .price-card ul { padding: 20px 0; }
  .founder-grid { gap: 30px; }
  .portrait-placeholder { aspect-ratio: 16/8; }
  .founder .large { font-size: 23px; }
  .signature { margin-top: 25px; }
  .faq-grid { gap: 12px; }
  summary { min-height: 56px; padding: 16px 0; align-items: center; font-size: 22px; line-height: 1.05; }
  details p { padding: 0 26px 18px 0; font-size: 13px; }
  .contact-grid { gap: 30px; }
  .contact-direct { margin-top: 24px; }
  form { padding: 22px 18px; }
  label { margin-bottom: 17px; }
  textarea { min-height: 56px; }
  footer { padding-top: 48px; }
  .footer-top { padding-bottom: 42px; }
}

@media (hover: none), (pointer: coarse) {
  .hero-visual { transform: none !important; transition: none; }
  .goo-node, .merge-stage i { animation: none; }
  .service-list article:hover { padding-left: 0; color: inherit; }
}

@media (max-width: 370px) {
  .wrap { width: calc(100% - 28px); }
  .site-header { padding-inline: 14px; }
  .hero h1 { font-size: 47px; }
  .hero-visual { right: -195px; }
  h2 { font-size: 47px; }
  .button { padding-inline: 16px; }
}
