.catalog-page,
.series-page,
.product-page {
  padding-top: 42px;
  padding-bottom: 120px;
}
.catalog-page__intro {
  max-width: 760px;
  padding: 82px 0 74px;
}
.catalog-page__intro--compact {
  padding-bottom: 46px;
}
.catalog-page__intro h1,
.series-page h1,
.product-info h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(46px, 5.3vw, 78px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 1.04;
  margin: 0 0 26px;
}
.catalog-page__intro h1 em,
.series-page h1 em {
  font-weight: 400;
}
.catalog-page__intro > p:last-child {
  max-width: 470px;
  color: #716f68;
  font-size: 17px;
  line-height: 1.8;
}
.breadcrumbs {
  display: flex;
  gap: 10px;
  color: #77746c;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.breadcrumbs a:hover {
  color: #27251f;
}
.catalog-browser {
  border-top: 1px solid #e2dfd7;
}
.catalog-browser__controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 220px;
  gap: 35px;
  padding: 23px 0 24px;
  border-bottom: 1px solid #e2dfd7;
}
.catalog-browser__group {
  margin: 0;
  padding: 0;
  border: 0;
}
.catalog-browser__group legend,
.catalog-browser__search > span {
  display: block;
  margin-bottom: 12px;
  color: #77746c;
  font-size: 12px;
  letter-spacing: 0.13em;
}
.filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.filter-pills button {
  padding: 0 0 5px;
  border-bottom: 1px solid transparent;
  background: transparent;
  color: #68665f;
  font: inherit;
  font-size: 14px;
}
.filter-pills button.is-active {
  border-color: #27251f;
  color: #27251f;
}
.catalog-browser__search input {
  width: 100%;
  padding: 0 0 7px;
  border: 0;
  border-bottom: 1px solid #aaa79f;
  border-radius: 0;
  background: transparent;
  color: #27251f;
  font: inherit;
  font-size: 14px;
  outline-offset: 4px;
}
.catalog-browser__search input:focus {
  border-color: #27251f;
}
.catalog-browser__result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0 27px;
}
.catalog-browser__result p {
  margin: 0;
  color: #747168;
  font-size: 13px;
}
.catalog-browser__result .text-link {
  padding-bottom: 3px;
  font-size: 13px;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px 20px;
}
.product-card__image {
  position: relative;
  display: block;
  overflow: hidden;
  background: #eceae4;
  aspect-ratio: 4/5;
}
.product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.product-card__image:hover img {
  transform: scale(1.025);
}
.product-card__arrow {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: grid;
  width: 33px;
  height: 33px;
  place-items: center;
  background: #f7f6f2;
  color: #27251f;
  font-size: 19px;
}
.product-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin: 16px 0 8px;
  color: #747168;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.product-card__meta span:last-child {
  letter-spacing: 0;
}
.product-card h3 {
  margin: 0 0 7px;
  font-size: 16px;
  font-weight: 400;
}
.product-card h3 a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.product-card > p {
  margin: 0;
  color: #77746c;
  font-size: 13px;
}
.catalog-empty {
  margin-top: 20px;
  padding: 76px 10%;
  background: #eeece6;
  text-align: center;
}
.catalog-empty h2 {
  margin: 0 0 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 38px;
  font-weight: 400;
  letter-spacing: -0.04em;
}
.catalog-empty > p:not(.eyebrow) {
  margin: 0 auto 28px;
  color: #6e6b64;
  line-height: 1.7;
}
.catalog-empty--category {
  margin-top: 0;
}
.series-page .catalog-page__intro {
  padding-top: 70px;
}
.series-list {
  border-top: 1px solid #e2dfd7;
}
.series-row {
  display: grid;
  grid-template-columns: 310px 1fr 40px;
  gap: 42px;
  align-items: center;
  padding: 21px 0;
  border-bottom: 1px solid #e2dfd7;
}
.series-row__image {
  height: 235px;
  overflow: hidden;
  background: #e9e6df;
}
.series-row__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.series-row__copy {
  position: relative;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.series-row__copy > span {
  position: absolute;
  top: 4px;
  color: #77746c;
  font-size: 12px;
}
.series-row__copy h2 {
  margin: 0 0 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-weight: 400;
  letter-spacing: -0.04em;
}
.series-row__copy p {
  max-width: 420px;
  margin: 0 0 18px;
  color: #706d66;
  line-height: 1.7;
}
.series-row__copy small {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.series-row__arrow {
  font-size: 25px;
}
.series-detail {
  padding: 42px 0 115px;
}
.series-detail__hero {
  display: grid;
  grid-template-columns: 55% 45%;
  margin: 42px 0 92px;
  background: #eeece6;
}
.series-detail__hero > div {
  min-height: 525px;
}
.series-detail__hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.series-detail__hero section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 9%;
}
.series-detail__hero h1 {
  margin: 0 0 22px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 74px;
  font-weight: 400;
  letter-spacing: -0.06em;
}
.series-detail__hero section > p:last-child {
  max-width: 360px;
  margin: 0;
  color: #6e6b64;
  font-size: 17px;
  line-height: 1.8;
}
.series-detail__products > .eyebrow {
  margin-bottom: 25px;
}
.product-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.52fr) minmax(330px, 0.75fr);
  gap: 62px;
  margin-top: 42px;
}
.product-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.product-gallery figure {
  min-height: 360px;
  margin: 0;
  overflow: hidden;
  background: #eceae4;
}
.product-gallery figure:first-child {
  grid-column: span 2;
  min-height: 620px;
}
.product-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-info {
  position: sticky;
  top: 28px;
  align-self: start;
  padding-top: 28px;
}
.product-info h1 {
  font-size: 52px;
  margin-bottom: 24px;
}
.product-info__description {
  margin: 0 0 32px;
  color: #69675f;
  font-size: 16px;
  line-height: 1.85;
}
.product-purchase {
  padding: 25px 0 27px;
  border-top: 1px solid #e2dfd7;
  border-bottom: 1px solid #e2dfd7;
}
.product-purchase__price {
  margin: 0 0 28px;
  font-size: 15px;
}
.product-purchase__variants {
  margin: 0 0 25px;
  padding: 0;
  border: 0;
}
.product-purchase__variants legend {
  margin-bottom: 12px;
  font-size: 12px;
  letter-spacing: 0.13em;
}
.variant-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.variant-list button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid #e2dfd7;
  background: transparent;
  color: #55524c;
  font: inherit;
  font-size: 13px;
}
.variant-list button.is-active {
  border-color: #27251f;
  color: #27251f;
}
.variant-dot {
  width: 13px;
  height: 13px;
  border: 1px solid #aaa69b;
  border-radius: 50%;
}
.product-purchase__row {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 10px;
}
.product-purchase__row label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #d5d1c8;
  padding: 0 10px;
  font-size: 13px;
}
.product-purchase select {
  border: 0;
  background: transparent;
  font: inherit;
}
.product-purchase .button {
  min-height: 46px;
}
.product-purchase__note {
  margin: 16px 0 0;
  color: #77746c;
  font-size: 12px;
  line-height: 1.55;
}
.product-info__story {
  padding-top: 32px;
}
.product-info__story > p:last-child {
  margin: 0;
  color: #68655e;
  line-height: 1.8;
}
.related-products {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin-top: 100px;
  padding-top: 34px;
  border-top: 1px solid #e2dfd7;
}
.related-products h2 {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 35px;
  font-weight: 400;
  letter-spacing: -0.04em;
}
.related-products > div:last-child {
  min-width: 360px;
}
.related-products a {
  display: flex;
  justify-content: space-between;
  padding: 13px 0;
  border-bottom: 1px solid #e2dfd7;
  font-size: 15px;
}
.related-products a:hover {
  padding-left: 7px;
}
.related-products a span {
  font-size: 18px;
}
@media (max-width: 900px) {
  .catalog-browser__controls {
    grid-template-columns: 1fr 1fr;
  }
  .catalog-browser__search {
    grid-column: span 2;
  }
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .series-row {
    grid-template-columns: 190px 1fr 28px;
    gap: 24px;
  }
  .product-layout {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .product-info {
    position: static;
  }
  .series-detail__hero {
    grid-template-columns: 1fr;
  }
  .series-detail__hero > div {
    min-height: 410px;
  }
  .related-products > div:last-child {
    min-width: 0;
  }
}
@media (max-width: 620px) {
  .catalog-page,
  .series-page,
  .product-page {
    padding-top: 28px;
    padding-bottom: 70px;
  }
  .catalog-page__intro {
    padding: 55px 0;
  }
  .catalog-browser__controls {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .catalog-browser__search {
    grid-column: auto;
  }
  .catalog-browser__result {
    align-items: flex-start;
    gap: 15px;
  }
  .series-row {
    grid-template-columns: 1fr;
    padding: 18px 0;
  }
  .series-row__image {
    height: 260px;
  }
  .series-row__copy {
    min-height: 170px;
  }
  .series-row__arrow {
    display: none;
  }
  .series-detail__hero {
    margin-bottom: 55px;
  }
  .series-detail__hero h1 {
    font-size: 58px;
  }
  .product-gallery {
    grid-template-columns: 1fr;
  }
  .product-gallery figure:first-child {
    grid-column: auto;
    min-height: 480px;
  }
  .product-gallery figure {
    min-height: 410px;
  }
  .related-products {
    display: block;
    margin-top: 60px;
  }
  .related-products > div:last-child {
    margin-top: 25px;
  }
}
