/** Shopify CDN: Minification failed

Line 1697:0 All "@import" rules must come first

**/
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&display=swap");

@font-face {
  font-family: "FK Roman Standard";
  src: url("FKRomanStandard-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

button {
  cursor: pointer;
}

/* FO Face landing redesign */
.fo-face-page {
  --fo-face-white: #fff;
  --fo-face-paper: #fbfbfb;
  --fo-face-ink: #232323;
  --fo-face-muted: #5d5759;
  --fo-face-faint: #a5a0a2;
  --fo-face-line: #e5dfe0;
  --fo-face-blue: #b1c7ff;
  --fo-face-blue-soft: #eff4ff;
  --fo-face-red: #ec9693;
  --fo-face-red-soft: #f9e5de;
  --fo-face-red-extra: #fff8f5;
  --fo-face-pink: #ffc9ee;
  --fo-face-pink-soft: #ffecf9;
  --fo-face-yellow: #dbb600;
  background: var(--fo-face-white);
  color: var(--fo-face-ink);
}

.fo-face-page h1,
.fo-face-page h2,
.fo-face-page h3,
.fo-face-page p {
  margin: 0;
}

.fo-face-page h1,
.fo-face-page h2 {
  font-family: var(--fo-display);
  font-weight: 400;
  line-height: 1;
}

.fo-face-page h1 {
  max-width: 668px;
  font-size: clamp(52px, 4.45vw, 64px);
}

.fo-face-page h2 {
  font-size: clamp(40px, 3.35vw, 48px);
}

.fo-face-page h3 {
  font-family: var(--fo-body);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
}

.fo-face-page {
  color: var(--fo-face-muted);
  font-size: 18px;
  line-height: 1.35;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}

.fo-face-header__dropdown-overlay {
  width: 100%;
  height: 100%;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
}

body.active-menu .fo-face-header__dropdown-overlay {
  display: block;
}

body.active-menu .fo-face-header__dropdown {
  display: block;
}

body {
  padding-top: 96px;
}

.fo-face-header {
  width: 100%;
  background: var(--fo-face-white);
  border-bottom: 1px solid var(--fo-face-line);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.fo-face-header-inner {
  height: 96px;
  padding: 0 5px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fo-face-header__brand {
  width: 322px;
  display: flex;
  align-items: center;
  align-self: stretch;
  border-right: 1px solid var(--fo-face-line);
}

.fo-face-header__brand img {
  width: 186px;
  height: auto;
}

.fo-face-header__left {
  display: flex;
  align-items: center;
}

.fo-face-header__title {
  margin-right: 15px;
  font-weight: 500;
  font-size: 16px;
  font-family: var(--fo-body);
  line-height: 1.35;
  letter-spacing: 0;
}

.fo-face-header__nav {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  padding-right: 24px;
  font-family: var(--fo-body);
  font-size: 17px;
  line-height: 1.35;
  white-space: nowrap;
}

.fo-face-header__nav a {
  padding: 8px;
  transition: opacity 160ms ease;
}

.fo-face-header__nav a:hover,
.fo-face-header__nav a:focus-visible {
  opacity: 0.65;
}

.fo-face-cart,
.fo-purchase-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 16px;
  border: 0;
  border-radius: 2px;
  background: var(--fo-face-ink);
  color: var(--fo-face-white);
  font-family: var(--fo-body);
  font-size: 16px;
  line-height: 1.35;
  text-align: center;
  cursor: pointer;
  transition: opacity 160ms ease, transform 160ms ease;
}

.fo-face-header-explore {
  min-height: 48px;
  background: var(--fo-face-blue-soft);
  padding: 0 22px;
  border: none;
  font-size: 16px;
  line-height: 1.35;
}

.fo-face-cart {
  min-width: 89px;
  background: var(--fo-face-blue);
  color: var(--fo-face-ink);
}

.fo-face-button--blue {
  background: var(--fo-face-blue);
  color: var(--fo-face-ink);
}

.fo-face-header__dropdown {
  width: 100%;
  background: #fff;
  padding: 24px 102px 50px;  
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  border: 1px solid var(--fo-face-line);
  border-top: none;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: none;
}

.fo-face-header__dropdown-close {
  width: 48px;
  height: 48px;
  background: var(--fo-face-blue-soft);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.fo-face-header__dropdown-inner {
  display: flex;
  justify-content: flex-end;
}

.fo-face-header__dropdown-cols {
  display: flex;
  justify-content: space-between;
}

.fo-face-header__dropdown-cols-left {
  max-width: 600px;
}

.fo-face-header__dropdown-cols .fo-face-header__title {
  font-size: 32px;
  margin: 0 0 24px;
}

.fo-face-header__dropdown-cols-right {
  flex-grow: 1;
}

.fo-face-header__dropdown-cols .fo-buy-price-container {
  margin: 40px 0 0;
  padding: 40px 0 0;
  justify-content: flex-end;
}

.fo-face-header__dropdown nav {
  margin-left: -10px;
  display: flex;
  flex-wrap: wrap;
}

.fo-face-header__dropdown nav a {
  width: 50%;
  display: block;
  padding: 10px;
  font-size: 22px;
  line-height: 1.35;
  font-family: var(--fo-body);
  text-decoration: none;
  color: var(--fo-face-ink);
}

.fo-face-header__dropdown a:hover {
  background: var(--fo-face-blue-soft);
}

.fo-purchase-form {
  margin: 0;
}

.fo-face-cart:hover,
.fo-face-button:hover,
.fo-purchase-form button:hover {
  opacity: 0.82;
}

.fo-face-cart:focus-visible,
.fo-face-button:focus-visible,
.fo-purchase-form button:focus-visible,
.fo-faq__question:focus-visible,
.fo-routine__controls button:focus-visible,
.fo-face-feature-row__track:focus-visible,
.fo-face-outcomes__grid:focus-visible,
.fo-face-list--dark:focus-visible,
.fo-routine__cards:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

.fo-face-hero {
  border-bottom: 1px solid var(--fo-face-line);
}

.fo-face-hero .container {
  padding-right: 0;
}

.fo-face-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(480px, 708px);
  align-items: center;
  gap: 24px;
  min-height: 600px;
}

.fo-face-hero__copy {
  display: grid;
  align-content: center;
  gap: 24px;
  max-width: 668px;
  min-height: 640px;
  padding: 51px 0 30px 4px;
}

.fo-face-eyebrow,
.fo-face-small-label,
.fo-face-tag,
.fo-face-disclaimer {
  font-family: var(--fo-mono);
}

.fo-face-eyebrow {
  margin-bottom: 5px;
  color: var(--fo-face-ink);
  font-size: 16px;
}

.fo-face-hero__copy h1 {
  margin-bottom: -8px;
}

.fo-face-hero__copy > p:not(.fo-face-eyebrow) {
  max-width: 437px;
  margin-bottom: -3px;
}

.fo-face-cta {
  display: grid;
  gap: 12px;
  width: 207px;
  margin-top: 16px;
}

.fo-face-button {
  background: var(--fo-face-ink);
  padding: 12px 20px 10px;
  border-radius: 2px;
  color: var(--fo-face-white);
  font-size: 18px;
  line-height: 1.35;
  font-family: var(--fo-body);
  text-align: center;
}

.fo-face-cta p {
  color: var(--fo-face-muted);
  font-size: 16px;
  text-align: center;
}

.fo-face-cta--center {
  margin: 0 auto;
}

.fo-face-cta--light p {
  color: var(--fo-face-faint);
}

.fo-face-hero__image {
  align-self: stretch;
  overflow: hidden;
  border-left: 1px solid var(--fo-face-line);
}

.fo-face-hero__image img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.fo-face-feature-row {
  border-bottom: 1px solid var(--fo-face-line);
  background: var(--fo-face-white);
}

.fo-face-feature-row__track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1440px;
  margin-inline: auto;
}

.fo-face-feature-row article {
  padding: 40px 60px 40px 62px;
  border-right: 1px solid var(--fo-face-line);
}

.fo-face-feature-row article:last-child {
  border-right: 0;
}

.fo-face-feature-row h2 {
  margin-bottom: 10px;
  font-family: var(--fo-body);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.35;
}

.fo-face-feature-row p {
  max-width: 357px;
}

.fo-face-section {
  position: relative;
  display: grid;
  gap: 64px;
  padding: 80px max(40px, calc((100vw - 1360px) / 2));
  border-bottom: 1px solid var(--fo-face-line);
  overflow-x: clip;
  background: var(--fo-face-white);
}

.fo-face-section__head {
  width: min(668px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

#effects .fo-face-section__head, #daily-use .fo-face-section__head {
  margin: 0;
}

.fo-face-section__head--center {
  justify-self: center;
  text-align: center;
}

.fo-face-section__head p {
  max-width: 668px;
  line-height: 1.5;
}

.fo-face-section--layer {
  background:
    url("fo-face-layer-bg.jpg") center bottom no-repeat;
  padding: 78px 0 64px 0;
}

.fo-face-section__head h2 {
  /*  */
  letter-spacing: -0.3px;
}

.fo-face-layer {
  margin: 64px 0 0;
  display: grid;
  grid-template-columns: minmax(0, 537px) 92px minmax(180px, 200px);
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.fo-face-layer__steps .fo-face-small-label {
  margin-bottom: 26px;
}

.fo-face-small-label {
  margin-bottom: 8px;
  color: var(--fo-face-faint);
  font-size: 14px;
  text-align: center;
}

.fo-face-layer__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.fo-face-layer__cards span,
.fo-face-layer__next {
  display: grid;
  place-items: center;
  padding: 24px;
  text-align: center;
}

.fo-face-layer__plus {
  margin-top: -10px;
  color: var(--fo-face-faint);
  font-family: var(--fo-display);
  font-size: 48px;
  text-align: center;
}

.fo-face-layer__next {
  margin: -3px 0 0 -3px;
  border: 1px solid var(--fo-face-red);
  background: var(--fo-face-red-extra);
}

.fo-face-layer__next strong {
  font-size: 16px;
  font-weight: 400;
}

.fo-face-process-cards {
  margin: 235px auto 0;
  padding: 0 16px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  justify-self: center;
  gap: 16px;
  width: min(908px, 100%);
}

.fo-face-layer__next {
  position: relative;
}

.fo-face-layer__next::before {
  width: 5px;
  height: 5px;
  margin: 21px 0 0 -3px;
  background: var(--fo-face-red);
  border-radius: 100%;
  position: absolute;
  top: 100%;
  left: 50%;
  content: ""
}

.fo-face-layer__next::after {
  width: 1px;
  height: 66px;
  margin: 21px 0 0 -1px;
  background: var(--fo-face-red);
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
}

.fo-face-process-cards::before {
  width: 5px;
  height: 5px;
  margin: 0 0 21px -3px;
  background: var(--fo-face-red);
  border-radius: 100%;
  position: absolute;
  bottom: 100%;
  left: 50%;
  content: ""
}

.fo-face-process-cards::after {
  width: 1px;
  height: 129px;
  margin: 0 0 21px -1px;
  background: var(--fo-face-red);
  position: absolute;
  bottom: 100%;
  left: 50%;
  content: "";
}

.fo-face-process-cards-connector {
  width: 335px;
  height: 1px;
  margin: 0 0 149px;
  background: var(--fo-face-red);
  position: absolute;
  bottom: 100%;
  left: 50%;
}

.fo-face-process-cards article {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 0;
  overflow: hidden;
  background: #fff;
  border: 2px solid white;
  border-bottom: none;
  box-shadow: 0 6px 20px rgba(93, 87, 89, 0.12);
}

.fo-face-process-cards img {
  width: 100%;
  max-width: none;
  aspect-ratio: 204 / 102;
  height: auto;
  object-fit: cover;
  border-radius: 0;
}

.fo-face-process-cards p {
  display: grid;
  align-content: center;
  padding: 8px;
  color: var(--fo-face-ink);
  font-size: 15px;
  text-align: center;
}

.fo-face-wide-note {
  display: grid;
  gap: 12px;
  justify-items: center;
  justify-self: stretch;
  padding: 40px 0 0;
  background: transparent;
  text-align: center;
}

.fo-face-wide-note p {
  width: min(668px, 100%);
}

.fo-face-wide-note p:last-child {
  color: var(--fo-face-ink);
  font-weight: 500;
}

.fo-face-section--effects {
  background: #fff;
  padding: 82px 0 0;
  border-bottom: 1px solid #E5DFE0;
  position: relative;
  z-index: 2;
}

.fo-face-section--effects > .fo-face-corner-bg {
  margin-top: -1px;
  background: #FBFBFB;
  border-width: 0 1px 1px 0;
  border-color: #E5DFE0;
  top: 100%;
  left: 0;
}

.fo-face-section--effects .container{
  padding: 0 67px;
}

.fo-face-section--effects-inner h2 {
  letter-spacing: -1px;
}

.fo-face-section--effects-inner .fo-face-section__head {
  gap: 11px;
}

.fo-face-section--effects-inner .fo-face-section__head p {
  line-height: 1.3;
}

.fo-face-tag {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #2a50b0;
  font-size: 14px;
  letter-spacing: -0.4px;
}

.fo-face-tag::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--fo-face-blue);
}

.fo-face-corner-bg {
  width: 50%;
  height: 33px;
  background: #fff;
  border: solid;
  position: absolute;
  top: 0;
  left: 50%;
}

.fo-face-timeline .fo-face-corner-bg {
  margin-top: -1px;
  border-width: 0 0 1px 1px;
  border-color: #B1C7FF;
}

.fo-face-timeline {
  margin-top: 60px;
  padding: 53px 0 36px;
  background: var(--fo-face-blue-soft);
  border: 1px solid #B1C7FF;
  position: relative;
}

.fo-face-timeline::before {
  width: 1px;
  height: 67px;
  background: #B1C7FF;
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
}

.fo-face-timeline::after {
  width: 5px;
  height: 5px;
  margin: 62px 0 0 -2px;
  background: #B1C7FF;
  border-radius: 100%;
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
}

.fo-face-timeline__track {
  margin: 22px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
}

.fo-face-timeline__track::before {
  content: "";
  position: absolute;
  top: 26px;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--fo-face-blue);
}

.fo-face-timeline article {
  position: relative;
  padding: 77px 16px 0;
  text-align: center;
}

.fo-face-timeline article h3 {
  margin-bottom: 10px;
}

.fo-face-timeline span {
  position: absolute;
  top: 0;
  left: 50%;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 2px solid var(--fo-face-blue);
  border-radius: 2px;
  background: var(--fo-face-paper);
  color: #2a50b0;
  font-family: var(--fo-mono);
  font-size: 14px;
  transform: translateX(-50%);
}

.fo-face-outcomes {
  background: #FBFBFB;
  padding: 85px 0;
  position: relative;
}

.fo-face-outcomes .fo-face-tag {
  color: #A5A0A2;
}

.fo-face-outcomes__grid {
  margin-top: 21px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.fo-face-outcomes article {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 307px;
  padding: 25px 22px 22px;
  overflow: hidden;
  color: #fff;
}

.fo-face-outcomes img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.fo-face-outcomes__grid h3, .fo-face-outcomes__grid p {
  position: relative;
  z-index: 1;
  color: #fff;
}

.fo-face-outcomes h3 {
  display: flex;
  gap: 7px;
  align-items: baseline;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.4px;
}

.fo-face-outcomes p {
  line-height: 1.3;
}

.fo-face-outcomes span {
  font-family: var(--fo-mono);
  font-size: 14px;
  font-weight: 400;
}

.fo-face-outcomes article::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(35, 35, 35, 0.12), transparent 30%, transparent 55%, rgba(35, 35, 35, 0.4));
}

.fo-face-disclaimer {
  width: min(537px, 100%);
  color: var(--fo-face-muted);
  font-size: 14px;
}

.fo-face-disclaimer strong {
  color: var(--fo-face-ink);
  font-weight: 400;
}

.fo-face-section--science,
.fo-face-final-cta,
.fo-face-footer {
  background: var(--fo-face-ink);
  color: #fff;
}

.fo-face-section--science .fo-face-section__head p,
.fo-face-section--science p,
.fo-face-final-cta p,
.fo-face-footer p {
  color: #c9c3c4;
}

.fo-face-section--science h2 {
  color: #fff;
}

.fo-face-section--science {
  padding: 108px 0 98px;
}

.fo-face-section--science .fo-face-section__head p {
  line-height: 1.3;
}

.fo-face-science-grid {
  max-width: 1096px;
  margin: 62px auto 0;
  position: relative;
}

.fo-face-list {
  min-height: 610px;
  display: grid;
  align-items: center;  
}

.fo-face-list article {
  padding: 20px 0 20px 689px;
  display: grid;
  gap: 8px;
  border-bottom: 2px solid var(--fo-face-line);
  color: #C9C3C4;
  opacity: 0.2
}

#design .fo-face-list article {
  padding-left: 0;
}

.fo-face-list article img {
  opacity: 0;
}

.fo-face-list article.active {
  opacity: 1;
  z-index: 3;
  color: #fff;
}

.fo-face-list article.active img {
  opacity: 1;
}

.fo-face-list article:last-child {
  border-bottom: 0;
}

.fo-face-science-slide {
  width: 649px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.fo-face-science-carousel {
  padding: 0 0 0 35px;
}

.fo-face-callout-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.fo-face-callout-lines path {
  stroke: rgba(35, 35, 35, 0.28);
  stroke-width: 0.25;
}

.fo-face-callout-lines circle {
  fill: var(--fo-face-blue);
}

.fo-callout {
  position: absolute;
  display: grid;
  gap: 4px;
  max-width: 42%;
  margin: 0;
  font-family: var(--fo-mono);
  pointer-events: none;
}

.fo-callout figcaption {
  font-size: 13px;
  color: #232323;
}

.fo-callout p {
  margin: 0;
  font-size: 11px;
  line-height: 1.45;
  color: var(--fo-muted);
}

.fo-callout--led {
  top: 9%;
  left: 1%;
}

.fo-callout--eye {
  top: 9%;
  right: 1%;
  justify-items: end;
  text-align: right;
}

.fo-callout--exposure {
  bottom: 7%;
  right: 1%;
  justify-items: end;
  text-align: right;
}

@media (max-width: 900px) {
  .fo-face-design-visual {
    display: grid;
    gap: 16px;
  }

  .fo-face-callout-lines {
    display: none;
  }

  .fo-callout {
    position: static;
    max-width: none;
    justify-items: start;
    text-align: left;
  }
}

.fo-face-list--dark article {
  border-color: #343434;
}

.fo-face-list--dark h3 {
  color: #fff;
}

.fo-face-section--design {
  background: var(--fo-face-paper);
  padding: 76px 0;
}

.fo-face-section--design .fo-face-section__head {
  gap: 12px;
}

.fo-face-section--design .fo-face-section__head h2 {
  letter-spacing: -0.7px;
}

.fo-face-section--design .fo-face-section__head p {
  line-height: 1.3;
}

.fo-face-design-grid {
  min-height: 630px;
  margin-top: 30px;
  padding: 48px 0 25px 68px;
  display: grid;
  justify-content: center;
  grid-template-columns: minmax(320px, 399px) minmax(0, 717px);
  gap: 40px;
}

.fo-face-design-grid .fo-face-list {
  padding-top: 14px;
}

.fo-face-design-grid .fo-face-list article {
  color: #5D5759;
  border-bottom-color: #E5DFE0
}

.fo-face-design-grid .fo-face-list article p {
  letter-spacing: -0.17px;
  line-height: 1.3;
}

.fo-face-section--routine {
  background: #fff;
  padding: 86px 0 70px;
}

.fo-face-section--routine .container {
  padding: 0 69px;
}

.fo-face-section--routine .fo-face-section__head {
  gap: 16px;
}

.fo-face-section--routine .fo-face-section__head h2 {
  line-height: 0.95;
  letter-spacing: -1px;
}

.fo-face-section--routine .fo-face-section__head p {
  max-width: 437px;
  line-height: 1.3;
  letter-spacing: -0.3px;
}

.fo-routine {
  width: 100%;
  margin-top: 59px;
  display: grid;
  gap: 35px;
}

.fo-routine__cards {
  display: grid;
  grid-auto-columns: 419px;
  grid-auto-flow: column;
  gap: 24px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.fo-routine__cards::-webkit-scrollbar {
  display: none;
}

.fo-routine-card {
  min-height: 201px;
  padding: 22px 80px 22px 22px;
  border: 1px solid currentColor;
  position: relative;
  line-height: 0;
}

.fo-routine-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 98px;
  height: 100%;
  opacity: 0.45;
  background: repeating-linear-gradient(to right, currentColor 0 8px, transparent 8px 16px);
}

.fo-routine-card > img {
  width: 61px;
  height: 61px;
  padding: 16px;
  border-radius: 50%;
  background: currentColor;
}

.fo-routine-card h3,
.fo-routine-card p,
.fo-routine-card > img {
  position: relative;
  z-index: 1;
}

.fo-routine-card--blue {
  background: var(--fo-face-blue-soft);
  color: var(--fo-face-blue);
}

.fo-routine-card--red {
  background: var(--fo-face-red-extra);
  color: var(--fo-face-red-soft);
}

.fo-routine-card--pink {
  background: var(--fo-face-pink-soft);
  color: var(--fo-face-pink);
}

.fo-routine-card h3 {
  margin-top: 38px;
  color: var(--fo-face-ink);
}

.fo-routine-card p {
  margin-top: 7px;
  color: var(--fo-face-muted);
    font-size: 18px;
    line-height: 1.35;
}

.fo-routine__controls {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.fo-routine__controls button {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 0;
  border-radius: 2px;
  background: var(--fo-face-ink);
  cursor: pointer;
}

.fo-routine__controls img {
  width: 20px;
  height: 20px;
}

.fo-face-section--comparison {
  background: #fff;
  border-top: 2px solid #E5DFE0;
  padding: 74px 0;
}

.fo-face-section--comparison .fo-face-section__head p {
  line-height: 1.3;
}

.fo-face-section--comparison .fo-face-cta {
  margin: 57px auto 0;
}

.fo-comparison {
  width: 100%;
  margin-top: 63px;
  display: grid;
}

.fo-comparison__header,
.fo-comparison article {
  border-bottom: 1px solid var(--fo-face-line);
  display: grid;
  grid-template-columns: minmax(220px, 437px) repeat(2, minmax(0, 1fr));
}

.fo-comparison__header {
  text-align: center;
}

.fo-comparison__header strong {
  padding: 22px 0;
  font-size: 20px;
  font-weight: 500;
}

.fo-comparison article {
  text-align: center;
}

.fo-comparison article h3 {
  padding: 22px 22px;
  display: flex;
  gap: 8px;
  color: var(--fo-face-muted);
  font-family: var(--fo-mono);
  font-size: 16px;
  font-weight: 400;
}

.fo-comparison article h3::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 7px;
  background: var(--fo-face-yellow);
}

.fo-comparison article > div {
  padding: 22px 22px;
}

.fo-comparison article > div:last-child img {
  opacity: 0.7;
}

.fo-comparison__visual-row:last-child {
  border-bottom: none;
}

.fo-comparison__visual-row img {
  width: 100%;
  height: 215px;
  object-fit: cover;
}

.fo-comparison__visual-row div p {
  margin-top: 18px;
}

.fo-face-section--faq {
  background: var(--fo-face-paper);
  padding: 76px 0;
  border-top: 2px solid #E5DFE0;
}

.fo-face-section--faq .fo-face-section__head p {
  line-height: 1.3;
}

.fo-faq {
  width: 100%;
  margin-top: 60px;
  padding: 0 16px;
  border-top: 1px solid var(--fo-face-line);
  display: grid;
  gap: 0;
}

.fo-faq__item {
  border-bottom: 1px solid var(--fo-face-line);
}

.fo-faq__item:last-child {
  border-bottom: none;
}

.fo-faq__item h3 {
  margin: 0;
}

.fo-faq__question {
  padding: 20px 20px 20px 0;
  display: grid;
  grid-template-columns: 207px minmax(0, 668px) 207px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--fo-face-ink);
  font-family: var(--fo-body);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
  cursor: pointer;
}

.fo-faq__question span {
  color: var(--fo-face-faint);
  font-family: var(--fo-mono);
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.fo-faq__icon {
  justify-self: end;
  width: 24px;
  height: 24px;
}

.fo-faq__icon--close,
.fo-faq__item.is-open .fo-faq__icon--plus {
  display: none;
}

.fo-faq__item.is-open .fo-faq__icon--close {
  display: block;
}

.fo-faq__answer {
  width: min(668px, 100%);
  margin: -7px auto 0;
  padding: 0 0 20px;
  line-height: 1.3;
  text-align: center;
}

.fo-face-final-cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 668px) minmax(320px, 1fr);
  align-items: center;
  min-height: 466px;
  padding: 80px max(40px, calc((100vw - 1360px) / 2));
  overflow: hidden;
}

.fo-face-final-cta::before {
  background-image: url("fo-face-dark-texture.png");
  background-position: -175px -353px;
}

.fo-face-final-cta__copy,
.fo-face-final-cta > img {
  position: relative;
  z-index: 1;
}

.fo-face-final-cta h2 {
  margin-bottom: 16px;
  color: #fff;
}

.fo-face-final-cta__copy > p {
  width: min(437px, 100%);
}

.fo-face-final-cta > img {
  justify-self: end;
  width: min(716px, 55vw);
  height: auto;
  margin-bottom: -80px;
}

.fo-face-footer {
  position: relative;
  padding: 48px 0 60px;
  overflow: hidden;
}

.fo-face-footer::before {
  background-image: url("fo-face-dark-texture.png");
  background-position: -175px -802px;
}

.fo-face-footer__top,
.fo-face-footer__bottom {
  position: relative;
  z-index: 1;
}

.fo-face-footer__top {
  display: flex;
  justify-content: space-between;
}

.fo-face-footer__wordmark-container {
  color: #c9c3c4;
  font-size: 14px;
}

.fo-face-footer__wordmark {
  width: 186px;
  height: auto;
  margin-bottom: 20px;
  filter: invert(1);
}

.fo-face-footer nav {
  max-width: 600px;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 500;
}

.fo-face-footer a {
  width: 50%;
  padding: 10px;
  display: block;
  color: #c9c3c4;
}

.fo-face-footer__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  min-height: 180px;
  margin-top: 80px;
}

.fo-face-footer__sun {
  position: absolute;
  top: 8px;
  left: 50%;
  z-index: 0;
  width: 511px;
  max-width: none;
  height: 511px;
  opacity: 0.9;
  transform: translateX(-50%);
}

@media (max-width: 1180px) {
  .fo-face-header {
    grid-template-columns: 220px 1fr auto;
  }

  .fo-face-header__nav {
    gap: 4px;
    font-size: 15px;
  }

  .fo-face-hero {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 48vw);
  }

  .fo-face-science-grid,
  .fo-face-design-grid {
    grid-template-columns: 1fr;
  }

  .fo-face-design-visual {
    order: -1;
  }

  .fo-face-outcomes__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .fo-face-header {
    grid-template-columns: 1fr auto;
    gap: 16px;
    height: 80px;
    min-height: 80px;
    padding: 0 16px;
  }

  .fo-face-header__brand {
    border-right: 0;
  }

  .fo-face-header__brand img {
    width: 149px;
    height: auto;
  }

  .fo-face-header__nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    order: 3;
    padding: 0 0 16px;
    overflow-x: auto;
  }

  .fo-face-hero,
  .fo-face-final-cta {
    grid-template-columns: 1fr;
    padding: 48px 16px;
  }

  .fo-face-hero__copy {
    min-height: auto;
    padding: 0;
  }

  .fo-face-hero__image {
    min-height: 420px;
    border-left: 0;
  }

  .fo-face-feature-row__track,
  .fo-face-process-cards,
  .fo-face-timeline__track,
  .fo-face-outcomes__grid {
    grid-template-columns: 1fr;
  }

  .fo-face-feature-row article {
    border-right: 0;
    border-bottom: 1px solid var(--fo-face-line);
  }

  .fo-face-section {
    gap: 48px;
    padding: 64px 16px;
  }

  .fo-face-layer {
    grid-template-columns: 1fr;
  }

  .fo-face-layer__cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .fo-face-wide-note {
    justify-items: start;
    padding: 40px 0;
    text-align: left;
  }

  .fo-face-timeline__track::before {
    display: none;
  }

  .fo-face-timeline article {
    padding-top: 0;
    text-align: left;
  }

  .fo-face-timeline span {
    position: static;
    transform: none;
  }

  .fo-comparison__header {
    display: none;
  }

  .fo-comparison article {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .fo-comparison article > p,
  .fo-comparison article > div {
    text-align: left;
  }

  .fo-faq__question {
    grid-template-columns: 56px 1fr 32px;
    gap: 12px;
    font-size: 20px;
    text-align: left;
  }

  .fo-faq__answer {
    margin-left: 68px;
    text-align: left;
  }

  .fo-face-final-cta > img {
    justify-self: center;
    width: 100%;
    margin-bottom: -48px;
  }

  .fo-face-footer {
    padding: 40px 20px 72px;
  }

  .fo-face-footer__top {
    grid-template-columns: 1fr;
  }

  .fo-face-footer nav {
    justify-content: start;
  }
}

@media (max-width: 560px) {
  .fo-face-page h1 {
    font-size: 46px;
  }

  .fo-face-page h2 {
    font-size: 38px;
  }

  .fo-face-page {
    font-size: 16px;
  }

  .fo-face-cart,
  .fo-face-button,
  .fo-purchase-form button {
    width: 100%;
  }

  .fo-face-cta {
    width: 100%;
  }

  .fo-face-layer__cards {
    grid-template-columns: 1fr;
  }

  .fo-routine__cards {
    grid-auto-columns: minmax(260px, 82vw);
  }

  .fo-face-footer__bottom {
    display: block;
  }

  .fo-face-footer__sun {
    width: 320px;
    height: 320px;
    max-width: 80vw;
  }
}



@font-face {
  font-family: "Neue Montreal";
  src: url("PPNeueMontreal-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Montreal";
  src: url("PPNeueMontreal-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&display=swap');

:root {
  --fo-bg: #f4f4f4;
  --fo-ink: #000;
  --fo-dark: #232323;
  --fo-muted: #7c7c7c;
  --fo-display: "FK Roman Standard", Georgia, "Times New Roman", serif;
  --fo-body: "Neue Montreal", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --fo-mono: "IBM Plex Mono", "Courier New", monospace;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--fo-bg);
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

@media (max-width: 900px) {
  html {
    scroll-padding-top: 80px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .fo-face-header__nav a,
  .fo-face-cart,
  .fo-face-button,
  .fo-purchase-form button,
  .fo-routine__cards,
  .fo-face-feature-row__track,
  .fo-face-outcomes__grid,
  .fo-face-list--dark {
    scroll-behavior: auto;
    transition: none;
  }
}

body {
  margin: 0;
  background: var(--fo-bg);
  color: var(--fo-ink);
  font-family: var(--fo-body);
}

img {
  display: block;
  max-width: 100%;
}

picture {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

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

.skip-link:focus {
  z-index: 100;
  width: auto;
  height: auto;
  margin: 16px;
  padding: 12px 16px;
  clip: auto;
  background: #fff;
  color: #000;
}

.fo-page {
  min-height: 100vh;
  overflow: hidden;
  background: var(--fo-bg);
}

.fo-basic-template {
  display: grid;
  min-height: 100vh;
  padding: 120px 24px;
  place-items: center;
  text-align: center;
}

.fo-basic-template__inner {
  width: min(720px, 100%);
}

.fo-basic-template h1 {
  margin: 0;
  font-family: var(--fo-display);
  font-size: clamp(48px, 8vw, 96px);
  font-weight: 400;
  line-height: 1.05;
}

.fo-basic-template__body {
  margin: 24px 0 40px;
  font-size: 18px;
  line-height: 1.5;
}

.fo-page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  width: min(92.7vw, 1453px);
  height: 104px;
  margin: 0 auto;
}

.fo-page-header__brand img {
  width: 158px;
  height: auto;
}

.fo-page-header__nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-family: var(--fo-mono);
  font-size: 13px;
  line-height: 1.5;
  text-transform: uppercase;
}

.fo-page-header__nav a:hover,
.fo-page-header__nav a:focus-visible,
.fo-text-page a:hover,
.fo-text-page a:focus-visible,
.fo-page-footer a:hover,
.fo-page-footer a:focus-visible {
  opacity: 0.7;
}

.fo-text-page {
  min-height: 100vh;
  padding: 80px 24px 120px;
  background: var(--fo-bg);
  color: var(--fo-ink);
}

.fo-text-page__inner {
  width: min(840px, 100%);
  margin: 0 auto;
}

.fo-text-page__back {
  display: inline-block;
  margin-bottom: 48px;
  font-family: var(--fo-mono);
  font-size: 13px;
  line-height: 1.5;
  text-transform: uppercase;
}

.fo-text-page h1 {
  margin: 0 0 48px;
  font-family: var(--fo-display);
  font-size: clamp(48px, 8vw, 88px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.04em;
}

.fo-text-page h2 {
  margin: 40px 0 12px;
  font-family: var(--fo-display);
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.fo-text-page p,
.fo-text-page li {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.6;
}

.fo-text-page a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.fo-contact-form {
  display: grid;
  gap: 14px;
  margin-top: 40px;
}

.fo-contact-form label {
  font-family: var(--fo-mono);
  font-size: 13px;
  line-height: 1.5;
  text-transform: uppercase;
}

.fo-contact-form input,
.fo-contact-form textarea {
  width: 100%;
  border: 1px solid rgba(35, 35, 35, 0.2);
  border-radius: 5px;
  background: #fff;
  color: var(--fo-ink);
  font-family: var(--fo-body);
  font-size: 18px;
  line-height: 1.5;
}

.fo-contact-form input {
  min-height: 54px;
  padding: 0 18px;
}

.fo-contact-form textarea {
  min-height: 180px;
  padding: 14px 18px;
  resize: vertical;
}

.fo-contact-form .fo-button {
  width: max-content;
  margin-top: 18px;
}

.fo-contact-form__message {
  padding: 14px 18px;
  border-radius: 5px;
  background: #fff;
  font-family: var(--fo-mono);
  font-size: 13px;
}

.fo-contact-form__message--error {
  color: #9d1c1c;
}

.fo-page-footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 48px;
  padding: 48px max(32px, calc((100vw - 1292px) / 2));
  background: var(--fo-dark);
  color: #fff;
  font-family: var(--fo-mono);
}

.fo-page-footer__icon {
  width: 84px;
  height: 84px;
}

.fo-page-footer__links {
  display: flex;
  justify-content: center;
  gap: 40px;
  font-size: 13px;
  line-height: 1.5;
}

.fo-page-footer p {
  margin: 0;
  font-family: var(--fo-display);
  font-size: 16px;
  line-height: 1.5;
  white-space: nowrap;
}

.fo-header {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: 158px 1fr 170px;
  align-items: center;
  gap: clamp(32px, 10vw, 388px);
  width: min(92.7vw, 1453px);
  height: 104px;
  margin: 0 auto;
}

.fo-header__brand {
  display: block;
}

.fo-header__logo {
  width: 158px;
  height: auto;
}

.fo-header__icon {
  display: none;
}

.fo-header__nav {
  display: flex;
  justify-content: center;
  gap: 40px;
  color: var(--fo-dark);
  font-family: var(--fo-mono);
  font-size: 15px;
  line-height: 1.1;
  white-space: nowrap;
}

.fo-header__nav a:focus-visible,
.fo-header__nav a:hover {
  opacity: 0.65;
}

.fo-button,
.fo-waitlist-form button,
.fo-header__nav a,
.fo-footer a,
.fo-video__button {
  transition: opacity 160ms ease, transform 160ms ease, background-color 160ms ease;
}

.fo-button,
.fo-waitlist-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 51px;
  padding: 0 21px;
  border: 1px solid var(--fo-ink);
  border-radius: 5px;
  background: var(--fo-dark);
  color: #fff;
  font-family: var(--fo-mono);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

.fo-button--nav {
  min-height: 43px;
}

.fo-button:hover,
.fo-waitlist-form button:hover,
.fo-footer a:hover {
  opacity: 0.75;
}

.fo-button:focus-visible,
.fo-waitlist-form button:focus-visible,
.fo-footer a:focus-visible,
.fo-video__button:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

.fo-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 632px) minmax(0, 1fr);
  min-height: 665px;
  padding: 240px 0 60px max(32px, calc((100vw - 1453px) / 2));
}

.fo-hero__content {
  position: relative;
  z-index: 2;
}

.fo-hero h1,
.fo-command h2,
.fo-science-card h2 {
  margin: 0;
  font-family: var(--fo-display);
  font-weight: 400;
  letter-spacing: -0.04em;
}

.fo-hero h1 {
  max-width: 632px;
  font-size: clamp(48px, 4.1vw, 64px);
  line-height: 1.1;
}

.fo-hero p {
  max-width: 617px;
  margin: 12px 0 0;
  font-size: clamp(16px, 1.28vw, 20px);
  line-height: 1.5;
}

.fo-waitlist-form {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
}

.fo-waitlist-form--hero {
  margin-top: 32px;
}

.fo-waitlist-form input {
  width: 325px;
  min-height: 59px;
  padding: 0 22px;
  border: 0;
  border-radius: 5px;
  background: #fff;
  color: var(--fo-ink);
  font-family: var(--fo-mono);
  font-size: 15px;
  line-height: 1.5;
}

.fo-waitlist-form input::placeholder {
  color: var(--fo-muted);
}

.fo-waitlist-form button {
  min-width: 202px;
  min-height: 59px;
  font-size: 15px;
  font-weight: 400;
}

.fo-form-message {
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  margin: 0;
  font-family: var(--fo-mono);
  font-size: 12px;
}

.fo-form-message--error {
  color: #9d1c1c;
}

.fo-hero__image {
  position: absolute;
  top: 52px;
  right: max(-18px, calc((100vw - 1567px) / 2));
  width: min(46.1vw, 722px);
  height: 560px;
  overflow: hidden;
}

.fo-hero__image img {
  width: 198%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 0 50%;
  transform: rotate(180deg) scaleY(-1);
}

.fo-science {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.fo-science-card {
  position: relative;
  min-height: 950px;
  overflow: hidden;
  color: #fff;
}

.fo-science-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.fo-science-card:first-child > img {
  width: 190%;
  object-position: 33% 50%;
  transform: rotate(180deg) scaleY(-1);
}

.fo-science-card:nth-child(2) > img {
  width: 208%;
  object-position: 45% 50%;
}

.fo-science-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(35, 35, 35, 0) 42%, rgba(35, 35, 35, 0.4) 100%);
}

.fo-science-card__copy {
  position: absolute;
  right: 50px;
  bottom: 143px;
  left: 50px;
  z-index: 1;
}

.fo-science-card h2 {
  font-size: clamp(30px, 2.05vw, 32px);
  line-height: 1.1;
}

.fo-science-card p {
  max-width: 617px;
  margin: 12px 0 0;
  font-size: clamp(16px, 1.15vw, 18px);
  line-height: 1.5;
}

.fo-command {
  position: relative;
  min-height: 1100px;
  padding-top: 148px;
  text-align: center;
}

.fo-command__copy {
  position: relative;
  z-index: 1;
  width: min(90vw, 710px);
  margin: 0 auto;
}

.fo-command h2 {
  font-size: clamp(44px, 3.06vw, 48px);
  line-height: 1.1;
}

.fo-command p {
  width: min(80vw, 493px);
  margin: 12px auto 32px;
  font-size: clamp(16px, 1.15vw, 18px);
  line-height: 1.5;
}

.fo-command__image {
  position: absolute;
  top: 562px;
  left: 50%;
  width: min(65.2vw, 1022px);
  aspect-ratio: 2044 / 1444;
  overflow: hidden;
  transform: translateX(-50%);
}

.fo-command__image picture,
.fo-command__image img {
  width: 100%;
  height: 100%;
}

.fo-command__image img {
  width: 104%;
  height: 112%;
  max-width: none;
  object-fit: fill;
  object-position: 50% 0;
}

.fo-video {
  position: relative;
  aspect-ratio: 3134 / 1477;
  height: auto;
  overflow: hidden;
}

.fo-video > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.04);
}

.fo-video__button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 101px;
  height: 101px;
  padding: 0;
  border: 0;
  background: transparent;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.fo-video__button img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
}

.fo-video__button:hover {
  transform: translate(-50%, -50%) scale(1.04);
}

.fo-footer {
  position: relative;
  min-height: 418px;
  padding: 60px max(32px, calc((100vw - 1292px) / 2)) 63px;
  background: var(--fo-dark);
  color: #fff;
  font-family: var(--fo-mono);
}

.fo-footer__top {
  display: grid;
  grid-template-columns: 95px 1fr;
  align-items: start;
  gap: 40px;
}

.fo-footer__icon {
  width: 95px;
  height: 95px;
}

.fo-footer__waitlist {
  display: none;
}

.fo-footer__links {
  display: flex;
  justify-content: flex-end;
  gap: 55px;
  font-size: 16px;
  line-height: 1.5;
  white-space: nowrap;
}

.fo-footer__mobile-links {
  display: none;
}

.fo-footer__bottom {
  position: absolute;
  right: max(32px, calc((100vw - 1292px) / 2));
  bottom: 63px;
  left: max(32px, calc((100vw - 1292px) / 2));
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.45);
}

.fo-footer__bottom p {
  grid-column: 2;
  margin: 0;
  font-family: var(--fo-display);
  font-size: 16px;
  line-height: 1.5;
}

.fo-footer__socials {
  grid-column: 3;
  display: flex;
  justify-content: flex-end;
  gap: 26px;
}

.fo-footer__socials img {
  width: 24px;
  height: 24px;
}

@media (max-width: 990px) {
  .fo-page-header {
    width: 100%;
    height: auto;
    padding: 16px;
  }

  .fo-page-header__brand img {
    width: 92px;
  }

  .fo-page-header__nav {
    gap: 14px;
    overflow-x: auto;
    font-size: 10px;
  }

  .fo-text-page {
    padding: 56px 16px 80px;
  }

  .fo-contact-form .fo-button {
    width: 100%;
  }

  .fo-page-footer {
    display: block;
    padding: 37px 16px 28px;
    text-align: center;
  }

  .fo-page-footer__icon {
    width: 84px;
    height: 84px;
    margin: 0 auto 40px;
  }

  .fo-page-footer__links {
    display: grid;
    gap: 18px;
    margin-bottom: 40px;
    font-size: 12px;
  }

  .fo-page-footer p {
    padding-top: 29px;
    border-top: 1px solid rgba(255, 255, 255, 0.45);
    font-size: 10px;
  }

  .fo-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 73px;
    padding: 13px 16px;
  }

  .fo-header__logo,
  .fo-header__nav {
    display: none;
  }

  .fo-header__icon {
    display: block;
    width: 47px;
    height: 47px;
  }

  .fo-button,
  .fo-waitlist-form button,
  .fo-button--nav {
    min-height: 47px;
    padding: 0 12px;
    border-radius: 3px;
    font-size: 10px;
  }

  .fo-button--nav {
    width: 126px;
    min-height: 44px;
  }

  .fo-hero {
    display: block;
    min-height: 853px;
    padding: 48px 16px 67px;
  }

  .fo-hero h1 {
    width: 343px;
    max-width: 100%;
    margin-top: 0;
    font-size: 56px;
    line-height: 1;
  }

  .fo-hero p {
    width: 298px;
    max-width: 100%;
    margin-top: 24px;
    font-size: 18px;
    line-height: 1.5;
  }

  .fo-hero__image {
    position: relative;
    top: auto;
    right: auto;
    width: calc(100% + 16px);
    height: 292px;
    margin-top: 8px;
    overflow: hidden;
  }

  .fo-hero__image img {
    width: 198%;
    height: 100%;
  }

  .fo-waitlist-form--hero {
    display: grid;
    gap: 16px;
    margin-top: 8px;
  }

  .fo-waitlist-form input,
  .fo-waitlist-form button {
    width: 100%;
    min-width: 0;
    min-height: 47px;
    border-radius: 3px;
    font-size: 10px;
  }

  .fo-waitlist-form input {
    padding: 0 23px;
  }

  .fo-form-message {
    position: static;
    font-size: 11px;
  }

  .fo-science {
    display: block;
  }

  .fo-science-card {
    min-height: 477px;
  }

  .fo-science-card:first-child {
    min-height: 476px;
  }

  .fo-science-card:first-child > img {
    width: 190%;
    object-position: 32% 50%;
  }

  .fo-science-card:nth-child(2) > img {
    width: 208%;
    object-position: 45% 50%;
  }

  .fo-science-card__copy {
    right: auto;
    bottom: 32px;
    left: 16px;
    width: 350px;
    max-width: calc(100% - 32px);
  }

  .fo-science-card h2 {
    width: 237px;
    font-size: 36px;
    line-height: 1.1;
  }

  .fo-science-card p {
    width: 328px;
    max-width: 100%;
    margin-top: 24px;
    font-size: 15px;
    line-height: 1.5;
  }

  .fo-command {
    min-height: 869px;
    padding: 39px 16px 0;
  }

  .fo-command__copy {
    width: 100%;
  }

  .fo-command h2 {
    width: 350px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 36px;
    line-height: 1.1;
  }

  .fo-command p {
    width: 340px;
    max-width: 100%;
    margin: 24px auto 32px;
    font-size: 15px;
    line-height: 1.5;
  }

  .fo-command__copy .fo-button {
    width: 100%;
  }

  .fo-command__image {
    top: 367px;
    left: -43px;
    width: 590px;
    aspect-ratio: 590 / 418;
    max-width: none;
    transform: none;
  }

  .fo-command__image img {
    width: 104%;
    height: 112%;
  }

  .fo-video {
    aspect-ratio: auto;
    height: 325px;
  }

  .fo-video > img {
    width: 693px;
    max-width: none;
    transform: translateX(-150px) scale(1.04);
  }

  .fo-video__button {
    width: 45px;
    height: 45px;
  }

  .fo-footer {
    min-height: 547px;
    padding: 37px 16px 28px;
  }

  .fo-footer__top {
    display: block;
    text-align: center;
  }

  .fo-footer__icon {
    width: 84px;
    height: 84px;
    margin: 0 auto;
  }

  .fo-footer__waitlist {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 47px;
    margin-top: 33px;
    border-radius: 3px;
    background: #fff;
    color: #000;
    font-size: 10px;
    font-weight: 500;
  }

  .fo-footer__links,
  .fo-footer__socials {
    display: none;
  }

  .fo-footer__mobile-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 37px;
    margin-top: 49px;
    text-align: left;
  }

  .fo-footer__mobile-links div {
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.45);
  }

  .fo-footer__mobile-links h2,
  .fo-footer__mobile-links a {
    display: block;
    margin: 0;
    font-family: var(--fo-mono);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
  }

  .fo-footer__mobile-links h2 {
    margin-bottom: 19px;
    text-transform: uppercase;
  }

  .fo-footer__mobile-links a + a {
    margin-top: 19px;
  }

  .fo-footer__bottom {
    right: 16px;
    bottom: 28px;
    left: 16px;
    display: block;
    padding-top: 29px;
    text-align: center;
  }

  .fo-footer__bottom p {
    font-size: 10px;
    line-height: 1.5;
  }
}

.fo-face-body,
.fo-face-body html,
html:has(.fo-face-page),
body.fo-face-body {
  background: #fff;
}

html:has(.fo-face-page),
html:has(.fo-face-body),
body.fo-face-body,
.fo-page.fo-face-page {
  overflow-x: clip;
  background: #fff;
  color: var(--fo-face-ink);
}

/* FO Face Concept-1 fidelity */
.fo-face-header__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.fo-face-header__buy,
.fo-face-header__buy-form {
  display: none;
}

.fo-face-menu {
  display: none;
}

.fo-face-menu__open,
.fo-face-menu__close {
  width: 20px;
  height: 20px;
}

.fo-face-menu__close {
  display: none;
  filter: invert(1);
}

.fo-face-menu[aria-expanded="true"] .fo-face-menu__open {
  display: none;
}

.fo-face-menu[aria-expanded="true"] .fo-face-menu__close {
  display: block;
}

.fo-face-feature-row__icon {
  display: none;
}

.fo-face-feature-row__progress {
  display: none;
}

.fo-face-science-carousel .fo-carousel-controls {
  display: none;
}

.fo-face-hero {
  margin-top: 0;
}

.fo-face-feature-row {
  margin-top: 0;
  padding: 0;
  border-top: 1px solid var(--fo-face-line);
}

.fo-face-layer__cards span {
  min-height: 150px;
  gap: 8px;
  padding: 0;
  border: 0;
  background: transparent;
}

.fo-face-layer__cards img {
  align-self: center;
  width: auto;
  max-height: 72px;
}

.fo-face-layer__cards em {
  align-self: end;
  color: var(--fo-face-faint);
  font-size: 16px;
  font-style: normal;
}

/* .fo-face-layer__cards span:hover em {
  color: var(--fo-face-ink);
} */

.fo-face-layer__next {
  grid-template-rows: auto 144px auto;
  gap: 4px;
}

.fo-face-layer__next .fo-face-small-label {
  align-self: start;
  width: 100%;
  color: var(--fo-face-red);
}

.fo-face-layer__next img {
  align-self: center;
  width: 72px;
  height: 72px;
}

.fo-face-layer__next strong {
  align-self: end;
}

.fo-face-list h3 button {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
}

.fo-comparison__header strong:first-of-type,
.fo-comparison article > :nth-child(2) {
  background: var(--fo-face-paper);
}

.fo-carousel-controls {
  display: none;
  align-items: center;
}

.fo-carousel-controls button {
  display: grid;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 2px;
  background: var(--fo-face-ink);
  cursor: pointer;
}

.fo-carousel-controls button:focus-visible,
.fo-face-menu:focus-visible,
.fo-face-design-list button:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

.fo-carousel-controls img {
  width: 20px;
  height: 20px;
}

.fo-carousel-progress {
  display: grid;
  flex: 1;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.fo-carousel-progress i {
  height: 4px;
  background: var(--fo-face-line);
}

.fo-carousel-progress i.is-active {
  background: var(--fo-face-blue);
}

.fo-carousel-controls button:disabled {
  opacity: 0.4;
  cursor: default;
}

.fo-routine__controls {
  display: flex;
}

.fo-routine__controls .fo-carousel-progress {
  display: none;
}

.fo-face-final-cta {
  grid-template-rows: 160px 82px;
  align-content: space-between;
}

.fo-face-final-cta__copy {
  grid-column: 1;
  grid-row: 1;
}

.fo-face-final-cta > img {
  grid-column: 2;
  grid-row: 1 / 3;
}

.fo-face-final-cta > .fo-face-cta {
  grid-column: 1;
  grid-row: 2;
  position: relative;
  z-index: 1;
  margin-top: 0;
}

@media (max-width: 900px) {
  .fo-face-page h1 {
    font-size: 48px;
  }

  .fo-face-page h2 {
    font-size: 32px;
  }

  .fo-face-page h3 {
    font-size: 18px;
  }

  .fo-face-header {
    position: relative;
    z-index: 20;
    display: flex;
    min-height: 80px;
    padding: 0 16px;
  }

  .fo-face-header__brand {
    margin-right: auto;
  }

  .fo-face-header__brand img {
    width: 149px;
    height: auto;
  }

  .fo-face-header__nav {
    position: absolute;
    top: 80px;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 16px;
    overflow: visible;
    border-bottom: 1px solid var(--fo-face-line);
    background: #fff;
    box-shadow: 0 16px 24px rgba(35, 35, 35, 0.08);
  }

  .fo-face-header__nav.is-open {
    display: flex;
  }

  .fo-face-header__nav a {
    width: 100%;
    padding: 12px 8px;
  }

  .fo-face-menu {
    display: grid;
    width: 48px;
    height: 48px;
    padding: 14px;
    place-content: center;
    border: 0;
    border-radius: 2px;
    background: var(--fo-face-ink);
    cursor: pointer;
  }

  .fo-face-header__buy-form,
  .fo-face-header__buy {
    display: inline-flex;
  }

  .fo-face-header__buy-form {
    margin: 0;
  }

  .fo-face-header__buy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 64px;
    width: auto;
    height: 48px;
    min-height: 48px;
    padding: 0 16px;
    border: 0;
    border-radius: 2px;
    background: var(--fo-face-blue);
    color: var(--fo-face-ink);
    font-family: var(--fo-body);
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
  }

  .fo-face-hero {
    gap: 0;
    margin-top: 0;
    padding: 0 16px 40px;
  }

  .fo-face-hero__image {
    order: -1;
    width: calc(100% + 32px);
    min-height: 280px;
    height: 280px;
    margin: 0 -16px;
  }

  .fo-face-hero__copy {
    gap: 24px;
    padding-top: 24px;
  }

  .fo-face-hero__copy > p:not(.fo-face-eyebrow) {
    max-width: none;
  }

  .fo-face-cta {
    margin-top: 8px;
  }

  .fo-face-feature-row {
    display: grid;
    gap: 24px;
    margin-top: 0;
    padding: 40px 0 40px;
    border-top: 1px solid var(--fo-face-line);
  }

  .fo-face-feature-row__track {
    display: grid;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    grid-auto-columns: 304px;
    grid-auto-flow: column;
    gap: 12px;
    padding: 0 16px;
    overflow-x: auto;
    scroll-padding-inline: 16px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .fo-face-feature-row__track::-webkit-scrollbar {
    display: none;
  }

  .fo-face-feature-row article {
    display: flex;
    min-height: 280px;
    padding: 24px;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid var(--fo-face-red);
    background: var(--fo-face-red-extra);
    scroll-snap-align: start;
  }

  .fo-face-feature-row article:nth-child(2) {
    border-color: var(--fo-face-blue);
    background: var(--fo-face-blue-soft);
  }

  .fo-face-feature-row article:nth-child(3) {
    border-color: var(--fo-face-red);
    background: var(--fo-face-red-extra);
  }

  .fo-face-feature-row__icon {
    display: grid;
    width: 64px;
    height: 64px;
    padding: 16px;
    place-items: center;
    border-radius: 50%;
    background: #fff;
  }

  .fo-face-feature-row__icon img {
    width: 32px;
    height: 32px;
    object-fit: contain;
  }

  .fo-face-feature-row__progress {
    display: flex;
    width: 304px;
    margin: 0 auto;
    padding: 0;
  }

  .fo-face-feature-row__progress .fo-carousel-progress {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .fo-face-section {
    gap: 40px;
    padding: 64px 16px;
  }

  .fo-face-section__head--center {
    justify-self: stretch;
    text-align: left;
  }

  .fo-face-section--layer {
    padding-bottom: 24px;
  }

  .fo-face-layer {
    gap: 16px;
  }

  .fo-face-layer__cards,
  .fo-face-layer__cards:last-child {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }

  .fo-face-layer__cards span {
    grid-template-rows: 120px 22px;
    min-height: 185px;
  }

  .fo-face-layer__cards img {
    max-width: calc(100% - 8px);
    max-height: 72px;
  }

  .fo-face-layer__cards em {
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    text-overflow: ellipsis;
  }

  .fo-face-layer__plus {
    height: 48px;
  }

  .fo-face-layer__next {
    grid-template-rows: auto 120px auto;
    min-height: 233px;
  }

  .fo-face-process-cards,
  .fo-face-process-cards:last-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .fo-face-wide-note {
    justify-items: start;
    margin: 0;
    padding: 40px 0;
    text-align: left;
  }

  .fo-face-wide-note p {
    width: 100%;
  }

  .fo-face-section--effects,
  .fo-face-section--routine {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .fo-face-section--effects > .fo-face-section__head,
  .fo-face-section--effects > .fo-face-disclaimer {
    width: auto;
    margin-right: 16px;
    margin-left: 16px;
  }

  .fo-face-outcomes {
    order: 2;
  }

  .fo-face-timeline {
    order: 3;
    padding: 53px 0;
    border: 0;
    background: linear-gradient(145deg, var(--fo-face-blue-soft), var(--fo-face-red-extra));
  }

  .fo-face-section--effects > .fo-face-disclaimer {
    order: 4;
  }

  .fo-face-outcomes > .fo-face-tag {
    padding: 0 16px;
  }

  .fo-face-outcomes__grid,
  .fo-face-outcomes__grid:last-child {
    display: grid;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    grid-auto-columns: 304px;
    grid-auto-flow: column;
    grid-template-columns: none;
    gap: 12px;
    padding: 0 16px;
    overflow-x: auto;
    scroll-padding-inline: 16px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .fo-face-outcomes__grid::-webkit-scrollbar {
    display: none;
  }

  .fo-face-outcomes article {
    height: 280px;
    min-height: 280px;
    scroll-snap-align: start;
  }

  .fo-face-outcomes .fo-carousel-controls,
  .fo-routine__controls {
    display: flex;
    gap: 16px;
    padding: 0 16px;
  }

  .fo-face-timeline__track {
    gap: 0;
  }

  .fo-face-timeline article {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 4px 8px;
    min-height: 104px;
    padding: 0;
    text-align: left;
  }

  .fo-face-timeline span {
    grid-row: 1 / 3;
    width: 56px;
    height: 56px;
    margin-top: 24px;
  }

  .fo-face-timeline h3 {
    align-self: end;
    grid-column: 2;
  }

  .fo-face-timeline article p {
    grid-column: 2;
  }

  .fo-face-science-grid {
    display: block;
    overflow: hidden;
  }

  .fo-face-science-visual {
    display: none;
  }

  .fo-face-science-carousel {
    display: grid;
    gap: 24px;
  }

  .fo-face-science-carousel .fo-carousel-controls {
    display: flex;
    gap: 16px;
  }

  .fo-face-science-carousel .fo-carousel-controls button {
    background: #fff;
  }

  .fo-face-science-carousel .fo-carousel-controls img {
    filter: invert(1);
  }

  .fo-face-science-carousel .fo-carousel-progress i {
    background: #343434;
  }

  .fo-face-science-carousel .fo-carousel-progress i.is-active {
    background: var(--fo-face-blue);
  }

  .fo-face-list--dark {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    grid-auto-columns: 304px;
    grid-auto-flow: column;
    grid-template-columns: none;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .fo-face-list--dark::-webkit-scrollbar {
    display: none;
  }

  .fo-face-list--dark article {
    min-height: 130px;
    padding: 0 0 16px;
    border: 0;
    background: transparent;
    opacity: 1;
    scroll-snap-align: start;
  }

  .fo-face-science-slide {
    display: block;
    width: 100%;
    height: 280px;
    margin-bottom: 16px;
    object-fit: cover;
  }

  .fo-face-list--dark h3,
  .fo-face-list--dark p {
    padding: 0 16px;
  }

  .fo-face-design-grid {
    gap: 48px;
  }

  .fo-face-design-visual {
    height: 282px;
  }

  .fo-face-design-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .fo-face-design-list {
    display: grid;
    grid-template-columns: repeat(4, max-content);
    gap: 24px 8px;
    max-width: 100%;
    overflow-x: auto;
  }

  .fo-face-design-list article {
    display: contents;
  }

  .fo-face-design-list h3 {
    grid-row: 1;
  }

  .fo-face-design-list h3 button {
    padding: 13px 16px;
    border-radius: 2px;
    white-space: nowrap;
  }

  .fo-face-design-list article.active h3 button {
    background: var(--fo-face-red-soft);
  }

  .fo-face-design-list article p {
    display: none;
    grid-column: 1 / -1;
    grid-row: 2;
    width: min(358px, calc(100vw - 32px));
  }

  .fo-face-design-list article.active p {
    display: block;
  }

  .fo-routine__cards {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    grid-auto-columns: 304px;
    gap: 12px;
    padding-left: 16px;
    scroll-padding-inline: 16px;
  }

  .fo-routine-card {
    min-height: 220px;
  }

  .fo-routine-card > img {
    width: 56px;
    height: 56px;
  }

  .fo-routine__controls {
    justify-content: space-between;
  }

  .fo-routine__controls .fo-carousel-progress {
    display: grid;
  }

  .fo-face-section--routine {
    padding-right: 0;
    padding-left: 0;
  }

  .fo-face-section--routine > .fo-face-section__head,
  .fo-face-section--routine > .fo-face-disclaimer {
    width: auto;
    margin-right: 16px;
    margin-left: 16px;
  }

  .fo-comparison__header {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    padding: 8px;
  }

  .fo-comparison__header span {
    display: none;
  }

  .fo-comparison__header strong {
    padding: 12px 8px;
    background: var(--fo-face-blue-soft);
    text-align: center;
  }

  .fo-comparison__header strong:last-child {
    background: var(--fo-face-paper);
  }

  .fo-comparison article {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 8px;
    padding: 24px 0;
  }

  .fo-comparison article h3 {
    grid-column: 1 / -1;
  }

  .fo-comparison article > p,
  .fo-comparison article > div {
    padding: 8px;
    text-align: left;
  }

  .fo-comparison__header strong:first-of-type,
  .fo-comparison article > :nth-child(2) {
    margin: 0;
    padding: 8px;
    background: var(--fo-face-blue-soft);
  }

  .fo-comparison article > p:first-of-type,
  .fo-comparison article > div:first-of-type {
    background: var(--fo-face-blue-soft);
  }

  .fo-comparison__visual-row img {
    height: 128px;
  }

  .fo-faq__question {
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    gap: 0;
  }

  .fo-faq__answer {
    width: 100%;
    margin-left: 0;
  }

  .fo-face-final-cta {
    display: grid;
    grid-template-rows: auto auto auto;
    gap: 40px;
    min-height: 719px;
    padding: 64px 16px;
  }

  .fo-face-final-cta__copy {
    grid-column: 1;
    grid-row: 1;
  }

  .fo-face-final-cta > img {
    grid-column: 1;
    grid-row: 2;
    order: initial;
    width: calc(100% + 32px);
    max-width: none;
    height: 305px;
    margin: 0 -16px;
    object-fit: cover;
  }

  .fo-face-final-cta > .fo-face-cta {
    grid-column: 1;
    grid-row: 3;
    width: 100%;
  }

  .fo-face-footer {
    min-height: 399px;
    padding: 16px 16px 40px;
  }

  .fo-face-footer__top {
    gap: 24px;
  }

  .fo-face-footer nav {
    gap: 16px;
    font-size: 18px;
  }

  .fo-face-footer__bottom {
    min-height: 64px;
    margin-top: 56px;
  }
}

@media (max-width: 560px) {
  .fo-face-cart,
  .fo-face-header__buy,
  .fo-face-header .fo-purchase-form button {
    width: auto;
  }

  .fo-face-menu {
    width: 48px;
  }

  .fo-face-layer__cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.fo-buy-section {
  background: #fff;
  border-bottom: 2px solid #E5DFE0;
  padding: 60px 0 100px;
}

.fo-buy-wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}

.fo-buy-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
  gap: 60px;
}

.fo-buy-gallery {
  display: grid;
  gap: 8px;
}

.fo-buy-stage {
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: var(--fo-face-paper);
}

.fo-buy-stage img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.fo-buy-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.fo-buy-thumb {
  border: none;
  display: grid;
  overflow: hidden;
  padding: 0;
  aspect-ratio: 1 / 1;
  border-radius: 2px;
  background: var(--fo-face-paper);
  cursor: pointer;
}

.fo-buy-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fo-buy-thumb[aria-pressed="true"] {
  border-color: var(--fo-face-ink);
}

.fo-buy-features {
  font-size: 18px;
  padding: 0;
}

.fo-buy-features li {
  margin-top: 10px;
  padding: 10px 10px 10px 40px;
  position: relative;
  font-size: 17px;
  list-style: none;
}

.fo-buy-features li:first-child {
  margin-top: 0;
}

.fo-buy-features li .icon {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 5px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fo-buy-variants {
  border-top: 1px solid var(--fo-face-line);
  padding-top: 30px;
  display: flex;
  align-items: center;
}

.fo-buy-variants-title {
  margin-right: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
}

.fo-buy-variants-buttons {
  max-width: 300px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.fo-buy-variants-button {
  background: #fff;
  padding: 6px 10px;
  border: 1px solid var(--fo-face-ink);
  border-width: 0 0 2px;
  display: grid;
  align-items: center;
  justify-items: center;
  opacity: 0.3;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
}

.fo-buy-variants-button.active {
  opacity: 1;;
}

.fo-buy-variants-button span {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
}

.fo-buy-price-container {
  margin-top: 20px;
  border-top: 1px solid var(--fo-face-line);
  padding-top: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.fo-buy-price-value {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.35;
}

.fo-buy-details {
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 80px 0;
}

.fo-buy-section .fo-buy-title {
  color: var(--fo-face-ink);
  font-family: var(--fo-display);
  font-size: clamp(40px, 3.35vw, 48px);
  font-weight: 400;
  letter-spacing: -0.3px;
  line-height: 1;
}

.fo-buy-section .fo-buy-subtitle {
  max-width: 437px;
  color: var(--fo-face-muted);
  font-size: 18px;
  line-height: 1.35;
}

.fo-buy-stats {
  width: 100%;
  margin: 8px 0 0;
  border-collapse: collapse;
}

.fo-buy-stats th,
.fo-buy-stats td {
  padding: 12px 0;
  border-bottom: 1px solid var(--fo-face-line);
  text-align: left;
  vertical-align: top;
}

.fo-buy-stats tr:first-child th,
.fo-buy-stats tr:first-child td {
  border-top: 1px solid var(--fo-face-line);
}

.fo-buy-stats th {
  width: 42%;
  padding-right: 16px;
  color: var(--fo-face-muted);
  font-family: var(--fo-mono);
  font-size: 16px;
  font-weight: 400;
}

.fo-buy-stats td {
  color: var(--fo-face-ink);
  font-family: var(--fo-body);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
}

.fo-buy-section .fo-buy-price {
  margin-top: 8px;
  color: var(--fo-face-muted);
  font-size: 16px;
}

.fo-buy-form {
  margin: 0;
}

.fo-buy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px 10px;
  border: 0;
  border-radius: 2px;
  background: var(--fo-face-ink);
  color: var(--fo-face-white);
  font-family: var(--fo-body);
  font-size: 18px;
  line-height: 1.35;
  text-align: center;
  cursor: pointer;
  transition: opacity 160ms ease, transform 160ms ease;
}

.fo-buy-button:hover {
  opacity: 0.82;
}

.fo-buy-button:focus-visible,
.fo-buy-thumb:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

@media (max-width: 900px) {
  .fo-buy-section {
    padding: 64px 0;
  }

  .fo-buy-wrap {
    padding: 0 16px;
  }

  .fo-buy-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .fo-buy-section .fo-buy-title {
    font-size: 32px;
  }

  .fo-buy-section .fo-buy-subtitle {
    font-size: 16px;
  }

  .fo-buy-stats td {
    font-size: 16px;
  }

  .fo-buy-button {
    width: 100%;
  }
}
