:root {
  --bg: #0a0705;
  --bg-elev: #14100c;
  --ink: #f5ede2;
  --ink-muted: #a69b8c;
  --ink-dim: #6b6256;
  --red: #d31622;
  --red-dark: #9e0f1a;
  --accent: #f5ede2;
  --accent-dark: #c7bbb0;
  --cream: #f7f0e2;
  --border: rgba(245, 237, 226, 0.1);
  --border-strong: rgba(245, 237, 226, 0.2);
  --font-display: "Cormorant Garamond", "Didot", "Playfair Display", Georgia, serif;
  --font-body: "Inter", system-ui, -apple-system, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.05;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; border: none; background: none; cursor: pointer; color: inherit; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 500; line-height: 1.05; letter-spacing: 0; }
em { font-style: italic; }

.container { max-width: 1360px; margin: 0 auto; padding: 0 clamp(1.25rem, 4vw, 3rem); position: relative; z-index: 2; }
.lang, .lang-block { display: none; }
.lang.active { display: inline; }
.lang-block.active { display: block; }

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem clamp(1.25rem, 4vw, 3rem);
  transition: background 0.4s, backdrop-filter 0.4s, border-color 0.4s;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(10, 7, 5, 0.82);
  backdrop-filter: blur(24px) saturate(160%);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
  border-bottom-color: var(--border);
}
.nav-brand { display: flex; align-items: center; gap: 0.8rem; }
.nav-brand-mark {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #050302;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-strong);
  overflow: hidden;
  box-shadow: 0 0 0 3px rgba(245, 237, 226, 0.12);
}
.nav-brand-mark img { width: 100%; height: 100%; object-fit: cover; }
.nav-brand-text { font-family: var(--font-display); font-size: 1.125rem; font-weight: 600; }
.nav-brand-text em { color: var(--ink); }
.nav-links { display: flex; gap: 0.1rem; align-items: center; }
.nav-links a {
  padding: 0.5rem 0.85rem;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--ink-muted);
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--ink); }
.nav-actions { display: flex; align-items: center; gap: 0.5rem; }
.nav-lang {
  display: flex;
  gap: 0.2rem;
  padding: 0.2rem;
  background: rgba(245, 237, 226, 0.04);
  border: 1px solid var(--border);
  border-radius: 999px;
}
.nav-lang button {
  padding: 0.3rem 0.7rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--ink-muted);
  border-radius: 999px;
  transition: all 0.2s;
}
.nav-lang button.active { background: var(--red); color: #fff; }
.nav-mobile {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(245, 237, 226, 0.05);
  border: 1px solid var(--border);
  align-items: center;
  justify-content: center;
}
.nav-mobile svg { width: 20px; height: 20px; stroke: var(--ink); }

.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding-bottom: clamp(3rem, 8vh, 6rem);
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("images/akv-new/landing_picture.png");
  background-size: cover;
  background-position: center 30%;
  filter: saturate(1.1) contrast(1.05);
  animation: slowZoom 22s ease-out forwards;
}
@keyframes slowZoom { from { transform: scale(1); } to { transform: scale(1.08); } }
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(10, 7, 5, 0.5) 0%, rgba(10, 7, 5, 0.3) 40%, rgba(10, 7, 5, 0.96) 100%),
    radial-gradient(ellipse at 75% 25%, rgba(211, 22, 34, 0.28) 0%, transparent 60%);
}
.hero-grid {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0.2;
  background-image:
    linear-gradient(to right, rgba(245, 237, 226, 0.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(245, 237, 226, 0.05) 1px, transparent 1px);
  background-size: 90px 90px;
}
.hero-content { position: relative; z-index: 3; width: 100%; }
.hero-eyebrow, .section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  color: var(--accent);
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.hero-eyebrow::before, .section-eyebrow::before { content: ""; width: 40px; height: 1px; background: var(--red); flex: 0 0 auto; }
.hero-title {
  font-size: clamp(3.2rem, 11.5vw, 10.5rem);
  line-height: 0.88;
  font-weight: 400;
  margin-bottom: 2rem;
  animation: fadeUp 1s ease-out 0.2s both;
}
.hero-title em, .section-title em { color: var(--red); }
.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 3rem;
  align-items: center;
  font-size: 0.8rem;
  color: var(--ink-muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
  animation: fadeUp 1s ease-out 0.45s both;
}
.hero-meta strong {
  color: var(--ink);
  font-weight: 700;
  font-family: var(--font-display);
  font-size: 1.45rem;
  letter-spacing: 0;
  text-transform: none;
  display: block;
}
.hero-scroll {
  position: absolute;
  bottom: 2rem;
  right: clamp(1.25rem, 4vw, 3rem);
  z-index: 3;
  writing-mode: vertical-rl;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  color: var(--ink-muted);
  text-transform: uppercase;
}
.hero-scroll::after {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, var(--red), transparent);
  margin: 1rem auto 0;
}
@keyframes fadeUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }

.section { padding: clamp(5rem, 12vh, 9rem) 0; position: relative; }
.section-title {
  font-size: clamp(2.3rem, 5.6vw, 5.2rem);
  line-height: 1;
  margin-bottom: 1.5rem;
}
.section-lede { font-size: 1.05rem; color: var(--ink-muted); max-width: 700px; line-height: 1.7; margin-bottom: 1rem; }

.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.about-frame { position: relative; }
.about-frame::before {
  content: "";
  position: absolute;
  top: -18px;
  left: -18px;
  right: 18px;
  bottom: 18px;
  border: 1px solid var(--accent);
  opacity: 0.5;
}
.about-image { position: relative; aspect-ratio: 4/5; overflow: hidden; border-radius: 4px; }
.about-image img { width: 100%; height: 100%; object-fit: cover; }
.about-image::after { content: ""; position: absolute; inset: 0; border: 1px solid var(--border); pointer-events: none; }
.about-text p { font-size: 1.05rem; color: var(--ink-muted); margin-bottom: 1.25rem; line-height: 1.75; }
.about-text p:first-of-type::first-letter {
  font-family: var(--font-display);
  font-size: 4.5rem;
  float: left;
  line-height: 0.85;
  margin: 0.2rem 0.8rem 0 0;
  color: var(--red);
  font-weight: 500;
}
.about-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2.5rem; padding-top: 2.5rem; border-top: 1px solid var(--border); }
.stat-num { font-family: var(--font-display); font-size: 3rem; color: var(--accent); line-height: 1; }
.stat-label { font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-dim); margin-top: 0.4rem; font-weight: 600; }

.quote-section {
  position: relative;
  min-height: clamp(360px, 48vh, 560px);
  padding: clamp(5rem, 10vh, 8rem) 0;
  text-align: center;
  overflow: hidden;
  background: #050505;
  display: flex;
  align-items: center;
}
.quote-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(180deg, rgba(5, 5, 5, 0.9) 0%, rgba(5, 5, 5, 0.74) 45%, rgba(5, 5, 5, 0.96) 100%),
    url("images/akv-new/IMG_5394.JPG");
  background-size: cover;
  background-position: center 45%;
  filter: grayscale(1) contrast(1.12) brightness(0.55);
  transform: scale(1.04);
}
.quote-inner { position: relative; width: 100%; }
.quote-mark { font-family: var(--font-display); font-size: 7rem; color: var(--red); line-height: 0.55; opacity: 0.95; }
.quote-text {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.8rem, 3.1vw, 3.2rem);
  line-height: 1.2;
  max-width: 930px;
  margin: 0.5rem auto 2rem;
  color: var(--ink);
}
.quote-text em { color: var(--red); }
.quote-author { font-size: 0.72rem; letter-spacing: 0.4em; color: var(--ink-dim); text-transform: uppercase; font-weight: 700; }
.section-index {
  position: absolute;
  left: clamp(1.25rem, 4vw, 3rem);
  bottom: calc(clamp(5rem, 10vh, 8rem) * -0.6);
  color: var(--ink-dim);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.45em;
  text-transform: uppercase;
}
.section-index::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 1px;
  background: var(--red);
  margin-right: 0.8rem;
  vertical-align: middle;
}

.valle-section {
  background: #050505;
  padding-top: clamp(5rem, 10vh, 8rem);
}
.valle-head {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(280px, 1fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: end;
  margin-bottom: clamp(3rem, 7vh, 5rem);
}
.valle-title {
  font-size: clamp(4rem, 9vw, 8.6rem);
  line-height: 0.92;
  margin: 0;
}
.valle-title > span,
.valle-title > em {
  display: block;
}
.valle-title em {
  color: var(--red);
  font-style: italic;
}
.valle-title .lang { display: none; }
.valle-title .lang.active { display: block; }
.valle-head p {
  max-width: 620px;
  color: var(--ink-muted);
  font-size: 1.05rem;
  line-height: 1.75;
  margin-bottom: 1.1rem;
}
.valle-list {
  border-top: 1px solid var(--border);
}
.valle-row {
  display: grid;
  grid-template-columns: 90px minmax(190px, 0.8fr) minmax(280px, 1.3fr) 110px;
  gap: clamp(1rem, 3vw, 3rem);
  align-items: center;
  padding: 2.15rem 0;
  border-bottom: 1px solid var(--border);
}
.valle-row h3 {
  font-size: clamp(2rem, 3.1vw, 3.1rem);
  letter-spacing: 0;
}
.valle-row h3 span {
  color: var(--red);
  font-style: italic;
  font-weight: 500;
}
.valle-num {
  color: var(--ink-dim);
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  font-weight: 700;
}
.valle-row p {
  color: var(--ink-muted);
  max-width: 600px;
  line-height: 1.65;
}
.valle-row strong {
  justify-self: end;
  border: 1px solid var(--border-strong);
  border-radius: 999px;
  padding: 0.45rem 0.95rem;
  color: var(--ink);
  font-size: 0.65rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.leaders-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; margin-top: 3rem; }
.leader { position: relative; aspect-ratio: 3/4; overflow: hidden; border-radius: 4px; background: var(--bg-elev); }
.leader-img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.85) contrast(1.05); transition: transform 0.8s, filter 0.4s; }
.leader-img-xheylane { object-position: center 35%; }
.leader-img-dilaver { filter: grayscale(1) contrast(1.12) brightness(0.9); object-position: center top; }
.leader-img-logo { object-fit: contain; padding: 3rem; background: #050302; }
.leader:hover .leader-img { transform: scale(1.04); filter: saturate(1.1) contrast(1); }
.leader:hover .leader-img-dilaver { filter: grayscale(1) contrast(1.12) brightness(0.92); }
.leader-overlay {
  position: absolute;
  inset: 0;
  padding: 2.5rem;
  background: linear-gradient(180deg, transparent 30%, rgba(10, 7, 5, 0.55) 60%, rgba(10, 7, 5, 0.98) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.leader-role { font-size: 0.7rem; letter-spacing: 0.25em; color: var(--accent); text-transform: uppercase; font-weight: 700; margin-bottom: 0.5rem; }
.leader-name { font-size: clamp(1.75rem, 3vw, 2.4rem); margin-bottom: 0.5rem; }
.leader-bio { font-size: 0.88rem; color: var(--ink-muted); line-height: 1.6; max-width: 90%; }

.events {
  background: var(--bg-elev);
  position: relative;
  overflow: hidden;
}
/* Full-section background image */
.events-hero {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.events-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  filter: brightness(0.28) saturate(0.7);
}
.events-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
    rgba(20,16,12,0.55) 0%,
    rgba(20,16,12,0.35) 40%,
    rgba(20,16,12,0.72) 100%
  );
}
/* Push section content above the background */
.events .container { position: relative; z-index: 1; }
/* Ensure reveal elements are always shown if JS/IntersectionObserver fails */
[data-reveal] { transition: opacity 0.9s cubic-bezier(0.22,1,0.36,1), transform 0.9s cubic-bezier(0.22,1,0.36,1); }
.tradition-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-top: 3rem; }
.tradition-card {
  padding: 2.5rem 2rem;
  background: rgba(245, 237, 226, 0.025);
  border: 1px solid var(--border);
  border-radius: 4px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.tradition-card:hover { border-color: var(--accent); background: rgba(245, 237, 226, 0.05); transform: translateY(-4px); }
.tradition-card::before { content: ""; position: absolute; top: 0; left: 0; width: 0; height: 2px; background: var(--red); transition: width 0.4s; }
.tradition-card:hover::before { width: 100%; }
.tradition-num { font-family: var(--font-display); font-size: 2.5rem; color: var(--red); line-height: 1; margin-bottom: 1.25rem; }
.tradition-title { font-size: 1.5rem; margin-bottom: 0.75rem; }
.tradition-desc { font-size: 0.9rem; color: var(--ink-muted); line-height: 1.65; }

.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 10px; grid-auto-rows: 130px; margin-top: 3rem; }
.gallery-item { position: relative; overflow: hidden; border-radius: 3px; background: var(--bg-elev); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s, filter 0.4s; filter: saturate(0.92); }
.gallery-item:hover img { transform: scale(1.06); filter: saturate(1.15); }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(211, 22, 34, 0.35) 100%); opacity: 0; transition: opacity 0.4s; }
.gallery-item:hover::after { opacity: 1; }
.g-1 { grid-column: span 5; grid-row: span 3; }
.g-2 { grid-column: span 4; grid-row: span 2; }
.g-3 { grid-column: span 3; grid-row: span 2; }
.g-4 { grid-column: span 4; grid-row: span 2; }
.g-5 { grid-column: span 3; grid-row: span 3; }
.g-6 { grid-column: span 5; grid-row: span 2; }
.g-7, .g-8, .g-9 { grid-column: span 4; grid-row: span 2; }

.videos { background: var(--bg); }
.video-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; margin-top: 3rem; }
.video-card {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 4px;
  background: var(--bg-elev);
  border: 1px solid var(--border);
}
.video-card img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.55) saturate(0.9); transition: transform 0.6s, filter 0.3s; }
.video-card:hover img { transform: scale(1.04); filter: brightness(0.75) saturate(1.05); }
.video-play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--red);
  color: #fff;
  font-size: 1.3rem;
  box-shadow: 0 0 0 8px rgba(211, 22, 34, 0.22);
}
.video-info { position: absolute; left: 0; right: 0; bottom: 0; padding: 1.5rem; background: linear-gradient(180deg, transparent, rgba(10, 7, 5, 0.96)); }
.video-info h3 { font-size: 1.45rem; margin-bottom: 0.35rem; }
.video-info p { color: var(--ink-muted); font-size: 0.9rem; }
.video-card--native { aspect-ratio: unset; display: flex; flex-direction: column; }
.video-card--native video { width: 100%; display: block; flex: 1; background: #000; }
.video-card--native .video-info { position: static; background: var(--bg-elev); padding: 1rem 1.2rem; }
.video-card--native .video-info h3 { font-size: 1.15rem; }
.video-card--native .video-info p { font-size: 0.82rem; }

.event-switch {
  display: inline-flex;
  gap: 0.35rem;
  margin-top: 2.25rem;
  padding: 0.35rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(10, 7, 5, 0.28);
}
.event-switch-btn {
  min-width: 150px;
  min-height: 44px;
  border: 0;
  border-radius: 6px;
  padding: 0.75rem 1rem;
  background: transparent;
  color: var(--ink-muted);
  font: inherit;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.event-switch-btn:hover,
.event-switch-btn.active {
  background: var(--accent);
  color: #1a1208;
}
.event-list { display: none; margin-top: 1.75rem; }
.event-list.active { display: block; }
.event {
  display: grid;
  grid-template-columns: 120px 1fr auto;
  gap: 2rem;
  align-items: center;
  padding: 2rem 0;
  border-bottom: 1px solid var(--border);
  transition: all 0.3s;
}
.event:hover { padding-left: 1rem; border-bottom-color: var(--accent); }
.event-date { font-family: var(--font-display); text-align: center; }
.event-date-day { font-size: 2.8rem; line-height: 1; color: var(--ink); }
.event-date-mo { font-size: 0.72rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--red); font-weight: 700; margin-top: 0.25rem; }
.event-main h3 { font-size: clamp(1.3rem, 2.3vw, 1.75rem); margin-bottom: 0.4rem; }
.event-main p { font-size: 0.9rem; color: var(--ink-muted); }
.event-tag {
  padding: 0.4rem 0.9rem;
  background: var(--red);
  color: #fff;
  border-radius: 999px;
  font-size: 0.63rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
}
.event-tag.upcoming { background: var(--accent); color: #1a1208; }

.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3rem; }
.blog-card {
  overflow: hidden;
  border-radius: 4px;
  background: var(--bg-elev);
  border: 1px solid var(--border);
  transition: transform 0.3s, border-color 0.3s;
}
.blog-card:hover { transform: translateY(-5px); border-color: var(--accent); }
.blog-img { aspect-ratio: 16/10; overflow: hidden; }
.blog-img img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.9); transition: transform 0.7s; }
.blog-card:hover .blog-img img { transform: scale(1.06); }
.blog-body { padding: 1.5rem; }
.blog-date { color: var(--accent); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 0.7rem; }
.blog-body h3 { font-size: 1.45rem; margin-bottom: 0.7rem; }
.blog-body p { color: var(--ink-muted); font-size: 0.9rem; line-height: 1.6; }

.story-hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: flex-end;
  padding: 8rem 0 clamp(4rem, 10vh, 7rem);
  overflow: hidden;
  background: #050302;
}
.story-hero-media,
.story-hero-overlay {
  position: absolute;
  inset: 0;
}
.story-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1) brightness(0.55) contrast(1.08);
  transform: scale(1.03);
}
.story-hero-overlay {
  background:
    linear-gradient(180deg, rgba(10, 7, 5, 0.46) 0%, rgba(10, 7, 5, 0.28) 44%, rgba(10, 7, 5, 0.96) 100%),
    radial-gradient(ellipse at 20% 80%, rgba(211, 22, 34, 0.24), transparent 58%);
}
.story-hero-content { position: relative; z-index: 2; }
.story-back {
  display: inline-flex;
  margin-bottom: 2rem;
  color: var(--ink-muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: color 0.2s;
}
.story-back:hover { color: var(--ink); }
.story-title {
  max-width: 980px;
  font-size: clamp(4rem, 10vw, 9rem);
  line-height: 0.9;
  margin-bottom: 1.5rem;
}
.story-title em { color: var(--red); }
.story-lede {
  max-width: 760px;
  color: var(--ink);
  font-size: clamp(1.2rem, 2.4vw, 1.8rem);
  line-height: 1.45;
}
.story-article {
  background: var(--bg);
  padding: clamp(4rem, 10vh, 7rem) 0 clamp(5rem, 12vh, 9rem);
}
.story-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: clamp(2.5rem, 6vh, 4rem);
}
.story-meta span {
  border: 1px solid var(--border-strong);
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
  color: var(--ink-muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.story-body {
  max-width: 860px;
  margin: 0 auto;
}
.story-body p {
  color: var(--ink-muted);
  font-size: clamp(1.05rem, 1.6vw, 1.22rem);
  line-height: 1.85;
  margin-bottom: 1.4rem;
}
.story-body blockquote {
  margin: clamp(2.5rem, 6vh, 4rem) 0;
  padding-left: clamp(1.25rem, 3vw, 2rem);
  border-left: 3px solid var(--red);
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 4rem);
  font-style: italic;
  line-height: 1.1;
}
.story-wide-image,
.story-split,
.story-gallery {
  margin: clamp(3rem, 8vh, 6rem) 0;
}
.story-wide-image img,
.story-split img,
.story-gallery img {
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid var(--border);
}
.story-wide-image img {
  aspect-ratio: 16/8;
  filter: grayscale(1) contrast(1.05);
}
.story-wide-image figcaption {
  margin-top: 0.9rem;
  color: var(--ink-dim);
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.story-split {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(320px, 1.15fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}
.story-split h2 {
  font-size: clamp(2.4rem, 5vw, 5rem);
  margin-bottom: 1rem;
}
.story-split p {
  color: var(--ink-muted);
  line-height: 1.8;
}
.story-split img { aspect-ratio: 4/3; filter: grayscale(1) contrast(1.06); }
.story-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.story-gallery img { aspect-ratio: 4/5; }
.story-closing {
  text-align: center;
  margin-top: clamp(3rem, 8vh, 6rem);
}
.story-closing .btn { margin-top: 1rem; }

.join { position: relative; overflow: hidden; }
.join::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("images/akv-new/landing_picture.png");
  background-size: cover;
  background-position: center;
  opacity: 0.18;
  filter: saturate(0.8);
}
.join::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(10, 7, 5, 0.85) 0%, rgba(10, 7, 5, 0.95) 100%); }
.join .container { position: relative; z-index: 2; }
.join-grid, .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; margin-top: 3rem; }
.join-text p { color: var(--ink-muted); font-size: 1.02rem; margin-bottom: 1.25rem; line-height: 1.7; }
.join-benefits { list-style: none; margin-top: 2rem; }
.join-benefits li { padding: 0.9rem 0 0.9rem 2rem; border-bottom: 1px solid var(--border); position: relative; font-size: 0.95rem; color: var(--ink); }
.join-benefits li::before { content: "*"; position: absolute; left: 0; color: var(--red); font-size: 1.1rem; }
.join-form {
  background: rgba(245, 237, 226, 0.03);
  border: 1px solid var(--border);
  padding: 2.5rem;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 4px;
}
.form-row { margin-bottom: 1.25rem; }
.form-row-split { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-row label { display: block; font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent); margin-bottom: 0.5rem; font-weight: 600; }
.form-row input, .form-row select, .form-row textarea {
  width: 100%;
  padding: 0.85rem 1rem;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid var(--border);
  color: var(--ink);
  font-family: inherit;
  font-size: 0.95rem;
  border-radius: 3px;
  transition: all 0.2s;
}
.form-row input:focus, .form-row select:focus, .form-row textarea:focus { outline: none; border-color: var(--red); background: rgba(0, 0, 0, 0.5); }
.form-row textarea { min-height: 100px; resize: vertical; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 1.1rem 2rem;
  background: var(--red);
  color: #fff;
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-radius: 3px;
  transition: all 0.3s;
  cursor: pointer;
}
.btn:hover { background: var(--red-dark); transform: translateY(-2px); box-shadow: 0 12px 32px -8px rgba(211, 22, 34, 0.5); }
.btn-light { background: var(--accent); color: #1a1208; }
.btn-light:hover { background: var(--accent-dark); box-shadow: 0 12px 32px -8px rgba(245, 237, 226, 0.28); }

.press { background: var(--bg); }
.sponsors { background: var(--bg-elev); }
.contact { background: var(--bg); }
.section-divider {
  display: none;
}
.section-divider-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: grayscale(1) brightness(0.45) contrast(1.1);
  transform: scale(1.04);
}
.section-divider::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(5,5,5,0.72) 0%, rgba(5,5,5,0.38) 50%, rgba(5,5,5,0.72) 100%);
}

.ornament-divider {
  display: flex;
  position: relative;
  z-index: 3;
  align-items: center;
  justify-content: center;
  gap: clamp(0.65rem, 2.5vw, 1.15rem);
  min-height: clamp(48px, 7vh, 76px);
  padding: clamp(0.65rem, 2vh, 1.25rem) clamp(1rem, 4vw, 3rem);
  background: var(--bg);
}
.ornament-line {
  flex: 1;
  max-width: 260px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(211, 22, 34, 0.12), rgba(211, 22, 34, 0.56), rgba(211, 22, 34, 0.12), transparent);
  opacity: 0.58;
}
.ornament-icon {
  width: clamp(24px, 3.5vw, 34px);
  height: clamp(24px, 3.5vw, 34px);
  color: var(--red);
  flex-shrink: 0;
  opacity: 0.7;
  filter: none;
  animation: ornamentPulse 4s ease-in-out infinite;
}
@keyframes ornamentPulse {
  0%, 100% { opacity: 0.52; transform: scale(1) rotate(0deg); }
  50% { opacity: 0.78; transform: scale(1.03) rotate(45deg); }
}
.section:has(+ .ornament-divider) {
  padding-bottom: clamp(2.4rem, 6vh, 4rem);
}
.ornament-divider + .section {
  padding-top: clamp(2.4rem, 6vh, 4rem);
}
.press-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 2rem; margin-top: 3rem; align-items: start; }
.press-list { display: flex; flex-direction: column; gap: 1rem; }
.press-item {
  padding: 1.75rem;
  border: 1px solid var(--border);
  border-radius: 4px;
  background: rgba(245, 237, 226, 0.025);
  transition: border-color 0.3s, background 0.3s, transform 0.3s;
}
.press-item:hover { border-color: var(--red); background: rgba(211, 22, 34, 0.05); transform: translateX(4px); }
.press-source { color: var(--accent); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 0.5rem; }
.press-item h3 { font-size: 1.45rem; margin-bottom: 0.5rem; }
.press-item p, .press-kit p { color: var(--ink-muted); font-size: 0.92rem; line-height: 1.6; }
.press-kit {
  padding: 2rem;
  border: 1px solid var(--red);
  border-radius: 4px;
  background: rgba(211, 22, 34, 0.06);
  position: sticky;
  top: 100px;
}
.press-kit h3 { font-size: 1.75rem; margin-bottom: 0.8rem; }
.press-kit .btn { margin-top: 1.3rem; width: 100%; }

.sponsors-wrap { margin-top: 3rem; }
.sponsors-tier { padding: 2rem 0; border-top: 1px solid var(--border); }
.sponsors-tier h4 { color: var(--accent); font-family: var(--font-body); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.3em; text-transform: uppercase; margin-bottom: 1.25rem; }
.sponsors-logos { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 1rem; }
.sponsor-logo-card {
  min-height: 132px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  border: 1px solid var(--border);
  border-radius: 4px;
  background: rgba(245, 237, 226, 0.96);
}
.sponsor-logo-card--dark {
  background: #15120d;
  border-color: rgba(218, 173, 82, 0.42);
}
.sponsors-logos .sponsor-logo-card:nth-child(2) {
  padding: 0.35rem;
  overflow: hidden;
  background: #15120d;
  border-color: rgba(218, 173, 82, 0.42);
}
.sponsor-logo-card img {
  max-width: 100%;
  max-height: 86px;
  object-fit: contain;
}
.sponsors-logos .sponsor-logo-card:nth-child(2) img {
  width: auto;
  height: 120px;
  max-height: 100%;
}
.sponsor {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  border: 1px solid var(--border);
  border-radius: 4px;
  background: rgba(245, 237, 226, 0.03);
  color: var(--ink-muted);
  font-family: var(--font-display);
  font-size: 1.25rem;
  text-align: center;
  transition: border-color 0.3s, color 0.3s, background 0.3s;
}
.sponsor:hover { border-color: var(--accent); color: var(--ink); background: rgba(245, 237, 226, 0.055); }
.sponsor-placeholder {
  color: var(--ink-dim);
  border-style: dashed;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}
.sponsor-cta {
  margin-top: 2rem;
  padding: clamp(2rem, 5vw, 3rem);
  border: 1px solid var(--border-strong);
  border-radius: 4px;
  background: linear-gradient(135deg, rgba(211, 22, 34, 0.12), rgba(245, 237, 226, 0.045));
  text-align: center;
}
.sponsor-cta h3 { font-size: clamp(1.8rem, 3vw, 2.5rem); margin-bottom: 1rem; }
.sponsor-cta p { color: var(--ink-muted); max-width: 680px; margin: 0 auto 1.5rem; }

.contact-info { display: flex; flex-direction: column; gap: 2rem; }
.contact-item h4 {
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-family: var(--font-body);
}
.contact-item p, .contact-item a { font-size: 1.08rem; font-family: var(--font-display); }
.contact-item a:hover { color: var(--red); }
.socials { display: flex; gap: 0.75rem; margin-top: 1rem; }
.socials a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(245, 237, 226, 0.05);
  border: 1px solid var(--border);
  transition: all 0.3s;
  font-size: 0.75rem;
  font-weight: 700;
}
.socials a:hover { background: var(--red); border-color: var(--red); color: #fff; }
.socials svg { width: 19px; height: 19px; fill: currentColor; }

.footer { background: #050302; padding: 4rem 0 2rem; border-top: 1px solid var(--border); text-align: center; }
.footer-logo {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid var(--border-strong);
  margin: 0 auto 1.25rem;
  box-shadow: 0 0 0 4px rgba(245, 237, 226, 0.06);
}
.footer-brand { font-family: var(--font-display); font-size: 2rem; margin-bottom: 0.5rem; }
.footer-brand em { color: var(--accent); }
.footer-tag { color: var(--ink-dim); font-size: 0.72rem; letter-spacing: 0.3em; text-transform: uppercase; margin-bottom: 2rem; }
.footer-divider { width: 60px; height: 1px; background: var(--red); margin: 0 auto 2rem; }
.footer-credit {
  margin: 1.35rem auto 0;
  color: var(--ink-dim);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
  opacity: 0.68;
  transition: opacity 0.25s, color 0.25s;
}
.footer-credit:hover { opacity: 0.94; color: var(--ink-muted); }
.footer-credit a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(211, 22, 34, 0.28);
  transition: border-color 0.25s, color 0.25s;
}
.footer-credit a:hover {
  color: var(--ink);
  border-bottom-color: rgba(211, 22, 34, 0.72);
}
.footer-links { display: flex; justify-content: center; gap: 1.25rem; margin-bottom: 1rem; }
.footer-links a { color: var(--ink-dim); font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; transition: color 0.2s; }
.footer-links a:hover { color: var(--ink); }
.footer-legal { color: var(--ink-dim); font-size: 0.72rem; letter-spacing: 0.05em; }
.impressum-credit {
  max-width: 720px;
  margin: clamp(2rem, 5vh, 3rem) 0;
  padding: 1.45rem 0 0;
  border-top: 1px solid rgba(211, 22, 34, 0.28);
  color: var(--ink-muted);
}
.impressum-credit h2 {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 3vw, 2rem);
  color: var(--ink);
}
.impressum-credit p {
  margin: 0.45rem 0;
  max-width: 640px;
  line-height: 1.75;
}
.impressum-credit a {
  color: var(--ink);
  border-bottom: 1px solid rgba(211, 22, 34, 0.42);
  transition: color 0.2s, border-color 0.2s;
}
.impressum-credit a:hover {
  color: var(--red);
  border-bottom-color: var(--red);
}

@media (max-width: 1100px) {
  .nav-links { display: none; }
  .nav-mobile { display: flex; }
  .nav-links.open {
    display: flex;
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    padding: 1rem clamp(1.25rem, 4vw, 3rem);
    background: rgba(10, 7, 5, 0.98);
    backdrop-filter: blur(24px);
    border-bottom: 1px solid var(--border);
  }
  .nav-links.open a { padding: 1rem 0; border-bottom: 1px solid var(--border); font-size: 0.95rem; width: 100%; }
}

@media (max-width: 860px) {
  .about-grid, .tradition-grid, .video-grid, .blog-grid, .join-grid, .press-grid, .contact-grid { grid-template-columns: 1fr; }
  .story-split,
  .story-gallery { grid-template-columns: 1fr; }
  .story-wide-image img,
  .story-gallery img { aspect-ratio: 4/5; }
  .valle-head { grid-template-columns: 1fr; gap: 1.5rem; }
  .valle-row { grid-template-columns: 70px 1fr; align-items: start; }
  .valle-row p, .valle-row strong { grid-column: 2; }
  .valle-row strong { justify-self: start; }
  .gallery-grid { grid-template-columns: repeat(4, 1fr); grid-auto-rows: 110px; }
  .g-1, .g-2, .g-3, .g-4, .g-5, .g-6, .g-7, .g-8, .g-9 { grid-column: span 2; grid-row: span 2; }
  .press-kit { position: static; }
}

@media (max-width: 720px) {
  .leaders-grid { grid-template-columns: 1fr; }
  .event-switch { display: grid; grid-template-columns: 1fr; width: 100%; }
  .event-switch-btn { width: 100%; min-width: 0; }
  .event { grid-template-columns: 80px 1fr; gap: 1rem; }
  .event-date-day { font-size: 2.25rem; }
  .event-tag { grid-column: 2; justify-self: start; margin-top: 0.5rem; }
  .form-row-split { grid-template-columns: 1fr; }
  .hero-scroll { display: none; }
}

/* ─────────────────────────────────────────
   FIX: Gallery Lightbox
───────────────────────────────────────── */
#lightbox {
  position: fixed;
  inset: 0;
  z-index: 9000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
#lightbox.active {
  opacity: 1;
  pointer-events: all;
}
.lb-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
}
.lb-figure {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  max-width: 90vw;
  max-height: 90vh;
}
.lb-img {
  max-width: 90vw;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 3px;
  display: block;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.7);
}
.lb-caption {
  font-size: 0.78rem;
  color: rgba(245, 237, 226, 0.55);
  letter-spacing: 0.12em;
  text-align: center;
  max-width: 600px;
}
.lb-close,
.lb-prev,
.lb-next {
  position: fixed;
  z-index: 2;
  background: rgba(245, 237, 226, 0.1);
  border: 1px solid rgba(245, 237, 226, 0.18);
  color: #fff;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  backdrop-filter: blur(8px);
}
.lb-close:hover, .lb-prev:hover, .lb-next:hover {
  background: rgba(211, 22, 34, 0.75);
  transform: scale(1.08);
}
.lb-close { top: 1.5rem;  right: 1.5rem; }
.lb-prev  { top: 50%; left: 1.5rem;  transform: translateY(-50%); font-size: 2rem; }
.lb-next  { top: 50%; right: 1.5rem; transform: translateY(-50%); font-size: 2rem; }
.lb-prev:hover { transform: translateY(-50%) scale(1.08); }
.lb-next:hover { transform: translateY(-50%) scale(1.08); }
@media (max-width: 600px) {
  .lb-prev { left: 0.5rem; }
  .lb-next { right: 0.5rem; }
}

/* ─────────────────────────────────────────
   FIX: Video Card — thumbnail + play overlay
───────────────────────────────────────── */
.video-thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
}
.video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.72) saturate(0.9);
  transition: transform 0.5s ease, filter 0.3s;
  display: block;
}
.video-card--native:hover .video-thumb img {
  transform: scale(1.03);
  filter: brightness(0.85) saturate(1.05);
}
.video-thumb-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #1a1208, #2a1f10);
}
.video-play-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.18);
  transition: background 0.2s;
}
.video-play-overlay svg {
  filter: drop-shadow(0 4px 16px rgba(0,0,0,0.7));
  opacity: 0.88;
  transition: opacity 0.2s, transform 0.2s;
}
.video-card--native:hover .video-play-overlay { background: rgba(0, 0, 0, 0.06); }
.video-card--native:hover .video-play-overlay svg { opacity: 1; transform: scale(1.1); }
.video-card--native .video-info { position: static; background: var(--bg-elev); padding: 1rem 1.2rem; }
.video-card--native .video-info h3 { font-size: 1.15rem; }
.video-card--native .video-info p  { font-size: 0.82rem; }

/* FIX: Video Modal */
#video-modal {
  position: fixed;
  inset: 0;
  z-index: 9100;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
#video-modal.active {
  opacity: 1;
  pointer-events: all;
}
.vm-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.94);
}
.vm-inner {
  position: relative;
  z-index: 1;
  width: min(90vw, 1100px);
  background: #000;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.9);
}
.vm-video {
  width: 100%;
  display: block;
  max-height: 80vh;
  background: #000;
}
.vm-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
  background: rgba(0, 0, 0, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  cursor: pointer;
  transition: background 0.2s;
}
.vm-close:hover { background: var(--red); }

/* ─────────────────────────────────────────
   FIX: Form spinner & success state
───────────────────────────────────────── */
.form-spinner {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255,255,255,0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
.form-success {
  padding: 2.5rem;
  text-align: center;
  font-family: var(--font-display);
  font-size: 1.4rem;
  color: #5dd87a;
  line-height: 1.5;
  border: 1px solid rgba(93, 216, 122, 0.3);
  border-radius: 4px;
  background: rgba(93, 216, 122, 0.06);
}

/* ─────────────────────────────────────────
   FIX: Events — past event visual distinction
───────────────────────────────────────── */
.event.past {
  opacity: 0.52;
  filter: grayscale(40%);
  transition: opacity 0.3s, filter 0.3s;
}
.event.past:hover {
  opacity: 0.78;
  filter: grayscale(10%);
}
.event.upcoming {
  border-left: 3px solid var(--accent);
  padding-left: 1rem;
}
.event.upcoming:hover { padding-left: 2rem; }

/* ─────────────────────────────────────────
   FIX: Sponsor placeholder cards
───────────────────────────────────────── */
.sponsor-placeholder-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-height: 132px;
  padding: 1.25rem;
  border: 1px dashed var(--border-strong);
  border-radius: 4px;
  background: rgba(245, 237, 226, 0.02);
  transition: border-color 0.3s;
}
.sponsor-open-card { text-decoration: none; }
.sponsor-open-card .sponsor-placeholder-box {
  width: 52px;
  border-radius: 999px;
}
.sponsor-open-card .sponsor-placeholder-label {
  max-width: 220px;
  line-height: 1.5;
  text-align: center;
}
.sponsor-placeholder-card:hover { border-color: rgba(245, 237, 226, 0.35); }
.sponsor-placeholder-box {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  background: rgba(245, 237, 226, 0.07);
}
.sponsor-placeholder-label {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-dim);
}

/* ─────────────────────────────────────────
   FIX: Blog "coming soon" badge
───────────────────────────────────────── */
.blog-card { position: relative; }
.blog-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(10, 7, 5, 0.75);
  color: var(--ink-muted);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 4px 9px;
  border-radius: 4px;
  border: 1px solid var(--border);
  backdrop-filter: blur(6px);
  pointer-events: none;
}
