@media (max-width: 1050px) {
  :root { --container: min(100% - 44px, 920px); }
  .site-nav { gap: 20px; }
  .hero { grid-template-columns: .9fr 1.1fr; gap: 34px; }
  .hero h1 { font-size: clamp(3.5rem, 6.6vw, 5rem); }
  .hero-ribbon { left: -24px; }
  .trust-card { grid-column: span 6; }
  .voices { grid-template-columns: 1fr; }
  .voices-intro { max-width: 760px; }
  .testimonial-shell { width: 76%; margin-left: auto; }
}

@media (max-width: 820px) {
  :root { --container: calc(100vw - 56px); }
  body { padding-bottom: 66px; }
  .site-header { top: 10px; }
  .nav-shell { grid-template-columns: 1fr auto; width: calc(100vw - 20px); min-height: 62px; padding: 7px 8px 7px 14px; }
  .nav-cta { display: none; }
  .menu-toggle { display: grid; width: 46px; height: 46px; padding: 0; place-content: center; gap: 6px; background: var(--forest); border: 0; border-radius: 10px; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { display: block; width: 20px; height: 1.5px; background: white; transition: transform .3s var(--ease); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(3.75px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-3.75px) rotate(-45deg); }
  .site-nav { position: absolute; top: calc(100% + 8px); right: 10px; left: 10px; display: grid; gap: 0; padding: 8px; visibility: hidden; opacity: 0; background: rgba(255, 249, 239, .98); border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow); transform: translateY(-8px); transition: opacity .25s ease, transform .25s var(--ease), visibility .25s; }
  .site-nav.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
  .site-nav a { padding: 14px 12px; border-bottom: 1px solid var(--line); }
  .site-nav a:last-child { border-bottom: 0; }
  .site-nav a::after { display: none; }

  .hero { grid-template-columns: 1fr; min-height: auto; padding: 132px 0 120px; }
  .hero h1 { max-width: 680px; font-size: clamp(3.5rem, 11vw, 5.2rem); }
  .hero-copy { max-width: 680px; }
  .hero-visual { width: 84%; margin-left: auto; }
  .hero-ribbon { left: -22px; }
  .order-card { grid-template-columns: 1fr; gap: 54px; }
  .order-proof { max-width: 620px; margin-left: auto; }
  .order-proof img { height: 560px; }
  .origin { grid-template-columns: 1fr; gap: 70px; padding-block: 120px 150px; }
  .origin-aside { display: grid; grid-template-columns: auto 1fr; align-items: end; gap: 26px; max-width: 420px; }
  .origin-aside p { margin-bottom: 0; }
  .origin-copy { gap: 26px; }
  .companions { padding-block: 120px 160px; }
  .section-heading-wide { grid-template-columns: 1fr; gap: 24px; }
  .section-heading-wide > p { max-width: 580px; }
  .pet-accordion { height: 500px; }
  .pet-panel { min-width: 82px; }
  .pet-panel-trigger { width: 82px; min-width: 82px; padding-inline: 12px; }
  .pet-panel-content > div { width: 40vw; padding: 34px 22px; }
  .product-still { width: 90%; }
  .store-story { grid-template-columns: 1fr; gap: 80px; padding-block: 130px 170px; }
  .store-image, .store-image img { min-height: 640px; }
  .store-copy { position: relative; top: auto; max-width: 680px; margin-left: auto; padding-top: 0; }
  .trust { padding-block: 120px 160px; }
  .voices { padding-block: 120px 160px; }
  .testimonial-shell { width: 88%; }
  .visit { padding-block: 120px 130px; }
  .visit-heading { grid-template-columns: 1fr; gap: 24px; }
  .visit-heading .kicker { grid-column: auto; margin-bottom: 0; }
  .visit-grid { grid-template-columns: 1fr; }
  .map-card, .map-card iframe { min-height: 520px; }
  .contact-card { min-height: 560px; }
  .footer-top { align-items: start; flex-direction: column; }
  .footer-top > p { text-align: left; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-links nav { grid-column: 1 / -1; }
  .mobile-action-bar { position: fixed; right: 10px; bottom: 10px; left: 10px; z-index: 60; display: grid; grid-template-columns: 1fr 1fr; padding: 6px; background: rgba(255, 249, 239, .94); border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 12px 36px rgba(36, 54, 47, .18); backdrop-filter: blur(16px); }
  .mobile-action-bar a { padding: 12px 8px; border-radius: var(--radius-sm); font-size: .86rem; font-weight: 700; text-align: center; }
  .mobile-action-bar a:first-child { color: white; background: var(--forest); }
  .leash-desktop { display: none; }
  .leash-mobile { display: block; }
}

@media (max-width: 560px) {
  :root { --container: calc(100vw - 60px); }
  h2 { font-size: clamp(2.7rem, 12vw, 4rem); }
  .brand { font-size: 1rem; }
  .brand-mark { width: 36px; height: 36px; }
  .hero { padding-top: 116px; }
  .hero h1 { max-width: none; font-size: clamp(3rem, 14vw, 4.4rem); }
  .hero-intro { font-size: 1rem; }
  .hero-actions { display: grid; }
  .hero-visual { width: 94%; margin-top: 24px; }
  .hero-ribbon { top: 8%; left: -8px; font-size: .65rem; }
  .image-caption { padding-left: 20%; font-size: .9rem; }
  .origin { gap: 50px; }
  .origin-copy { grid-template-columns: 1fr; }
  .order-spot { padding-top: 0; }
  .order-facts { grid-template-columns: 1fr; gap: 26px; margin-top: 34px; }
  .order-proof { width: 100%; padding: 12px; transform: none; }
  .order-proof img { height: 500px; }
  .qr-row { align-items: flex-start; }
  .pet-accordion { display: grid; height: auto; }
  .pet-panel { display: grid; grid-template-columns: 1fr; min-width: 0; min-height: 78px; border-radius: 10px; }
  .pet-panel.is-active { min-height: 330px; }
  .pet-panel-trigger { display: grid; grid-template-columns: auto 1fr auto; width: 100%; min-width: 0; height: 78px; padding: 16px 20px; }
  .panel-sound { writing-mode: horizontal-tb; }
  .panel-name { margin: 0; font-size: 1.65rem; text-align: center; writing-mode: horizontal-tb; transform: none; }
  .pet-panel-content { width: 100%; height: 0; }
  .pet-panel.is-active .pet-panel-content { width: 100%; height: auto; min-height: 250px; }
  .pet-panel-content > div { width: 100%; padding: 26px 22px 32px; }
  .pet-quote { font-size: 2rem; }
  .pet-list { margin-top: 18px; }
  .product-still { width: 100%; margin-top: 24px; }
  .product-still img { aspect-ratio: 1.2; border-width: 6px; }
  .store-image, .store-image img { min-height: 500px; }
  .store-copy h2 { font-size: clamp(2.8rem, 12vw, 4rem); }
  .trust-card { grid-column: span 12; min-height: 280px; }
  .trust-icon { margin-bottom: 48px; }
  .testimonial-shell { width: 100%; padding: 30px 24px; }
  .testimonial-viewport { min-height: 430px; }
  .testimonial blockquote { font-size: 2rem; }
  .testimonial-person { flex-direction: column; gap: 2px; }
  .map-card, .map-card iframe { min-height: 460px; }
  .contact-card { min-height: 520px; padding: 34px 24px; }
  .site-footer { padding: 70px 20px 26px; }
  .brand-footer { font-size: 2.5rem; }
  .brand-footer .brand-mark { width: 54px; height: 54px; }
  .footer-links { grid-template-columns: 1fr; gap: 40px; }
  .footer-links nav { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}
