.home-dark #main-content {
  display: flex;
  flex-direction: column;
}

.home-dark .hero { order: 0; }
.home-dark .categories-section { order: 1; }
.home-dark .products-section { order: 2; }
.home-dark .archive-story { order: 3; }
.home-dark .story-section { order: 4; }
.home-dark .product-cinema { order: 5; }
.home-dark .video-stories { order: 6; }
.home-dark .applications { order: 7; }
.home-dark .documents-band { order: 8; }
.home-dark .archive-journal { order: 9; }
.home-dark .faq-section { order: 10; }
.home-dark .shop-cta { order: 11; }

.home-dark .brand span {
  display: block;
  color: rgba(255,255,255,.78);
  font-size: .58rem;
  letter-spacing: .22em;
}

.home-dark .categories-section,
.home-dark .products-section {
  background: #0d0e12;
  color: #f5f2ed;
}

.home-dark .categories-section {
  padding-top: 82px;
  border-top: 1px solid rgba(255,255,255,.12);
}

.home-dark .products-section { padding-top: 35px; }
.home-dark .category-card { border-radius: 3px; }

.card-price {
  display: grid;
  line-height: 1.15;
}

.card-price strong { font-size: 1rem; }
.card-price del { color: var(--color-muted); font-size: .72rem; }

.card-buy button {
  padding: 8px 13px;
  border: 0;
  border-radius: 999px;
  background: var(--color-primary);
  color: #07252a;
  font-size: .75rem;
  font-weight: 900;
}

.shop-cta {
  background: #00aecb;
  color: #09262c;
}

.shop-cta__inner {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
}

.shop-cta h2 {
  max-width: 900px;
  margin: 0 0 18px;
  font-family: var(--font-heading);
  font-size: clamp(3.5rem,7vw,7.8rem);
  font-weight: 400;
  line-height: .86;
  letter-spacing: -.06em;
}

.shop-cta p { max-width: 650px; }
.shop-cta .button { background: #111318; border-color: #111318; color: #fff; }
.shop-cta .button--ghost { background: transparent; color: #09262c; }

.inner-premium,
.catalog-dark { background: #0e0f13; color: #f5f2ed; }

.inner-premium .topbar { display: none; }
.inner-premium .site-header,
.catalog-dark .site-header { background: rgba(10,11,15,.94); border-color: rgba(255,255,255,.12); color: #fff; }
.inner-premium .brand img,
.catalog-dark .brand img { filter: brightness(0) invert(1); }
.inner-premium .brand span,
.catalog-dark .brand span { color: rgba(255,255,255,.66); }

.inner-premium .page-hero {
  position: relative;
  min-height: 500px;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 110px 0 75px;
  background: radial-gradient(circle at 82% 20%,#29454d 0,#171b20 28%,#0e0f13 64%);
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.inner-premium .page-hero:after {
  content: "MAGNASAND";
  position: absolute;
  right: -1vw;
  bottom: -8vw;
  color: rgba(255,255,255,.035);
  font-family: var(--font-heading);
  font-size: 17vw;
  line-height: 1;
  pointer-events: none;
}

.inner-premium .page-hero h1 { max-width: 1000px; font-weight: 400; }
.inner-premium .page-hero p { color: #aeb6b8; }
.inner-premium .section { background: #0e0f13; }
.inner-premium .prose > p { white-space: pre-line; }
.inner-premium .panel,
.inner-premium .notice,
.inner-premium .empty-state,
.inner-premium .success-state,
.inner-premium .tracking-result { background: #17191e; border-color: rgba(255,255,255,.12); }

.catalog-dark .breadcrumbs { color: #90999c; }
.catalog-dark .product-detail { padding-top: 32px; }
.catalog-dark .product-gallery__main { border-radius: 2px; background: #e9e5df; }
.catalog-dark .product-gallery__main img { aspect-ratio: 4/5; object-fit: cover; }
.catalog-dark .product-thumbs { display: grid; grid-template-columns: repeat(5,1fr); gap: 8px; margin-top: 10px; }
.catalog-dark .product-thumbs button { padding: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.16); background: #1a1b20; }
.catalog-dark .product-thumbs img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.catalog-dark .product-info { position: sticky; top: 130px; align-self: start; }
.catalog-dark .product-info h1 { font-weight: 400; }
.catalog-dark .product-price strong { color: var(--color-primary); font-size: 2rem; }
.catalog-dark .product-price del { color: #8d9496; }
.catalog-dark .product-content { background: #17191e; }
.catalog-dark .product-content p { color: #c1c6c7; white-space: pre-line; }
.catalog-dark .attribute-list div { display: grid; gap: 8px; }
.catalog-dark .attribute-list dd { color: #b9c0c2; white-space: pre-line; }

@media (max-width: 780px) {
  .shop-cta__inner { align-items: start; flex-direction: column; }
  .shop-cta h2 { font-size: 3.8rem; }
  .inner-premium .page-hero { min-height: 390px; }
  .catalog-dark .product-info { position: static; }
  .catalog-dark .product-thumbs { grid-template-columns: repeat(4,1fr); }
  .home-dark .categories-section { padding-top: 58px; }
}
