.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.product-benefits,
.catalog-scene,
.reviews-scene {
  position: relative;
  height: 100svh;
  min-height: 640px;
  overflow: hidden;
  isolation: isolate;
  background: var(--charcoal);
  --parallax-offset: 0px;
}

.product-benefits {
  display: grid;
  grid-template-columns: 36% 64%;
  grid-template-rows: 1fr 1fr;
}

.benefit-photo {
  grid-column: 2;
  position: relative;
  overflow: hidden;
}

.benefit-photo-top { grid-row: 1; }
.benefit-photo-bottom { grid-row: 2; border-top: 2px solid rgba(246, 240, 226, 0.8); }

.benefit-photo img,
.catalog-main img,
.catalog-detail img,
.reviews-bg {
  position: absolute;
  inset: -4%;
  width: 108%;
  height: 108%;
  object-fit: cover;
  transform: translate3d(0, var(--parallax-offset), 0) scale(1.04);
  transition: transform 1.1s cubic-bezier(0.2, 0.7, 0.2, 1), filter 450ms ease;
  will-change: transform;
}

.benefit-photo-top img { object-position: center 58%; }
.benefit-photo-bottom img { object-position: center 22%; }

.benefits-shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(90deg, rgba(61, 59, 58, 0.98) 0%, rgba(52, 58, 77, 0.96) 31%, rgba(52, 58, 77, 0.48) 49%, rgba(61, 59, 58, 0.12) 100%);
  pointer-events: none;
}

.benefits-title {
  position: absolute;
  top: clamp(74px, 14vh, 150px);
  left: clamp(42px, 6vw, 92px);
  z-index: 4;
  margin: 0;
  color: var(--white);
  font-size: clamp(2rem, 3.6vw, 4.2rem);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.035em;
  text-transform: none;
  white-space: nowrap;
}

.benefits-title strong { color: var(--cream); font-weight: 700; }

.benefits-list {
  position: absolute;
  top: 50%;
  left: clamp(42px, 6vw, 92px);
  z-index: 4;
  width: min(390px, 31vw);
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  transform: translateY(-50%);
}

.motion-ready .benefits-list[data-reveal] { transform: translateY(calc(-50% + 32px)); }
.motion-ready .benefits-list[data-reveal].is-revealed { transform: translateY(-50%); }

.benefits-list li {
  min-height: 116px;
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: center;
  gap: 22px;
  padding: 0 18px;
  border-radius: 2px;
  border-bottom: 1px solid rgba(240, 240, 240, 0.2);
  outline: none;
  cursor: default;
  transition: transform 360ms cubic-bezier(.2,.8,.2,1), background-color 280ms ease, border-color 280ms ease, box-shadow 360ms ease;
}

.benefits-list li:last-child { border-bottom: 0; }

.benefits-list .material-symbols-outlined {
  color: var(--white);
  font-size: 40px;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(246, 240, 226, 0.28);
  border-radius: 50%;
  transition: color 280ms ease, background-color 280ms ease, border-color 280ms ease, transform 360ms cubic-bezier(.2,.8,.2,1), box-shadow 360ms ease;
}

.benefits-list p { margin: 0; padding-left: 18px; border-left: 1px solid rgba(246, 240, 226, 0.72); transition: transform 320ms ease, border-color 280ms ease; }
.benefits-list strong,
.benefits-list small { display: block; color: var(--white); text-transform: uppercase; }
.benefits-list strong { font-size: 0.82rem; font-weight: 500; letter-spacing: 0.08em; line-height: 1.4; }
.benefits-list small { margin-top: 4px; font-size: 0.82rem; font-weight: 500; letter-spacing: 0.08em; line-height: 1.4; }

.benefits-list li:hover,
.benefits-list li:focus-visible {
  z-index: 1;
  transform: translateX(12px);
  background: rgba(246, 240, 226, 0.12);
  border-color: rgba(246, 240, 226, 0.7);
  box-shadow: -10px 12px 30px rgba(52, 58, 77, 0.26);
}

.benefits-list li:hover .material-symbols-outlined,
.benefits-list li:focus-visible .material-symbols-outlined {
  color: var(--slate);
  background: var(--cream);
  border-color: var(--cream);
  transform: scale(1.08) rotate(-3deg);
  box-shadow: 0 8px 22px rgba(246, 240, 226, 0.18);
}

.benefits-list li:hover p,
.benefits-list li:focus-visible p {
  transform: translateX(5px);
  border-color: var(--cream);
}

.product-benefits:has(.benefits-list li:hover) .benefit-photo img,
.product-benefits:has(.benefits-list li:focus-visible) .benefit-photo img {
  transform: translate3d(0, var(--parallax-offset), 0) scale(1.085);
  filter: saturate(0.9) contrast(1.04);
}

.uses-scene-artwork .product-benefits:has(.benefits-list li:hover),
.uses-scene-artwork .product-benefits:has(.benefits-list li:focus-visible) {
  --artwork-scale: 1.035;
}

.catalog-scene {
  display: grid;
  grid-template-columns: 70% 30%;
}

.catalog-main,
.catalog-detail { position: relative; overflow: hidden; }
.catalog-main { grid-column: 1; grid-row: 1 / span 2; }
.catalog-detail { grid-column: 2; }
.catalog-detail { grid-row: 1 / span 2; border-left: 2px solid var(--white); }
.catalog-detail-top { clip-path: polygon(0 0, 100% 0, 100% 52%, 0 28%); }
.catalog-detail-bottom { clip-path: polygon(0 28%, 100% 52%, 100% 100%, 0 100%); }
.catalog-detail-top::after {
  position: absolute;
  top: 28%;
  left: 0;
  z-index: 3;
  width: 112%;
  height: 2px;
  content: "";
  background: var(--white);
  transform: rotate(27deg);
  transform-origin: left center;
  pointer-events: none;
}
.catalog-detail-top img { object-position: center 28%; }
.catalog-detail-bottom img { object-position: center; }

.catalog-shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(90deg, rgba(25, 22, 20, 0.64), transparent 44%), linear-gradient(180deg, rgba(0, 0, 0, 0.2), transparent 35%, rgba(0, 0, 0, 0.14));
  pointer-events: none;
}

.catalog-copy {
  position: absolute;
  top: 50%;
  left: clamp(42px, 5vw, 76px);
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transform: translateY(-35%);
  color: var(--white);
}

.motion-ready .catalog-copy[data-reveal] { transform: translateY(calc(-35% + 32px)); }
.motion-ready .catalog-copy[data-reveal].is-revealed { transform: translateY(-35%); }

.catalog-copy h2 { margin: 0; font-size: clamp(2.1rem, 3.3vw, 4rem); font-weight: 600; line-height: 1.04; }
.catalog-copy h2 strong { color: var(--cream); font-weight: 700; }
.catalog-accent { width: 54px; height: 2px; display: block; margin: 26px 0; background: var(--cream); }
.catalog-link {
  min-height: 48px;
  display: inline-grid;
  place-items: center;
  padding: 0 24px;
  border: 1px solid var(--cream);
  border-radius: 4px;
  color: var(--white);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}
.catalog-link:hover,
.catalog-link:focus-visible { background: var(--cream); color: var(--charcoal); transform: translateY(-2px); }

.catalog-products-marquee {
  position: relative;
  order: 3;
  width: 50vw;
  margin-top: 24px;
  overflow: hidden;
  padding: 10px 0;
  border-block: 1px solid rgba(246, 240, 226, 0.45);
  background: rgba(20, 20, 20, 0.28);
  color: var(--cream);
  font-size: clamp(0.58rem, 0.7vw, 0.75rem);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.catalog-copy .catalog-link { order: 2; }

.catalog-products-track {
  display: flex;
  width: max-content;
  animation: catalog-products-scroll 75s linear infinite;
}

.catalog-products-list {
  display: block;
  padding-right: 3rem;
}

@keyframes catalog-products-scroll {
  to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .catalog-products-track { animation: none; }
}

.reviews-bg { z-index: 0; object-position: center; filter: brightness(0.76); }
.reviews-shade { position: absolute; inset: 0; z-index: 1; background: rgba(10, 10, 10, 0.58); transition: background 300ms ease; }
.reviews-content { position: relative; z-index: 3; width: min(1260px, calc(100% - 80px)); height: 100%; display: grid; align-content: center; margin-inline: auto; padding-top: 64px; }
.reviews-content h2 { width: fit-content; margin: 0 auto 42px; color: var(--white); font-size: clamp(2.6rem, 4vw, 4.8rem); font-weight: 400; letter-spacing: 0; line-height: 1; text-transform: none; }
.reviews-content h2::after { width: 72px; height: 3px; display: block; margin: 18px auto 0; content: ""; background: var(--cream); }
.review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.review-card {
  min-height: 315px;
  padding: 28px 28px 24px;
  border: 1px solid rgba(240, 240, 240, 0.52);
  border-radius: 8px;
  background: rgba(20, 20, 20, 0.52);
  color: var(--white);
  backdrop-filter: blur(5px);
  transition: transform 240ms ease, background 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}
.review-card:hover,
.review-card:focus-within { transform: translateY(-8px); border-color: var(--cream); background: rgba(52, 58, 77, 0.9); box-shadow: 0 24px 50px rgba(0, 0, 0, 0.34); }
.reviews-scene:has(.review-card:hover) .reviews-bg { transform: translate3d(0, var(--parallax-offset), 0) scale(1.065); filter: brightness(0.48) blur(1px); }
.uses-scene-artwork .reviews-scene:has(.review-card:hover) { --artwork-scale: 1.04; }
.uses-scene-artwork .reviews-scene:has(.review-card:hover) .scene-artwork img { filter: brightness(0.72) blur(1px); }
.review-stars { display: flex; justify-content: center; color: var(--cream); }
.review-stars .material-symbols-outlined {
  color: #f6d675;
  font-size: 24px;
  font-variation-settings: "FILL" 1, "wght" 650, "GRAD" 0, "opsz" 24 !important;
  text-shadow: 0 2px 8px rgba(246, 214, 117, 0.3);
}
.review-body { display: grid; grid-template-columns: 42px 1fr; gap: 14px; margin: 18px 0 14px; }
.review-person { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--cream); border-radius: 50%; color: var(--cream); }
.review-body blockquote { margin: 0; padding-left: 14px; border-left: 1px solid var(--cream); font-size: 0.76rem; line-height: 1.7; }
.review-card > p { margin: 0 0 0 56px; }
.review-card > p strong,
.review-card > p small { display: block; }
.review-card > p strong { color: var(--cream); font-size: 0.78rem; }
.review-card > p small { margin-top: 6px; color: var(--mist); font-size: 0.68rem; line-height: 1.5; }

@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .benefit-photo:hover img,
  .catalog-main:hover img,
  .catalog-detail:hover img { transform: translate3d(0, var(--parallax-offset), 0) scale(1.07); }
}

@media (max-width: 800px) {
  .product-benefits,
  .catalog-scene,
  .reviews-scene { min-height: 100svh; }

  .product-benefits { display: block; }
  .benefit-photo { position: absolute; right: 0; left: 0; height: 50%; }
  .benefit-photo-top { top: 0; }
  .benefit-photo-bottom { top: 50%; }
  .benefit-photo-top img { object-position: center 55%; }
  .benefit-photo-bottom img { object-position: center 20%; }
  .benefits-shade { background: linear-gradient(90deg, rgba(52, 58, 77, 0.82) 0%, rgba(61, 59, 58, 0.35) 68%, transparent), linear-gradient(180deg, rgba(52, 58, 77, 0.14), transparent 30%, rgba(61, 59, 58, 0.22)); }
  .benefits-title { top: 18%; left: 20px; font-size: clamp(1.75rem, 7.6vw, 2.4rem); }
  .benefits-list { top: 52%; left: 20px; width: 220px; margin: 0; }
  .benefits-list li { min-height: 72px; grid-template-columns: 34px 1fr; gap: 10px; padding: 0 8px; border-bottom: 0; }
  .benefits-list .material-symbols-outlined { width: 34px; height: 34px; font-size: 25px; }
  .benefits-list p { padding-left: 10px; }
  .benefits-list strong,
  .benefits-list small { font-size: 0.56rem; line-height: 1.25; }
  .benefits-list li:hover,
  .benefits-list li:focus-visible { transform: translateX(4px); }

  .catalog-scene { display: block; }
  .catalog-main { position: absolute; inset: 0 0 24% 0; }
  .catalog-main img { object-position: center 16%; }
  .catalog-detail { position: absolute; right: 0; bottom: 0; left: 0; height: 34%; }
  .catalog-detail { border-top: 0; border-left: 0; }
  .catalog-detail-top { clip-path: polygon(0 0, 100% 0, 100% 62%, 0 30%); }
  .catalog-detail-bottom { clip-path: polygon(0 30%, 100% 62%, 100% 100%, 0 100%); }
  .catalog-detail-top::after { top: 30%; width: 104%; transform: rotate(14deg); }
  .catalog-copy { top: 47%; left: 34px; transform: translateY(-30%); }
  .motion-ready .catalog-copy[data-reveal] { transform: translateY(calc(-30% + 32px)); }
  .motion-ready .catalog-copy[data-reveal].is-revealed { transform: translateY(-30%); }
  .catalog-copy h2 { font-size: 2rem; }
  .catalog-accent { width: 42px; margin: 18px 0; }
  .catalog-link { min-height: 42px; padding: 0 18px; font-size: 0.58rem; }
  .catalog-products-marquee { width: 50vw; margin-top: 18px; font-size: 0.5rem; letter-spacing: 0.1em; }

  .reviews-content { width: calc(100% - 40px); align-content: start; padding-top: 142px; }
  .reviews-content h2 { margin-bottom: 18px; font-size: 2.25rem; }
  .reviews-content h2::after { width: 48px; height: 2px; margin-top: 10px; }
  .review-grid { grid-template-columns: 1fr; gap: 4px; }
  .review-card { min-height: 132px; padding: 12px 14px 10px; border-radius: 6px; }
  .review-stars { justify-content: flex-start; padding-left: 54px; }
  .review-stars .material-symbols-outlined { font-size: 16px; }
  .review-body { grid-template-columns: 32px 1fr; gap: 8px; margin: 5px 0 4px; }
  .review-person { width: 28px; height: 28px; font-size: 18px; }
  .review-body blockquote { padding-left: 8px; font-size: 0.57rem; line-height: 1.45; }
  .review-card > p { margin-left: 40px; }
  .review-card > p strong { font-size: 0.59rem; }
  .review-card > p small { margin-top: 2px; font-size: 0.52rem; line-height: 1.25; }
}

@media (prefers-reduced-motion: reduce) {
  .benefit-photo img,
  .catalog-main img,
  .catalog-detail img,
  .reviews-bg { transform: none !important; }
  .review-card { transform: none !important; }
}
