/* Catalogue and product campaigns share their structure, not their palettes. */
.catalog-page {
  background: #030319;
  color: white;
}
.catalog-page .site-header:not(.scrolled):not(.menu-open) {
  color: #282022;
}
.catalog-page .site-header:not(.scrolled):not(.menu-open) .brand {
  filter: brightness(0);
}
.catalog-section {
  min-height: 100svh;
  padding: 130px 0 85px;
  background: linear-gradient(
    155deg,
    #eee9dd 4%,
    #fff0df 22%,
    #ed8946 44%,
    #3f231e 68%,
    #030319 86%
  );
}
.catalog-heading {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 62px;
  padding: 0 24px;
}
.catalog-chip {
  display: inline-block;
  background: #18191d;
  color: white;
  padding: 8px 23px;
  border-radius: 30px;
  letter-spacing: 0.06em;
  font-size: 11px;
}
.catalog-heading h1 {
  margin: 22px auto 15px;
  max-width: 630px;
}
.catalog-heading h1 img {
  width: 100%;
  filter: brightness(0);
}
.catalog-heading .powered-by {
  color: #3a2923;
}
.catalog-heading .powered-by img {
  filter: brightness(0);
}
.catalog-heading > p:last-child {
  font-size: 13px;
  color: #3a2923;
  max-width: 520px;
  margin: 25px auto 0;
}
.catalog-back {
  position: absolute;
  top: 105px;
  left: var(--page-gutter);
  font-size: 11px;
  color: #4f382e;
}
.catalog-carousel {
  max-width: 1280px;
  margin: auto;
}
.catalog-stage {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding: 0 30px;
}
.product-card {
  padding: 22px;
  border: 1px solid #ffffff60;
  border-radius: 22px;
  background: linear-gradient(145deg, #ffffff88, #ffffff33);
  backdrop-filter: blur(12px);
  color: #281b1c;
  overflow: hidden;
}
.product-card a {
  display: block;
}
.product-card h2 {
  font-size: 29px;
  font-weight: 500;
  letter-spacing: -0.035em;
  margin-bottom: 18px;
}
.product-card img {
  width: 100%;
  aspect-ratio: 1.15;
  object-fit: cover;
  border-radius: 13px;
}
.product-card p {
  font-size: 12px;
  line-height: 1.6;
  margin: 18px 0;
  color: #382728;
  min-height: 58px;
}
.product-card .product-card-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  min-height: 36px;
  border-bottom: 1px solid #412c2844;
}
.catalog-carousel.is-enhanced .catalog-stage {
  position: relative;
  display: block;
  height: 520px;
  padding: 0;
  overflow: clip;
}
.catalog-carousel.is-enhanced .product-card {
  position: absolute;
  left: 50%;
  top: 0;
  width: 380px;
  max-width: 39%;
  transition:
    transform 0.65s cubic-bezier(0.22, 0.61, 0.36, 1),
    opacity 0.4s;
  transform-origin: 50% 0;
}
.product-card[data-position="main"] {
  z-index: 3;
  transform: translateX(-50%);
  opacity: 1;
}
.product-card[data-position="previous"] {
  z-index: 1;
  transform: translateX(-148%) translateY(48px) scale(0.8);
  opacity: 0.85;
}
.product-card[data-position="next"] {
  z-index: 2;
  transform: translateX(48%) translateY(48px) scale(0.8);
  opacity: 0.85;
}
.product-card[data-position="off"] {
  z-index: 0;
  transform: translateX(-50%) translateY(80px) scale(0.7);
  opacity: 0;
  visibility: hidden;
}
.catalog-controls {
  margin: 24px 0 30px;
}
.catalog-controls button {
  background: white;
  color: #db651a;
  border: 0;
}
.catalog-controls button:hover {
  background: #ffe6cc;
}
.catalog-counter {
  color: white;
}
.catalog-all {
  display: block;
  width: max-content;
  margin: 0 auto 65px;
  color: white;
  font-size: 11px;
  border-bottom: 1px solid #ffffff66;
  padding-bottom: 8px;
}
.product-index {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  max-width: 850px;
  margin: 45px auto 0;
  padding: 0 24px;
}
.product-index a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 60px;
  border: 1px solid #ffffff33;
  border-radius: 5px;
  padding: 15px 20px;
  font-size: 14px;
}
.product-index a:hover {
  background: #ffffff0b;
}
.product-page {
  --product-start: #020709;
  --product-end: #153472;
  --product-accent: #4bb8ee;
  background: var(--product-end);
  color: white;
}
.theme-novar-gold {
  --product-start: #3d2b0d;
  --product-end: #ecaa3e;
  --product-accent: #fdd890;
}
.theme-blue-tech {
  --product-start: #03131a;
  --product-end: #195d7b;
  --product-accent: #78ceff;
}
.theme-biolux {
  --product-start: #4797b8;
  --product-end: #1b2143;
  --product-accent: #cee7fb;
}
.theme-ilux,
.theme-spectra {
  --product-start: #1c1d24;
  --product-end: #1c1d24;
  --product-accent: #babaea;
}
.product-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  height: min(100svh, 940px);
  min-height: 700px;
  background: var(--product-start);
}
.product-hero:after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(
    #00000024,
    transparent 30%,
    #0000000d 65%,
    #00000040
  );
}
.product-hero-photo {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.theme-ailens .product-hero-photo {
  object-position: 50% 42%;
}
.theme-ilux .product-hero-photo {
  object-position: 50% 26%;
}
.product-back {
  position: absolute;
  top: 105px;
  right: 34px;
  font-size: 12px;
  z-index: 1;
  text-shadow: 0 1px 8px #0009;
}
.product-hero-title {
  position: absolute;
  left: var(--page-gutter);
  bottom: 85px;
  max-width: 75%;
}
.product-hero-title h1 {
  font-size: 100px;
  font-weight: 400;
  margin-bottom: 14px;
  letter-spacing: -0.06em;
}
.product-hero-title h1 img {
  max-width: 430px;
  width: auto;
  max-height: 140px;
  object-fit: contain;
}
.product-hero-title p {
  font-size: 14px;
  letter-spacing: 0.04em;
}
.theme-novar-gold .product-hero-title {
  left: 50%;
  top: 110px;
  bottom: auto;
  transform: translateX(-50%);
  width: min(400px, 70vw);
}
.theme-novar-gold .product-hero-title h1 {
  aspect-ratio: 4.745;
  overflow: hidden;
}
.theme-novar-gold .product-hero-title h1 img {
  width: 100%;
  max-width: none;
  max-height: none;
  transform: translateY(-33%);
}
.theme-novar-gold .product-hero-title p {
  display: none;
}
.theme-blue-tech .product-hero-title {
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  text-align: center;
}
.theme-blue-tech .product-hero-title h1 img {
  width: 400px;
  mix-blend-mode: screen;
}
.theme-ilux .product-hero-title {
  left: auto;
  right: 7%;
  top: 31%;
  bottom: auto;
  width: 26%;
}
.theme-ilux .product-hero-title h1 img {
  mix-blend-mode: screen;
}
.theme-ilux .product-hero-title p {
  font-size: 12px;
}
.theme-spectra .product-hero-title h1 {
  font-size: 88px;
  background: linear-gradient(90deg, #009bd5, #51d081, #f8d757, #d879c9);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.product-content {
  background: linear-gradient(var(--product-start), var(--product-end));
  padding-bottom: 100px;
}
.theme-blue-tech .product-content {
  background:
    radial-gradient(ellipse at 80% 30%, #361343, transparent 55%),
    linear-gradient(var(--product-start), var(--product-end));
}
.product-intro {
  text-align: center;
  padding: 110px 0 80px;
  max-width: 1150px;
}
.product-intro > .eyebrow {
  color: var(--product-accent);
}
.product-intro > h2 {
  font-size: clamp(32px, 3.5vw, 48px);
  letter-spacing: -0.04em;
  max-width: 780px;
  margin: 0 auto 27px;
}
.product-intro > p:not(.eyebrow) {
  max-width: 770px;
  font-size: 15px;
  color: #ffffffc7;
  margin: 0 auto;
  line-height: 1.9;
}
.product-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 60px;
}
.product-benefits > div {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 105px;
  border: 1px solid #ffffff45;
  border-radius: 14px;
  background: #ffffff04;
  padding: 20px 14px;
  font-size: 13px;
  line-height: 1.65;
}
.product-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
  padding: 65px 0;
  border-top: 1px solid #ffffff24;
}
.product-story:nth-child(even) .product-story-image {
  order: 2;
}
.product-story h2 {
  font-size: clamp(28px, 2.6vw, 38px);
  letter-spacing: -0.035em;
  line-height: 1.17;
}
.product-story .eyebrow {
  color: var(--product-accent);
  font-size: 10px;
}
.product-story p:not(.eyebrow) {
  font-size: 14px;
  line-height: 1.85;
  color: #ffffffc7;
}
.product-story-image {
  overflow: hidden;
  border-radius: 22px;
}
.product-story-image img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}
.theme-ailens .product-story-image img {
  object-fit: contain;
}
.theme-ilux .product-story:first-child .product-story-image img {
  object-fit: contain;
  height: 280px;
  mix-blend-mode: screen;
}
.theme-spectra .product-story:not(:first-child) .product-story-image img {
  object-fit: contain;
}
.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 27px;
}
.pill-list span {
  display: inline-flex;
  border: 1px solid #ffffff55;
  border-radius: 30px;
  padding: 8px 13px;
  font-size: 10px;
  line-height: 1.5;
}
.manifesto .pill-list span {
  border-color: #ffffff26;
  color: #f6f6f6;
  background: #fbfbfd1f;
  backdrop-filter: blur(8px);
  font-size: 12.8px;
  line-height: 19.2px;
  padding: 6.4px 17.6px;
}
.campaign-section {
  text-align: center;
  padding-top: 70px;
}
.campaign-strip {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  padding: 30px var(--page-gutter) 45px;
  scrollbar-width: thin;
  scrollbar-color: #ffffff55 transparent;
  perspective: 1200px;
}
.campaign-strip figure {
  margin: 0;
  flex: 0 0 clamp(165px, 18vw, 285px);
  aspect-ratio: 0.68;
  overflow: hidden;
  border-radius: 8px;
  scroll-snap-align: center;
  transform: rotateY(8deg);
}
.campaign-strip figure:nth-child(even) {
  transform: rotateY(-8deg);
}
.campaign-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.campaign-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin: 20px 0 48px;
  font-size: 11px;
}
.campaign-controls button {
  width: 44px;
  height: 44px;
  border: 1px solid #ffffff66;
  border-radius: 50%;
  background: transparent;
  color: white;
  font-size: 20px;
}
.campaign-controls button:hover {
  background: #ffffff18;
}
.utility-page {
  padding: 150px var(--page-gutter) 100px;
  min-height: 100svh;
  background: #020739;
  color: white;
}
.utility-page h1 {
  max-width: 760px;
  margin-bottom: 48px;
  color: white;
  font-size: clamp(42px, 6vw, 78px);
}
.utility-page h2,
.utility-page > p,
.utility-page > a {
  max-width: 760px;
}
.utility-page h2 {
  margin-top: 34px;
  margin-bottom: 10px;
  font-size: 21px;
}
.utility-page > p {
  color: #c0c2d2;
  font-size: 14px;
}
.utility-page > p a {
  color: var(--peach);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.utility-page .privacy-review-note {
  margin-top: 36px;
  padding: 15px 18px;
  border-left: 3px solid var(--orange);
  background: #fff2e8;
  color: #51301f;
}
.utility-page > .button {
  margin-top: 25px;
}
