.fs-home-hero {
  padding: 0;
}

.fs-hero-scene {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fs-hero-copy {
  position: relative;
  z-index: 2;
}

.fs-hero-copy h1 {
  margin: 0;
  font-size: 56px;
  line-height: 1.02;
  letter-spacing: 0;
}

.fs-hero-copy p {
  max-width: 520px;
  font-size: 17px;
  line-height: 1.55;
}

.fs-benefits {
  border-top: 1px solid var(--v2-line);
  border-bottom: 1px solid var(--v2-line);
  background: var(--v2-card);
}

.fs-benefits__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fs-benefits article {
  display: flex;
  min-width: 0;
  min-height: 86px;
  align-items: center;
  gap: 14px;
  padding: 16px 22px;
  border-right: 1px solid var(--v2-line);
}

.fs-benefits article:last-child {
  border-right: 0;
}

.fs-benefits .site-icon {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
}

.fs-benefits span {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.fs-benefits strong,
.fs-benefits small {
  overflow-wrap: anywhere;
}

.fs-benefits small {
  color: var(--v2-muted);
  line-height: 1.35;
}

.fs-category-showcase {
  padding-top: 30px;
}

/* Calm Commerce */

.theme-clean_store {
  background: #fbfbfa;
}

.theme-clean_store .v2-header {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: none;
}

.theme-clean_store .v2-header__main {
  min-height: 82px;
}

.theme-clean_store .v2-brand span {
  border-radius: 4px;
  background: #087e79;
}

.theme-clean_store .v2-category-nav {
  min-height: 48px;
  justify-content: space-between;
  padding-bottom: 0;
  border-top: 1px solid #e8ebe9;
}

.theme-clean_store .v2-category-nav a {
  border: 0;
  border-radius: 0;
  background: transparent;
}

.fs-clean-stage {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  background: #f7f2ea;
}

.fs-clean-stage__copy {
  display: grid;
  width: 46%;
  min-height: 540px;
  align-content: center;
  padding: 50px 0 50px 18px;
  color: #14242b;
}

.fs-clean-stage__copy .v2-eyebrow {
  color: #087e79;
}

.fs-clean-stage__copy p {
  color: #55636a;
}

.fs-clean-stage__copy .v2-hero__facts span {
  border-color: #aebbb8;
  color: #315653;
}

.fs-clean-stage__note {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  display: grid;
  width: min(320px, 34%);
  gap: 4px;
  padding: 16px 18px;
  border: 1px solid #d9dfdc;
  background: rgba(255, 255, 255, 0.94);
  color: #14242b;
}

.fs-clean-stage__note span,
.fs-clean-stage__note small {
  color: #5b6969;
}

.theme-clean_store .fs-category-showcase .v2-category-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.theme-clean_store .fs-category-showcase .v2-category-tile {
  min-height: 126px;
  border-radius: 4px;
  box-shadow: none;
}

.theme-clean_store .v2-product-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.theme-clean_store .v2-product-card {
  border-radius: 4px;
  box-shadow: none;
}

.theme-clean_store .v2-product-card__body {
  padding: 13px;
}

.theme-clean_store .v2-product-card__media {
  aspect-ratio: 1 / 1;
}

.theme-clean_store .v2-product-card__tags {
  display: none;
}

/* Technical Atelier */

.theme-marketplace_compact {
  background: #f3f0ea;
}

.theme-marketplace_compact .v2-header {
  background: #ffffff;
  backdrop-filter: none;
}

.theme-marketplace_compact .v2-service {
  background: #111b1d;
}

.theme-marketplace_compact .v2-category-nav {
  display: none;
}

.theme-marketplace_compact .v2-header__main {
  min-height: 88px;
}

.theme-marketplace_compact .v2-brand span {
  border-radius: 2px;
  background: #087e79;
}

.theme-marketplace_compact .v2-search input,
.theme-marketplace_compact .v2-search button,
.theme-marketplace_compact .v2-catalog-button {
  border-radius: 3px;
}

.fs-workshop {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  width: min(1380px, calc(100% - 32px));
  min-height: 560px;
  border-right: 1px solid #c8c3bb;
  border-left: 1px solid #c8c3bb;
}

.fs-workshop__rail {
  position: relative;
  z-index: 3;
  display: grid;
  align-content: start;
  background: #f8f7f4;
  border-right: 1px solid #c8c3bb;
}

.fs-workshop__rail > p {
  padding: 20px 20px 8px;
}

.fs-workshop__rail > a {
  display: flex;
  min-height: 104px;
  align-items: center;
  gap: 14px;
  padding: 18px;
  border-top: 1px solid #d8d4ce;
  color: #192426;
}

.fs-workshop__rail > a:hover {
  background: #e6f0ee;
}

.fs-workshop__rail .site-icon {
  width: 28px;
  height: 28px;
}

.fs-workshop__rail span {
  display: grid;
  gap: 4px;
}

.fs-workshop__rail small {
  color: #6b7372;
}

.fs-workshop__rail .fs-workshop__all {
  min-height: 58px;
  color: #087e79;
  font-weight: 900;
}

.fs-workshop__hero {
  position: relative;
  min-width: 0;
  min-height: 560px;
  overflow: hidden;
  background: #d9d0c2;
}

.fs-workshop__copy {
  display: grid;
  width: 45%;
  min-height: 560px;
  align-content: center;
  padding: 44px;
  color: #111719;
}

.fs-workshop__copy::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 -80px 0 0;
  background: rgba(238, 234, 227, 0.88);
}

.fs-workshop__copy p {
  color: #4f5958;
}

.theme-marketplace_compact .fs-category-showcase {
  display: none;
}

.theme-marketplace_compact .fs-benefits {
  margin: 0 auto;
  width: min(1380px, calc(100% - 32px));
  border-right: 1px solid #c8c3bb;
  border-left: 1px solid #c8c3bb;
}

.theme-marketplace_compact .v2-section {
  width: min(1380px, calc(100% - 32px));
}

.theme-marketplace_compact .v2-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.theme-marketplace_compact .v2-product-card {
  border-radius: 3px;
  border-color: #c8c3bb;
  box-shadow: none;
}

.theme-marketplace_compact .v2-product-card__media {
  aspect-ratio: 4 / 3;
}

.theme-marketplace_compact .v2-product-card__body {
  gap: 8px;
  padding: 14px;
}

.theme-marketplace_compact .v2-product-card__tags span,
.theme-marketplace_compact .v2-product-card__signals span {
  border-radius: 2px;
}

.theme-marketplace_compact .v2-quick-buy__actions button,
.theme-marketplace_compact .v2-quick-buy__link {
  border-radius: 3px;
}

/* Modular Gallery */

.theme-jewelry_minimal {
  background: #ffffff;
}

.theme-jewelry_minimal .v2-service {
  display: none;
}

.theme-jewelry_minimal .v2-header {
  position: relative;
  background: #ffffff;
  backdrop-filter: none;
}

.theme-jewelry_minimal .v2-header__main {
  min-height: 92px;
}

.theme-jewelry_minimal .v2-brand span {
  border-radius: 0;
  background: #0b625b;
}

.theme-jewelry_minimal .v2-catalog-button {
  border: 0;
  border-radius: 0;
  background: transparent;
}

.theme-jewelry_minimal .v2-search input,
.theme-jewelry_minimal .v2-search button {
  border-radius: 0;
}

.theme-jewelry_minimal .v2-category-nav {
  min-height: 48px;
  justify-content: space-between;
  padding-bottom: 0;
  border-top: 1px solid #ece8e2;
}

.theme-jewelry_minimal .v2-category-nav a {
  border: 0;
  border-radius: 0;
  background: transparent;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
}

.fs-gallery-stage {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: #cbbca9;
}

.fs-gallery-stage__inner {
  position: relative;
  min-height: 620px;
}

.fs-gallery-stage__copy {
  position: absolute;
  top: 50%;
  left: 0;
  display: grid;
  width: 460px;
  min-height: 390px;
  align-content: center;
  padding: 42px;
  transform: translateY(-50%);
  background: rgba(7, 57, 52, 0.96);
  color: #ffffff;
}

.fs-gallery-stage__copy h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 52px;
  font-weight: 500;
}

.fs-gallery-stage__copy p,
.fs-gallery-stage__copy .v2-eyebrow {
  color: #e4ece9;
}

.theme-jewelry_minimal .fs-benefits {
  background: #ffffff;
}

.theme-jewelry_minimal .fs-category-showcase .v2-category-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(2, 150px);
  gap: 12px;
}

.theme-jewelry_minimal .fs-category-showcase .v2-category-tile {
  min-height: 0;
  border: 0;
  border-radius: 2px;
  background: #eee6dc;
  box-shadow: none;
}

.theme-jewelry_minimal .fs-category-showcase .v2-category-tile:first-child {
  grid-column: span 2;
  grid-row: span 2;
  background: #dfd1c1;
}

.theme-jewelry_minimal .fs-category-showcase .v2-category-tile:nth-child(2) {
  grid-column: span 2;
  background: #f2ece4;
}

.theme-jewelry_minimal .fs-category-showcase .v2-category-tile:nth-child(n+3) {
  grid-column: span 1;
}

.theme-jewelry_minimal .fs-category-showcase .site-icon {
  width: 48px;
  height: 48px;
  color: #a75f3d;
}

.theme-jewelry_minimal .v2-section__head h2,
.theme-jewelry_minimal .v2-product-card h3 {
  font-family: Georgia, "Times New Roman", serif;
}

.theme-jewelry_minimal .v2-product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.theme-jewelry_minimal .v2-product-card {
  display: grid;
  grid-template-columns: 44% minmax(0, 1fr);
  min-height: 320px;
  border-radius: 2px;
  box-shadow: none;
}

.theme-jewelry_minimal .v2-product-card__media {
  height: 100%;
  aspect-ratio: auto;
}

.theme-jewelry_minimal .v2-product-card__body {
  align-content: center;
  padding: 20px;
}

.theme-jewelry_minimal .v2-product-card__tags {
  display: none;
}

/* Precision Blueprint */

.theme-product_technical {
  background-color: #f7fbff;
  color: #063359;
}

.theme-product_technical .v2-service {
  display: none;
}

.theme-product_technical .v2-header {
  background: #ffffff;
  border-color: #8eb2d1;
  backdrop-filter: none;
}

.theme-product_technical .v2-header__main {
  min-height: 76px;
}

.theme-product_technical .v2-brand span {
  border-radius: 0;
  background: #063d69;
}

.theme-product_technical .v2-catalog-button,
.theme-product_technical .v2-search input,
.theme-product_technical .v2-search button {
  border-radius: 0;
}

.theme-product_technical .v2-button:not(.v2-button--light),
.theme-product_technical .v2-search button,
.theme-product_technical .v2-quick-buy__actions button:first-child {
  background: #e24812;
  color: #ffffff;
}

.theme-product_technical .v2-category-nav {
  min-height: 42px;
  justify-content: space-between;
  padding-bottom: 0;
  border-top: 1px solid #b9cfe2;
}

.theme-product_technical .v2-category-nav a {
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #063d69;
}

.fs-blueprint-stage {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  border-right: 1px solid #8eb2d1;
  border-left: 1px solid #8eb2d1;
  background: #f7fbff;
}

.fs-blueprint-stage__copy {
  display: grid;
  width: 38%;
  min-height: 570px;
  align-content: center;
  padding: 42px;
  color: #063359;
}

.fs-blueprint-stage__copy h1 {
  font-size: 60px;
}

.fs-blueprint-stage__copy p,
.fs-blueprint-stage__copy .v2-eyebrow {
  color: #315d7f;
}

.fs-blueprint-stage__legend {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 20px;
  border-top: 1px solid #8eb2d1;
  border-bottom: 1px solid #8eb2d1;
}

.fs-blueprint-stage__legend span {
  padding: 12px 8px;
  border-right: 1px solid #8eb2d1;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.fs-blueprint-stage__legend span:last-child {
  border-right: 0;
}

.theme-product_technical .fs-benefits {
  border-color: #8eb2d1;
  background: #ffffff;
}

.theme-product_technical .fs-benefits article {
  border-color: #8eb2d1;
}

.theme-product_technical .fs-category-showcase .v2-category-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.theme-product_technical .fs-category-showcase .v2-category-tile {
  min-height: 150px;
  border-color: #7aa3c5;
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
}

.theme-product_technical .fs-category-showcase .v2-category-tile:first-child {
  background: #063d69;
  color: #ffffff;
}

.theme-product_technical .fs-category-showcase .v2-category-tile:first-child small {
  color: #d9e9f6;
}

.theme-product_technical .fs-category-showcase .site-icon {
  width: 56px;
  height: 56px;
}

.theme-product_technical .v2-product-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 9px;
}

.theme-product_technical .v2-product-card {
  border-color: #8eb2d1;
  border-radius: 0;
  box-shadow: none;
}

.theme-product_technical .v2-product-card__media {
  aspect-ratio: 5 / 4;
  border-bottom: 1px solid #8eb2d1;
}

.theme-product_technical .v2-product-card__body {
  gap: 7px;
  padding: 12px;
}

.theme-product_technical .v2-product-card__tags span,
.theme-product_technical .v2-product-card__signals span {
  border-radius: 0;
  border: 1px solid #b9cfe2;
  background: #ffffff;
}

.theme-product_technical .v2-quick-buy__actions button,
.theme-product_technical .v2-quick-buy__link {
  border-radius: 0;
}

/* Obsidian Gallery */

.theme-dark_premium {
  background: #050505;
  color: #f2eee6;
}

.theme-dark_premium .v2-service {
  display: none;
}

.theme-dark_premium .v2-header {
  position: relative;
  border-color: #29251d;
  background: #050505;
  backdrop-filter: none;
}

.theme-dark_premium .v2-header__main {
  min-height: 92px;
}

.theme-dark_premium .v2-brand span {
  border-radius: 0;
  background: #c7a24b;
  color: #050505;
}

.theme-dark_premium .v2-brand strong {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

.theme-dark_premium .v2-catalog-button {
  border-color: #332f27;
  border-radius: 0;
  background: transparent;
  color: #f2eee6;
}

.theme-dark_premium .v2-search input,
.theme-dark_premium .v2-search button {
  border-radius: 0;
}

.theme-dark_premium .v2-search button {
  background: #c7a24b;
  color: #080808;
}

.theme-dark_premium .v2-category-nav {
  display: none;
}

.fs-dark-stage {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  background: #050505;
}

.fs-dark-stage__inner {
  position: relative;
  min-height: 650px;
}

.fs-dark-stage__copy {
  display: grid;
  width: 43%;
  min-height: 650px;
  align-content: center;
  color: #f2eee6;
}

.fs-dark-stage__copy h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 62px;
  font-weight: 400;
}

.fs-dark-stage__copy p,
.fs-dark-stage__copy .v2-eyebrow {
  color: #bdb6aa;
}

.theme-dark_premium .fs-benefits {
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto;
  border-color: #3a3324;
  background: #0d0d0c;
}

.theme-dark_premium .fs-benefits article {
  border-color: #3a3324;
}

.theme-dark_premium .fs-benefits .site-icon,
.theme-dark_premium .fs-section__head a {
  color: #c7a24b;
}

.theme-dark_premium .fs-category-showcase .v2-section__head,
.theme-dark_premium .v2-section__head {
  border-bottom: 1px solid #6d5929;
  padding-bottom: 12px;
}

.theme-dark_premium .v2-section__head h2,
.theme-dark_premium .v2-product-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.theme-dark_premium .fs-category-showcase .v2-category-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.theme-dark_premium .fs-category-showcase .v2-category-tile {
  min-height: 180px;
  border-color: #3a3324;
  border-radius: 2px;
  background: #121210;
  color: #f2eee6;
  box-shadow: none;
}

.theme-dark_premium .fs-category-showcase .site-icon {
  width: 58px;
  height: 58px;
  color: #c7a24b;
}

.theme-dark_premium .v2-product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.theme-dark_premium .v2-product-card {
  display: grid;
  grid-template-columns: 46% minmax(0, 1fr);
  min-height: 340px;
  border-color: #3a3324;
  border-radius: 2px;
  background: #11110f;
  box-shadow: none;
}

.theme-dark_premium .v2-product-card__media {
  height: 100%;
  aspect-ratio: auto;
  background: #171714;
}

.theme-dark_premium .v2-product-card__body {
  align-content: center;
  padding: 20px;
}

.theme-dark_premium .v2-product-card__tags {
  display: none;
}

.theme-dark_premium .v2-quick-buy__actions button:first-child,
.theme-dark_premium .v2-quick-buy__link {
  border-radius: 2px;
  background: #c7a24b;
  color: #080808;
}

.theme-dark_premium .v2-footer {
  border-color: #3a3324;
  background: #080808;
}

@media (max-width: 1100px) {
  .fs-hero-copy h1,
  .fs-gallery-stage__copy h1,
  .fs-blueprint-stage__copy h1,
  .fs-dark-stage__copy h1 {
    font-size: 46px;
  }

  .theme-clean_store .v2-product-grid,
  .theme-product_technical .v2-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .theme-marketplace_compact .v2-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .theme-jewelry_minimal .v2-product-card,
  .theme-dark_premium .v2-product-card {
    grid-template-columns: minmax(0, 1fr);
  }

  .theme-jewelry_minimal .v2-product-card__media,
  .theme-dark_premium .v2-product-card__media {
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 900px) {
  .fs-benefits__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fs-benefits article:nth-child(2) {
    border-right: 0;
  }

  .fs-benefits article:nth-child(-n+2) {
    border-bottom: 1px solid var(--v2-line);
  }

  .fs-clean-stage,
  .fs-clean-stage__copy,
  .fs-gallery-stage,
  .fs-gallery-stage__inner,
  .fs-blueprint-stage,
  .fs-blueprint-stage__copy,
  .fs-dark-stage,
  .fs-dark-stage__inner,
  .fs-dark-stage__copy {
    min-height: 560px;
  }

  .fs-clean-stage__copy,
  .fs-blueprint-stage__copy,
  .fs-dark-stage__copy {
    width: 58%;
    padding: 32px;
  }

  .fs-workshop {
    grid-template-columns: minmax(0, 1fr);
  }

  .fs-workshop__rail {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-right: 0;
    border-bottom: 1px solid #c8c3bb;
  }

  .fs-workshop__rail > p,
  .fs-workshop__rail .fs-workshop__all {
    display: none;
  }

  .fs-workshop__rail > a {
    min-height: 84px;
    border-top: 0;
    border-right: 1px solid #d8d4ce;
  }

  .fs-workshop__hero,
  .fs-workshop__copy {
    min-height: 520px;
  }

  .fs-workshop__copy {
    width: 58%;
    padding: 32px;
  }

  .theme-clean_store .fs-category-showcase .v2-category-grid,
  .theme-product_technical .fs-category-showcase .v2-category-grid,
  .theme-dark_premium .fs-category-showcase .v2-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .theme-jewelry_minimal .fs-category-showcase .v2-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .theme-jewelry_minimal .fs-category-showcase .v2-category-tile:first-child,
  .theme-jewelry_minimal .fs-category-showcase .v2-category-tile:nth-child(2),
  .theme-jewelry_minimal .fs-category-showcase .v2-category-tile:nth-child(n+3) {
    grid-column: span 1;
    grid-row: span 1;
  }

  .fs-gallery-stage__copy {
    left: 16px;
    width: min(440px, calc(100% - 32px));
  }
}

@media (max-width: 560px) {
  .fs-hero-copy h1,
  .fs-gallery-stage__copy h1,
  .fs-blueprint-stage__copy h1,
  .fs-dark-stage__copy h1 {
    font-size: 38px;
  }

  .fs-hero-copy p {
    font-size: 15px;
  }

  .fs-benefits__grid,
  .theme-clean_store .fs-category-showcase .v2-category-grid,
  .theme-jewelry_minimal .fs-category-showcase .v2-category-grid,
  .theme-product_technical .fs-category-showcase .v2-category-grid,
  .theme-dark_premium .fs-category-showcase .v2-category-grid,
  .theme-clean_store .v2-product-grid,
  .theme-marketplace_compact .v2-product-grid,
  .theme-jewelry_minimal .v2-product-grid,
  .theme-product_technical .v2-product-grid,
  .theme-dark_premium .v2-product-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .fs-benefits article,
  .fs-benefits article:nth-child(2) {
    min-height: 74px;
    border-right: 0;
    border-bottom: 1px solid var(--v2-line);
  }

  .fs-benefits article:last-child {
    border-bottom: 0;
  }

  .fs-clean-stage,
  .fs-clean-stage__copy,
  .fs-gallery-stage,
  .fs-gallery-stage__inner,
  .fs-blueprint-stage,
  .fs-blueprint-stage__copy,
  .fs-dark-stage,
  .fs-dark-stage__inner,
  .fs-dark-stage__copy {
    min-height: 640px;
  }

  .fs-hero-scene {
    object-position: 68% center;
  }

  .fs-clean-stage__copy,
  .fs-blueprint-stage__copy,
  .fs-dark-stage__copy {
    width: 100%;
    min-height: 340px;
    align-content: start;
    padding: 28px 20px;
    background: rgba(255, 255, 255, 0.9);
  }

  .fs-clean-stage__note {
    right: 16px;
    bottom: 16px;
    width: calc(100% - 32px);
  }

  .fs-clean-stage__copy {
    color: #14242b;
  }

  .fs-blueprint-stage__copy {
    color: #063359;
  }

  .fs-dark-stage__copy {
    color: #f2eee6;
    background: rgba(5, 5, 5, 0.88);
  }

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

  .fs-workshop__rail > a:nth-of-type(n+3) {
    display: none;
  }

  .fs-workshop__hero,
  .fs-workshop__copy {
    min-height: 640px;
  }

  .fs-workshop__copy {
    width: 100%;
    min-height: 360px;
    align-content: start;
    padding: 28px 20px;
  }

  .fs-workshop__copy::before {
    right: 0;
    bottom: auto;
    height: 390px;
  }

  .fs-gallery-stage__copy {
    top: 20px;
    left: 16px;
    width: calc(100% - 32px);
    min-height: 330px;
    padding: 26px 20px;
    transform: none;
  }

  .fs-blueprint-stage__legend {
    grid-template-columns: minmax(0, 1fr);
  }

  .fs-blueprint-stage__legend span {
    border-right: 0;
    border-bottom: 1px solid #8eb2d1;
  }

  .fs-blueprint-stage__legend span:last-child {
    border-bottom: 0;
  }

  .theme-jewelry_minimal .fs-category-showcase .v2-category-grid {
    grid-template-rows: none;
  }

  .theme-jewelry_minimal .v2-product-card,
  .theme-dark_premium .v2-product-card {
    min-height: 0;
  }
}
