/* SPECTRλ product page — Figma 305:934. */
.theme-spectra {
  --spectra-bg: #1b1d24;
  --spectra-violet: #6f408f;
  background: var(--spectra-bg);
  color: #fff;
}

.theme-spectra .site-header {
  position: absolute;
  height: 80px;
  background: transparent;
  box-shadow: none;
}

.theme-spectra .site-header .brand {
  top: 20px;
  left: 2.847222%;
  min-height: 44px;
}

.theme-spectra .site-header .brand img {
  filter: none;
}

.spectra-page,
.spectra-page h1,
.spectra-page h2,
.spectra-page p,
.spectra-page figure,
.spectra-page ul {
  margin: 0;
}

.spectra-page {
  overflow: hidden;
  background: var(--spectra-bg);
  color: #fff;
  font-family: var(--poppins);
}

.spectra-hero {
  position: relative;
  isolation: isolate;
  height: clamp(680px, 61.041667vw, 1050px);
  min-height: 680px;
  overflow: hidden;
  background: #061316;
}

.spectra-hero-photo,
.spectra-hero-subject,
.spectra-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.spectra-hero-photo {
  z-index: -3;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
}

.spectra-hero-shade {
  z-index: -2;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.42) 32%, transparent 66%);
  pointer-events: none;
}

.spectra-hero-subject {
  z-index: -1;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  pointer-events: none;
}

.spectra-products-link {
  position: absolute;
  top: 35px;
  right: 2.55%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 220px;
  min-height: 44px;
  padding: 8px 0 10px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.72);
  color: #fff;
  font-size: 13.665px;
  line-height: 1.4;
  text-decoration: none;
}

.spectra-products-link:hover,
.spectra-products-link:focus-visible {
  border-color: #fff;
}

.spectra-hero-lockup {
  position: absolute;
  top: 49.94%;
  left: 5.625%;
  width: min(418px, 42vw);
}

.spectra-hero-lockup h1,
.spectra-hero-lockup h1 img {
  width: 345px;
  max-width: 100%;
}

.spectra-hero-lockup h1 img {
  display: block;
  height: auto;
}

.spectra-hero-lockup p {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.022em;
}

.spectra-content {
  min-height: 3049px;
}

.spectra-intro {
  padding-top: 83px;
}

.spectra-statement {
  display: grid;
  grid-template-columns: 24px minmax(0, 1056px) 24px;
  align-items: center;
  justify-content: center;
  gap: 39px;
  width: calc(100% - 72px);
  max-width: 1182px;
  margin-inline: auto;
}

.spectra-statement > span {
  color: #fff;
  font-size: 20px;
  line-height: 1;
  text-align: center;
}

.spectra-statement p {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 63px;
  padding: 10px 24px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  background: rgba(251, 251, 253, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
  font-size: 25px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  text-align: center;
  backdrop-filter: blur(8px);
}

.spectra-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 508px) 503px;
  gap: 100px;
  width: calc(100% - 48px);
  max-width: 1166px;
  min-height: 247px;
  margin: 100px auto 0;
}

.spectra-intro-copy {
  align-self: center;
}

.spectra-intro-copy h2 {
  margin-bottom: 12px;
  font-size: 25.31px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.03em;
}

.spectra-intro-copy p {
  max-width: 508px;
  font-size: 15.114px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: -0.03em;
}

.spectra-intro-copy strong {
  font-weight: 600;
}

.spectra-filter-frames {
  display: grid;
  align-content: start;
  gap: 29px;
}

.spectra-filter-frames span {
  position: relative;
  display: block;
  height: 63px;
  border: 1px solid transparent;
  border-radius: 20px;
  background:
    linear-gradient(#2d2f36, #2d2f36) padding-box,
    linear-gradient(90deg, #6f408f, #3a7db8, #d2be26, #c83927) border-box;
  backdrop-filter: blur(8px);
}

.spectra-story {
  display: grid;
  height: 455px;
  margin-inline: auto;
}

.spectra-story--biohacking {
  grid-template-columns: 502px minmax(0, 600px);
  gap: 89px;
  width: calc(100% - 48px);
  max-width: 1191px;
  margin-top: 160px;
}

.spectra-story--sport {
  grid-template-columns: minmax(0, 603px) 502px;
  gap: 88px;
  width: calc(100% - 48px);
  max-width: 1193px;
  margin-top: 81px;
}

.spectra-story--therapeutic {
  grid-template-columns: 503px minmax(0, 500px);
  gap: 100px;
  width: calc(100% - 48px);
  max-width: 1103px;
  margin-top: 159px;
}

.spectra-story-visual {
  position: relative;
  height: 455px;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  background: #0d0e12;
}

.spectra-story-visual > img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.spectra-story--biohacking .spectra-story-visual > img {
  object-position: 50% 49%;
}

.spectra-story--sport .spectra-story-visual > img {
  object-position: 72% 50%;
}

.spectra-story--therapeutic .spectra-story-visual > img {
  object-position: 76% 50%;
}

.spectra-story-visual figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 59px;
  padding-bottom: 7px;
  background: linear-gradient(98deg, #bfaa42 0%, #f1dc83 32%, #85501e 67%, #b69c31 100%);
  clip-path: ellipse(76% 66% at 50% 100%);
  color: #f6f6f6;
  font-size: 12.8px;
  line-height: 19.2px;
  text-align: center;
}

.spectra-story-copy h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: -0.02em;
}

.spectra-story-copy > p {
  margin-top: 16px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: -0.01em;
}

.spectra-story-copy > p strong {
  font-weight: 700;
}

.spectra-story--biohacking .spectra-story-copy {
  padding-top: 95px;
}

.spectra-story--sport .spectra-story-copy {
  padding: 66px 59px 0 3px;
}

.spectra-story--therapeutic .spectra-story-copy {
  padding-top: 68px;
}

.spectra-story--therapeutic .spectra-story-copy h2 {
  max-width: 430px;
  line-height: 40px;
}

.spectra-swatches {
  display: flex;
  align-items: center;
  width: max-content;
  height: 46px;
  margin-top: 4px;
  padding: 8px 20px;
  border: 1px solid transparent;
  border-radius: 20px;
  background:
    linear-gradient(#2d2f36, #2d2f36) padding-box,
    linear-gradient(90deg, #6f408f, #3a7db8, #d2be26, #c83927) border-box;
  backdrop-filter: blur(8px);
}

.spectra-swatches span {
  width: 27px;
  height: 27px;
  margin-left: -1px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #ccc;
}

.spectra-swatches--biohacking span:nth-child(1) { background: #ffd51f; }
.spectra-swatches--biohacking span:nth-child(2) { background: #d65416; }

.spectra-swatches--sport span:nth-child(1) { background: #7c80bf; }
.spectra-swatches--sport span:nth-child(2) { background: #3853a4; }
.spectra-swatches--sport span:nth-child(3) { background: #8fa19b; }
.spectra-swatches--sport span:nth-child(4) { background: #7f9087; }
.spectra-swatches--sport span:nth-child(5) { background: #714629; }
.spectra-swatches--sport span:nth-child(6) { background: #bea01f; }
.spectra-swatches--sport span:nth-child(7) { background: #80771d; }
.spectra-swatches--sport span:nth-child(8) { background: #ffe207; }
.spectra-swatches--sport span:nth-child(9) { background: #dc5228; }
.spectra-swatches--sport span:nth-child(10) { background: #a34224; }

.spectra-swatches--therapeutic span:nth-child(1) { background: #f08c58; }
.spectra-swatches--therapeutic span:nth-child(2) { background: #ee741f; }
.spectra-swatches--therapeutic span:nth-child(3) { background: #df1c29; }
.spectra-swatches--therapeutic span:nth-child(4) { background: #e46b16; }
.spectra-swatches--therapeutic span:nth-child(5) { background: #6e3c27; }
.spectra-swatches--therapeutic span:nth-child(6) { background: #395b9c; }
.spectra-swatches--therapeutic span:nth-child(7) { background: #e89479; }
.spectra-swatches--therapeutic span:nth-child(8) { background: #bd5237; }
.spectra-swatches--therapeutic span:nth-child(9) { background: #9e9e9e; }
.spectra-swatches--therapeutic span:nth-child(10) { background: linear-gradient(135deg, #fff 0 47%, #050505 49% 100%); }

.spectra-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px !important;
  padding: 0;
  list-style: none;
}

.spectra-pills li,
.spectra-gallery-tags li {
  display: flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 18px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  background: rgba(251, 251, 253, 0.12);
  color: #f6f6f6;
  font-size: 12.8px;
  line-height: 19.2px;
  backdrop-filter: blur(8px);
}

.spectra-story--sport .spectra-swatches,
.spectra-story--therapeutic .spectra-swatches {
  margin-top: 24px;
}

.spectra-story--sport .spectra-pills,
.spectra-story--therapeutic .spectra-pills {
  margin-top: 44px !important;
}

.spectra-gallery {
  position: relative;
  height: 480px;
  margin-top: 226px;
  margin-bottom: 84px;
}

.spectra-gallery-stage {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1440px;
  height: 480px;
  transform: translateX(-50%);
}

.spectra-gallery-card,
.spectra-gallery-wing {
  position: absolute;
  display: block;
}

.spectra-gallery-card {
  object-fit: cover;
}

.spectra-gallery-card--outer-left {
  top: 0;
  left: -49px;
  width: 316px;
  height: 480px;
}

.spectra-gallery-wing {
  top: 106px;
  width: 176px;
  height: 268px;
  border: 1px solid #0d0e12;
  background: #c7c7c7;
}

.spectra-gallery-wing--left {
  left: 305px;
  border-radius: 16px 14px 14px 16px;
  clip-path: polygon(0 10%, 88% 0, 100% 5%, 100% 95%, 88% 100%, 0 90%);
}

.spectra-gallery-card--left {
  top: 140px;
  left: 506px;
  width: 133px;
  height: 198px;
}

.spectra-gallery-card--center {
  top: 149px;
  left: 658px;
  width: 124px;
  height: 182px;
  border: 1px solid #000;
  border-radius: 20px;
}

.spectra-gallery-card--right {
  top: 140px;
  left: 801px;
  width: 133px;
  height: 198px;
}

.spectra-gallery-wing--right {
  right: 305px;
  border-radius: 14px 16px 16px 14px;
  clip-path: polygon(0 5%, 12% 0, 100% 10%, 100% 90%, 12% 100%, 0 95%);
}

.spectra-gallery-card--outer-right {
  top: 0;
  right: -49px;
  width: 316px;
  height: 480px;
}

.spectra-gallery-tags {
  position: absolute;
  z-index: 2;
  top: 374px;
  left: 50%;
  display: flex;
  gap: 8px;
  padding: 0;
  list-style: none;
  transform: translateX(-50%);
}

.theme-spectra .site-footer {
  min-height: 153px;
  padding: 45px 52px 20px;
  background: var(--spectra-bg);
}

.theme-spectra .site-footer .footer-brand > img {
  width: 128px;
  filter: brightness(0) invert(1);
}

.theme-spectra .site-footer .social-links {
  margin-top: 18px;
  gap: 7px;
}

.theme-spectra .site-footer .social-links a,
.theme-spectra .site-footer .social-links > span {
  width: 24px;
  height: 24px;
}

.theme-spectra .site-footer .social-links img {
  width: 18px;
  height: 18px;
}

@media (max-width: 1100px) {
  .spectra-content {
    min-height: 0;
  }

  .spectra-intro-grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
    gap: 48px;
  }

  .spectra-story,
  .spectra-story--biohacking,
  .spectra-story--sport,
  .spectra-story--therapeutic {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 48px;
    width: calc(100% - 64px);
    max-width: 940px;
  }

  .spectra-story--sport .spectra-story-copy {
    padding-right: 0;
  }

  .spectra-gallery {
    margin-top: 150px;
  }
}

@media (max-width: 800px) {
  .theme-spectra .site-header .brand {
    left: 24px;
  }

  .spectra-hero {
    height: 650px;
    min-height: 650px;
  }

  .spectra-hero-photo,
  .spectra-hero-subject {
    object-position: 60% 50%;
  }

  .spectra-hero-shade {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.72), transparent 38%, rgba(0, 0, 0, 0.65));
  }

  .spectra-products-link {
    top: 24px;
    right: 24px;
    width: 176px;
    font-size: 12px;
  }

  .spectra-hero-lockup {
    top: auto;
    bottom: 64px;
    left: 24px;
    width: min(345px, calc(100% - 48px));
  }

  .spectra-hero-lockup p {
    font-size: 16px;
  }

  .spectra-intro {
    padding-top: 64px;
  }

  .spectra-statement {
    grid-template-columns: 1fr;
    width: calc(100% - 48px);
  }

  .spectra-statement > span {
    display: none;
  }

  .spectra-statement p {
    min-height: 74px;
    font-size: clamp(18px, 5vw, 23px);
  }

  .spectra-intro-grid {
    grid-template-columns: 1fr;
    gap: 46px;
    width: calc(100% - 48px);
    margin-top: 68px;
  }

  .spectra-intro-copy h2 {
    font-size: 26px;
  }

  .spectra-filter-frames {
    gap: 20px;
  }

  .spectra-filter-frames span {
    height: 58px;
  }

  .spectra-story,
  .spectra-story--biohacking,
  .spectra-story--sport,
  .spectra-story--therapeutic {
    grid-template-columns: 1fr;
    gap: 38px;
    width: calc(100% - 48px);
    height: auto;
    margin-top: 100px;
  }

  .spectra-story--sport .spectra-story-visual {
    order: -1;
  }

  .spectra-story-visual {
    height: min(455px, 86vw);
  }

  .spectra-story-copy,
  .spectra-story--biohacking .spectra-story-copy,
  .spectra-story--sport .spectra-story-copy,
  .spectra-story--therapeutic .spectra-story-copy {
    padding: 0;
  }

  .spectra-story-copy h2,
  .spectra-story--therapeutic .spectra-story-copy h2 {
    font-size: clamp(29px, 8vw, 36px);
    line-height: 1.14;
  }

  .spectra-story-copy > p {
    line-height: 1.5;
  }

  .spectra-swatches {
    max-width: 100%;
    overflow: hidden;
  }

  .spectra-story--sport .spectra-pills,
  .spectra-story--therapeutic .spectra-pills,
  .spectra-pills {
    margin-top: 28px !important;
  }

  .spectra-gallery {
    height: 390px;
    margin-top: 125px;
    margin-bottom: 55px;
  }

  .spectra-gallery-stage {
    position: static;
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    height: 320px;
    overflow-x: auto;
    padding: 20px 24px 34px;
    transform: none;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .spectra-gallery-wing {
    display: none;
  }

  .spectra-gallery-card,
  .spectra-gallery-card--outer-left,
  .spectra-gallery-card--left,
  .spectra-gallery-card--center,
  .spectra-gallery-card--right,
  .spectra-gallery-card--outer-right {
    position: static;
    width: 170px;
    height: 255px;
    flex: 0 0 170px;
    border-radius: 16px;
    object-fit: cover;
    scroll-snap-align: center;
  }

  .spectra-gallery-tags {
    top: auto;
    bottom: 0;
  }

  .theme-spectra .site-footer {
    min-height: 140px;
    padding: 38px 24px 18px;
  }
}

@media (max-width: 520px) {
  .spectra-hero {
    height: 610px;
    min-height: 610px;
  }

  .spectra-products-link {
    width: 150px;
  }

  .spectra-hero-lockup h1,
  .spectra-hero-lockup h1 img {
    width: 290px;
  }

  .spectra-hero-lockup p {
    max-width: 285px;
    font-size: 14px;
  }

  .spectra-swatches {
    height: 42px;
    padding-inline: 12px;
  }

  .spectra-swatches span {
    width: 24px;
    height: 24px;
  }

  .spectra-pills li,
  .spectra-gallery-tags li {
    padding-inline: 13px;
    font-size: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .spectra-gallery-stage {
    scroll-behavior: auto;
  }
}
