@media (max-width: 1050px) {
  .storycrystal-v2 .sc-v2-hero__grid {
    gap: 40px;
  }

  .storycrystal-v2 .sc-v2-hero h1 {
    font-size: 72px;
  }

  .storycrystal-v2 .sc-v2-intention-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .storycrystal-v2 :where(ul.products, .wc-block-grid__products, .wc-block-product-template),
  .storycrystal-v2 .sc-v2-products .woocommerce.columns-4 ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .storycrystal-v2 .sc-v2-social-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .storycrystal-v2 .sc-v2-process {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 821px) {
  .storycrystal-v2.woocommerce-shop .kadence-woo-offcanvas-filter-area,
  .storycrystal-v2.tax-product_cat .kadence-woo-offcanvas-filter-area,
  .storycrystal-v2.tax-product_tag .kadence-woo-offcanvas-filter-area {
    display: none;
  }
}

@media (max-width: 820px) {
  .storycrystal-v2 .sc-v2-shell,
  .storycrystal-v2 .sc-v2-section > .wp-block-group__inner-container,
  .storycrystal-v2 .sc-v2-hero__grid {
    width: min(calc(100% - 36px), var(--sc-container));
  }

  .storycrystal-v2 .sc-v2-hero {
    background: var(--sc-paper);
    padding-top: 28px;
  }

  .storycrystal-v2 .sc-v2-hero__grid,
  .storycrystal-v2 .sc-v2-story,
  .storycrystal-v2 .sc-v2-wholesale-band__grid,
  .storycrystal-v2 .sc-v2-newsletter__grid,
  .storycrystal-v2 .sc-v2-wholesale-hero__grid {
    grid-template-columns: 1fr;
  }

  .storycrystal-v2 .sc-v2-hero__grid {
    gap: 35px;
    min-height: 0;
  }

  .storycrystal-v2 .sc-v2-hero__copy {
    padding: 30px 0 0;
  }

  .storycrystal-v2 .sc-v2-hero__media {
    height: 600px;
  }

  .storycrystal-v2 .sc-v2-trust {
    grid-template-columns: 1fr 1fr;
  }

  .storycrystal-v2 .sc-v2-trust__item:nth-child(2n) {
    border-right: 0;
  }

  .storycrystal-v2 .sc-v2-trust__item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--sc-line);
  }

  .storycrystal-v2 .sc-v2-category-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 410px 260px 260px;
  }

  .storycrystal-v2 .sc-v2-category-card:first-child {
    grid-column: span 2;
    grid-row: span 1;
  }

  .storycrystal-v2 .sc-v2-category-card:nth-child(4) {
    grid-column: span 1;
  }

  .storycrystal-v2 :where(ul.products, .wc-block-grid__products, .wc-block-product-template),
  .storycrystal-v2 .sc-v2-products .woocommerce.columns-4 ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .storycrystal-v2.woocommerce-shop #secondary,
  .storycrystal-v2.tax-product_cat #secondary,
  .storycrystal-v2.tax-product_tag #secondary {
    display: none;
  }

  .storycrystal-v2.single-product div.product div.summary {
    position: static;
  }

  .storycrystal-v2 .sc-v2-review-grid {
    grid-template-columns: 1fr 1fr;
  }

  .storycrystal-v2 .sc-v2-review--featured {
    grid-column: span 2;
  }

  .storycrystal-v2 .sc-v2-stats {
    grid-template-columns: 1fr 1fr;
  }

  .storycrystal-v2 .sc-v2-stat:nth-child(2) {
    border-right: 0;
  }

  .storycrystal-v2 .sc-v2-stat:nth-child(-n + 2) {
    border-bottom: 1px solid var(--sc-line);
  }

  .storycrystal-v2 .sc-v2-process {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .storycrystal-v2 .mobile-site-branding .custom-logo {
    max-width: 150px;
  }

  .storycrystal-v2 .mobile-site-branding .site-title-wrap {
    display: none;
  }

  .storycrystal-v2 .sc-v2-shell,
  .storycrystal-v2 .sc-v2-section > .wp-block-group__inner-container,
  .storycrystal-v2 .sc-v2-hero__grid {
    width: min(calc(100% - 28px), var(--sc-container));
  }

  .storycrystal-v2 .sc-v2-section {
    padding-block: 72px;
  }

  .storycrystal-v2 .sc-v2-section-head {
    align-items: start;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .storycrystal-v2 .sc-v2-section-title {
    font-size: 48px;
  }

  .storycrystal-v2 .sc-v2-hero h1 {
    font-size: 54px;
  }

  .storycrystal-v2 .sc-v2-hero__lead {
    font-size: 14px;
  }

  .storycrystal-v2 .sc-v2-hero__actions {
    display: grid;
  }

  .storycrystal-v2 .sc-v2-hero__actions .wp-block-button,
  .storycrystal-v2 .sc-v2-hero__actions .wp-block-button__link {
    width: 100%;
  }

  .storycrystal-v2 .sc-v2-hero__media {
    height: 480px;
    margin-inline: -14px;
  }

  .storycrystal-v2 .sc-v2-hero__caption {
    bottom: 12px;
    left: 12px;
    width: 220px;
  }

  .storycrystal-v2 .sc-v2-hero__stamp {
    height: 88px;
    right: 12px;
    top: 12px;
    width: 88px;
  }

  .storycrystal-v2 .sc-v2-trust {
    grid-template-columns: 1fr;
  }

  .storycrystal-v2 .sc-v2-trust__item {
    border-bottom: 1px solid var(--sc-line);
    border-right: 0;
  }

  .storycrystal-v2 .sc-v2-category-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 330px 210px 210px;
  }

  .storycrystal-v2 .sc-v2-category-card__copy {
    bottom: 14px;
    left: 15px;
    right: 15px;
  }

  .storycrystal-v2 .sc-v2-category-card__copy h3 {
    font-size: 25px;
  }

  .storycrystal-v2 :where(ul.products, .wc-block-grid__products, .wc-block-product-template),
  .storycrystal-v2 .sc-v2-products .woocommerce.columns-4 ul.products {
    column-gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 26px;
  }

  .storycrystal-v2 ul.products li.product .woocommerce-loop-product__title,
  .storycrystal-v2 .wc-block-grid__product-title,
  .storycrystal-v2 .wp-block-post-title {
    font-size: 12px;
  }

  .storycrystal-v2 .sc-v2-story__points,
  .storycrystal-v2 .sc-v2-capabilities {
    grid-template-columns: 1fr;
  }

  .storycrystal-v2 .sc-v2-intention-grid {
    grid-template-columns: 1fr 1fr;
  }

  .storycrystal-v2 .sc-v2-intention {
    min-height: 165px;
  }

  .storycrystal-v2 .sc-v2-capability {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-right: 0;
  }

  .storycrystal-v2 .sc-v2-capability:last-child {
    border-bottom: 0 !important;
  }

  .storycrystal-v2 .sc-v2-review-grid {
    grid-template-columns: 1fr;
  }

  .storycrystal-v2 .sc-v2-review--featured {
    grid-column: auto;
  }

  .storycrystal-v2 .sc-v2-social-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .storycrystal-v2 .sc-v2-newsletter h2 {
    font-size: 45px;
  }

  .storycrystal-v2 .sc-v2-stats,
  .storycrystal-v2 .sc-v2-process {
    grid-template-columns: 1fr;
  }

  .storycrystal-v2 .sc-v2-wholesale-form {
    padding: 26px 18px;
  }

  .storycrystal-v2 .sc-v2-form-grid {
    grid-template-columns: 1fr;
  }

  .storycrystal-v2 .sc-v2-field--full {
    grid-column: auto;
  }

  .storycrystal-v2 .sc-v2-stat {
    border-bottom: 1px solid var(--sc-line) !important;
    border-right: 0;
  }

  .storycrystal-v2 .sc-v2-process__step {
    min-height: 180px;
  }

  .storycrystal-v2 .sc-v2-process__step h3 {
    margin-top: 25px;
  }

  .storycrystal-v2 .sc-v2-wholesale-hero h1 {
    font-size: 67px;
  }

  .storycrystal-v2 .sc-v2-wholesale-hero img {
    height: 390px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .storycrystal-v2 *,
  .storycrystal-v2 *::before,
  .storycrystal-v2 *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .storycrystal-js .storycrystal-v2 .sc-v2-reveal {
    opacity: 1;
    transform: none;
  }
}

/* Keep the Kadence mobile drawer readable on its light background. */
@media (max-width: 1050px) {
  .storycrystal-v2 #mobile-drawer .drawer-inner {
    background: #fffdf8;
    color: #26231f;
  }

  .storycrystal-v2 #mobile-drawer #mobile-menu a {
    color: #26231f;
  }

  .storycrystal-v2 #mobile-drawer #mobile-menu .current-menu-item > a,
  .storycrystal-v2 #mobile-drawer #mobile-menu .current_page_item > a {
    color: #6f7f49;
  }

  .storycrystal-v2 #mobile-drawer .drawer-toggle {
    color: #26231f;
  }
}
