/* One header and footer design for every storefront page. */
body.pawnest-shared-chrome :is(.site-header, .site-footer) {
  --pn-heading-font: Georgia, 'Times New Roman', serif;
}

body.pawnest-shared-chrome .site-header { border-top: 0; }
body.pawnest-shared-chrome .header-main { min-height: 72px; grid-template-columns: 225px minmax(0, 1fr) 225px; }
body.pawnest-shared-chrome .site-header .text-logo .logo-name { font-size: 36px; color: var(--pn-teal); }
body.pawnest-shared-chrome .nav-inner { justify-content: center; }
body.pawnest-shared-chrome .home-category-menu { width: min(640px, 100%); justify-content: space-between; }
body.pawnest-shared-chrome .primary-menu > .current-menu-item > a { border-bottom: 3px solid var(--pn-deep); }
body.pawnest-shared-chrome .site-footer .newsletter-band { position: relative; grid-template-columns: minmax(0, 1.5fr) minmax(280px, 1fr); grid-template-rows: auto auto; gap: 4px 26px; padding: 22px 28px; border-radius: 10px; background: var(--pn-sky); color: var(--pn-ink); }
body.pawnest-shared-chrome .site-footer { padding-top: 24px; }
body.pawnest-shared-chrome .site-footer .newsletter-band::before { display: none; }
body.pawnest-shared-chrome .site-footer .newsletter-copy { grid-column: 1; grid-row: 1 / 3; gap: 22px; }
body.pawnest-shared-chrome .site-footer .newsletter-paw { border: 0; width: 64px; height: 64px; color: var(--pn-teal); }
body.pawnest-shared-chrome .site-footer .newsletter-paw .pn-icon { width: 64px; height: 64px; }
body.pawnest-shared-chrome .newsletter-eyebrow { display: block; margin-bottom: 6px; font-size: 12px; text-transform: uppercase; letter-spacing: .13em; font-weight: 800; color: var(--pn-teal); }
body.pawnest-shared-chrome .site-footer .newsletter-copy h2 { font: 700 28px/1.1 var(--pn-heading-font); }
body.pawnest-shared-chrome .site-footer .newsletter-copy p { max-width: none; font-size: 12px; margin-top: 8px; }
body.pawnest-shared-chrome .site-footer .newsletter-form { grid-column: 2; grid-row: 1; width: 100%; margin: 0; }
body.pawnest-shared-chrome .site-footer .newsletter-privacy { display: block; grid-column: 2; grid-row: 2; margin: 0; font-size: 12px; color: var(--pn-muted); }
body.pawnest-shared-chrome .site-footer .newsletter-band > .social-links { grid-column: 2; grid-row: 3; }
body.pawnest-shared-chrome .site-footer .footer-grid { grid-template-columns: 1.4fr 1fr 1.15fr 1.1fr 1.4fr; gap: 24px; padding: 28px 12px 22px; border-top: 1px solid var(--pn-sky-2); margin-top: 24px; }
body.pawnest-shared-chrome .site-footer .footer-column h3 { font-size: 12px; }
body.pawnest-shared-chrome .site-footer .footer-menu a, body.pawnest-shared-chrome .site-footer .footer-brand p { font-size: 12px; }
body.pawnest-shared-chrome .site-footer .footer-bottom { justify-content: space-between; font-size: 12px; padding: 0 12px; }
@media (max-width: 1080px) {
body.pawnest-shared-chrome .header-main { grid-template-columns: 170px minmax(0, 1fr) 170px; gap: 12px; }
body.pawnest-shared-chrome .site-footer .newsletter-copy h2 { font-size: 23px; }
body.pawnest-shared-chrome .site-footer .footer-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
body.pawnest-shared-chrome .footer-grid .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 860px) {
body.pawnest-shared-chrome .header-main { display: flex; justify-content: space-between; }
body.pawnest-shared-chrome .home-category-menu { width: 100%; }
body.pawnest-shared-chrome .site-footer .newsletter-band { grid-template-columns: 1fr; gap: 12px; }
body.pawnest-shared-chrome .site-footer .newsletter-copy,
  body.pawnest-shared-chrome .site-footer .newsletter-form,
  body.pawnest-shared-chrome .site-footer .newsletter-privacy,
  body.pawnest-shared-chrome .site-footer .newsletter-band > .social-links { grid-column: 1; grid-row: auto; }
}
@media (max-width: 620px) {
body.pawnest-shared-chrome .site-header .text-logo .logo-name { font-size: 27px; }
body.pawnest-shared-chrome .site-footer .newsletter-band { padding: 20px 16px; }
body.pawnest-shared-chrome .site-footer .newsletter-copy { gap: 12px; }
body.pawnest-shared-chrome .site-footer .newsletter-paw,
  body.pawnest-shared-chrome .site-footer .newsletter-paw .pn-icon { width: 42px; height: 42px; }
body.pawnest-shared-chrome .site-footer .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; padding-inline: 0; }
}



/* All page shells use the About Us content width. Inner reading columns stay local. */
body.pawnest-shared-chrome {
  --pn-container: 1280px;
  --pn-page-gutters: 76px;
}
body.pawnest-shared-chrome :is(.site-header, .site-content, .site-footer) .site-container {
  width: min(var(--pn-container), calc(100% - var(--pn-page-gutters)));
  max-width: var(--pn-container);
  margin-inline: auto;
}
@media (max-width: 1080px) {
  body.pawnest-shared-chrome { --pn-page-gutters: 40px; }
}
@media (max-width: 620px) {
  body.pawnest-shared-chrome { --pn-page-gutters: 28px; }
}

/* Single-row masthead: brand, navigation, account/cart. */
@media (min-width: 861px) {
  body.pawnest-shared-chrome .header-main { gap: 20px; }
  body.pawnest-shared-chrome .header-main > .main-navigation { min-width: 0; border: 0; }
  body.pawnest-shared-chrome .header-main .nav-inner { width: 100%; min-height: 72px; }
  body.pawnest-shared-chrome .header-main .home-category-menu { width: 100%; gap: 8px; justify-content: center; }
  body.pawnest-shared-chrome .header-main .primary-menu > li > a { padding-inline: 10px; white-space: nowrap; }
}
@media (min-width: 861px) and (max-width: 1080px) {
  body.pawnest-shared-chrome .header-main { gap: 12px; }
  body.pawnest-shared-chrome .site-header .text-logo .logo-name { font-size: 28px; }
  body.pawnest-shared-chrome .header-main .home-category-menu { gap: 2px; }
  body.pawnest-shared-chrome .header-main .primary-menu > li > a { padding-inline: 6px; font-size: 12px; }
  body.pawnest-shared-chrome .header-main .header-actions { gap: 16px; }
}
@media (max-width: 860px) {
  body.pawnest-shared-chrome .header-main > .main-navigation { padding-inline: calc(var(--pn-page-gutters) / 2); }
}
