:root {
  --ink: #080808;
  --blackout: #030303;
  --ink-soft: #111213;
  --panel: #171819;
  --line: #333437;
  --muted: #aaa39a;
  --paper: #efeae2;
  --paper-dim: #d0c8bd;
  --smoke: #494c4d;
  --rust: #b34a1f;
  --rust-hot: #d25b28;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--paper);
  background:
    linear-gradient(180deg, #060606 0%, #101112 47%, #050505 100%);
  font-family: "Montserrat", "Noto Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
  overflow-x: hidden;
}

::selection {
  color: #fff;
  background: rgba(179, 74, 31, 0.78);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0.22;
  background-image:
    url("assets/crops/bardo-texture-tile-clean.jpg"),
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 430px 480px, 38px 38px, 38px 38px;
  background-position: center, center, center;
  mix-blend-mode: screen;
}

body::after {
  position: fixed;
  inset: 0;
  z-index: 80;
  pointer-events: none;
  content: "";
  opacity: 0.055;
  background:
    repeating-linear-gradient(0deg, transparent 0 2px, rgba(255, 255, 255, 0.44) 3px),
    repeating-linear-gradient(90deg, transparent 0 11px, rgba(210, 91, 40, 0.3) 12px);
  mix-blend-mode: overlay;
}

img {
  display: block;
  max-width: 100%;
}

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

h1,
h2,
h3,
.section-kicker,
.button,
.nav-links a,
.header-action {
  font-family: "Bebas Neue", "Arial Narrow", Impact, sans-serif;
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.35rem;
  align-items: center;
  min-height: 82px;
  padding: 0.95rem max(1.25rem, calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid rgba(239, 234, 226, 0.2);
  background:
    linear-gradient(90deg, rgba(3, 3, 3, 0.98), rgba(12, 12, 12, 0.9)),
    rgba(8, 8, 8, 0.94);
  backdrop-filter: blur(16px);
  box-shadow: inset 0 -3px 0 rgba(179, 74, 31, 0.62);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  min-width: 0;
}

.brand-mark {
  width: 3.15rem;
  height: 2.62rem;
  flex: 0 0 auto;
  background: url("assets/crops/bardo-symbol.jpg") center 39% / 185% auto no-repeat;
  filter: drop-shadow(0 0.45rem 0.65rem rgba(0, 0, 0, 0.65));
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 1.12rem;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.nav-links::-webkit-scrollbar {
  display: none;
}

.nav-links a,
.header-action {
  color: var(--paper-dim);
  font-size: clamp(1.24rem, 0.6vw + 1.08rem, 1.42rem);
  white-space: nowrap;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.nav-links a {
  position: relative;
  padding: 0.36rem 0.12rem 0.28rem;
}

.nav-links a::after {
  position: absolute;
  right: 0;
  bottom: -0.18rem;
  left: 0;
  height: 2px;
  content: "";
  background: var(--rust-hot);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 160ms ease;
}

.nav-links a:hover,
.header-action:hover {
  color: var(--paper);
}

.nav-links a:hover::after {
  transform: scaleX(1);
}

.header-action {
  padding: 0.72rem 1rem 0.62rem;
  border: 1px solid rgba(239, 234, 226, 0.22);
  color: var(--paper);
  background: rgba(239, 234, 226, 0.035);
  clip-path: polygon(0.55rem 0, 100% 0, calc(100% - 0.55rem) 100%, 0 100%);
}

.header-action:hover {
  border-color: rgba(210, 91, 40, 0.75);
  background: rgba(179, 74, 31, 0.16);
}

.hero {
  position: relative;
  min-height: 760px;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid rgba(239, 234, 226, 0.16);
  background: var(--blackout);
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(3, 3, 3, 0.96) 0%, rgba(8, 8, 8, 0.66) 38%, rgba(8, 8, 8, 0.18) 74%),
    linear-gradient(180deg, rgba(8, 8, 8, 0.04), rgba(8, 8, 8, 0.82)),
    url("assets/generated/bardo-hero-lineup-backs.jpg") center / cover no-repeat;
  filter: saturate(0.82) contrast(1.14) grayscale(0.18);
  clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
}

.hero::before {
  position: absolute;
  right: max(-4rem, calc((100vw - var(--max)) / 2 - 7rem));
  bottom: -1.4rem;
  z-index: -1;
  content: "BARDO";
  color: rgba(239, 234, 226, 0.05);
  font-family: "Bebas Neue", "Arial Narrow", Impact, sans-serif;
  font-size: min(23vw, 20rem);
  line-height: 0.72;
  text-transform: uppercase;
  pointer-events: none;
}

.hero::after {
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 42%;
  content: "";
  background:
    linear-gradient(180deg, transparent, var(--ink)),
    repeating-linear-gradient(90deg, rgba(210, 91, 40, 0.4) 0 2px, transparent 2px 18px);
  opacity: 0.98;
}

.hero-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 760px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 7rem 1.25rem 6.2rem;
}

.hero-copy::before {
  position: absolute;
  top: 8.5rem;
  left: 1.25rem;
  width: 0.42rem;
  height: min(42vh, 19rem);
  content: "";
  background:
    linear-gradient(var(--rust-hot), transparent),
    repeating-linear-gradient(180deg, transparent 0 0.85rem, rgba(239, 234, 226, 0.82) 0.85rem 1rem);
  opacity: 0.78;
  transform: translateX(-1.15rem);
}

.eyebrow,
.section-kicker {
  color: var(--rust-hot);
  font-size: 1.28rem;
}

h1 {
  max-width: 7ch;
  margin-top: 0.45rem;
  font-size: clamp(7.4rem, 16vw, 13.5rem);
  line-height: 0.78;
  text-shadow:
    0 4px 0 rgba(0, 0, 0, 0.7),
    0.045em 0 rgba(179, 74, 31, 0.18);
}

.hero-line {
  width: fit-content;
  margin-top: 0.6rem;
  padding: 0.28rem 0.5rem 0.16rem;
  color: #170905;
  font-family: "Bebas Neue", "Arial Narrow", Impact, sans-serif;
  font-size: 2.2rem;
  line-height: 1;
  text-transform: uppercase;
  background: var(--rust-hot);
  clip-path: polygon(0.35rem 0, 100% 0, calc(100% - 0.35rem) 100%, 0 100%);
}

.hero-text {
  max-width: 36rem;
  margin-top: 1.45rem;
  color: var(--paper-dim);
  font-size: 1.04rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.05rem;
  padding: 0.9rem 1.1rem 0.78rem;
  border: 1px solid rgba(239, 234, 226, 0.26);
  font-size: 1.35rem;
  line-height: 1;
  text-align: center;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  border-color: var(--rust);
  background: var(--rust);
  color: #fff4ec;
}

.button.primary:hover {
  border-color: var(--rust-hot);
  background: var(--rust-hot);
}

.button.secondary {
  color: var(--paper);
  background: rgba(239, 234, 226, 0.06);
}

.button.secondary:hover {
  border-color: rgba(239, 234, 226, 0.52);
}

.section {
  position: relative;
  max-width: var(--max);
  margin: 0 auto;
  padding: 6rem 1.25rem;
}

.section + .section {
  border-top: 1px solid rgba(239, 234, 226, 0.12);
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  margin-bottom: 1.2rem;
  padding: 0.32rem 0.62rem 0.2rem;
  border-left: 4px solid var(--rust-hot);
  color: var(--paper);
  background: rgba(179, 74, 31, 0.18);
  clip-path: polygon(0 0, 100% 0, calc(100% - 0.38rem) 100%, 0 100%);
}

.section-head {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 2rem;
  align-items: end;
  margin-bottom: 2rem;
  padding-bottom: 1.3rem;
  border-bottom: 1px solid rgba(239, 234, 226, 0.13);
}

h2 {
  max-width: 13ch;
  font-size: 4.3rem;
}

.section-head p,
.intro-copy p,
.creation-layout p,
.date-row p,
.contact-grid p {
  color: var(--paper-dim);
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(16rem, 0.88fr) 1.12fr;
  gap: 3rem;
  align-items: center;
}

.logo-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(239, 234, 226, 0.16);
  background:
    linear-gradient(135deg, rgba(210, 91, 40, 0.14), transparent 36%),
    #050505;
  clip-path: polygon(0 0, 100% 0, 94% 100%, 0 100%);
}

.logo-panel::after {
  position: absolute;
  inset: auto 0 0;
  padding: 0.5rem 0.8rem 0.42rem;
  content: "ROCK / ALTERNATIVE / CZ";
  color: rgba(239, 234, 226, 0.74);
  font-family: "Bebas Neue", "Arial Narrow", Impact, sans-serif;
  font-size: 1.1rem;
  line-height: 1;
  text-transform: uppercase;
  background: rgba(8, 8, 8, 0.68);
}

.logo-panel img {
  width: 100%;
  aspect-ratio: 1.12 / 1;
  object-fit: cover;
  filter: contrast(1.08) saturate(0.86);
}

.intro-copy {
  display: grid;
  gap: 1.15rem;
  padding-left: 1.6rem;
  border-left: 1px solid rgba(210, 91, 40, 0.44);
}

.member-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  align-items: start;
}

.member-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 25rem;
  padding: 0.85rem;
  border: 1px solid rgba(239, 234, 226, 0.14);
  background:
    linear-gradient(140deg, rgba(210, 91, 40, 0.11), transparent 34%),
    linear-gradient(180deg, rgba(239, 234, 226, 0.06), rgba(239, 234, 226, 0.012)),
    var(--panel);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1rem), calc(100% - 1rem) 100%, 0 100%);
}

.member-card::before {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  width: 3.5rem;
  height: 0.5rem;
  content: "";
  background: repeating-linear-gradient(90deg, rgba(239, 234, 226, 0.58) 0 2px, transparent 2px 6px);
  opacity: 0.52;
}

.member-card:nth-child(2) {
  margin-top: 2rem;
}

.member-card:nth-child(3) {
  margin-top: 0.8rem;
}

.member-card:nth-child(4) {
  margin-top: 2.8rem;
}

.member-photo {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  margin-bottom: 1.05rem;
  overflow: hidden;
  border: 1px solid rgba(239, 234, 226, 0.1);
  background: #050505;
  clip-path: polygon(0 0, 100% 0, 100% 91%, 91% 100%, 0 100%);
}

.member-photo::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(180deg, transparent 58%, rgba(8, 8, 8, 0.72)),
    linear-gradient(90deg, rgba(179, 74, 31, 0.16), transparent 30%, transparent 70%, rgba(0, 0, 0, 0.24));
  mix-blend-mode: normal;
}

.member-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 18%;
  transform: scale(1.42);
  filter: contrast(1.08);
}

.member-card:nth-child(1) .member-photo img {
  object-position: 58% 18%;
}

.member-card:nth-child(2) .member-photo img {
  object-position: 52% 16%;
}

.member-card:nth-child(3) .member-photo img {
  object-position: 49% 17%;
}

.member-card:nth-child(4) .member-photo img {
  object-position: 54% 21%;
  transform: scale(1.16);
}

.member-photo--symbol {
  display: grid;
  place-items: center;
  background:
    linear-gradient(rgba(8, 8, 8, 0.3), rgba(8, 8, 8, 0.82)),
    url("assets/crops/bardo-symbol.jpg") center / 175% auto no-repeat,
    #050505;
}

.member-photo--symbol::after {
  background: linear-gradient(180deg, rgba(8, 8, 8, 0.08), rgba(8, 8, 8, 0.7));
}

.member-card span {
  color: var(--rust-hot);
  font-family: "Bebas Neue", "Arial Narrow", Impact, sans-serif;
  font-size: 1.35rem;
}

.member-card h3 {
  margin-top: 0.8rem;
  font-size: 2.45rem;
}

.member-card p {
  min-height: 3.3rem;
  margin-top: 0.35rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.creation {
  position: relative;
  max-width: none;
  padding-right: max(1.25rem, calc((100vw - var(--max)) / 2));
  padding-left: max(1.25rem, calc((100vw - var(--max)) / 2));
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(3, 3, 3, 0.98), rgba(8, 8, 8, 0.66)),
    url("assets/crops/bardo-texture-logo.jpg") center / cover no-repeat,
    #080808;
}

.creation::after {
  position: absolute;
  top: 8%;
  right: max(1.25rem, calc((100vw - var(--max)) / 2));
  width: min(34vw, 22rem);
  height: min(34vw, 22rem);
  content: "";
  opacity: 0.16;
  background: url("assets/crops/bardo-symbol.jpg") center / 185% auto no-repeat;
  mix-blend-mode: screen;
  transform: rotate(-7deg);
}

.creation-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.95fr 1fr;
  gap: 3rem;
  align-items: start;
  max-width: var(--max);
  margin: 0 auto;
}

.creation-layout h2 {
  max-width: 12ch;
}

.creation-layout p {
  max-width: 39rem;
  margin-top: 1.2rem;
}

.theme-list {
  display: grid;
  gap: 0.75rem;
}

.theme-list div {
  position: relative;
  display: grid;
  grid-template-columns: 9rem 1fr;
  gap: 1rem;
  align-items: center;
  min-height: 5.6rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(239, 234, 226, 0.14);
  background:
    linear-gradient(90deg, rgba(179, 74, 31, 0.16), transparent 35%),
    rgba(8, 8, 8, 0.72);
  clip-path: polygon(0 0, 100% 0, calc(100% - 0.8rem) 100%, 0 100%);
}

.theme-list strong {
  color: var(--paper);
  font-family: "Bebas Neue", "Arial Narrow", Impact, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.theme-list span {
  color: var(--paper-dim);
}

.date-row,
.contact-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: center;
  padding: 2rem;
  border: 1px solid rgba(239, 234, 226, 0.16);
  background:
    linear-gradient(135deg, rgba(239, 234, 226, 0.07), rgba(239, 234, 226, 0.02)),
    #111;
}

.date-row h2,
.contact-grid h2 {
  max-width: none;
}

.media-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 1rem;
  align-items: start;
}

.media-card,
.video-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(239, 234, 226, 0.16);
  background:
    linear-gradient(135deg, rgba(210, 91, 40, 0.12), transparent 28%),
    linear-gradient(135deg, rgba(239, 234, 226, 0.055), rgba(239, 234, 226, 0.012)),
    #111;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 0.9rem), calc(100% - 0.9rem) 100%, 0 100%);
}

.media-card {
  display: grid;
  grid-template-columns: 8.5rem 1fr;
  gap: 1rem;
  align-items: center;
  min-height: 10rem;
  padding: 1rem;
}

.media-card:nth-child(2),
.video-card:nth-child(4) {
  margin-top: 2rem;
}

.media-card::after,
.video-card::after,
.contact-grid--feature::after {
  position: absolute;
  inset: auto 0 0;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, var(--rust), transparent);
}

.media-art {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(239, 234, 226, 0.12);
  background:
    linear-gradient(rgba(8, 8, 8, 0.14), rgba(8, 8, 8, 0.68)),
    url("assets/generated/bardo-single-cover.jpg") center / cover no-repeat,
    #050505;
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
}

.media-art--rust {
  background:
    linear-gradient(rgba(179, 74, 31, 0.16), rgba(8, 8, 8, 0.62)),
    url("assets/generated/bardo-single-cover.jpg") 50% 62% / cover no-repeat,
    #080808;
}

.media-art span,
.event-date span,
.event-date strong {
  font-family: "Bebas Neue", "Arial Narrow", Impact, sans-serif;
  line-height: 1;
  text-transform: uppercase;
}

.media-art span {
  color: rgba(239, 234, 226, 0.78);
  font-size: 2rem;
}

.media-content,
.video-card > div:last-child {
  min-width: 0;
}

.media-platform {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--rust-hot);
  font-family: "Bebas Neue", "Arial Narrow", Impact, sans-serif;
  font-size: 1.05rem;
  line-height: 1;
  text-transform: uppercase;
}

.media-card h3,
.video-card h3,
.event-copy h3 {
  font-size: 2.15rem;
}

.media-card p,
.video-card p,
.event-copy p {
  color: var(--paper-dim);
}

.media-bars {
  display: flex;
  align-items: end;
  gap: 0.28rem;
  height: 1.9rem;
  margin-top: 0.9rem;
}

.media-bars i {
  display: block;
  width: 0.38rem;
  background: rgba(239, 234, 226, 0.44);
}

.media-bars i:nth-child(1) {
  height: 38%;
}

.media-bars i:nth-child(2) {
  height: 72%;
  background: var(--rust-hot);
}

.media-bars i:nth-child(3) {
  height: 52%;
}

.media-bars i:nth-child(4) {
  height: 100%;
  background: rgba(179, 74, 31, 0.74);
}

.media-bars i:nth-child(5) {
  height: 46%;
}

.video-card {
  display: grid;
  grid-template-columns: 11.5rem 1fr;
  gap: 1rem;
  align-items: center;
  min-height: 10rem;
  padding: 1rem;
}

.video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(239, 234, 226, 0.12);
  background:
    linear-gradient(rgba(8, 8, 8, 0.08), rgba(8, 8, 8, 0.5)),
    url("assets/generated/bardo-contact-banner.jpg") center / cover no-repeat;
}

.video-frame--alt {
  background:
    linear-gradient(rgba(8, 8, 8, 0.08), rgba(8, 8, 8, 0.5)),
    url("assets/generated/bardo-concert-banner.jpg") center / cover no-repeat;
}

.play-mark {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.05rem;
  height: 3.05rem;
  border: 1px solid rgba(239, 234, 226, 0.8);
  background: rgba(8, 8, 8, 0.56);
  transform: translate(-50%, -50%);
}

.play-mark::after {
  position: absolute;
  top: 50%;
  left: 54%;
  width: 0;
  height: 0;
  content: "";
  border-top: 0.52rem solid transparent;
  border-bottom: 0.52rem solid transparent;
  border-left: 0.78rem solid var(--paper);
  transform: translate(-50%, -50%);
}

.event-card {
  position: relative;
  overflow: hidden;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  border: 0;
  background:
    linear-gradient(90deg, rgba(3, 3, 3, 0.96), rgba(8, 8, 8, 0.7)),
    url("assets/generated/bardo-concert-banner.jpg") center / cover no-repeat,
    #101010;
  box-shadow:
    inset 0 0 0 1px rgba(239, 234, 226, 0.16),
    inset 0 -0.35rem 0 rgba(179, 74, 31, 0.75);
  clip-path: polygon(0 0, 100% 0, calc(100% - 1.15rem) 100%, 0 100%);
}

.event-card::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0.8rem;
  content: "";
  background: repeating-linear-gradient(180deg, var(--paper) 0 0.35rem, transparent 0.35rem 0.8rem);
  opacity: 0.62;
}

.event-date {
  display: grid;
  place-items: center;
  min-width: 8rem;
  min-height: 8rem;
  border: 0;
  background: rgba(179, 74, 31, 0.88);
  clip-path: polygon(0.6rem 0, 100% 0, calc(100% - 0.6rem) 100%, 0 100%);
}

.event-date span {
  color: #fff4ec;
  font-size: 3.2rem;
}

.event-date strong {
  color: rgba(23, 9, 5, 0.72);
  font-size: 1.55rem;
  font-weight: 400;
}

.merch {
  position: relative;
  max-width: none;
  padding-right: max(1.25rem, calc((100vw - var(--max)) / 2));
  padding-left: max(1.25rem, calc((100vw - var(--max)) / 2));
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.92), rgba(5, 5, 5, 0.985)),
    url("assets/crops/bardo-texture-logo.jpg") center / cover no-repeat,
    #050505;
}

.merch::before {
  position: absolute;
  top: 7.5rem;
  left: max(1.25rem, calc((100vw - var(--max)) / 2));
  width: min(38vw, 28rem);
  height: 0.68rem;
  content: "";
  background: repeating-linear-gradient(90deg, var(--rust-hot) 0 1.8rem, transparent 1.8rem 2.5rem);
  opacity: 0.7;
}

.merch > .section-kicker,
.merch > .section-head,
.drop-strip,
.shop-grid {
  max-width: var(--max);
  margin-right: auto;
  margin-left: auto;
}

.drop-strip {
  display: grid;
  grid-template-columns: 1.1fr repeat(3, 1fr);
  gap: 1px;
  margin-bottom: 1.15rem;
  border: 1px solid rgba(239, 234, 226, 0.14);
  background: rgba(239, 234, 226, 0.14);
  clip-path: polygon(0 0, 100% 0, calc(100% - 1rem) 100%, 0 100%);
}

.drop-strip span {
  display: grid;
  place-items: center;
  min-height: 3.5rem;
  color: var(--paper);
  font-family: "Bebas Neue", "Arial Narrow", Impact, sans-serif;
  font-size: clamp(1.45rem, 3vw, 2.35rem);
  line-height: 1;
  text-transform: uppercase;
  background:
    linear-gradient(135deg, rgba(179, 74, 31, 0.18), rgba(8, 8, 8, 0.85)),
    rgba(8, 8, 8, 0.82);
}

.drop-strip span:first-child {
  color: var(--rust-hot);
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  align-items: start;
}

.product-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid rgba(239, 234, 226, 0.16);
  background:
    linear-gradient(150deg, rgba(210, 91, 40, 0.1), transparent 36%),
    linear-gradient(180deg, rgba(239, 234, 226, 0.06), rgba(239, 234, 226, 0.014)),
    #101010;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 0.9rem), calc(100% - 0.9rem) 100%, 0 100%);
}

.product-card::before {
  position: absolute;
  top: 0.72rem;
  left: 0.72rem;
  z-index: 2;
  padding: 0.3rem 0.44rem 0.2rem;
  content: "DROP 01";
  color: #180905;
  font-family: "Bebas Neue", "Arial Narrow", Impact, sans-serif;
  font-size: 0.94rem;
  line-height: 1;
  background: rgba(210, 91, 40, 0.86);
}

.product-card:nth-child(2) {
  margin-top: 1.6rem;
}

.product-card:nth-child(4) {
  margin-top: 0.9rem;
}

.product-visual {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-bottom: 1px solid rgba(239, 234, 226, 0.14);
  background: #050505;
  clip-path: polygon(0 0, 100% 0, 100% 94%, 94% 100%, 0 100%);
}

.product-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.06) saturate(0.94);
}

.product-visual::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, transparent 62%, rgba(8, 8, 8, 0.26));
}

.product-visual--poster img {
  filter: contrast(1.12) saturate(0.92) brightness(0.82);
}

.product-tag,
.product-buy a {
  font-family: "Bebas Neue", "Arial Narrow", Impact, sans-serif;
  line-height: 1;
  text-transform: uppercase;
}

.product-info {
  display: grid;
  gap: 0.65rem;
  padding: 1.05rem;
}

.product-tag {
  color: var(--rust-hot);
  font-size: 1.02rem;
}

.product-card h3 {
  font-size: 2.25rem;
}

.product-card p {
  color: var(--paper-dim);
  font-size: 0.92rem;
  line-height: 1.55;
}

.product-buy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  margin-top: auto;
  padding-top: 0.7rem;
  border-top: 1px solid rgba(239, 234, 226, 0.13);
}

.product-buy strong {
  color: var(--paper);
  font-size: 1rem;
}

.product-buy a {
  color: var(--paper);
  font-size: 1rem;
}

.product-buy a:hover {
  color: var(--rust-hot);
}

.contact-grid {
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.75fr);
}

.contact-grid--feature {
  position: relative;
  overflow: hidden;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.86fr);
  align-items: stretch;
  padding: 0;
  background:
    linear-gradient(120deg, rgba(8, 8, 8, 0.98), rgba(8, 8, 8, 0.72)),
    url("assets/generated/bardo-contact-banner.jpg") center / cover no-repeat;
}

.contact-main {
  padding: 2.3rem;
}

.contact-cta {
  width: fit-content;
  margin-top: 1.45rem;
}

.contact-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.4rem;
}

.contact-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 2.25rem;
  padding: 0.48rem 0.72rem;
  border: 1px solid rgba(239, 234, 226, 0.2);
  color: var(--paper);
  font-family: "Bebas Neue", "Arial Narrow", Impact, sans-serif;
  font-size: 1.05rem;
  line-height: 1;
  text-transform: uppercase;
  background: rgba(8, 8, 8, 0.46);
}

.contact-side {
  display: grid;
  grid-template-rows: minmax(9rem, 1fr) auto;
  border-left: 1px solid rgba(239, 234, 226, 0.14);
  background: rgba(8, 8, 8, 0.54);
}

.contact-symbol {
  min-height: 12rem;
  background:
    linear-gradient(rgba(8, 8, 8, 0.04), rgba(8, 8, 8, 0.72)),
    url("assets/generated/bardo-single-cover.jpg") center / cover no-repeat;
}

.contact-list {
  display: grid;
  gap: 0.65rem;
  margin: 0;
  padding: 1.4rem;
  font-style: normal;
}

.contact-list a,
.contact-list span {
  display: block;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(239, 234, 226, 0.14);
  color: var(--paper);
}

.contact-list a:hover {
  color: var(--rust-hot);
}

.contact-finale {
  position: relative;
  max-width: none;
  margin: 0;
  padding: 7rem max(1.25rem, calc((100vw - var(--max)) / 2));
  overflow: hidden;
  border-top: 1px solid rgba(239, 234, 226, 0.12);
  background:
    linear-gradient(90deg, rgba(8, 8, 8, 0.96) 0%, rgba(8, 8, 8, 0.74) 48%, rgba(8, 8, 8, 0.9) 100%),
    url("assets/generated/bardo-contact-banner.jpg") center / cover no-repeat;
}

.contact-finale::before {
  position: absolute;
  right: max(1.25rem, calc((100vw - var(--max)) / 2));
  bottom: -0.18em;
  content: "BARDO";
  color: rgba(239, 234, 226, 0.035);
  font-family: "Bebas Neue", "Arial Narrow", Impact, sans-serif;
  font-size: min(25vw, 22rem);
  line-height: 0.78;
  pointer-events: none;
}

.contact-finale::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.014) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(90deg, transparent, #000 20%, #000 80%, transparent);
}

.contact-stage {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(22rem, 0.72fr);
  gap: 1rem;
  align-items: stretch;
  max-width: var(--max);
  margin: 0 auto;
}

.contact-copy,
.contact-card {
  border: 1px solid rgba(239, 234, 226, 0.16);
  background:
    linear-gradient(140deg, rgba(210, 91, 40, 0.11), transparent 32%),
    rgba(8, 8, 8, 0.72);
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.34);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1.15rem), calc(100% - 1.15rem) 100%, 0 100%);
}

.contact-copy {
  position: relative;
  min-height: 29rem;
  padding: 2.35rem;
  overflow: hidden;
}

.contact-copy::after {
  position: absolute;
  right: -7rem;
  bottom: -5rem;
  width: 23rem;
  height: 23rem;
  content: "";
  opacity: 0.6;
  background:
    linear-gradient(rgba(8, 8, 8, 0.12), rgba(8, 8, 8, 0.76)),
    url("assets/generated/bardo-single-cover.jpg") center / cover no-repeat;
  transform: rotate(-8deg);
}

.contact-copy h2 {
  position: relative;
  z-index: 1;
  max-width: 9ch;
  font-size: clamp(4rem, 9vw, 8.2rem);
}

.contact-copy p {
  position: relative;
  z-index: 1;
  max-width: 34rem;
  margin-top: 1.2rem;
  color: var(--paper-dim);
  font-size: 1.05rem;
}

.contact-copy .section-kicker,
.contact-copy .contact-cta {
  position: relative;
  z-index: 1;
}

.contact-card {
  display: grid;
  align-content: space-between;
  gap: 1rem;
  padding: 1rem;
}

.contact-card-head {
  display: grid;
  grid-template-columns: 7.2rem minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  border: 1px solid rgba(239, 234, 226, 0.12);
  background:
    linear-gradient(135deg, rgba(239, 234, 226, 0.07), rgba(239, 234, 226, 0.015)),
    rgba(8, 8, 8, 0.7);
  clip-path: polygon(0.6rem 0, 100% 0, calc(100% - 0.6rem) 100%, 0 100%);
}

.contact-card .contact-symbol {
  min-height: auto;
  width: 7.2rem;
  aspect-ratio: 1 / 1;
  background:
    linear-gradient(rgba(8, 8, 8, 0.06), rgba(8, 8, 8, 0.58)),
    url("assets/generated/bardo-single-cover.jpg") center / cover no-repeat;
}

.contact-email,
.contact-web {
  display: block;
  overflow-wrap: anywhere;
}

.contact-email {
  margin-top: 0.4rem;
  color: var(--paper);
  font-family: "Bebas Neue", "Arial Narrow", Impact, sans-serif;
  font-size: 2.1rem;
  line-height: 1;
  text-transform: uppercase;
}

.contact-web {
  margin-top: 0.35rem;
  color: var(--paper-dim);
  font-size: 0.95rem;
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.social-card {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: 0.7rem;
  align-items: center;
  min-height: 4.5rem;
  padding: 0.95rem;
  border: 1px solid rgba(239, 234, 226, 0.16);
  color: var(--paper);
  background: rgba(8, 8, 8, 0.58);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
  clip-path: polygon(0 0, 100% 0, calc(100% - 0.5rem) 100%, 0 100%);
}

.social-card:hover {
  transform: translateY(-2px);
  border-color: rgba(210, 91, 40, 0.72);
  background: rgba(179, 74, 31, 0.18);
}

.social-card svg {
  width: 2rem;
  height: 2rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.social-card:first-child svg path {
  fill: currentColor;
  stroke: none;
}

.social-card span {
  min-width: 0;
  font-family: "Bebas Neue", "Arial Narrow", Impact, sans-serif;
  font-size: 1.26rem;
  line-height: 1;
  text-transform: uppercase;
}

.contact-mantra {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid rgba(239, 234, 226, 0.14);
  background: rgba(239, 234, 226, 0.14);
  clip-path: polygon(0 0, 100% 0, calc(100% - 1rem) 100%, 0 100%);
}

.contact-mantra span {
  display: grid;
  place-items: center;
  min-height: 4.5rem;
  color: rgba(239, 234, 226, 0.82);
  font-family: "Bebas Neue", "Arial Narrow", Impact, sans-serif;
  font-size: clamp(1.8rem, 5vw, 4.2rem);
  line-height: 1;
  text-transform: uppercase;
  background: rgba(8, 8, 8, 0.78);
}

.site-footer {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  max-width: var(--max);
  margin: 0 auto;
  padding: 2rem 1.25rem 3rem;
  border-top: 1px solid rgba(239, 234, 226, 0.12);
  color: var(--muted);
  font-size: 0.88rem;
}

.site-footer::before {
  position: absolute;
  top: -1px;
  left: 1.25rem;
  width: min(18rem, calc(100% - 2.5rem));
  height: 3px;
  content: "";
  background: var(--rust-hot);
}

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

  .nav-links {
    grid-column: 1 / -1;
    justify-content: flex-start;
    order: 3;
  }

  .hero,
  .hero-copy {
    min-height: 660px;
  }

  .hero-bg {
    background:
      linear-gradient(90deg, rgba(8, 8, 8, 0.94), rgba(8, 8, 8, 0.46)),
      linear-gradient(180deg, rgba(8, 8, 8, 0.18), rgba(8, 8, 8, 0.8)),
      url("assets/generated/bardo-hero-lineup-backs.jpg") 56% center / cover no-repeat;
  }

  h1 {
    font-size: 6.5rem;
  }

  h2 {
    font-size: 3.4rem;
  }

  .section {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .section-head,
  .intro-grid,
  .creation-layout,
  .date-row,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .intro-copy {
    padding-left: 0;
    border-left: 0;
  }

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

  .member-card:nth-child(2),
  .member-card:nth-child(3),
  .member-card:nth-child(4),
  .media-card:nth-child(2),
  .video-card:nth-child(4),
  .product-card:nth-child(2),
  .product-card:nth-child(4) {
    margin-top: 0;
  }

  .shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .media-grid {
    grid-template-columns: 1fr;
  }

  .event-card {
    grid-template-columns: 1fr;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }

  .event-date {
    place-items: start;
    min-height: 0;
    padding: 1rem;
  }

  .contact-side {
    border-top: 1px solid rgba(239, 234, 226, 0.14);
    border-left: 0;
  }

  .contact-finale {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .contact-stage {
    grid-template-columns: 1fr;
  }

  .contact-copy {
    min-height: 24rem;
  }

  .contact-copy::after {
    right: -9rem;
    bottom: -7rem;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 15px;
  }

  .site-header {
    gap: 0.75rem;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }

  .header-action {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }

  .hero,
  .hero-copy {
    min-height: 620px;
  }

  .hero-copy {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }

  h1 {
    font-size: 4.4rem;
  }

  h2 {
    font-size: 2.72rem;
  }

  .hero-line {
    font-size: 1.65rem;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .button {
    width: 100%;
  }

  .media-card,
  .video-card {
    grid-template-columns: 1fr;
  }

  .video-frame {
    min-height: 9rem;
  }

  .member-grid {
    grid-template-columns: 1fr;
  }

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

  .drop-strip {
    grid-template-columns: repeat(2, 1fr);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }

  .member-card {
    min-height: 0;
  }

  .theme-list div {
    grid-template-columns: 1fr;
    gap: 0.3rem;
  }

  .date-row,
  .contact-main,
  .contact-list {
    padding: 1.25rem;
  }

  .contact-finale {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .contact-copy,
  .contact-card {
    padding: 1rem;
  }

  .contact-copy {
    min-height: 0;
  }

  .contact-copy::after {
    opacity: 0.34;
    right: -12rem;
  }

  .contact-card-head,
  .social-grid,
  .contact-mantra {
    grid-template-columns: 1fr;
  }

  .logo-panel,
  .member-card,
  .media-card,
  .video-card,
  .product-card,
  .product-visual,
  .contact-copy,
  .contact-card,
  .contact-card-head,
  .social-card,
  .contact-mantra {
    clip-path: none;
  }

  .contact-card .contact-symbol {
    width: 100%;
    max-width: 13rem;
  }

  .contact-email {
    font-size: 1.65rem;
  }
}
