/* H-CORE AERIAL SYSTEMS — mobile-only responsive refinement */

@media (max-width: 700px) {
  html, body { width: 100%; max-width: 100%; overflow-x: hidden; }
  body:after { opacity: .10; }
  img { max-width: 100%; }

  .wrap { width: calc(100% - 24px); }

  /* Header */
  .nav { border-bottom-width: 3px; }
  .nav-inner { height: 64px; gap: 8px; }
  .brand { width: min(190px, 58vw); }
  .nav-cta {
    flex: 0 0 auto;
    padding: 10px 9px;
    font-size: 8px;
    line-height: 1;
    letter-spacing: .045em;
    white-space: nowrap;
  }
  section[id] { scroll-margin-top: 76px; }

  /* Hero */
  .hero { min-height: 0; align-items: stretch; }
  .hero:before { opacity: .35; }
  .hero:after { display: none; }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 38px 0 38px;
  }
  .hero-kicker {
    display: block;
    margin: 0 0 17px;
    font-size: 9px;
    line-height: 1.45;
    letter-spacing: .11em;
  }
  .hero-kicker:before { display: none; }
  h1 {
    font-size: clamp(43px, 13.2vw, 56px);
    line-height: .84;
    letter-spacing: -.065em;
    max-width: 100%;
  }
  .hero-copy {
    margin: 24px 0 22px;
    font-size: 15px;
    line-height: 1.58;
  }
  .weather-ready {
    margin: 0 0 22px;
    padding: 12px 0 12px 14px;
  }
  .weather-ready h2 { font-size: 14px; margin-bottom: 8px; }
  .weather-specs {
    display: grid;
    gap: 6px;
    font-size: 15px;
    line-height: 1.35;
  }
  .weather-specs span { white-space: normal; }
  .weather-specs small { font-size: 12px; }
  .weather-ready p { font-size: 12px; }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
  }
  .btn {
    width: 100%;
    min-height: 48px;
    padding: 0 10px;
    font-size: 10px;
    letter-spacing: .08em;
  }

  .hero-meta {
    grid-template-columns: 1fr;
    margin-top: 27px;
  }
  .hero-meta div {
    padding: 10px 0;
    border-bottom: 1px solid var(--line2);
  }
  .hero-meta strong { font-size: 10px; line-height: 1.35; }
  .hero-meta span { font-size: 10px; margin-top: 3px; }

  .scope-wrap { min-width: 0; }
  .scope { width: 100%; }
  .scope-head {
    left: 10px;
    right: 10px;
    top: 10px;
    font-size: 7px;
    letter-spacing: .08em;
  }
  .scope-head span:last-child { display: none; }
  .scope-data {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .scope-data span {
    padding: 8px;
    font-size: 8px;
    line-height: 1.35;
    letter-spacing: .04em;
    overflow-wrap: anywhere;
  }

  /* Sections */
  .section { padding: 52px 0; }
  .section-top {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 28px;
  }
  .section-index { font-size: 9px; line-height: 1.3; }
  .section-title h2 {
    font-size: clamp(33px, 10.4vw, 43px);
    line-height: .96;
    letter-spacing: -.045em;
    margin-bottom: 14px;
  }
  .section-title p {
    font-size: 15px;
    line-height: 1.55;
  }

  /* Services */
  .inspection-visual { margin-bottom: 14px; }
  .inspection-visual figcaption {
    padding: 7px;
    gap: 6px;
    font-size: 7px;
    letter-spacing: .07em;
  }
  .inspection-visual figcaption span { padding: 7px 8px; }

  .services { grid-template-columns: 1fr; }
  .service {
    min-height: 0;
    padding: 21px;
  }
  .service h3 {
    margin: 27px 0 10px;
    font-size: 24px;
    line-height: 1.05;
  }
  .service p { font-size: 14px; line-height: 1.55; }
  .service .tag {
    position: static;
    display: block;
    margin-top: 19px;
    font-size: 8px;
    line-height: 1.35;
  }

  /* Wildlife / search */
  .search-block {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .search-copy { padding: 22px; }
  .search-copy h3 {
    font-size: clamp(34px, 10.5vw, 43px);
    line-height: .95;
    margin: 15px 0 17px;
  }
  .search-copy p { font-size: 14px; line-height: 1.58; }
  .wildlife-options {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }
  .wildlife-option { padding: 18px; }
  .wildlife-option h4 {
    margin: 16px 0 8px;
    font-size: 18px;
  }
  .wildlife-option p { font-size: 13px; }
  .search-list div {
    gap: 12px;
    padding: 11px 0;
    font-size: 9px;
    line-height: 1.35;
  }
  .thermal { min-height: 255px; }
  .thermal:after {
    left: 12px;
    top: 12px;
    font-size: 7px;
    letter-spacing: .08em;
  }
  .lock, .lock-label { display: none; }

  /* Process */
  .process { grid-template-columns: 1fr; }
  .step {
    min-height: 0;
    padding: 20px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line2);
  }
  .step h4 { margin: 18px 0 8px; font-size: 18px; }
  .step p { font-size: 13px; line-height: 1.55; }

  /* Technical block */
  .tech { grid-template-columns: 1fr; }
  .tech-main, .tech-side { padding: 22px; }
  .tech-main h3 {
    font-size: 31px;
    line-height: 1;
    margin: 12px 0 17px;
  }
  .tech-main p, .tech-side p { font-size: 14px; line-height: 1.58; }
  .specs { grid-template-columns: 1fr; margin-top: 24px; }
  .spec { padding: 15px; }
  .spec strong { font-size: 14px; }
  .tech-side .big { font-size: 54px; line-height: .84; }

  /* CTA / footer */
  .cta { padding: 52px 0 64px; }
  .cta-box {
    grid-template-columns: 1fr;
    gap: 27px;
    padding: 39px 0;
  }
  .cta h2 {
    font-size: clamp(36px, 10.8vw, 45px);
    line-height: .92;
    margin-bottom: 14px;
  }
  .cta p { font-size: 14px; line-height: 1.55; }
  .cta-actions { min-width: 0; max-width: none; width: 100%; }
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.4;
  }
}

@media (max-width: 370px) {
  .wrap { width: calc(100% - 20px); }
  .brand { width: min(170px, 55vw); }
  .nav-cta { padding: 9px 7px; font-size: 7px; }
  h1 { font-size: clamp(40px, 13vw, 47px); }
  .hero-actions { grid-template-columns: 1fr; }
  .scope-data { grid-template-columns: 1fr; }
  .section-title h2 { font-size: 32px; }
  .search-copy h3 { font-size: 32px; }
  .cta h2 { font-size: 34px; }
}
