/* Products page v13 — premium client-first catalog. */
.products-hero {
  min-height: 760px;
  padding-top: clamp(72px, 6.4vw, 116px);
}

.products-hero .page-hero-copy {
  max-width: min(760px, 49%);
}

.products-hero .page-hero-lead {
  max-width: 610px;
}

.products-hero-art {
  z-index: 2;
  pointer-events: none;
  position: absolute;
  inset: 34px 22px 34px 49%;
}

.products-hero-art::before {
  content: "";
  background: radial-gradient(circle at 60% 44%, rgba(212, 166, 87, .2), transparent 31rem);
  position: absolute;
  inset: -80px;
}

.products-hero-main,
.products-hero-card {
  margin: 0;
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  background: #191b1a;
  box-shadow: 0 30px 70px rgba(0, 0, 0, .38);
}

.products-hero-main {
  inset: 9% 4% 8% 7%;
  border-radius: 24px;
  transform: rotate(-1.2deg);
}

.products-hero-main::after {
  content: "";
  background: linear-gradient(90deg, rgba(7, 9, 8, .58), transparent 28%), linear-gradient(0deg, rgba(7, 9, 8, .5), transparent 42%);
  position: absolute;
  inset: 0;
}

.products-hero-main i {
  z-index: 2;
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 237, 178, .34), transparent);
  width: 18%;
  height: 150%;
  position: absolute;
  top: -25%;
  left: -25%;
  transform: skewX(-17deg);
  animation: products-hero-glint 7s 1.5s ease-in-out infinite;
}

.products-hero-main img,
.products-hero-card img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  filter: saturate(.78) contrast(1.08) brightness(.78);
}

.products-hero-card {
  z-index: 3;
  width: 34%;
  height: 28%;
  border-radius: 15px;
}

.products-hero-card-top {
  top: 0;
  right: 0;
  transform: rotate(3.2deg);
}

.products-hero-card-bottom {
  right: 1%;
  bottom: 0;
  transform: rotate(-2.4deg);
}

.products-hero-badge {
  z-index: 5;
  color: rgba(255, 255, 255, .68);
  letter-spacing: .08em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 13px;
  background: rgba(8, 10, 9, .74);
  box-shadow: 0 18px 46px rgba(0, 0, 0, .26);
  padding: 17px 21px;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.45;
  position: absolute;
  bottom: 9%;
  left: 1%;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}

.products-hero-badge strong {
  color: var(--lime);
  letter-spacing: -.04em;
  margin-right: 9px;
  font-size: 30px;
}

.products-hero-stats {
  border-top: 1px solid rgba(255, 255, 255, .16);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 650px;
  margin-top: 42px;
  padding-top: 19px;
  display: grid;
}

.products-hero-stats div {
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding-right: 15px;
  display: grid;
}

.products-hero-stats div + div {
  border-left: 1px solid rgba(255, 255, 255, .13);
  padding-left: 16px;
}

.products-hero-stats strong {
  color: var(--lime);
  letter-spacing: -.05em;
  font-size: 34px;
  line-height: 1;
}

.products-hero-stats span {
  color: rgba(255, 255, 255, .5);
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 750;
  line-height: 1.35;
}

.product-jumpbar {
  z-index: 15;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  margin: 0 18px;
  display: grid;
  position: relative;
  color: #f3f1eb;
  border-top: 1px solid rgba(255, 255, 255, .1);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  background: #0c0e0d;
}

.product-jumpbar a {
  min-width: 0;
  padding: 22px 18px;
  display: flex;
  align-items: center;
  gap: 11px;
  color: rgba(255, 255, 255, .64);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  transition: color .25s ease, background .25s ease;
}

.product-jumpbar a + a {
  border-left: 1px solid rgba(255, 255, 255, .1);
}

.product-jumpbar a:hover,
.product-jumpbar a:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, .045);
}

.product-jumpbar span {
  color: var(--lime);
  font-size: 9px;
}

.product-catalog {
  background: #f3f1eb;
}

.catalog-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  display: grid;
}

.catalog-card {
  min-width: 0;
  border: 1px solid rgba(16, 18, 17, .12);
  border-radius: 18px;
  background: linear-gradient(145deg, #f9f8f3, #ebe8df);
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(18, 20, 19, .06);
  transition: border-color .35s ease, box-shadow .4s ease, transform .4s cubic-bezier(.2, .7, .2, 1);
}

.catalog-card:hover {
  border-color: rgba(164, 65, 12, .48);
  box-shadow: 0 25px 65px rgba(57, 64, 35, .13);
  transform: translateY(-5px);
}

.catalog-card figure {
  height: clamp(310px, 27vw, 470px);
  margin: 0;
  position: relative;
  overflow: hidden;
  background: #181a19;
}

.catalog-card figure::after {
  content: "";
  background: linear-gradient(0deg, rgba(7, 9, 8, .46), transparent 45%);
  position: absolute;
  inset: 0;
}

.catalog-card figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .75s cubic-bezier(.2, .7, .2, 1), filter .45s ease;
}

.catalog-card:hover figure img {
  transform: scale(1.045);
  filter: saturate(1.04) contrast(1.03);
}

.catalog-card figure > span {
  z-index: 3;
  color: #0b0d0b;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 999px;
  background: var(--lime);
  padding: 8px 12px;
  font-size: 8px;
  font-weight: 850;
  position: absolute;
  top: 18px;
  left: 18px;
}

.catalog-card-copy {
  padding: clamp(25px, 2.4vw, 39px);
}

.catalog-number {
  color: #a4410c;
  font-size: 10px;
  font-weight: 850;
}

.catalog-card-copy > p:nth-of-type(1) {
  color: #676963;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin: 8px 0 13px;
  font-size: 9px;
  font-weight: 850;
}

.catalog-card-copy h3 {
  letter-spacing: -.035em;
  max-width: 650px;
  margin: 0;
  font-size: clamp(27px, 2.65vw, 44px);
  line-height: 1.02;
}

.catalog-card-copy > p:nth-of-type(2) {
  color: #5f615c;
  max-width: 720px;
  margin: 19px 0 20px;
  font-size: 13px;
  line-height: 1.65;
}

.catalog-card-copy ul {
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 26px;
  padding: 0;
  display: flex;
  list-style: none;
}

.catalog-card-copy li {
  color: #4f514c;
  border: 1px solid rgba(17, 19, 18, .13);
  border-radius: 999px;
  background: rgba(255, 255, 255, .46);
  padding: 7px 10px;
  font-size: 9px;
  font-weight: 750;
}

.catalog-card-copy > a {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.catalog-card-copy > a span {
  color: #90370a;
  font-size: 22px;
  transition: transform .2s ease;
}

.catalog-card-copy > a:hover span {
  transform: translateX(5px);
}

.catalog-card-featured {
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1.12fr) minmax(420px, .88fr);
  display: grid;
}

.catalog-card-featured figure {
  height: auto;
  min-height: 610px;
}

.catalog-card-featured .catalog-card-copy {
  padding: clamp(38px, 4vw, 72px);
  align-self: center;
}

.catalog-card-featured .catalog-card-copy h3 {
  font-size: clamp(39px, 4.25vw, 68px);
}

.priority-products {
  position: relative;
  overflow: hidden;
}

.priority-products::before {
  content: "";
  opacity: .15;
  background-image: linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
  background-size: 64px 64px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: radial-gradient(circle at 74% 30%, #000, transparent 70%);
  mask-image: radial-gradient(circle at 74% 30%, #000, transparent 70%);
}

.priority-products > * {
  z-index: 1;
  position: relative;
}

.priority-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, .16);
  border-left: 1px solid rgba(255, 255, 255, .16);
  display: grid;
}

.priority-grid article {
  min-height: 230px;
  padding: clamp(25px, 3vw, 45px);
  border-right: 1px solid rgba(255, 255, 255, .16);
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .015);
  transition: background .3s ease, transform .3s ease;
}

.priority-grid article:hover {
  background: rgba(255, 255, 255, .055);
  transform: translateY(-3px);
}

.priority-grid span {
  color: var(--lime);
  font-size: 11px;
  font-weight: 850;
}

.priority-grid h3 {
  letter-spacing: -.035em;
  margin: 32px 0 14px;
  font-size: clamp(22px, 2vw, 31px);
  line-height: 1.04;
}

.priority-grid p {
  color: rgba(255, 255, 255, .5);
  max-width: 380px;
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
}

.finishes-section {
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
  align-items: center;
  gap: clamp(40px, 6vw, 100px);
  background: #ece9e1;
  display: grid;
}

.finishes-visual {
  min-height: 650px;
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: #171918;
  box-shadow: 0 30px 70px rgba(19, 21, 20, .14);
  transform: perspective(1200px) rotateX(var(--tilt-y, 0deg)) rotateY(var(--tilt-x, 0deg));
  transition: transform .18s ease-out;
}

.finishes-visual::after {
  content: "";
  background: linear-gradient(0deg, rgba(7, 9, 8, .83), transparent 56%);
  position: absolute;
  inset: 0;
}

.finishes-visual img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.finishes-visual figcaption {
  z-index: 2;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, .28);
  padding-top: 17px;
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
}

.finishes-visual figcaption span {
  color: var(--lime);
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 850;
}

.finishes-visual figcaption strong {
  max-width: 440px;
  margin-top: 9px;
  font-size: 18px;
  line-height: 1.25;
  display: block;
}

.finishes-copy .page-kicker {
  color: #686a64;
}

.finishes-copy h2,
.faq-heading h2 {
  letter-spacing: -.052em;
  text-transform: uppercase;
  margin: 0;
  font-size: clamp(42px, 5vw, 78px);
  line-height: .96;
}

.finishes-copy h2 em,
.faq-heading h2 em {
  color: #b3490f;
  font-style: normal;
}

.finishes-copy > p:not(.page-kicker) {
  color: #5e605a;
  max-width: 590px;
  margin: 26px 0 29px;
  font-size: 14px;
  line-height: 1.7;
}

.finish-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(16, 18, 17, .14);
  border-left: 1px solid rgba(16, 18, 17, .14);
  margin-bottom: 30px;
  display: grid;
}

.finish-list span {
  min-height: 76px;
  padding: 17px;
  display: flex;
  align-items: center;
  border-right: 1px solid rgba(16, 18, 17, .14);
  border-bottom: 1px solid rgba(16, 18, 17, .14);
  color: #3d3f3a;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.45;
}

.finishes-copy .text-link {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 17px;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.finishes-copy .text-link span {
  color: #9e3e0c;
  font-size: 20px;
}

.selection-section {
  background: #f6f4ee;
}

.selection-steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  display: grid;
  border-top: 1px solid rgba(17, 19, 18, .15);
}

.selection-steps article {
  min-height: 260px;
  padding: clamp(28px, 3.4vw, 54px);
}

.selection-steps article + article {
  border-left: 1px solid rgba(17, 19, 18, .15);
}

.selection-steps span {
  color: #a4410c;
  font-size: 11px;
  font-weight: 850;
}

.selection-steps h3 {
  letter-spacing: -.035em;
  margin: 43px 0 15px;
  font-size: clamp(24px, 2.4vw, 38px);
  line-height: 1;
}

.selection-steps p {
  color: #646660;
  max-width: 410px;
  margin: 0;
  font-size: 12px;
  line-height: 1.65;
}

.products-faq {
  grid-template-columns: minmax(320px, .62fr) minmax(0, 1.38fr);
  align-items: start;
  gap: clamp(45px, 7vw, 110px);
  background: #e9e6de;
  display: grid;
}

.faq-heading {
  position: sticky;
  top: 30px;
}

.faq-heading .page-kicker {
  color: #676963;
}

.faq-list {
  border-top: 1px solid rgba(16, 18, 17, .18);
}

.faq-list details {
  border-bottom: 1px solid rgba(16, 18, 17, .18);
}

.faq-list summary {
  list-style: none;
  min-height: 89px;
  padding: 23px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  cursor: pointer;
  font-size: clamp(15px, 1.3vw, 20px);
  font-weight: 800;
  line-height: 1.25;
}

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

.faq-list summary span {
  flex: none;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(16, 18, 17, .25);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #963a0b;
  font-size: 20px;
  transition: transform .25s ease, color .25s ease, background .25s ease;
}

.faq-list details[open] summary span {
  color: #0b0d0b;
  background: var(--lime);
  transform: rotate(45deg);
}

.faq-list details p {
  color: #5d5f59;
  max-width: 760px;
  margin: -5px 60px 27px 0;
  font-size: 13px;
  line-height: 1.7;
}

/* The broad .page-cta span rule must not recolor text inside a lime CTA. */
.page-cta .button span {
  color: inherit;
  letter-spacing: normal;
  text-transform: none;
  font-size: inherit;
  font-weight: inherit;
}

.page-cta .button-primary,
.page-cta .button-primary span {
  color: #070907;
}

@keyframes products-hero-glint {
  0%, 18% { left: -25%; opacity: 0; }
  28% { opacity: .9; }
  58% { left: 122%; opacity: .42; }
  68%, 100% { left: 122%; opacity: 0; }
}

@media (width <= 1260px) {
  .products-hero {
    min-height: 720px;
  }

  .products-hero .page-hero-copy {
    max-width: 53%;
  }

  .products-hero-art {
    left: 52%;
  }

  .product-jumpbar {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .product-jumpbar a:nth-child(5) {
    border-left: 0;
  }

  .product-jumpbar a:nth-child(n + 5) {
    border-top: 1px solid rgba(255, 255, 255, .1);
  }
}

@media (width <= 980px) {
  .products-hero {
    min-height: 1040px;
    padding-bottom: 480px;
  }

  .products-hero .page-hero-copy {
    max-width: 820px;
  }

  .products-hero-art {
    inset: auto 20px 24px 20px;
    height: 440px;
  }

  .products-hero-main {
    inset: 5% 3% 4% 4%;
  }

  .catalog-card-featured {
    grid-template-columns: 1fr;
  }

  .catalog-card-featured figure {
    min-height: 520px;
  }

  .priority-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .finishes-section,
  .products-faq {
    grid-template-columns: 1fr;
  }

  .finishes-visual {
    min-height: 560px;
  }

  .faq-heading {
    position: static;
  }
}

@media (width <= 680px) {
  .products-hero {
    min-height: 1010px;
    padding: 46px 18px 390px;
  }

  .products-hero .page-hero-copy {
    max-width: 100%;
  }

  .products-hero .page-hero-lead {
    font-size: 14px;
  }

  .products-hero-art {
    right: 8px;
    bottom: 14px;
    left: 8px;
    height: 350px;
  }

  .products-hero-main {
    border-radius: 16px;
    inset: 8% 2% 5% 2%;
  }

  .products-hero-card {
    width: 39%;
    height: 25%;
    border-radius: 10px;
  }

  .products-hero-badge {
    bottom: 7%;
    padding: 12px 14px;
  }

  .products-hero-badge strong {
    font-size: 24px;
  }

  .products-hero-stats {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .products-hero-stats div {
    min-height: 50px;
    padding: 8px 0;
  }

  .products-hero-stats div + div {
    border-top: 1px solid rgba(255, 255, 255, .12);
    border-left: 0;
    padding-left: 0;
  }

  .product-jumpbar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 6px;
  }

  .product-jumpbar a {
    padding: 17px 12px;
    font-size: 8px;
  }

  .product-jumpbar a:nth-child(odd) {
    border-left: 0;
  }

  .product-jumpbar a:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, .1);
  }

  .catalog-grid {
    grid-template-columns: 1fr;
  }

  .catalog-card-featured {
    grid-column: auto;
  }

  .catalog-card figure,
  .catalog-card-featured figure {
    height: 315px;
    min-height: 0;
  }

  .catalog-card-copy h3,
  .catalog-card-featured .catalog-card-copy h3 {
    font-size: clamp(27px, 8.5vw, 39px);
  }

  .priority-grid,
  .selection-steps {
    grid-template-columns: 1fr;
  }

  .priority-grid article {
    min-height: 190px;
  }

  .selection-steps article {
    min-height: 210px;
    padding: 32px 5px;
  }

  .selection-steps article + article {
    border-top: 1px solid rgba(17, 19, 18, .15);
    border-left: 0;
  }

  .selection-steps h3 {
    margin-top: 30px;
  }

  .finishes-visual {
    min-height: 410px;
    border-radius: 14px;
  }

  .finish-list {
    grid-template-columns: 1fr;
  }

  .products-faq {
    gap: 35px;
  }

  .faq-list summary {
    min-height: 76px;
    font-size: 14px;
  }

  .faq-list details p {
    margin-right: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .products-hero-main i {
    animation: none;
  }

  .catalog-card,
  .catalog-card figure img,
  .finishes-visual {
    transition: none;
  }
}
