@media (max-width: 48rem) {
  .site-header__inner {
    grid-template-columns: auto 1fr auto auto;
    gap: 0.35rem;
  }

  .site-brand {
    width: 5.25rem;
  }

  .site-nav-toggle {
    display: inline-grid;
    grid-column: 3;
    place-items: center;
  }

  .site-nav-toggle[aria-expanded="true"] .site-nav-toggle__icon {
    background: transparent;
  }

  .site-nav-toggle[aria-expanded="true"] .site-nav-toggle__icon::before {
    top: 0;
    transform: rotate(45deg);
  }

  .site-nav-toggle[aria-expanded="true"] .site-nav-toggle__icon::after {
    top: 0;
    transform: rotate(-45deg);
  }

  .site-nav {
    position: absolute;
    top: 100%;
    right: calc(0rem - clamp(1rem, 3vw, 2.5rem));
    left: calc(0rem - clamp(1rem, 3vw, 2.5rem));
    display: none;
    grid-column: 1 / -1;
    justify-self: stretch;
    max-height: calc(100svh - 4.5rem);
    overflow-y: auto;
    border-top: 0.0625rem solid var(--wt-border);
    border-bottom: 0.0625rem solid var(--wt-border);
    background: var(--wt-bone);
    box-shadow: 0 1rem 2rem rgba(18, 18, 18, 0.12);
  }

  .site-header.is-nav-open .site-nav {
    display: block;
  }

  .site-nav__list {
    display: grid;
    gap: 0.35rem;
    padding: 0.75rem clamp(1rem, 6vw, 2.5rem) 1rem;
  }

  .site-nav a {
    width: 100%;
    min-height: 3.5rem;
    padding: 0.5rem 0.75rem;
    border-bottom: 0.0625rem solid var(--wt-border);
    font-size: 0.9rem;
  }

  .site-nav .current-menu-item > a,
  .site-nav a[aria-current="page"] {
    color: var(--wt-bone);
    background: var(--wt-black);
    border-color: var(--wt-black);
  }

  .site-nav a::after {
    display: none;
  }

  .site-cart {
    grid-column: 4;
  }

  .home-hero {
    display: block;
    min-height: 0;
  }

  .home-hero::after {
    display: none;
  }

  .home-hero__media {
    position: relative;
    z-index: auto;
    aspect-ratio: 4 / 3;
  }

  .home-hero__media::after {
    position: absolute;
    inset: 55% 0 0;
    content: "";
    background: linear-gradient(0deg, rgba(18, 18, 18, 0.38), transparent);
  }

  .home-hero__media img {
    object-position: 66% center;
  }

  .home-hero__inner {
    padding-block: clamp(3rem, 12vw, 5rem);
  }

  .home-hero h1 {
    max-width: 12ch;
  }

  .home-hero__prelaunch {
    align-items: flex-start;
    flex-direction: column;
  }

  .content-page--about .content-page__body,
  .content-page--faq .content-page__body {
    display: block;
  }

  .content-page--about .content-page__body > h2,
  .content-page--faq .content-page__body > h2 {
    padding-bottom: 0.75rem;
    border-bottom: 0;
  }

  .content-page--about .content-page__body > h2 + p,
  .content-page--faq .content-page__body > h2 + p {
    padding-top: 0;
  }

  .product-focus__grid,
  .ritual__grid,
  .site-footer__inner {
    grid-template-columns: 1fr;
  }

  .product-focus__grid,
  .ritual__grid {
    gap: 3rem;
  }

  .product-focus__copy h2 {
    max-width: 12ch;
  }

  .movement__intro {
    display: block;
  }

  .movement__intro h2 {
    margin-bottom: 1.5rem;
  }

  .movement__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ritual__intro {
    position: static;
  }

  .woocommerce div.product {
    grid-template-columns: 1fr;
    row-gap: 1.5rem;
  }

  .woocommerce div.product .woocommerce-product-gallery,
  .woocommerce div.product .summary {
    grid-column: 1;
  }

  .woocommerce div.product .woocommerce-product-gallery__wrapper,
  .woocommerce div.product .woocommerce-product-gallery__image img,
  .woocommerce div.product .woocommerce-product-gallery .woocommerce-placeholder {
    min-height: 0;
    aspect-ratio: 1;
  }

  .woocommerce div.product .summary {
    padding: clamp(1.5rem, 7vw, 2.5rem);
  }

  .woocommerce div.product .product_title {
    font-size: clamp(2.45rem, 14vw, 4rem);
  }

  .wc-block-cart__main,
  .wc-block-cart__sidebar,
  .wc-block-checkout__main,
  .wc-block-checkout__sidebar {
    padding: 1rem;
  }

  .wc-block-cart__submit-button,
  .wc-block-components-checkout-place-order-button {
    width: 100%;
  }

  .site-footer__inner {
    gap: 2.5rem;
  }
}

@media (max-width: 25rem) {
  .container {
    width: min(100% - 2rem, var(--wt-container));
  }

  .site-header__inner {
    grid-template-columns: auto 1fr auto auto;
  }

  .site-brand {
    width: 4.8rem;
  }

  .site-cart > span:first-child {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .movement__grid,
  .site-footer__links {
    grid-template-columns: 1fr;
  }

  .movement-card {
    aspect-ratio: 4 / 5;
  }

  .woocommerce div.product form.cart {
    display: grid;
    grid-template-columns: 5rem minmax(0, 1fr);
  }

  .woocommerce div.product form.cart .button {
    width: 100%;
  }

  .ritual__steps li {
    grid-template-columns: 2.5rem 1fr;
  }
}
