[hidden] { display: none !important; }

.cat-head {
  padding: clamp(26px, 4vw, 54px) var(--edge) 0;
}

.cat-head__lead {
  max-width: 520px;
  margin: 0 0 26px;
  font-size: 16px;
}

.brandbar {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(8px, 1.4vw, 18px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
}

.brandbar__item {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 10px 22px;
  border: 1px solid transparent;
  background: none;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 17px;
  color: var(--navy);
  cursor: pointer;
  transition: border-color 0.25s, background 0.25s;
}

.brandbar__item i {
  font-style: normal;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
}

.brandbar__item:hover { border-color: var(--line); }
.brandbar__item.is-active { border-color: var(--gold); background: var(--band); }

.catalog {
  display: grid;
  grid-template-columns: clamp(180px, 20vw, 250px) 1fr;
  gap: clamp(20px, 3vw, 48px);
  padding: clamp(24px, 3.4vw, 44px) var(--edge) clamp(40px, 5vw, 70px);
  align-items: start;
}

.filters__block { margin-bottom: 26px; }

.filters__title {
  display: block;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}

.filters__list { display: flex; flex-direction: column; gap: 2px; }

.filters__list button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 0;
  border: 0;
  background: none;
  font-family: inherit;
  font-size: 15px;
  color: var(--text);
  text-align: left;
  cursor: pointer;
  transition: color 0.2s;
}

.filters__list button:hover { color: var(--navy); }
.filters__list button.is-active { color: var(--navy); }

.filters__list em {
  font-style: normal;
  margin-left: auto;
  padding-left: 8px;
  font-size: 12px;
  color: rgba(74, 66, 58, 0.5);
}

.filters__list button span { line-height: 1.3; }

.filters__list button i {
  display: block;
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: rgba(74, 66, 58, 0.6);
}
.filters__reset {
  border: 0;
  background: none;
  padding: 0;
  font-family: inherit;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  cursor: pointer;
}

.results__bar {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 22px;
}

.results__count {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(74, 66, 58, 0.6);
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: clamp(12px, 1.6vw, 24px);
}

.item {
  display: flex;
  flex-direction: column;
  background: var(--surface);
  border: 1px solid transparent;
  padding: 0 0 16px;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  transition: border-color 0.25s;
}

.item:hover { border-color: var(--gold); }

.item__media {
  position: relative;
  aspect-ratio: 1 / 1;
  background: #f7f1e6;
  overflow: hidden;
}

.item__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.item__body { padding: 14px 16px 18px; flex: 1; }

.item__line {
  display: block;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 6px;
}

.item__line i {
  display: block;
  font-style: normal;
  letter-spacing: 0.16em;
  color: rgba(74, 66, 58, 0.6);
}

.item__name {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 15px;
  line-height: 1.35;
  color: var(--navy);
}

.more {
  display: block;
  margin: 34px auto 0;
  padding: 14px 40px;
  border: 1px solid var(--line);
  background: none;
  font-family: inherit;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--navy);
  cursor: pointer;
}

.more:hover { border-color: var(--gold); color: var(--gold); }

.modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(16, 27, 51, 0.42);
}

.modal__body {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  max-width: 860px;
  width: 100%;
  max-height: 88vh;
  overflow: auto;
  padding: 30px;
  background: var(--bg);
}

.modal__gallery {
  position: relative;
}

.modal__gallery #modalImg {
  width: 100%;
  height: auto;
  max-height: 62vh;
  object-fit: contain;
  mix-blend-mode: multiply;
  cursor: zoom-in;
}

.zoom-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  background: rgba(244, 237, 225, 0.92);
  color: var(--navy);
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
}

.zoom-btn:hover { border-color: var(--gold); color: var(--gold); }

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  background: rgba(16, 27, 51, 0.82);
  cursor: zoom-out;
}

.lightbox img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.thumbs {
  display: flex;
  gap: 8px;
  margin-top: 8px;
  flex-wrap: wrap;
}

.thumbs button {
  width: 62px;
  height: 62px;
  padding: 0;
  border: 1px solid var(--line);
  background: #f7f1e6;
  cursor: pointer;
  transition: border-color 0.2s;
}

.thumbs button.is-active,
.thumbs button:hover { border-color: var(--gold); }

.thumbs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.line-head {
  border-top: 1px solid var(--line);
  padding-top: 18px;
  margin-bottom: 24px;
}

.line-head h2 {
  font-size: clamp(21px, 2.2vw, 30px);
  margin-bottom: 6px;
}

.line-head span {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
}

.line-head em {
  font-style: normal;
  color: rgba(74, 66, 58, 0.6);
}

.modal__close {
  position: absolute;
  top: 12px;
  right: 16px;
  border: 0;
  background: none;
  font-size: 26px;
  line-height: 1;
  color: var(--navy);
  cursor: pointer;
}

.modal__text { padding-top: 10px; }

.modal__brand,
.modal__line {
  display: block;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
}

.modal__text h2 {
  font-size: clamp(20px, 2vw, 27px);
  margin: 10px 0 8px;
}

.modal__text p { margin: 18px 0 22px; font-size: 15.5px; }

.acc { margin-bottom: 26px; }

.acc details {
  border-top: 1px solid var(--line);
}

.acc details:last-child { border-bottom: 1px solid var(--line); }

.acc summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 0;
  list-style: none;
  cursor: pointer;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--navy);
}

.acc summary::-webkit-details-marker { display: none; }

.acc summary::after {
  content: '+';
  font-size: 17px;
  line-height: 1;
  color: var(--gold);
}

.acc details[open] summary::after { content: '\2013'; }

.acc details p {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.6;
  white-space: pre-line;
}



@media (max-width: 900px) {
  .catalog { grid-template-columns: 1fr; }
  .filters {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--line);
  }
  .filters__block { margin-bottom: 0; }
  .filters__list { max-height: 190px; overflow: auto; }
  .modal__body { grid-template-columns: 1fr; padding: 22px; }
  .request-btn { padding: 9px 14px; font-size: 10px; }
}

.filters-toggle { display: none; }

@media (max-width: 900px) {
  .filters-toggle {
    display: block;
    width: 100%;
    margin-bottom: 6px;
    padding: 13px 18px;
    border: 1px solid var(--line);
    background: none;
    font-family: inherit;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--navy);
    cursor: pointer;
  }
  .filters { display: none; }
  .filters.is-open {
    display: grid;
    margin-bottom: 18px;
  }
  .filters__list { max-height: 240px; }
}

@media (max-width: 760px) {
  .modal { padding: 0; align-items: stretch; }

  .modal__body {
    grid-template-columns: 1fr;
    gap: 18px;
    max-width: none;
    max-height: none;
    height: 100%;
    padding: 60px 18px 28px;
  }

  .modal__close {
    position: fixed;
    top: 4px;
    right: 8px;
    z-index: 5;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: none;
    font-size: 43px;
    line-height: 1;
    padding: 0;
  }

  .modal__gallery #modalImg { max-height: 46vh; }

  .zoom-btn {
    top: auto;
    bottom: 8px;
    right: 8px;
    width: 44px;
    height: 44px;
  }

  .thumbs button { width: 54px; height: 54px; }
}