/** Shopify CDN: Minification failed

Line 28:0 All "@import" rules must come first

**/
/* =============================================================
   BUSHIDO — Global Styles
   File: assets/bushido-hero.css
   ============================================================= */

/* ---------- Typography tokens ---------- */
:root {
  --f-display:     "Cinzel", "Trajan Pro", "Times New Roman", serif;
  --f-blackletter: "UnifrakturCook", "Cinzel", serif;
  --f-body:        "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  --f-mono:        "JetBrains Mono", ui-monospace, Menlo, monospace;
  --f-jp:          "Noto Serif JP", "Hiragino Mincho ProN", serif;
  --max:    1440px;
  --gutter: clamp(20px, 4vw, 56px);
}
.section--tight{ padding: clamp(48px, 6vw, 88px) 0 }
.container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700;900&family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&family=Noto+Serif+JP:wght@400;700;900&display=swap');
a.skip-to-content-link.button-secondary {
  display: none;
}
/* ---------- Base .btn ---------- */
.button-wrapper {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
  flex-wrap: wrap;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 28px;
  border: 1px solid var(--rule-strong);
  font-family: var(--f-body);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--bone);
  background: transparent;
  transition: .25s ease;
  cursor: pointer;
  text-decoration: none;
  line-height: 1.55;
}
.btn:hover {
  background: var(--hero-gold, #C9A24A);
  border-color: var(--hero-gold, #C9A24A);
  color: #0A0A0B;
}
.btn .arr { transition: transform .25s ease; }
.btn:hover .arr { transform: translateX(4px); }

/* ---------- Kicker / eyebrow ---------- */
.kicker,.kicker >* {
  font-family: var(--f-body);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--color-foreground);
  line-height: 1.55 !important;
}

/* ---------- Header ---------- */
header-component#header-component {
    backdrop-filter: saturate(140%) blur(14px);
    /* background-color: initial; */
}
a.menu-list__link {
  padding: 0 14px;
  height: initial;
}
.header__columns.spacing-style {
  border-bottom: 1px solid rgb(var(--color-border-rgb) / 0.14);
}
.header-actions__cart-icon .cart-bubble {
    width: 16px !important;
    height: 16px !important;
    top: -4px !important;
    right: -4px !important;
}
.header-actions__cart-icon.header-actions__cart-icon--has-cart svg {
    mask: initial !important;
}
header span.svg-wrapper,.header-actions__action,.header-actions__action> * {
  height: 38px !important;
  width: 38px !important;
}
.header-actions__action,.header-actions__action> * {
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}
nav.menu-list {
  display: flex;
  align-items: center;
}
.menu-list__list-item{
  justify-content: center;
}
header-actions {
  align-items: center;
  gap: 28px;
}
search-button.search-action {
  margin-right: 23px !important;
  margin-left: 4px !important;
}
/* Menu item text styling */
.menu-list__list-item:not([slot='overflow']) > a.menu-list__link > .menu-list__link-title,
.menu-drawer__menu > li > .menu-drawer__menu-item-text,a.mega-menu__link {
  height: fit-content !important;
  font-size: 11px;
  letter-spacing: .28em;
  text-transform: uppercase;
  position: relative !important;
  padding: 6px 0;
  line-height: 1.55;
}

/* ── FINAL MENU HOVER ── */
.menu-list__link-title,.mega-menu__link .wrap-text {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.menu-list__link-title::after,.mega-menu__link .wrap-text::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 1px;
  background: var(--color-primary-hover);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease;
  pointer-events: none;
}

/* Left column hover */
/* Left column hover */
.header__column--left .menu-list__list-item:not([slot='overflow']):not(:has(.menu-list__submenu[data-active])):hover > a.menu-list__link .menu-list__link-title::after,
.mega-menu__link:hover .wrap-text::after {
  transform: scaleX(1);
}

/* Right column hover */
.header__column--right .menu-list__list-item:not([slot='overflow']):not(:has(.menu-list__submenu[data-active])):hover > a.menu-list__link .menu-list__link-title::after {
  transform: scaleX(1);
}

/* Left column hover color */
.header__column--left .menu-list__list-item:not([slot='overflow']):not(:has(.menu-list__submenu[data-active])):hover > a.menu-list__link,
.mega-menu__link:hover {
  color: var(--color-primary-hover) !important;
}

/* Right column hover color */
.header__column--right .menu-list__list-item:not([slot='overflow']):not(:has(.menu-list__submenu[data-active])):hover > a.menu-list__link {
  color: var(--color-primary-hover) !important;
}

/* Force reset non-hovered in left — prevents right side getting affected */
.header__column--left .menu-list__list-item:not([slot='overflow']):not(:hover) > a.menu-list__link .menu-list__link-title::after {
  transform: scaleX(0) !important;
  transition: none !important;
}

/* Force reset non-hovered in right — prevents left side getting affected */
.header__column--right .menu-list__list-item:not([slot='overflow']):not(:hover) > a.menu-list__link .menu-list__link-title::after {
  transform: scaleX(0) !important;
  transition: none !important;
}

/* Force color reset non-hovered */
.header__column--left .menu-list__list-item:not([slot='overflow']):not(:hover) > a.menu-list__link,
.header__column--right .menu-list__list-item:not([slot='overflow']):not(:hover) > a.menu-list__link {
  color: var(--menu-top-level-font-color) !important;
}

/* Submenu andar effect nahi */
.menu-list__submenu .menu-list__link-title::after {
  display: none !important;
}

/* Drawer mobile */
.menu-drawer__menu > li .menu-drawer__menu-item-text {
  position: relative;
}

.menu-drawer__menu > li .menu-drawer__menu-item-text::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: var(--color-primary-hover);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease;
  display: block;
}

.menu-drawer__menu > li .menu-drawer__menu-item:hover .menu-drawer__menu-item-text::after {
  transform: scaleX(1);
}

.menu-drawer__menu > li .menu-drawer__menu-item:hover {
  color: var(--color-primary-hover) !important;
}
.header-actions__action:hover {
  color: var(--color-primary-hover);
}
.header-actions__action:hover svg.account-button__icon {
  stroke: var(--color-primary-hover);
}
/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: var(--hero-min-height);
  background:
    radial-gradient(80% 60% at 50% 30%, rgba(201,162,74,.12), transparent 60%),
    linear-gradient(180deg, var(--color-background) 0%, var(--color-background) 60%, var(--color-background) 100%);
  overflow: hidden;
  display: grid;
  place-items: center;
  border-bottom: 1px solid var(--rule-strong);
}
.hero__kanji {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  opacity: var(--hero-kanji-opacity);
  pointer-events: none;
}
.hero__kanji img {
  width: min(78vh, 88vw, 640px);
  height: auto;
  object-fit: contain;
  filter: invert(1);
}
.hero__inner {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: clamp(60px, 10vw, 120px) var(--gutter, 24px);
  max-width: 1100px;
}
.hero h1 {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: clamp(56px, 11vw, 168px);
  letter-spacing: .03em;
  line-height: .95;
  margin: 18px 0 12px;
  color: var(--color-foreground-heading);
}
.hero h1 .gold {
  background: linear-gradient(180deg, var(--hero-gold-hi) 0%, var(--hero-gold) 50%, var(--hero-gold-lo) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero .kicker { color: var(--hero-gold); }
.hero__sub {
  font-family: var(--f-body);
  font-size: clamp(13px, 1vw, 14px);
  letter-spacing: .42em;
  text-transform: uppercase;
  color: var(--color-primary);
  margin-bottom: 36px;
}
.hero__cta {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.hero__cta .btn--primary {
  background: var(--color-primary-button-background);
  color: var(--color-primary-button-text);
  border: 1px solid var(--color-primary-button-border);
}
.hero__cta .btn--primary:hover {
  background: var(--color-primary-button-hover-background);
  border-color: var(--color-primary-button-hover-border);
  color: var(--color-primary-button-text);
}
.hero__scroll {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  letter-spacing: .4em;
  text-transform: uppercase;
  color: rgba(236,227,204,.54);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.hero__scroll::after {
  content: "";
  width: 1px;
  height: 36px;
  background: var(--hero-gold);
  opacity: .7;
  animation: herodrip 2.4s ease-in-out infinite;
}
@keyframes herodrip {
  0%   { transform: scaleY(0); transform-origin: top }
  50%  { transform: scaleY(1) }
  100% { transform: scaleY(0); transform-origin: bottom }
}

/* ---------- Marquee ---------- */
.marquee {
  border-top: 1px solid rgb(var(--color-border-rgb) / 0.14);
  border-bottom: 1px solid rgb(var(--color-border-rgb) / 0.14);
  background: var(--color-background);
  overflow: hidden;
  padding: 18px 0;
  position: relative;
}
.marquee__track {
  display: flex;
  gap: 64px;
  animation: marquee-scroll var(--marquee-speed, 40s) linear infinite;
  white-space: nowrap;
  width: max-content;
}
.marquee[data-pause-hover="true"] .marquee__track:hover { animation-play-state: paused; }
.marquee[data-direction="right"] .marquee__track { animation-direction: reverse; }
.marquee__item {
  font-family: var(--f-display, "Cinzel", serif);
  font-size: clamp(20px, 2.4vw, 28px);
  letter-spacing: .14em;
  color: var(--color-foreground-heading);
}
.marquee__item .dot { color: var(--color-foreground); margin: 0 14px; opacity: .4; }
@keyframes marquee-scroll {
  from { transform: translateX(0) }
  to   { transform: translateX(-50%) }
}

/* ---------- Story ---------- */
.bushido-story-section .section {
  display: block;
}
.story {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: center;
}
.story__media {
  position: relative;
  aspect-ratio: 4/5;
  background: var(--story-media-bg, #141416);
  border: 1px solid var(--story-rule, rgba(236,227,204,.14));
  overflow: hidden;
}
.story__media img { width: 100%; height: 100%; object-fit: cover; opacity: .9; }
.story__media .badge {
  position: absolute;
  top: 24px; left: 24px;
  font-size: 10px; letter-spacing: .32em; text-transform: uppercase;
  color: var(--color-foreground);
  border: 1px solid var(--color-foreground);
  padding: 6px 10px;
}
.story__copy h2 {
  margin: 16px 0 24px;
  font-family: var(--f-display, "Cinzel", serif);
  color: var(--color-foreground-heading);
}
.story__copy p { color: rgb(var(--color-foreground-heading-rgb) / 0.78); margin-bottom: 18px; }
.story__copy .lede { font-size: clamp(15px, 1.1vw, 17px); max-width: 60ch; }
.creed {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(var(--creed-cols, 3), 1fr);
  border-top: 1px solid var(--story-rule, rgba(236,227,204,.14));
  border-bottom: 1px solid var(--story-rule, rgba(236,227,204,.14));
}
.creed__item {
  padding: 22px 0;
  border-right: 1px solid rgb(var(--color-border-rgb) / 0.14);
  display: flex; flex-direction: column; gap: 6px;
}
.creed__item:last-child { border-right: 0; }
.creed__num { font-family: var(--f-mono, "JetBrains Mono", monospace); color: var(--color-foreground); font-size: 12px; }
.creed__label { font-family: var(--f-display, "Cinzel", serif); font-size: 16px; letter-spacing: .2em; text-transform: uppercase; color: var(--color-foreground-heading); }
.story__cta { margin-top: 36px; }
.btn:not(.btn--primary) {
  border: 1px solid var(--color-secondary-button-border);
  color: var(--color-secondary-button-text);
  background-color: var(--color-secondary-button-background);
}
.btn:not(.btn--primary):hover {
  color: var(--color-secondary-button-hover-text);
  border-color: var(--color-secondary-button-hover-border);
  background-color: var(--color-secondary-button-hover-background);
}

/* ---------- Athlete ---------- */
.athlete {
  background: var(--athlete-bg, #141416);
  border-top: 1px solid var(--athlete-rule, rgba(236,227,204,.14));
  border-bottom: 1px solid var(--athlete-rule, rgba(236,227,204,.14));
  position: relative; overflow: hidden;
}
.athlete__inner { display: grid; grid-template-columns: 1fr 1.1fr; align-items: stretch; gap: 0; }
.athlete__media {
  position: relative; min-height: 540px;
  background: radial-gradient(70% 70% at 50% 50%, rgba(201,162,74,.18), transparent 70%), var(--athlete-media-bg, #1C1C1F);
  display: grid; place-items: center;
}
.athlete__media .num {
  font-family: var(--f-display, "Cinzel", serif);
  font-size: clamp(180px, 24vw, 360px);
  color: var(--athlete-gold, #C9A24A);
  opacity: .12; position: absolute; line-height: 1;
  pointer-events: none; user-select: none;
}
.athlete__media img {
    position: relative;
    z-index: 1;
    max-height: 86%;
    /* width: auto; */
    object-fit: contain;
}
.athlete__copy {
  padding: clamp(40px, 6vw, 96px);
  display: flex; flex-direction: column; justify-content: center;
  border-left: 1px solid var(--athlete-rule, rgba(236,227,204,.14));
}
.athlete__name {
  font-family: var(--f-display, "Cinzel", serif);
  font-size: clamp(40px, 5vw, 72px);
  letter-spacing: .04em; text-transform: uppercase;
  color: var(--color-foreground-heading); margin: 0.83em 0;
}
.quote {
  font-family: var(--f-display, "Cinzel", serif);
  font-style: italic;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.35;
  color: var(--color-foreground-heading);
  margin: 24px 0 32px;
  padding-left: 18px;
  border-left: 2px solid var(--athlete-gold, #C9A24A);
}
.athlete__copy .lede { font-size: clamp(15px, 1.1vw, 17px); color: var(--athlete-body, rgba(236,227,204,.78)); max-width: 60ch; }
.athlete__cta { margin-top: 32px; display: flex; gap: 14px; flex-wrap: wrap; }
.btn.btn--primary {
  background-color: var(--color-primary-button-background);
  color: var(--color-primary-button-text);
  border: 1px solid var(--color-primary-button-border);
}
.btn.btn--primary:hover {
  background-color: var(--color-primary-button-hover-background);
  color: var(--color-primary-button-hover-text);
  border: 1px solid var(--color-primary-button-hover-border);
}
/* .athlete__cta .btn--ghost { border-color: rgba(236,227,204,.32); color: var(--color-secondary-button-text); background: transparent; } */
.athlete__cta .btn--ghost:hover { border-color: #ECE3CC; background: transparent; color: #ECE3CC; }

/* ---------- Builder ---------- */
.bushido-builder-section {
  padding: clamp(72px, 10vw, 144px) 0;
}
.builder {
  position: relative;
  background:
    linear-gradient(180deg, rgba(10,10,11,.85), rgba(10,10,11,.95)),
    radial-gradient(60% 60% at 50% 40%, rgba(201,162,74,.18), transparent 70%);
  border: 1px solid rgb(var(--color-border-rgb) / 0.14);
  padding: clamp(56px, 7vw, 120px) clamp(32px, 6vw, 96px);
  text-align: center; overflow: hidden; isolation: isolate;
}
.bushido-builder-section .section { display: block; }
.builder::before,.builder::after {
  content: ""; position: absolute; top: 0; bottom: 0; width: 240px;
  background: radial-gradient(circle, rgba(201,162,74,.18), transparent 70%);
}
.builder::before { left: -120px } .builder::after { right: -120px }
.builder > * { position: relative; z-index: 1; }
.builder .kicker { display: block; margin-bottom: 16px; color: var(--color-foreground); }
.builder h2 { font-family: var(--f-display, "Cinzel", serif); color: var(--color-foreground-heading); margin: 14px 0 16px; font-size: clamp(40px, 6vw, 88px); }
.builder .lede { font-size: clamp(15px, 1.1vw, 17px); color: var(--color-primary); max-width: 60ch; margin: 0 auto 32px; }
.builder .btn--primary:hover { background: var(--builder-gold-hi, #E5C66A); border-color: var(--builder-gold-hi, #E5C66A); color: var(--builder-btn-text, #0A0A0B); }

/* ---------- Reviews ---------- */
.bushido-reviews-section h2 {
    font-size: clamp(32px, 4.4vw, 56px) !important;
}
.bushido-reviews-section .section { display: block; }
.bushido-reviews-section .section .container { max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); }
.s-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 24px; margin-bottom: 48px; padding-bottom: 18px;
  border-bottom: 1px solid rgb(var(--color-border-rgb) / 0.14);
}
.s-head__title .kicker { display: block; margin-bottom: 12px; }
.s-head__title h2 { font-family: var(--f-display, "Cinzel", serif); color: var(--color-foreground-heading); margin: 0.83em 0; font-size: clamp(40px, 6vw, 88px);letter-spacing: .02em; }
.s-head__cta { flex-shrink: 0 }
.reviews {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--reviews-rule, rgba(236,227,204,.14));
  border-top: 1px solid var(--reviews-rule, rgba(236,227,204,.14));
  border-bottom: 1px solid var(--reviews-rule, rgba(236,227,204,.14));
}
.review { background: var(--reviews-card-bg, #141416); padding: 36px 32px; display: flex; flex-direction: column; gap: 14px; }
.review .stars { color: var(--color-foreground); letter-spacing: .25em; }
.review p {
  color: var(--color-primary);
  flex: 1;
  margin: 1em 0;
  font-size: 16px;
  line-height: 1.55;
}
.review .who { font-size: 11px; letter-spacing: .24em; text-transform: uppercase; color: var(--color-primary-hover); }

/* ---------- Press ---------- */
.press {
  display: flex; align-items: center; justify-content: space-between;
  gap: 32px; padding: 32px 0;
  border-top: 1px solid var(--press-rule, rgba(236,227,204,.14));
  border-bottom: 1px solid var(--press-rule, rgba(236,227,204,.14));
  flex-wrap: wrap;
}
.press__label { font-size: 10px; letter-spacing: .4em; text-transform: uppercase; color: var(--color-foreground-heading); flex: 0 0 auto; }
.press__logos { display: flex; align-items: center; gap: clamp(24px, 4vw, 56px); flex-wrap: wrap; }
.press__logos span { font-family: var(--f-display, "Cinzel", serif); letter-spacing: .12em; font-size: clamp(14px, 1.4vw, 18px); color: var(--color-foreground); transition: color .25s ease; }
.press__logos a { display: inline-flex; align-items: center; opacity: var(--press-logo-opacity, .55); transition: opacity .25s ease; text-decoration: none; }
.press__logos a:hover { opacity: 1; }
.press__logos a img { height: var(--press-logo-height, 28px); width: auto; display: block; filter: var(--press-logo-filter, brightness(0) invert(1)); }

/* ---------- Footer ---------- */
.footer-blocks-wrapper { display: grid; grid-template-columns: 1.4fr repeat(4, 1fr); margin-bottom: 56px; }
.footer-logo-block img { max-height: 56px; width: auto;}
.footer-blocks-wrapper span.menu__heading__default {
  font-size: 11px;
  letter-spacing: .3em;
  text-transform: uppercase;
  margin-bottom: 18px;
  margin-top: 1.33em;
  display: block;
  font-family: var(--f-display);
}
.footer-blocks-wrapper li.menu__item {
  line-height: 1.55;
  font-size: 16px;
}
.footer-blocks-wrapper li.menu__item a{
  font-size: 14px;
}
.footer-blocks-wrapper summary.menu__heading.h6 {
  padding: 0;
}
footer nav.details-content { margin-top: 0 !important; }
footer .section { display: block; }
.footer-content.spacing-style, footer .utilities { max-width: var(--max); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }
.footer-logo-block p { line-height: 1.7; max-width: 36ch; }
footer li.menu__item a:hover { color: var(--color-primary-hover); }
span.footer-utilities__text, .utilities a {
  color: var(--color-primary) !important;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.jp-fonts>*{
  font-family: var(--f-jp) !important;
}
.footer-blocks-wrapper details.menu__details.spacing-style {
  padding-bottom: 8px;
}
.footer-bottom-links summary.menu__heading { display: none; }
.footer-bottom-links ul { display: flex; flex-wrap: wrap; }
.footer-bottom-links li { margin: 0!important; padding: 0; }
.footer-bottom-links li a {
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--color-primary);
  font-size: 11px;
  font-family: var(--f-body) !important;
  font-weight: 400 !important;
  margin-left: 27.85px;
}
.footer-bottom {
  border-top: 1px solid rgb(var(--color-border-rgb) / 0.14);
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  flex-wrap: wrap;
}
footer .section { border-top: 1px solid rgb(var(--color-border-rgb) / 0.14); }

/* ---------- Verticals ---------- */
.bushido-verticals-section .section { display: block; }
.s-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 48px; padding-bottom: 18px; border-bottom: 1px solid var(--verticals-rule, rgba(236,227,204,.14)); }
/* .s-head__title .kicker { display: block; margin-bottom: 12px; color: var(--verticals-gold, #C9A24A); } */
.bushido-verticals-section .s-head__title h2 { font-family: var(--f-display); margin: .83em 0; }
.verticals { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--verticals-rule, rgba(236,227,204,.14)); }
.vertical { position: relative; background: var(--verticals-card-bg, #141416); padding: 36px 30px; min-height: 380px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; isolation: isolate; color: inherit; }
.vertical__bg { position: absolute; inset: 0; z-index: -1; background-size: cover; background-position: center; filter: grayscale(.2) brightness(.55); transition: transform .6s ease, filter .6s ease; }
.vertical:hover .vertical__bg { transform: scale(1.05); filter: grayscale(0) brightness(.7); }
.vertical::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(10,10,11,.1) 0%, rgba(10,10,11,.85) 100%); }
a.vertical__inner {
    display: flex;
    flex-direction: column;
}
.vertical .kicker {display: block; }
.vertical h3 { font-family: var(--f-display, "Cinzel", serif); font-size: clamp(28px, 3vw, 40px); color: var(--color-foreground-heading); margin: 1em 0 8px; letter-spacing: .04em; }
.vertical .lede {margin: 1em 0;}
.vertical .arrow-link { display: inline-flex; align-items: center; gap: 10px; font-size: 11px;margin-top: 18px; letter-spacing: .28em; text-transform: uppercase; color: var(--color-foreground); text-decoration: none; position: relative; z-index: 2; }
.vertical .arrow-link::before { content: ""; position: absolute; inset: -36px -30px; z-index: -1; }

/* ---------- Lineup ---------- */
.s-head__cta { flex-shrink: 0 }
.lineup { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--lineup-rule, rgba(236,227,204,.14)); border-top: 1px solid rgb(var(--color-border-rgb) / 0.14); border-bottom: 1px solid rgb(var(--color-border-rgb) / 0.14); }
.lineup > a { display: grid; grid-template-rows: subgrid; grid-row: span 5; }
.lineup__card { display: grid; grid-template-rows: subgrid; grid-row: span 5; background: var(--lineup-card-bg, #141416); position: relative; padding: 28px 24px; transition: background .35s ease; color: inherit; }
.lineup__card:hover { background: var(--lineup-card-hover, #1C1C1F) }
.lineup__media { display: grid; place-items: center; background: radial-gradient(60% 70% at 50% 60%, rgba(201,162,74,.08), transparent 70%); border: 1px solid var(--lineup-rule, rgba(236,227,204,.14)); margin-bottom: 22px; position: relative; overflow: hidden; }
.lineup__media img { max-height: 86%; width: auto; object-fit: contain; display: block; transition: transform .4s ease; }
/* .lineup__card:hover .lineup__media img { transform: scale(1.04); } */
.lineup__tag { position: absolute; top: 16px; left: 16px; font-size: 10px; letter-spacing: .28em; text-transform: uppercase; color: var(--color-foreground); border: 1px solid var(--color-foreground); padding: 4px 8px; background: transparent; z-index: 1; }
.lineup__subtitle { font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--color-primary); margin-bottom: 6px; display: block; }
.lineup__name,.lineup__name>* { font-family: var(--f-display, "Cinzel", serif); font-size: 22px; letter-spacing: .12em; text-transform: uppercase; color:var(--color-foreground-heading);font-weight: 700; }
.lineup__row { display: flex; align-items: center; justify-content: space-between; margin-top: 10px; }
span.muted {font-size: 16px;color: var(--color-primary);line-height: 1.55;}
.lineup__price { color: var(--color-foreground); font-weight: 600; font-size: 15px; }
.swatches { display: flex; gap: 6px; margin-top: 8px; flex-wrap: wrap; }
.swatch { width: 14px; height: 14px; border-radius: 50%; border: 1px solid var(--lineup-rule, rgba(236,227,204,.32)); }
.bushido-lineup-section .section { display: block;padding: clamp(72px, 10vw, 144px) 0; }
.lineup__tag--oos {
  right: 0;
  left: auto;
  background: rgba(20, 20, 22, 0.85);
  color: #cacaca;
  border: 1px solid rgba(236, 227, 204, 0.14);
}
/* ---------- Newsletter ---------- */
.newsletter h2 { margin: 8px 0 14px; font-size: clamp(32px, 4.4vw, 56px); font-family: var(--f-display); font-weight: 700; letter-spacing: .02em; line-height: 1.05; }
.newsletter { display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(24px, 5vw, 80px); align-items: end; padding: clamp(60px, 8vw, 120px) 0; }
.newsletter .lede p { font-size: clamp(15px, 1.1vw, 17px); max-width: 60ch; margin: 1em 0; }
.newsletter button.email-signup__button { padding: 20px 28px; font-size: 11px; letter-spacing: .26em; text-transform: uppercase; font-weight: 700; border-radius: 0;    max-height: 52px; }
.newsletter .email-signup__input-group .email-signup__input--none {
  padding: 15px 20px;
  max-height: 52px;
  outline: 0;
}
.newsletter .email-signup__input-group {
  border: 0;
  display: grid !important;
  grid-template-columns: 1fr auto;
  gap: 0 !important;
  border: 1px solid var(--color-input-border);
}
.newsletter input{font-size: 14px;}
.newsletter .email-signup__input-group input::placeholder,.email-signup__heading { color: var(--color-foreground-heading) !important; }
.email-signup__heading{font-size: 11px !important;}
/* ---------- Page banner ---------- */
.page-banner { border-bottom: 1px solid rgb(var(--color-border-rgb) / 0.14); padding: clamp(56px, 8vw, 96px) 0 clamp(32px, 5vw, 56px); position: relative; overflow: hidden; }
.shop-page-banner {padding: clamp(56px, 8vw, 96px) 0 32px;}
.page-banner .crumb { font-size: 11px; letter-spacing: .26em; text-transform: uppercase; color: var(--color-primary-hover); margin-bottom: 20px; margin-top: 1em; }
.page-banner .crumb a { color: var(--color-primary-hover); text-decoration: none; }
.page-banner .crumb a:hover { color: var(--color-foreground-heading); }
.page-banner .kanji-bg { position:absolute; right: -40px; top: 50%; transform: translateY(-50%); font-family: var(--f-jp); font-weight: 900; font-size: clamp(180px, 22vw, 320px); color: rgba(201,162,74,.06); line-height: 1; pointer-events: none; }
.page-banner h1 { font-family: var(--f-display); font-weight: 700; letter-spacing: .02em; line-height: 1.05; color: var(--color-foreground-heading); font-size: clamp(40px, 6vw, 88px);    margin-top: 8px;}
.lede,.lede p {font-size: clamp(15px, 1.1vw, 17px);color: rgb(var(--color-foreground-heading-rgb) / 0.78);max-width: 60ch;}
.page-banner .lede p{ max-width: 60ch; color: var(--color-primary); margin-top: 14px; margin-bottom: 1em; font-size: clamp(15px, 1.1vw, 17px); }
.page-banner .lede p a {color: var(--color-foreground)!important;text-decoration: none;outline: 0 !important;}
.page-content { padding: clamp(72px, 10vw, 144px) 0; }
.page-content .container { max-width: 880px; }
.page-content h2 {
    font-family: var(--f-display);
    font-size: clamp(22px, 2.4vw, 32px);
    margin: 32px 0 .83em !important;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.05;
    color: var(--color-foreground);
}
.page-content h2:first-child {margin-top: 24px !important;}
.press-content h2:first-child {margin-top: 48px !important;}
.page-content p a { color: var(--color-primary); text-decoration: none; }
.page-content p { margin: 0 !important; line-height: 1.55; }
.page-content p + p { margin-top: 18px !important; }
.page-banner-heading-large h1 { font-size: clamp(48px, 9vw, 144px); letter-spacing: .04em;margin-top: 8px; }
.page-content-contact h2 { font-size: clamp(32px, 4.4vw, 56px); margin: 14px 0 22px !important; padding: 0; }
.page-content h4 { font-family: var(--f-display); font-weight: 700; line-height: 1.05; font-size: 12px; letter-spacing: .26em; text-transform: uppercase; margin-top: 1.33em !important; }
.contact-details p a { color: var(--color-foreground-heading); border-bottom: 1px solid var(--color-primary-button-border); }
.contact-details p a+br+a { border: 0; }
.contact-details p { margin: 1em 0 !important; }
.contact-form__form label.visually-hidden { position: static !important; overflow: visible; width: auto; height: auto; margin: 0; padding: 0; clip: auto; word-wrap: normal !important; display: block; font-size: 11px; font-weight: 400; color: var(--color-foreground-heading); text-transform: uppercase; letter-spacing: .26em; font-family: var(--f-body); margin-bottom: 8px; }
.contact-form__input { outline: 0 !important; border-radius: 0 !important; margin-bottom: 18px; padding: 11.5px 20px; }
.contact-form__input:focus-visible { border-color: var(--color-primary-button-border); }
.contact-form__form-row { flex-wrap: wrap; }
.contact-form__form-row>* { width: calc(50% - 7.5px) !important; }
.contact-form__input::placeholder { color: transparent; }
.contact-form__form, .contact-form__form-row { row-gap: 0px !important; }
.contact-form button.button.submit-button { outline: 0 !important; margin-top: 6px; }
.contact-form__input--textarea { height: 120px; }
.page-content-contact { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 56px); }
.page-content-contact .contact-form.spacing-style.size-style { width: 100%; }

/* ---------- Collection page head ---------- */
.page-head { border-bottom: 1px solid rgb(var(--color-border-rgb) / 0.14); padding: clamp(56px, 8vw, 96px) 0 clamp(32px, 5vw, 56px); position: relative; overflow: hidden; background: var(--page-head-bg, transparent); }
.page-head .crumb { font-size: 11px; letter-spacing: .26em; text-transform: uppercase; color: var(--color-primary-hover); margin-bottom: 18px; display: block; }
.page-head .crumb a { color: var(--color-primary-hover); text-decoration: none; transition: color .2s ease; }
.page-head .kicker { display: block; margin-bottom: 14px; color: var(--color-foreground); }
.collection-banner h1 { font-family: var(--f-display, "Cinzel", serif); font-size: clamp(48px, 9vw, 144px); margin-top: 8px; margin-bottom: 0.67em; line-height: 1.05; color: var(--color-foreground-heading);letter-spacing: .04em; }
.page-head .lede { font-size: clamp(15px, 1.1vw, 17px); color: var(--color-primary); max-width: 60ch; margin: 0; position: relative; z-index: 1;}
.page-head .kanji-bg { position: absolute; right: -40px; top: 50%; transform: translateY(-50%); font-family: var(--f-jp, "Noto Serif JP", serif); font-weight: 900; font-size: clamp(180px, 22vw, 320px); color: var(--color-foreground); opacity: var(--page-head-kanji-opacity, .06); line-height: 1; pointer-events: none; user-select: none; z-index: 0; letter-spacing: -.02em; }
.page-head h1 { white-space: normal; }
.page-head__line { display: block; line-height: .95; }
.page-content .button { display: inline-flex; /* align-items: center; justify-content: center;  */gap: 10px; padding: 16px 28px; font-family: var(--f-body); font-weight: 600; font-size: 12px; letter-spacing: .24em; text-transform: uppercase; background: transparent; transition: .25s ease; cursor: pointer; background-color: var(--color-primary-button-background); color: var(--color-primary-button-text); border: 1px solid var(--color-primary-button-border); margin-top: 24px;text-align: left; }
.page-content .button:hover { color: var(--color-primary-button-hover-text); background-color: var(--color-primary-button-hover-background); border-color: var(--color-primary-button-hover-border); }
.press-coverage .group-block:has(.press-coverage-panel) { border: 1px solid rgb(var(--color-border-rgb) / 0.14); margin-bottom: 16px; }
.press-coverage .group-block:has(.press-coverage-panel):last-child { margin-bottom: 0; }
.press-coverage-panel strong { font-family: var(--f-display); letter-spacing: .04em; color: var(--color-foreground-heading); }
.page-content-diff h2 { padding: 0; margin: .83em 0 !important; }
.press-coverage h2 { font-size: clamp(22px, 2.4vw, 32px); margin-bottom: 0.83em !important; margin-top: 48px !important; padding-top: 0; }

/* ════════════════════════════════════════════════════════════
   COLLECTION FILTER BAR + SIDEBAR LAYOUT
   NOTE: card/grid styles live in bushido-arsenal.css
   Only filter bar + sidebar layout here so both files
   can coexist without conflicts.
════════════════════════════════════════════════════════════ */
/* Filter bar — sticky top bar */
.bushido-filter-bar {
  display: grid;
  grid-template-columns: 1fr auto;
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid rgb(var(--color-border-rgb) / 0.14);
  flex-wrap: wrap;
  background: var(--color-background);
  /* position: sticky;
  top: 0;
  z-index: 20; */
  backdrop-filter: blur(12px);
}
section.bushido-collection-section--all {
  max-width: var(--max);
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}
.bushido-collection-section--all .container {
    padding: 0;
}
.bushido-card .quick {
  margin-top: 14px;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .3s ease, transform .3s ease;
  display: block;
  text-align: center;
}
 
.bushido-card:hover .quick {
  opacity: 1;
  transform: translate(0);
}
.bushido-chip-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}
div#BushidoTagChips {
  max-width: min(calc(54.2169 * 1vw), 720px);
}
.bushido-chip-row__label {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  /* letter-spacing: .24em;
  text-transform: uppercase; */
  color: var(--color-primary);
  align-self: center;
  margin-right: 4px;
}
section.bushido-collection-section--all .bushido-chip-row__label {
  font-size: 12px;
  letter-spacing: .24em;
  text-transform: uppercase;
}
.bushido-chip {
  border: 1px solid var(--color-primary-button-border);
  padding: 8px 16px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--color-primary-button-text);
  cursor: pointer;
  background: transparent;
  transition: border-color .2s ease, color .2s ease, background .2s ease;
  white-space: nowrap;
  line-height: 1.55;
}
.bushido-chip[aria-pressed="true"],
.bushido-chip.active {
  background: var(--color-primary-button-text);
  color: var(--color-background);
  border-color: var(--color-primary-button-text);
}
.bushido-chip:hover:not([aria-pressed="true"]):not(.active) {
  border-color: var(--color-primary-button-hover-border);
  color: var(--color-primary-button-hover-text);
}

/* Sidebar + grid layout */
.bushido-layout {
  display: grid !important;
  grid-template-columns: 260px 1fr !important;
  gap: 0 clamp(28px, 4vw, 56px) !important;
  align-items: start !important;
  padding: 48px 0 96px;
}
/* Sidebar */
.ba-sidebar {
  grid-column: 1 !important;
  grid-row: 1 !important;
  border-right: 1px solid rgb(var(--color-border-rgb) / 0.14);
  padding-right: 28px;
  position: sticky;
  top: 6rem;
  max-height: calc(100vh - 80px);
  overflow-y: auto;
  overflow-x: hidden;
  /* scrollbar-width: none; */
  width: 260px;
  min-width: 260px;
  max-width: 260px;
  box-sizing: border-box;
}
.ba-sidebar::-webkit-scrollbar { display: none; }

/* Force S&D inner wrappers block */
.ba-sidebar > *, .ba-sidebar > * > * {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}
/* .ba-sidebar facet-filters-form,
.ba-sidebar .facets-wrap,
.ba-sidebar .facets__form,
.ba-sidebar form,
.ba-sidebar [class*="facet"] {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  grid-template-columns: unset !important;
  box-sizing: border-box !important;
} */
 .price-facet__inputs-wrapper{
  padding: 0 2px !important;
 }
 .facets__inputs-wrapper .facets__inputs-list {
  gap: 0 !important;
  padding: 0 !important;
}
.facets.facets--horizontal.facets-controls-wrapper.spacing-style {
    display: none !important;
}
summary.facets__summary:has(.icon-caret) {
  display: flex !important;
  padding: 8px 0 !important;
}
.facets__status-wrapper:has(.icon-caret) {
    width: fit-content !important;
}
.field__input.price-facet__input {
    padding-left: 10px;
}
label.field__label.price-facet__label {
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
}
.facets__item:first-of-type::before {
  border-top: 0 !important;
}
.bushido-collection-section .bushido-layout .section--tight {
  padding: 0 !important;
}
.facets__item:first-of-type .facets__summary {padding-top: 0 !important;}
/* S&D typography overrides */
.ba-sidebar details { border-bottom: 1px solid rgb(var(--color-border-rgb) / 0.14) !important; padding: 0 !important; margin: 0 !important; }
.ba-sidebar summary { font-family: var(--f-body) !important; font-size: 11px !important; font-weight: 600 !important; letter-spacing: .28em !important; text-transform: uppercase !important; color: var(--color-foreground-heading) !important; padding: 16px 0 !important; cursor: pointer !important; list-style: none !important; display: flex !important; justify-content: space-between !important; align-items: center !important; width: 100% !important; }
.ba-sidebar summary::-webkit-details-marker { display: none; }
.ba-sidebar h2, .ba-sidebar h3 { font-family: var(--f-body) !important; font-size: 11px !important; font-weight: 600 !important; letter-spacing: .28em !important; text-transform: uppercase !important; color: var(--color-foreground-heading) !important; margin: 0 0 14px !important; padding: 16px 0 0 !important; }
.ba-sidebar ul, .ba-sidebar ol { list-style: none !important; padding: 0 0 14px !important; margin: 0 !important; width: 100% !important; }
.ba-sidebar li { /* padding: 3px 0 !important;  */width: 100% !important; }
.ba-sidebar label { display: flex !important; align-items: center !important; gap: 10px !important; font-size: 13px !important; color: var(--color-foreground) !important; letter-spacing: .03em !important; cursor: pointer !important; padding: 4px 0 !important; width: 100% !important; }
.ba-sidebar label:hover { color: var(--color-foreground-heading) !important; }
.ba-sidebar input[type="checkbox"] {accent-color: var(--color-primary-button-background) !important;width: 13px !important;height: 13px !important;flex-shrink: 0 !important; border: 1px solid light-dark(rgb(118, 118, 118), rgb(133, 133, 133));}
.ba-sidebar .checkbox .icon-checkmark {background-color: #ffffff !important;border-radius: 2px;height: 13px !important;width: 13px !important; border: 1px solid light-dark(rgb(118, 118, 118), rgb(133, 133, 133)) !important;}
.checkbox__input:checked+.checkbox__label .icon-checkmark {background-color: var(--color-foreground-heading) !important;}
.ba-sidebar input[type="range"] { accent-color: var(--color-primary-button-background) !important; width: 100% !important; }
.ba-sidebar input[type="number"] { background: transparent !important; border: 1px solid rgb(var(--color-border-rgb) / 0.14) !important; color: var(--color-foreground) !important; padding: 8px 10px !important; font-size: 13px !important; max-width: 90px !important; box-sizing: border-box !important; }
.ba-sidebar button[type="reset"], .ba-sidebar .facets__reset { background: transparent !important; border: 1px solid rgb(var(--color-border-rgb) / 0.25) !important; color: var(--color-primary) !important; font-size: 10px !important; letter-spacing: .2em !important; text-transform: uppercase !important; padding: 5px 10px !important; cursor: pointer !important; transition: border-color .2s, color .2s !important; margin-top: 8px !important; }
.ba-sidebar button[type="reset"]:hover { border-color: var(--color-foreground-heading) !important; color: var(--color-foreground-heading) !important; }
.ba-sidebar [class*="sort-by"], .ba-sidebar [id*="sort"], .ba-sidebar .product-count, .ba-sidebar [class*="product-count"], .ba-sidebar [class*="items-count"] { display: none !important; }
/* Product grid — forced to column 2 */
.bushido-product-grid {
  grid-column: 2 !important;
  grid-row: 1 !important;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgb(var(--color-border-rgb) / 0.14);
  /* border-bottom: 1px solid rgb(var(--color-border-rgb) / 0.14); */
  align-content: start;
  min-width: 0;
}
.checkbox__input:checked+.checkbox__label .icon-checkmark path{stroke-width: 3px;}

/* Cards */
.bushido-card { background: #141416; padding: 22px 20px 26px; display: flex; flex-direction: column; transition: background .25s ease; position: relative; text-decoration: none; color: inherit; }
.bushido-card:hover { background: #1C1C1F; }
.bushido-card[data-hidden="true"] { display: none !important; }
.bushido-card__badge { position: absolute; top: 14px; left: 14px; font-size: 10px; letter-spacing: .26em; text-transform: uppercase; color: var(--color-foreground-heading); border: 1px solid var(--color-foreground-heading); padding: 4px 8px; line-height: 1; z-index: 2; }
span.bushido-card__badge.bushido-card__badge--oos {
    right: 14px;
    left: initial;
    background: rgba(20, 20, 22, 0.85);
    color: #cacaca;
    border: 1px solid rgba(236, 227, 204, 0.14);
}
.bushido-card__media { aspect-ratio: 4/5; background: radial-gradient(60% 70% at 50% 60%, rgba(201,162,74,.08), transparent 70%); border: 1px solid rgb(var(--color-border-rgb) / 0.14); display: grid; place-items: center; margin-bottom: 16px; overflow: hidden; position: relative; }
.bushido-card__media img { max-height: 90%; width: auto; object-fit: contain; transition: transform .5s ease; }
/* .bushido-card:hover .bushido-card__media img { transform: scale(1.04); } */
.bushido-card__eyebrow { font-size: 11px; letter-spacing: .32em; text-transform: uppercase; color: var(--color-primary); margin: 0 0 6px; }
.bushido-card__name { font-family: var(--f-display); font-size: 18px; letter-spacing: .12em; text-transform: uppercase; color: var(--color-foreground); margin: 0; }
.bushido-card__meta { display: flex; justify-content: space-between; align-items: center; margin-top: 8px;gap: 10px; }
.bushido-card__variant { font-size: 14px; color: var(--color-primary); }
.bushido-card__price { font-weight: 600; color: var(--color-foreground-heading); font-size: 14px;max-width: 130px;width: 100%;text-align: right; }

/* Swatches */
.bushido-card__swatches { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.bushido-swatch { display: inline-block; width: 18px; height: 18px; border-radius: 50%; background-size: cover; background-position: center; border: 1.5px solid rgba(255,255,255,.15); box-shadow: 0 0 0 1.5px rgba(0,0,0,.35); flex-shrink: 0; transition: transform .15s ease; }
.bushido-swatch:hover { transform: scale(1.2); }

/* Empty */
.bushido-empty { grid-column: 1/-1; text-align: center; padding: 80px 20px; color: rgba(236,227,204,0.42); letter-spacing: .12em; text-transform: uppercase; font-size: 13px; display: none; background: #141416; }
.bushido-empty.visible, .bushido-empty--visible { display: block; }
/* =============================================================
   BUSHIDO — Schedule Section
   File: assets/bushido-schedule.css
   Uses Shopify theme color-scheme CSS variables only.
   No static hex values.
   ============================================================= */
.bushido-schedule-section section.section {
  display: block;
  padding: clamp(48px, 6vw, 88px) 0;
}
.bushido-schedule-section h2.h-lg {
  font-size: clamp(32px, 4.4vw, 56px);
}
/* ── Schedule table ─────────────────────────────────────────── */
.bsc-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  /* margin-bottom: 48px; */
}

.bsc-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid rgb(var(--color-border-rgb) / 0.14);
  font-size: 13px;
  min-width: 640px;
}

.bsc-table th,
.bsc-table td {
  padding: 14px 12px;
  border-bottom: 1px solid rgb(var(--color-border-rgb) / 0.14);
  border-right: 1px solid rgb(var(--color-border-rgb) / 0.14);
  /* vertical-align: top; */
}

.bsc-table th:last-child,
.bsc-table td:last-child {
  border-right: 0;
}

.bsc-table th {
  background: var(--th-bg);
  font-family: var(--f-display, "Cinzel", serif);
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  color: var(--color-foreground-heading);
  white-space: nowrap;
}

.bsc-table td.time {
  color: var(--color-primary-button-background);
  font-family: var(--f-mono, "JetBrains Mono", monospace);
  font-size: 12px;
  letter-spacing: .12em;
  /* white-space: nowrap; */
}

.bsc-table td.cell {
  color: rgb(var(--color-foreground-heading-rgb) / 0.85);
  line-height: 1.45;
  /* opacity: .85; */
}

.bsc-table td.cell.empty {
  color: var(--color-foreground);
  opacity: .25;
}

.bsc-table td.cell strong {
  color: var(--color-foreground-heading);
  opacity: 1;
  display: block;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 2px;
}

/* ── Disciplines grid ────────────────────────────────────────── */
.bsc-classes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgb(var(--color-border-rgb) / 0.14);
  border: 1px solid rgb(var(--color-border-rgb) / 0.14);
  margin-top: 48px;
}

.bsc-classes .cclass {
  background: var(--color-background);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: background .25s ease;
}

.bsc-classes .cclass:hover {
  background: var(--color-background-2, var(--color-background));
  filter: brightness(1.06);
}

.bsc-classes .cclass__icon {
  width: 28px;
  height: 28px;
  color: var(--color-primary-button-background);
  flex-shrink: 0;
}

.bsc-classes .cclass__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.bsc-classes .cclass__name {
  font-family: var(--f-display, "Cinzel", serif);
  font-size: 18px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--color-foreground-heading, var(--color-foreground));
  margin: 0;
}

.bsc-classes .cclass p {
  font-size: 13px;
  line-height: 1.65;
  color: var(--color-foreground);
  opacity: .7;
  margin: 0;
  flex: 1;
}

.bsc-classes .tag-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  font-size: 10px;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--color-primary-button-background);
  border: 1px solid var(--color-primary-button-border);
  width: fit-content;
}
.section-disciplines-classes section .s-head__title h2 {
  font-size: clamp(32px, 4.4vw, 56px);
}
/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 1100px) {
  .bsc-classes {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .bsc-classes {
    grid-template-columns: 1fr;
  }
  .bsc-classes .cclass {
    padding: 24px 20px;
  }
}
.story-section-dojo {
  padding: clamp(72px, 10vw, 144px) 0;
}
/* =============================================================
   BUSHIDO — Three Pillars Section
   File: assets/bushido-pillars.css
   ============================================================= */

.pillars {
  display: grid;
  grid-template-columns: repeat(var(--pillars-cols, 3), 1fr);
  gap: 1px;
  background: rgb(var(--color-border-rgb) / 0.14);
  border-top: 1px solid rgb(var(--color-border-rgb) / 0.14);
  border-bottom: 1px solid rgb(var(--color-border-rgb) / 0.14);
}

.pillar {
  background: var(--pillars-card-bg, #141416);
  padding: 56px 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.pillar__num {
  font-family: var(--f-mono, "JetBrains Mono", monospace);
  color: var(--color-foreground-heading);
  font-size: 14px;
  letter-spacing: .2em;
}

.pillar__name {
  font-family: var(--f-display);
  font-size: 36px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--color-foreground);
  margin-block-start: 1em;
  margin-block-end: 1em;
  line-height: 1.05;
  font-weight: 700;
}

.pillar__jp {
  font-family: var(--f-jp, "Noto Serif JP", serif);
  font-size: 18px;
  color: var(--color-foreground-heading);
  margin-top: -6px;
}
.pillar p {
  color: rgb(var(--color-foreground-rgb) / 0.78) !important;
  margin-top: 0px;
  margin-bottom: 1em;
  line-height: 1.55;
  font-size: 16px;
}
span.pillar__jp+p{margin-top: 12px;}
.section:has(.pull-quote) {
  padding: clamp(48px, 6vw, 88px) 0;
}
.pull-quote {
    text-align: center;
    max-width: 980px;
    margin: 0 auto;
    padding: clamp(40px, 6vw, 80px) 24px;
    border-block: 1px solid rgb(var(--color-border-rgb) / 0.14);
}
.pull-quote .blockquote p {
    font-family: var(--f-display);
    font-style: italic;
    font-size: clamp(28px, 4vw, 48px);
    line-height: 1.25;
    letter-spacing: .02em;
    color: var(--color-foreground);
    margin: 0 0 22px;
}
.pull-quote .cite p {
    font-style: normal;
    font-size: 11px;
    letter-spacing: .32em;
    text-transform: uppercase;
    color: var(--color-primary);
}

/* =============================================================
   BUSHIDO — Compare Tiers Section
   File: assets/bushido-compare.css
   ============================================================= */

/* ---------- Section head (scoped) ---------- */
.bushido-compare-section .s-head {
  border-bottom: 1px solid rgb(var(--color-border-rgb) / 0.14);
  padding-bottom: 18px;
  margin-bottom: 48px;
}
.bushido-compare-section .s-head__title .kicker {
  display: block;
  margin-bottom: 12px;
}
.bushido-compare-section .s-head__title h2 {
  font-size: clamp(22px, 2.4vw, 32px);
}
.bushido-compare-section .section {
  display: block;
}
/* ---------- Compare table ---------- */
.compare {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid rgb(var(--color-border-rgb) / 0.14);
  border-bottom: 1px solid rgb(var(--color-border-rgb) / 0.14);
  font-size: 14px;
}

.compare th,
.compare td {
  padding: 16px 14px;
  text-align: left;
  border-bottom: 1px solid rgb(var(--color-border-rgb) / 0.14);
}

.compare th {
  font-family: var(--f-display, "Cinzel", serif);
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--color-foreground-heading);
  font-weight: 600;
  background: var(--compare-header-bg, #141416);
  text-align: center;
}

.compare th:first-child,
.compare td:first-child {
  text-align: left;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--color-primary);
  width: 30%;
}

.compare td {
  text-align: center;
  color: var(--color-foreground-heading);
}

.compare .yes {color: var(--color-foreground); }
.compare .no  { color: var(--compare-no, #3D3D42) }

.compare tr:hover td {
  background: rgba(255,255,255,.02);
}

/* ---------- Responsive horizontal scroll ---------- */
/* Prevent page-level overflow — scroll is ONLY inside .compare-wrap */
.bushido-compare-section {
  max-width: 100%;
  overflow: hidden;
}

.bushido-compare-section .container {
  overflow: hidden;
}

.compare-wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  /* prevent this element from causing page scroll */
  overscroll-behavior-x: contain;
}
p.lede-text-fog {
  color: var(--color-primary);
  font-size: 11px;
  letter-spacing: .26em;
  text-transform: uppercase;
  margin-top: 18px;
}
.faq-heading h2 {
  font-family: var(--f-display) !important;
  font-weight: 700 !important;
  letter-spacing: .02em !important;
  line-height: 1.05 !important;
  font-size: clamp(32px, 4.4vw, 56px) !important;
  margin: .83em 0 !important;
}
.faq-section .accordion {
  max-width: 880px;
  margin: auto;
}
.faq-section .accordion summary.details__header {
  padding: 0 !important;
  min-height: 34.09px;
  font-size: 12px;
  letter-spacing: .26em;
  text-transform: uppercase;
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.55;
}
.faq-section .accordion details.details {
  padding: 18px 0;
}
.faq-section .accordion .details-content {
  padding: 14px 0 0;
}
.faq-section .accordion summary.details__header span.svg-wrapper {
  color: var(--color-foreground-heading);
  height: 22px;
  width: 22px;
}
.faq-heading-grp {
  margin-bottom: 48px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgb(var(--color-border-rgb) / 0.14);
  display: block;
  height: auto;
}
.section:has(.faq-section ) {
  padding: clamp(48px, 6vw, 88px) 0;
}
.custom-404 h2.h-lg {
  font-size: clamp(32px, 4.4vw, 56px);
  font-family: var(--f-display);
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.05;
  color: var(--color-foreground-heading);
}
.page-content-teams h2 {
  font-size: clamp(40px, 6vw, 88px);
  margin: 14px 0 18px !important;
  font-family: var(--f-display);
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.05;
}
.page-content-teams {
  gap: clamp(24px, 4vw, 56px);
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.group-block-content.layout-panel-flex.layout-panel-flex--column.mobile-column.book-consult-content-list {
  margin: 32px 0;
  gap: 14px;
}
.page-content-teams .jp-text p {
  font-family: var(--f-jp);
  font-size: 22px;
}
.book-consult-content-list .group-block-content {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  align-items: start;
}
.page-content-teams p {
  line-height: 1.55;
}
.section:has(.page-content-teams) {
  padding: clamp(72px, 10vw, 144px) 0;
}
/* Desktop — full layout, no scroll needed */
@media (min-width: 961px) {
  .compare-wrap {
    overflow-x: visible;
  }
}

/* Tablet */
@media (max-width: 960px) {
  .compare {
    font-size: 13px;
    width: max-content;
    min-width: 100%;
  }
  .compare th,
  .compare td {
    padding: 12px 10px;
    white-space: nowrap;
  }
  .compare th:first-child,
  .compare td:first-child {
    white-space: normal;
    min-width: 130px;
    max-width: 160px;
  }
}

/* Mobile */
@media (max-width: 720px) {
  .compare {
    font-size: 12px;
  }
  .compare th,
  .compare td {
    padding: 10px 8px;
  }
  .compare th:first-child,
  .compare td:first-child {
    min-width: 110px;
    max-width: 130px;
    font-size: 10px;
  }
}

@media (max-width: 480px) {
  .compare {
    font-size: 11px;
  }
  .compare th,
  .compare td {
    padding: 8px 6px;
  }
  .compare th:first-child,
  .compare td:first-child {
    min-width: 90px;
    max-width: 110px;
    font-size: 10px;
  }
}

/* ---------- Scroll hint (mobile only) ---------- */
.compare-scroll-hint {
  display: none;
  text-align: center;
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--compare-muted, #8A8A90);
  margin-top: 12px;
}

@media (max-width: 960px) {
  .compare-scroll-hint {
    display: block;
  }
}

/* =============================================================
   BUSHIDO — Timeline Section
   File: assets/bushido-timeline.css
   ============================================================= */

/* ---------- Section head (scoped to timeline) ---------- */

.bushido-timeline-section .section {
  display: block;
  padding: clamp(48px, 6vw, 88px) 0;
}
.bushido-timeline-section .s-head {
  max-width: 880px;
  margin: 0 auto 40px;
  border-bottom: 1px solid rgb(var(--color-border-rgb) / 0.14);
  padding-bottom: 18px;
}

.bushido-timeline-section .s-head__title h2 {
  font-family: var(--f-display);
  color: var(--color-foreground-heading);
  margin: 0;
  font-size: clamp(32px, 4.4vw, 56px);
  margin: .83em 0;
}

/* ---------- Timeline ---------- */
.timeline {
  display: grid;
  gap: 0;
  max-width: 880px;
  margin: 0 auto;
}

.tl-item {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 32px;
  padding: 28px 0;
  border-bottom: 1px solid rgb(var(--color-border-rgb) / 0.14);
  align-items: baseline;
}

.tl-year {
  font-family: var(--f-display, "Cinzel", serif);
  font-size: 28px;
  color: var(--timeline-gold, #C9A24A);
  letter-spacing: .08em;
  flex-shrink: 0;
}

.tl-text h4 {
  font-family: var(--f-display);
  font-size: 18px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--color-foreground-heading);
  margin: 0 0 6px;
  font-weight: 700;
  line-height: 1.05;
}

.tl-text p {
    color: rgb(var(--color-foreground-heading-rgb) / 0.78);
    margin: 0;
    max-width: 56ch;
    line-height: 1.55;
    font-size: 16px;
}
/* =============================================================
   BUSHIDO — Story page Story section
   ============================================================= */
.hero-story {
  position: relative;
  background: var(--color-background);
  overflow: hidden;
  display: grid;
  place-items: center;
}
.story-story-page .story__copy p {
  color: var(--color-primary);
  margin-bottom: 18px;
  margin-top: 1em;
  font-size: clamp(15px, 1.1vw, 17px);
  max-width: 60ch;
}
.story-story-page .story__copy p.lede-text {
  color: var(--color-foreground);
  font-family: var(--f-jp);
  font-size: 24px;
  margin-top: 28px;
  max-width: 60ch;
}
.story-story-page .story__cta {
  margin-top: 24px;
}
.story__copy h2 {
  font-size: clamp(32px, 4.4vw, 56px);
}
/* =============================================================
   BUSHIDO — Authorized Dealers Section
   File: assets/bushido-dealers.css
   ============================================================= */
.bushido-dealers-section {
  padding: clamp(72px, 10vw, 144px) 0;
}
.bushido-dealers-section .section{
  display: block;
}
/* ---------- Section intro text ---------- */
.bushido-dealers-section h2 {
  font-family: var(--f-display);
  color: var(--color-foreground);
  margin: .83em 0;
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.05;
}

.bushido-dealers-section > .container > p, .bushido-dealers-section .dealers__intro {
  color: var(--color-foreground);
  margin: 1em 0;
  max-width: 72ch;
  font-size: 16px;
  line-height: 1.55;
}

/* ---------- three-up grid ---------- */
.three-up {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgb(var(--color-border-rgb) / 0.14);
}

/* ---------- panel ---------- */
.panel {
  background: var(--dealers-card-bg, #141416);
  border: 1px solid rgb(var(--color-border-rgb) / 0.14);
  padding: clamp(20px, 3vw, 32px);
}

.panel .kicker {
  display: block;
  color: var(--color-foreground-heading);
  margin-bottom: 0;
}

.panel h4 {
  font-family: var(--f-display, "Cinzel", serif);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--color-foreground);
  margin: 12px 0 6px;
  font-size: clamp(14px, 1.2vw, 18px);
  line-height: 1.2;
  font-size: 16px;
}

.panel .muted {
  color: var(--color-primary);
  font-size: 13px;
  margin: 0;
}

/* ---------- Become a dealer ---------- */
.dealers__become {
  margin-top: 48px;
}

.dealers__become p {
  color: var(--color-foreground);
  margin: 1em 0;
  font-size: 16px;
  line-height: 1.55;
}

.dealers__become a {
  color: var(--color-foreground-heading);
  text-decoration: none;
  transition: opacity .2s ease;
}


/* =============================================================
   BUSHIDO — Hours Visit Section
   ============================================================= */
/* Hours strip */
.section-hours-visit section{
  display: block;
  padding: clamp(48px, 6vw, 88px) 0;
}
.hours{
  display:grid; grid-template-columns: repeat(7, 1fr);
  border: 1px solid rgb(var(--color-border-rgb) / 0.14);
}
.hours div{
  padding: 18px 12px; text-align: center;
  border-right: 1px solid rgb(var(--color-border-rgb) / 0.14);
}
.hours div:last-child{ border-right: 0 }
.hours div span{ display:block; font-size: 10px; letter-spacing: .26em; text-transform: uppercase; color: var(--color-primary); margin-bottom: 4px }
.hours div strong{ font-size: 13px; color: var(--color-foreground-heading); letter-spacing: .04em }
.two-up {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 4vw, 56px);
}
.section-hours-visit h2.h-lg {
  color: var(--color-foreground-heading);
  font-size: clamp(32px, 4.4vw, 56px);
  font-family: var(--f-display);
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.05;
}
.section-hours-visit p.lede {
  font-size: clamp(15px, 1.1vw, 17px);
  color: rgb(var(--color-foreground-heading-rgb) / 0.78);
  max-width: 60ch;
}

/* Story Hero start */
.hero-story .hero__inner {
  max-width: 1000px;
  padding: 80px var(--gutter);
}
.hero-story h1 {
  font-size: clamp(48px, 9vw, 144px);
  letter-spacing: .04em;
}
.hero-story .hero__kanji img {
    width: min(78vh, 88vw, 600px);
}

.creed-stack {
  max-width: 980px;
  margin: 0 auto;
}
.section:has(.creed-stack) {
  padding: clamp(72px, 10vw, 144px) 0;
  border-top: 1px solid rgb(var(--color-border-rgb) / 0.14);
  border-bottom: 1px solid rgb(var(--color-border-rgb) / 0.14);
}
.creed-stack__big p {
  font-family: var(--f-display);
  font-size: clamp(28px, 3.6vw, 44px);
  line-height: 1.3;
  letter-spacing: .02em;
  text-align: center;
  margin: 0 0 64px !important;
  white-space: break-spaces;
}
.creed-stack__big p em{
  color: var(--color-foreground-heading);
  font-style: italic;
  font-weight: 600;
}
.creed-stack__big-2 p {
  font-size: clamp(20px, 2.4vw, 28px);
  color: rgb(var(--color-foreground-rgb) / 0.78) !important;
}
/* ════════════════════════════════════════════════════════════
   Bushido Featured Athlete
════════════════════════════════════════════════════════════ */
.featured-athlete{
  border-block: 1px solid rgb(var(--color-border-rgb) / 0.14);
  position: relative; overflow: hidden;
}
.featured-athlete .inner{
  display:grid; 
  grid-template-columns: 1fr 1.05fr;
  align-items: stretch;
}
.featured-athlete .media{
  position: relative;
  background:
    radial-gradient(70% 70% at 50% 50%, rgba(201, 162, 74, 0.18), transparent 70%),
    var(--media-bg);
  display:grid; place-items:center;
  min-height: 640px;
}
.featured-athlete .num{
  position:absolute;
  font-family: var(--f-display);
  font-size: clamp(220px, 26vw, 480px);
  line-height: 1;
  color: var(--color-foreground);
  opacity: .12;
}
.featured-athlete .media img{ position: relative; z-index: 1; max-height: 88%; width: auto }
.featured-athlete h2.h-xl {
  font-size: clamp(40px, 6vw, 88px);
  font-family: var(--f-display);
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.05;
  color: var(--color-foreground-heading);
}
.featured-athlete .copy{
  padding: clamp(40px, 6vw, 96px);
  display:flex; flex-direction: column; justify-content: center;
  border-left: 1px solid rgb(var(--color-border-rgb) / 0.14);
}
.stats{
  display:grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: rgb(var(--color-border-rgb) / 0.14);
  margin-top: 32px; border-block: 1px solid rgb(var(--color-border-rgb) / 0.14);
}
.stat{ background: var(--stats-bg); padding: 18px 12px; text-align: center }
.stat__num{ font-family: var(--f-display); font-size: 28px; color: var(--color-foreground) }
.stat__lab{ font-size: 10px; letter-spacing: .26em; text-transform: uppercase; color: var(--color-primary); margin-top: 4px }
/* =============================================================
   BUSHIDO — Story Section Styles
   File: assets/bushido-story.css
   ============================================================= */

/* ---------- Story split layout ---------- */
.story {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: center;
}

.story__media {
  position: relative;
  aspect-ratio: 4/5;
  background: var(--story-media-bg, #141416);
  border: 1px solid var(--story-rule, rgba(236,227,204,.14));
  overflow: hidden;
}

.story__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .9;
}

.story__media .badge {
  position: absolute;
  top: 24px;
  left: 24px;
  font-size: 10px;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--story-gold, #C9A24A);
  border: 1px solid var(--story-gold, #C9A24A);
  padding: 6px 10px;
}

.story__copy h2 {
  margin: 16px 0 24px;
  font-family: var(--f-display, "Cinzel", serif);
  color: var(--story-heading, #ECE3CC);
  letter-spacing: .02em;
}

/* .story__copy p {
  color: var(--story-body, rgba(236,227,204,.78));
  margin-bottom: 18px;
} */

.story__copy .lede {
  font-size: clamp(15px, 1.1vw, 17px);
  max-width: 60ch;
}

/* ---------- Creed strip ---------- */
.creed {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(var(--creed-cols, 3), 1fr);
  border-top: 1px solid var(--story-rule, rgba(236,227,204,.14));
  border-bottom: 1px solid var(--story-rule, rgba(236,227,204,.14));
}

.creed__item {
  padding: 22px 0;
  border-right: 1px solid var(--story-rule, rgba(236,227,204,.14));
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.creed__item:last-child {
  border-right: 0;
}

.creed__num {
  font-family: var(--f-mono, "JetBrains Mono", monospace);
  color: var(--story-gold, #C9A24A);
  font-size: 12px;
}

.creed__label {
  font-family: var(--f-display, "Cinzel", serif);
  font-size: 16px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--story-heading, #ECE3CC);
}

/* ---------- CTA button area ---------- */
.story__cta {
  margin-top: 36px;
}

@media (max-width: 720px) {
  .creed {
    grid-template-columns: 1fr;
  }
  .creed__item {
    border-right: 0;
    border-bottom: 1px solid var(--story-rule, rgba(236,227,204,.14));
  }
  .creed__item:last-child {
    border-bottom: 0;
  }
}
/* ---------- Engraving field ---------- */
.product-engraving {
  margin: 20px 0;
  padding: 20px;
  border: 1px solid rgba(236,227,204,.14);
  background: #141416;
}
.product-engraving__label {
  font-size: 11px;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: #ECE3CC;
  margin-bottom: 12px;
  display: block;
}
.product-engraving__input {
  width: 100%;
  background: rgba(236,227,204,.04);
  border: 1px solid rgba(236,227,204,.22);
  color: #ECE3CC;
  padding: 16px 18px;
  font-size: 13px;
  font-family: var(--f-body, "Inter", sans-serif);
  letter-spacing: .04em;
  outline: none;
  transition: border-color .2s ease;
  box-sizing: border-box;
}
.product-engraving__input:focus {
  border-color: #C9A24A;
}
.product-engraving__input::placeholder {
  color: #8A8A90;
}
.product-engraving__hint {
  font-size: 11px;
  color: #8A8A90;
  margin-top: 8px;
  letter-spacing: .04em;
}
.page-banner h1 span.search-term-highlight {
  color: var(--color-foreground);
}

/* ════════════════════════════════════════════════════════════
   CART PAGE CSS
════════════════════════════════════════════════════════════ */
.cart-summary--extend .cart-summary__inner {
  height: fit-content !important;
}
cart-items-component.cart-items-component {
  border-bottom: 1px solid rgb(var(--color-border-rgb) / 0.14);
}
a.cart-items__title {
  font-family: var(--f-display);
  font-size: 18px;
  letter-spacing: .12em;
  text-transform: uppercase;
  line-height: 1.55;
}
.cart-items__variant,.cart-items__variant>* {
  color: var(--color-primary);
  font-size: 12px;
  letter-spacing: .12em;
  margin-top: 6px;
}
.cart-items__price text-component {
  font-family: var(--f-display);
  color: var(--color-foreground-heading);
  font-size: 18px;
  align-self: start;
}
a.cart-items__media-container {
  background: radial-gradient(60% 70% at 50% 60%, rgba(201, 162, 74, .08), transparent 70%);
  border: 1px solid rgb(var(--color-border-rgb) / 0.14);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}
img.cart-items__media-image.border-style {
  max-height: 90%;
  width: initial !important;
}
.cart-summary__inner {
  width: 100% !important;
  /* background: #141416; */
  border: 1px solid rgb(var(--color-border-rgb) / 0.14);
  padding: clamp(24px, 3vw, 40px) !important;
  position: sticky;
  top: 100px;
  align-items: start !important;
  align-self: start;
}
.cart-page {
  grid-template-columns: 1.4fr 1fr !important;
  column-gap: clamp(28px, 4vw, 64px) !important;
  padding: clamp(32px, 5vw, 64px) 0 clamp(64px, 8vw, 120px);
}
.cart-items-component .section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: block;
}
.checkout-trust-signals p {
  color: var(--color-primary);
}
.checkout-trust-signals svg {
    flex-shrink: 0;
}
.template-cart .resource-list.resource-list--grid {
    background-color: rgb(var(--color-border-rgb) / 0.14);
}
.template-cart .resource-list__item {
    background: #141416;
    position: relative;
    padding: 28px 24px 28px;
    display: flex;
    flex-direction: column;
    min-height: 560px;
    transition: background .35s ease;
}
.template-cart .resource-list__item:hover {
    background: #1c1c1f;
}
.template-cart .card-gallery img.product-media__image {
    max-height: 86%;
    width: 100%;
    object-fit: contain;
    aspect-ratio: initial;
    margin: auto;
}
.template-cart .card-gallery slideshow-container{
  background-color: transparent;
}
.template-cart .card-gallery {
  height: 100%;
  border: 1px solid rgb(var(--color-border-rgb) / 0.14);
  flex: 1;
  background: radial-gradient(60% 70% at 50% 60%, rgba(201, 162, 74, .08), transparent 70%);
  min-height: 360px;
  margin-bottom: 22px;
  position: relative;
  overflow: hidden;
}
.template-cart .product-card__content slideshow-component {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.related-product-subtitle-cart p {
  font-family: var(--f-body);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: .32em;
  text-transform: uppercase;
  margin-block-start: 1em !important;
  margin-block-end: 1em !important;
  min-height: 30.78px;
  display: flex;
  align-items: center;
}
.template-cart .resource-list__item .h3 p {
  font-family: var(--f-display);
  font-size: 22px;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.05;
  margin-block-start: 1em;
  margin-block-end: 1em;
}
.template-cart .resource-list__item span.price {
  font-size: 16px;
  line-height: 1.55;
  font-weight: 600;
}
.template-cart .section-resource-list h2 {
  font-size: clamp(22px, 2.4vw, 32px);
  font-family: var(--f-display);
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.05;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
}
.template-cart .section-resource-list a.link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 28px;
  border: 1px solid var(--color-secondary-button-border);
  font-family: var(--f-body);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--color-secondary-button-text);
  background: transparent;
  transition: .25s ease;
  cursor: pointer;
}
.template-cart .section-resource-list a.link:hover {
  border: 1px solid var(--color-secondary-button-hover-border);
}
.template-cart .section-resource-list__header {
    max-width: var(--max);
    margin: 0 auto;
    padding: 0 var(--gutter);
    width: 100%;
}
.template-cart .section-resource-list__header >.group-block > .group-block-content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 48px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgb(var(--color-border-rgb) / 0.14);
}
.template-cart .section.section-resource-list {
    padding: clamp(72px, 10vw, 144px) 0;
}
/* ════════════════════════════════════════════════════════════
   SINGLE PRODUCT PAGE CSS
════════════════════════════════════════════════════════════ */
.product-information__grid {
    display: grid;
    grid-template-columns: 1.15fr 1fr !important;
    gap: clamp(28px, 4vw, 64px);
    padding: clamp(32px, 5vw, 64px) 0 clamp(64px, 8vw, 120px);
}
.product-information__media, .product-details {
    padding: 0 !important;
    grid-column: initial !important;
}
.product-information slideshow-arrows{display: none !important;}
.product-information {
    max-width: var(--max);
    margin: 0 auto;
    padding: 0 var(--gutter);
}
.product-information__grid .product-media {
  background: radial-gradient(60% 60% at 50% 60%, rgba(201, 162, 74, .12), transparent 70%), var(--carbon);
  border: 1px solid rgb(var(--color-border-rgb) / 0.14);
  aspect-ratio: 4 / 5 !important;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0.6px;
}
.product-information__grid img.product-media__image {
  max-height: 92%;
  object-fit: contain !important;
  /* width: initial !important; */
  height: 100% !important;
  max-width: 100%;
  aspect-ratio: initial !important;
}
.product-information__grid .media-gallery--carousel slideshow-component:has(slideshow-controls[thumbnails]):has(slideshow-controls[pagination-position=left]){
  display: grid !important;
  grid-template-columns: 92px 1fr !important;
  gap: 16px !important;
}
.product-information__grid .slideshow-controls__thumbnails {
  padding: 0;
  margin: 0;
}
.product-information__grid button.slideshow-control.button.button-unstyled.slideshow-controls__thumbnail {
  width: 92px;
  height: 116px;
  background: var(--carbon);
  border: 1px solid rgb(var(--color-border-rgb) / 0.14);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: border-color .25s ease;
  outline: initial;
}
.product-information__grid button.slideshow-control.button.button-unstyled.slideshow-controls__thumbnail:is([aria-selected=true]) {
  border-color: var(--color-foreground-heading) !important;
}
.slideshow-controls__thumbnails {
  padding: 0px !important;
  margin: 0 !important;
}
.product-information__grid button.slideshow-control.button.button-unstyled.slideshow-controls__thumbnail {
  width: 92px;
  height: 116px;
  background: var(--carbon);
  border: 1px solid rgb(var(--color-border-rgb) / 0.14);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: border-color .25s ease;
}
.product-information__grid .slideshow-controls__thumbnails .slideshow-control img {
  max-height: 86% !important;
  object-fit: contain;
  width: initial !important;
}
.product-recommendations {
    display: block;
    padding: 80px 0;
}
.bushido-story-strip-section .section {
  display: block;
}
.recommended-products-btn .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 28px;
  font-family: var(--f-body);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .24em;
  text-transform: uppercase;
  background: transparent;
  transition: .25s ease;
  cursor: pointer;
  text-decoration: none;
  line-height: 1.55;
  border: 1px solid var(--color-secondary-button-border);
  color: var(--color-secondary-button-text);
  background-color: var(--color-secondary-button-background);
}
.recommended-products-btn .button:hover {
  color: var(--color-secondary-button-hover-text);
  border-color: var(--color-secondary-button-hover-border);
  background-color: var(--color-secondary-button-hover-background);
}
.product-recommendations .product-card__content {
  /* border: 1px solid rgb(var(--color-border-rgb) / 0.14); */
  border: 0;
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.product-recommendations .card-gallery {
  aspect-ratio: 4 / 5;
  background: radial-gradient(60% 70% at 50% 60%, rgba(201, 162, 74, .06), transparent 70%);
  border: 1px solid rgb(var(--color-border-rgb) / 0.14);
}
.product-recommendations .product-media-container.media-fit img {
  max-height: 86%;
  width: initial;
  object-fit: contain !important;
}
.product-recommendations .product-card__content slideshow-component {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-recommendations .product-media {
  justify-content: center;
}
.product-recommendations .resource-list.resource-list--grid {
    background-color: rgb(var(--color-border-rgb) / 0.14);
}
.product-recommendations .section {
    max-width: var(--max);
    margin: 0 auto;
    padding: 0 var(--gutter);
}
.recommendation-heading h2{
  font-size: clamp(22px, 2.4vw, 32px);
  font-family: var(--f-display);
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.05;
  margin-block-start: 0.83em !important;
  margin-block-end: 0.83em !important;
}
.group-block:has(.recommendation-heading-group) {
  margin-bottom: 48px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgb(var(--color-border-rgb) / 0.14);
  /* display: block; */
}
.product-recommendations p[role="heading"] {
  font-family: var(--f-display);
  letter-spacing: .12em;
  text-transform: uppercase;
}
.product-recommendations .subtitle p,.product-recommendations .price{
  font-size: 13px;
  line-height: 1.55;
}
.product-recommendations .price{font-weight: 600;}
.product-title>*{
  font-size: clamp(40px, 5vw, 72px) !important;
  margin: 8px 0 4px !important;
  letter-spacing: .04em !important;
  font-family: var(--f-display) !important;
}
.product-information__grid .product-title{margin-bottom: 0!important;}
.product-information__grid span.price {
  font-size: 22px;
  font-weight: 600;
  margin: 16px 0 4px;
  display: block;
}
.product-information__grid .lede p {
  font-size: clamp(15px, 1.1vw, 17px);
  max-width: 60ch;
  color: rgb(var(--color-foreground-rgb) / 0.78);
  margin-top: 8px;
  margin-bottom: 1em;
}
.template-product .story__copy p {
    max-width: 60ch;
}
.kefi-swatches-grid {
  gap: 0 !important; 
}
.kefi-option-row{
  gap: 11px !important;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgb(var(--color-border-rgb) / 0.14);
}
button.kefi-swatch-button {
    padding: 10px 16px !important;
    font-size: 12px;
    letter-spacing: .18em;
    text-transform: uppercase;
    cursor: pointer;
    transition: .2s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 0 !important;
    height: 40px !important;
    width: fit-content !important;
}
span.kefi-swatch-pill-image-circle {
    width: 12px !important;
    height: 12px !important;
    border: 1px solid rgb(var(--color-border-rgb) / 0.14) !important;
}
span.kefi-swatch-value {
  line-height: initial;
  padding: 0;
  font-size: 12px !important;
}
label.kefi-label {
    font-family: var(--f-display);
    font-weight: 700;
    line-height: 1.05;
    color: var(--color-foreground);
    font-size: 11px !important;
    letter-spacing: .3em !important;
}
.webyze-infinitelivepreviewoptions-form label {
    font-family: var(--f-display);
    font-weight: 700;
    line-height: 1.05;
    color: var(--color-foreground);
    font-size: 11px !important;
    letter-spacing: .3em !important;
    display: block;
    margin: 0 0 9px;
}
.webyze-infinitelivepreviewoptions-form input[type=text], 
.webyze-infinitelivepreviewoptions-form input[type=number], 
.webyze-infinitelivepreviewoptions-form select, 
.webyze-infinitelivepreviewoptions-form textarea {
    color: var(--color-foreground-heading);
    border-color: var(--color-foreground-heading) !important;
}
.webyze-infinitelivepreviewoptions-form .webyze-ilpo-swatch-preview {
    height: 100% !important;
    width: 100% !important;
}
span:has(.webyze-ilpo-swatch) {
    display: flex !important;
    flex-wrap: wrap;
    gap: 8px;
}
.webyze-infinitelivepreviewoptions-form .webyze-ilpo-swatch {
    border-width: 2px !important;
    width: 65px !important;
    height: 65px !important;
    margin: 0 !important;
}
.webyze-infinitelivepreviewoptions-form .webyze-ilpo-swatch.current {
  border-color: var(--color-foreground-heading) !important;
}
.webyze-infinitelivepreviewoptions-form .webyze-ilpo-option {
    margin-bottom: 16px;
}
.kefi-swatches-wrapper {
    margin-bottom: 16px;
}
.variant-description {
    margin: 14px 0;
}
.variant-description p {
    font-size: clamp(15px, 1.1vw, 16px);
    max-width: 60ch;
    color: rgb(var(--color-foreground-rgb) / 0.78);
    margin-top: 8px;
    margin-bottom: 1em;
}
customize-button#kickflip-customize-button {
    background-color: var(--color-primary-button-background);
    color: var(--color-primary-button-text);
    border: var(--color-primary-button-border);
    margin-top: 14px;
    max-width: 250px;
    width: 100%;
}
customize-button#kickflip-customize-button:hover {
    background-color: var(--color-primary-button-hover-background);
    color: var(--color-primary-button-hover-text);
    border: var(--color-primary-button-hover-border);
}
  /* ════════════════════════════════════════════════════════════
   RESPONSIVE
════════════════════════════════════════════════════════════ */
@media (max-width: 1100px) {
  .story { grid-template-columns: 1fr; }
  .athlete__inner { grid-template-columns: 1fr; }
  .athlete__copy { border-left: 0; border-top: 1px solid var(--athlete-rule, rgba(236,227,204,.14)); }
  .athlete__media { min-height: 420px; }
  .reviews { grid-template-columns: 1fr }
  .footer-blocks-wrapper { grid-template-columns: 1fr 1fr; gap: 36px; }
  .footer-blocks-wrapper > .group-block:first-child { grid-column: 1 / -1; }
  .newsletter { grid-template-columns: 1fr; }
  .verticals { grid-template-columns: repeat(2, 1fr) }
  .lineup { grid-template-columns: repeat(2, 1fr) }
  /* Sidebar stacks above grid on tablet */
  .bushido-layout { grid-template-columns: 1fr !important; padding: 24px 0 60px; }
  .ba-sidebar { grid-column: 1 !important; grid-row: 1 !important; width: 100% !important;overflow: hidden; min-width: unset !important; max-width: 100% !important; border-right: 0 !important; border-bottom: 1px solid rgb(var(--color-border-rgb) / 0.14) !important; padding-right: 0 !important; padding-bottom: 24px !important; position: static !important; max-height: none !important; }
  .bushido-product-grid { grid-column: 1 !important; grid-row: 2 !important; grid-template-columns: repeat(2, 1fr) !important; }
  .pillars {grid-template-columns: repeat(2, 1fr);}
  .featured-athlete .inner{ grid-template-columns: 1fr }
  .featured-athlete .copy{ border-left: 0; border-top: 1px solid rgb(var(--color-border-rgb) / 0.14) }
  .featured-athlete .media{ min-height: 480px }
  .bushido-filter-bar{grid-template-columns: 1fr;}
  .cart-page{grid-template-columns: 1fr !important;row-gap: clamp(28px, 4vw, 64px) !important;}
  .cart-page__summary{grid-column: initial !important;grid-row: initial !important;}
  .product-recommendations .resource-list.resource-list--grid {
    grid-template-columns: 1fr 1fr;
  }
  .product-information__grid {grid-template-columns: 1fr !important;}
  .facets--vertical {
    display: none !important;
  }
  .facets__panel,.ba-sidebar details {
      padding: 0 var(--drawer-padding) !important;
  }
  .facets-toggle__button,.facets-toggle {
      display: flex !important;
  }
  .facets--drawer[open]{max-width: 300px !important;overflow-y: auto !important;}
  div#BushidoTagChips {max-width: initial;}
}
@media (max-width: 990px) { 
  .page-content-contact { grid-template-columns: 1fr; } 
  .two-up {grid-template-columns: 1fr;}
  .three-up {grid-template-columns: repeat(2, 1fr);}
  .product-information__grid .media-gallery--carousel slideshow-component:has(slideshow-controls[thumbnails]):has(slideshow-controls[pagination-position=left]){
    display: flex !important;
  }
  .product-information__grid .media-gallery--carousel slideshow-component:has(slideshow-controls[thumbnails]) slideshow-controls[pagination-position=left] {
    /* order: initial; */
    height: initial;
  }
  .product-information__grid slideshow-controls:is([pagination-position=right],[pagination-position=left]) .slideshow-controls__thumbnails{flex-direction: row;}
  .page-content-teams {grid-template-columns: 1fr;}
  .bushido-card .quick{opacity: 1;}
  .template-cart .resource-list.resource-list--grid {
    grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 800px){ 
  .hours{ grid-template-columns: 1fr 1fr } 
  .hours div{ border-right: 0; border-bottom: 1px solid var(--rule) } 
  .bsc-table {font-size: 11px;}
  .bsc-table th,.bsc-table td {padding: 8px 6px;}
}
@media (max-width: 749px) {
  .bushido-filter-bar { flex-direction: column; align-items: flex-start; padding: 16px 0; position: static; }
}
@media (max-width: 720px) {
  .creed { grid-template-columns: 1fr; }
  .creed__item { border-right: 0; border-bottom: 1px solid var(--story-rule, rgba(236,227,204,.14)); }
  .creed__item:last-child { border-bottom: 0; }
  .press { justify-content: center; flex-direction: column; text-align: center; }
  .press__logos { justify-content: center; }
  .footer-blocks-wrapper { grid-template-columns: 1fr; }
  /* .newsletter .email-signup__input-group { border: 0; gap: 10px !important; } */
  .newsletter .email-signup__input-group input { border: 1px solid var(--color-input-border); }
  .newsletter h2 { white-space: break-spaces; }
  .verticals { grid-template-columns: 1fr }
  .lineup { grid-template-columns: 1fr }
  .contact-form__form-row>* { width: 100% !important; order: initial !important; }
  .s-head {flex-direction: column;align-items: flex-start;}
  .hero__inner {padding-bottom: 7rem;}
  .template-cart .section-resource-list__header >.group-block > .group-block-content {flex-direction: column;align-items: flex-start;}
  .marquee__track {gap: 0px;}
}
@media (max-width: 700px) {
  .tl-item {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .pillars {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .bushido-product-grid { grid-template-columns: 1fr !important; }
  .bushido-chip { padding: 7px 12px; font-size: 10px; }
  .three-up {
    grid-template-columns: 1fr;
  }
  .template-cart .resource-list.resource-list--grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 350px) {
  .hero h1 {font-size: clamp(50px, 11vw, 168px);}
}
/* Desktop */
@media screen and (min-width: 1331px) {
  #header-component[data-menu-style='menu'] .header__drawer {
    display: none !important;
    min-height: 0 !important;
  }

  .header-menu {
    display: flex !important;
  }
}

/* Mobile + Tablet */
@media screen and (max-width: 1330px) {
  .header-menu {
    display: none !important;
  }

  .header__drawer {
    display: flex !important;
  }
  .header__columns .search-action {
    grid-area: rightA !important;
    display: block;
    margin: 0 !important;
            width: fit-content;
  }
  header span.svg-wrapper, .header-actions__action, .header-actions__action> * {
    height: 38px !important;
    width: initial !important;
  }
  header-actions {
    gap: 10px;
  }
  .account-button {
    width: 22px !important;
    overflow: hidden;
  }
  .menu-drawer__featured-content{display: none;}
  .menu-drawer__menu-item {
    font-size: 14px !important;
    line-height: 1.55 !important;
    padding: 0 !important;
    min-height: initial !important;
    letter-spacing: .28em;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    position: relative !important;
  }
  li.menu-drawer__list-item--flat {
    padding-bottom: 0.8rem;
    border-bottom: 1px solid rgb(var(--color-border-rgb) / 0.14);
  }
  li.menu-drawer__list-item--flat:last-child {
    border: 0;
  }
  summary.header__icon.header__icon--menu.header__icon--summary {
    padding: 0;
  }
}
.sk-form input[type="text"], .sk-form input[type="number"], 
.sk-form input[type="file"], .sk-form input[type="email"], 
.sk-form input[type="password"], .sk-form input[type="number"], 
.sk-form input[type="tel"], .sk-form input[type="date"], 
.sk-form input[type="time"], .sk-form input[type="datetime-local"], 
.sk-form input[type="url"], .sk-form select, .sk-form textarea{
  border-color: rgb(var(--color-border-rgb) / 0.14) !important;
}