/* The storefront entrance intentionally has no site chrome. */
body.honest-site--home {
  background: #000;
  color: #f4f4f2;
  overflow-x: hidden;
}
body.honest-site--home > main { padding-top: 0 !important; }
.otimize-home {
  position: relative;
  min-height: 100svh;
  isolation: isolate;
  overflow: clip;
  background: #000;
}
.otimize-art {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
  background: #000;
}
.otimize-art > div {
  position: absolute;
  display: block;
  max-width: none;
  height: 100%;
  mix-blend-mode: screen;
  will-change: transform;
}
.otimize-art__main {
  top: 0;
  right: -3%;
  width: min(126vw, 1900px);
  opacity: .72;
  animation: otimize-drift 18s ease-in-out infinite alternate;
}
.otimize-art__canvas {
  position: absolute;
  top: 50%;
  right: 0;
  width: min(100%, calc(100svh * 1.7777778));
  aspect-ratio: 16 / 9;
  transform: translateY(-50%);
}
.otimize-art__tile { position: absolute; display: block; background-size: 100% 100%; background-repeat: no-repeat; }
.otimize-art__tile--0 { top: 0; left: 50%; width: 50%; height: 25%; }
.otimize-art__tile--1a { top: 25%; left: 50%; width: 25%; height: 25%; }
.otimize-art__tile--1b { top: 25%; left: 75%; width: 25%; height: 25%; }
.otimize-art__tile--2 { top: 50%; left: 50%; width: 50%; height: 25%; }
.otimize-art__tile--3 { top: 75%; left: 50%; width: 50%; height: 25%; }
.otimize-intro {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 100svh;
  padding: 76px 28px;
}
.otimize-corner,
.otimize-coordinate,
.otimize-products__header,
.otimize-products__heading > span,
.otimize-product__number,
.otimize-products__footer {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .18em;
  line-height: 1.5;
}
.otimize-corner,
.otimize-coordinate {
  position: absolute;
  z-index: 1;
  color: #777;
}
.otimize-corner { top: 35px; left: 42px; }
.otimize-corner span { padding-inline: 7px; color: #444; }
.otimize-coordinate { right: 42px; bottom: 35px; }
.otimize-social {
  position: absolute;
  z-index: 1;
  bottom: 35px;
  left: 42px;
  display: flex;
  gap: 9px;
}
.otimize-social a {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid #3b3b3b;
  background: rgba(8,8,8,.55);
  color: #9b9b9b;
  transition: color .25s ease, border-color .25s ease, background .25s ease, transform .25s ease;
}
.otimize-social a:hover {
  transform: translateY(-3px);
  border-color: #9d9d9d;
  background: #111;
  color: #fff;
}
.otimize-social a:focus-visible { outline: 1px solid #f0f0ee; outline-offset: 3px; }
.otimize-social svg { display: block; width: 22px; height: 22px; fill: currentColor; }
.otimize-intro__center {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  animation: otimize-appear .85s cubic-bezier(.2,.8,.2,1) both;
}
.otimize-intro h1 {
  margin: 0;
  color: #f7f7f5;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: clamp(51px, 7.2vw, 104px);
  font-weight: 500;
  letter-spacing: -.115em;
  line-height: .95;
  text-indent: -.1em;
  text-shadow: 0 8px 50px #000;
}
.otimize-word__text > span,
.otimize-products__heading h2 span { color: #8a8a8a; }
.otimize-word {
  display: inline-block;
  padding: 12px 20px 38px;
  color: inherit;
  cursor: pointer;
  transition: transform .35s ease, text-shadow .35s ease;
}
.otimize-word:hover {
  transform: translateY(-5px);
  text-shadow: 0 0 45px rgba(255,255,255,.33);
}
.otimize-word:focus-visible {
  outline: 1px solid #f0f0ee;
  outline-offset: 10px;
}
.otimize-word__text { position: relative; display: block; }
.otimize-word__text::after {
  content: "";
  position: absolute;
  left: -.1em;
  right: .1em;
  bottom: -.18em;
  height: 1px;
  background: rgba(255,255,255,.38);
  transition: background .3s ease, height .3s ease;
}
.otimize-word:hover .otimize-word__text::after { background: #fff; height: 2px; }

.otimize-home.is-ready:not(.is-open) .otimize-products { display: none; }
.otimize-home.is-ready.is-open .otimize-intro { display: none; }
.otimize-home.is-open .otimize-art__main { opacity: .32; }
.otimize-products {
  position: relative;
  min-height: 100svh;
  padding: 0 32px;
}
.otimize-products__shell {
  width: min(1080px, 100%);
  min-height: 100svh;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
}
.otimize-products__header {
  min-height: 96px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  color: #757575;
}
.otimize-products__header a {
  width: fit-content;
  color: #9b9b9b;
  transition: color .2s ease;
}
.otimize-products__header a:hover { color: #fff; }
.otimize-products__header > :last-child { justify-self: end; }
.otimize-products__header .otimize-back { font-size: 12px; letter-spacing: 0; }
.otimize-products__header .otimize-back span { margin-left: 7px; }
.otimize-products__heading {
  margin-top: auto;
  padding: 10px 0 35px;
  animation: otimize-appear .65s cubic-bezier(.2,.8,.2,1) both;
}
.otimize-products__heading > span { color: #787878; }
.otimize-products__heading h2 {
  margin: 16px 0 0;
  color: #f3f3f1;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: clamp(30px, 5vw, 55px);
  font-weight: 500;
  letter-spacing: -.08em;
  line-height: 1.1;
}
.otimize-products__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.otimize-product {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 310px;
  overflow: hidden;
  padding: 25px;
  border: 1px solid #3b3b3b;
  background: #080808;
  color: #f3f3f1;
  isolation: isolate;
  transition: transform .35s ease, border-color .35s ease, background .35s ease;
  animation: otimize-card-in .65s ease both;
}
.otimize-product:nth-child(2) { animation-delay: .1s; }
.otimize-product:hover {
  transform: translateY(-5px);
  border-color: #9d9d9d;
  background: #111;
}
.otimize-product::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background: linear-gradient(110deg, transparent 25%, rgba(255,255,255,.045) 50%, transparent 75%);
  translate: -40% 0;
  transition: opacity .4s ease, translate .7s ease;
}
.otimize-product:hover::before { opacity: 1; translate: 40% 0; }
.otimize-product__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  color: #8e8e8e;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 10px;
  letter-spacing: .18em;
}
.otimize-product__top .honest-logo-mark { width: 28px; height: 28px; opacity: .65; }
.otimize-product__number {
  position: absolute;
  top: 55px;
  right: 45px;
  z-index: -1;
  color: rgba(255,255,255,.055);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: clamp(128px, 17vw, 225px);
  letter-spacing: -.15em;
  line-height: 1;
  transition: transform .7s ease, color .5s ease;
}
.otimize-product:hover .otimize-product__number { transform: translateX(-10px); color: rgba(255,255,255,.09); }
.otimize-product.has-image .otimize-product__number { opacity: 0; }
.otimize-product__image {
  display: block;
  align-self: center;
  box-sizing: border-box;
  width: 100%;
  height: clamp(190px, 19vw, 240px);
  margin: 15px 0 12px;
  object-fit: cover;
  object-position: center;
  border: 1px solid #292929;
  background: #0b0b0b;
  transition: transform .35s ease;
}
.otimize-product:hover .otimize-product__image { transform: scale(1.02); }
.otimize-product__content { display: block; margin-top: auto; }
.otimize-product__name {
  display: block;
  max-width: 95%;
  color: #f6f6f4;
  font-size: clamp(25px, 3vw, 36px);
  font-weight: 500;
  letter-spacing: -.06em;
  line-height: 1.1;
  overflow-wrap: anywhere;
}
.otimize-product__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid #3a3a3a;
}
.otimize-product__price {
  color: #aaa;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 12px;
  white-space: nowrap;
}
.otimize-product__arrow {
  color: #bcbcbc;
  font-size: 19px;
  text-align: right;
  transition: transform .25s ease, color .25s ease;
}
.otimize-product:hover .otimize-product__arrow { transform: translate(3px,-3px); color: #fff; }
.otimize-products__empty { padding: 35px 0; border-top: 1px solid #444; color: #aaa; font-size: 14px; }
.otimize-products__footer {
  margin-top: auto;
  padding: 55px 0 33px;
  color: #646464;
}
@keyframes otimize-drift {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(-2.5%, 1.5%, 0) scale(1.045); }
}
@keyframes otimize-appear {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes otimize-card-in {
  from { opacity: 0; }
  to { opacity: 1; }
}
@media (max-width: 700px) {
  .otimize-art__main { right: -33%; width: 190vw; opacity: .42; }
  .otimize-intro::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: radial-gradient(ellipse 72% 17% at 50% 50%, #000 0%, rgba(0,0,0,.88) 42%, transparent 78%);
  }
  .otimize-home.is-open .otimize-art__main { opacity: .17; }
  .otimize-corner { top: 24px; left: 24px; }
  .otimize-coordinate { right: 24px; bottom: 26px; }
  .otimize-social { bottom: 26px; left: 24px; }
  .otimize-intro h1 { font-size: clamp(50px, 13vw, 78px); }
  .otimize-products { padding-inline: 24px; }
  .otimize-products__header { min-height: 72px; grid-template-columns: 1fr 1fr; }
  .otimize-products__header > span { display: none; }
  .otimize-products__heading { padding-bottom: 26px; }
  .otimize-products__list { grid-template-columns: 1fr; gap: 10px; }
  .otimize-product { min-height: 210px; padding: 20px; }
  .otimize-product__number { top: 35px; right: 35px; font-size: 135px; }
  .otimize-product__image { height: clamp(160px, 48vw, 220px); margin: 10px 0; }
  .otimize-product__name { font-size: 25px; }
  .otimize-product__bottom { margin-top: 14px; padding-top: 13px; }
}
@media (prefers-reduced-motion: reduce) {
  .otimize-art > div,
  .otimize-intro__center,
  .otimize-products__heading,
  .otimize-product { animation: none !important; }
}