/*
Theme Name: Blackest Star Launch
Theme URI: https://blackeststar.com/
Description: The Accra Launch System for Blackest Star. A sharp, editorial Storefront child theme with WooCommerce support.
Author: Blackest Star
Template: storefront
Version: 1.2.5
Text Domain: blackest-star-launch
Requires at least: 6.5
Requires PHP: 7.4
*/

:root {
  --bs-black: #090909;
  --bs-white: #ffffff;
  --bs-grey: #f4f4f4;
  --bs-gold: #f3c718;
  --bs-red: #d71929;
  --bs-green: #087d4f;
  --bs-line: #c8c8c8;
  --bs-ink: #555555;
  --bs-max: 1600px;
  --bs-gutter: clamp(1rem, 3vw, 3rem);
  --bs-display: "Oswald", "Arial Narrow", sans-serif;
  --bs-expression: "Libre Caslon Display", Georgia, serif;
  --bs-body: "DM Sans", Arial, sans-serif;
  --bs-label: "DM Mono", Consolas, monospace;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.bs-theme {
  margin: 0;
  background: var(--bs-white);
  color: var(--bs-black);
  font-family: var(--bs-body);
  -webkit-font-smoothing: antialiased;
}

body.bs-menu-open {
  overflow: hidden;
}

body.bs-theme a,
body.bs-theme button,
body.bs-theme input {
  border-radius: 0;
}

body.bs-theme a:focus-visible,
body.bs-theme button:focus-visible,
body.bs-theme input:focus-visible {
  outline: 3px solid var(--bs-gold);
  outline-offset: 3px;
}

.bs-skip-link {
  position: fixed;
  z-index: 10000;
  top: -100px;
  left: 1rem;
  background: var(--bs-white);
  color: var(--bs-black);
  padding: 0.8rem 1rem;
  font-weight: 700;
}

.bs-skip-link:focus {
  top: 1rem;
}

.bs-announcement {
  min-height: 30px;
  display: grid;
  place-items: center;
  padding: 0.35rem var(--bs-gutter);
  background: var(--bs-black);
  color: var(--bs-white);
  font: 500 0.625rem/1.4 var(--bs-label);
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.bs-announcement span {
  color: var(--bs-gold);
}

.bs-site-header {
  position: relative;
  z-index: 100;
  min-height: 74px;
  display: grid;
  grid-template-columns: minmax(160px, 1fr) auto minmax(160px, 1fr);
  align-items: center;
  gap: 2rem;
  padding: 0 var(--bs-gutter);
  border-bottom: 1px solid var(--bs-black);
  background: var(--bs-white);
}

.bs-site-header .bs-nav {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
}

.bs-site-header .bs-utilities {
  grid-column: 3;
  grid-row: 1;
}

.bs-brand-switch {
  width: clamp(7.5rem, 10vw, 9.25rem);
  height: 3.25rem;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  color: var(--bs-black);
  overflow: hidden;
  text-decoration: none;
  transform: translate(-50%, -50%);
}

.bs-brand-switch-logo,
.bs-brand-switch-name {
  grid-area: 1 / 1;
  transition:
    clip-path 240ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 180ms ease,
    transform 240ms cubic-bezier(0.16, 1, 0.3, 1);
}

.bs-brand-switch-logo {
  display: grid;
  place-items: center;
  clip-path: inset(0);
  opacity: 1;
  transform: translateY(0);
}

.bs-main-logo {
  width: auto;
  max-width: 3.25rem;
  height: 2.65rem;
  display: block;
  object-fit: contain;
}

.bs-logo-fallback {
  font-size: 2rem;
  line-height: 1;
}

.bs-brand-switch-name {
  clip-path: inset(100% 0 0);
  opacity: 0;
  font: 800 clamp(0.88rem, 1.25vw, 1.05rem)/1 var(--bs-body);
  letter-spacing: 0.055em;
  text-transform: uppercase;
  transform: translateY(85%);
  white-space: nowrap;
}

.bs-brand-switch:hover .bs-brand-switch-logo,
.bs-brand-switch:focus-visible .bs-brand-switch-logo {
  clip-path: inset(0 0 100%);
  opacity: 0;
  transform: translateY(-85%);
}

.bs-brand-switch:hover .bs-brand-switch-name,
.bs-brand-switch:focus-visible .bs-brand-switch-name {
  clip-path: inset(0);
  opacity: 1;
  transform: translateY(0);
}

.bs-wordmark {
  color: var(--bs-black);
  font: 800 clamp(1rem, 1.5vw, 1.35rem)/1 var(--bs-body);
  letter-spacing: 0.055em;
  text-decoration: none;
}

.bs-wordmark-star {
  display: inline-block;
  margin: 0 0.04em;
}

.bs-nav-list,
.bs-utilities,
.bs-footer-links {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2vw, 2rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.bs-nav-list a,
.bs-utilities a,
.bs-footer-links a {
  color: inherit;
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.bs-nav-list a,
.bs-utilities a {
  position: relative;
}

.bs-nav-list a::after,
.bs-utilities a::after {
  position: absolute;
  right: 0;
  bottom: -0.4rem;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

.bs-nav-list a:hover::after,
.bs-utilities a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.bs-utilities {
  justify-self: end;
}

.bs-search-form {
  display: grid;
  grid-template-columns: minmax(4.5rem, 7rem) 1.4rem;
  align-items: center;
  border-bottom: 1px solid currentColor;
}

.bs-search-form input[type="search"] {
  min-width: 0;
  width: 100%;
  padding: 0.22rem 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: inherit;
  font: 700 0.65rem/1 var(--bs-body);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.bs-search-form input[type="search"]::placeholder {
  color: currentColor;
  opacity: 1;
}

.bs-search-form button {
  width: 1.4rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: 500 0.75rem/1 var(--bs-label);
}

.bs-search-form-mobile {
  display: none;
}

.bs-cart-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.bs-cart-count {
  min-width: 1.35rem;
  height: 1.35rem;
  display: inline-grid;
  place-items: center;
  background: var(--bs-black);
  color: var(--bs-white);
  font: 500 0.6rem/1 var(--bs-label);
}

.bs-menu-toggle {
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--bs-black);
}

.bs-menu-toggle span {
  display: block;
  width: 1.3rem;
  height: 1px;
  margin: 0.32rem auto;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.bs-page {
  overflow: clip;
}

.bs-hero {
  min-height: clamp(660px, calc(100vh - 104px), 940px);
  position: relative;
  display: grid;
  align-items: center;
  color: var(--bs-white);
  isolation: isolate;
  overflow: hidden;
}

.bs-hero-media,
.bs-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.bs-hero-media {
  z-index: -3;
  object-fit: cover;
  object-position: center;
}

.bs-hero-shade {
  z-index: -2;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.56) 34%, rgba(0, 0, 0, 0.09) 62%, rgba(0, 0, 0, 0.02) 100%);
}

.bs-hero-copy {
  width: min(760px, 54vw);
  padding: 5rem var(--bs-gutter);
}

.bs-data-label {
  margin: 0;
  font: 500 0.64rem/1.4 var(--bs-label);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bs-hero-title {
  max-width: 8ch;
  margin: clamp(1.7rem, 4vh, 3rem) 0 1.6rem;
  color: var(--bs-white);
  font: 600 clamp(4rem, 8vw, 6rem) / 0.84 var(--bs-display);
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.bs-hero-title span {
  display: block;
}

.bs-hero-title em {
  color: var(--bs-gold);
  font-family: var(--bs-expression);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.02em;
  text-transform: none;
}

.bs-hero-intro {
  max-width: 48ch;
  margin: 0;
  color: var(--bs-white);
  font-size: clamp(0.92rem, 1.1vw, 1.05rem);
  line-height: 1.65;
}

.bs-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 1.75rem;
  padding: 0.85rem 1.05rem;
  border: 1px solid transparent;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.035em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease;
}

.bs-button span {
  transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

.bs-button:hover span {
  transform: translate(0.18rem, -0.18rem);
}

.bs-button-gold {
  background: var(--bs-gold);
  color: var(--bs-black);
}

.bs-button-gold:hover {
  background: var(--bs-white);
  color: var(--bs-black);
}

.bs-button-light {
  background: var(--bs-white);
  color: var(--bs-black);
}

.bs-button-light:hover {
  background: var(--bs-gold);
}

.bs-hero-stamp {
  position: absolute;
  top: 1.6rem;
  right: var(--bs-gutter);
  display: grid;
  grid-template-columns: auto auto;
  gap: 0.2rem 0.85rem;
  font: 400 0.58rem/1.2 var(--bs-label);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.bs-hero-stamp strong {
  grid-row: span 2;
  font-size: 1.05rem;
}

.bs-hero-caption {
  position: absolute;
  right: var(--bs-gutter);
  bottom: 1.2rem;
  left: var(--bs-gutter);
  display: flex;
  justify-content: space-between;
  font: 400 0.58rem/1.3 var(--bs-label);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bs-principles {
  min-height: 48px;
  display: grid;
  grid-template-columns: repeat(5, auto);
  align-items: center;
  justify-content: space-around;
  gap: 1rem;
  padding: 0.65rem var(--bs-gutter);
  background: var(--bs-red);
  color: var(--bs-white);
  font: 600 0.72rem/1.2 var(--bs-display);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bs-principles b {
  color: var(--bs-gold);
  font-size: 0.8rem;
}

.bs-shop {
  max-width: var(--bs-max);
  margin: 0 auto;
  padding: clamp(4.5rem, 8vw, 7.5rem) var(--bs-gutter);
}

.bs-section-heading {
  display: grid;
  grid-template-columns: minmax(360px, 1.5fr) minmax(220px, 0.8fr) auto;
  align-items: end;
  gap: clamp(1.5rem, 4vw, 4rem);
  margin-bottom: clamp(2.3rem, 5vw, 4rem);
}

.bs-section-heading h2,
.bs-doctrine-copy h2,
.bs-future-copy h2,
.bs-cta h2 {
  margin: 0;
  font-family: var(--bs-display);
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.bs-section-heading h2 {
  margin-top: 0.75rem;
  font-size: clamp(2.7rem, 5vw, 4.75rem);
  line-height: 0.9;
}

.bs-section-heading > p {
  max-width: 42ch;
  margin: 0;
  color: var(--bs-ink);
  font-size: 0.86rem;
  line-height: 1.65;
}

.bs-text-link {
  width: fit-content;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid currentColor;
  color: inherit;
  font-size: 0.72rem;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.bs-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2px;
}

.bs-product-card {
  min-width: 0;
  margin: 0;
}

.bs-product-media {
  height: clamp(320px, 31vw, 500px);
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--bs-grey);
}

.bs-product-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  transition: transform 550ms cubic-bezier(0.16, 1, 0.3, 1);
}

.bs-product-media:hover img {
  transform: scale(1.035);
}

.bs-product-status {
  position: absolute;
  z-index: 2;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.32rem 0.46rem;
  background: var(--bs-black);
  color: var(--bs-white);
  font: 500 0.56rem/1 var(--bs-label);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bs-product-meta {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1rem 0.25rem 0;
}

.bs-product-meta h3 {
  margin: 0;
  color: var(--bs-black);
  font-size: 0.83rem;
  font-weight: 700;
}

.bs-product-meta a {
  color: inherit;
  text-decoration: none;
}

.bs-product-price {
  flex: 0 0 auto;
  color: var(--bs-black);
  font-size: 0.82rem;
  font-weight: 700;
}

.bs-product-price del {
  margin-right: 0.25rem;
  color: var(--bs-ink);
  font-weight: 400;
}

.bs-product-price ins {
  text-decoration: none;
}

.bs-doctrine {
  min-height: 760px;
  display: grid;
  grid-template-columns: 52% 48%;
}

.bs-doctrine-copy {
  min-height: inherit;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(3rem, 5vw, 5rem) var(--bs-gutter);
  background: var(--bs-gold);
  overflow: hidden;
}

.bs-doctrine-star {
  font-size: 3.3rem;
  line-height: 1;
}

.bs-doctrine-outline {
  position: absolute;
  top: 1%;
  left: 24%;
  color: transparent;
  font: 600 clamp(10rem, 18vw, 20rem) / 0.8 var(--bs-display);
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.22);
  text-transform: uppercase;
  white-space: nowrap;
}

.bs-doctrine-copy h2 {
  position: relative;
  margin: clamp(2rem, 5vw, 4rem) 0 2rem;
  font-size: clamp(5rem, 9vw, 9rem);
  line-height: 0.78;
}

.bs-doctrine-copy p {
  max-width: 42ch;
  margin: 0 0 2rem;
  font-size: 0.92rem;
  line-height: 1.7;
}

.bs-doctrine-copy .bs-text-link {
  margin-top: auto;
}

.bs-doctrine-object {
  min-height: inherit;
  position: relative;
  display: grid;
  place-items: center;
  background: var(--bs-red);
  color: var(--bs-white);
  overflow: hidden;
}

.bs-doctrine-object::before {
  position: absolute;
  color: rgba(255, 255, 255, 0.08);
  content: "★";
  font-size: min(48vw, 46rem);
  line-height: 1;
}

.bs-doctrine-object img {
  width: min(90%, 780px);
  height: 690px;
  position: relative;
  display: block;
  object-fit: contain;
  transform: translateY(2.5rem);
}

.bs-doctrine-object picture,
.bs-future-figure picture {
  width: 100%;
  display: grid;
  place-items: center;
}

.bs-object-copy {
  position: absolute;
  z-index: 2;
  top: 2rem;
  left: var(--bs-gutter);
}

.bs-object-copy h3 {
  margin: 0.9rem 0 0;
  font: 600 clamp(2rem, 3.5vw, 3.2rem) / 0.9 var(--bs-display);
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.bs-object-index {
  position: absolute;
  right: var(--bs-gutter);
  bottom: 1.4rem;
  font: 400 0.58rem/1.3 var(--bs-label);
  letter-spacing: 0.06em;
}

.bs-future {
  min-height: 760px;
  display: grid;
  grid-template-columns: 42% 48% 10%;
  border-top: 1px solid #303030;
  background: #050505;
  color: var(--bs-white);
}

.bs-future-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(3rem, 5vw, 5rem) var(--bs-gutter);
}

.bs-future-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  color: #b0b0b0;
  font: 400 0.58rem/1.4 var(--bs-label);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bs-future-copy h2 {
  margin: auto 0 1.6rem;
  font-size: clamp(4.6rem, 8vw, 7.5rem);
  line-height: 0.85;
}

.bs-future-copy > p {
  max-width: 52ch;
  margin: 0;
  color: #c4c4c4;
  font-size: 0.86rem;
  line-height: 1.7;
}

.bs-concept-note {
  margin-top: 1.2rem !important;
  color: var(--bs-white) !important;
  font: 400 0.62rem/1.5 var(--bs-label) !important;
}

.bs-future-figure {
  min-width: 0;
  position: relative;
  display: grid;
  place-items: center;
  margin: 0;
  border-right: 1px solid #303030;
  border-left: 1px solid #303030;
  overflow: hidden;
}

.bs-future-outline {
  position: absolute;
  top: 6%;
  left: -2%;
  color: transparent;
  font: 600 clamp(7rem, 11vw, 12rem) / 0.8 var(--bs-display);
  -webkit-text-stroke: 1px #333333;
  white-space: nowrap;
}

.bs-future-figure img {
  width: 92%;
  height: 690px;
  position: relative;
  display: block;
  object-fit: contain;
}

.bs-future-figure figcaption {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: #b0b0b0;
  font: 400 0.56rem/1.35 var(--bs-label);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.bs-future-data {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 1.25rem;
}

.bs-future-data div {
  display: grid;
  gap: 0.55rem;
}

.bs-future-data span {
  color: #858585;
  font: 400 0.5rem/1.3 var(--bs-label);
  text-transform: uppercase;
}

.bs-future-data strong {
  font: 500 0.7rem/1.3 var(--bs-label);
  writing-mode: vertical-rl;
}

.bs-manifesto {
  min-height: 540px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(4rem, 7vw, 7rem) var(--bs-gutter) 2rem;
  background: var(--bs-white);
}

.bs-manifesto p {
  margin: 0;
  font: 600 clamp(4.5rem, 12vw, 10.5rem) / 0.78 var(--bs-display);
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.bs-manifesto em {
  color: var(--bs-red);
  font-family: var(--bs-expression);
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}

.bs-manifesto-meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.9rem;
  border-top: 1px solid var(--bs-black);
  font: 400 0.58rem/1.4 var(--bs-label);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.bs-cta {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  align-items: end;
  gap: clamp(3rem, 8vw, 8rem);
  padding: clamp(4rem, 7vw, 7rem) var(--bs-gutter);
  background: var(--bs-green);
  color: var(--bs-white);
}

.bs-cta h2 {
  margin-top: 1rem;
  font-size: clamp(3.2rem, 6vw, 5.4rem);
  line-height: 0.88;
}

.bs-cta-copy {
  max-width: 55ch;
}

.bs-cta-copy p {
  margin: 0;
  color: #e0f2ea;
  font-size: 0.92rem;
  line-height: 1.7;
}

.bs-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem;
  margin-top: 1.75rem;
}

.bs-cta-actions .bs-text-link {
  align-self: end;
}

.bs-site-footer {
  min-height: 190px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  gap: 2rem;
  padding: 2.5rem var(--bs-gutter);
  background: var(--bs-black);
  color: var(--bs-white);
}

.bs-site-footer .bs-wordmark {
  color: var(--bs-white);
}

.bs-site-footer small {
  justify-self: end;
  color: #9b9b9b;
  font: 400 0.58rem/1.4 var(--bs-label);
}

/* Storefront and WooCommerce interior pages */
.bs-main-shell {
  width: min(calc(100% - (2 * var(--bs-gutter))), 1360px);
  min-height: 60vh;
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 6rem) 0;
}

body.bs-theme:not(.home) .site-main,
body.bs-theme:not(.home) .content-area {
  width: 100%;
  margin: 0;
}

body.bs-theme:not(.home) h1,
body.bs-theme:not(.home) .page-title {
  font: 600 clamp(3rem, 6vw, 5.5rem) / 0.9 var(--bs-display);
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

body.bs-theme ul.products li.product {
  margin-bottom: 3rem;
}

body.bs-theme ul.products li.product img {
  background: var(--bs-grey);
}

body.bs-theme ul.products li.product .button,
body.bs-theme .single_add_to_cart_button,
body.bs-theme .checkout-button,
body.bs-theme button.button,
body.bs-theme input.button {
  border: 0;
  background: var(--bs-gold);
  color: var(--bs-black);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

body.bs-theme .woocommerce-breadcrumb {
  font: 400 0.62rem/1.4 var(--bs-label);
}

/*
 * PRODUCT STUDY / CONCEPT 04
 * THESIS: A Blackest Star product is filed as an Accra object study, not dropped
 * into generic catalogue chrome. The exact garment, price and purchase state
 * remain the first-view decision. Pure white and cool grey preserve true colour.
 */
body.bs-theme.single-product .bs-main-shell,
body.bs-theme.single-product .site-content > .col-full {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body.bs-theme.single-product .woocommerce-breadcrumb {
  width: 100%;
  margin: 0;
  padding: 0.8rem var(--bs-gutter);
  border-bottom: 1px solid var(--bs-line);
  background: var(--bs-white);
  color: var(--bs-ink);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.bs-theme.single-product .woocommerce-breadcrumb a {
  color: var(--bs-black);
  text-decoration: none;
}

body.bs-theme.single-product div.product {
  --bs-product-media: 58%;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, var(--bs-product-media)) minmax(330px, 1fr);
  align-items: stretch;
  margin: 0;
  border-bottom: 1px solid var(--bs-black);
  background: var(--bs-grey);
}

body.bs-theme.single-product div.product::after {
  content: "";
  display: none;
}

.bs-product-field-label {
  position: absolute;
  z-index: 3;
  top: 1.25rem;
  left: var(--bs-gutter);
  width: calc(var(--bs-product-media) - (2 * var(--bs-gutter)));
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin: 0;
  color: var(--bs-black);
  font: 500 0.58rem/1.4 var(--bs-label);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  pointer-events: none;
}

body.bs-theme.single-product div.product .woocommerce-product-gallery {
  grid-column: 1;
  grid-row: 1;
  float: none;
  width: 100%;
  min-width: 0;
  min-height: clamp(620px, 70vw, 940px);
  margin: 0;
  padding: clamp(4rem, 7vw, 7rem) var(--bs-gutter) clamp(2rem, 4vw, 4rem);
  overflow: hidden;
  border-right: 1px solid var(--bs-black);
  background: var(--bs-grey);
}

body.bs-theme.single-product .woocommerce-product-gallery .flex-viewport {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

body.bs-theme.single-product .woocommerce-product-gallery__wrapper {
  height: 100%;
  margin: 0;
}

body.bs-theme.single-product .woocommerce-product-gallery__image {
  display: grid;
  min-height: clamp(480px, 59vw, 780px);
  place-items: center;
}

body.bs-theme.single-product .woocommerce-product-gallery__image a {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
}

body.bs-theme.single-product .woocommerce-product-gallery__image img {
  width: 100%;
  max-width: 840px;
  max-height: 760px;
  margin: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
}

body.bs-theme.single-product .woocommerce-product-gallery .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 76px));
  gap: 0.5rem;
  margin: 1.5rem 0 0;
}

body.bs-theme.single-product .woocommerce-product-gallery .flex-control-thumbs li {
  float: none;
  width: auto;
  margin: 0;
  border: 1px solid var(--bs-line);
  background: var(--bs-white);
}

body.bs-theme.single-product .woocommerce-product-gallery .flex-control-thumbs img {
  aspect-ratio: 1;
  object-fit: contain;
}

body.bs-theme.single-product .woocommerce-product-gallery .flex-control-thumbs img.flex-active {
  outline: 2px solid var(--bs-black);
  outline-offset: -2px;
}

body.bs-theme.single-product div.product .summary {
  grid-column: 2;
  grid-row: 1;
  float: none;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: clamp(3.5rem, 7vw, 7rem) clamp(1.5rem, 4vw, 4.5rem) 3rem;
  background: var(--bs-white);
}

.bs-product-coordinate {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: clamp(2.5rem, 5vw, 6rem);
  padding-bottom: 0.7rem;
  border-bottom: 1px solid var(--bs-black);
  font: 500 0.6rem/1.4 var(--bs-label);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bs-product-coordinate a {
  color: inherit;
  text-decoration: none;
}

body.bs-theme.single-product div.product .summary .product_title {
  max-width: 10ch;
  margin: 0 0 1.25rem;
  font: 600 clamp(4.25rem, 7vw, 8rem) / 0.82 var(--bs-display);
  letter-spacing: -0.045em;
  overflow-wrap: break-word;
  text-transform: uppercase;
}

body.bs-theme.single-product div.product .summary .price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.65rem;
  margin: 0 0 1.5rem;
  color: var(--bs-black);
  font: 600 clamp(1.5rem, 2.2vw, 2.15rem) / 1 var(--bs-display);
}

body.bs-theme.single-product div.product .summary .price del {
  color: var(--bs-ink);
  font-size: 0.72em;
  font-weight: 500;
  opacity: 1;
}

body.bs-theme.single-product div.product .summary .price ins {
  color: var(--bs-red);
  font-weight: inherit;
}

body.bs-theme.single-product div.product .woocommerce-product-details__short-description {
  max-width: 57ch;
  margin: 0 0 2rem;
  color: var(--bs-ink);
  font-size: 0.95rem;
  line-height: 1.65;
}

body.bs-theme.single-product div.product form.cart,
body.bs-theme.single-product div.product p.stock {
  margin: 2rem 0 0;
}

body.bs-theme.single-product div.product p.stock {
  display: inline-block;
  padding: 0.7rem 0.85rem;
  background: var(--bs-black);
  color: var(--bs-white);
  font: 500 0.66rem/1 var(--bs-label);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.bs-theme.single-product div.product p.stock.out-of-stock {
  background: var(--bs-red);
}

body.bs-theme.single-product div.product form.cart {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--bs-line);
}

body.bs-theme.single-product div.product form.cart .quantity .qty {
  min-height: 52px;
  border: 1px solid var(--bs-black);
  background: var(--bs-white);
}

body.bs-theme.single-product .single_add_to_cart_button {
  min-height: 52px;
  padding: 0.9rem 1.25rem;
  letter-spacing: 0.08em;
}

body.bs-theme.single-product .single_add_to_cart_button:hover {
  background: var(--bs-black);
  color: var(--bs-white);
}

body.bs-theme.single-product .variations {
  width: 100%;
  margin: 0;
  border-top: 1px solid var(--bs-line);
}

body.bs-theme.single-product .variations th,
body.bs-theme.single-product .variations td {
  padding: 0.75rem 0;
  background: transparent;
}

body.bs-theme.single-product .variations th {
  color: var(--bs-black);
  font: 500 0.65rem/1.4 var(--bs-label);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.bs-theme.single-product .variations select {
  min-height: 48px;
  border: 1px solid var(--bs-black);
  border-radius: 0;
  background: var(--bs-white);
}

.bs-product-ledger {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: clamp(2.5rem, 6vw, 6rem) 0 0;
  border-top: 1px solid var(--bs-black);
  border-bottom: 1px solid var(--bs-black);
}

.bs-product-ledger > div {
  min-width: 0;
  padding: 0.9rem 0.75rem 1rem 0;
}

.bs-product-ledger > div + div {
  padding-left: 0.75rem;
  border-left: 1px solid var(--bs-line);
}

.bs-product-ledger dt,
.bs-product-ledger dd {
  margin: 0;
}

.bs-product-ledger dt {
  color: var(--bs-ink);
  font: 500 0.54rem/1.4 var(--bs-label);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bs-product-ledger dd {
  margin-top: 0.45rem;
  color: var(--bs-black);
  font: 600 0.72rem/1.35 var(--bs-body);
  overflow-wrap: anywhere;
}

.bs-product-ledger a {
  color: inherit;
  text-decoration: none;
}

body.bs-theme.single-product div.product > .onsale {
  position: absolute;
  z-index: 4;
  top: 4rem;
  right: auto;
  left: var(--bs-gutter);
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 0.55rem 0.7rem;
  border: 0;
  background: var(--bs-red);
  color: var(--bs-white);
  font: 500 0.62rem/1 var(--bs-label);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.bs-theme.single-product .storefront-product-pagination {
  display: none;
}

body.bs-theme.single-product .woocommerce-product-gallery__trigger {
  top: 4rem;
  right: var(--bs-gutter);
  border: 1px solid var(--bs-black);
  background: var(--bs-white);
  color: var(--bs-black);
}

body.bs-theme.single-product .woocommerce-tabs {
  grid-column: 1 / -1;
  width: 100%;
  margin: 0;
  padding: clamp(4rem, 8vw, 8rem) var(--bs-gutter);
  border-bottom: 1px solid var(--bs-black);
  background: var(--bs-black);
  color: var(--bs-white);
}

body.bs-theme.single-product .woocommerce-tabs ul.tabs {
  float: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin: 0 0 3rem;
  border: 0;
}

body.bs-theme.single-product .woocommerce-tabs ul.tabs::after,
body.bs-theme.single-product .woocommerce-tabs ul.tabs li::after {
  display: none;
}

body.bs-theme.single-product .woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  padding: 0 0 0.4rem;
  border-bottom: 1px solid #555;
}

body.bs-theme.single-product .woocommerce-tabs ul.tabs li.active {
  border-color: var(--bs-gold);
}

body.bs-theme.single-product .woocommerce-tabs ul.tabs li a {
  padding: 0;
  color: var(--bs-white);
  font: 500 0.64rem/1.4 var(--bs-label);
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

body.bs-theme.single-product .woocommerce-tabs .panel {
  float: none;
  width: min(100%, 820px);
  margin: 0;
}

body.bs-theme.single-product .woocommerce-tabs .panel h2:first-child {
  margin: 0 0 1.5rem;
  color: var(--bs-white);
  font: 600 clamp(3rem, 6vw, 6rem) / 0.9 var(--bs-display);
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

body.bs-theme.single-product .woocommerce-tabs .panel,
body.bs-theme.single-product .woocommerce-tabs .panel p {
  color: #d1d1d1;
  font-size: 1rem;
  line-height: 1.75;
}

body.bs-theme.single-product .woocommerce-tabs .shop_attributes,
body.bs-theme.single-product .woocommerce-tabs .shop_attributes th,
body.bs-theme.single-product .woocommerce-tabs .shop_attributes td {
  border-color: #444;
  background: transparent;
  color: var(--bs-white);
}

body.bs-theme.single-product .woocommerce-tabs .shop_attributes th {
  font: 500 0.65rem/1.4 var(--bs-label);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.bs-theme.single-product section.related,
body.bs-theme.single-product section.upsells {
  grid-column: 1 / -1;
  width: 100%;
  margin: 0;
  padding: clamp(4rem, 7vw, 7rem) var(--bs-gutter);
  background: var(--bs-white);
}

body.bs-theme.single-product section.related > h2,
body.bs-theme.single-product section.upsells > h2 {
  margin: 0 0 clamp(2.5rem, 5vw, 5rem);
  font: 600 clamp(3.25rem, 6.5vw, 7rem) / 0.86 var(--bs-display);
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

body.bs-theme.single-product section.related ul.products,
body.bs-theme.single-product section.upsells ul.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  background: var(--bs-line);
}

body.bs-theme.single-product section.related ul.products::before,
body.bs-theme.single-product section.related ul.products::after,
body.bs-theme.single-product section.upsells ul.products::before,
body.bs-theme.single-product section.upsells ul.products::after {
  display: none;
  content: none;
}

body.bs-theme.single-product section.related ul.products li.product,
body.bs-theme.single-product section.upsells ul.products li.product {
  float: none;
  width: 100%;
  margin: 0;
  padding: 0 0 1.25rem;
  background: var(--bs-white);
  text-align: left;
}

body.bs-theme.single-product section.related ul.products li.product img,
body.bs-theme.single-product section.upsells ul.products li.product img {
  aspect-ratio: 1 / 1.12;
  margin: 0 0 1rem;
  object-fit: contain;
}

body.bs-theme.single-product section.related ul.products li.product .woocommerce-loop-product__title,
body.bs-theme.single-product section.upsells ul.products li.product .woocommerce-loop-product__title,
body.bs-theme.single-product section.related ul.products li.product .price,
body.bs-theme.single-product section.upsells ul.products li.product .price,
body.bs-theme.single-product section.related ul.products li.product .button,
body.bs-theme.single-product section.upsells ul.products li.product .button {
  margin-right: 1rem;
  margin-left: 1rem;
}

body.bs-theme.single-product section.related ul.products li.product .woocommerce-loop-product__title,
body.bs-theme.single-product section.upsells ul.products li.product .woocommerce-loop-product__title {
  color: var(--bs-black);
  font: 600 1.45rem/1 var(--bs-display);
  text-transform: uppercase;
}

body.bs-theme.single-product section.related ul.products li.product .price,
body.bs-theme.single-product section.upsells ul.products li.product .price {
  color: var(--bs-black);
  font: 600 1rem/1.2 var(--bs-body);
}

/*
 * SHOP / SIGNATURE SERIES
 * THESIS: The archive behaves like a release sheet from Accra, not a generic
 * product catalogue. A decisive masthead establishes the collection, then the
 * products take over immediately in a calm four-object commerce grid.
 * OWN-WORLD: starfield black, signal gold, optical white, cool-grey product
 * fields, thin rules, condensed campaign type and earned technical notation.
 * STORY: identify the Signature Series, understand its origin, scan true
 * availability and open the exact product.
 * FIRST VIEWPORT: black collection statement left, gold mascot field right,
 * release data beneath, then the first product row.
 * FORM: Accra release sheet; the strongest bridge between concepts 01 and 02.
 */
body.bs-theme.woocommerce-shop .bs-main-shell,
body.bs-theme.woocommerce-shop .site-content > .col-full {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body.bs-theme.woocommerce-shop .site-content {
  padding-top: 0;
}

body.bs-theme.woocommerce-shop .woocommerce-breadcrumb {
  display: none;
}

body.bs-theme.woocommerce-shop .woocommerce-products-header {
  display: none;
  padding: 0;
}

.bs-shop-masthead {
  display: grid;
  grid-template-columns: minmax(0, 72%) minmax(260px, 1fr);
  min-height: clamp(390px, 37vw, 590px);
  border-bottom: 1px solid var(--bs-black);
}

.bs-shop-masthead-copy {
  display: flex;
  flex-direction: column;
  padding: clamp(2rem, 4vw, 4rem) var(--bs-gutter);
  background: var(--bs-black);
  color: var(--bs-white);
}

.bs-shop-coordinate {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 0 auto;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #494949;
  font: 500 0.58rem/1.4 var(--bs-label);
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.bs-shop-masthead h1 {
  max-width: 10ch;
  margin: clamp(2.5rem, 5vw, 6rem) 0 0;
  color: var(--bs-white);
  font: 600 clamp(4.5rem, 9vw, 10rem) / 0.78 var(--bs-display);
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.bs-shop-masthead h1 span {
  display: block;
  color: var(--bs-gold);
}

.bs-shop-intro {
  max-width: 42ch;
  margin: 1.5rem 0 0;
  color: #cfcfcf;
  font-size: clamp(0.9rem, 1.2vw, 1.05rem);
  line-height: 1.6;
}

.bs-shop-masthead-mark {
  position: relative;
  display: grid;
  min-width: 0;
  place-items: center;
  overflow: hidden;
  padding: clamp(2rem, 4vw, 4rem);
  background: var(--bs-gold);
  color: var(--bs-black);
}

.bs-shop-masthead-mark::before {
  content: "";
  position: absolute;
  width: min(28vw, 400px);
  aspect-ratio: 1;
  border: 1px solid rgba(9, 9, 9, 0.38);
  border-radius: 50%;
}

.bs-shop-mascot {
  position: relative;
  z-index: 1;
  width: min(72%, 250px);
  height: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.bs-shop-star {
  position: relative;
  z-index: 1;
  font-size: clamp(7rem, 14vw, 12rem);
  line-height: 1;
}

.bs-shop-masthead-mark p {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
  margin: 0;
  padding-top: 0.65rem;
  border-top: 1px solid rgba(9, 9, 9, 0.55);
  font: 500 0.6rem/1.4 var(--bs-label);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bs-shop-release-data {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  border-bottom: 1px solid var(--bs-black);
  background: var(--bs-white);
}

.bs-shop-release-data > div {
  min-width: 0;
  padding: 0.9rem var(--bs-gutter) 1rem;
}

.bs-shop-release-data > div + div {
  border-left: 1px solid var(--bs-line);
}

.bs-shop-release-data dt,
.bs-shop-release-data dd {
  margin: 0;
}

.bs-shop-release-data dt {
  color: var(--bs-ink);
  font: 500 0.54rem/1.4 var(--bs-label);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bs-shop-release-data dd {
  margin-top: 0.3rem;
  color: var(--bs-black);
  font: 600 0.82rem/1.35 var(--bs-body);
}

body.bs-theme.woocommerce-shop .storefront-sorting {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1.5rem;
  margin: 0;
  padding: 1.1rem var(--bs-gutter);
  border-bottom: 1px solid var(--bs-black);
  background: var(--bs-white);
}

body.bs-theme.woocommerce-shop .storefront-sorting::before,
body.bs-theme.woocommerce-shop .storefront-sorting::after {
  display: none;
  content: none;
}

body.bs-theme.woocommerce-shop .woocommerce-result-count {
  grid-column: 1;
  float: none !important;
  width: auto;
  margin: 0;
  color: var(--bs-black);
  font: 500 0.62rem/1.4 var(--bs-label);
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

body.bs-theme.woocommerce-shop .woocommerce-ordering {
  grid-column: 2;
  float: none !important;
  width: auto;
  margin: 0;
}

body.bs-theme.woocommerce-shop .woocommerce-ordering select {
  min-width: 210px;
  min-height: 42px;
  padding: 0 2.25rem 0 0.75rem;
  border: 1px solid var(--bs-black);
  border-radius: 0;
  background-color: var(--bs-white);
  color: var(--bs-black);
  font: 600 0.65rem/1 var(--bs-body);
  text-transform: uppercase;
}

body.bs-theme.woocommerce-shop ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 0;
  background: var(--bs-line);
}

body.bs-theme.woocommerce-shop ul.products::before,
body.bs-theme.woocommerce-shop ul.products::after {
  display: none;
  content: none;
}

body.bs-theme.woocommerce-shop .site-main ul.products.columns-3 li.product,
body.bs-theme.woocommerce-shop .site-main ul.products li.product {
  float: none !important;
  clear: none !important;
  width: 100% !important;
  max-width: none;
  min-width: 0;
  margin: 0 !important;
  padding: 0 0 1.5rem;
  background: var(--bs-white);
  text-align: left;
}

body.bs-theme.woocommerce-shop ul.products li.product .woocommerce-LoopProduct-link {
  position: relative;
  display: block;
  color: var(--bs-black);
  text-decoration: none;
}

body.bs-theme.woocommerce-shop ul.products li.product img {
  width: 100%;
  aspect-ratio: 1 / 1.16;
  margin: 0 0 1.2rem;
  background: var(--bs-grey);
  object-fit: contain;
  transition: transform 450ms cubic-bezier(0.16, 1, 0.3, 1);
}

body.bs-theme.woocommerce-shop ul.products li.product:hover img {
  transform: scale(1.025);
}

body.bs-theme.woocommerce-shop ul.products li.product .woocommerce-loop-product__title {
  min-height: 2.1em;
  margin: 0 1rem 0.7rem;
  padding: 0;
  color: var(--bs-black);
  font: 600 clamp(1.35rem, 1.9vw, 2rem) / 1.02 var(--bs-display);
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

body.bs-theme.woocommerce-shop ul.products li.product .price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.45rem;
  margin: 0.7rem 1rem 0;
  color: var(--bs-black);
  font: 600 1rem/1.2 var(--bs-body);
}

body.bs-theme.woocommerce-shop ul.products li.product .price del {
  color: var(--bs-ink);
  font-size: 0.78em;
  opacity: 1;
}

body.bs-theme.woocommerce-shop ul.products li.product .price ins {
  color: var(--bs-red);
  font-weight: 700;
}

.bs-loop-stock {
  display: inline-block;
  margin: 0 1rem;
  padding: 0.4rem 0.5rem;
  background: var(--bs-black);
  color: var(--bs-white);
  font: 500 0.54rem/1 var(--bs-label);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bs-loop-stock.is-unavailable {
  background: var(--bs-red);
}

body.bs-theme.woocommerce-shop ul.products li.product .onsale {
  position: absolute;
  z-index: 2;
  top: 0.8rem;
  right: 0.8rem;
  left: auto;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 0.5rem 0.6rem;
  border: 0;
  background: var(--bs-gold);
  color: var(--bs-black);
  font: 500 0.58rem/1 var(--bs-label);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.bs-theme.woocommerce-shop ul.products li.product .button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  margin: 1.25rem 1rem 0;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--bs-black);
  background: transparent;
  color: var(--bs-black);
  font: 700 0.66rem/1 var(--bs-body);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.bs-theme.woocommerce-shop ul.products li.product .button::after {
  content: "↗";
  margin-left: 2.25rem;
  transition: transform 180ms ease;
}

body.bs-theme.woocommerce-shop ul.products li.product .button:hover {
  background: transparent;
  color: var(--bs-black);
}

body.bs-theme.woocommerce-shop ul.products li.product .button:hover::after {
  transform: translate(0.2rem, -0.2rem);
}

body.bs-theme.woocommerce-shop ul.products + .storefront-sorting {
  display: none;
}

@media (max-width: 980px) {
  .bs-shop-masthead {
    grid-template-columns: minmax(0, 65%) minmax(240px, 1fr);
  }

  body.bs-theme.woocommerce-shop ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .bs-shop-masthead {
    grid-template-columns: 1fr;
  }

  .bs-shop-masthead-copy {
    min-height: 470px;
  }

  .bs-shop-masthead-mark {
    min-height: 320px;
  }

  .bs-shop-masthead-mark::before {
    width: min(72vw, 320px);
  }

  .bs-shop-mascot {
    width: min(56%, 220px);
  }

  .bs-shop-release-data {
    grid-template-columns: 1fr;
  }

  .bs-shop-release-data > div + div {
    border-top: 1px solid var(--bs-line);
    border-left: 0;
  }

  body.bs-theme.woocommerce-shop .storefront-sorting {
    grid-template-columns: 1fr;
  }

  body.bs-theme.woocommerce-shop .woocommerce-result-count,
  body.bs-theme.woocommerce-shop .woocommerce-ordering {
    grid-column: 1;
  }

  body.bs-theme.woocommerce-shop .woocommerce-ordering,
  body.bs-theme.woocommerce-shop .woocommerce-ordering select {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .bs-shop-masthead h1 {
    font-size: clamp(4.4rem, 22vw, 6.3rem);
  }

  body.bs-theme.woocommerce-shop ul.products {
    grid-template-columns: 1fr;
  }

  body.bs-theme.woocommerce-shop ul.products li.product .woocommerce-loop-product__title {
    min-height: 0;
    font-size: 2rem;
  }
}

@media (max-width: 1024px) {
  body.bs-theme.single-product div.product {
    --bs-product-media: 54%;
    grid-template-columns: minmax(0, var(--bs-product-media)) minmax(320px, 1fr);
  }

  body.bs-theme.single-product div.product .summary .product_title {
    font-size: clamp(3.7rem, 7vw, 6rem);
  }

  body.bs-theme.single-product section.related ul.products,
  body.bs-theme.single-product section.upsells ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  body.bs-theme.single-product div.product {
    display: block;
    border-bottom: 0;
  }

  .bs-product-field-label {
    width: calc(100% - (2 * var(--bs-gutter)));
  }

  body.bs-theme.single-product div.product .woocommerce-product-gallery {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--bs-black);
  }

  body.bs-theme.single-product .woocommerce-product-gallery__image {
    min-height: 520px;
  }

  body.bs-theme.single-product .woocommerce-product-gallery__trigger {
    right: var(--bs-gutter);
  }

  body.bs-theme.single-product div.product .summary {
    padding: 3rem var(--bs-gutter);
  }

  .bs-product-coordinate {
    margin-bottom: 3rem;
  }

  body.bs-theme.single-product div.product .summary .product_title {
    max-width: 12ch;
    font-size: clamp(4rem, 15vw, 7rem);
  }
}

@media (max-width: 520px) {
  .bs-product-field-label span:last-child {
    display: none;
  }

  body.bs-theme.single-product div.product .woocommerce-product-gallery {
    padding-top: 5rem;
  }

  body.bs-theme.single-product .woocommerce-product-gallery__image {
    min-height: 390px;
  }

  body.bs-theme.single-product .woocommerce-product-gallery .flex-control-thumbs {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .bs-product-coordinate {
    display: grid;
    gap: 0.4rem;
  }

  body.bs-theme.single-product div.product .summary .product_title {
    font-size: clamp(3.6rem, 18vw, 5.2rem);
  }

  .bs-product-ledger {
    grid-template-columns: 1fr;
  }

  .bs-product-ledger > div,
  .bs-product-ledger > div + div {
    padding: 0.85rem 0;
    border-left: 0;
    border-top: 1px solid var(--bs-line);
  }

  .bs-product-ledger > div:first-child {
    border-top: 0;
  }

  body.bs-theme.single-product section.related ul.products,
  body.bs-theme.single-product section.upsells ul.products {
    grid-template-columns: 1fr;
  }
}

.bs-hero-copy > * {
  animation: bs-arrive 800ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.bs-hero-copy > *:nth-child(2) {
  animation-delay: 80ms;
}

.bs-hero-copy > *:nth-child(3) {
  animation-delay: 160ms;
}

.bs-hero-copy > *:nth-child(4) {
  animation-delay: 240ms;
}

@keyframes bs-arrive {
  from {
    opacity: 0.01;
    transform: translateY(18px);
    filter: blur(4px);
  }
  to {
    opacity: 1;
    transform: none;
    filter: none;
  }
}

@media (max-width: 1100px) {
  .bs-site-header {
    grid-template-columns: auto 1fr auto;
  }

  .bs-menu-toggle {
    grid-column: 1;
    grid-row: 1;
    display: block;
  }

  .bs-nav {
    position: fixed;
    z-index: 120;
    top: 104px;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    background: var(--bs-black);
    color: var(--bs-white);
    display: flex;
    flex-direction: column;
    opacity: 0;
    transform: translateY(-1rem);
    transition: opacity 220ms ease, transform 220ms cubic-bezier(0.16, 1, 0.3, 1), visibility 220ms;
  }

  .admin-bar .bs-nav {
    top: 136px;
  }

  .bs-menu-open .bs-nav {
    visibility: visible;
    opacity: 1;
    transform: none;
  }

  .bs-nav-list {
    min-height: 0;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1rem;
    padding: 2rem var(--bs-gutter);
  }

  .bs-nav-list a {
    font: 600 clamp(2.8rem, 9vw, 6rem) / 0.95 var(--bs-display);
    letter-spacing: -0.02em;
  }

  .bs-menu-open .bs-menu-toggle span:first-child {
    transform: translateY(3px) rotate(45deg);
  }

  .bs-menu-open .bs-menu-toggle span:last-child {
    transform: translateY(-3px) rotate(-45deg);
  }

  .bs-utilities a:not(.bs-cart-link) {
    display: none;
  }

  .bs-utilities .bs-search-form {
    display: none;
  }

  .bs-search-form-mobile {
    width: calc(100% - (2 * var(--bs-gutter)));
    display: grid;
    grid-template-columns: 1fr 2rem;
    margin: 0 var(--bs-gutter) 2rem;
    padding-bottom: 0.5rem;
  }

  .bs-search-form-mobile input[type="search"] {
    font-size: 0.78rem;
  }

  .bs-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 3rem;
  }

  .bs-product-media {
    height: 58vw;
    max-height: 600px;
  }

  .bs-doctrine,
  .bs-future,
  .bs-cta {
    grid-template-columns: 1fr;
  }

  .bs-doctrine-copy,
  .bs-doctrine-object,
  .bs-future-copy,
  .bs-future-figure {
    min-height: 650px;
  }

  .bs-future-copy h2 {
    margin-top: auto;
  }

  .bs-future-figure {
    border: 0;
    border-top: 1px solid #303030;
  }

  .bs-future-data {
    display: none;
  }
}

@media (max-width: 760px) {
  .bs-site-header {
    min-height: 68px;
    gap: 0.75rem;
  }

  .bs-nav {
    top: 98px;
  }

  .admin-bar .bs-nav {
    top: 144px;
  }

  .bs-wordmark {
    font-size: 0.94rem;
  }

  .bs-hero {
    min-height: 720px;
  }

  .bs-hero-media {
    object-position: 62% center;
  }

  .bs-hero-shade {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.5) 72%, rgba(0, 0, 0, 0.15));
  }

  .bs-hero-copy {
    width: 94vw;
    padding-top: 7rem;
  }

  .bs-hero-title {
    font-size: clamp(4rem, 19vw, 6rem);
  }

  .bs-hero-stamp {
    display: none;
  }

  .bs-principles {
    grid-template-columns: 1fr auto 1fr;
    font-size: 0.62rem;
    text-align: center;
  }

  .bs-principles span:nth-of-type(2),
  .bs-principles b:nth-of-type(2) {
    display: none;
  }

  .bs-section-heading {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .bs-doctrine-copy h2 {
    font-size: clamp(4.8rem, 21vw, 7rem);
  }

  .bs-doctrine-object img,
  .bs-future-figure img {
    height: 560px;
  }

  .bs-manifesto {
    min-height: 430px;
  }

  .bs-manifesto p {
    font-size: clamp(4rem, 17vw, 7rem);
  }

  .bs-manifesto-meta {
    display: grid;
  }

  .bs-site-footer {
    min-height: 250px;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .bs-site-footer small {
    justify-self: start;
  }
}

@media (max-width: 520px) {
  .bs-product-grid {
    grid-template-columns: 1fr;
  }

  .bs-product-media {
    height: 112vw;
  }

  .bs-hero-caption span:last-child {
    display: none;
  }

  .bs-doctrine-copy,
  .bs-doctrine-object,
  .bs-future-copy,
  .bs-future-figure {
    min-height: 590px;
  }

  .bs-cta h2 {
    font-size: 14vw;
  }
}

/*
 * OWNER CORRECTION PASS / 1.2.3
 * Removes incidental technical notation, tightens commerce hierarchy, and
 * turns the global origin strip into a wordless Ghana-colour motion signal.
 */
.bs-announcement {
  position: relative;
  min-height: 8px;
  height: 8px;
  padding: 0;
  overflow: hidden;
  background: #090909;
}

.bs-announcement span {
  position: absolute;
  inset: -24px -18%;
  display: block;
  background:
    radial-gradient(circle at 18% 52%, rgba(215, 25, 41, 0.98) 0 8%, transparent 28%),
    radial-gradient(circle at 52% 45%, rgba(243, 199, 24, 0.98) 0 9%, transparent 30%),
    radial-gradient(circle at 82% 55%, rgba(8, 125, 79, 0.98) 0 8%, transparent 28%),
    linear-gradient(100deg, var(--bs-red), var(--bs-gold) 48%, var(--bs-green));
  background-size: 58% 100%, 62% 100%, 58% 100%, 160% 100%;
  filter: blur(7px) saturate(1.35);
  transform: translate3d(-8%, 0, 0) scale(1.05);
  animation: bs-ghana-current 8s cubic-bezier(0.45, 0, 0.55, 1) infinite alternate;
}

@keyframes bs-ghana-current {
  50% {
    transform: translate3d(5%, -3px, 0) scale(1.12);
    background-position: 70% 0, 32% 0, 60% 0, 100% 0;
  }
  100% {
    transform: translate3d(11%, 2px, 0) scale(1.06);
    background-position: 100% 0, 65% 0, 10% 0, 0 0;
  }
}

.bs-search-form {
  height: 28px;
  align-self: center;
  margin: 0;
}

.bs-search-form input[type="search"],
.bs-search-form button {
  height: 27px;
  align-self: center;
}

.bs-search-form button {
  display: grid;
  place-items: center;
}

.bs-hero {
  min-height: clamp(660px, calc(100vh - 82px), 940px);
}

.bs-section-heading h2 {
  margin-top: 0;
}

.bs-future {
  grid-template-columns: 42% 58%;
}

.bs-manifesto {
  justify-content: center;
}

.bs-footer-logo {
  width: 4.5rem;
  height: 4.5rem;
  display: grid;
  align-self: center;
  place-items: center;
  color: var(--bs-white);
  text-decoration: none;
}

.bs-footer-logo-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

body.bs-theme.single-product div.product {
  --bs-product-media: 62%;
  min-height: calc(100svh - 122px);
  align-items: start;
}

body.bs-theme.single-product div.product .woocommerce-product-gallery {
  height: calc(100svh - 122px);
  min-height: 590px;
  max-height: 860px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(88px, 7vw, 108px);
  grid-template-rows: minmax(0, 1fr);
  gap: clamp(0.75rem, 1.5vw, 1.25rem);
  padding: clamp(1rem, 2vw, 1.5rem);
  background: var(--bs-grey);
}

body.bs-theme.single-product .woocommerce-product-gallery .flex-viewport {
  height: 100% !important;
  grid-column: 1;
  grid-row: 1;
  background: var(--bs-white);
}

body.bs-theme.single-product .woocommerce-product-gallery__wrapper,
body.bs-theme.single-product .woocommerce-product-gallery__image,
body.bs-theme.single-product .woocommerce-product-gallery__image a {
  min-height: 0;
  height: 100%;
  background: var(--bs-white);
}

body.bs-theme.single-product .woocommerce-product-gallery__image img,
body.bs-theme.single-product .woocommerce-product-gallery__image img.zoomImg {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  background: var(--bs-white);
  object-fit: contain;
  mix-blend-mode: normal;
}

body.bs-theme.single-product .woocommerce-product-gallery .flex-control-thumbs {
  grid-column: 2;
  grid-row: 1;
  grid-template-columns: 1fr;
  align-content: center;
  gap: 0.75rem;
  margin: 0;
}

body.bs-theme.single-product .woocommerce-product-gallery .flex-control-thumbs li {
  width: 100%;
  min-width: 0;
}

body.bs-theme.single-product .woocommerce-product-gallery .flex-control-thumbs img {
  width: 100%;
  background: var(--bs-white);
}

body.bs-theme.single-product div.product .summary {
  padding-top: 1.25rem;
}

.bs-product-coordinate {
  margin-bottom: clamp(1.25rem, 2vw, 2rem);
}

body.bs-theme.single-product div.product .summary .product_title {
  font-size: clamp(3.5rem, 5.5vw, 5.5rem);
}

body.bs-theme.single-product section.related ul.products,
body.bs-theme.single-product section.upsells ul.products {
  gap: 0;
  background: var(--bs-white);
}

@media (max-width: 1100px) {
  .bs-nav {
    top: 82px;
  }

  .admin-bar .bs-nav {
    top: 114px;
  }
}

@media (max-width: 780px) {
  body.bs-theme.single-product div.product {
    min-height: 0;
  }

  body.bs-theme.single-product div.product .woocommerce-product-gallery {
    height: auto;
    min-height: 0;
    max-height: none;
    display: block;
    padding: 1rem var(--bs-gutter) 1.25rem;
  }

  body.bs-theme.single-product .woocommerce-product-gallery .flex-viewport {
    height: min(68svh, 620px) !important;
  }

  body.bs-theme.single-product .woocommerce-product-gallery .flex-control-thumbs {
    grid-template-columns: repeat(5, minmax(0, 88px));
    justify-content: center;
    margin-top: 0.75rem;
  }

  body.bs-theme.single-product div.product .summary {
    padding-top: 1.5rem;
  }

  .bs-site-footer {
    min-height: 210px;
  }
}

@media (max-width: 760px) {
  .bs-nav {
    top: 76px;
  }

  .admin-bar .bs-nav {
    top: 122px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .bs-hero-copy > * {
    opacity: 1;
    transform: none;
    filter: none;
  }
}
