@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700;800&family=DM+Sans:wght@300;400;500&family=DM+Mono:wght@400;500&display=swap");

:where(.ba-site-header, .ba-mobile-menu, .ba-home-main, .ba-intro-section, .ba-matter-section, .ba-worlds-section, .ba-home-shop, .ba-collection-page, .ba-site-footer) {
  --ba-bg: #000000;
  --ba-fg: #ffffff;
  --ba-line: rgba(240, 237, 229, 0.15);
  --ba-muted: rgba(240, 237, 229, 0.45);
  --ba-muted-soft: rgba(240, 237, 229, 0.24);

  --ba-font-display: "Poppins", system-ui, sans-serif;
  --ba-font-body: "DM Sans", system-ui, sans-serif;
  --ba-font-mono: "DM Mono", ui-monospace, monospace;
}

/* =========================================================
   SHOPTET COMPATIBILITY LAYER
   ========================================================= */

body.type-index .ba-home-main,
body.type-index .ba-home-main * {
  box-sizing: border-box;
}

body.type-index .ba-home-main {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background: #000;
  color: var(--ba-fg);
  font-family: var(--ba-font-body);
  overflow-x: hidden;
}

body.type-index .ba-home-main a {
  color: inherit;
  text-decoration: none;
  background: transparent;
  box-shadow: none;
}

body.type-index .ba-home-main button,
body.type-index .ba-home-main input {
  font: inherit;
  border-radius: 0;
  box-shadow: none;
}

body.type-index .ba-home-main img {
  display: block;
  height: auto;
  border: 0;
  box-shadow: none;
}

body.type-index .ba-home-main svg {
  display: block;
  overflow: visible;
}

body.type-index .ba-home-main h1,
body.type-index .ba-home-main h2,
body.type-index .ba-home-main h3,
body.type-index .ba-home-main h4,
body.type-index .ba-home-main p {
  padding: 0;
}

/* The exported homepage sections can also be inserted as standalone blocks. */
body.type-index :where(.ba-intro-section, .ba-matter-section, .ba-worlds-section, .ba-site-footer, .ba-site-header, .ba-mobile-menu),
body.type-index :where(.ba-intro-section, .ba-matter-section, .ba-worlds-section, .ba-site-footer, .ba-site-header, .ba-mobile-menu) * {
  box-sizing: border-box;
}

body.type-index :where(.ba-intro-section, .ba-matter-section, .ba-worlds-section, .ba-site-footer, .ba-site-header, .ba-mobile-menu) {
  color: var(--ba-fg);
  font-family: var(--ba-font-body);
  overflow-x: hidden;
}

body.type-index :where(.ba-intro-section, .ba-matter-section, .ba-worlds-section, .ba-site-footer, .ba-site-header, .ba-mobile-menu) a {
  color: inherit;
  text-decoration: none;
  background: transparent;
  box-shadow: none;
}

body.type-index :where(.ba-intro-section, .ba-matter-section, .ba-worlds-section, .ba-site-footer, .ba-site-header, .ba-mobile-menu) :is(button, input) {
  font: inherit;
  border-radius: 0;
  box-shadow: none;
}

body.type-index :where(.ba-intro-section, .ba-matter-section, .ba-worlds-section, .ba-site-footer, .ba-site-header, .ba-mobile-menu) img {
  display: block;
  height: auto;
  border: 0;
  box-shadow: none;
}

body.type-index :where(.ba-intro-section, .ba-matter-section, .ba-worlds-section, .ba-site-footer, .ba-site-header, .ba-mobile-menu) svg {
  display: block;
  overflow: visible;
}

body.type-index :where(.ba-intro-section, .ba-matter-section, .ba-worlds-section, .ba-site-footer, .ba-site-header, .ba-mobile-menu) :is(h1, h2, h3, h4, p) {
  padding: 0;
}

body .ba-collection-page,
body .ba-collection-page * {
  box-sizing: border-box;
}

body .ba-collection-page {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  font-family: var(--ba-font-body);
  overflow-x: hidden;
}

body .ba-collection-page a {
  color: inherit;
  text-decoration: none;
  background: transparent;
  box-shadow: none;
}

body .ba-collection-page :is(button, input) {
  font: inherit;
  border-radius: 0;
  box-shadow: none;
}

body .ba-collection-page img {
  display: block;
  height: auto;
  border: 0;
  box-shadow: none;
}

body .ba-collection-page svg {
  display: block;
  overflow: visible;
}

body .ba-collection-page :is(h1, h2, h3, h4, p) {
  padding: 0;
}

/* HEADER */

.ba-site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9000;
  display: grid;
  grid-template-columns: 220px 1fr 220px;
  align-items: center;
  height: 64px;
  padding: 0 40px;
  background: #000;
  color: var(--ba-fg);
  border-bottom: 1px solid rgba(240, 237, 229, 0.1);
}

.ba-site-header-logo {
  display: inline-flex;
  align-items: center;
  width: 180px;
}

.ba-site-header-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.ba-site-header-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 32px;
}

.ba-site-header-nav a {
  font-family: var(--ba-font-mono);
  font-size: 8.96px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(240, 237, 229, 0.62);
  transition: color 0.15s ease;
}

.ba-site-header-nav a:hover {
  color: var(--ba-fg);
}

.ba-site-header-cart {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 14px;
  border: 1px solid rgba(240, 237, 229, 0.22);
  font-family: var(--ba-font-mono);
  font-size: 8.96px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(240, 237, 229, 0.62);
  transition:
    color 0.15s ease,
    border-color 0.15s ease,
    background 0.15s ease;
}

.ba-site-header-cart:hover {
  color: var(--ba-bg);
  background: var(--ba-fg);
  border-color: var(--ba-fg);
}

.ba-site-header-menu-toggle {
  display: none;
  justify-self: end;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(240, 237, 229, 0.22);
  background: transparent;
  color: var(--ba-fg);
  cursor: pointer;
}

.ba-site-header-menu-toggle span {
  display: block;
  width: 18px;
  height: 1px;
  margin: 0 auto;
  background: currentColor;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}

.ba-site-header-menu-toggle span + span {
  margin-top: 6px;
}

.ba-site-header-menu-toggle.ba-is-open span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.ba-site-header-menu-toggle.ba-is-open span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

.ba-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 8990;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  background: #000;
  color: var(--ba-fg);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.2s ease,
    visibility 0.2s ease;
}

.ba-mobile-menu.ba-is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.ba-mobile-menu-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(240, 237, 229, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(240, 237, 229, 0.025) 1px, transparent 1px);
  background-size: 64px 64px;
}

.ba-mobile-menu-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 100%;
  padding: 96px 24px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ba-mobile-menu-kicker {
  margin: 0 0 40px;
  font-family: var(--ba-font-mono);
  font-size: 9.28px;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(240, 237, 229, 0.45);
}

.ba-mobile-menu-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ba-mobile-menu-nav a {
  display: block;
  padding: 10px 0;
  font-family: var(--ba-font-display);
  font-size: clamp(38.4px, 13vw, 80px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  color: var(--ba-fg);
  border-bottom: 1px solid rgba(240, 237, 229, 0.1);
}

.ba-mobile-menu-collections {
  margin-top: 56px;
  display: grid;
  gap: 8px;
}

.ba-mobile-menu-collections p,
.ba-mobile-menu-collections a {
  margin: 0;
  font-family: var(--ba-font-mono);
  font-size: 9.28px;
  line-height: 1.6;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ba-mobile-menu-collections p {
  color: rgba(240, 237, 229, 0.38);
}

.ba-mobile-menu-collections a {
  color: rgba(240, 237, 229, 0.68);
}

body.ba-mobile-menu-open {
  overflow: hidden;
}

@media (max-width: 900px) {
  .ba-site-header {
    grid-template-columns: 170px 1fr 170px;
    height: 56px;
    padding: 0 24px;
  }

  .ba-site-header-logo {
    width: 144px;
  }

  .ba-site-header-nav {
    gap: 18px;
  }

  .ba-site-header-nav a {
    font-size: 8px;
    letter-spacing: 0.1em;
  }

  .ba-site-header-cart {
    height: 30px;
    padding: 0 12px;
    font-size: 8px;
  }
}

@media (max-width: 700px) {
  .ba-site-header {
    grid-template-columns: auto 1fr auto;
    height: 56px;
    padding: 0 24px;
  }

  .ba-site-header-logo {
    width: 132px;
  }

  .ba-site-header-nav,
  .ba-site-header-cart {
    display: none;
  }

  .ba-site-header-menu-toggle {
    display: block;
  }
}

/* HERO */

.ba-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
  background: var(--ba-bg);

  --ba-hero-axis: 47%;

  /* Základní velikosti pro velký desktop */
  --ba-logo-w: 1500px;
  --ba-symbol-w: 910px;
  --ba-manifest-max: 64px;

  /* Hodnota řízená JS pro jemnou paralaxu */
  --ba-scroll-y: 0;
}

.ba-grid-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(240, 237, 229, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(240, 237, 229, 0.025) 1px, transparent 1px);
  background-size: 64px 64px;
}

.ba-home-main {
  position: relative;
}

.ba-hero-video-layer {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}

.ba-ambient-video-frame {
  position: absolute;
  width: min(42vw, 760px);
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
  opacity: 0;
  transform: scale(0.98);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

.ba-ambient-video-frame.ba-is-visible {
  opacity: 0.88;
  transform: scale(1);
}

.ba-ambient-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter:
    contrast(1.08)
    saturate(0.85)
    brightness(0.72);
}

@media (max-width: 700px) {
  .ba-hero-video-layer {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ba-hero-video-layer {
    display: none;
  }
}

/* Pravý velký SVG symbol */

body.type-index .ba-home-main .ba-hero .ba-hero-symbol-large {
  position: relative;
  z-index: 0;
  top: auto;
  right: auto;
  display: block;
  width: auto;
  height: var(--ba-brand-lockup-h);
  opacity: 1;
  transform: none;
  pointer-events: none;
  justify-self: end;
  max-width: 100%;
}

/* Pravý horní technický text */

.ba-hero-coords {
  position: absolute;
  z-index: 3;
  top: 80px;
  right: 40px;
  color: var(--ba-muted-soft);
  font-family: var(--ba-font-mono);
  font-size: 9.28px;
  line-height: 2;
  letter-spacing: 0.14em;
  text-align: right;
  text-transform: uppercase;
}

/* Vnitřek hero sekce */

.ba-hero-inner {
  position: relative;
  z-index: 3;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 112px 40px 80px;
}

body.type-index .ba-home-main .ba-hero-kicker {
  margin: 0 0 40px;
  color: rgba(240, 237, 229, 0.35);
  font-family: var(--ba-font-mono);
  font-size: 9.28px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* Logo */

body.type-index .ba-home-main .ba-hero .ba-hero-brand-lockup {
  --ba-brand-lockup-h: min(680px, 26.72vw);

  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: space-between;
  gap: clamp(32px, 4vw, 96px);
  width: 100%;
  max-width: 100%;
}

body.type-index .ba-home-main .ba-hero-title {
  margin: 0;
  font-family: var(--ba-font-display);
  font-size: clamp(64px, 14vw, 320px);
  font-weight: 700;
  line-height: 0.88;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

body.type-index .ba-home-main .ba-hero .ba-hero-logo-title img {
  display: block;
  width: auto;
  height: var(--ba-brand-lockup-h);
  max-width: none;
}

body.type-index .ba-home-main .ba-hero .ba-hero-symbol-title {
  display: none;
}

/* Linka */

.ba-rule {
  height: 1px;
  margin: 40px 0;
  background: var(--ba-line);
}

/* Spodní obsah */

.ba-hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: end;
}

body.type-index .ba-home-main .ba-manifest {
  margin: 0;
  font-family: var(--ba-font-display);
  font-size: clamp(20px, 3.5vw, var(--ba-manifest-max));
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.ba-hero-copy-block {
  max-width: none;
  align-self: end;
  justify-self: end;
  transform: none;
}

body.type-index .ba-home-main .ba-hero-cta-label {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.65);
  font-family: var(--ba-font-mono);
  font-size: 9.92px;
  line-height: 1.4;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

/* Tlačítka */

body.type-index .ba-home-main .ba-button-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-end;
  width: max-content;
  max-width: 100%;
}

body.type-index .ba-home-main .ba-btn {
  --ba-btn-arrow-color: var(--ba-bg);
  display: inline-flex !important;
  align-items: stretch;
  justify-content: space-between;
  gap: 12px;
  min-height: 48px;
  height: 48px;
  min-width: 0;
  padding: 6px;
  border: 1px solid var(--ba-fg);
  background: transparent;
  color: var(--ba-fg);
  font-family: var(--ba-font-mono);
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
  margin: 0;
  border-radius: 0;
  text-decoration: none;
  box-sizing: border-box;
  overflow: hidden;
  flex: 0 0 auto;
  transition:
    background 0.15s ease,
    color 0.15s ease,
    border-color 0.15s ease;
}
body.type-index .ba-home-main .ba-btn-label {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  margin: 0;
  padding: 0 24px;
  color: var(--ba-fg);
  background: transparent;
  font-family: var(--ba-font-mono);
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  transition: color 0.15s ease;
}

body.type-index .ba-home-main .ba-btn-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  flex: 0 0 36px;
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  background: var(--ba-fg);
  color: var(--ba-bg);
  transition:
    background 0.15s ease,
    color 0.15s ease;
}

body.type-index .ba-home-main .ba-btn-arrow {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  object-fit: contain;
  color: var(--ba-btn-arrow-color);
  fill: currentColor;
  transform: rotate(90deg);
  transition: color 0.15s ease;
}

body.type-index .ba-home-main .ba-btn:hover {
  --ba-btn-arrow-color: var(--ba-fg);
  background: var(--ba-fg);
  color: var(--ba-bg);
  border-color: var(--ba-fg);
}
body.type-index .ba-home-main .ba-btn:hover .ba-btn-icon {
  background: var(--ba-bg);
  color: var(--ba-fg);
}

body.type-index .ba-home-main .ba-btn:hover .ba-btn-label {
  color: var(--ba-bg);
}

body.type-index .ba-home-main .ba-btn:hover .ba-btn-arrow {
  color: var(--ba-fg);
}

/* Spodní lišta */

.ba-hero-bottom {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  border-top: 1px solid rgba(240, 237, 229, 0.08);
  color: var(--ba-muted-soft);
  font-family: var(--ba-font-mono);
  font-size: 8.32px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.ba-pulse {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 10px;
  background: var(--ba-fg);
  animation: ba-pulse 1.5s infinite;
}

@keyframes ba-pulse {
  50% {
    opacity: 0.25;
  }
}

/* 
  DESKTOP / NOTEBOOK ŠKÁLOVÁNÍ

  Do 2200 px zůstává kompozice v plné velikosti.
  Pod 2200 px se hlavní objekty zmenšují proporčně:
  logo, symbol, video a manifest.
*/

@media (max-width: 2200px) {
  .ba-hero {
    --ba-logo-w: 1380px;
    --ba-symbol-w: 837px;
    --ba-manifest-max: 58.88px;
  }
}

@media (max-width: 2100px) {
  .ba-hero {
    --ba-logo-w: 1260px;
    --ba-symbol-w: 764px;
    --ba-manifest-max: 53.76px;
  }
}

@media (max-width: 1900px) {
  .ba-hero {
    --ba-logo-w: 1140px;
    --ba-symbol-w: 692px;
    --ba-manifest-max: 48.64px;
  }
}

@media (max-width: 1700px) {
  .ba-hero {
    --ba-logo-w: 1020px;
    --ba-symbol-w: 619px;
    --ba-manifest-max: 43.52px;
  }
}

@media (max-width: 1500px) {
  .ba-hero {
    --ba-logo-w: 900px;
    --ba-symbol-w: 546px;
    --ba-manifest-max: 38.4px;
  }

  .ba-hero-copy-block {
    transform: none;
  }
}

@media (max-width: 1300px) {
  .ba-hero {
    --ba-logo-w: 780px;
    --ba-symbol-w: 473px;
    --ba-manifest-max: 33.28px;
  }
}

/* TABLET / iPad */

@media (max-width: 900px) {
  body.type-index .ba-home-main .ba-hero .ba-hero-brand-lockup {
    display: contents;
  }

  .ba-hero {
    min-height: 100svh;
    --ba-hero-axis: 38%;
  }

  .ba-hero-inner {
    position: relative;
    z-index: 2;
    min-height: 100svh;
    justify-content: center;
    padding: 96px 32px 80px;
  }

  body.type-index .ba-home-main .ba-hero-kicker {
    margin-bottom: 28px;
  }

  body.type-index .ba-home-main .ba-hero .ba-hero-symbol-large {
    position: absolute;
    right: -42vw;
    top: 38%;
    width: min(78vw, 560px);
    height: auto;
    opacity: 0.45;
    z-index: -1;

    /* Na tabletu bez paralaxy */
    transform: translateY(-50%);
  }

  body.type-index .ba-home-main .ba-hero .ba-hero-logo-title img {
    width: min(78vw, 680px);
    height: auto;
    max-width: 100%;
  }

  .ba-rule {
    margin: 32px 0;
  }

  .ba-hero-content {
    grid-template-columns: 1fr;
    gap: 32px;
    align-items: start;
  }

  body.type-index .ba-home-main .ba-manifest {
    font-size: clamp(28.8px, 6vw, 49.6px);
    line-height: 1.02;
  }

  .ba-hero-copy-block {
    width: 100%;
    max-width: none;
    justify-self: stretch;
    align-self: start;
    transform: none;
  }

.ba-hero-coords {
    display: none;
  }

  body.type-index .ba-home-main .ba-button-row {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }

  body.type-index .ba-home-main .ba-btn {
    width: 100%;
    min-width: 0;
  }
}

/* MOBIL */

@media (max-width: 560px) {
  .ba-hero {
    min-height: 100svh;
  }

  .ba-hero-inner {
    position: relative;
    z-index: 2;
    min-height: 100svh;
    justify-content: center;
    padding: 72px 24px 76px;
  }

  body.type-index .ba-home-main .ba-hero-kicker {
    margin-bottom: 24px;
    font-size: 8.32px;
  }

  body.type-index .ba-home-main .ba-hero .ba-hero-logo-title img {
    width: min(88vw, 620px);
  }

  body.type-index .ba-home-main .ba-hero .ba-hero-symbol-title {
    display: block;
    width: min(88vw, 620px);
    height: auto;
    margin: 0 0 18px;
  }

  body.type-index .ba-home-main .ba-hero .ba-hero-symbol-large {
    display: none;
  }

  .ba-rule {
    margin: 28px 0;
  }

  .ba-hero-content {
    gap: 28px;
  }

  body.type-index .ba-home-main .ba-manifest {
    font-size: clamp(24.8px, 9vw, 39.2px);
    line-height: 1.02;
  }

  .ba-hero-copy-block {
    width: 100%;
    max-width: 100%;
  }

body.type-index .ba-home-main .ba-button-row {
    width: 100%;
    max-width: none;
    align-items: stretch;
  }

  body.type-index .ba-home-main .ba-btn {
    width: 100%;
    max-width: none;
    flex: 1 1 auto;
  }

  body.type-index .ba-home-main .ba-btn-label {
    flex: 1 1 auto;
    justify-content: flex-start;
    margin-right: auto;
    text-align: left;
  }

  body.type-index .ba-home-main .ba-btn-icon {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
  }

  .ba-hero-bottom {
    height: 40px;
    padding: 0 24px;
    font-size: 7.68px;
  }
}

.ba-site-footer {
  position: relative;
  overflow: hidden;
  background: #000;
  color: var(--ba-fg);
  border-top: 1px solid rgba(240, 237, 229, 0.12);
}

.ba-footer-grid-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(240, 237, 229, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(240, 237, 229, 0.025) 1px, transparent 1px);
  background-size: 64px 64px;
}

.ba-footer-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 1.25fr) repeat(4, minmax(140px, 0.6fr));
  gap: 40px;
  padding: 96px 40px 72px;
}

.ba-site-footer .ba-footer-kicker,
.ba-site-footer .ba-footer-title,
.ba-site-footer .ba-footer-copy,
.ba-site-footer .ba-footer-bottom,
.ba-site-footer .ba-footer-nav-block a,
.ba-site-footer .ba-footer-form input,
.ba-site-footer .ba-footer-form button {
  font-family: var(--ba-font-mono);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.ba-site-footer .ba-footer-kicker,
.ba-site-footer .ba-footer-title {
  margin: 0 0 24px;
  font-size: 9.28px;
  color: rgba(240, 237, 229, 0.45);
}

.ba-site-footer .ba-footer-logo-link {
  display: inline-block;
  width: min(33.6vw, 496px);
  max-width: 100%;
}

.ba-site-footer .ba-footer-logo-img {
  display: block;
  width: 100%;
  height: auto;
}

.ba-site-footer .ba-footer-nav-block {
  display: flex;
  flex-direction: column;
}

.ba-site-footer .ba-footer-nav-block a {
  padding: 9px 0;
  border-bottom: 1px solid rgba(240, 237, 229, 0.08);
  font-size: 9.92px;
  color: rgba(240, 237, 229, 0.55);
  transition: color 0.15s ease;
}

.ba-site-footer .ba-footer-nav-block a:hover {
  color: var(--ba-fg);
}

.ba-site-footer .ba-footer-copy {
  margin: 0 0 24px;
  max-width: 320px;
  font-size: 9.92px;
  line-height: 1.8;
  color: rgba(240, 237, 229, 0.48);
}

.ba-site-footer .ba-footer-form {
  display: flex;
  width: 100%;
  max-width: 360px;
}

.ba-site-footer .ba-footer-form input {
  min-width: 0;
  flex: 1;
  height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(240, 237, 229, 0.22);
  border-right: 0;
  background: transparent;
  color: var(--ba-fg);
  font-size: 9.92px;
  outline: none;
}

.ba-site-footer .ba-footer-form input::placeholder {
  color: rgba(240, 237, 229, 0.35);
}

.ba-site-footer .ba-footer-form button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(240, 237, 229, 0.22);
  background: var(--ba-fg);
  color: #000;
  padding: 0;
  cursor: pointer;
}

.ba-site-footer .ba-footer-arrow {
  display: block;
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.ba-site-footer .ba-footer-bottom {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 20px 40px;
  border-top: 1px solid rgba(240, 237, 229, 0.08);
  font-size: 8.32px;
  color: rgba(240, 237, 229, 0.32);
}

.ba-site-footer .ba-footer-bottom p {
  margin: 0;
}

.ba-site-footer .ba-footer-bottom p:nth-child(2) {
  text-align: center;
}

.ba-site-footer .ba-footer-bottom p:nth-child(3) {
  text-align: right;
}

@media (max-width: 1200px) {
  .ba-footer-inner {
    grid-template-columns: 1fr 1fr;
  }

  .ba-footer-brand-block {
    grid-column: 1 / -1;
  }

  .ba-site-footer .ba-footer-logo-link {
    width: min(56vw, 496px);
  }
}

@media (max-width: 700px) {
  .ba-footer-inner {
    grid-template-columns: 1fr;
    padding: 72px 24px 56px;
  }

  .ba-footer-bottom {
    grid-template-columns: 1fr;
    padding: 20px 24px;
  }

  .ba-site-footer .ba-footer-bottom p,
  .ba-site-footer .ba-footer-bottom p:nth-child(2),
  .ba-site-footer .ba-footer-bottom p:nth-child(3) {
    text-align: left;
  }

  .ba-site-footer .ba-footer-form {
    max-width: none;
  }

  .ba-site-footer .ba-footer-logo-link {
    width: min(80vw, 416px);
  }
}

/* INTRO SECTION */

.ba-intro-section {
  position: relative;
  min-height: 100vh;
  padding: 120px 40px;
  background: #030303;
  color: var(--ba-fg);
  border-top: 1px solid rgba(240, 237, 229, 0.12);
  overflow: hidden;
}

.ba-intro-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(240, 237, 229, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(240, 237, 229, 0.018) 1px, transparent 1px);
  background-size: 64px 64px;
}

.ba-intro-inner {
  position: relative;
  z-index: 3;
  width: 100%;
  min-height: calc(100vh - 240px);
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ba-intro-meta {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 64px;
  color: var(--ba-muted-soft);
  font-family: var(--ba-font-mono);
  font-size: 9.28px;
  line-height: 1.7;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.type-index :is(.ba-intro-section, .ba-matter-section, .ba-worlds-section) .ba-section-kicker,
body.type-index :is(.ba-intro-section, .ba-matter-section, .ba-worlds-section) .ba-section-code {
  margin: 0;
}

.ba-intro-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr);
  gap: 80px;
  align-items: end;
}

body.type-index .ba-intro-section .ba-intro-title {
  margin: 0;
  max-width: 1180px;
  font-family: var(--ba-font-display);
  font-size: clamp(51.2px, 7.6vw, 134.4px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  color: var(--ba-fg) !important;
}

.ba-intro-copy {
  max-width: 520px;
  justify-self: end;
  color: rgba(240, 237, 229, 0.58);
  font-family: var(--ba-font-mono);
  font-size: 12.16px;
  line-height: 1.9;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ba-intro-copy p {
  margin: 0;
}

.ba-intro-copy p + p {
  margin-top: 28px;
}

/* INTRO TABLET */

@media (max-width: 900px) {
  .ba-intro-section {
    min-height: auto;
    padding: 100px 32px;
  }

  .ba-intro-inner {
    min-height: auto;
    width: 100%;
  }

  .ba-intro-meta {
    display: block;
    margin-bottom: 48px;
    font-size: 8.96px;
  }

  body.type-index :is(.ba-intro-section, .ba-matter-section) .ba-section-code {
    margin-top: 12px;
  }

  .ba-intro-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    align-items: start;
  }

  body.type-index .ba-intro-section .ba-intro-title {
    max-width: 100%;
    font-size: clamp(44.8px, 10vw, 92.8px);
    line-height: 1.02;
  }

  .ba-intro-copy {
    max-width: 560px;
    justify-self: start;
    font-size: 11.52px;
    line-height: 1.85;
  }
}

/* INTRO MOBIL */

@media (max-width: 560px) {
  .ba-intro-section {
    min-height: auto;
    padding: 88px 24px;
  }

  .ba-intro-inner {
    min-height: auto;
    width: 100%;
  }

  .ba-intro-meta {
    display: block;
    margin-bottom: 40px;
    font-size: 8.32px;
    line-height: 1.7;
  }

  body.type-index :is(.ba-intro-section, .ba-matter-section) .ba-section-code {
    margin-top: 12px;
  }

  .ba-intro-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: start;
  }

  body.type-index .ba-intro-section .ba-intro-title {
    max-width: 100%;
    font-size: clamp(37.6px, 13vw, 67.2px);
    line-height: 1.02;
    letter-spacing: -0.055em;
  }

  .ba-intro-copy {
    max-width: 100%;
    justify-self: start;
    font-size: 10.56px;
    line-height: 1.8;
  }

  .ba-intro-copy p + p {
    margin-top: 24px;
  }
}

/* MATTER SECTION */

.ba-matter-section {
  position: relative;
  min-height: 100vh;
  background: #030303;
  color: var(--ba-fg);
  border-top: 1px solid rgba(240, 237, 229, 0.12);
  overflow: hidden;
}

.ba-matter-grid-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(240, 237, 229, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(240, 237, 229, 0.018) 1px, transparent 1px);
  background-size: 64px 64px;
}

.ba-matter-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 120px 40px 0;
}

.ba-matter-meta {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 72px;
  color: var(--ba-muted-soft);
  font-family: var(--ba-font-mono);
  font-size: 9.28px;
  line-height: 1.7;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.type-index :is(.ba-intro-section, .ba-matter-section, .ba-worlds-section) .ba-section-kicker,
body.type-index :is(.ba-intro-section, .ba-matter-section, .ba-worlds-section) .ba-section-code {
  margin: 0;
}

.ba-matter-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 88px;
}

body.type-index .ba-matter-section .ba-matter-title {
  max-width: 1180px;
  margin: 0;
  font-family: var(--ba-font-display);
  font-size: clamp(51.2px, 7.6vw, 134.4px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  color: var(--ba-fg) !important;
}

body.type-index .ba-matter-section .ba-matter-lead {
  max-width: 520px;
  margin: 0;
  justify-self: end;
  color: rgba(240, 237, 229, 0.58);
  font-family: var(--ba-font-mono);
  font-size: 12.16px;
  line-height: 1.9;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ba-matter-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-right: -40px;
  margin-left: -40px;
  border-top: 1px solid rgba(240, 237, 229, 0.08);
}

.ba-matter-card {
  position: relative;
  min-height: 560px;
  padding: 32px 40px 40px;
  border-right: 1px solid rgba(240, 237, 229, 0.08);
  overflow: hidden;
}

.ba-matter-card:last-child {
  border-right: 0;
}

.ba-matter-cacao {
  margin-bottom: 56px;
  color: rgba(240, 237, 229, 0.07);
  font-family: var(--ba-font-display);
  font-size: clamp(112px, 13vw, 288px);
  font-weight: 700;
  line-height: 0.82;
  letter-spacing: -0.07em;
}

.ba-matter-card:hover .ba-matter-cacao {
  color: rgba(240, 237, 229, 0.12);
}

.ba-matter-card-body {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(240, 237, 229, 0.1);
  padding-top: 24px;
}

.ba-matter-card-head {
  margin-bottom: 20px;
}

body.type-index .ba-matter-section .ba-matter-code {
  font-family: var(--ba-font-display);
  font-size: clamp(20px, 2.4vw, 35.2px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

body.type-index .ba-matter-section .ba-matter-sub {
  color: rgba(240, 237, 229, 0.42);
  font-family: var(--ba-font-mono);
  font-size: 9.28px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.type-index .ba-matter-section .ba-matter-desc {
  max-width: 330px;
  margin: 0 0 32px;
  color: rgba(240, 237, 229, 0.38);
  font-family: var(--ba-font-mono);
  font-size: 10.88px;
  line-height: 1.9;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ba-matter-data {
  border-top: 1px solid rgba(240, 237, 229, 0.04);
}

.ba-matter-row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(240, 237, 229, 0.06);
  color: rgba(240, 237, 229, 0.62);
  font-family: var(--ba-font-mono);
  font-size: 8.96px;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ba-matter-row span:first-child {
  color: rgba(240, 237, 229, 0.28);
}

.ba-matter-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 32px;
}

body.type-index .ba-matter-section .ba-matter-price {
  font-family: var(--ba-font-display);
  font-size: 21.6px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

body.type-index .ba-matter-section .ba-matter-btn {
  --ba-matter-arrow-color: var(--ba-bg);
  display: inline-flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 8px;
  height: 32px;
  min-height: 32px;
  min-width: 0;
  padding: 4px;
  border: 1px solid currentColor;
  background: transparent;
  color: var(--ba-fg);
  font-family: var(--ba-font-mono);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  flex: 0 0 auto;
  transition:
    background 0.15s ease,
    color 0.15s ease,
    border-color 0.15s ease;
}
body.type-index .ba-matter-section .ba-matter-btn-label {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  padding: 0 12px;
}

body.type-index .ba-matter-section .ba-matter-btn-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  flex: 0 0 24px;
  box-sizing: border-box;
  background: currentColor;
  transition: background 0.15s ease;
}

body.type-index .ba-matter-section .ba-matter-btn-arrow {
  display: block;
  width: 12px;
  height: 12px;
  object-fit: contain;
  color: var(--ba-matter-arrow-color);
  fill: currentColor;
  transition: color 0.15s ease;
}

body.type-index .ba-matter-section .ba-matter-btn:hover {
  --ba-matter-arrow-color: var(--ba-fg);
  background: var(--ba-fg);
  color: #000;
  border-color: var(--ba-fg);
}
body.type-index .ba-matter-section .ba-matter-btn:hover .ba-matter-btn-icon {
  background: #000;
}

body.type-index .ba-matter-section .ba-matter-btn:hover .ba-matter-btn-arrow {
  color: var(--ba-fg);
}

/* MATTER NOTEBOOK */

@media (max-width: 1400px) {
  .ba-matter-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .ba-matter-card {
    border-bottom: 1px solid rgba(240, 237, 229, 0.08);
  }

  .ba-matter-card:nth-child(2n) {
    border-right: 0;
  }

  .ba-matter-card:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
}

/* MATTER TABLET */

@media (max-width: 900px) {
  .ba-matter-inner {
    padding: 100px 32px 0;
  }

  .ba-matter-meta {
    display: block;
    margin-bottom: 48px;
    font-size: 8.96px;
  }

  body.type-index :is(.ba-intro-section, .ba-matter-section) .ba-section-code {
    margin-top: 12px;
  }

  .ba-matter-intro {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 64px;
  }

  body.type-index .ba-matter-section .ba-matter-title {
    max-width: 100%;
    font-size: clamp(44.8px, 10vw, 92.8px);
    line-height: 1.02;
  }

  body.type-index .ba-matter-section .ba-matter-lead {
    max-width: 560px;
    justify-self: start;
    font-size: 11.52px;
    line-height: 1.85;
  }

  .ba-matter-cards {
    grid-template-columns: 1fr;
    margin-right: -32px;
    margin-left: -32px;
  }

  .ba-matter-card,
  .ba-matter-card:nth-child(2n),
  .ba-matter-card:nth-last-child(-n + 2) {
    min-height: auto;
    padding: 32px;
    border-right: 0;
    border-bottom: 1px solid rgba(240, 237, 229, 0.08);
  }

  .ba-matter-card:last-child {
    border-bottom: 0;
  }

  .ba-matter-cacao {
    margin-bottom: 40px;
    font-size: clamp(128px, 34vw, 256px);
  }

  body.type-index .ba-matter-section .ba-matter-desc {
    max-width: 520px;
  }
}

/* MATTER MOBIL */

@media (max-width: 560px) {
  .ba-matter-inner {
    padding: 88px 24px 0;
  }

  .ba-matter-meta {
    margin-bottom: 40px;
    font-size: 8.32px;
    line-height: 1.7;
  }

  .ba-matter-intro {
    gap: 36px;
    margin-bottom: 56px;
  }

  body.type-index .ba-matter-section .ba-matter-title {
    font-size: clamp(37.6px, 13vw, 67.2px);
    line-height: 1.02;
    letter-spacing: -0.055em;
  }

  body.type-index .ba-matter-section .ba-matter-lead {
    font-size: 10.56px;
    line-height: 1.8;
  }

  .ba-matter-cards {
    margin-right: -24px;
    margin-left: -24px;
  }

  .ba-matter-card {
    padding: 28px 24px 32px;
  }

  .ba-matter-cacao {
    margin-bottom: 36px;
    font-size: clamp(120px, 42vw, 208px);
  }

  body.type-index .ba-matter-section .ba-matter-code {
    font-size: 23.2px;
  }

  body.type-index .ba-matter-section .ba-matter-sub {
    display: block;
    margin-top: 8px;
    font-size: 8.32px;
  }

  body.type-index .ba-matter-section .ba-matter-desc {
    max-width: 100%;
    font-size: 10.24px;
    line-height: 1.8;
  }

  .ba-matter-row {
    font-size: 8.32px;
    letter-spacing: 0.1em;
  }

  .ba-matter-price-row {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
  }

  body.type-index .ba-matter-section .ba-matter-btn {
    width: 100%;
  }
}

/* WORLDS SECTION */

.ba-worlds-section {
  position: relative;
  background: #000;
  color: var(--ba-fg);
  border-top: 1px solid rgba(240, 237, 229, 0.12);
  overflow: hidden;
}

.ba-worlds-grid-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(240, 237, 229, 0.016) 1px, transparent 1px),
    linear-gradient(90deg, rgba(240, 237, 229, 0.016) 1px, transparent 1px);
  background-size: 64px 64px;
}

.ba-worlds-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 120px 40px 88px;
}

.ba-worlds-head {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr);
  gap: 80px;
  align-items: end;
}

.ba-worlds-head .ba-section-kicker {
  color: var(--ba-muted-soft);
  font-family: var(--ba-font-mono);
  font-size: 9.28px;
  line-height: 1.7;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.type-index .ba-worlds-section .ba-worlds-title {
  max-width: 1180px;
  margin: 72px 0 0;
  font-family: var(--ba-font-display);
  font-size: clamp(51.2px, 7.6vw, 134.4px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  color: var(--ba-fg) !important;
}

body.type-index .ba-worlds-section .ba-worlds-lead {
  max-width: 520px;
  margin: 0;
  justify-self: end;
  color: rgba(240, 237, 229, 0.58);
  font-family: var(--ba-font-mono);
  font-size: 12.16px;
  line-height: 1.9;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ba-worlds-cards {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  border-top: 1px solid rgba(240, 237, 229, 0.08);
}

.ba-world-card {
  position: relative;
  min-height: 78vh;
  padding: 56px 40px 40px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-right: 1px solid rgba(0, 0, 0, 0.16);
}

.ba-world-card:last-child {
  border-right: 0;
}

.ba-world-card-meganugath {
  --ba-world-card-bg: #b83208;
  --ba-world-card-fg: #f5e8c7;
  background: #b83208;
  color: #f5e8c7;
}

.ba-world-card-acid {
  --ba-world-card-bg: #d8c800;
  --ba-world-card-fg: #0a0a00;
  background: #d8c800;
  color: #0a0a00;
}

.ba-world-card-crunchcore {
  --ba-world-card-bg: #01372c;
  --ba-world-card-fg: #e64010;
  background: #01372c;
  color: #e64010;
}

.ba-world-card-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(currentColor 1px, transparent 1px),
    linear-gradient(90deg, currentColor 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: 0.035;
}

.ba-world-card-crunchcore .ba-world-card-grid {
  opacity: 0.075;
}

.ba-world-card-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  color: var(--ba-world-card-fg) !important;
  font-family: var(--ba-font-mono);
  font-size: 8.32px;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ba-world-card-content {
  position: relative;
  z-index: 1;
}

body.type-index .ba-worlds-section .ba-world-card h3 {
  margin: 0 0 14px;
  font-family: var(--ba-font-display);
  font-size: clamp(44.8px, 5.8vw, 124.8px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  color: var(--ba-world-card-fg) !important;
}

body.type-index .ba-worlds-section .ba-world-card h3 span {
  display: block;
}

body.type-index .ba-worlds-section .ba-world-claim {
  margin: 0 0 24px;
  font-family: var(--ba-font-display);
  font-size: clamp(16px, 2vw, 29.6px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  color: var(--ba-world-card-fg) !important;
}

body.type-index .ba-worlds-section .ba-world-desc {
  max-width: 330px;
  margin: 0;
  font-family: var(--ba-font-mono);
  font-size: 10.88px;
  line-height: 1.9;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ba-world-card-fg) !important;
}

body.type-index .ba-worlds-section .ba-world-link {
  display: inline-flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 10px;
  height: 40px;
  min-height: 40px;
  min-width: 0;
  margin-top: 32px;
  padding: 5px;
  border: 1px solid var(--ba-world-card-fg);
  background: transparent;
  color: var(--ba-world-card-fg);
  --ba-world-arrow-color: var(--ba-world-card-bg);
  font-family: var(--ba-font-mono);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  flex: 0 0 auto;
  transition:
    background 0.15s ease,
    color 0.15s ease,
    border-color 0.15s ease;
}
body.type-index .ba-worlds-section .ba-world-link-label {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  padding: 0 16px;
}

body.type-index .ba-worlds-section .ba-world-link-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  flex: 0 0 30px;
  box-sizing: border-box;
  background: var(--ba-world-card-fg);
  transition: background 0.15s ease;
}

body.type-index .ba-worlds-section .ba-world-link-arrow {
  display: block;
  width: 14px;
  height: 14px;
  color: var(--ba-world-arrow-color);
  fill: currentColor;
  transition: color 0.15s ease;
}
body.type-index .ba-worlds-section .ba-world-link:hover {
  background: var(--ba-world-card-fg);
  color: var(--ba-world-card-bg);
  border-color: var(--ba-world-card-fg);
  --ba-world-arrow-color: var(--ba-world-card-fg);
}

body.type-index .ba-worlds-section .ba-world-link:hover .ba-world-link-icon {
  background: var(--ba-world-card-bg);
}

body.type-index .ba-worlds-section .ba-world-link:hover .ba-world-link-arrow {
  color: var(--ba-world-card-fg);
}

/* WORLDS TABLET */

@media (max-width: 1100px) {
  .ba-worlds-cards {
    grid-template-columns: 1fr;
  }

  .ba-world-card {
    min-height: 62vh;
    padding: 56px 40px 44px;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  }

  .ba-world-card:last-child {
    border-bottom: 0;
  }

  body.type-index .ba-worlds-section .ba-world-card h3 {
    font-size: clamp(57.6px, 13vw, 128px);
  }

}

@media (max-width: 900px) {
  .ba-worlds-inner {
    padding: 100px 32px 72px;
  }

  .ba-worlds-head {
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: start;
  }

  body.type-index .ba-worlds-section .ba-worlds-title {
    max-width: 100%;
    margin-top: 48px;
    font-size: clamp(44.8px, 10vw, 92.8px);
    line-height: 1.02;
  }

  body.type-index .ba-worlds-section .ba-worlds-lead {
    max-width: 560px;
    justify-self: start;
    font-size: 11.52px;
    line-height: 1.85;
  }

  .ba-world-card {
    min-height: 58vh;
    padding: 56px 32px 40px;
  }

  .ba-world-card-top {
    padding: 0 32px;
  }

  body.type-index .ba-worlds-section .ba-world-desc {
    max-width: 520px;
  }
}

/* WORLDS MOBIL */

@media (max-width: 560px) {
  .ba-worlds-inner {
    padding: 88px 24px 56px;
  }

  .ba-worlds-head {
    gap: 36px;
  }

  body.type-index .ba-worlds-section .ba-worlds-title {
    margin-top: 40px;
    font-size: clamp(37.6px, 13vw, 67.2px);
    line-height: 1.02;
    letter-spacing: -0.055em;
  }

  body.type-index .ba-worlds-section .ba-worlds-lead {
    font-size: 10.56px;
    line-height: 1.8;
  }

  .ba-world-card {
    min-height: 520px;
    padding: 56px 24px 32px;
  }

  .ba-world-card-top {
    height: 44px;
    padding: 0 24px;
    font-size: 7.68px;
  }

  body.type-index .ba-worlds-section .ba-world-card h3 {
    font-size: clamp(48px, 16vw, 76.8px);
    line-height: 0.98;
  }

  body.type-index .ba-worlds-section .ba-world-claim {
    font-size: clamp(16px, 5.8vw, 23.2px);
  }

  body.type-index .ba-worlds-section .ba-world-desc {
    max-width: 100%;
    font-size: 10.24px;
    line-height: 1.8;
  }

  body.type-index .ba-worlds-section .ba-world-link {
    width: 100%;
    margin-top: 28px;
  }

}

/* COLLECTION DETAIL */

.ba-collection-page-meganugath {
  --ba-collection-bg: #B83208;
  --ba-collection-fg: #F5E8C7;
  --ba-collection-secondary: #7A1F04;
  background: var(--ba-collection-bg);
  color: var(--ba-collection-fg);
}

.ba-collection-page-acid-riot {
  --ba-collection-bg: #d8c800;
  --ba-collection-fg: #0a0a00;
  --ba-collection-secondary: #e8194b;
  background: var(--ba-collection-bg);
  color: var(--ba-collection-fg);
}

.ba-collection-page-crunchcore {
  --ba-collection-bg: #01372c;
  --ba-collection-fg: #e64010;
  --ba-collection-secondary: #f0ede5;
  background: var(--ba-collection-bg);
  color: var(--ba-collection-fg);
}

.ba-collection-detail-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 88px 40px 60px;
  overflow: hidden;
  background: var(--ba-collection-bg);
  color: var(--ba-collection-fg);
}

.ba-collection-detail-grid-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(currentColor 1px, transparent 1px),
    linear-gradient(90deg, currentColor 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.04;
}

body .ba-collection-page .ba-collection-back-link {
  position: absolute;
  z-index: 2;
  top: 36px;
  left: 40px;
  color: currentColor;
  font-size: 9.28px;
}

body .ba-collection-page .ba-collection-detail-type {
  position: relative;
  margin: 0 0 18px;
  font-family: var(--ba-font-mono);
  font-size: 9.92px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ba-collection-fg);
  opacity: 1;
}

body .ba-collection-page .ba-collection-detail-title {
  position: relative;
  z-index: 1;
  font-family: var(--ba-font-display);
  font-weight: 700;
  font-size: clamp(64px, 14vw, 320px);
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-transform: uppercase;
  margin: 0;
}

body .ba-collection-page .ba-collection-detail-claim {
  position: relative;
  z-index: 1;
  margin: 28px 0 0;
  font-family: var(--ba-font-display);
  font-weight: 700;
  font-size: clamp(20px, 3.5vw, 64px);
  line-height: 1.02;
  text-transform: uppercase;
  opacity: 1;
}

.ba-collection-detail-body {
  background: var(--ba-collection-bg);
  color: var(--ba-collection-fg);
  padding: 72px 40px;
}

.ba-collection-detail-analysis {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  margin-bottom: 88px;
}

body .ba-collection-page .ba-collection-section-kicker,
body .ba-collection-page .ba-collection-back-link,
body .ba-collection-page .ba-collection-meta-row,
body .ba-collection-page .ba-collection-praline-index,
body .ba-collection-page .ba-collection-praline-desc,
body .ba-collection-page .ba-collection-format-list {
  font-family: var(--ba-font-mono);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

body .ba-collection-page .ba-collection-section-kicker {
  margin: 0 0 28px;
  font-size: 9.28px;
  opacity: 0.45;
}

body .ba-collection-page .ba-collection-detail-copy {
  max-width: 540px;
  margin: 0;
  font-family: var(--ba-font-body);
  font-size: clamp(17.6px, 1.5vw, 25.6px);
  line-height: 1.55;
}

.ba-collection-detail-meta-table {
  align-self: start;
  border-top: 1px solid currentColor;
}

.ba-collection-meta-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid currentColor;
  padding: 9px 0;
  font-size: 9.28px;
  line-height: 1.5;
  opacity: 0.65;
}

.ba-collection-meta-row span:first-child {
  opacity: 0.45;
}

.ba-collection-pralines {
  margin-bottom: 88px;
}

.ba-collection-praline-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-top: 28px;
}

.ba-collection-praline-card {
  border: 1px solid currentColor;
  padding: 18px;
  background: transparent;
  color: var(--ba-collection-fg);
  opacity: 1;
  transition:
    opacity 0.15s ease,
    background 0.15s ease;
}

.ba-collection-praline-card .ba-collection-meta-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 20px;
  align-items: start;
}

.ba-collection-praline-card .ba-collection-meta-row span:first-child {
  justify-self: start;
}

.ba-collection-praline-card .ba-collection-meta-row span:last-child {
  justify-self: end;
  text-align: right;
  max-width: 100%;
}

.ba-collection-praline-card:hover {
  background: rgba(255, 255, 255, 0.09);
  opacity: 1;
}

body .ba-collection-page .ba-collection-praline-index,
body .ba-collection-page .ba-collection-praline-card h3,
body .ba-collection-page .ba-collection-praline-symbol {
  color: var(--ba-collection-fg);
  opacity: 1;
}

.ba-collection-praline-index {
  margin: 0 0 42px;
  font-size: 11.52px;
}

body .ba-collection-page .ba-collection-praline-card h3 {
  font-family: var(--ba-font-display);
  font-size: clamp(22.4px, 2.8vw, 48px);
  line-height: 0.98;
  margin: 18px 0;
  text-transform: uppercase;
}


.ba-collection-praline-symbol {
  margin: 14px 0 18px;
  width: 100%;
  max-width: 64px;
}

body .ba-collection-page .ba-collection-praline-symbol svg {
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
}
body .ba-collection-page .ba-collection-praline-desc {
  margin: 24px 0 0;
  font-size: 9.92px;
  line-height: 1.75;
  opacity: 0.72;
}

.ba-collection-detail-cta {
  border-top: 1px solid currentColor;
  padding-top: 56px;
}

body .ba-collection-page .ba-collection-detail-cta h2 {
  margin: 0;
  font-family: var(--ba-font-display);
  font-size: clamp(44.8px, 8vw, 128px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  color: var(--ba-collection-fg) !important;
}

body .ba-collection-page .ba-collection-detail-cta > p:not(.ba-collection-section-kicker) {
  max-width: 520px;
  margin: 24px 0 0;
  font-family: var(--ba-font-body);
  font-size: clamp(16px, 1.4vw, 21.6px);
  line-height: 1.5;
}

body .ba-collection-page .ba-collection-format-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
  margin-top: 32px;
  font-size: 9.92px;
  opacity: 0.72;
}

.ba-collection-page-acid-riot,
.ba-collection-page-acid-riot * {
  opacity: 1;
}

.ba-collection-page-acid-riot .ba-collection-detail-grid-bg {
  opacity: 0.04;
}

.ba-collection-page-crunchcore,
.ba-collection-page-crunchcore * {
  opacity: 1;
}

.ba-collection-page-crunchcore .ba-collection-detail-grid-bg {
  opacity: 0.04;
}

@media (max-width: 900px) {
  .ba-collection-detail-analysis {
    grid-template-columns: 1fr;
  }

  .ba-collection-praline-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ba-collection-detail-hero,
  .ba-collection-detail-body {
    padding-left: 28px;
    padding-right: 28px;
  }

body .ba-collection-page .ba-collection-back-link {
    left: 28px;
  }

}

@media (max-width: 560px) {
  .ba-collection-detail-hero {
    padding-top: 132px;
  }

  body .ba-collection-page .ba-collection-detail-type {
    margin-bottom: 14px;
    font-size: 8.96px;
  }

  .ba-collection-praline-grid {
    grid-template-columns: 1fr;
  }
  .ba-collection-praline-symbol {
    max-width: 52px;
    margin: 12px 0 16px;
  }

  .ba-collection-meta-row {
    display: grid;
    gap: 6px;
  }

}

/* COLLECTION SHOP */

.ba-collection-shop-section {
  position: relative;
  overflow: hidden;
  background: #000;
  color: var(--ba-fg);
  border-top: 1px solid rgba(240, 237, 229, 0.12);
}

.ba-collection-shop-grid-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(240, 237, 229, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(240, 237, 229, 0.025) 1px, transparent 1px);
  background-size: 64px 64px;
}

.ba-collection-shop-inner {
  position: relative;
  z-index: 1;
  padding: 96px 40px 104px;
}

.ba-collection-shop-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.45fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 56px;
}

body .ba-collection-page .ba-collection-shop-kicker {
  grid-column: 1 / -1;
  margin: 0 0 24px;
  font-family: var(--ba-font-mono);
  font-size: 9.28px;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(240, 237, 229, 0.42);
}

body .ba-collection-page .ba-collection-shop-title {
  margin: 0;
  font-family: var(--ba-font-display);
  font-size: clamp(48px, 7vw, 128px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  color: var(--ba-fg) !important;
}

body .ba-collection-page .ba-collection-shop-lead {
  margin: 0;
  max-width: 420px;
  font-family: var(--ba-font-mono);
  font-size: 11.52px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(240, 237, 229, 0.56);
}

.ba-collection-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.ba-collection-product-card {
  display: flex;
  flex-direction: column;
  min-height: 560px;
  border: 1px solid rgba(240, 237, 229, 0.16);
  background: rgba(240, 237, 229, 0.02);
  color: var(--ba-fg);
}

.ba-collection-product-image {
  position: relative;
  aspect-ratio: 1 / 1;
  border-bottom: 1px solid rgba(240, 237, 229, 0.12);
  background:
    linear-gradient(135deg, rgba(240, 237, 229, 0.045), rgba(240, 237, 229, 0.012));
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.ba-collection-product-image::before {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px dashed rgba(240, 237, 229, 0.18);
}

.ba-collection-product-image span {
  position: relative;
  z-index: 1;
  font-family: var(--ba-font-mono);
  font-size: 8.96px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(240, 237, 229, 0.32);
}

.ba-collection-product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

body .ba-collection-page .ba-collection-product-format {
  margin: 0 0 18px;
  font-family: var(--ba-font-mono);
  font-size: 9.28px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(240, 237, 229, 0.45);
}

body .ba-collection-page .ba-collection-product-card h3 {
  margin: 0;
  font-family: var(--ba-font-display);
  font-size: clamp(30.4px, 3vw, 54.4px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

body .ba-collection-page .ba-collection-product-copy {
  margin: 20px 0 0;
  max-width: 280px;
  font-family: var(--ba-font-mono);
  font-size: 9.92px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(240, 237, 229, 0.52);
}

.ba-collection-product-bottom {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: auto;
  padding-top: 32px;
}

body .ba-collection-page .ba-collection-product-price {
  margin: 0;
  font-family: var(--ba-font-display);
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

body .ba-collection-page .ba-collection-cart-btn {
  display: inline-flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 12px;
  height: 44px;
  min-height: 44px;
  padding: 5px;
  border: 1px solid var(--ba-fg);
  background: transparent;
  color: var(--ba-fg);
  font-family: var(--ba-font-mono);
  font-size: 13.76px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  transition:
    background 0.15s ease,
    color 0.15s ease,
    border-color 0.15s ease;
}

body .ba-collection-page .ba-collection-cart-btn-label {
  display: flex;
  align-items: center;
  padding: 0 16px;
}

body .ba-collection-page .ba-collection-cart-btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  background: var(--ba-fg);
  color: #000;
  transition:
    background 0.15s ease,
    color 0.15s ease;
}

body .ba-collection-page .ba-collection-cart-btn-arrow {
  display: block;
  width: 16px;
  height: 16px;
  fill: currentColor;
}

body .ba-collection-page .ba-collection-cart-btn:hover {
  background: var(--ba-fg);
  color: #000;
}

body .ba-collection-page .ba-collection-cart-btn:hover .ba-collection-cart-btn-icon {
  background: #000;
  color: var(--ba-fg);
}

@media (max-width: 1300px) {
  .ba-collection-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .ba-collection-shop-inner {
    padding: 80px 28px 88px;
  }

  .ba-collection-shop-head {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 560px) {
  .ba-collection-product-grid {
    grid-template-columns: 1fr;
  }

  .ba-collection-product-card {
    min-height: auto;
  }

  body .ba-collection-page .ba-collection-cart-btn {
    width: 100%;
  }

  body .ba-collection-page .ba-collection-cart-btn-label {
    flex: 1;
    justify-content: center;
  }
}

body.type-index #content,
body.type-index main#content,
body.type-index .content-wrapper,
body.type-index .content-wrapper-in,
body.type-index .container_resetted,
body.type-index .index-content-wrapper,
body.type-index .banners-content,
body.type-index .banner-wrapper {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.type-index .ba-home-main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.type-index .ba-home-main .ba-hero {
  margin-top: 0 !important;
}
