@import url('fonts.css');


:root {

  /* Global Settings */

  font-size: 15px;
  --line-height: 1;
  --letter-spacing-tight: -0.02em;

  --radius: 10px;
  --gap: 1.2rem;

  /* Colors */
  --color-dark: #000000;
  --color-dark2: #313143;
  --color-light: #c5c5c5;
  --color-white: #fff;
  --color-green: #2B6548;
  --color-secondary: #b1b1b1;
  --color-bg: #c8c8c8;
  --color-card-dark: #111111;
  --color-blue: #1a00ff;
  --color-yellow: #e8ff00;
  --color-orange: #ff3605;
  --color-white: #ffffff;
  --color-nav: #595959;
  --color-text: #111111;

  /* Font Families */
  --font-ml: 'Aeonik Mono light';
  --font-mr: 'Aeonik Mono regular';
  --font-mb: 'Aeonik Fono Bold';
  --font-sr: 'Aeonik Pro Regular';
  --font-sl: 'Aeonik Pro Light';
  --font-sli: 'Aeonik Pro Light Italic';
  --font-sb: 'Aeonik Pro Bold';
  --font-sbi: 'Aeonik Pro Bold Italic';
  --font-si: 'Aeonik Pro Regular Italic';
  --font-sm: 'Aeonik Pro Medium';
  --font-mi: 'Aeonik Pro Medium Italic';

  /* Font Sizes — fluid from 320px → 1920px
   Formula: slope = (max - min) / 1600; intercept = min - slope * 3.2 */
  --fs-xs: 0.70vw;
  --fs-sm: clamp(0.6875rem, 0.375rem + 0.85vw, 0.9375rem);
  --fs-base: clamp(0.85rem, 0.65rem + 1vw, 1rem);
  --fs-md: clamp(1.125rem, 0.6563rem + 1.75vw, 1.5rem);
  --fs-lg: clamp(1.5rem, 0.5625rem + 2vw, 2.85rem);
  --fs-xl: clamp(2.25rem, 0.7656rem + 2.75vw, 3.4375rem);
  --fs-2xl: clamp(3.4375rem, 0.7031rem + 5.75vw, 5.625rem);
  --fs-3xl: clamp(5.4375rem, 0.7031rem + 6.75vw, 6.625rem);
  --fs-4xl: clamp(5.4375rem, 0.7031rem + 7.75vw, 7.625rem);

/* Line-heights */
  --lh-xs: 0.75;
  --lh-sm: 0.95;
  --lh-base: 1;
  --lh-md: 1.25;
  --lh-lg: 1.4;
  --lh-xl: 2;
  --lh-2xl: 2.2;
  --lh-3xl: 2.3;

}


p {
  font-size: var(--fs-base);
  line-height: var(--lh-xl);
}

h1 {
  font-size: var(--fs-3xl);
  line-height: var(--lh-base);
}

h2 {
  font-size: var(--fs-2xl);
  line-height: var(--lh-base);
}

h3 {
  font-size: var(--fs-xl);
  line-height: var(--lh-base);
}

h4 {
  font-size: var(--fs-lg);
  line-height: var(--lh-base);
}

h5 {
  font-size: var(--fs-md);
  line-height: var(--lh-base);
}

h6 {
  font-size: var(--fs-sm);
  line-height: var(--lh-base);
}



::-webkit-scrollbar {
  display: none;
}

* {

  box-sizing: border-box;
}

/* ─── RESET ─────────────────────────────────────────────────────── */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  background: var(--color-secondary);
  color: var(--color-dark);
  font-family: var(--font-sl);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}

body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='2.5' numOctaves='5' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 400px;
  opacity: 0.4;
  pointer-events: none;
  z-index: 999999;

}

/*
body::before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
	background: transparent;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.31' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
	background-repeat: repeat;
	background-size: 400px;
	opacity: 0.2;
}
*/

a {
  text-decoration: none;
  color: inherit;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}



h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: var(--letter-spacing-tight);
  margin-bottom: .65rem;
}

p {
  margin-bottom: 1rem;
}


a {
  text-decoration: none;
  color: inherit;
}

.uniform__potty {
  position: absolute;
  left: -9999px;
}


.home-once {
  opacity: 0;
}

.home-once-active {
  transition: opacity 3s linear .03s;
}

.home-once-to {
  opacity: 1;

}

.fade-leave {
  opacity: 1;
}

.fade-leave-active {
  transition: opacity 1s linear;
}

.fade-leave-to {
  opacity: 0;

}

.fade-enter {
  opacity: 0;
}

.fade-enter-active {
  transition: opacity 3s linear;
}

.fade-enter-to {
  opacity: 1
}

.header {
  position: fixed;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100dvw;
  font-family: var(--font-sr);
  font-size: var(--h4);
  z-index: 999;

}

footer {
  position: relative;
  width: 100%;
  z-index: 9000;

  @media (max-width: 600px) {
    position: fixed;
    bottom: 5vh;
    left: 0;
    right: 0;
  }
}

.home-cover {
  position: fixed;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.template-home footer,
footer.is-fixed-nav {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--gap);
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.template-home footer>.bottom-nav,
footer.is-fixed-nav>.bottom-nav {
  grid-column: 2 / span 10;
}


/* ─── PAGE OVERLAY ───────────────────────────────────────────────── */
#page-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  background: var(--color-card-dark);
  z-index: 8000;
  overflow-y: auto;
  overflow-x: hidden;
  pointer-events: none;
  visibility: hidden;
  display: flex;
  flex-direction: column;
}

#page-overlay.is-active {
  pointer-events: auto;
  visibility: visible;
}

#page-overlay-bar {
  position: fixed;
  top: 0;
  flex-shrink: 0;
  z-index: 10;
  padding: 2rem 0;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

#page-overlay-close {
  grid-column: 2 / span 10;
  justify-self: start;
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font-ml);
  font-size: 13px;
  color: var(--color-white);
  letter-spacing: 0.05em;
  opacity: 0;
  padding: .5em;
  transition: opacity 0.2s;
  backdrop-filter: blur(10px);
  border: 1px solid #ffffff26;
  border-radius: var(--radius);
}

#page-overlay-close:hover {
  opacity: 0.7 !important;
}

#page-overlay-content {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  width: 100%;
  max-width: 1280px;
  padding: 5rem 0 80px;
  color: var(--color-white);
  margin: 0 auto 10%;
}

#page-overlay-content > * {
  grid-column: 2 / span 10;
  width: 100%;
}

#page-overlay-content section.hero {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: -5rem;
}

.page-content {
  position: relative;
  width: 100%;
  margin-bottom: 12vh;
}

.page-cover {
  position: fixed;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  pointer-events: none;
}

#page-overlay .page-cover {
  position: fixed;
  top: 0;
  z-index: 0;
}

.page-fade {
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 1;
  pointer-events: none;
}

@media (max-width: 900px) {
  #page-overlay-content {
    padding-top: 0;
    padding-bottom: 60px;
  }

  #page-overlay-content section.hero {
    margin-top: 0;
  }
}

@media (max-width: 600px) {
  #page-overlay-bar {
    padding: 14px 0;
  }

  #page-overlay-content {
    padding-bottom: 48px;
  }

  #page-overlay .grid {
    grid-template-columns: 1fr;
  }

  #page-overlay .grid>.column {
    grid-column: span 12;
  }

  #page-overlay .grid-b {
    grid-template-columns: 1fr;
  }

  #page-overlay .grid-b>.column {
    grid-column: span 12;
  }
}


section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-padding-large {
  padding: 15vh 0 0 0;

  @media (max-width:600px) {
    padding: 12vh 0 0 0;
  }

}

.section-padding-medium {
  padding: 10vh 0 0 0;

  @media (max-width:600px) {
    padding: 8vh 0 0 0;
  }
}

.section-padding-small {
  padding: 5vh 0 0 0;

  @media (max-width:600px) {
    padding: 4vh 0 0 0;
  }
}

.section-padding-none {
  padding: 0;
}

/* ─── MENU TRIGGER ──────────────────────────────────────────────── */
.menu-trigger {
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font-ml);
  font-size: 13px;
  color: var(--color-white);
  letter-spacing: 0.05em;
  padding: 0;
  opacity: 0.85;
  transition: opacity 0.2s;
}

.menu-trigger:hover {
  opacity: 1;
}

/* ─── BUTTON BLOCK ───────────────────────────────────────────────── */
.btn {
  font-family: var(--font-mr);
  font-size: clamp(0.8125rem, 1.7vw, 0.9375rem);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: clamp(0.5rem, 1.25vw, 0.875rem) 0;
  padding: 0.375rem 1.5rem;
  border-radius: 50px;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 0.025rem;
  transition: color 0.4s, background 0.4s;
}

.btn a {
  border-bottom: 0;
  text-underline-offset: 0;
}

.btn a:hover {
  border-bottom: 0;
  text-underline-offset: 0;
}

.btn:hover,
.btn:focus {
  text-decoration: none;
}

.btn--primary {
  background-color: transparent;
  color: var(--color-blue);
  border: 1px solid var(--color-blue);
}

.btn--primary:hover,
.btn--primary:focus {
  background-color: var(--color-blue);
  color: var(--color-white);
}

.btn--secondary {
  background-color: var(--color-blue);
  color: var(--color-white);
  border: 1px solid var(--color-blue);
}

.btn--secondary:hover,
.btn--secondary:focus {
  background-color: var(--color-white);
  color: var(--color-blue);
  text-underline-offset: unset;
}

.btn--tertiary {
  background-color: var(--color-white);
  color: var(--color-blue);
}

.btn--tertiary:hover,
.btn--tertiary:focus {
  background-color: var(--color-blue);
  color: var(--color-white);
}

/* ─── MENU OVERLAY ───────────────────────────────────────────────── */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9998;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  backdrop-filter: blur(25px);
  overflow-y: auto;
}

.menu-overlay.is-open {
  pointer-events: auto;
  visibility: visible;
}

.menu-overlay__close {
  position: absolute;
  top: 24px;
  right: 24px;
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font-ml);
  font-size: 13px;
  color: var(--color-white);
  letter-spacing: 0.05em;
  opacity: 0.85;
  transition: opacity 0.2s;
  z-index: 1;
}

.menu-overlay__close:hover {
  opacity: 1;
}

.menu-overlay__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2rem;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.menu-overlay__logo {
  grid-column: 1 / -1;
  width: 64px;
  margin-bottom: 1rem;
}

.menu-overlay__nav {
  grid-column: span 6;
  display: flex;
  flex-direction: column;
}

.menu-overlay__heading {
  font-family: var(--font-ml);
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-white);
  opacity: 0.6;
  margin: 0 0 1rem;
}

.menu-overlay__nav ul {
  list-style: none;
  text-align: left;
  margin: 0 0 3rem;
  padding: 0;
}

.menu-overlay__item {
  overflow: visible;
}

.menu-overlay__link {
  font-family: var(--font-ml);
  font-size:  var(--fs-lg);
  color: var(--color-white);
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 1.4;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  transition: color 0.2s;
}

.menu-overlay__link:hover {
  color: var(--color-orange);
}

.menu-overlay__arrow {
  font-size: 0.7em;
  transition: transform 0.2s;
}

.menu-overlay__link:hover .menu-overlay__arrow {
  transform: translateX(0.2em);
}

.menu-overlay__info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: auto;
}

.menu-overlay__info-heading {
  font-family: var(--font-ml);
  font-size: 1.5rem;
  color: var(--color-white);
  text-transform: uppercase;
  margin: 0 0 0.4rem;
}

.menu-overlay__info-block p {
  font-family: var(--font-mr);
  font-size: 0.85rem;
  color: var(--color-white);
  opacity: 0.8;
  margin: 0;
  line-height: 1.6;
}

.menu-overlay__info-block a {
  color: inherit;
  text-decoration: none;
}

.menu-overlay__info-block a:hover {
  color: var(--color-orange);
}

.menu-overlay__socials {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.menu-overlay__social-icon {
  width: 28px;
  height: 28px;
  display: block;
  color: var(--color-white);
  transition: color 0.2s;
}

.menu-overlay__social-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.menu-overlay__social-icon:hover {
  color: var(--color-orange);
}

.menu-overlay__social-link {
  font-family: var(--font-mr);
  font-size: 0.85rem;
  color: var(--color-white);
  opacity: 0.8;
  text-decoration: none;
  transition: color 0.2s, opacity 0.2s;
}

.menu-overlay__social-link:hover {
  color: var(--color-orange);
  opacity: 1;
}

@media (max-width: 900px) {
  .menu-overlay__grid {
    padding: 5rem 6% 2rem;
    gap: 1rem 2rem;
  }

  .menu-overlay__nav {
    grid-column: span 12;
  }

  .menu-overlay__link {
    font-size: clamp(1.6rem, 8vw, 2.6rem);
  }

  .menu-overlay__info {
    margin-bottom: 2rem;
  }
}

.bottom-nav {
  width: 100%;
  bottom: var(--gap);
  left: var(--gap);
  right: var(--gap);
  top: var(--gap);
  z-index: 100;
  border-radius: var(--radius);
  display: flex;
  align-items: stretch;
  gap: var(--gap);
  justify-content: space-between;
  margin-top: var(--gap);
  min-height: 60px;

}



.bottom-nav__logo-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 0 1rem;
  background: #ffffff35;
  backdrop-filter: blur(6px);
  border: 1px solid #ffffff25;
  border-radius: var(--radius);
}

.bottom-nav__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
}

.bottom-nav__logo svg {
  height: 30px;
}

.bottom-nav__logo-name {
  font-family: var(--font-ml);
  font-size: 18px;
  color: var(--color-white);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bottom-nav__links {
  display: flex;
  align-items: center;
  gap: 20px;
}

.bottom-nav__links a {
  font-family: var(--font-ml);
  font-size: 13px;
  color: var(--color-white);
  letter-spacing: 0.05em;
  opacity: 0.85;
  transition: opacity 0.2s;
}

.bottom-nav__links a:hover {
  opacity: 1;
}

.bottom-nav__links .instagram-icon {
  display: flex;
  align-items: center;
}

.bottom-nav__links .instagram-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: white;
  stroke-width: 1.8;
}

.bottom-nav__donate {
  display: flex;
  align-items: center;
  color: var(--color-white);
  font-family: var(--font-ml);
  font-size: 13px;
  letter-spacing: 0.05em;
  padding: 0 1.7rem;
  background: #ffffff35;
  backdrop-filter: blur(6px);
  border: 1px solid #ffffff25;
  border-radius: var(--radius);
  transition: background 0.2s, transform 0.15s;
  white-space: nowrap;
}

.bottom-nav__donate a {
      height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

.bottom-nav__donate:hover {
  background: #ff8c00;
  transform: scale(1.04);
}

.social {
  display: flex;
  padding: 0 .5rem;
}

.pill {
  display: inline-flex;
  align-content: flex-end;
  color: var(--color-dark);
  padding: .5rem 1.4rem;
  width: 100%;
  font-family: var(--font-ml);
  letter-spacing: 0;

  justify-content: center;
  background: var(--color-white);
  border-radius: 15px;

  p {
    font-size: .85rem;
    margin-top: 4px;
  }
}

.logo {}

.bg_logo {
  position: fixed;
  top: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 17%;
  z-index: 0;
  opacity: 1;
  pointer-events: none;
}

svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
}

.logo-container {
  display: inline-flex;
  gap: 13px;
  font-family: var(--font-sr);
  align-items: center;
  justify-content: flex-start;

  h4 {
    font-size: 2rem;
    letter-spacing: var(--letter-spacing-tight);
  }

  @media (max-width:600px) {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0;
    padding: 2vh;
  }
}

.mark {
  height: 50px;
  width: auto;
}

main {
  position: relative;
  inset: 0;
  z-index: 2;
}

.item {
  width: 600px;
  height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  padding: 10px;
  color: var(--color-just-black);

  @media (max-width: 600px) {
    width: 390px;
  }
}

.title {
  padding: 0 5rem;
  font-family: var(--font-sr);
  color: var(--color-light);
  text-align: center;
  line-height: 1.4;
  text-transform: uppercase;

  p {
    font-size: .90rem;

    letter-spacing: normal;
    color: var(--color-dark2);
    font-family: var(--font-ml);
  }


}

.item-title {
  position: absolute;
  bottom: 5dvh;

  @media (max-width:600px) {
    position: relative;
    bottom: 0;
  }
}

.release_type {
  font-family: var(--font-ml);
  text-transform: uppercase;
  font-size: .85rem;
  letter-spacing: normal;
  color: var(--color-dark2);
  margin-top: 0.5rem;
}


.item a {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.item h2 {
  font-family: var(--font-ml);
  text-transform: capitalize;
  flex-shrink: 0;
  padding-right: 0.3em;
  padding-left: 0.3em;
  margin: 0;
}

.item figure {
  padding: 0;
  margin: 0;
}

.item figure img {
  padding: 0;
  margin: 0;
  object-fit: contain;
  width: 100%;
  border-radius: 1rem;
}

@media (max-width:600px) {
  .item figure img {
    max-height: 90dvh;
    max-width: 85dvw;
    padding: 0;
    margin: 0;
  }
}

.item>.r2 figure {
  padding: 0;
  margin: 0;
}



.item>.r-2 {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  height: 80dvh;
  max-width: 100dvw;

  img {
    height: 100%;
  }

}

.top {
  flex: 1;
  overflow-y: scroll;
  display: flex;
  align-items: flex-start;
  height: 50%;
}

.bottom {
  flex: 1;
  overflow-y: scroll;
  display: flex;
  align-items: center;
  height: 50%;
}


@media (min-width: 600px) {
  .item>.r-2 {
    width: 200vw;
  }

}


.grid {
  --columns: 12;
  display: grid;
  grid-template-columns: repeat(var(--columns), 1fr);
  gap: var(--gap);
  /*overflow: hidden;*/
  container-type: normal;
  width:100%;
}

.grid>.column {
  grid-column: span var(--columns);
  overflow-wrap: break-word;
  margin: 0;
  display: flex;
  flex-direction: column;
  padding: 0;
}

.grid-b {
  --columns: 12;
  display: grid;
  grid-template-columns: repeat(var(--columns), 1fr);
  gap: var(--gap);
  /*overflow: hidden;*/
  container-type: normal;
}

.grid-b>.column {
  grid-column: span var(--columns);
  overflow-wrap: break-word;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.column img {
  width: 100%;
}

.grid-center {
  align-items: center;
}

.lightBG {
  background: #313143;
}

.space-20vh {
  height: 20vh;
}

.space-30vh {
  height: 30vh;
}

.space-50vh {
  height: 50vh;
}

.space-100vh {
  height: 100vh;
}

form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
}

textarea {
  background: var(--color-light);
  border-radius: 5px;
  width: 60ch;
  height: 10ch;
  line-height: 1.5;
  color: var(--color-dark);
  font-family: var(--font-ml);
}

input {
  background: var(--color-light);
  color: var(--color-dark);
  border-radius: 5px;
  width: 36ch;
  line-height: 1.5;
  font-family: var(--font-ml);
  padding: 5px;
  box-shadow: none;
}

.the-arena {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;

}

.da-money {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 600px;
  max-height: 50vh;
}

.get-dat {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
}

.asprin {
  grid-area: 1 / 2 / 3 / 4;
}

.xanax {
  grid-area: 2 / 3 / 4 / 5;
}

.dollas {
  grid-area: 2 / 1 / 4 / 3;
}



.hero {
  display: flex;
  padding: 0;
  position: relative;
  z-index: 1;
  justify-content: var(--justify-content, center);
}

.hero.height--full {
  min-width: 100%;
  min-height: 100dvh;
  margin: 0 auto;
}

.hero.height--half {
  width: 100dvh;
  min-height: 50dvh;
  margin: 0 auto;
}

.hero.height--three-quarters {
  width: 100dvh;
  min-height: 75dvh;
  margin: 0 auto;
}

.hero.height--landscape {
  aspect-ratio: 16/9;
}

.hero.height--unset .hero__background {
  position: relative;
}

.hero.height--unset .hero__background img,
.hero.height--unset .hero__background video {
  height: auto;
  -o-object-fit: unset;
  object-fit: unset;
}

.hero.height--unset .hero__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.grid>.hero__content--inner {
  grid-column: 2 / span 10;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-wrap: break-word;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

@media (max-width:600px) {
  .hero__content--inner h1 {
    font-size: 2rem;
    padding-bottom: 0;
  }

  .subheadline {
    font-size: 1.1rem;
    padding-bottom: 0;
  }
}



.hero__background {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 0;
}

.hero__background img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.hero__background video {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  pointer-events: none;
  width: 100%;
}

.hero__background .swiper {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero__background .swiper .image {
  width: 100%;
  height: 100%;
}

.hero__background .swiper .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero__background .swiper .image video {
  background-color: var(--black, #000000);
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

.hero__background .swiper-navigation {
  pointer-events: auto;
  position: relative;
  bottom: 50%;
  z-index: 3;
}

.hero__background .swiper-button-next,
.hero__background .swiper-button-prev {
  color: currentColor;
  pointer-events: auto;
}

.hero__background .swiper-button-prev {
  left: 2rem;
}

.hero__background .swiper-button-next {
  right: 2rem;
}

.hero__background .swiper-pagination {
  position: relative;
  bottom: 0;
  top: 0;
  margin-top: -3rem;
  pointer-events: auto;
  z-index: 3;
}

.hero__background .swiper-pagination-bullet {
  background: currentColor;
}

.hero__background .swiper-pagination-progressbar {
  margin-top: 0;
  background: var(--white, #FFF);
}

.hero__background .swiper-pagination-progressbar-fill {
  background: currentColor;
}

.hero__background .swiper-pagination-fraction {
  color: currentColor;
  font-family: var(--font-ml);
}

.hero .hero__background--overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: var(--background-color, rgba(0, 0, 0, 0.5));
}

.hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 1rem;
  margin: 4rem;
  max-width: var(--max-width, 100%);
  padding: var(--padding, 2rem);
  background-color: var(--background-color, transparent);
  text-align: var(--text-align, center);
}

.prod_cat {
  text-transform: uppercase;
}


/* ─── MAIN CONTENT ───────────────────────────────────────────────── */

.body-container {
  --columns: 12;
  display: grid;
  grid-template-columns: repeat(var(--columns), 1fr);
  /* overflow: hidden; */
  container-type: normal;
  width: 100%;
  max-width: 1280px;
  align-items: center;
  margin: 0 auto;

  @media (max-width: 600px) {
    padding: 5vw 0;
  }

  .body-columns {
    grid-column: 2 / span 10;
    width: 100%;
    overflow-wrap: break-word;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .body-columns section.hero {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }

  .body-columns section.hero > .grid {
    width: 100%;
  }

  .home-grid {
    display: grid;
    grid-template-columns: 1fr 1.55fr 0.62fr;
    grid-template-rows: auto auto;
    gap: var(--gap);
    width: 100%;
    filter: drop-shadow(4px 16px 14px black);
  }

  /* ─── CARDS ──────────────────────────────────────────────────────── */
  .card {
    border-radius: var(--radius);
    overflow: hidden;
    position: relative;
    transition: box-shadow 0.3s ease;
  }

  .card:hover {
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.22);
  }

  .card__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  /* Card 1 — Incubator (dark, image bg) */
  .card--top-left {
    grid-column: 1;
    grid-row: 1;
    min-height: 500px;
    background: var(--color-dark);
  }

  .card--top-left .card__bg {
    filter: grayscale(1) brightness(0.55);
  }

  .card--top-left .card__content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 28px;
  }

  .card--top-left .card__logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
  }

  .card--top-left .card__logo svg {
    width: 36px;
  }

  .card--top-left .card__logo-bracket {
    font-family: var(--font-ml);
    font-size: 22px;
    color: var(--color-white);
    letter-spacing: -0.04em;
  }

  .card--top-left .card__logo-text {
    font-family: var(--font-ml);
    font-size: 22px;
    font-weight: bold;
    color: var(--color-white);
  }

  .card--top-left .card__label {
    font-family: var(--font-ml);
    font-size: 11px;
    letter-spacing: 0.15em;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
  }

  /* Card 2 — About (blue noise) */
  .card--top-middle {
    grid-column: 2;
    grid-row: 1;
    min-height: 500px;
    background-color: inherit;
  }

  /* Blue noise grain overlay */


  .card--top-middle .card__content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 28px;
    z-index: 1;
  }

  .card__eyebrow {
    font-family: var(--font-ml);
    font-size: var(--fs-xs);
    color: var(--color-white);
    text-transform: uppercase;
    letter-spacing: 0;
  }

  .card--top-middle .card__text {
    color: var(--color-white);
    font-family: var(--font-sl);
    font-size: calc(var(--fs-md) + .5rem);
    width: 75%;
  }

  /* Right column — stacked small cards */
  .card-stack {
    grid-column: 3;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    gap: var(--gap);
    align-self: stretch;
    height: 100%;
  }

  .card--top-right-1 {
    flex: 1;
    border-radius: var(--radius);
    overflow: hidden;
    position: relative;
    min-height: 220px;
    background: var(--color-green);
    transition: box-shadow 0.3s ease;
  }

  .card--top-right-1:hover {
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.22);
  }


  .card--top-right-1 .card__content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 18px;
    z-index: 1;
  }

  .card--top-right-1 .card__title,
  .card--top-right-1 .card__subtitle {
    font-family: var(--font-ml);
    font-size: 13px;
    color: var(--color-white);
    letter-spacing: 0.05em;
    line-height: 1.5;
  }

  .card--top-right-2 {
    flex: 1;
    border-radius: var(--radius);
    overflow: hidden;
    position: relative;
    min-height: 220px;
    background: var(--color-green);
    transition: box-shadow 0.3s ease;
  }

  .card--top-right-2:hover {
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.22);
  }


  .card--top-right-2 .card__content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 18px;
    z-index: 1;
  }

  .card--top-right-2 .card__title,
  .card--top-right-2 .card__subtitle {
    font-family: var(--font-ml);
    font-size: 13px;
    color: var(--color-white);
    letter-spacing: 0.05em;
    line-height: 1.5;
  }

  /* Bottom row */
  .bottom-row {
    grid-column: 1 / -1;
    grid-row: 2;
    display: grid;
    grid-template-columns: 1.9fr 1fr;
    gap: var(--gap);
  }

  /* Card — Driving Lessons (yellow) */
  .card--bottom-left {
    border-radius: var(--radius);
    overflow: hidden;
    min-height: 200px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px;
    gap: 8px;
    transition: box-shadow 0.3s ease;
  }

  .card--bottom-left:hover {
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.22);
  }

  .card--bottom-left .card__title {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    font-family: var(--font-ml);
    text-align: center;
    line-height: 0.9;
    text-transform: uppercase;
  }

  .card--bottom-left .card__subtitle {
    font-family: var(--font-ml);
    font-size: 13px;
    color: var(--color-card-dark);
    letter-spacing: 0.1em;
    text-align: center;
  }

  .card--bottom-left .driving-cars {
    position: absolute;
    bottom: 18px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 24px;
    opacity: 0.6;
    pointer-events: none;
  }

  .card--bottom-left .driving-cars svg {
    width: 80px;
  }
  .waves-white-bg {
    background-image: url('../img/marks/waves-white.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
        height: 105%;
        width: 100%;
  }

  .waves-blu-bg {
    background-image: url('../img/marks/waves-blu.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
        height: 105%;
        width: 100%;
  }

  .waves-black-bg {
    background-image: url('../img/marks/waves-blk.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
        height: 105%;
        width: 100%;
  }

  /* Card — Wave Logo (black) */
  .card--bottom-right-content {
    border-radius: var(--radius);
    overflow: hidden;
    background: var(--color-dark);
    min-height: 200px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px;
    transition: box-shadow 0.3s ease;
  }

  .card--bottom-right-content .card__title,
  .card--bottom-right-content .card__subtitle {
    position: relative;
    z-index: 1;
  }
  .card--bottom-right-none {
    border-radius: var(--radius);
    overflow: hidden;
    background: var(--color-dark);
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: box-shadow 0.3s ease;
  }
  .card--bottom-right-content:hover {
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.22);
  }

  .card--bottom-right svg {
    width: 80%;
    max-width: 340px;
  }

  .cover {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .contain {
    background-size: calc(100% - 40px);
    background-repeat: no-repeat;
    background-position: center;
  }

  /* ─── RESPONSIVE ─────────────────────────────────────────────────── */
  @media (max-width: 900px) {
    .home-grid {
      grid-template-columns: 1fr 1fr;
    }

    .card--top-left {
      grid-column: 1;
      grid-row: 1;
      min-height: 340px;
    }

    .card--top-middle {
      grid-column: 2;
      grid-row: 1;
    }

    .card-stack {
      grid-column: 1 / -1;
      grid-row: 2;
      flex-direction: row;
    }

    .bottom-row {
      grid-column: 1 / -1;
      grid-row: 3;
    }
  }

  @media (max-width: 600px) {
    .home-grid {
      grid-template-columns: 1fr;
      padding-bottom: 80px;
    }

    .card--top-left {
      grid-column: 1;
      grid-row: 1;
    }

    .card--top-middle {
      grid-column: 1;
      grid-row: 2;
    }

    .card-stack {
      grid-column: 1;
      grid-row: 3;
      flex-direction: column;
    }

    .bottom-row {
      grid-column: 1;
      grid-row: 4;
      grid-template-columns: 1fr;
    }

    .bottom-nav__logo-name {
      display: none;
    }
  }

.filters {
    position: fixed;
    width: 100%;
    max-width: 600px;
    bottom: 2.5vw;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    padding: 1rem;
    z-index: 999;

    @media (max-width:600px) {
        bottom: 10vw
    }
}

.filters ul {
    display: inline-flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

.filters ul li {
    list-style: none;
    padding: 3px 15px;
    margin: -1px;
    line-height: 1rem;
    border: 1px solid var(--color-light);
    background: rgba(0, 0, 0, .35);
    backdrop-filter: blur(10px);
    align-items: center;
}
  /* ─── BUTTON BLOCK ───────────────────────────────────────────────── */
  .btn {
    font-family: var(--font-mr);
    font-size: clamp(0.8125rem, 1.7vw, 0.9375rem);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: clamp(0.5rem, 1.25vw, 0.875rem) 0;
    padding: 0.375rem 1.5rem;
    border-radius: 50px;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: 0.025rem;
    transition: color 0.4s, background 0.4s;
  }

  .btn a {
    border-bottom: 0;
    text-underline-offset: 0;
  }

  .btn a:hover {
    border-bottom: 0;
    text-underline-offset: 0;
  }

  .btn:hover,
  .btn:focus {
    text-decoration: none;
  }

  .btn--primary {
    background-color: transparent;
    color: var(--color-blue);
    border: 1px solid var(--color-blue);
  }

  .btn--primary:hover,
  .btn--primary:focus {
    background-color: var(--color-blue);
    color: var(--color-white);
  }

  .btn--secondary {
    background-color: var(--color-blue);
    color: var(--color-white);
    border: 1px solid var(--color-blue);
  }

  .btn--secondary:hover,
  .btn--secondary:focus {
    background-color: var(--color-white);
    color: var(--color-blue);
    text-underline-offset: unset;
  }

  .btn--tertiary {
    background-color: var(--color-white);
    color: var(--color-blue);
  }

  .btn--tertiary:hover,
  .btn--tertiary:focus {
    background-color: var(--color-blue);
    color: var(--color-white);
  }
} /* end .body-container */

/* ─── SVG BLOCK ─────────────────────────────────────────────────── */
.custom-svg-block {
  display: flex;
  position: relative;
  width: 100%;
  align-items: center;
}

.custom-svg-block svg {
  display: block;
  width: 100%;
  height: auto;
}

/* ─── INLINE ICON (in headings/text) ──────────────────────────────── */
.icon-inline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 1em;
  width: 1em;
  vertical-align: middle;
}

.icon-inline svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* ─── STATS BLOCK ──────────────────────────────────────────────────── */
.stats-block {
  display: grid;
  gap: 2rem;
  padding: 3rem 2rem;
  border-radius: 12px;
}

.stats-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 0;
}

.stats-number {
  font-size: var(--fs-4xl);
  font-family: var(--font-sb);
  line-height: 1;
}

.stats-suffix {
  font-size: var(--fs-xl);
  font-family: var(--font-sr);
  margin-left: 0.1em;
}

.stats-title {
    font-size: var(--fs-md);
    font-family: var(--font-ml);
    margin: 0;
}

@media (max-width: 768px) {
  .stats-block {
    grid-template-columns: 1fr !important;
  }
}

/* ─── Archive ──────────────────────────────────────────────────── */
.filters {
    position: fixed;
    width: 100%;
    max-width: 600px;
    bottom: 2.5vw;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    padding: 1rem;
    z-index: 999;

    @media (max-width:600px) {
        bottom: 10vw
    }
}

.filters ul {
    display: inline-flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

.filters ul li {
    list-style: none;
    padding: 3px 15px;
    margin: -1px;
    line-height: 1rem;
    border: 1px solid var(--color-light);
    background: rgba(0, 0, 0, .35);
    backdrop-filter: blur(10px);
    align-items: center;
}

.grid-archive {
    --columns: 12;
    --gutter: 5vw;
    display: grid;
    grid-gap: var(--gutter);
    grid-template-columns: 1fr;
    height: fit-content;
}

.grid-archive>.column {
    margin-bottom: var(--gutter);
    height: fit-content;

    @media (max-width:600px) {
        margin-bottom: 0
    }
}

.gallery {
  line-height: 0;
  columns: 5;
  column-gap: 4rem;
  padding: 10vh 2.5vw 15vh 2.5vw;

  @media screen and (max-width:600px) {
    columns: 2;
    gap: 2rem;
     padding: 0 2.5vw 0 2.5vw;
  }
}
.gallery li {
  display: block;
  break-inside: avoid;
}
.gallery li:not(:last-child) {
  margin-bottom: 4rem;
  
  @media (max-width:600px) {
    margin-bottom: 2rem;
  }
}


.monkeypod-button {
  background-color: var(--color-blue);
  color: var(--color-white);
  font-family: var(--font-mr);
  text-transform: uppercase;
  font-size: var(--fs-md);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: clamp(0.5rem, 1.25vw, 0.875rem) 0;
  padding: 1rem 2rem;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.4s, background 0.4s;
}

.monkeypod-button:hover,
.monkeypod-button:focus {
  color: var(--color-white);
  border: 1px solid var(--color-white);
}

 /* if Monkeypod adds an "open" class */

 /* if Monkeypod adds an "open" class */
#monkeypod-modal.open, .monkeypod-modal.open {
    background: transparent;
    backdrop-filter: blur(10px);
 }

#monkeypod-modal.open, .monkeypod-modal-window {
        border-radius: var(--radius);

 }

 #monkeypod-modal.open, .monkeypod-modal-window iframe body {
    font-family: var(--font-ml) !important;

 }

#monkeypod-modal .close, .monkeypod-modal .close {
    color: var(--color-dark)!important;
    font-family: var(--font-mr) !important;
    font-size: var(--fs-xl) !important;

    font-weight: normal !important;
    border: 1px solid var(--color-secondary);
    padding: .5rem 1rem !important;
    margin: 1rem !important;
    border-radius: var(--radius)!important;
    display: flex !important;
    align-items: center !important;
    justify-content: center!important;
    flex-direction: column !important;
    text-transform: uppercase !important;
}

#monkeypod-modal .close:hover, .monkeypod-modal .close:hover, #monkeypod-modal .close:focus, .monkeypod-modal .close:focus {
    color: #ffffff !important;
    cursor: pointer !important;
    background-color: var(--color-card-dark)!important;
}

/* ─── ARCHIVE ────────────────────────────────────────────────────── */

.archive-toolbar {
  position: relative;
  z-index: 2;
}

.archive-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.archive-heading {
  margin-bottom: 0;
}

.filter-dropdown {
  position: relative;
}

.filter-dropdown__toggle {
  margin: 0;
  background-color: transparent;
  color: var(--color-text);
  border: 1px solid var(--color-secondary);
  list-style: none;
  gap: 5px;
}

.filter-dropdown__toggle::-webkit-details-marker {
  display: none;
}

.filter-dropdown__toggle:hover,
.filter-dropdown__toggle:focus {
  background-color: var(--color-secondary);
}

.filter-dropdown[open] .filter-dropdown__toggle {
  background-color: var(--color-dark);
  color: var(--color-white);
  border-color: var(--color-dark);
}

.filter-dropdown__panel {
  position: absolute;
  top: calc(100% + 1rem);
  right: 0;
  z-index: 100;
  min-width: 320px;
  padding: 1rem;
  background-color: var(--color-white);
  border: 1px solid var(--color-secondary);
  border-radius: var(--radius);
  filter: drop-shadow(2px 10px 10px black);
}

.filter-dropdown__list {
    display: flex;
    flex-flow: column;
    gap: 0.5rem 1rem;
    list-style: none;
    margin: 0;
    padding: 0;
}
.filter-all {
  font-size: var(--fs-lg);
  font-family: var(--font-sr);
  margin-bottom: 0;
}


.filter-dropdown__link {
  display: block;
  font-family: var(--font-mr);
  font-size: var(--fs-sm);
  color: var(--color-text);
  text-decoration: none;
  padding: 0.2rem 0;
}

.filter-dropdown__list li:not(:first-child) .filter-dropdown__link::after {
  content: '→'
}

.filter-dropdown__link:hover,
.filter-dropdown__link:focus {
  color: var(--color-blue);
}

.filter-dropdown__link--active {
  color: var(--color-blue);
  font-family: var(--font-mb);
}

.archive-filter-controls {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.active-tag-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0;
  background-color: var(--color-dark);
  color: var(--color-white);
  border: 1px solid var(--color-dark);
  text-decoration: none;
}

.active-tag-btn:hover,
.active-tag-btn:focus {
  background-color: var(--color-secondary);
  color: var(--color-text);
  border-color: var(--color-secondary);
}

/* ─── CARD SLIDER ─────────────────────────────────────────────────── */

.js-card-slider {
  position: relative;
  padding: 2rem 0 5rem;
}

.card-slider__item-bg {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-white);
  border-radius: var(--radius);
  box-shadow: 0 6px 26px 6px rgba(0, 0, 0, 0.15);
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  transition: opacity 0.3s, transform 0.3s, width 0.3s, height 0.3s;
}

.card-slider__item-bg.active {
  opacity: 1;
}

.card-slider.swiper {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media (max-width: 1300px) {
  .card-slider.swiper { max-width: 1000px; }
}

.card-slider__slide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.card-slider__slide.swiper-slide-active,
.card-slider__slide.swiper-slide-prev,
.card-slider__slide.swiper-slide-next {
  opacity: 1;
  pointer-events: auto;
}

.card-slider__item {
  display: block;
  padding: 2rem;
  color: var(--color-white);
  border-radius: var(--radius);
  text-decoration: none;
  transition: color 0.3s, background-color 0.3s, box-shadow 0.3s;
  position: relative;
  z-index: 2;
}

@media (max-width: 992px) {
  .card-slider__item { padding: 1.5rem; }
}

@media (max-width: 576px) {
  .card-slider__item { padding: 1.25rem; }
}

@media (min-width: 800px) {
  .card-slider__item:hover .card-slider__label,
  .card-slider__item:hover .card-slider__title,
  .card-slider__item:hover .card-slider__text {
    opacity: 1;
  }

  .card-slider__item:hover .card-slider__img {
    box-shadow: none;
  }
}

.card-slider__item:hover,
.card-slider__item:hover * {
  color: var(--color-dark) !important;
}

.card-slider__item:hover .card-slider__label,
.card-slider__item:hover .card-slider__title,
.card-slider__item:hover .card-slider__text {
  opacity: 1;
}

.card-slider__item:hover .card-slider__img {
  box-shadow: none;
}

.card-slider__label {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid currentColor;
  display: inline-block;
  opacity: 0.7;
  transition: opacity 0.3s;
}

.card-slider__label-a {
  display: block;
  font-size: var(--fs-lg);
  font-family: var(--font-sb);
  line-height: var(--lh-base);
  margin-bottom: 0.2rem;
}

.card-slider__label-b {
  font-size: var(--fs-sm);
  font-family: var(--font-mr);
}

.card-slider__title {
  font-size: var(--fs-md);
  font-family: var(--font-sb);
  opacity: 0.7;
  margin: 0.5rem 0 0.75rem;
  transition: opacity 0.3s;
  line-height: var(--lh-md);
}

.card-slider__text {
  font-size: var(--fs-sm);
  font-family: var(--font-sr);
  line-height: var(--lh-lg);
  opacity: 0.7;
  transition: opacity 0.3s;
  margin: 0;
}

.card-slider__img {
  border-radius: var(--radius);
  box-shadow: 0 6px 26px 6px rgba(0, 0, 0, 0.25);
  height: 180px;
  margin-top: 1.5rem;
  overflow: hidden;
  transition: box-shadow 0.3s;
}

@media (max-width: 576px) {
  .card-slider__img {
    height: 140px;
    margin-top: 1rem;
  }
}

.card-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-slider__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 12;
}

.card-slider__arrow {
  background: var(--color-white);
  border: none;
  display: inline-flex;
  width: 46px;
  height: 46px;
  justify-content: center;
  align-items: center;
  box-shadow: 0 6px 26px 4px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.1rem;
  transition: background 0.2s;
  flex-shrink: 0;
}

.card-slider__arrow:hover {
  background: var(--color-secondary);
}

.card-slider__pagination {
  display: flex;
  align-items: center;
  gap: 5px;
}

.card-slider__pagination .swiper-pagination-bullet {
  width: 13px;
  height: 10px;
  background: var(--color-dark);
  opacity: 0.2;
  border-radius: 20px;
  transition: opacity 0.5s, width 0.5s;
  transition-delay: 0.5s, 0s;
  margin: 0;
}

.card-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 60px;
  transition-delay: 0s;
}

/* ─────────────────────────────────────────────────────────────────── */

.active-tag-btn__close {
  font-size: 1.1em;
  line-height: 1;
  opacity: 0.7;
}

@media (max-width: 600px) {
  .archive-header {
    flex-wrap: wrap;
  }

  .filter-dropdown__panel {
    left: 0;
    right: 0;
    min-width: 0;
  }

  .filter-dropdown__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.archive-card {
  --columns: 4;
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius);
  overflow: hidden;
  background-color: var(--color-card-dark);
  text-decoration: none;
  transition: box-shadow 0.3s ease;
}

.archive-card:hover {
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.22);
}

.archive-card__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.4s ease;
}

.archive-card:hover .archive-card__bg {
  transform: scale(1.05);
}

.archive-card__content {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.4rem;
  padding: 1.2rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 60%);
}

.archive-card__title {
  font-family: var(--font-ml);
  font-size: var(--fs-md);
  color: var(--color-white);
  text-transform: uppercase;
  margin: 0;
}

.archive-card__text {
  font-family: var(--font-sr);
  font-size: var(--fs-sm);
  color: var(--color-white);
  margin: 0;
}

@media (max-width: 900px) {
  .archive-card {
    --columns: 6;
  }
}

@media (max-width: 600px) {
  .archive-card {
    --columns: 12;
  }
}

/* ─── LINK PANEL BLOCK ───────────────────────────────────────────── */
.link-panel {
  --columns: 12;
  display: grid;
  grid-template-columns: repeat(var(--columns), 1fr);
  gap: var(--gap);
  overflow: hidden;
  min-height: 420px;
  margin: var(--gap) 0;
}

.link-panel__left {
  grid-column: span 8;
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  padding: 2rem 2.5rem 2.5rem;
  gap: 0;
}

.link-panel__headline {
  font-family: var(--font-ml);
  font-size: var(--fs-sm);
  color: var(--color-white);
  opacity: 1;
  margin: 0 0 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.link-panel__links {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: auto;
}

.link-panel__link {
  font-family: var(--font-sr);
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.1;
  color: var(--color-white);
  text-decoration: none;
  opacity: 0.35;
  transition: opacity 0.25s ease;
  padding: 0.15em 0;
}

.link-panel__link.is-active,
.link-panel__link:hover {
  opacity: 1;
}

.link-panel__arrow {
  display: inline-block;
  transition: transform 0.25s ease;
}

.link-panel__link.is-active .link-panel__arrow,
.link-panel__link:hover .link-panel__arrow {
  transform: translateX(0.15em);
}

.link-panel__right {
  grid-column: span 4;
  border-radius: var(--radius);
  position: relative;
  overflow: hidden;
  background: var(--color-card-dark);
}

.link-panel__image {
  position: absolute;
  inset: 0;
  opacity: 0;
  filter: grayscale(1) contrast(1) saturate(1);
  transition: opacity 0.6s ease;
}

.link-panel__image.is-active {
  opacity: 1;
}

.link-panel__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 700px) {
  .link-panel {
    grid-template-columns: 1fr;
  }

  .link-panel__right {
    min-height: 260px;
    position: relative;
  }
}