/* Appily-Ten — citrus press hall storefront */
:root {
  --ink: #1A2332;
  --ink-soft: #2C3A4F;
  --blood: #D94F04;
  --lemon: #F4D35E;
  --lime: #6BA368;
  --sky: #D6E8F5;
  --ice: #F7FBFF;
  --mist: #E8F1F8;
  --line: rgba(26, 35, 50, 0.12);
  --muted: #6B7A8D;
  --white: #ffffff;
  --radius: 6px;
  --radius-lg: 14px;
  --font-display: 'Syne', 'Arial Narrow', sans-serif;
  --font-body: 'IBM Plex Sans', 'Segoe UI', sans-serif;
  --shadow: 0 18px 40px rgba(26, 35, 50, 0.1);
}

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { height: 100%; }
body.appily-ten {
  font-family: var(--font-body);
  background:
    linear-gradient(180deg, var(--sky) 0%, var(--ice) 28%, var(--ice) 100%);
  color: var(--ink);
  line-height: 1.6;
  min-height: 100%;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 28px)); margin: 0 auto; }
.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

.page-wrap { min-height: 100vh; display: flex; flex-direction: column; }
.page-main { flex: 1 0 auto; }

/* —— Press counter header (unique) —— */
.press-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: var(--ice);
  border-bottom: 2px solid var(--ink);
}
.press-counter {
  background: var(--ink);
  color: var(--ice);
}
.press-counter-grid {
  display: grid;
  grid-template-columns: auto 1fr minmax(180px, 320px) auto;
  align-items: center;
  gap: 14px 18px;
  padding: 14px 0;
}
.press-menu-btn {
  display: none;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: 1px solid rgba(247, 251, 255, 0.28);
  color: var(--ice);
  padding: 8px 12px;
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-weight: 600;
  cursor: pointer;
}
.press-menu-lines {
  display: flex;
  flex-direction: column;
  gap: 3px;
  width: 16px;
}
.press-menu-lines span {
  display: block;
  height: 2px;
  background: var(--lemon);
}
.press-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.press-stamp {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--blood);
  color: var(--ice);
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: -0.04em;
  flex-shrink: 0;
  border: 2px solid var(--lemon);
}
.press-brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}
.press-brand-copy strong {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.press-brand-copy small {
  color: rgba(247, 251, 255, 0.65);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.press-search {
  display: flex;
  background: var(--ice);
  border-radius: var(--radius);
  overflow: hidden;
  border: 2px solid var(--lemon);
}
.press-search input {
  flex: 1;
  border: 0;
  padding: 10px 12px;
  font: inherit;
  color: var(--ink);
  background: transparent;
  min-width: 0;
}
.press-search button {
  border: 0;
  background: var(--lemon);
  color: var(--ink);
  font-weight: 700;
  padding: 0 14px;
  cursor: pointer;
  font-family: var(--font-body);
}
.press-tools {
  display: flex;
  align-items: center;
  gap: 10px;
}
.press-tool {
  color: rgba(247, 251, 255, 0.85);
  font-size: 0.9rem;
  font-weight: 500;
  white-space: nowrap;
}
.press-basket {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--blood);
  color: var(--ice);
  padding: 8px 12px;
  border-radius: var(--radius);
  font-weight: 700;
  border: 1px solid transparent;
}
.press-basket-count {
  background: var(--lemon);
  color: var(--ink);
  min-width: 1.5rem;
  height: 1.5rem;
  border-radius: 4px;
  display: grid;
  place-items: center;
  font-size: 0.8rem;
}

.press-aisle-bar {
  background: var(--ice);
  border-top: 1px solid var(--line);
}
.press-aisle-inner {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px 0;
  overflow: hidden;
}
.press-primary {
  display: flex;
  gap: 4px;
  flex-shrink: 0;
}
.press-primary-link {
  padding: 6px 10px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink-soft);
  border-bottom: 2px solid transparent;
}
.press-primary-link.is-active,
.press-primary-link:hover {
  color: var(--blood);
  border-bottom-color: var(--blood);
}
.press-aisle-scroll {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: thin;
}
.press-aisle-chip {
  flex-shrink: 0;
  padding: 6px 12px;
  background: var(--mist);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--ink-soft);
  white-space: nowrap;
}
.press-aisle-chip:hover {
  background: var(--lemon);
  border-color: var(--ink);
  color: var(--ink);
}

.press-drawer-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(26, 35, 50, 0.55);
  z-index: 70;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.press-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: min(360px, 92vw);
  height: 100%;
  height: 100dvh;
  background: var(--ice);
  z-index: 80;
  padding: 18px 16px 28px;
  overflow-y: auto;
  overscroll-behavior: contain;
  border-right: 3px solid var(--ink);
  box-shadow: 18px 0 48px rgba(26, 35, 50, 0.28);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.press-drawer[hidden],
.press-drawer-backdrop[hidden] { display: none !important; }
.press-drawer-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--ink);
}
.press-drawer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.press-stamp-sm {
  width: 36px;
  height: 36px;
  font-size: 0.95rem;
}
.press-drawer-brand strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.1rem;
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.press-drawer-kicker {
  margin: 0 0 2px;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}
.press-drawer-close {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid var(--line);
  background: var(--white);
  min-height: 40px;
  padding: 0 12px;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  border-radius: var(--radius);
  color: var(--ink);
  font-family: var(--font-body);
  font-weight: 600;
}
.press-drawer-close-text {
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.press-drawer-search {
  display: flex;
  background: var(--white);
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  overflow: hidden;
}
.press-drawer-search input {
  flex: 1;
  border: 0;
  padding: 12px;
  font: inherit;
  color: var(--ink);
  background: transparent;
  min-width: 0;
}
.press-drawer-search button {
  border: 0;
  background: var(--lemon);
  color: var(--ink);
  font-weight: 700;
  padding: 0 14px;
  cursor: pointer;
  font-family: var(--font-body);
}
.press-drawer-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.press-drawer-action {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 12px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--white);
  min-height: 64px;
  justify-content: center;
}
.press-drawer-action-account {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--ice);
}
.press-drawer-action-cart {
  border-color: var(--blood);
  background: var(--blood);
  color: var(--ice);
}
.press-drawer-action-label {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.98rem;
  letter-spacing: -0.02em;
}
.press-drawer-action-meta {
  font-size: 0.75rem;
  opacity: 0.8;
}
.press-drawer-section-label {
  margin: 4px 0 0;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
}
.press-drawer-nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.press-drawer-link {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-height: 58px;
}
.press-drawer-link:hover,
.press-drawer-link.is-active {
  border-color: var(--ink);
  background: var(--mist);
  box-shadow: inset 4px 0 0 var(--blood);
}
.press-drawer-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  background: var(--ink);
  color: var(--lemon);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.78rem;
  border-radius: 4px;
}
.press-drawer-link.is-active .press-drawer-mark {
  background: var(--blood);
  color: var(--ice);
}
.press-drawer-link-copy {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}
.press-drawer-link-copy strong {
  font-family: var(--font-display);
  font-size: 1.05rem;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.press-drawer-link-copy small {
  color: var(--muted);
  font-size: 0.75rem;
}
.press-drawer-chevron {
  color: var(--blood);
  font-weight: 700;
}
.press-drawer-aisles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.press-drawer-aisle {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 44px;
  padding: 10px 8px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--ink-soft);
}
.press-drawer-aisle:hover {
  background: var(--lemon);
  border-color: var(--ink);
  color: var(--ink);
}
.press-drawer-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px dashed var(--line);
}
.press-drawer-foot a {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--muted);
}
.press-drawer-foot a:hover { color: var(--blood); }
body.press-nav-open .press-menu-btn {
  border-color: var(--lemon);
  background: rgba(244, 211, 94, 0.12);
}

/* —— Hero —— */
.hero-press {
  padding: 48px 0 36px;
}
.hero-press-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 36px;
  align-items: center;
}
.press-eyebrow {
  margin: 0 0 10px;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--blood);
  font-weight: 600;
}
.hero-press-copy h1 {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 5vw, 4.2rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.95;
  color: var(--ink);
}
.hero-lede {
  margin: 0 0 22px;
  max-width: 38ch;
  color: var(--ink-soft);
  font-size: 1.05rem;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}
.press-stats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.press-stats li {
  display: flex;
  flex-direction: column;
  min-width: 88px;
}
.press-stats strong {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--blood);
}
.press-stats span {
  font-size: 0.78rem;
  color: var(--muted);
}

.hero-press-stage {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  min-height: 360px;
}
.press-stage-tile {
  position: relative;
  overflow: hidden;
  border: 2px solid var(--ink);
  background: var(--white);
}
.press-stage-1 {
  grid-row: 1 / span 2;
}
.press-stage-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 160px;
}
.press-stage-tile span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 12px;
  background: linear-gradient(transparent, rgba(26, 35, 50, 0.82));
  color: var(--ice);
  font-size: 0.85rem;
  font-weight: 600;
}

/* —— Aisle board —— */
.aisle-board {
  padding: 12px 0 40px;
}
.aisle-board-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.aisle-board-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 16px;
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 4px solid var(--blood);
  box-shadow: 0 8px 20px rgba(26, 35, 50, 0.04);
}
.aisle-board-card:nth-child(2n) { border-left-color: var(--lime); }
.aisle-board-card:nth-child(3n) { border-left-color: var(--lemon); }
.aisle-board-label {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
}
.aisle-board-go {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}

/* —— Sections / products —— */
.section { padding: 40px 0; }
.section-muted { background: rgba(214, 232, 245, 0.45); }
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}
.section-head h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.75rem;
  letter-spacing: -0.03em;
}
.section-head p { margin: 0; color: var(--muted); }
.section-head a {
  font-weight: 600;
  color: var(--blood);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.product-grid-compact {
  grid-template-columns: repeat(4, 1fr);
}
.product-card {
  background: var(--white);
  border: 1px solid var(--line);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.product-img {
  position: relative;
  aspect-ratio: 1;
  background: var(--mist);
  overflow: hidden;
}
.product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--ink);
  color: var(--lemon);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 8px;
}
.product-body {
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}
.product-cat {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
.product-body h3 {
  margin: 0;
  font-size: 1.05rem;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
}
.product-variant {
  margin: 0;
  font-size: 0.85rem;
  color: var(--muted);
}
.product-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-top: 10px;
}
.price {
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--blood);
}

.product-tile {
  display: flex;
  gap: 12px;
  align-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  padding: 10px;
}
.product-tile-img {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  overflow: hidden;
  border: 1px solid var(--line);
}
.product-tile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-tile-info h3 {
  margin: 0 0 4px;
  font-size: 0.95rem;
  font-family: var(--font-display);
}
.product-tile-info .price { font-size: 0.95rem; }

.press-band {
  padding: 36px 0;
  background: var(--ink);
  color: var(--ice);
}
.press-band-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.press-band h2 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: 1.6rem;
  letter-spacing: -0.03em;
}
.press-band p { margin: 0; color: rgba(247, 251, 255, 0.7); }

/* —— Buttons —— */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.92rem;
  border: 2px solid transparent;
  cursor: pointer;
}
.btn-primary {
  background: var(--blood);
  color: var(--ice);
  border-color: var(--blood);
}
.btn-primary:hover { background: #b84203; }
.btn-outline {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}
.btn-outline:hover {
  background: var(--ink);
  color: var(--ice);
}
.btn-soft {
  background: var(--mist);
  color: var(--ink);
  border-color: var(--line);
}
.btn-sm { padding: 7px 12px; font-size: 0.8rem; }
.press-band .btn-primary {
  background: var(--lemon);
  color: var(--ink);
  border-color: var(--lemon);
}

.empty-state {
  text-align: center;
  padding: 48px 16px;
  background: var(--white);
  border: 1px dashed var(--line);
}
.empty-state .sub { color: var(--muted); }

/* —— Nutrition-facts footer —— */
.facts-footer {
  background: var(--mist);
  padding: 40px 0 28px;
  margin-top: auto;
}
.facts-sheet {
  background: var(--white);
  border: 2px solid var(--ink);
  padding: 22px 24px 16px;
}
.facts-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
}
.facts-title {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.facts-serving {
  font-size: 0.85rem;
  color: var(--muted);
}
.facts-rule {
  height: 1px;
  background: var(--ink);
  margin: 10px 0 16px;
}
.facts-rule.thick {
  height: 6px;
  margin: 18px 0 12px;
}
.facts-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  gap: 18px;
}
.facts-panel h4 {
  margin: 0 0 10px;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--line);
  padding-bottom: 6px;
}
.facts-panel a,
.facts-panel p {
  display: block;
  margin: 0 0 6px;
  font-size: 0.88rem;
  color: var(--ink-soft);
}
.facts-panel a:hover { color: var(--blood); }
.facts-brand strong {
  font-family: var(--font-display);
  font-size: 1.15rem;
  display: block;
  margin-bottom: 6px;
}
.facts-legal {
  font-size: 0.78rem !important;
  color: var(--muted) !important;
}
.facts-base {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 0.8rem;
  color: var(--muted);
}
.facts-stamp-text {
  font-weight: 600;
  color: var(--ink-soft);
}

/* —— Shop / shared page helpers —— */
.page-hero {
  padding: 28px 0 8px;
}
.page-hero h1 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: 2rem;
  letter-spacing: -0.03em;
}
.filters-bar,
.shop-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.catalog-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 28px;
  align-items: start;
}
.ledger-panel,
.filter-panel {
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 3px solid var(--ink);
  padding: 16px;
  position: sticky;
  top: 120px;
}
.filter-panel h2 {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: 1.1rem;
}
.filter-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.filter-nav a {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 10px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--ink-soft);
  border-left: 3px solid transparent;
}
.filter-nav a:hover,
.filter-nav a.active {
  background: var(--mist);
  border-left-color: var(--blood);
  color: var(--ink);
}
.filter-count {
  color: var(--muted);
  font-weight: 500;
  font-size: 0.78rem;
}
.result-meta {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 0.9rem;
}
.page-panel { padding: 32px 0 48px; }
.panel {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 24px;
}
.dual {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 20px;
}
.cart-table {
  width: 100%;
  border-collapse: collapse;
}
.cart-table th,
.cart-table td {
  text-align: left;
  padding: 10px 8px;
  border-bottom: 1px solid var(--line);
  font-size: 0.92rem;
}
.pagination,
.pagination-nav {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.pagination-btn {
  padding: 8px 12px;
  border: 1px solid var(--line);
  background: var(--white);
  font-weight: 600;
  font-size: 0.85rem;
}
.pagination-btn.is-active,
.pagination a.is-active {
  background: var(--ink);
  color: var(--ice);
  border-color: var(--ink);
}
.eyebrow {
  margin: 0 0 8px;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--blood);
  font-weight: 600;
}

/* —— Responsive —— */
@media (max-width: 1100px) {
  .press-counter-grid {
    grid-template-columns: auto 1fr auto;
  }
  .press-search { display: none; }
  .press-menu-btn { display: inline-flex; }
  .press-primary { display: none; }
  .press-aisle-inner {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 980px) {
  .container { width: min(1180px, calc(100% - 24px)); }
  .hero-press { padding: 32px 0 28px; }
  .hero-press-grid { grid-template-columns: 1fr; gap: 22px; }
  .hero-press-stage { min-height: 280px; }
  .aisle-board-grid { grid-template-columns: repeat(2, 1fr); }
  .product-grid,
  .product-grid-compact { grid-template-columns: repeat(2, 1fr); }
  .facts-grid { grid-template-columns: 1fr 1fr; }
  .catalog-layout { grid-template-columns: 1fr; }
  .ledger-panel { position: static; }
  .dual { grid-template-columns: 1fr; }
  .press-band-inner { align-items: flex-start; }
  .press-stats { gap: 14px; }
}

@media (max-width: 720px) {
  .press-counter-grid {
    gap: 10px;
    padding: 12px 0;
  }
  .press-brand-copy strong { font-size: 1.15rem; }
  .press-brand-copy small { display: none; }
  .press-tool { display: none; }
  .press-basket { padding: 8px 10px; }
  .press-basket-label { display: none; }
  .press-menu-text { display: none; }
  .press-menu-btn { padding: 10px; min-width: 44px; min-height: 44px; justify-content: center; }
  .press-aisle-bar { border-top: 0; }
  .press-aisle-inner { padding: 8px 0 12px; }
  .press-aisle-chip { padding: 8px 12px; font-size: 0.78rem; }
  .hero-press { padding: 24px 0 20px; }
  .hero-press-copy h1 { font-size: clamp(2.1rem, 10vw, 2.8rem); }
  .hero-actions { width: 100%; }
  .hero-actions .btn { flex: 1 1 auto; min-height: 44px; }
  .hero-press-stage {
    grid-template-columns: 1fr 1fr;
    min-height: 220px;
  }
  .press-stage-1 { grid-row: auto; }
  .aisle-board-grid,
  .product-grid,
  .product-grid-compact,
  .facts-grid { grid-template-columns: 1fr; }
  .facts-sheet { padding: 18px 16px 14px; }
  .facts-title { font-size: 1.45rem; }
  .section { padding: 28px 0; }
  .section-head h2 { font-size: 1.4rem; }
  .btn { min-height: 44px; }
  .btn-sm { min-height: 36px; }
  .pagination,
  .pagination-nav { justify-content: center; }
  .pagination-btn { min-height: 40px; }
}

@media (max-width: 420px) {
  .container { width: calc(100% - 20px); }
  .press-stamp { width: 38px; height: 38px; font-size: 1rem; }
  .press-drawer { width: 100vw; border-right: 0; }
  .press-drawer-actions { grid-template-columns: 1fr; }
  .press-drawer-aisles { grid-template-columns: 1fr; }
}
