.catalog-hero { padding: 76px 0 44px; }
.catalog-hero h1 { max-width: 920px; margin-bottom: 18px; font-size: clamp(3.5rem, 7vw, 6.8rem); }
.catalog-controls { position: sticky; top: 76px; z-index: 10; padding: 18px 0; border-block: 1px solid var(--line); background: rgba(255, 243, 232, .96); backdrop-filter: blur(14px); }
.catalog-toolbar { display: grid; grid-template-columns: minmax(260px, 1fr) 230px 210px; gap: 12px; }
.catalog-toolbar label { display: grid; gap: 6px; color: var(--muted); font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.catalog-toolbar input, .catalog-toolbar select { width: 100%; min-height: 52px; padding: 0 16px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); color: var(--ink); font: inherit; font-size: .95rem; }
.catalog-results { padding: 36px 0 100px; }
.catalog-status { margin: 0 0 24px; color: var(--muted); font-size: .9rem; }
.public-catalog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.public-cheese-card { overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: var(--paper); box-shadow: 0 14px 38px rgba(43,22,11,.07); }
.public-cheese-image { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: var(--sky-soft); }
.public-cheese-image > img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.public-cheese-card:hover .public-cheese-image > img { transform: scale(1.025); }
.catalog-card-placeholder { display: grid; width: 100%; height: 100%; place-items: center; background: linear-gradient(145deg, var(--sky), var(--sky-soft)); }
.catalog-card-placeholder img { width: 48%; height: 75%; object-fit: contain; }
.public-cheese-copy { padding: 22px; }
.public-cheese-meta { display: flex; justify-content: space-between; gap: 12px; color: var(--wine); font-size: .68rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.public-cheese-copy h2 { margin: 14px 0 5px; font-size: 1.75rem; }
.public-cheese-copy h2 a, .card-link { text-decoration: none; }
.public-cheese-copy p { margin: 2px 0; color: var(--muted); font-size: .88rem; }
.public-cheese-maker { color: var(--ink) !important; font-weight: 800; }
.public-cheese-copy .case-status { display: inline-flex; align-items: center; gap: 7px; margin-top: 13px; padding: 7px 10px; border-radius: 999px; background: var(--cream); color: var(--muted); font-size: .72rem; font-weight: 800; }
.public-cheese-copy .case-status.is-available { background: rgba(92, 124, 82, .12); color: #476440; }
.card-link { display: inline-flex; gap: 8px; margin-top: 18px; color: var(--wine); font-size: .86rem; font-weight: 850; }
.catalog-empty, .catalog-error { padding: 64px 24px; border: 1px dashed var(--line); border-radius: 28px; text-align: center; }
.catalog-empty h2 { margin-bottom: 8px; font-size: 2rem; }
.catalog-empty p { color: var(--muted); }

.cheese-breadcrumbs { padding-top: 30px; color: var(--muted); font-size: .82rem; }
.cheese-breadcrumbs a { color: var(--wine); font-weight: 800; text-decoration: none; }
.cheese-detail { padding: 34px 0 100px; }
.cheese-detail-grid { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); align-items: start; gap: 64px; }
.cheese-detail-photo { position: sticky; top: 128px; overflow: hidden; aspect-ratio: 1; border: 1px solid var(--line); border-radius: 38px; background: var(--sky); box-shadow: var(--shadow); }
.cheese-detail-photo img { width: 100%; height: 100%; object-fit: cover; }
.cheese-detail-photo.is-placeholder { display: grid; place-items: center; background: linear-gradient(145deg, var(--sky), var(--sky-soft)); }
.cheese-detail-photo.is-placeholder img { width: 64%; height: 76%; object-fit: contain; }
.cheese-detail-copy h1 { margin-bottom: 9px; font-size: clamp(3.5rem, 7vw, 6.4rem); }
.cheese-byline { margin: 0 0 22px; color: var(--muted); font-size: 1.15rem; }
.cheese-rating-panel { display: inline-flex; align-items: center; gap: 12px; margin: 6px 0 28px; padding: 12px 17px; border-radius: 999px; background: var(--paper); }
.cheese-rating-panel strong { color: var(--wine); font-size: 1.1rem; }
.cheese-rating-panel span { color: var(--muted); font-size: .82rem; }
.cheese-story { color: var(--muted); font-size: 1.05rem; }
.cheese-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 34px 0; border: 1px solid var(--line); border-radius: 24px; background: var(--paper); }
.cheese-fact { padding: 19px; border-bottom: 1px solid var(--line); }
.cheese-fact:nth-child(odd) { border-right: 1px solid var(--line); }
.cheese-fact:nth-last-child(-n+2) { border-bottom: 0; }
.cheese-fact:last-child:nth-child(odd) { grid-column: 1 / -1; border-right: 0; }
.cheese-fact span { display: block; color: var(--wine); font-size: .65rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.cheese-fact strong { display: block; margin-top: 5px; font-size: .9rem; }
.cheese-section { margin-top: 36px; }
.cheese-section h2 { margin-bottom: 15px; font-size: 2rem; }
.flavor-list, .pairing-list { display: flex; flex-wrap: wrap; gap: 9px; margin: 0; padding: 0; list-style: none; }
.flavor-list li, .pairing-list li { padding: 9px 13px; border-radius: 999px; background: var(--paper); color: var(--wine-dark); font-size: .86rem; font-weight: 750; }
.pairing-list li { background: var(--sky-soft); }
.cheese-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.live-notice { margin-top: 18px; color: var(--muted); font-size: .78rem; }

@media (max-width: 900px) {
  .public-catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cheese-detail-grid { gap: 34px; }
}

@media (max-width: 720px) {
  .catalog-controls { position: static; }
  .catalog-toolbar { grid-template-columns: 1fr; }
  .public-catalog-grid, .cheese-detail-grid { grid-template-columns: 1fr; }
  .cheese-detail-photo { position: static; max-width: 520px; }
}

@media (max-width: 480px) {
  .catalog-hero h1 { font-size: clamp(3rem, 14vw, 4rem); }
  .public-catalog-grid { grid-template-columns: 1fr; }
  .cheese-facts { grid-template-columns: 1fr; }
  .cheese-fact, .cheese-fact:nth-child(odd), .cheese-fact:nth-last-child(-n+2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .cheese-fact:last-child { border-bottom: 0; }
}
