.shop-page { background: var(--paper); }
.shop-header {
  position: relative;
  top: 0;
  color: var(--forest);
  background: rgba(248, 245, 237, .98);
  border-bottom-color: var(--line);
}
.shop-header .header-actions .icon-button {
  color: var(--forest);
  background: rgba(255,255,255,.72);
  border-color: rgba(23,60,48,.25);
  box-shadow: 0 2px 10px rgba(23,60,48,.06);
}
.shop-header .brand-logo img { filter: none; }
.desktop-nav .is-current::after { transform: scaleX(1); }

.shop-hero { padding: 106px 0 94px; background: var(--ivory); border-bottom: 1px solid var(--line); }
.shop-hero__inner { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; }
.shop-hero .eyebrow { margin-bottom: 19px; }
.shop-hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(68px, 7vw, 106px); font-weight: 400; line-height: .9; letter-spacing: -.055em; }
.shop-hero h1 em { color: var(--sage); }
.shop-hero__inner > p { max-width: 470px; margin: 0 0 8px; color: var(--muted); font-family: var(--serif); font-size: 20px; line-height: 1.58; }

.shop-by { padding: 68px 0 74px; background: var(--forest); color: var(--ivory); }
.shop-by__heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 34px; }
.shop-by .eyebrow { color: var(--sage-pale); margin: 0 0 12px; }
.shop-by h2 { margin: 0; font-family: var(--serif); font-size: clamp(36px, 4vw, 55px); font-weight: 400; letter-spacing: -.035em; }
.shop-by h2 em { color: #c8d1bc; }
.shop-by__rail { display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid rgba(255,255,255,.2); }
.discovery-card {
  min-height: 176px;
  padding: 24px 20px 22px;
  border: 0;
  border-right: 1px solid rgba(255,255,255,.2);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: var(--ivory);
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: background .25s ease, color .25s ease;
}
.discovery-card:last-child { border-right: 0; }
.discovery-card:hover, .discovery-card.is-active { color: var(--forest); background: var(--sage-pale); }
.discovery-card > span { margin-bottom: auto; font-size: 12px; letter-spacing: .14em; opacity: .72; }
.discovery-card strong { margin-bottom: 5px; font-family: var(--serif); font-size: 21px; font-weight: 400; }
.discovery-card small { font-size: 13px; opacity: .72; }

.catalogue { padding-top: 100px; }
.catalogue-heading { display: flex; justify-content: space-between; align-items: end; padding-bottom: 38px; border-bottom: 1px solid var(--line); }
.catalogue-heading .eyebrow { margin-bottom: 17px; }
.catalogue-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(48px, 5vw, 72px); font-weight: 400; line-height: 1; letter-spacing: -.045em; }
.catalogue-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.catalogue-tools { min-height: 88px; display: grid; grid-template-columns: minmax(240px, .9fr) 2fr auto; align-items: center; gap: 34px; border-bottom: 1px solid var(--line); }
.catalogue-search { height: 44px; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid var(--forest); }
.catalogue-search svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.catalogue-search input { min-width: 0; width: 100%; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 14px; }
.catalogue-search input::placeholder { color: #788078; }
.filter-tabs { display: flex; justify-content: center; gap: clamp(15px, 2vw, 28px); }
.filter-tabs button {
  padding: 9px 0;
  border: 0;
  border-bottom: 1px solid transparent;
  color: var(--muted);
  background: transparent;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}
.filter-tabs button:hover, .filter-tabs button.is-active { color: var(--forest); border-color: var(--forest); }
.sort-control { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.sort-control select { border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 13px; cursor: pointer; }
.mobile-filter-button { display: none; }
.active-filter { width: fit-content; margin: 24px 0 0; padding: 8px 10px 8px 14px; border-radius: 99px; align-items: center; gap: 12px; background: var(--sage-pale); font-size: 12px; }
.active-filter:not([hidden]) { display: flex; }
.active-filter button { border: 0; background: transparent; color: var(--forest); cursor: pointer; }

.shop-product-grid { padding-top: 48px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 58px 22px; }
.shop-card { min-width: 0; display: flex; flex-direction: column; }
.shop-card[hidden] { display: none; }
.shop-card__image { position: relative; aspect-ratio: .82; overflow: hidden; background: #e9e2d4; }
.shop-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.shop-card:hover .shop-card__image img { transform: scale(1.018); }
.shop-card__body { flex: 1; padding-top: 18px; display: flex; flex-direction: column; }
.shop-card .product-type { margin: 0 0 10px; color: var(--clay); font-size: 11px; font-weight: 600; letter-spacing: .14em; }
.shop-card__title { min-height: 60px; display: grid; grid-template-columns: 1fr auto; gap: 14px; align-items: start; }
.shop-card__title h3 { margin: 0; font-family: var(--serif); font-size: clamp(20px, 1.45vw, 24px); font-weight: 400; line-height: 1.12; letter-spacing: -.02em; }
.shop-card__title p { margin: 3px 0 0; white-space: nowrap; font-size: 13px; font-weight: 600; }
.shop-card__benefit { min-height: 52px; margin: 7px 0 17px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.shop-card__add { width: 100%; min-height: 46px; margin-top: auto; padding: 0 14px; border: 1px solid var(--forest); display: flex; align-items: center; justify-content: space-between; color: var(--forest); background: transparent; font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; transition: .22s ease; }
.shop-card__add:hover, .shop-card__add.is-added { color: var(--ivory); background: var(--forest); }
.product-badge--sage { background: var(--sage-pale); color: var(--forest); }
.empty-results { padding: 90px 0 30px; text-align: center; }
.empty-results > span { color: var(--sage); font-size: 40px; }
.empty-results h3 { margin: 12px 0 4px; font-family: var(--serif); font-size: 36px; font-weight: 400; }
.empty-results p { margin: 0 0 24px; color: var(--muted); }

.shop-guidance { min-height: 570px; margin-top: 110px; display: grid; grid-template-columns: 1.1fr .9fr; color: var(--ivory); background: var(--forest); }
.shop-guidance__image { background: url("../images/campaign/face-tallow-ritual.webp") center / cover no-repeat; }
.shop-guidance__content { padding: 90px clamp(44px, 7vw, 110px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.shop-guidance h2 { margin-bottom: 24px; font-family: var(--serif); font-size: clamp(48px, 5vw, 70px); font-weight: 400; line-height: .98; letter-spacing: -.045em; }
.shop-guidance__content > p:not(.eyebrow) { max-width: 520px; margin: 0 0 32px; color: rgba(255,255,255,.74); font-family: var(--serif); font-size: 18px; line-height: 1.65; }

@media (max-width: 1100px) {
  .shop-by__rail { grid-template-columns: repeat(3, 1fr); }
  .discovery-card:nth-child(3) { border-right: 0; }
  .discovery-card:nth-child(-n+3) { border-bottom: 1px solid rgba(255,255,255,.2); }
  .catalogue-tools { grid-template-columns: 1fr auto; }
  .filter-tabs { grid-column: 1 / -1; grid-row: 2; justify-content: flex-start; padding-bottom: 18px; }
  .shop-product-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 820px) {
  .shop-header .header-shell { min-height: 78px; }
  .shop-hero { padding: 76px 0 68px; }
  .shop-hero__inner { grid-template-columns: 1fr; gap: 28px; }
  .shop-hero h1 { font-size: clamp(58px, 16vw, 82px); }
  .shop-hero__inner > p { font-size: 18px; }
  .shop-by { padding: 55px 0; }
  .shop-by__rail { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .discovery-card { min-width: 220px; min-height: 150px; border-bottom: 0 !important; scroll-snap-align: start; }
  .catalogue { padding-top: 72px; }
  .catalogue-heading { align-items: start; }
  .catalogue-heading h2 { font-size: 48px; }
  .catalogue-tools { grid-template-columns: 1fr auto; gap: 16px; padding: 18px 0; }
  .catalogue-search { min-width: 0; }
  .filter-tabs, .sort-control { display: none; }
  .catalogue-tools.is-open .filter-tabs { grid-column: 1 / -1; display: flex; flex-wrap: wrap; padding: 16px 0 4px; }
  .catalogue-tools.is-open .sort-control { grid-column: 1 / -1; display: flex; padding-bottom: 8px; }
  .mobile-filter-button { min-height: 44px; padding: 0 14px; border: 1px solid var(--line); display: flex; align-items: center; gap: 10px; background: transparent; font-size: 12px; text-transform: uppercase; letter-spacing: .07em; }
  .shop-product-grid { grid-template-columns: repeat(2, 1fr); gap: 48px 18px; }
  .shop-guidance { grid-template-columns: 1fr; }
  .shop-guidance__image { min-height: 520px; }
}
@media (max-width: 560px) {
  .shop-hero { padding: 58px 0 55px; }
  .shop-hero h1 { font-size: 56px; }
  .shop-by__heading { display: block; }
  .shop-by h2 { font-size: 39px; }
  .catalogue-heading h2 { font-size: 42px; }
  .catalogue-heading > p { display: none; }
  .catalogue-tools { grid-template-columns: 1fr; }
  .mobile-filter-button { justify-content: space-between; }
  .shop-product-grid { grid-template-columns: 1fr; gap: 52px; }
  .shop-card__image { aspect-ratio: .9; }
  .shop-card__title { min-height: auto; }
  .shop-card__benefit { min-height: auto; }
  .shop-guidance { margin-top: 82px; }
  .shop-guidance__image { min-height: 430px; }
  .shop-guidance__content { padding: 66px 28px 72px; }
}
@media (prefers-reduced-motion: reduce) {
  .shop-card__image img { transition: none; }
}
