/* Shared catalog surface; category-specific content retains its own layout. */
:root { --catalog-ink: #163b2c; --catalog-muted: #566b60; --catalog-line: #dce5df; --catalog-green: #189c51; }
html:has(.catalog-page) { background: #fafbf9; }
body.catalog-page { margin: 0; background: #fafbf9; color: var(--catalog-ink); font-family: system-ui, -apple-system, "Segoe UI", sans-serif; }
.catalog-page * { box-sizing: border-box; letter-spacing: 0; }
.footwear-page a, .catalog-nav a { color: inherit; text-decoration: none; }
.catalog-page :focus-visible { outline: 3px solid #16864a; outline-offset: 4px; }
.catalog-page .page { width: 100%; margin: 0 auto; background: #fff; padding: 20px 16px 32px; }
.catalog-page h1, .catalog-page h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; line-height: 1.15; }
.catalog-page h1 { font-size: 40px; }
.catalog-page h2 { font-size: 26px; }
.catalog-page .catalog-nav { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-bottom: 20px; }
.catalog-page .catalog-nav .brand { width: 100%; margin: 0; text-align: center; font: 400 30px/1.2 Georgia, "Times New Roman", serif; }
.catalog-page .catalog-nav .back { display: inline-flex; align-items: center; min-height: 44px; font: 400 16px/1.4 Georgia, "Times New Roman", serif; }
.catalog-page .footer { color: var(--catalog-muted); font-size: 12px; line-height: 1.5; text-align: center; }
.catalog-page .button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 12px 16px; border: 1px solid transparent; border-radius: 8px; font: 600 14px/1.3 system-ui, sans-serif; white-space: normal; text-align: center; }
.catalog-page .button-primary { background: var(--catalog-green); color: white; }
.catalog-page .button-secondary { background: white; color: var(--catalog-ink); border-color: var(--catalog-line); }

.home-page .coming-soon { grid-column: 1 / -1; margin-top: 18px; border-top: 1px solid var(--catalog-line); border-bottom: 1px solid var(--catalog-line); }
.home-page .coming-soon summary { cursor: pointer; padding: 18px 0; font: 400 20px/1.4 Georgia, "Times New Roman", serif; }
.home-page .coming-soon summary span { display: inline-block; margin-left: 8px; font: 12px/1.4 system-ui, sans-serif; color: var(--catalog-muted); }
.home-page .coming-soon-grid { padding: 0 0 20px; }
.home-page .module h1, .home-page .module h2 { font-size: 30px; }
.home-page .home-services h2 { font-size: 22px; }
.home-page .top { padding-bottom: 16px; }
.home-page .page { max-width: 760px; }
@media (min-width: 900px) {
  .home-page .page { max-width: 1180px; padding: 28px 24px 36px; }
  .home-page .whatsapp { max-width: 430px; margin: 0 auto 24px; }
  .home-page .modules { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .home-page .module { min-height: 0; height: auto; aspect-ratio: 2 / 1; }
  .home-page .module.main { grid-column: 1 / -1; min-height: 300px; aspect-ratio: auto; background-position: 60% center; }
  .home-page .module.bags { background-position: 50% center; }
  .home-page .coming-soon-grid { grid-template-columns: repeat(7, minmax(0, 1fr)); }
  .home-page .contact-bottom { max-width: 430px; margin: 24px auto 0; }
}

.footwear-page .page, .eyewear-page .page { max-width: 1000px; }
.footwear-page .hero { min-height: 260px; padding: 26px; display: flex; align-items: end; border-radius: 8px; background: linear-gradient(0deg, rgba(8,26,17,.72), transparent 90%), url('/optimized-media/shoes-hero.jpg') center 60% / cover; color: white; }
.footwear-page .hero h1 { margin: 0; }
.footwear-page .hero .actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.footwear-page .hero .button-primary { background: white; color: var(--catalog-ink); }
.footwear-page .collection-section { margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--catalog-line); }
.footwear-page .collection-section h2 { margin: 0 0 18px; }
.footwear-page .type-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 20px 14px; }
.footwear-page .secondary-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.footwear-page .video-grid { grid-template-columns: minmax(0, 220px); }
.footwear-page .type-card { display: block; min-width: 0; text-align: center; }
.footwear-page .type-card img { display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; border-radius: 8px; background: #f3f4f2; }
.footwear-page .type-card h3 { margin: 10px 0 0; font: 400 17px/1.3 Georgia, "Times New Roman", serif; overflow-wrap: anywhere; }
.footwear-page .order-card { margin-top: 32px; padding-top: 22px; border-top: 1px solid var(--catalog-line); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; }
.footwear-page .order-card p { max-width: 540px; margin: 0; color: var(--catalog-muted); font-size: 14px; line-height: 1.5; }
.footwear-page .intro { padding: 8px 0 20px; }
.footwear-page .intro h1 { margin: 0; overflow-wrap: anywhere; }
.footwear-page .collection-navigation { border-top: 1px solid var(--catalog-line); border-bottom: 1px solid var(--catalog-line); padding: 16px 0; display: grid; gap: 12px; }
.footwear-page .collection-select { display: none; }
.footwear-page .collection-select select { display: block; width: 100%; margin-top: 8px; min-height: 44px; border: 1px solid #a5b8ad; border-radius: 6px; padding: 10px; background: white; color: var(--catalog-ink); font: inherit; }
.footwear-page .collection-group { display: flex; gap: 12px; align-items: baseline; }
.footwear-page .collection-group p { flex: 0 0 95px; color: var(--catalog-muted); margin: 0; font-size: 13px; }
.footwear-page .collection-group > div { display: flex; flex-wrap: wrap; gap: 6px; }
.footwear-page .tab { display: inline-flex; min-height: 44px; align-items: center; padding: 8px 12px; border-radius: 6px; font-size: 14px; }
.footwear-page .tab[aria-current='page'] { background: #e5f3eb; color: #125e38; font-weight: 600; }
.footwear-page .section { margin-top: 28px; }
.footwear-page .section-head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; gap: 12px; margin-bottom: 18px; }
.footwear-page .section-head h2 { margin: 0; }
.footwear-page .count { color: var(--catalog-muted); font-size: 13px; }
.footwear-page .brand-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px 18px; }
.footwear-page .brand-card { display: block; min-width: 0; text-align: center; }
.footwear-page .brand-photo { display: grid; width: 100%; aspect-ratio: 1; overflow: hidden; place-items: center; background: #f3f4f2; border: 1px solid var(--catalog-line); border-radius: 8px; }
.footwear-page .brand-photo img { display: block; width: 100%; height: 100%; object-fit: contain; }
.footwear-page .brand-card strong { display: block; margin-top: 10px; font: 400 16px/1.4 Georgia, "Times New Roman", serif; overflow-wrap: anywhere; }
.footwear-page .is-pending { padding: 16px; }
.footwear-page .contact { display: flex; flex-wrap: wrap; gap: 18px; justify-content: space-between; align-items: center; margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--catalog-line); }
.footwear-page .contact p { max-width: 540px; margin: 0; color: var(--catalog-muted); font-size: 14px; line-height: 1.5; }
.footwear-page .contact a { background: var(--catalog-green); color: white; border-radius: 8px; padding: 14px 18px; min-height: 44px; }

.eyewear-page .hero { border: 0; border-radius: 8px; box-shadow: none; min-height: 250px; display: flex; align-items: end; background: linear-gradient(90deg, rgba(8,26,17,.8), rgba(8,26,17,.05)), url('/navigation-media/eyewear-1280.webp') 60% center / cover; padding: 24px; }
.eyewear-page .hero::after { display: none; }
.eyewear-page .hero-copy { font-weight: 400; line-height: 1.4; }
.eyewear-page .hero-actions { flex-wrap: wrap; }
.eyewear-page .button.primary, .eyewear-page .dark-pill { background: var(--catalog-green); color: white; border-radius: 8px; min-height: 44px; }
.eyewear-page .section, .eyewear-page .section.soft, .eyewear-page .section.live { padding: 24px 0; background: white; border: 0; border-top: 1px solid var(--catalog-line); border-radius: 0; box-shadow: none; }
.eyewear-page .catalog-shell { padding: 0; border: 0; background: white; border-radius: 0; }
.eyewear-page .catalog-hero, .eyewear-page .brand-card { border-radius: 8px; box-shadow: none; }
.eyewear-page .section-title { font-size: 26px; font-weight: 400; }
.eyewear-page .live-footer { flex-wrap: wrap; }
@media (max-width: 760px) {
  .catalog-page .page { padding: 16px 10px 28px; }
  .catalog-page .catalog-nav .brand { font-size: 28px; }
  .catalog-page h1 { font-size: 32px; }
  .home-page .module h1 { font-size: 28px; }
  .footwear-page .type-grid, .footwear-page .brand-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 12px; }
  .footwear-page .video-grid { grid-template-columns: minmax(0, 220px); }
  .footwear-page .collection-group { display: block; }
  .footwear-page.has-collection-picker .collection-navigation { display: none; }
  .footwear-page .collection-select:not([hidden]) { display: block; font-size: 14px; }
  .footwear-page .collection-group p { margin-bottom: 6px; }
  .footwear-page .hero { min-height: 240px; padding: 22px; }
}
@media (max-width: 360px) { .home-page .coming-soon-grid { grid-template-columns: repeat(3, minmax(0,1fr)); } }
