/* Catalogue only; shared chrome and homepage styles remain independent. */
.tea-shop { color: #253d31; background: #fffdf8; font: 16px/1.75 Arial, Helvetica, sans-serif; }
.tea-shop .catalogue-container { width: min(1200px, calc(100% - 64px)); margin: 0 auto; }
.tea-shop .catalogue-intro { background: #f4eedf; padding: 48px 0; text-align: center; }
.tea-shop .catalogue-eyebrow { color: #5b705b; font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin: 0 0 14px; }
.tea-shop h1, .tea-shop h2 { font-family: Georgia, 'Times New Roman', serif; color: #253d31; letter-spacing: -0.035em; }
.tea-shop h1 { font-size: clamp(38px, 4.5vw, 56px); line-height: 1.12; font-weight: 400; margin: 0 0 20px; }
.tea-shop .catalogue-intro .catalogue-container > p:last-child { color: #647064; max-width: 620px; margin: 0 auto; }
.tea-shop .catalogue-content { padding-top: 40px; padding-bottom: 80px; }
.tea-shop .catalogue-search { max-width: 640px; margin: 0 0 28px; }
.tea-shop .catalogue-search label { display: block; font-size: 16px; font-weight: 600; margin: 0 0 10px; }
.tea-shop .catalogue-search__controls { display: flex; gap: 12px; }
.tea-shop .catalogue-search input { min-width: 0; flex: 1; width: 100%; height: 52px; padding: 12px 16px; margin: 0; background: #fff; border: 1px solid #b7c1ac; border-radius: 3px; color: #253d31; font: inherit; }
.tea-shop .catalogue-button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; height: auto; padding: 14px 24px; margin: 0; border: 1px solid #294d38; border-radius: 3px; background: #294d38; color: #fffdf8; font: 600 16px/1.4 Arial, Helvetica, sans-serif; letter-spacing: 0; text-transform: none; white-space: normal; cursor: pointer; }
.tea-shop .catalogue-button:hover { background: #193a27; border-color: #193a27; }
.tea-shop a:focus-visible, .tea-shop button:focus-visible, .tea-shop input:focus-visible { outline: 3px solid #996d2c; outline-offset: 4px; }
.tea-shop .catalogue-results { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px 24px; padding-bottom: 20px; margin-bottom: 32px; border-bottom: 1px solid #dedfd3; }
.tea-shop .catalogue-results p { margin: 0; color: #647064; overflow-wrap: anywhere; min-width: 0; }
.tea-shop .catalogue-clear { display: inline-flex; align-items: center; min-height: 44px; color: #294d38; font-weight: 600; text-decoration: underline; text-underline-offset: 4px; }
.tea-shop .catalogue-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 1fr; align-items: stretch; gap: 40px 24px; }
.tea-shop .catalogue-card { min-width: 0; display: flex; flex-direction: column; }
.tea-shop .catalogue-card__image { flex-shrink: 0; background: #f0eee4; border-radius: 4px; overflow: hidden; }
.tea-shop .catalogue-card__image img { display: block; width: 100%; height: auto; margin: 0; }
.tea-shop .catalogue-card__body { flex: 1; display: flex; flex-direction: column; padding-top: 20px; }
.tea-shop .catalogue-card h2 { font-size: 24px; font-weight: 700; line-height: 1.25; margin: 0 0 10px; overflow-wrap: anywhere; }
.tea-shop .catalogue-card__description { font-size: 16px; line-height: 1.75; color: #687366; margin: 0 0 20px; overflow-wrap: anywhere; }
.tea-shop .catalogue-card__purchase { margin-top: auto; }
.tea-shop .catalogue-card__price { font-size: 19px; font-weight: 600; margin: 0 0 8px; }
.tea-shop .catalogue-card__form { margin: 0; }
.tea-shop .catalogue-quantity { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 48px; margin-bottom: 12px; }
.tea-shop .catalogue-quantity__label { font-size: 15px; font-weight: 600; margin: 0; }
.tea-shop .catalogue-button--cart { width: 100%; }
.tea-shop .catalogue-stock-note { min-height: 48px; display: flex; align-items: center; font-size: 14px; line-height: 1.5; color: #687366; margin: 0 0 12px; }
.tea-shop .catalogue-card__unavailable { min-height: 112px; }
.tea-shop .catalogue-empty { padding: 48px 24px; text-align: center; border-radius: 4px; background: #edf0e7; }
.tea-shop .catalogue-empty h2 { font-size: 30px; font-weight: 400; line-height: 1.25; margin: 0 0 16px; }
.tea-shop .catalogue-empty p { max-width: 600px; margin: 0 auto; color: #647064; overflow-wrap: anywhere; }
@media (max-width: 1000px) {
    .tea-shop .catalogue-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
    .tea-shop .catalogue-container { width: calc(100% - 40px); }
    .tea-shop .catalogue-intro { padding: 36px 0; }
    .tea-shop .catalogue-content { padding-top: 28px; padding-bottom: 48px; }
    .tea-shop .catalogue-search__controls { flex-direction: column; }
    .tea-shop .catalogue-search input { flex: auto; }
    .tea-shop .catalogue-grid { grid-template-columns: 1fr; gap: 36px; }
}

/* Detail links preserve the approved card typography. */
.tea-shop .catalogue-card h2 a { color: inherit; text-decoration: none; }
.tea-shop .catalogue-card h2 a:hover { text-decoration: underline; text-underline-offset: 4px; }
.tea-shop a.catalogue-card__image { display: block; }

/* Bounded catalogue navigation, below the existing product grid. */
.tea-shop .catalogue-pagination { margin-top: 38px; text-align: center; color: #56634f; }
.tea-shop .catalogue-pagination ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; padding: 0; margin: 0 0 16px; list-style: none; }
.tea-shop .catalogue-pagination li { margin: 0; }
.tea-shop .catalogue-pagination a { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; padding: 8px 14px; border: 1px solid #b8c1b1; border-radius: 4px; color: #294d38; text-decoration: none; }
.tea-shop .catalogue-pagination a:hover, .tea-shop .catalogue-pagination .active a { background: #294d38; color: #fffdf8; }
.tea-shop .catalogue-pagination a:focus-visible { outline: 3px solid #996d2c; outline-offset: 3px; }
.tea-shop .catalogue-pagination .disabled a { opacity: .55; pointer-events: none; }
