/* ═══════════════════════════════════════════════════════
   Emplace Consulting — Mobile & tablet responsive
   Breakpoint: 768px (stack layouts, reduce padding)
══════════════════════════════════════════════════════ */

@media (max-width: 768px) {

  /* ── Shared: Nav ── */
  nav {
    padding: 0 20px;
    height: auto;
    min-height: 72px;
    flex-wrap: wrap;
    gap: 16px;
  }
  .nav-logo {
    flex-shrink: 0;
  }
  .nav-logo svg {
    width: 140px;
  }
  .nav-links {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .nav-links a {
    font-size: 10px;
    letter-spacing: 0.18em;
  }
  .nav-cta {
    padding: 8px 16px;
    font-size: 9px;
  }

  /* ── Shared: Footer ── */
  footer {
    padding: 40px 24px;
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: center;
  }
  .footer-bottom {
    padding: 16px 24px;
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }

  /* ── Shared: Page wrapper (if used) ── */
  .browser {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
  }

  /* ── Home: Hero ── */
  .hero {
    padding: 60px 24px 48px;
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  .hero-text {
    order: 1;
  }
  .hero-eyebrow {
    justify-content: center;
  }
  .hero-headline {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .hero-body {
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    margin-bottom: 28px;
  }
  .hero-cards {
    order: 2;
  }
  .btn-primary,
  .btn-ghost {
    margin-right: 0;
    margin-bottom: 12px;
  }

  /* ── Home: Intro strip ── */
  .intro-strip {
    padding: 48px 24px;
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .intro-divider {
    display: none;
  }

  /* ── Home: Who we work with ── */
  .who-section {
    padding: 60px 24px;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .section-head {
    font-size: 32px;
  }

  /* ── Home: Cities grid ── */
  .cities-section {
    padding: 60px 24px;
  }
  .cities-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 32px;
  }
  .cities-grid {
    grid-template-columns: 1fr;
  }
  .city-card {
    min-height: 120px;
    padding: 24px 20px;
  }
  .city-card-name {
    font-size: 20px;
  }

  /* ── Home: CTA ── */
  .cta-section {
    padding: 60px 24px;
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  .cta-head {
    font-size: 32px;
  }
  .cta-price {
    font-size: 42px;
  }

  /* ── About: Hero ── */
  .about-hero {
    padding: 60px 24px 48px;
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: center;
  }
  .about-headline {
    font-size: 36px;
  }
  .about-intro {
    border-top: none;
    padding-top: 0;
  }

  /* ── About: Body (photo + content) ── */
  .about-body {
    padding: 48px 24px;
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .about-photo {
    position: relative;
    top: 0;
    max-height: 400px;
    aspect-ratio: 4 / 5;
  }

  /* ── Services ── */
  .services-hero {
    padding: 48px 24px 40px;
  }
  .services-headline {
    font-size: 36px;
  }
  .service-content {
    padding: 32px 24px;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .service-name {
    font-size: 24px;
  }

  /* ── Regional guides grid ── */
  .guides-hero {
    padding: 48px 24px;
  }
  .guides-headline {
    font-size: 36px;
  }
  .guides-grid {
    grid-template-columns: 1fr;
  }
  .guide-card {
    padding: 32px 24px 28px;
    min-height: 240px;
  }
  .guide-city {
    font-size: 28px;
  }

  /* ── Contact ── */
  .contact-layout {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .contact-left,
  .contact-right {
    padding: 48px 24px;
  }
  .contact-headline {
    font-size: 32px;
  }

  /* ── Guide pages: Split layout ── */
  .split-layout {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .split-content {
    order: 2;
  }
  .split-image {
    order: 1;
    position: relative;
    height: 45vh;
    min-height: 260px;
    max-height: 360px;
  }
  .guide-breadcrumb {
    padding: 12px 24px;
    flex-wrap: wrap;
    gap: 8px;
  }
  .guide-hero {
    padding: 48px 24px 40px;
    min-height: auto;
  }
  .guide-hero-title {
    font-size: 36px;
  }
  .guide-body {
    padding: 40px 24px;
  }
  .guide-section-head {
    font-size: 26px;
  }
  .honest-take {
    margin-left: -24px;
    margin-right: -24px;
    padding: 40px 24px;
  }
  .honest-head {
    font-size: 24px;
  }
  .guide-cta {
    padding: 48px 24px;
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: center;
  }
  .guide-cta-head {
    font-size: 28px;
  }
  .numbers-grid {
    grid-template-columns: 1fr;
  }
  .number-card {
    padding: 24px 20px;
  }
}

/* Small phones: extra spacing and type tweaks */
@media (max-width: 480px) {
  nav {
    padding: 0 16px;
  }
  .nav-links {
    gap: 12px;
  }
  .hero-headline {
    font-size: 28px;
  }
  .about-headline {
    font-size: 30px;
  }
  .guide-hero-title {
    font-size: 30px;
  }
  .cta-head {
    font-size: 28px;
  }
  .contact-headline {
    font-size: 28px;
  }
  footer {
    padding: 32px 16px;
  }
}
