section {
  position: relative;
  width: 100%;
}
section:nth-child(odd):not(.opener) {
  padding: 3em 1.25em 5em;
  background: var(--ink-2);
}
section:nth-child(even):not(.opener) {
  padding: 5em 1.25em 3em;
  background: var(--ink-3);
}
.page {
  display: block;
}
.page__head {
  width: 100%;
  max-width: var(--shell);
  margin: 0 auto var(--fluid-gap);
}
.page__head h1 {
  font-size: var(--fluid-head);
}
.page__lede {
  font-size: var(--fluid-lead);
  line-height: 1.5;
  color: var(--mist);
  margin-top: 0.6em;
  max-width: 40em;
}
.page__body {
  width: 100%;
  max-width: 52em;
  margin: 0 auto;
}
.page__wide {
  width: 100%;
  max-width: var(--shell);
  margin: 0 auto;
}
.split {
  display: grid;
  gap: var(--fluid-gap);
  align-items: start;
}
.strip {
  display: grid;
  gap: 1em;
}
@media (min-width: 48em) {
  .perks__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .backstory__grid,
  .hello__grid,
  .split,
  .spotlight__grid {
    grid-template-columns: 1.15fr 0.85fr;
  }
  .basket__line {
    grid-template-columns: 8em 1fr auto;
  }
  .trust {
    grid-template-columns: repeat(2, 1fr);
  }
  .join__steps {
    grid-template-columns: repeat(3, 1fr);
  }
  .topbar__list {
    flex-direction: row;
    align-items: center;
    gap: 1.6em;
  }
  .topbar__item {
    position: static;
  }
  .topbar__link {
    padding: 0.4em 0;
  }
  .topbar__mega {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.6em;
    padding: 1.8em 2em;
    background: var(--bar);
    border-top: 1px solid var(--bar-line);
    box-shadow: 0 1.4em 2em rgba(13, 13, 13, 0.25);
    display: none;
  }
  .topbar__item:hover .topbar__mega,
  .topbar__item:focus-within .topbar__mega {
    display: grid;
  }
  .topbar__nav {
    margin-left: auto;
    margin-right: 1.2em;
  }
}
@media (min-width: 64em) {
  .perks__grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .spotlight__grid {
    grid-template-columns: 0.95fr 1.05fr;
    gap: 3em;
  }
  .trust {
    grid-template-columns: repeat(4, 1fr);
  }
  section:nth-child(odd):not(.opener) {
    padding: 4.5em 2em 7em;
  }
  section:nth-child(even):not(.opener) {
    padding: 7em 2em 4.5em;
  }
}
@media (max-width: 47.9375em) {
  .opener__facets {
    display: none;
  }
  .hello__aside {
    display: none;
  }
  .spotlight__caption {
    display: none;
  }
  .goods__meta {
    min-height: 0;
  }
  section.opener {
    min-height: 0;
    padding: 2.4em 1.25em 3em;
  }
  .topbar__cart {
    margin-left: auto;
  }
  .topbar__toggle {
    margin-left: 0;
  }
}
@media (max-width: 30em) {
  .foot__cols {
    gap: 1.4em;
  }
  .opener__actions .btn,
  .opener__actions .ghost {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .opener__reel {
    animation: none;
  }
}

.perks,
.goods,
.backstory,
.hello,
.spotlight,
.detail,
.payments,
.qa,
.join,
.basket,
.policy {
  scroll-margin-top: calc(var(--topbar-h) + 1em);
}
